Backport spelling fix from trunk
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2c43a9ad
FEG
12012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 * progmodes/python.el (python-skeleton-class)
4 (python-skeleton-def): Do not add space after defun name.
5
2c066ad3
CY
62012-12-09 Chong Yidong <cyd@gnu.org>
7
8 * simple.el (set-mark-default-inactive): Mark as obsolete, for
9 removal after 24.3.
10
6ce49f24
DM
112012-12-08 Dani Moncayo <dmoncayo@gmail.com>
12
13 * simple.el (just-one-space): Doc fix.
14
8d43bd30
EZ
152012-12-07 Eli Zaretskii <eliz@gnu.org>
16
17 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add
18 "smallexample".
19
3a21537c
LW
202012-12-07 Le Wang <l26wang@gmail.com>
21
22 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
23 narrowed buffer (bug#12361).
24
61025111
MH
252012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
26
27 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
28 Virtually backported from trunk.
29
bf741d33
JB
302012-12-07 Juanma Barranquero <lekktu@gmail.com>
31
32 * vc/vc-hooks.el (vc-state): Doc fix.
33
07026166
GM
342012-12-06 Glenn Morris <rgm@gnu.org>
35
36 * mail/rmail.el (rmail-maybe-display-summary):
37 Preserve buffer, in case select-window changes it. (Bug#13066)
38
82e1f390
SM
392012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
42 cl-load-hook where they belong.
43
e1d51545
CY
442012-12-06 Chong Yidong <cyd@gnu.org>
45
46 * ffap.el (ffap-replace-file-component): Fix typo.
47
ef54d315
SM
482012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
49
50 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
51 fix open-paren-like token test (bug#12785).
52
52d129cd
GM
532012-12-04 Glenn Morris <rgm@gnu.org>
54
55 * mail/rmailsum.el (rmail-new-summary): Tweak for
56 rmail-maybe-display-summary changing buffer. (Bug#13066)
57
68bf4e09
JL
582012-12-03 Juri Linkov <juri@jurta.org>
59
60 * info.el (Info-fontify-node): Don't hide the last newline.
61 (Bug#12272)
62
ff3d86d0
LL
632012-12-01 Leo Liu <sdl.web@gmail.com>
64
65 * files.el (dir-locals-read-from-file): Check file non-empty
66 before reading. (Bug#13038)
67
6247eff5
GM
682012-11-28 Glenn Morris <rgm@gnu.org>
69
70 * jka-cmpr-hook.el (jka-compr-get-compression-info):
71 Remove any version extension before checking filename. (Bug#13006)
72 (jka-compr-compression-info-list): Belated :version bump.
73
a5bf43ba
CY
742012-11-28 Chong Yidong <cyd@gnu.org>
75
8ecba97d
CY
76 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
77
a5bf43ba
CY
78 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
79 (buffer-menu): Doc fix (Bug#12294).
80
34755291
RW
812012-11-27 Roland Winkler <winkler@gnu.org>
82
83 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
84 of diary-show-all-entries in the diary buffer (Bug#12994).
85
c2f5b60a
MA
862012-11-27 Michael Albinus <michael.albinus@gmx.de>
87
88 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
89 "<STDIN>". This is binary safe.
90
369f945d
SM
912012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * textmodes/table.el (table-insert): Don't use `symbol-name' on
94 lexically scoped variables (bug#13005).
95
999e745e 962012-11-26 Glenn Morris <rgm@gnu.org>
98f99594 97
999e745e
GM
98 * vc/vc-hooks.el (vc-mistrust-permissions):
99 Default to t, to avoid data-loss. (Bug#11490)
98f99594 100
207cb73c
FEG
1012012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
102
999e745e
GM
103 * progmodes/python.el (python-indent-guess-indent-offset):
104 If indentation is guessed make python-indent-offset buffer-local.
105
207cb73c 106 Fix Imenu regression.
999e745e
GM
107 * progmodes/python.el (python-nav-beginning-of-defun):
108 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
109 (python-imenu-prev-index-position): New function.
110
33a488e4
EZ
1112012-11-26 Eli Zaretskii <eliz@gnu.org>
112
113 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
114
115 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 116 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 117
50207191
GM
1182012-11-26 Glenn Morris <rgm@gnu.org>
119
120 * hippie-exp.el (hippie-expand-try-functions-list):
121 Re-autoload it. (Bug#12982)
122
2147c6ab
EZ
1232012-11-25 Eli Zaretskii <eliz@gnu.org>
124
369f945d
SM
125 * descr-text.el (describe-char-padded-string):
126 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 127
58b1ae1e
AS
1282012-11-24 Andreas Schwab <schwab@linux-m68k.org>
129
130 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
131 and obsoletion message.
132
35a10516
SM
1332012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
136 the constructs to keep outside of the `cl-block' (bug#12977).
137
0c5ef133
CY
1382012-11-24 Chong Yidong <cyd@gnu.org>
139
140 * mouse.el (mouse-drag-line): Even if the line is not draggable,
141 keep reading until we get the up-event anyway, in order to process
142 the up-event for mouse-1-click-follows-link (Bug#12971).
143
002c019c
SM
1442012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
147 lexical-binding (bug#12938).
148
977f9325
WJ
1492012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
150
151 * image-mode.el (image-transform-check-size): Use assertions only
152 for images of type imagemagick.
153
154 Otherwise no error, image-transform-fit-to-{width,height} is
155 silently ignored, as before. Doc fix.
156
bccffa83
CY
1572012-11-23 Chong Yidong <cyd@gnu.org>
158
159 * faces.el (color-defined-p): Doc fix (Bug#12853).
160
61a2a122
JL
1612012-11-23 Juri Linkov <juri@jurta.org>
162
163 * dired.el (dired-mark): Add optional arg `interactive'.
164 Check for `use-region-p' if `interactive' is non-nil.
165 (dired-unmark, dired-flag-file-deletion): Add optional arg
166 `interactive'. Call `dired-mark' with the arg `interactive'.
167 (Bug#10624)
168
cc4c01bd
JL
1692012-11-23 Juri Linkov <juri@jurta.org>
170
171 * wdired.el: Revert 2012-10-17 change partly and replace it with
172 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
173 (wdired-finish-edit): Add marks for new file names to
174 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
175 after `revert-buffer'.
176 (wdired-do-renames): Remove calls to `dired-remove-file',
177 `dired-add-file', `dired-add-entry'. (Bug#11795)
178
b03aabda
AM
1792012-11-21 Alan Mackenzie <acm@muc.de>
180
dc310ed0
AM
181 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
182
b03aabda
AM
183 Fix bugs in the state cache. Enhance a debugging mechanism.
184 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
185 "brace at column zero" strategy for C++.
186 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
187 (c-parse-state-point): New variable.
188 (c-record-parse-state-state): Record old parse state with
189 `copy-tree'. Record previous value of point.
190 (c-debug-parse-state-double-cons): New debugging function.
191 (c-debug-parse-state): Call the above new function.
192 (c-toggle-parse-state-debug): Output a confirmatory message.
193
002c019c
SM
194 * progmodes/cc-mode.el (c-before-change, c-after-change):
195 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
196 `c-after-change'.
197
a16ac13f
DC
1982012-11-20 Daniel Colascione <dancol@dancol.org>
199
002c019c
SM
200 * term/w32-win.el (cygwin-convert-path-from-windows):
201 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
a16ac13f
DC
202 This change is a backport from trunk.
203
7cf95797
EZ
2042012-11-20 Eli Zaretskii <eliz@gnu.org>
205
206 * simple.el (line-move): Don't call line-move-partial if
207 scroll-conservatively is in effect. (Bug#12927)
208
555ccdc2
MA
2092012-11-20 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
212 order to distinguish from trunk.
213
bc715d67
SM
2142012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
215
63f25172
SM
216 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
217 non-symbols for compiler macros (yet).
218
93b05041
SM
219 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
220 Fallback on completion-at-point rather than
221 pcomplete-expand-and-complete, and only if pcomplete actually failed.
222 (eshell-cmpl-initialize): Setup completion-at-point.
223
224 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
225
bc715d67
SM
226 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
227
d7f2a65c
MA
2282012-11-19 Michael Albinus <michael.albinus@gmx.de>
229
230 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
231 are remote, check out-of-band property for both.
232
d1c0cddf
SM
2332012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * window.el (switch-to-buffer): Re-add the warning that was lost in the
236 code rewrite.
237
0c93aa38
PE
2382012-11-18 Paul Eggert <eggert@cs.ucla.edu>
239
535efd4a
PE
240 More minor time fixes.
241 * calendar/time-date.el: Commentary fix.
242 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
243 too much other code depends on (0 0) time stamps.
244 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
245 Add a couple of FIXME comments.
246
0c93aa38
PE
247 Minor cleanup for times as lists of four integers.
248 * files.el (dir-locals-directory-cache):
249 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
250 Doc fixes.
251 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
252 * ps-bdf.el (bdf-file-newer-than-time):
253 Process four-integers time stamps, not two. Doc fixes.
254
913c8291
GM
2552012-11-18 Glenn Morris <rgm@gnu.org>
256
257 * image.el (insert-image, insert-sliced-image): Doc fix.
258
ec6f8ce6
CY
2592012-11-17 Chong Yidong <cyd@gnu.org>
260
261 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
262 (Bug#12810).
263
c2d07557
CY
2642012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
265
266 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
267 response when the target file is in a subdirectory (Bug#12757).
268
33f8917c
CY
2692012-11-17 Chong Yidong <cyd@gnu.org>
270
271 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
272
65463c40
GM
2732012-11-17 Glenn Morris <rgm@gnu.org>
274
9a5e2ee3
GM
275 * woman.el (woman-non-underline-faces):
276 * emacs-lisp/cl-lib.el (face-underline-p):
277 Use set-face-underline rather than the alias set-face-underline-p.
278
65463c40 279 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
280 * subr.el (with-output-to-temp-buffer):
281 Add doc xref to with-temp-buffer-window.
65463c40 282
cdc5d88c
SM
2832012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * emacs-lisp/cl-lib.el: Set more meaningful version number.
286
0ff7851c
MR
2872012-11-16 Martin Rudalics <rudalics@gmx.at>
288
289 * window.el (enlarge-window, shrink-window): Don't mention return
290 value in doc-string (Bug#12896).
291 (window--display-buffer): Don't resize frames - it won't work
292 with all window managers and defeat pop-up-frame-alist.
293 (display-buffer-alist): In doc-string explain that CONDITION can
294 be a function and which arguments are passed to it (Bug#12854).
295 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
296 expressions (Bug#12854).
297 (display-buffer): Pass ACTION argument to
298 display-buffer-assq-regexp.
299
dedd1884
GM
3002012-11-16 Glenn Morris <rgm@gnu.org>
301
7c82753d
GM
302 * window.el (fit-frame-to-buffer-bottom-margin)
303 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
304
dedd1884
GM
305 * faces.el (face-underline-p): Use face-attribute-specified-or.
306
662b0ee6
JB
3072012-11-15 Juanma Barranquero <lekktu@gmail.com>
308
309 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
310
eb31fa40
SM
3112012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
314
e2e13f18
GM
3152012-11-15 Glenn Morris <rgm@gnu.org>
316
17c083ac
GM
317 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
318 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
319
bde3c6c0
GM
320 * faces.el (face-underline-p): Doc fix. Handle :underline being
321 things other than `t' (a string, a list).
322 (face-inverse-video-p): Doc fix.
323 (set-face-underline): Rename it back from set-face-underline-p.
324 Doc fix. Allow interactive input of values other than t.
325 (read-face-attribute): Apply formatting to :underline,
326 since like :box and :stipple it can take list values.
327
e2e13f18
GM
328 * term.el (ansi-term): Don't let C-x escape-char binding
329 clobber the more standard C-c binding. (Bug#12842)
330
3a514ab0
SM
3312012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
334 (bug#12879).
335
e0ea8060
GM
3362012-11-14 Glenn Morris <rgm@gnu.org>
337
338 * subr.el (set-temporary-overlay-map): Doc fix.
339
92346275
MR
3402012-11-13 Martin Rudalics <rudalics@gmx.at>
341
342 * window.el (record-window-buffer)
343 (display-buffer-record-window): When copying the markers to
344 window-point preserve window-point-insertion-type. (Bug#12588)
345
7b1bf173
GM
3462012-11-13 Glenn Morris <rgm@gnu.org>
347
348 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
349 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
350 Use new names for hooks rather than obsolete aliases.
351
f8705f6e
SM
3522012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
353
354 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
355
9db94175
WJ
3562012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
357
358 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
359 39 and 49. This fixes bug#12792. Also, treat unimplemented
360 parameters as 0, thereby restoring the behavior of revisions prior
361 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
362
2e6625b5
FEG
3632012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
364
365 Fix end-of-defun misbehavior.
366 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
367 python-beginning-of-defun-function. Handle nested defuns
368 correctly.
369 (python-nav-end-of-defun): Rename from
370 python-end-of-defun-function. Ensure forward movement.
f8705f6e 371 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
372 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
373 parent defuns as soon as possible.
374
24c38527
GM
3752012-11-12 Glenn Morris <rgm@gnu.org>
376
377 * progmodes/flymake.el (flymake-error-bitmap)
378 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
379 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
380
d1e1e53d
DG
3812012-11-12 Dmitry Gutov <dgutov@yandex.ru>
382
383 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
384 backward, always stop at indentation. Reverts the change from
385 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
386
68146aa5
GM
3872012-11-11 Glenn Morris <rgm@gnu.org>
388
a1d3e07e
GM
389 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
390 Add ibuffer-filter-by-derived-mode.
391
84acf328
GM
392 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
393 the same name shadowing each other.
394
38785e75
GM
395 * window.el (with-temp-buffer-window): Doc tweak.
396
57fc0fee
GM
397 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
398
6ba6a3e5
GM
399 * help.el (temp-buffer-max-height):
400 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
401 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
402
e4e46889
LL
4032012-11-10 Leo Liu <sdl.web@gmail.com>
404
405 * ido.el (ido-set-matches-1): Fix split-string args to avoid
406 performance issue. (Bug#12796)
407
19e09879
GM
4082012-11-10 Glenn Morris <rgm@gnu.org>
409
bf67dafa
GM
410 * term.el (term-default-fg-color, term-default-bg-color):
411 Make obsolete, rather than just saying "deprecated" in the doc.
412
19e09879
GM
413 * term.el (term): Rename from `term-face'.
414 (term-current-face, ansi-term-color-vector)
415 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
416 Update all users.
417
d743088d
JD
4182012-11-09 Jan Djärv <jan.h.d@swipnet.se>
419
f8705f6e 420 * server.el (server-create-window-system-frame): Improve comment.
d743088d 421
531bdce6
JD
4222012-11-08 Jan Djärv <jan.h.d@swipnet.se>
423
424 * server.el (server-create-window-system-frame): Handle Nextstep
425 specially (Bug#12780).
426
fedb154e
GM
4272012-11-08 Glenn Morris <rgm@gnu.org>
428
429 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
430 Unautoload, and make obsolete. (Bug#7449)
431
9d9e48d9
CY
4322012-11-08 Chong Yidong <cyd@gnu.org>
433
434 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
435 rename from diff-remove-trailing-whitespace (Bug#12831).
436
32170f7f
SM
4372012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
440 miscompilation of trace.el.
441
26f59676
GM
4422012-11-08 Glenn Morris <rgm@gnu.org>
443
444 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
445
41626722
SM
4462012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
449 (bug#12812).
450
7d806bfe
CY
4512012-11-07 Chong Yidong <cyd@gnu.org>
452
453 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
454 a defcustom with an appropriate :set function.
455 (minibuffer-default--in-prompt-regexps): New function.
456
2ee1d59f
GM
4572012-11-07 Glenn Morris <rgm@gnu.org>
458
031b2ea7
GM
459 * emacs-lisp/cl.el (define-setf-expander, defsetf)
460 (define-modify-macro): Doc fixes.
461
2ee1d59f
GM
462 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
463 (gv-define-simple-setter): Update doc of `fix-return'.
464
d57c286e
SM
4652012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
466
b715ed44
SM
467 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
468 twice when `fix-return' is set (bug#12813).
469
d57c286e
SM
470 * emacs-lisp/cl.el (defsetf): Pass the third arg to
471 gv-define-simple-setter (bug#12812).
472
c9cac599
SM
4732012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
474
475 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
476 (bug#12756).
477
6b3770fb
GM
4782012-11-06 Glenn Morris <rgm@gnu.org>
479
480 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
481
5593ed90
GM
4822012-11-05 Glenn Morris <rgm@gnu.org>
483
484 * emacs-lisp/cl-extra.el (cl-prettyexpand):
485 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
486 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
487 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
488
489 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
490
5c677d44
GM
4912012-11-03 Glenn Morris <rgm@gnu.org>
492
49138400
GM
493 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
494 Rename handler properties back from cl-- to cl-. (Bug#12788)
495
5c677d44
GM
496 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
497
1d4341f9
EZ
4982012-11-03 Eli Zaretskii <eliz@gnu.org>
499
500 * term/pc-win.el: Don't load term/internal from here.
501
502 * loadup.el: Load term/internal from here.
503
12fd5ee1
FEG
5042012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
505
506 * progmodes/python.el (inferior-python-mode): Fix hang in
507 jit-lock (Bug#12645).
508
43bcfda6
MR
5092012-11-03 Martin Rudalics <rudalics@gmx.at>
510
511 * window.el (switch-to-visible-buffer)
512 (switch-to-buffer-preserve-window-point): Fix doc-strings.
513
b4b096e4
SB
5142012-11-01 Stephen Berman <stephen.berman@gmx.net>
515
516 * play/gomoku.el (gomoku-display-statistics): Update mode line
517 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
518
218e997a
MR
5192012-10-31 Martin Rudalics <rudalics@gmx.at>
520
521 * window.el (quit-restore-window): If the window has been
522 created on an existing frame and ended up as the sole window on
523 that frame, do not delete it (Bug#12764).
524
b08b6da7
SM
5252012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
526
3618df45
SM
527 * progmodes/sh-script.el (sh--inside-noncommand-expression):
528 Rename from sh--inside-arithmetic-expression, handle more cases
529 (bug#11263).
530
b08b6da7
SM
531 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
532 (sh-font-lock-open-heredoc): Use it (bug#12770).
533
4ddedf94
GM
5342012-10-30 Glenn Morris <rgm@gnu.org>
535
f43a5263
GM
536 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
537
4ddedf94
GM
538 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
539
748b0d84
CY
5402012-10-29 Chong Yidong <cyd@gnu.org>
541
b5dd9a77
CY
542 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
543 function key is stored in a keyboard macro (Bug#4894).
544
748b0d84
CY
545 * thingatpt.el (number-at-point): Apply a thing-at-point property.
546
e07fcbdc
SM
5472012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
548
d7f9cc85
SM
549 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
550 header comments".
551 (diff-unified->context, diff-context->unified)
552 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
553
c606253c
SM
554 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
555
e07fcbdc
SM
556 * files.el (find-alternate-file): Only ask one question (bug#12487).
557
894b9dd9
CY
5582012-10-29 Chong Yidong <cyd@gnu.org>
559
1dc2755a
CY
560 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
561 Suggested by Dan Nicolaescu (Bug#6326).
562
329c48d8
CY
563 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
564
2230fa5b 565 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 566
e84cad57
CY
567 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
568
1913c5f5
CY
569 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
570
894b9dd9
CY
571 * face-remap.el (face-remap-add-relative): Handle the case where a
572 face-remapping-alist entry is a cons cell (Bug#12762).
573
329c48d8
CY
5742012-10-29 Kevin Ryde <user42@zip.com.au>
575
576 * woman.el (woman-parse-numeric-value): Handle picas correctly
577 (Bug#12639).
578
a0ccbcbd
GM
5792012-10-29 Glenn Morris <rgm@gnu.org>
580
581 * emacs-lisp/cl.el (defsetf): Doc fix.
582
b3871e59
SM
5832012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
586 syntax to the matching opener, if any (bug#12547).
587 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
588 matching open as a "case-(".
589 (sh-smie-rc-grammar): Add a corresponding rule for it.
590
cd44022c
DH
5912012-10-28 Daniel Hackney <dan@haxney.org>
592
593 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
594 "PKGNAME-autoloads.el" in case we created it.
595
70edffb1
SM
5962012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
597
86957a0c
SM
598 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
599 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 600 (completion--twq-all): Disable too-strict assertions.
86957a0c 601
70edffb1
SM
602 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
603
d069271c
EZ
6042012-10-27 Eli Zaretskii <eliz@gnu.org>
605
606 * profiler.el (profiler-report-make-entry-part): Fix help-echo
607 text to match the real keybindings.
608
e2f022a3
JL
6092012-10-27 Juri Linkov <juri@jurta.org>
610
611 * wdired.el (wdired-keep-marker-rename): New defcustom.
612 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
613 (Bug#11795)
614
615 * dired.el (dired-keep-marker-rename): Add reference to
616 `wdired-keep-marker-rename' in the docstring.
617 Add default character value ?R to display initially in
618 Customization UI instead of ?@.
619
df171c23
MR
6202012-10-27 Martin Rudalics <rudalics@gmx.at>
621
622 * window.el (display-buffer): In doc-string describe
623 window-height and window-width alist entries.
624
625 * time.el (display-time-world): Restore fit-window-to-buffer
626 behavior.
627
05b621a6
CY
6282012-10-27 Chong Yidong <cyd@gnu.org>
629
630 * subr.el (insert-buffer-substring-as-yank): Doc fix.
631
55f197b2
J
6322012-10-26 Jambunathan K <kjambunathan@gmail.com>
633
634 * minibuffer.el (completion-category-overrides): New completion
635 category `bookmark' (bug#11131).
636
372212df
SM
6372012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
638
150f809c
SM
639 * emacs-lisp/advice.el (ad-assemble-advised-definition):
640 Silence bogus compiler warnings for ad-do-it.
641
372212df
SM
642 * bookmark.el (bookmark-completing-read): Set the completion category
643 to `bookmark' (bug#11131).
644
c5772569
B
6452012-10-26 Bastien <bzg@altern.org>
646 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * face-remap.el: Use lexical-binding.
649 (text-scale-adjust): Improve docstring. Use itself for the temporary
650 overlay-map bindings, so as to repeat the "Use..." message each time.
651
a2be0357
SM
6522012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
653
63314e57
SM
654 * emacs-lisp/macroexp.el (macroexp--expand-all):
655 Obey byte-compile-warning-enabled-p (bug#12486).
656
a2be0357
SM
657 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
658 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
659
8c7727c3
MR
6602012-10-26 Martin Rudalics <rudalics@gmx.at>
661
662 * mouse.el (mouse-drag-line): Move last form into preceding when
663 clause (Bug#12731).
664
665 * help.el (resize-temp-buffer-window): Fix doc-string.
666
3f2a848d
DE
6672012-10-25 David Engster <deng@randomsample.de>
668
669 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 670 Remove. This feature is already integrated in imenu.
3f2a848d
DE
671
672 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
673 always loaded. Require `speedbar' unconditionally.
674
a7723be6
SM
6752012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
676
aaabfc8b
SM
677 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
678
414a8595
SM
679 * minibuffer.el (minibuffer-force-complete): Fix thinko.
680
fb5b9475
SM
681 * net/ldap.el (ldap-search-internal): The official ldif format starts
682 with a "version: 1" header (bug#12724).
683
a7723be6
SM
684 * emacs-lisp/package.el (package-installed-p): Warn if not ready
685 (bug#12721).
686
a05cb6e3
GM
6872012-10-25 Glenn Morris <rgm@gnu.org>
688
689 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
690
3c92de70
SM
6912012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
692
693 * minibuffer.el (minibuffer-force-complete): Use one more marker
694 for the temporary-overlay-map command (bug#12619).
695
a4b6d7c6
CY
6962012-10-24 Chong Yidong <cyd@gnu.org>
697
698 * time.el (display-time-world-mode): Derive from special-mode.
699 (display-time-world): Use display-buffer (Bug#12708).
700 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
701 (display-time-world-display): Wrap the final delete-char inside
702 inhibit-read-only.
a4b6d7c6 703
75e8f9d2
CY
7042012-10-24 Chong Yidong <cyd@gnu.org>
705
cd996018
CY
706 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
707 Doc fix.
708
75e8f9d2
CY
709 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
710
d92df117
SM
7112012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * minibuffer.el (completion--all-sorted-completions-location): New var.
714 (completion--cache-all-sorted-completions)
715 (completion--flush-all-sorted-completions): Use it.
716 (completion-in-region, completion-in-region--postch)
717 (completion-at-point, completion-help-at-point): Use markers in
718 completion-in-region--data (bug#12619).
719
9c3e39f3
SM
7202012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
721
c79825bd
SM
722 * progmodes/compile.el (compilation-start): Try to handle common
723 quoting of `cd' argument (bug#12640).
724
9c3e39f3
SM
725 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
726 (bug#12671).
727
a6709bc7
GM
7282012-10-23 Glenn Morris <rgm@gnu.org>
729
730 * progmodes/gud.el (gud-menu-map):
731 Check gdb-active-process is bound. (Bug#12358)
732
d1069532
SM
7332012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
734
d20d69c0
SM
735 * repeat.el (repeat): Set real-this-command (bug#12232).
736
d1069532
SM
737 * htmlfontify.el (hfy-post-html-hook):
738 * filesets.el (filesets-cache-fill-content-hook):
739 * arc-mode.el (archive-extract-hook):
740 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
741 * net/rcirc.el (rcirc-sentinel-functions)
742 (rcirc-receive-message-functions, rcirc-activity-functions)
743 (rcirc-print-functions):
744 * net/dbus.el (dbus-event-error-functions):
745 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
746 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
747 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
748 * term/sun.el (sun-raw-prefix-hooks):
749 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
750
f7eac6d8
MA
7512012-10-23 Michael Albinus <michael.albinus@gmx.de>
752
d1069532
SM
753 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
754 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
755 (tramp-smb-wait-for-output): Add timeout to
756 `tramp-accept-process-output' calls.
757
608d9d7c
CY
7582012-10-23 Chong Yidong <cyd@gnu.org>
759
49238e7f
CY
760 * faces.el (font-list-limit): Define as an obsolete variable.
761
762 * startup.el (command-line):
763 * cus-start.el: Don't refer to font-list-limit.
764
608d9d7c
CY
765 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
766
4ff5b1b2
SM
7672012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * subr.el (internal-temp-output-buffer-show): Rename from
770 temp-output-buffer-show, since previously compiled files expect this name.
771
ea1d4aac
GM
7722012-10-23 Glenn Morris <rgm@gnu.org>
773
774 * image.el (image-type-from-file-name): If multiple types match,
775 return the first one that is supported. (Bug#9045)
776
eda82a31
GM
7772012-10-22 Glenn Morris <rgm@gnu.org>
778
779 * image.el (imagemagick-enabled-types): Doc fix.
780
4f020bec
TA
7812012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
782
783 * progmodes/which-func.el (which-func-current): The hash-table may have
784 an explicit nil (bug#12338).
785
c77d37e2
SM
7862012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * electric.el (electric-pair-delete-selection-self-insert-function):
789 Rename to electric-pair-will-use-region, return a boolean.
790 (electric-pair-mode): Adjust accordingly. Don't require delsel.
791
792 * delsel.el (delete-selection-helper): Use a function instead of a hook.
793 (delete-selection-pre-hook): Use use-region-p.
794 (delete-selection-self-insert-function): Remove.
795 (self-insert-command): Obey self-insert-uses-region-functions.
796 (self-insert-iso): Revert to previous setting, since we don't actually
797 know what that command does.
798 (delete-selection-self-insert-hooks): Remove.
799
b1d39ccc
SL
8002012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
801
802 * delsel.el (delete-selection-helper): New function, extracted from
803 delete-selection-pre-hook.
804 (delete-selection-pre-hook): Use it.
805 (delete-selection-self-insert-function): New function.
806 (delete-selection-self-insert-hooks): New hook.
807 (self-insert-command, self-insert-iso): Use it.
808 * electric.el (electric-pair-syntax): New function, extracted from
809 electric-pair-post-self-insert-function.
810 (electric-pair-post-self-insert-function): Use it.
811 (electric-pair-delete-selection-self-insert-function): New function.
812 (electric-pair-mode): Require delsel and setup
813 delete-selection-self-insert-hooks (bug#11520).
814
045ef729
CY
8152012-10-20 Chong Yidong <cyd@gnu.org>
816
4c5d08a8
CY
817 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
818 no changes to show (Bug#12586).
819
045ef729
CY
820 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
821 list explicitly (Bug#12571).
822
3503c798 8232012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 824
b1d39ccc
SL
825 * progmodes/flymake.el (flymake-create-temp-inplace):
826 Use file-truename.
79e1997a 827
2068905b
EZ
8282012-10-20 Eli Zaretskii <eliz@gnu.org>
829
830 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
831
4c9e9550
JB
8322012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
833
834 * calc/calc-units.el (math-extract-units): Properly extract powers
835 of units.
836
1a6e7e38
DC
8372012-10-20 Daniel Colascione <dancol@dancol.org>
838
839 * frame.el (make-frame): Set x-display-name as we used to in order
840 to unbreak creating an X11 frame from an Emacs daemon started
841 without a display.
842
8e808318
SM
8432012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * minibuffer.el (minibuffer-force-complete): Make the next completion use
846 the same completion-field (bug@12221).
847
fb0104da
MR
8482012-10-19 Martin Rudalics <rudalics@gmx.at>
849
850 * emacs-lisp/debug.el (debug): Record height of debugger window
851 also when debugger will be back (Bug#8789).
852
8c27235e
CY
8532012-10-18 Chong Yidong <cyd@gnu.org>
854
855 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
856 Convert to defcustom.
857 (gdb-get-source-file): Don't bind pop-up-windows.
858
859 * progmodes/gud.el (gud-display-line): Don't specially re-use
860 other frames for the gdb-mi case (Bug#12648).
861
90eacf99
SM
8622012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
863
aaf0c300
SM
864 * emacs-lisp/advice.el: Clean up commentary a bit.
865 (ad-do-advised-functions, ad-with-originals): Use `declare'.
866 (byte-code-function-p): Never redefine.
867
90eacf99
SM
868 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
869
281c9d2b
GM
8702012-10-18 Glenn Morris <rgm@gnu.org>
871
40714e3d
GM
872 * dired.el (dired-sort-toggle): Some ls implementations only allow
873 a single option string. (Bug#12666)
874
281c9d2b
GM
875 * minibuffer.el (completion-cycle-threshold): Doc fix.
876
b278604e
KH
8772012-10-17 Kenichi Handa <handa@gnu.org>
878
90eacf99
SM
879 * international/mule.el (set-keyboard-coding-system):
880 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
881 Supply TERMINAL arg to set-input-meta-mode.
882
df171c23 8832012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
884
885 * wdired.el (wdired-old-marks): New variable.
886 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
887 (wdired-do-renames): Move point with renamed file and don't lose
888 mark status (Bug#11795).
889
e5a94ec4
JL
8902012-10-16 Juri Linkov <juri@jurta.org>
891
892 * replace.el (query-replace-help): Mention multi-buffer replacement
893 keys in the Help message. (Bug#12655)
894
d18a0d24
CY
8952012-10-15 Chong Yidong <cyd@gnu.org>
896
897 * emacs-lisp/byte-run.el (defsubst): Doc fix.
898
8111f5e6
EZ
8992012-10-14 Eli Zaretskii <eliz@gnu.org>
900
7b9abf24
EZ
901 * window.el (display-buffer): Doc fix.
902
8111f5e6
EZ
903 * progmodes/compile.el (compilation-error-regexp-alist-alist):
904 Adjust the msft regexp to the output of Studio 2010, and move msft
905 before edg-1. See the discussion on emacs-devel,
906 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
907 for the details.
908
5046ef67
SM
9092012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
910
9760c73c
SM
911 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
912 (oset): Move uses of object-class-fast macro after its definition.
913
5046ef67
SM
914 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
915
0d11ff1c
CY
9162012-10-13 Chong Yidong <cyd@gnu.org>
917
918 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
919 enabled, re-enable it (Bug#11963).
920
88ded8ac
MR
9212012-10-13 Martin Rudalics <rudalics@gmx.at>
922
923 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
924 non-nil, restore window configuration (Bug#12623).
925
bd0ffffd
SM
9262012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
927
06485aa8
SM
928 * help-fns.el (describe-variable, describe-function-1):
929 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
930
bd0ffffd
SM
931 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
932
3a989246
GM
9332012-10-12 Glenn Morris <rgm@gnu.org>
934
935 * mail/rmailsum.el (rmail-header-summary):
936 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
937
55cd00c8
FEG
9382012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
939
bd0ffffd
SM
940 * progmodes/python.el (python-mode-map):
941 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
942 (python-nav--up-list): Fix behavior for blocks on the same level.
943
ac9fc2c7
SM
9442012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
945
d8cc4c00 946 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 947
5253a5fd
SM
948 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
949 changes to the format of load-history.
950
ac9fc2c7
SM
951 * international/mule-cmds.el (read-char-by-name): Move let-binding of
952 completion-ignore-case in case that var is buffer-local (bug#12615).
953
cde44a77
KH
9542012-10-11 Kenichi Handa <handa@gnu.org>
955
956 * international/eucjp-ms.el: Re-generated.
957
4ef4a10d
KH
9582012-10-10 Kenichi Handa <handa@gnu.org>
959
960 * select.el (xselect--encode-string): If a coding is specified for
961 selection, and that is compatible with COMPOUND_TEXT, use it.
962
9d7f027b
MR
9632012-10-10 Martin Rudalics <rudalics@gmx.at>
964
965 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
966 (switch-to-buffer):
967 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 968
238f3a58
SM
9692012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
970
971 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
972 Don't document nil as a useful value (bug#12583).
973
1d51f99c
MA
9742012-10-09 Michael Albinus <michael.albinus@gmx.de>
975
238f3a58
SM
976 * net/tramp.el (tramp-debug-message):
977 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
978 (with-tramp-progress-reporter): Rename from
979 `tramp-with-progress-reporter'.
238f3a58
SM
980 (with-tramp-file-property, with-tramp-connection-property):
981 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
982 `with-connection-property', respectively.
983
984 * net/tramp-cache.el: Remove `with-file-property' and
985 `with-connection-property'.
986
987 * net/tramp.el:
988 * net/tramp-gvfs.el:
989 * net/tramp-sh.el:
990 * net/tramp-smb.el: Adapt callees.
991
992 * net/trampver.el: Update release number.
993
26b77251
GM
9942012-10-09 Glenn Morris <rgm@gnu.org>
995
9a5f296f
GM
996 * w32-fns.el (set-message-beep):
997 * term/w32-win.el (set-message-beep): Update declarations.
998
94c66ce5
SM
9992012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1000
10766e9e
SM
1001 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1002 (mode-line-widen, mode-line-input-method-map)
1003 (mode-line-coding-system-map, mode-line-remote)
1004 (mode-line-unbury-buffer, mode-line-bury-buffer)
1005 (mode-line-next-buffer, mode-line-previous-buffer):
1006 Replace save-selected-window+select-window => with-selected-window.
1007
f754db08
SM
1008 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1009 * progmodes/cc-vars.el (bq-process): Remove, unused.
1010
94c66ce5
SM
1011 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1012
a4ff7fe1
FEG
10132012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1014
1015 Implemented `backward-up-list'-like navigation.
1016 * progmodes/python.el (python-nav-up-list)
1017 (python-nav-backward-up-list): New functions.
1018 (python-mode-map): Define substitute key for backward-up-list to
1019 python-nav-backward-up-list.
1020
24517d82
FEG
10212012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1022
1023 * progmodes/python.el (python-fill-paragraph): Rename from
1024 python-fill-paragraph-function. Fixed fill-paragraph for
1025 decorators (Bug#12605).
1026
51867ae2
FEG
10272012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1028
1029 * progmodes/python.el (python-shell-output-filter): Handle extra
1030 carriage return in OSX (Bug#12409).
1031
a5b773c4
FEG
10322012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1033
1034 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 1035 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
1036 (python-syntax-propertize-function): Use it.
1037 (python-shell-output-syntax-table): New var.
1038 (inferior-python-mode): Prevent unbalanced parens/quotes from
1039 previous output mess with current input context.
1040
13373538
JB
10412012-10-08 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1044 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1045
775a132d
MA
10462012-10-08 Michael Albinus <michael.albinus@gmx.de>
1047
1048 * ffap.el (ffap-replace-file-component): Support Tramp file name
1049 syntax, not only ange-ftp's one.
1050
3ab44929
GM
10512012-10-08 Glenn Morris <rgm@gnu.org>
1052
57f1dee4
GM
1053 * cus-start.el (message-log-max): Set :version.
1054
3ab44929
GM
1055 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1056
6a088630
MR
10572012-10-08 Martin Rudalics <rudalics@gmx.at>
1058
1059 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1060 the minibuffer window (Bug#10851).
1061
8dbce54c
FEG
10622012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1063
1064 Enhancements on forward-sexp movement.
1065 * progmodes/python.el (python-nav-beginning-of-statement)
1066 (python-nav-end-of-statement): Return point-marker.
1067 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1068 (python-info-current-symbol)
1069 (python-info-statement-starts-block-p): Rename from
1070 python-info-beginning-of-block-p.
1071 (python-info-statement-ends-block-p): Rename from
1072 python-info-end-of-block-p.
1073 (python-info-beginning-of-statement-p)
1074 (python-info-end-of-statement-p)
1075 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1076 New functions.
1077
5acd2b3e
SM
10782012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1081 frame-selected-windows.
1082
e08348a0
DC
10832012-10-08 Daniel Colascione <dancol@dancol.org>
1084
1085 * battery.el (battery-status-function): Check for
1086 w32-battery-status itself, not system-time windows-nt.
1087
1088 * frame.el: Require cl-lib.
1089 (display-format-alist): New variable mapping frame types to
1090 functions that initialize them.
1091 (window-system-for-display): New function: interprets
1092 display-format-alist.
1093 (make-frame-on-display): Remove existing display-selection logic
1094 and just forward to make-frame, which will now DTRT.
1095 (make-frame): Restructure to use window-system-for-display to
1096 figure out how to create a frame on a given display.
1097 (display-mouse-p): Look for frame-type w32, not a particular
1098 system-type.
1099
1100 * loadup.el: Load w32 lisp code when we have the w32 feature.
1101
1102 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1103 system-type windows-nt.
1104
1105 * server.el (server-create-window-system-frame): Look for window
1106 type.
1107 (server-proces-filter): Only force a window system when windows-nt
1108 _and_ w32. Explain why.
1109
1110 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1111 of window systems we configure for the mode.
1112
1113 * startup.el (command-line): Mark window system is initialized
1114 after we've done it.
1115
1116 * common-win.el (x-select-text): Look for w32, not windows-nt.
1117
1118 * ns-win.el: Require cl-lib. Add ourselves to
1119 display-format-alist.
1120 (ns-initialize-window-system): Assert we're not initialized twice.
1121
1122 * w32-win.el: Enable lexical binding; require cl-lib; add
1123 ourselves to display-format-alist.
1124 (w32-handle-dropped-file): Convert incoming dropped files from
1125 Windows paths to Cygwin ones before passing them on to the rest of
1126 Emacs.
1127 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1128 (w32-initialize-window-system): Assert we're not initialized twice.
1129
1130 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1131 (x-initialize-window-system): Assert we're not initialized twice.
1132
1133 * w32-common-fns.el: New File.
1134 (w32-version, w32-using-nt, w32-get-clipboard-data)
1135 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1136 (w32-charset-info-alist, x-last-selected, text)
1137 (x-get-selection-value, x-selection-value): Move here.
1138
1139 * w32-fns.el: Require w32-common-fns.
1140 (w32-version, w32-using-nt, w32-get-clipboard-data)
1141 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1142 (w32-charset-info-alist, x-last-selected, text)
1143 (x-get-selection-value, x-selection-value): Move to
1144 w32-common-fns.
1145
1146 * w32-vars.el:
1147 (w32-allow-system-shell, w32-system-shells): Define only in
1148 non-cygwin case.
1149
795b1482
SM
11502012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1153 (read-passwd): Remove a few more potential sources of leaks.
1154
f27c99dc
FEG
11552012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1156
1157 * progmodes/python.el (inferior-python-mode)
795b1482 1158 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
1159 variables copied from parent buffer.
1160
fcacb558
JD
11612012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1162
1163 * term/ns-win.el (ns-read-file-name): Update declaration to match
1164 nsfns.m.
1165 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1166 it is set when font is acted upon.
1167
be0d5bae
FEG
11682012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1169
1170 Enhancements to indentation.
1171 * progmodes/python.el (python-indent-context): Give priority to
1172 inside-string context. Make comments indentation markers.
1173 (python-indent-region): Do not mess with strings, unless it's the
1174 enclosing set of quotes.
1175
13af0d10
SM
11762012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1177
662a9d0e
SM
1178 * window.el (internal--before-save-selected-window)
1179 (internal--after-save-selected-window): New functions extracted from
1180 save-selected-window. Make sure we return the `alist' we construct.
1181 (save-selected-window): Use them.
1182
1183 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1184 Use with-selected-window.
1185
13af0d10
SM
1186 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1187 forms that define macros (bug#12593).
1188
6aa75fb6
KH
11892012-10-07 Kenichi Handa <handa@gnu.org>
1190
13af0d10
SM
1191 * international/mule-conf.el (compound-text-with-extensions):
1192 Add :mime-charset property as x-ctext.
6aa75fb6 1193
78d876b9
SM
11942012-10-07 Stefan Merten <smerten@oekonux.de>
1195
1196 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1197 (rst-indent-literal-normal, rst-indent-literal-minimized)
1198 (rst-indent-comment): Correct :version tag.
557337e9 1199 (rst-official-cvs-rev): Correct version string.
78d876b9 1200
99a1e701
GM
12012012-10-07 Glenn Morris <rgm@gnu.org>
1202
1203 * mail/rmailmm.el (rmail-mime-process-multipart):
1204 Do not confuse a multipart message with an epilogue
1205 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1206
08f18c3d
FEG
12072012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1208
1209 Fix shell output retrieval and comint-prompt-regexp init.
1210 * progmodes/python.el (inferior-python-mode):
1211 (python-shell-make-comint): Fix initialization of
1212 comint-prompt-regexp from copied file local variables.
1213 (python-shell-fetched-lines): Remove var.
1214 (python-shell-output-filter-in-progress): Rename from
1215 python-shell-fetch-lines-in-progress.
1216 (python-shell-output-filter-buffer): Rename from
1217 python-shell-fetch-lines-string.
1218 (python-shell-fetch-lines-filter): Delete function.
1219 (python-shell-output-filter): New function.
1220 (python-shell-send-string-no-output): Use them.
1221
82ed3ab4
GM
12222012-10-07 Glenn Morris <rgm@gnu.org>
1223
1595ecfa
GM
1224 * hi-lock.el (hi-lock-process-phrase):
1225 Try to make it less fragile. (Bug#7161)
1226
82ed3ab4
GM
1227 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1228
f1f4dba0
GM
12292012-10-06 Glenn Morris <rgm@gnu.org>
1230
addc11ed 1231 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
1232 non-existent mode `help'.
1233 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 1234
460042b8
GM
1235 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1236 (reftex-create-bibtex-footer): Fix custom types.
1237
67667c70
GM
1238 * progmodes/sh-script.el (sh-indent-after-continuation):
1239 Add explicit :group.
1240
18dec750
GM
1241 * textmodes/rst.el (rst-preferred-decorations)
1242 (rst-shift-basic-offset): Clarify obsolescence versions.
1243
d1a1c7e6
GM
1244 * profiler.el (profiler): Add missing group :version tag.
1245 * avoid.el (mouse-avoidance-banish-position):
1246 * proced.el (proced-renice-command):
1247 * calc/calc.el (calc-ensure-consistent-units):
1248 * calendar/icalendar.el (icalendar-import-format-uid):
1249 * net/tramp.el (tramp-save-ad-hoc-proxies):
1250 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1251 * progmodes/flymake.el (flymake-error-bitmap)
1252 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1253 * progmodes/sh-script.el (sh-indent-after-continuation):
1254 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1255 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1256 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1257 (vhdl-array-index-record-field-in-sensitivity-list)
1258 (vhdl-indent-comment-like-next-code-line):
1259 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1260 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1261 (reftex-cite-key-separator, reftex-create-bibtex-header)
1262 (reftex-create-bibtex-footer):
1263 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1264 (rst-indent-literal-normal, rst-indent-literal-minimized)
1265 (rst-indent-comment): Add missing custom :version tags.
1266
ef35abb4
GM
1267 * calendar/timeclock.el (timeclock-modeline-display):
1268 Add missing obsolete alias for renamed user option.
1269
d1aae614
GM
1270 * strokes.el (strokes-modeline-string):
1271 * emulation/crisp.el (crisp-mode-modeline-string):
1272 * eshell/esh-mode.el (eshell-status-in-modeline):
1273 Aliases to defcustoms must come before the defcustom.
1274
f1f4dba0
GM
1275 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1276 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1277 (cal-tex-cursor-week-monday): Doc fixes.
1278 (cal-tex-cursor-week2-summary): Doc fix.
1279 Rename from cal-tex-cursor-week-at-a-glance.
1280
1281 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1282 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1283
1284 * calendar/calendar.el (calendar-mode-map):
1285 Add cal-tex-cursor-week2-summary.
1286
d39109c3
SM
12872012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1288
685f87b0
SM
1289 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1290
d39109c3
SM
1291 * subr.el (read-passwd-map): New var.
1292 (read-passwd): Use `read-string' again.
1293 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1294
5694896d
J
12952012-10-06 Jambunathan K <kjambunathan@gmail.com>
1296
1297 * register.el (append-to-register, prepend-to-register):
1298 Deactivate mark, as does `copy-to-register' (bug#12389).
1299
9414dd8d
CY
13002012-10-06 Chong Yidong <cyd@gnu.org>
1301
1302 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1303
2b89bca4
KH
13042012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1305
1306 * international/characters.el: Fix simple mistake ((car chars) ->
1307 elt), delete duplicated code.
1308
d5acb99a
GM
13092012-10-06 Glenn Morris <rgm@gnu.org>
1310
1311 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1312
123ec157
JS
13132012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1314
1315 * color.el (color-hsl-to-rgb): Fix incorrect results for
1316 small and large hue values. (Bug#12559)
1317
7fa36ccb
FEG
13182012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1319
1320 Enhancements to docstring formatting when filling paragraphs.
1321 * progmodes/python.el (python-fill-docstring-style): Rename from
1322 python-fill-string-style. Added new style.
1323 (python-fill-string): Use new style. Better checks for
1324 docstrings.
1325
d8788e1e
GM
13262012-10-05 Glenn Morris <rgm@gnu.org>
1327
204f3953
GM
1328 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1329
d8788e1e
GM
1330 * color.el (color-name-to-rgb, color-rgb-to-hex)
1331 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1332 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1333 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1334 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1335
8d956cef
GM
1336 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1337
e8757f09 13382012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
1339
1340 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1341 to get the correct size across symlinks.
1342
e8757f09
GM
1343 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1344
0e2ae83d
JL
13452012-10-04 Juri Linkov <juri@jurta.org>
1346
1347 * replace.el (query-replace-interactive): Declare obsolete.
1348 (query-replace-read-from): Add the last incremental search string
1349 to the list of default values accessible via M-n.
1350 (map-query-replace-regexp): Use `read-regexp'.
1351 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1352 (map-query-replace-regexp, replace-string, replace-regexp):
1353 Fix docstrings to replace mentions of `query-replace-interactive'
1354 with alternatives. (Bug#12526)
1355
93cacb6d
JL
13562012-10-04 Juri Linkov <juri@jurta.org>
1357
1358 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1359 (dired-pop-to-buffer): Declare obsolete.
1360 (dired-mark-pop-up): Doc fix.
1361
fc345011
FEG
13622012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1363
1364 Allow user to set docstring style for fill-paragraph.
1365 * progmodes/python.el
1366 (python-fill-comment-function, python-fill-string-function)
1367 (python-fill-decorator-function, python-fill-paren-function):
1368 Remove :safe for defcustoms.
1369 (python-fill-string-style): New defcustom
5694896d 1370 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
1371 (python-fill-string): Honor python-fill-string-style settings.
1372
6bab5d8b
MR
13732012-10-04 Martin Rudalics <rudalics@gmx.at>
1374
1375 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1376 after setting its buffer (Bug#10805).
1377
a1a9f411
FEG
13782012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1379
1380 Fix cornercase for string syntax.
1381 * progmodes/python.el (python-syntax-propertize-function):
1382 Simplify and enhance the regexp for unescaped quotes. Now it also
1383 matches quotes in weird situations like the single quote in
1384 "something\"'".
1385 (python-syntax-stringify): Simplify num-quotes detecting code.
1386
05e153a6
GM
13872012-10-03 Glenn Morris <rgm@gnu.org>
1388
1389 * help-macro.el (three-step-help):
1390 Revert 2012-09-29 change. (Bug#12567)
1391
2e566ecb
MR
13922012-10-03 Martin Rudalics <rudalics@gmx.at>
1393
96ef9ccd
MR
1394 * menu-bar.el (kill-this-buffer): Don't do anything when
1395 `menu-frame' is not alive or visible (Bug#8184).
1396
2e566ecb
MR
1397 * emacs-lisp/debug.el (debug): When quitting the debugger window
1398 restore current buffer (Bug#12502).
1399
a96e1cb7
CY
14002012-10-02 Chong Yidong <cyd@gnu.org>
1401
5694896d
J
1402 * progmodes/hideif.el (hif-lookup, hif-defined):
1403 Handle semantic-c-takeover-hideif.
a96e1cb7 1404
b3ecad33
PE
14052012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1406
1407 Change sampling interval units from ms to ns.
1408 * profiler.el (profiler-sampling-interval): Change units
1409 from ms to ns, multiplying the default by 1000000 so that
1410 it remains 1 ms.
1411 (profiler-report-cpu-line-format): Give enough room for
1412 the maximum counters on 64-bit hosts.
1413 (profiler-report-render-calltree-1): Call them "CPU samples",
1414 not "Time (ms)", since they are not milliseconds now (and
1415 never really were).
1416
8cb51b66 14172012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 1418
5694896d
J
1419 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1420 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 1421
fd795bf4
CY
14222012-10-02 Chong Yidong <cyd@gnu.org>
1423
1424 * emacs-lisp/eieio.el: Restore Version header.
1425
fe0a74f9
SM
14262012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1427
6be9197e
SM
1428 * vc/diff-mode.el (diff--auto-refine-data): New var.
1429 (diff-hunk): Use it to delay refinement.
1430 (diff-mode): Remove overlays when we turn off font-lock.
1431
18486139
SM
1432 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1433 (table-initialize-table-fixed-width-mode)
1434 (table-set-table-fixed-width-mode): Remove functions.
1435 (table-command-list): Move initialization into declaration.
1436 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1437 (table-with-cache-buffer): Use `declare'.
1438 (table-span-cell): Simplify via CSE.
1439 (table-fixed-width-mode): Use define-minor-mode.
1440 (table-call-interactively, table-funcall, table-apply): Remove.
1441 (table-function): New function, to replace them.
1442
d83ef976
SM
1443 * bookmark.el (bookmark-search-pattern): Remove var.
1444 (bookmark-read-search-input): Remove function.
1445 (bookmark-bmenu-search): Reimplement using a minibuffer.
1446
cd386662
SM
1447 * faces.el (modeline): Remove obsolete face name.
1448
fe0a74f9
SM
1449 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1450 and give a non-nil default value.
1451 (add-change-log-entry): Simplify accordingly.
1452
9f7b98f8
DG
14532012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1454
1455 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1456 (vc-git-log-edit-toggle-amend): New function.
1457 (vc-git-log-edit-toggle-signoff): New function.
1458 (vc-git-log-edit-mode): New major mode.
1459 (vc-git-log-edit-mode-map): Keymap for it.
1460 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1461
1462 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1463 header names.
1464 (log-edit-toggle-header): New function.
1465 (log-edit-extract-headers): Accept function values in HEADERS alist.
1466
62a81506
CY
14672012-10-01 David Engster <deng@randomsample.de>
1468
1469 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1470 from symbol property and change message to be more consistent with
1471 Emacs proper.
1472 (eieio-describe-generic): Add filename for each implementation.
1473 Fix indices for generic and normal methods.
1474 (eieio-method-def, eieio-class-def): New buttons.
1475 (eieio-help-find-method-definition)
1476 (eieio-help-find-class-definition): New functions.
1477 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1478 class, constructor and method definitions.
1479
1480 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1481 information in symbol property.
1482 (scoped-class): Remove.
1483 (eieio-slot-name-index, call-next-method): Check if it is bound.
1484
14852012-10-01 Leo P. White <lpw25@cam.ac.uk>
1486
1487 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1488 (eieio-custom-mode): New major mode.
1489 (eieio-customize-object): Use it.
1490
14912012-10-01 Eric Ludlam <zappo@gnu.org>
1492
1493 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1494 specifying the expected class, and whether subclassing is allowed.
1495 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
1496 (eieio-persistent-validate/fix-slot-value)
1497 (eieio-persistent-slot-type-is-class-p): New functions.
1498 (eieio-named::slot-missing): Doc fix.
62a81506
CY
1499
1500 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1501 Stop using unused publd variable.
1502
1503 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1504 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1505 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1506 (eieio-speedbar-handle-click): Do not specify a class for the
1507 method. Fixes method invocation order problems with EDE.
1508
375e49d4
SM
15092012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1512 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1513
16ce6ccd
KF
15142012-10-01 Karl Fogel <kfogel@red-bean.com>
1515
1516 * bookmark.el (bookmark-version-control): Give tags in the
1517 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
1518 (bookmark-write-file): Bind `print-circle' to `t' to allow
1519 circular custom bookmark types. (Bug#12503)
16ce6ccd 1520
19e54a4d
PE
15212012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1522
86ec63ba
PE
1523 Revert the FOLLOW-SYMLINKS change for file-attributes.
1524 * files.el (remote-file-name-inhibit-cache, after-find-file):
1525 * time.el (display-time-file-nonempty-p): Undo last change.
1526
19e54a4d
PE
1527 * profiler.el (profiler-sampling-interval): Change default back to 1.
1528 See Stefan Monnier in
1529 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1530
0478776b
FEG
15312012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1532
1533 Shell output catching a la gud-gdb.
1534 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
1535 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1536 New Vars.
0478776b
FEG
1537 (python-shell-fetch-lines-filter): New function.
1538 (python-shell-send-string-no-output): Use them.
1539
c22bac2c
TM
15402012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1541
1542 * profiler.el (profiler-sampling-interval): Rename from
1543 profiler-sample-interval.
1544 (profiler-sampling-interval): Default to 10.
1545 (profiler-find-profile): New command (was profiler-find-log).
1546 (profiler-find-profile-other-window): New command.
1547 (profiler-find-profile-other-frame): New command.
1548 (profiler-profile): Introduce API-level data structure.
1549
e7a2937b
PE
15502012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1551
1552 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1553 * files.el (remote-file-name-inhibit-cache):
1554 * time.el (display-time-file-nonempty-p): Use it.
1555 * files.el (after-find-file): Don't chase links before calling
1556 file-exists-p, as file-exists-p already does the right thing.
1557
4f595e15
RA
15582012-09-30 Ralf Angeli <angeli@caeruleus.net>
1559
1560 Merge from standalone RefTeX repository.
1561
1562 The following ChangeLog entries are shortened versions of the
1563 original ones with file paths adapted. A not so strongly edited
1564 version of the original ChangeLog can be found in the commit log.
1565
1566 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
1567 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1568 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
1569
1570 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
1571 that entries with whitespace at various places are found.
1572 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
1573 Include @String definitions in the resulting bib file. Add header
1574 and footer defined in `reftex-create-bibtex-header' and
1575 `reftex-create-bibtex-footer'.
1576 (reftex-do-citation): Make it possible again to insert
1577 non-existent entries. Save match data when asking for optional
1578 arguments. Return all keys, not just the first one.
1579 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1580 all citations in the same line.
1581 (reftex-parse-bibtex-entry): Accept additional optional argument
1582 `raw' and keep quotes or braces if it is non-nil. Match fields
1583 containing hyphens besides word constituents.
1584 (reftex-get-string-refs): New function.
1585 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1586 and ask if it should be reread in case it did.
1587 (reftex-pop-to-bibtex-entry)
1588 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1589 entries with spaces or tabs in front of arguments.
1590 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
1591 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1592 Match entries containing numbers and symbol constituents.
1593 (reftex-do-citation, reftex-figure-out-cite-format):
1594 Use `reftex-cite-key-separator'.
4f595e15
RA
1595
1596 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1597 (reftex-mouse-view-crossref): Explain why point is set.
1598
1599 * textmodes/reftex-global.el: Whitespace changes.
1600
1601 * textmodes/reftex-index.el: Move provide statement to end of
1602 file.
1603 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1604 (reftex-index-visit-phrases-buffer): Set marker when visiting
1605 buffer. This allows for returning from the phrases file to the
1606 file one was just editing instead of the file where the last
1607 phrases was added from.
1608 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1609 punctuation syntax as it usually is not used as string quote in
1610 TeX-related modes and may occur unmatched. The change also
1611 prevents fontification of quoted content.
1612 (reftex-index-phrases-mode): Use it.
1613
375e49d4
SM
1614 * textmodes/reftex-parse.el (reftex-parse-from-file):
1615 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
1616 (reftex-parse-from-file): Use beginning of match instead of end as
1617 bound.
1618
1619 * textmodes/reftex-ref.el: Adapt creation of
1620 `reftex-<package>-<macro>' functions to new structure of
1621 `reftex-ref-style-alist'.
375e49d4
SM
1622 (reftex-reference): Use `reftex-ref-style-list' function.
1623 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
1624 reference macro if `reftex-ref-macro-prompt' is non-nil.
1625 (reftex-reference): Pass refstyle to `reftex-format-special'.
1626 Determine reference macro by looking at
375e49d4
SM
1627 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1628 Use only one special format function.
4f595e15
RA
1629 (reftex-varioref-vref, reftex-fancyref-fref)
1630 (reftex-fancyref-Fref): Remove definitions. The functions are now
1631 generated from `reftex-ref-style-alist'.
1632 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1633 Remove.
1634 (reftex-format-special): New function.
1635
1636 * textmodes/reftex-sel.el
1637 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1638 of `reftex-ref-style-alist'. Remove code for testing macro type.
1639 (reftex-select-toggle-varioref)
1640 (reftex-select-toggle-fancyref): Remove.
1641 (reftex-select-cycle-ref-style-internal)
1642 (reftex-select-cycle-ref-style-forward)
1643 (reftex-select-cycle-ref-style-backward): New functions.
1644 (reftex-select-label-map): Use `v' and `V' for general cycling
1645 through reference styles. Add `p' for switching between number
1646 and page reference types.
1647
375e49d4
SM
1648 * textmodes/reftex-toc.el (reftex-re-enlarge):
1649 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
1650 the horizontal version throws an error even if the parameter is 0.
1651
1652 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1653 (reftex-plug-into-AUCTeX): Doc fix.
1654 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1655 string. Adapt to new name.
1656 (reftex-ref-style-alist): Change structure so that it is not
1657 possible to use multiple different package names within a style.
375e49d4
SM
1658 Remove the symbols for symbols for macro type distinction.
1659 Add characters for macro selection.
4f595e15
RA
1660 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1661 (reftex-create-bibtex-footer): New variables.
1662 (reftex-format-ref-function): Mention third argument of special
1663 format function.
375e49d4
SM
1664 (reftex-ref-style-alist, reftex-ref-style-default-list):
1665 New variables.
4f595e15
RA
1666 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1667 to new implementation. Mark as obsolete. Add compatibility code
1668 for honoring the variable values in case they are set.
375e49d4
SM
1669 (reftex-cite-format-builtin, reftex-bibliography-commands):
1670 Add support for ConTeXt.
1671 (reftex-format-ref-function, reftex-format-cite-function):
1672 Fix custom type.
4f595e15
RA
1673 (reftex-cite-key-separator): New variable.
1674
1675 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1676 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1677 `reftex-syntax-table' because parens have to retain their paren
1678 syntax in order for parsing of BibTeX entries like @book(...) to
1679 work.
1680 (reftex-in-comment): Do not error out if `comment-start-skip' is
1681 not set. Deal correctly with escaped comment characters.
375e49d4
SM
1682 (reftex-tie-multifile-symbols): Add doc string.
1683 Initialize `reftex-ref-style-list'.
4f595e15
RA
1684 (reftex-untie-multifile-symbols): Add doc string.
1685 (reftex-add-index-macros): Doc fix.
1686 (reftex-ref-style-activate, reftex-ref-style-toggle)
1687 (reftex-ref-style-list): New functions.
1688 (reftex-mode-menu): Use them. Adapt to new structure of
1689 `reftex-ref-style-alist'.
1690 (reftex-select-with-char): Kill the RefTeX Select buffer when
1691 done.
1692 (reftex-remove-if): New function.
1693 (reftex-erase-all-selection-and-index-buffers)
1694 (reftex-mode-menu): Reference styles are now computed from
1695 `reftex-ref-style-alist'. Fix typo.
1696 (reftex-report-bug): New function.
1697 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1698 algorithms with O(n log n). Introduce optional argument SORT (not
1699 yet used).
1700
440ba395
FEG
17012012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1702
1703 Enhancements for triple-quote string syntax.
375e49d4
SM
1704 * progmodes/python.el (python-syntax-propertize-function):
1705 Match both quote cases in one regexp.
440ba395
FEG
1706 (python-syntax-stringify): Handle matches properly.
1707
4c478e6b
JL
17082012-09-30 Juri Linkov <juri@jurta.org>
1709
1710 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 1711 to nil around the call to `insert' to prevent
4c478e6b
JL
1712 directory time modification by lock_file. (Bug#2295)
1713 * tar-mode.el (tar-summarize-buffer): Idem.
1714
d80d54b2
JL
17152012-09-30 Juri Linkov <juri@jurta.org>
1716
1717 * facemenu.el (list-colors-sort): Add option "Luminance".
1718 (list-colors-sort-key): Implement it.
1719
1720 * vc/diff-mode.el (diff-refine-removed):
1721 * vc/ediff-init.el (ediff-fine-diff-A):
1722 * vc/smerge-mode.el (smerge-refined-removed):
1723 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1724
d7e642cc
JD
17252012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1726
1727 * term/ns-win.el (x-file-dialog): New function.
1728
ee41332b
JB
17292012-09-30 Juanma Barranquero <lekktu@gmail.com>
1730
1731 * ido.el (ido-max-directory-size): Default to nil; the current
1732 default is small for POSIX systems, and impractical on Windows 7
1733 now that lstat returns directory sizes for NTFS.
1734
5938d519
MR
17352012-09-30 Martin Rudalics <rudalics@gmx.at>
1736
1737 In buffer display functions handle window-height/window-width
1738 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
1739 * window.el (window--display-buffer): New argument ALIST.
1740 Obey window-height and window-width alist entries.
1741 (window--try-to-split-window): New argument ALIST.
1742 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
1743 changed and window-combination-limit equals `window-size'.
1744 (display-buffer-in-atom-window)
1745 (display-buffer-in-major-side-window)
1746 (display-buffer-in-side-window, display-buffer-same-window)
1747 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1748 (display-buffer-pop-up-window, display-buffer-below-selected)
1749 (display-buffer-at-bottom, display-buffer-in-previous-window)
1750 (display-buffer-use-some-window): Adjust all callers of
1751 window--display-buffer and window--try-to-split-window.
1752 (fit-frame-to-buffer): New option.
1753 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1754 is non-nil.
1755 (display-buffer-in-major-side-window): Evaluate window-height /
1756 window-width alist entries.
1757
1758 * help.el (temp-buffer-resize-frames)
1759 (temp-buffer-resize-regexps): Remove options.
1760 (temp-buffer-resize-mode): Adjust doc-string.
1761 (resize-temp-buffer-window): Don't consult
1762 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1763 temp-buffer-resize-frames.
1764
375e49d4
SM
1765 * dired.el (dired-mark-pop-up):
1766 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
1767 entry.
1768
c4c0c2df
CY
17692012-09-30 Chong Yidong <cyd@gnu.org>
1770
48de8b12
CY
1771 * server.el (server-host): Document the security implications.
1772 (server-auth-key): Doc fix.
1773
1774 * startup.el (initial-buffer-choice): Doc fix.
1775
1776 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1777
a97dc380
CY
1778 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1779 restriction change.
1780
d39d3c8e
CY
1781 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1782
c4c0c2df
CY
1783 * help-fns.el (help-fns--obsolete): Fix last change.
1784
98a5e33b
SM
17852012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1786
34cf6f39
SM
1787 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1788 (minor-mode-map-alist): Remove redundant code.
1789
e01c13fe
SM
1790 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1791 visited in a buffer.
1792 (cvs-insert-visited-file): New function.
1793 (find-file-hook): Use it.
1794
1795 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1796
02661b3a
SM
1797 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1798 chose face.
1799 (log-edit-empty-buffer-p): Don't require a space after a header.
1800
43711d4b
SM
1801 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1802
38a30d64
SM
1803 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1804
4ffb41a9
SM
1805 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1806 a proper minor-mode.
1807
98a5e33b
SM
1808 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1809
de82e29b
GM
18102012-09-29 Glenn Morris <rgm@gnu.org>
1811
5cc2e639
GM
1812 * winner.el (winner-mode): Remove variable (let define-minor-mode
1813 handle it).
1814 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1815 Doc fixes.
1816 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1817 (winner-mode): Use define-minor-mode.
1818
7bd302eb
GM
1819 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1820 the full definition in loaddefs, rather than duplicating it.
1821
2923922f 1822 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 1823
0e3e4156
GM
1824 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1825 (inferior-lisp-program, inferior-lisp-load-command)
1826 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 1827 No need to autoload defcustoms.
0e3e4156 1828
de82e29b
GM
1829 * hippie-exp.el (hippie-expand-try-functions-list)
1830 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1831 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1832 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 1833 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
1834 * progmodes/vhdl-mode.el (vhdl-line-expand):
1835 Explicitly load hippie-exp, so it does not get autoloaded
1836 while hippie-expand-try-functions-list is let-bound.
1837
e60b51ab
GM
18382012-09-28 Glenn Morris <rgm@gnu.org>
1839
277f0cfa
GM
1840 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1841
e60b51ab
GM
1842 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1843 Only "cl.el" counts as cl these days.
1844
53baf48a
JL
18452012-09-28 Juri Linkov <juri@jurta.org>
1846
1847 Display archive errors in the echo area instead of inserting
1848 to the file buffer.
1849
1850 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1851 to STDERR-TEST that can be a regexp matching a successful output.
1852 Create a temporary file and redirect stderr to it. Search for
1853 STDERR-TEST in the stderr output and display it in the echo area
1854 if no match is found.
1855 (archive-extract-by-file): New function like
1856 `archive-extract-by-stdout' but extracting archives to files
1857 and looking for successful matches in stdout. Function body is
1858 mostly copied from `archive-rar-extract'.
1859 (archive-rar-extract): Use `archive-extract-by-file'.
1860 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1861
9c1228c3
LL
18622012-09-28 Leo Liu <sdl.web@gmail.com>
1863
375e49d4
SM
1864 * pcomplete.el (pcomplete-show-completions):
1865 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 1866
9c1228c3
LL
1867 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1868
7f457c06
SM
18692012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1870
3df749b0
SM
1871 * type-break.el: Use lexical-binding.
1872 (type-break-mode): Use define-minor-mode.
1873
7f457c06
SM
1874 * emacs-lisp/pcase.el (pcase--mark-used): New.
1875 (pcase--u1): Use it (bug#12512).
1876
1877 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1878 in load-history with the right file name.
1879
c00ebc98
TH
18802012-09-28 Tassilo Horn <tsdh@gnu.org>
1881
1882 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1883 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1884 (doc-view-get-bounding-box): Make bounding box slicing work for
1885 ODF and DVI documents.
1886
96fb7170
GM
18872012-09-28 Glenn Morris <rgm@gnu.org>
1888
1889 * type-break.el (type-break-mode, type-break-interval)
1890 (type-break-good-rest-interval, type-break-keystroke-threshold):
1891 No need to autoload.
1892 (type-break-good-rest-interval, type-break-keystroke-threshold):
1893 Add :set-after.
1894
5bc93c67
CY
18952012-09-28 Chong Yidong <cyd@gnu.org>
1896
1897 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1898 Add :version tag.
1899
9cad61d6
SM
19002012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1901
e28e67b3 1902 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 1903
daee954c
GM
19042012-09-27 Glenn Morris <rgm@gnu.org>
1905
a88324d4
GM
1906 * faces.el (x-display-name): Declare (for without-x builds).
1907
8e5064e5
GM
1908 * linum.el (linum-format): Don't autoload it. Improve :type.
1909
cc1783c2
GM
1910 * progmodes/tcl.el: Don't require outline when compiling.
1911 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
1912 * textmodes/sgml-mode.el: Don't require outline when compiling.
1913 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1914
48c339f2
GM
1915 * term.el (term-ansi-reset):
1916 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1917
daee954c
GM
1918 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1919 files for RCS and SCCS. (Bug#9781)
1920
b7f42161
CY
19212012-09-27 Chong Yidong <cyd@gnu.org>
1922
1923 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1924 change; value should be t.
1925
a2e770db
SM
19262012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1927
83600dc8
SM
1928 * image-mode.el: Use lexical-binding.
1929 (image-mode-winprops): Use t to stand for the window of
1930 a buffer that's not displayed.
1931 * doc-view.el (doc-view-new-window-function): Handle the new
1932 t in winprops.
1933 (doc-view-enlarge): Make it a real nop if the size is not changed.
1934 (doc-view-display): Handle the case where the buffer is not (yet?)
1935 displayed in any window.
1936 (doc-view-saved-settings): New var.
1937 (doc-view-mode): Use it.
1938 (doc-view-fallback-mode): Set it.
1939
a2e770db
SM
1940 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1941 Set lexical-binding.
1942 (minibuffer-eldef-shorten-default): New var.
1943 (minibuffer-default-in-prompt-regexps): Use it for new default.
1944 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1945
e3b60857
JB
19462012-09-26 Juanma Barranquero <lekktu@gmail.com>
1947
1948 * international/uni-bidi.el:
1949 * international/uni-category.el:
1950 * international/uni-name.el:
1951 * international/uni-numeric.el: Regenerate.
1952
3a880af4
SM
19532012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1954 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * profiler.el: New file.
1957
07b1a5fb
SM
19582012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1961 (testcover-reinstrument): Simplify with CSE.
1962
42019c2e
JB
19632012-09-26 Juanma Barranquero <lekktu@gmail.com>
1964
1965 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1966
179f044b
WS
19672012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1968
1969 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1970 (verilog-auto-input, verilog-auto-insert-lisp)
1971 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1972 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1973 (verilog-auto-unused, verilog-auto-wire)
1974 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1975 newline. Reported by Andrew Jones.
1976 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1977 Reported by Brad Dobbie.
07b1a5fb
SM
1978 (verilog-batch-delete-trailing-whitespace):
1979 Create verilog-batch-delete-trailing-whitespace.
1980 Reported by Brad Dobbie.
179f044b
WS
1981 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1982 parameters from another module. Reported by Dan Katz.
1983 (verilog-auto, verilog-auto-assign-modport)
1984 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1985 AUTOINOUTMODPORT for UVM interface module shell generation.
1986 Reported by Brad Dobbie.
1987 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1988 standard behavior.
1989 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1990 Reported by Matt Martin.
1991
9c52dd5a
MR
19922012-09-25 Martin Rudalics <rudalics@gmx.at>
1993
1994 * window.el (window--resize-child-windows): When resizing child
1995 windows proportionally, process them in reverse order to
1996 preserve the "when splitting a window the new one gets the odd
1997 line" behavior.
1998 (window--resize-root-window-vertically): When resizing the
1999 minibuffer window try to affect only windows at the bottom of the
2000 frame. (Bug#12419)
2001
863666eb
CY
20022012-09-25 Chong Yidong <cyd@gnu.org>
2003
2004 * subr.el (declare): Doc fix.
2005
2006 * help-fns.el (help-fns--obsolete): Handle macros properly.
2007
59f7af81
CY
20082012-09-25 Chong Yidong <cyd@gnu.org>
2009
2010 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2011 this function obsolete.
2012
2013 * calendar/cal-x.el (calendar-two-frame-setup)
2014 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2015 * calendar/calendar.el (american-calendar, european-calendar)
2016 (calendar-for-loop):
2017 * comint.el (comint-dynamic-simple-complete)
2018 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2019 * desktop.el (desktop-load-default):
2020 * dired-x.el (dired-omit-here-always)
2021 (dired-hack-local-variables, dired-default-directory):
2022 * emacs-lisp/derived.el (derived-mode-class):
2023 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2024 * emacs-lock.el (toggle-emacs-lock):
2025 * epa.el (epa-display-verify-result):
2026 * epg.el (epg-sign-keys, epg-start-sign-keys)
2027 (epg-passphrase-callback-function):
2028 * eshell/esh-util.el (eshell-for):
2029 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2030 (eshell-add-to-window-buffer-names):
2031 * files.el (locate-file-completion):
2032 * imenu.el (imenu-example--create-c-index)
2033 (imenu-example--create-lisp-index)
2034 (imenu-example--lisp-extract-index-name)
2035 (imenu-example--name-and-position):
2036 * international/mule-cmds.el (princ-list):
2037 * international/mule-diag.el (decode-codepage-char):
2038 * international/mule-util.el (detect-coding-with-priority):
2039 * iswitchb.el (iswitchb-read-buffer):
2040 * mail/mailalias.el (mail-complete):
2041 * mail/sendmail.el (mail-sent-via):
2042 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2043 (mouse-major-mode-menu):
2044 * password-cache.el (password-read-and-add):
2045 * pcomplete.el (pcomplete-parse-comint-arguments):
2046 * progmodes/sh-script.el (sh-maybe-here-document):
2047 * replace.el (query-replace-regexp-eval):
2048 * savehist.el (savehist-load):
2049 * simple.el (choose-completion-delete-max-match):
2050 * term.el (term-dynamic-simple-complete):
2051 * vc/ediff-init.el (ediff-check-version):
2052 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2053 * vc/vc.el (vc-diff-switches-list):
2054 * view.el (view-return-to-alist-update): Likewise.
2055
2056 * subr.el (eval-next-after-load, makehash, insert-string)
2057 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2058 mark obsolete.
2059 (mode-line-inverse-video): Variable deleted.
2060
2061 * international/mule-util.el (string-to-sequence): Remove.
2062
2063 * calendar/calendar.el (calendar-version):
2064 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2065 (icalendar-convert-diary-to-ical):
2066 * cus-edit.el (custom-mode):
2067 * ansi-color.el (ansi-color-unfontify-region):
2068 * international/latin1-disp.el (latin1-char-displayable-p):
2069 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
2070 * progmodes/which-func.el (which-func-update-1):
2071 Use define-obsolete-function-alias.
59f7af81
CY
2072
2073 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
2074 * net/newst-treeview.el (newsticker-groups-filename):
2075 Fix incorrect obsolescence declaration.
59f7af81
CY
2076
2077 * allout.el (allout-passphrase-hint-string): Likewise.
2078 (allout-init): Use a declare form to mark obsolete.
2079
2080 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2081 this applies to functions.
2082
2083 * iswitchb.el (iswitchb-read-buffer): Move code of
2084 iswitchb-define-mode-map here, and delete that obsolete function.
2085
2086 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2087 font-lock-reference-face.
2088
cca96c97
GM
20892012-09-25 Glenn Morris <rgm@gnu.org>
2090
b06eeda8
GM
2091 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2092 Doc fixes.
2093
cca96c97
GM
2094 * eshell/em-term.el (eshell-term-name):
2095 Default to term-term-name. (Bug#12485)
2096
dc4f818b
FEG
20972012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2098
cca96c97
GM
2099 * progmodes/python.el (python-shell-send-buffer): Better handling
2100 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 2101
289c24bd
GM
21022012-09-24 Glenn Morris <rgm@gnu.org>
2103
2104 * eshell/esh-cmd.el (eshell-find-alias-function):
2105 Tighten up file-name regexp. (Bug#12499)
2106
8fb8b88f
FEG
21072012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2108
2109 Enhancements for triple-quote string syntax.
2110 * progmodes/python.el (python-quote-syntax): Remove.
2111 (python-syntax-propertize-function): New value.
07b1a5fb
SM
2112 (python-syntax-count-quotes, python-syntax-stringify):
2113 New functions.
8fb8b88f 2114
6c27f0f8
CY
21152012-09-24 Chong Yidong <cyd@gnu.org>
2116
a5f2b6ec
CY
2117 * mail/supercite.el (sc-version): Remove obsolete function.
2118 (sc-describe): Don't mark as obsolete, since it is bound.
2119 (sc-submit-bug-report): Remove.
2120
2121 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2122 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
2123 (log-edit-require-final-newline)
2124 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
2125
2126 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2127 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2128 * vc/vc.el (vc-checkout-carefully): Likewise.
2129
2130 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2131 (emerge-version): Remove.
2132
2133 * progmodes/compile.el (compile-internal): Remove.
2134 (compilation-parse-errors-function): Fix typo.
2135
2136 * international/mule.el (set-char-table-default): Remove.
2137 (set-coding-priority, make-coding-system, generic-char-p)
2138 (charset-list, charset-bytes, charset-id): Use declare to mark
2139 functions as obsolete.
2140
2141 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2142 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2143 * vc/vc-hooks.el (vc-default-registered): Don't use
2144 vc-master-templates.
2145
07b1a5fb
SM
2146 * font-lock.el (font-lock-reference-face):
2147 Use define-obsolete-variable-alias.
6c27f0f8
CY
2148
2149 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2150 * calendar/calendar.el (calendar-font-lock-keywords):
2151 * calendar/diary-lib.el (diary-font-lock-keywords)
2152 (diary-fancy-font-lock-keywords):
2153 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2154 * textmodes/reftex-index.el (reftex-insert-index):
2155 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2156 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2157 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2158 * progmodes/prolog.el (prolog-font-lock-keywords):
2159 * progmodes/idlwave.el (idlwave-idl-keywords):
2160 * progmodes/ada-mode.el (ada-font-lock-keywords):
2161 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2162
bcc0adbf
GM
21632012-09-24 Glenn Morris <rgm@gnu.org>
2164
2165 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2166
095bb823
FEG
21672012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2168
2169 * progmodes/python.el (python-indent-line): More consistent cursor
2170 movement behavior.
2171
70efc5c9
SM
21722012-09-23 Stefan Merten <smerten@oekonux.de>
2173
2174 * textmodes/rst.el: Fix compiler warning.
2175
2f438239
RW
21762012-09-23 Roland Winkler <winkler@gnu.org>
2177
07b1a5fb
SM
2178 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2179 Transcribe also LaTeX hyphenation.
2f438239
RW
2180 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2181 bibtex-reformat-previous-options.
2182
936ad041
RW
21832012-09-23 Roland Winkler <winkler@gnu.org>
2184
2185 * proced.el (proced-renice-command): New variable.
2186 (proced-marked-processes): New function.
2187 (proced-with-processes-buffer): New macro.
2188 (proced-send-signal): Use them.
2189 (proced-renice): New command bound to r.
2190
6fab0274
RW
21912012-09-23 Roland Winkler <winkler@gnu.org>
2192
2193 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2194 ibuffer-saved-filter-groups has one element, shortcut the call of
2195 completing-read. (Bug#12331)
2196
9a930676
CY
21972012-09-23 Chong Yidong <cyd@gnu.org>
2198
2199 * bindings.el (mode-line-toggle-read-only):
2200 * bs.el (bs-toggle-readonly):
2201 * buff-menu.el (Buffer-menu-toggle-read-only):
2202 * dired.el (dired-toggle-read-only):
2203 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2204
d07ff9db
CY
22052012-09-23 Chong Yidong <cyd@gnu.org>
2206
2207 * image.el (image-type-available-p): Adapt to init-image-library
2208 argument changes.
2209
51c4474e
JL
22102012-09-22 Juri Linkov <juri@jurta.org>
2211
2212 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2213 `dired-toggle-read-only'. (Bug#12462)
2214
43bf5e8e
MR
22152012-09-22 Martin Rudalics <rudalics@gmx.at>
2216
2217 * subr.el (temp-output-buffer-show): New function.
2218 (with-output-to-temp-buffer): Call temp-output-buffer-show
2219 instead of internal-temp-output-buffer-show.
2220
c88b867f
CY
22212012-09-22 Chong Yidong <cyd@gnu.org>
2222
3df47cd5
CY
2223 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2224 (Bug#12462).
2225
c88b867f
CY
2226 * repeat.el (repeat): Doc fix (Bug#12348).
2227
2228 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2229 (Bug#10909).
2230
2231 * simple.el (shell-command-on-region): Doc fix.
3171e303 2232 (read-only-mode): Doc fix.
c88b867f 2233
df9685f3
EZ
22342012-09-22 Eli Zaretskii <eliz@gnu.org>
2235
2236 * emacs-lisp/timer.el (run-with-idle-timer)
2237 (timer-activate-when-idle): Warn against reinvoking an idle timer
2238 from within its own timer action. (Bug#12447)
2239
8e17c9ba
MR
22402012-09-22 Martin Rudalics <rudalics@gmx.at>
2241
2242 * cus-start.el (window-combination-limit): Add new optional
2243 values.
2244 * window.el (temp-buffer-window-show)
2245 (window--try-to-split-window): Handle new values of
2246 window-combination-limit (Bug#1806).
2247 (split-window): Test window-combination-limit for t instead of
2248 non-nil.
2249 (display-buffer-at-bottom): New buffer display action function.
2250 * help.el (temp-buffer-resize-regexps): New option.
2251 (temp-buffer-resize-mode): Rewrite doc-string.
2252 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 2253 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 2254
48a24920
SM
22552012-09-22 Stefan Merten <smerten@oekonux.de>
2256
70efc5c9 2257 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
2258 (rst-official-version)
2259 (rst-package-emacs-version-alist): Sync with official version
2260 V1.4.0.
2261 (rst-faces-defaults, rst-set-level-default)
2262 (rst-level-face-max, rst-level-face-base-color)
2263 (rst-level-face-base-light, rst-level-face-format-light)
2264 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2265 (rst-adornment-faces-alist): Match new setup.
2266 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2267 (rst-level-5, rst-level-6): New faces.
2268
82f8cd94
CY
22692012-09-22 Chong Yidong <cyd@gnu.org>
2270
2271 * simple.el (undo): Handle indirect buffers (Bug#8207).
2272
acfa068f 22732012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
2274
2275 IDO: Disable match re-ordering for buffer switching.
2bc9406c 2276 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
2277 (ido-set-matches-1): Use it. (Bug#2042)
2278
acfa068f 22792012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
2280
2281 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2282 Fix 2011-05-17 change. (Bug#12418)
2283
acfa068f 22842012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
2285
2286 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2287
acfa068f 22882012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
2289
2290 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2291 Be more robust about locating simple.el.
2292
acfa068f 22932012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
2294
2295 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2296
acfa068f
CY
22972012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2298
2299 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2300
41a97e6f
JL
23012012-09-20 Juri Linkov <juri@jurta.org>
2302
eb2deaff
JL
2303 * replace.el (query-replace-read-from): Use `read-regexp' instead
2304 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2305 (occur-read-primary-args): Use `read-regexp' instead of
2306 `read-string'.
2307 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2308 `read-from-minibuffer'.
2309 * isearch.el (isearch-occur): Use `read-regexp' instead of
2310 `read-string'.
2311 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2312 `read-from-minibuffer'.
2313 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2314 of `read-string'. (Bug#7567)
2315
5825610b
JL
2316 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2317 and allow accepting a list of strings prepended to a list of
2318 standard default values. Doc fix. (Bug#12321)
2319
eebbf404
JL
2320 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2321
41a97e6f
JL
2322 * replace.el (read-regexp): Don't add ": " when PROMPT already
2323 ends with a colon and space. (Bug#12321)
2324
c9e452d3
TH
23252012-09-20 Tassilo Horn <tsdh@gnu.org>
2326
2327 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2328 error.
2329
ee97deee
SM
23302012-09-20 Stefan Merten <smerten@oekonux.de>
2331
70efc5c9 2332 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
2333 Fixes feature request bug#11711.
2334 (rst-mode): Create `imenu-create-index-function'.
2335 (rst-get-stripped-line): Delete after refactoring.
2336 (rst-section-tree, rst-section-tree-rec)
2337 (rst-section-tree-point): Refactor and document properly.
2338 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
2339 (rst-imenu-convert-cell, rst-imenu-create-index):
2340 New function.
ee97deee 2341
f490dab9
SM
23422012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2343
95b9712e
SM
2344 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2345 (macroexp--expand-all): Use it.
2346 (macroexp--funcall-and-return): Remove by folding it into its sole
2347 caller (macroexp--warn-and-return).
2348 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2349 Use macroexp--obsolete-warning.
2350
f490dab9
SM
2351 * calc/calc.el: Fix last change by removing the whole chunk, since it
2352 was only needed back when Calc was not bundled.
2353
96e8d411
MR
23542012-09-20 Martin Rudalics <rudalics@gmx.at>
2355
2356 * emacs-lisp/debug.el (debug): Restore assignment to
2357 debugger-old-buffer removed on 2012-09-08.
2358
0876a82d
JL
23592012-09-20 Juri Linkov <juri@jurta.org>
2360
2361 * dired-aux.el (dired-diff): Remove (require 'diff) since
2362 `diff-latest-backup-file' is now autoloaded.
2363
9f7c28f0
CY
23642012-09-20 Chong Yidong <cyd@gnu.org>
2365
2366 * vc/diff.el (diff-latest-backup-file): Autoload.
2367
7a04bee9
SM
23682012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2369
e6f0a80d
SM
2370 * calc/calc.el: Remove redundant autoload shape check.
2371 (sel-mode): Don't defvar.
2372 (calc-get-stack-element): Add `sel-mode' arg instead.
2373 (calc-top, calc-top-list): Pass it this additional argument.
2374 * calc/calc-store.el (calc-store-map):
2375 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2376 (calc-map-equation, calc-outer-product, calc-inner-product):
2377 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2378
7a04bee9
SM
2379 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2380
12734222
JL
23812012-09-19 Juri Linkov <juri@jurta.org>
2382
2383 * dired-aux.el (dired-diff): Add (require 'diff) because
2384 `diff-latest-backup-file' is not autoloaded.
2385 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2386 of `dired-get-filename' to t to not report error when there is
2387 no default file on the current line.
2388
46624b4f
SM
23892012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2390
ce97595b
SM
2391 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2392 macroexp--eval-if-compile.
2393 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2394 (macroexp--expand-all): Use them (bug#12371).
2395
46624b4f
SM
2396 * doc-view.el (doc-view-guess-paper-size)
2397 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2398
db8a5a18
TH
23992012-09-19 Tassilo Horn <tsdh@gnu.org>
2400
2401 New feature: set optimal slice from BoundingBox information.
2402 * doc-view.el (doc-view-mode-map): Add keybinding.
2403 (doc-view-menu): Add menu entry.
2404 (doc-view-set-slice): Adapt docstring.
2405 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2406 (doc-view-scale-bounding-box)
2407 (doc-view-set-slice-from-bounding-box): New functions.
2408 (doc-view-paper-sizes): New defvar.
2409
69f6644c
GM
24102012-09-19 Glenn Morris <rgm@gnu.org>
2411
35f5b19d
GM
2412 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2413 (byte-compile-log-warning): Autoload. (Bug#12371)
2414
69f6644c
GM
2415 * calendar/calendar.el (calendar-american-month-header)
2416 (calendar-european-month-header, calendar-iso-month-header)
2417 (calendar-month-header): New options.
2418 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2419 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2420
e543ae91
JD
24212012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2422
2423 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2424
2fd5e67d
JL
24252012-09-18 Juri Linkov <juri@jurta.org>
2426
2427 * dired-aux.el (dired-diff): Restore original functionality of
2428 getting the default value, but keep new feature of using the
2429 latest existing backup file (`diff-latest-backup-file').
2430
42917e79
JL
24312012-09-18 Juri Linkov <juri@jurta.org>
2432
2433 * dired.el (dired-mark): If the region is active in Transient Mark
2434 mode, mark all files in the active region. Doc fix.
2435 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2436 Doc fix. (Bug#10624)
2437
20f70ede
JL
24382012-09-18 Juri Linkov <juri@jurta.org>
2439
2440 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2441 attributes for M-n are pulled from the file at point.
2442 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2443 Suggested by Drew Adams. (Bug#10624)
2444
32fb8162
DG
24452012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2446
2447 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2448 whitespace after "end".
2449 (ruby-do-end-to-brace): Collapse block to one line if it fits
2450 within fill-column.
2451
37ab5092
MR
24522012-09-18 Martin Rudalics <rudalics@gmx.at>
2453
2454 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2455 value.
2456 (debug): Don't remove debugger window when debugger is expected
2457 to be back.
2458
ed1f0bd3
CY
24592012-09-18 Chong Yidong <cyd@gnu.org>
2460
2461 * custom.el (defface): Doc fix.
2462
2463 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2464
a11035b8
MB
24652012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2466
2467 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2468 to initialize query-on-exit; then test that instead (bug#12288).
2469
64f6a736
SM
24702012-09-17 Stefan Merten <smerten@oekonux.de>
2471
70efc5c9 2472 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
2473 (rst-defcustom-testcover, rst-testcover-add-compose)
2474 (rst-testcover-add-1value): New functions.
2475 (rst-portable-mark-active-p): Replace by `use-region-p'.
2476 (rst-update-section, rst-classify-adornment)
2477 (rst-find-title-line): Mark `1value' forms.
2478 (rst-classify-adornment): Remove superfluous form.
2479 (rst-update-section, rst-get-adornments-around)
2480 (rst-adornment-complete-p, rst-get-next-adornment)
2481 (rst-adjust, rst-promote-region)
2482 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2483 (rst-find-pfx-in-region, rst-section-tree-rec)
2484 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2485 (rst-toc-node, rst-toc, rst-forward-section)
2486 (rst-iterate-leftmost-paragraphs)
2487 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2488 (rst-bullet-list-region)
2489 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2490 (rst-compile-find-conf, rst-compile)
2491 (rst-repeat-last-character): Fix style.
2492
580bd868
CY
24932012-09-17 Chong Yidong <cyd@gnu.org>
2494
2495 * comint.el (comint--complete-file-name-data): Don't add a space
2496 if the status is `sole'; that adds a gratuitous space in the
2497 completion-cycling case (Bug#12092).
2498
2499 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2500
69de3ec6
RS
25012012-09-17 Richard Stallman <rms@gnu.org>
2502
0dee970c
RS
2503 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2504 only in the mime-shown mode, not in raw mode.
2505 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 2506 mime processing. (Bug#12305)
0dee970c 2507
6b250df6
GM
2508 * mail/rmail.el (rmail-retry-failure):
2509 Turn off mime processing first. (Bug#12037)
acb1c47b 2510
69de3ec6
RS
2511 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2512
d079ee5f
CY
25132012-09-17 Chong Yidong <cyd@gnu.org>
2514
2515 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2516 (shell-dynamic-complete-functions): Convert to defcustom.
2517 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2518
865fe16f
CY
2519 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2520 * comint.el (comint-prompt-read-only):
2521 * custom.el (defcustom):
2522 * hi-lock.el (hi-lock-mode):
2523 * ibuffer.el (ibuffer-formats):
2524 * ielm.el (ielm-prompt-read-only):
2525 * novice.el (disable-command):
2526 * saveplace.el (toggle-save-place):
2527 * speedbar.el (speedbar-supported-extension-expressions):
2528 * startup.el (auto-save-list-file-prefix, init-file-user)
2529 (after-init-hook, inhibit-startup-echo-area-message):
2530 * strokes.el (strokes-help):
2531 * time-stamp.el (time-stamp):
2532 * calendar/calendar.el (calendar, diary-file):
2533 * calendar/diary-lib.el (diary-mail-entries, diary)
2534 (diary-list-entries-hook):
2535 * calendar/holidays.el (holidays, calendar-holidays):
2536 * calendar/lunar.el (lunar-phases):
2537 * calendar/solar.el (sunrise-sunset):
2538 * emulation/edt.el (edt-load-keys):
2539 * emulation/viper.el (viper-mode):
2540 * eshell/em-alias.el (eshell-command-aliases-list):
2541 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2542 * international/ogonek.el (ogonek-information):
2543 * net/tramp-cmds.el (tramp-bug):
2544 * net/quickurl.el (quickurl-reread-hook-postfix):
2545 * play/decipher.el (decipher-font-lock-keywords):
2546 * progmodes/cc-styles.el (c-set-style):
2547 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2548 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2549 * progmodes/octave-mod.el (octave-mode):
2550 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2551 * progmodes/verilog-mode.el (verilog-read-defines):
2552 * textmodes/two-column.el (2C-mode): Likewise.
2553
48093eb9
KY
25542012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2555
2556 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2557 that holds many addresses.
2558
c584eaf9
CY
25592012-09-16 Chong Yidong <cyd@gnu.org>
2560
40d70ecb
CY
2561 * align.el (align-areas): Call the indication function with
2562 positions instead of markers for arguments (Bug#12343).
2563
1667e065
CY
2564 * files.el (parse-colon-path): Use split-string (Bug#12351).
2565
fdc2806d 2566 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 2567 (display-buffer-function): Mark as obsolete.
fdc2806d 2568
f1be615c 2569 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
2570 values similar to font-lock-keywords (Bug#12136).
2571 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
2572 (compilation-error-regexp-alist): Doc fix.
2573
f40a9709
GM
25742012-09-15 Glenn Morris <rgm@gnu.org>
2575
72aa16e1
GM
2576 * version.el (emacs-bzr-version-bzr): New function.
2577 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2578
82375160
GM
2579 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2580 checkouts, check the parent dirstate matches the branch.
2581 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2582 empty string.
2583
f40a9709
GM
2584 * version.el (emacs-bzr-version): Doc fix.
2585 (emacs-bzr-version-dirstate): New function.
2586 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2587 is local try and check that it matches the branch. If not, just
2588 use dirstate information. (Bug#12441)
2589
cb26b7f5
JL
25902012-09-14 Juri Linkov <juri@jurta.org>
2591
2592 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2593 (Bug#12399)
2594
2de39f08
SM
25952012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2596
0fb3cb7c
SM
2597 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2598
2de39f08
SM
2599 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2600 Remove obsolete byte-compiler hack that tried to silence some warnings.
2601 (edebug-submit-bug-report): Remove.
2602 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2603 Remove aliases, use the un-prefixed name instead.
2604 (edebug-pop-to-buffer): Consider other frames.
2605 (edebug-original-read):: Make it more obvious that it's always defined.
2606 (edebug--make-form-data-entry, edebug--form-data-name)
2607 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2608 single-dashed name, and implement with cl-defstruct.
2609 (edebug-set-form-data-entry): Use the standard accessors.
2610 (edebug-make-top-form-data-entry): Use push.
2611 (edebug-no-match): Drop useless `funcall'.
2612 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2613 to functions.
2614 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2615 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2616 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2617 (easy-menu-define, with-custom-print): Remove redundant specs.
2618 (edebug-outside-overriding-local-map)
2619 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2620 (edebug--display): Bind unread-command-events directly to nil rather
2621 than binding it to unread-command-events and later setting it to nil.
2622 (edebug--display): Kill edebug-eval-buffer here...
2623 (edebug--recursive-edit): ...rather than here.
2624 Bind standard-output and standard-input.
2625 (edebug-eval): Check cl-macroexpand-all is fboundp.
2626 (edebug-temp-display-freq-count): Fix last change.
2627
2628 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2629 * subr.el (noreturn, 1value): Add `debug' spec.
2630 * emacs-lisp/advice.el: Require cl-lib.
2631 (ad-copy-tree): Remove, use copy-tree instead.
2632 (ad-dolist): Remove use dolist or cl-dolist instead.
2633 (ad-do-return): Remove, use cl-return instead.
2634 (defadvice): Add `debug' spec.
2635
5b68b333
JL
26362012-09-13 Juri Linkov <juri@jurta.org>
2637
2638 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2639 (Bug#12399)
2640
b9800ec4
GM
26412012-09-13 Glenn Morris <rgm@gnu.org>
2642
6a2e6868
GM
2643 * calc/calc.el (math-compose-expr):
2644 * calc/calc-ext.el (math-compose-expr):
2645 * progmodes/cc-defs.el (cl-macroexpand-all):
2646 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2647 (cl-macroexpand-all): Update declarations.
2648
b9800ec4
GM
2649 * vc/vc.el: No need to require ediff.
2650 (ediff-load-version-control): Declare.
2651 (ediff-vc-internal): Fix declaration.
2652 (vc-version-ediff): Require ediff.
2653
c18e885b
PE
26542012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2655
2656 Use a more backwards-compatible timer format (Bug#12430).
2657 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2658 being right after USECS, as that better supports old code that
2659 inadvisedly looked directly at the timer vector.
2660
d607d303
KH
26612012-09-13 Kenichi Handa <handa@gnu.org>
2662
2663 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2664 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2665 `coding-priority' property of these language environment.
2666
72eac303
PE
26672012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2668
2669 Fix glitches caused by addition of psec to timers (Bug#12430).
2670 * image.el (image-animate-timer):
2671 * time.el (display-time-world-timer):
2672 Use timer--function and timer--args rather than raw access to
2673 timer vector.
2674
2168fe4f
GM
26752012-09-13 Glenn Morris <rgm@gnu.org>
2676
2677 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2678 If not compiling a file, try using load-file-name.
2679
bd8d6108
SM
26802012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2681
c0c54fbd
SM
2682 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2683 Fix last change.
2684 (edebug-update-eval-list): Use `push'.
2685
bd8d6108
SM
2686 * emacs-lisp/edebug.el: Use lexical-binding.
2687 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2688 Mark unused args with underscore.
2689 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2690 (edebug-form-data): Use defvar-local.
2691 (edebug-make-before-and-after-form, edebug-make-after-form):
2692 Use backquote.
2693 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2694 Not dynamically scoped any more.
2695 (edebug--enter-trace): Add arguments `function' and `args'.
2696 Rename from edebug-enter-trace.
2697 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2698 (edebug--update-coverage): Add `after-index' and `value' args.
2699 Rename from edebug-update-coverage.
2700 (edebug-slow-after): Call it accordingly.
2701 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2702 edebug-recursive-edit.
2703 (edebug--display): Call it accordingly. Add args `value',
2704 `offset-index', and `arg-mode'. Rename from edebug-display.
2705 (edebug-debugger, edebug): Call it accordingly.
2706 (edebug-eval-display-list): Use dolist.
2707
a9f9d9de
JL
27082012-09-12 Juri Linkov <juri@jurta.org>
2709
2710 * info.el (Info-search): Don't check for isearch-mode and
2711 isearch-regexp before let-binding search-spaces-regexp to
2712 Info-search-whitespace-regexp.
2713 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2714 search-whitespace-regexp if isearch-lax-whitespace or
2715 isearch-regexp-lax-whitespace is non-nil.
2716 (Info-mode): Don't set local variable search-whitespace-regexp.
2717 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2718
bfeae2cf
SM
27192012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2722 (debugger-env-macro): Remove support for unread-command-char.
2723
2724 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2725 the temporary map re-appearing on emulation-mode-map-alists.
2726
2727 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2728 since 22.1.
2729
2730 * ehelp.el (with-electric-help): Accept functions in
2731 electric-help-form-to-execute.
2732 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2733 And replace unread-command-char -> unread-command-events.
2734
fbbcaf1b
MA
27352012-09-12 Michael Albinus <michael.albinus@gmx.de>
2736
2737 Sync with Tramp 2.2.6.
2738
2739 * net/tramp.el (tramp-accept-process-output): Don't use
2740 JUST-THIS-ONE in the XEmacs case.
2741
2742 * net/trampver.el: Update release number.
2743
4dece104
MR
27442012-09-12 Martin Rudalics <rudalics@gmx.at>
2745
bfeae2cf
SM
2746 * emacs-lisp/debug.el (debugger-previous-window-height):
2747 New variable.
4dece104
MR
2748 (debug): When debugger-jumping-flag is non-nil try to restore
2749 height of debugger window. (Bug#8789)
2750
45b82ad0
SM
27512012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2752
60c49c0f
SM
2753 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2754 overriding-local-map and pre/post-command-hook here.
2755 (edebug-recursive-edit): Do it here instead (bug#12345).
2756 (edebug-outside-unread-command-char): Remove all uses of
2757 unread-command-char.
2758
45b82ad0
SM
2759 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2760 inhibit-debugger is bound instead.
2761
baa26ea0
BG
27622012-09-11 Bastien Guerry <bzg@gnu.org>
2763
2764 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 2765 (Bug#12346)
baa26ea0 2766
04e8abfa
BG
27672012-09-11 Bastien Guerry <bzg@gnu.org>
2768
96d03571 2769 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 2770 (Bug#12347)
96d03571
BG
2771
27722012-09-11 Bastien Guerry <bzg@gnu.org>
2773
fc0c31f8 2774 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 2775
04e082b0
MM
27762012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2777
2778 * progmodes/sql.el: Version 3.1
2779 (sql-db2-escape-newlines): New variable.
2780 (sql-escape-newlines-filter): Use it.
2781
399a361b
JB
27822012-09-10 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2785
0780c517
DN
27862012-09-10 Dan Nicolaescu <dann@gnu.org>
2787
45b82ad0
SM
2788 * vc/diff-mode.el (diff-mode-menu):
2789 Bind diff-remove-trailing-whitespace.
0780c517 2790
9b851e25
SM
27912012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
2794 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2795 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
2796 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2797 (eval-defun-2): Remove bogus interactive spec.
2798 (lisp-indent-line): Remove redundant whole-exp code, now done in
2799 indent-according-to-mode.
2800 (save-match-data): Remove redundant indent data.
2801
2802 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2803 Use `declare'.
2804
3231d532
JL
28052012-09-09 Juri Linkov <juri@jurta.org>
2806
2807 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2808 (replace-lax-whitespace, query-replace-regexp)
2809 (query-replace-regexp-eval, replace-regexp): Doc fix.
2810 (perform-replace, replace-highlight): Let-bind
2811 isearch-lax-whitespace to replace-lax-whitespace and
2812 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2813
2814 * isearch.el (isearch-query-replace): Let-bind
2815 replace-lax-whitespace to isearch-lax-whitespace and
2816 replace-regexp-lax-whitespace to
2817 isearch-regexp-lax-whitespace. (Bug#10885)
2818
70fe8236
SM
28192012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2822
8ed43f15
AM
28232012-09-09 Alan Mackenzie <acm@muc.de>
2824
70fe8236
SM
2825 * progmodes/cc-engine.el (c-state-cache-init):
2826 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2827 (c-record-parse-state-state):
2828 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 2829
bfabf70a
AS
28302012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2831
2832 * register.el (register-separator): Rename from
2833 separator-register. All uses changed. Doc fix.
2834 (register): Fix version.
2835
011474aa
CY
28362012-09-09 Chong Yidong <cyd@gnu.org>
2837
2838 * replace.el (query-replace-map): Bind four new symbols for
2839 requesting window scrolling.
2840
2841 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2842 query-replace-map (Bug#8948).
2843
2844 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2845
2846 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2847 since they are now in query-replace-map.
2848
2849 * window.el (scroll-other-window-down): Make the arg optional.
2850
a8b7cd8d
CY
28512012-09-09 Chong Yidong <cyd@gnu.org>
2852
2853 * files.el (hack-local-variables-confirm): Use quit-window to kill
2854 the *Local Variables* buffer.
2855
c3268831
DG
28562012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2857
2858 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2859 not just expect to be at its beginning. Adjust callees.
2860 Succeed when do-end block has no space before the pipe character.
2861 (ruby-brace-to-do-end): When the original block is one-liner,
2862 convert to multiline. Reindent the result.
2863
0979429b
J
28642012-09-08 Jambunathan K <kjambunathan@gmail.com>
2865
2866 * register.el (register): New group.
27359e99 2867 (separator-register): New user option.
0979429b
J
2868 (increment-register): Route it to `append-to-register', if
2869 register contains text. Implication is that `C-x r +' can now be
2870 used for appending to a text register (bug#12217).
2871 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 2872 `separator-register'.
0979429b 2873
ace2989a
AM
28742012-09-08 Alan Mackenzie <acm@muc.de>
2875
2876 AWK Mode: make auto-newline work when there's "==" in the pattern.
2877 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2878 correctly.
0979429b
J
2879 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2880 Test more rigorously for "=" token.
ace2989a 2881
616c6c36
DG
28822012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2883
0979429b
J
2884 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2885 Only fail when reached LIMIT.
616c6c36 2886
35d98877
CY
28872012-09-08 Chong Yidong <cyd@gnu.org>
2888
2889 * dired.el (dired-mode-map): Don't bind M-=.
2890
2891 * dired-aux.el (dired-diff): Use backup file as default.
2892
1715f2db
DA
28932012-09-08 Drew Adams <drew.adams@oracle.com>
2894
2895 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2896
6dcef6ec
CY
28972012-09-08 Chong Yidong <cyd@gnu.org>
2898
2899 * subr.el (syntax-after, syntax-class): Doc fix.
2900
fa2bcf43
MR
29012012-09-08 Martin Rudalics <rudalics@gmx.at>
2902
2903 * window.el (display-buffer-in-previous-window): New buffer
2904 display action function.
2905
2906 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2907 (debugger-previous-window): New variable.
2908 (debug): Rewrite using display-buffer-in-previous-window,
2909 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2910
daac280a
SM
29112012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2912
2913 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2914
9dd40b00
MM
29152012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2916
daac280a
SM
2917 * progmodes/python.el (python-shell-send-string):
2918 When default-directory is remote, create temp file on remote
9dd40b00
MM
2919 filesystem.
2920 (python-shell-send-file): When file is remote, pass local view of
2921 file paths to remote Python interpreter. (Bug#12340)
2922
145823ec
CY
29232012-09-07 Chong Yidong <cyd@gnu.org>
2924
cee2e90d
CY
2925 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2926
0d7eb2ea
CY
2927 * files.el (after-find-file): Don't fail on a read-only buffer if
2928 require-final-newline is `visit' or `visit-save' (Bug#11156).
2929
145823ec
CY
2930 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2931
daac280a
SM
2932 * userlock.el (ask-user-about-supersession-threat):
2933 Use read-char-choice (Bug#12093).
145823ec 2934
74c582e6
CY
29352012-09-07 Chong Yidong <cyd@gnu.org>
2936
e5c2edf7
CY
2937 * subr.el (buffer-narrowed-p): New function.
2938
2939 * ses.el (ses-widen):
2940 * simple.el (count-words--buffer-message):
1f9f395d 2941 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
2942
2943 * simple.el (count-words-region): Don't signal an error if there
2944 is a non-nil prefix arg and the mark is not set.
c640e87d 2945
74c582e6
CY
2946 * help.el (describe-key-briefly): Allow the message to be seen
2947 when invoked from the minibuffer (Bug#7014).
2948
d81ceaaf
DG
29492012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2950
2951 * progmodes/ruby-mode.el (ruby-end-of-defun)
2952 (ruby-beginning-of-defun): Simplify, allow indentation before
2953 block beginning and end keywords.
8f06acce
DG
2954 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2955 (ruby-end-of-defun): Expect that the point is at the beginning of
2956 the defun.
d81ceaaf 2957
d458ef98
SM
29582012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2961 (bug#12367).
2962 (cl--make-usage-args): Strip _ from argument names.
2963
20367d28
RS
29642012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2965
2966 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2967 obsolete alias speedbar-key-map.
2968 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2969 (vhdl-index-menu-init): Don't use obsolete variable
2970 font-lock-maximum-size.
2971
3424a4f6
CY
29722012-09-06 Chong Yidong <cyd@gnu.org>
2973
2974 * frame.el (window-system-version): Mark as obsolete.
2975
fcbfbdea
CY
2976 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2977 of obsolete variable speedbar-key-map.
2978
826b3235
JL
29792012-09-06 Juri Linkov <juri@jurta.org>
2980
2981 * replace.el (replace-lax-whitespace): New defcustom.
2982 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2983 (replace-string, replace-regexp): Mention it in docstrings.
2984 (perform-replace, replace-highlight): Let-bind
2985 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2986 to the values of replace-lax-whitespace and regexp-flag.
2987 Don't let-bind search-whitespace-regexp. (Bug#10885)
2988
2989 * isearch.el (isearch-query-replace): Let-bind
2990 replace-lax-whitespace instead of let-binding
2991 replace-search-function and replace-re-search-function.
2992 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2993 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2994 (isearch-toggle-symbol): Set isearch-regexp to nil
2995 in isearch-word mode (like in isearch-toggle-word).
2996
1ec5e41d
JL
29972012-09-06 Juri Linkov <juri@jurta.org>
2998
2999 * replace.el (replace-search-function)
3000 (replace-re-search-function): Set default values to nil.
3001 (perform-replace): Let-bind isearch-related variables based on
3002 replace-related values, call `isearch-search-fun' and let-bind
3003 the result to `search-function'. Remove code that sets
3004 `search-function' and `search-string' separately for
3005 `delimited-flag'.
3006 (replace-highlight): Add new argument `delimited-flag' and
3007 rename other arguments to the names used in `perform-replace'.
3008 Let-bind `isearch-word' to the argument `delimited-flag'.
3009 (Bug#10885, bug#10887)
3010
0ba2d4b6
DG
30112012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3012
3013 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3014 ruby-beginning-of-indent, simplify, allow all keywords to have
3015 indentation before them.
3016 (ruby-beginning-of-indent): Adjust for above. Search until the
3017 found point is not inside a string or comment.
3018 (ruby-font-lock-keywords): Allow symbols to start with "@"
3019 character, give them higher priority than variables.
3020 (ruby-syntax-propertize-function)
3021 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3022 matchers. Expression expansions are not comments when inside a
3023 string, and there comment syntax status is irrelevant.
3024 (ruby-match-expression-expansion): New function. Check that
3025 expression expansion is inside a string, and it's not escaped.
3026 (ruby-font-lock-keywords): Use it.
3027
ef654460
MR
30282012-09-05 Martin Rudalics <rudalics@gmx.at>
3029
3030 * help.el (temp-buffer-max-height): New default value.
3031 (temp-buffer-resize-frames): New option.
3032 (resize-temp-buffer-window): Optionally resize frame.
3033
3034 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3035 (fit-frame-to-buffer): New function.
3036
7e570fbf 30372012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
3038
3039 * emulation/cua-rect.el (cua--init-rectangles):
3040 * textmodes/picture.el (picture-mode-map):
3041 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3042 like forward-char and backward-char. (Bug#12317)
3043
7e570fbf 30442012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
3045
3046 * progmodes/flymake.el (flymake-warning-re): New variable.
3047 (flymake-parse-line): Use it.
3048
7e570fbf 30492012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
3050
3051 * calendar/holidays.el (holiday-christian-holidays):
3052 Rename an entry. (Bug#12289)
3053
7e570fbf 30542012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
3055
3056 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3057 (bug#12222).
3058
972debf2
SM
30592012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * loadup.el: Load macroexp. Remove hack.
3062 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3063 (macroexp--expand-all): Use it to get better warnings.
3064 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3065 (internal-macroexpand-for-load): New functions.
3066 (macroexp--pending-eager-loads): New var.
3067 (emacs-startup-hook): New hack to replace one in loadup.el.
3068 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3069 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3070 (cl-psetf): Simplify.
3071 (cl-defstruct): Add indent rule.
3072
8ce192e3
LI
30732012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3074
3075 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3076 over `user-mail-address' for the SMTP MAIL FROM envelope.
3077 (smtpmail-via-smtp): Ditto.
3078
6578b4d8
DG
30792012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3080
3081 * progmodes/ruby-mode.el: Clean up keybindings.
3082 (ruby-mode-map): Don't bind ruby-electric-brace,
3083 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3084 backward-kill-word, reindent-then-newline-and-indent.
3085 (ruby-mark-defun): Remove.
3086 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3087 (ruby-mode): Set local beginning-of-defun-function and
3088 end-of-defun-function values.
3089
c5e28e39
MR
30902012-09-03 Martin Rudalics <rudalics@gmx.at>
3091
3092 * window.el (temp-buffer-window-setup-hook)
3093 (temp-buffer-window-show-hook): New hooks.
3094 (temp-buffer-window-setup, temp-buffer-window-show)
3095 (with-temp-buffer-window): New functions.
972debf2
SM
3096 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3097 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
3098
3099 * help.el (temp-buffer-resize-mode): Fix doc-string.
3100 (resize-temp-buffer-window): New optional argument WINDOW.
3101
3102 * files.el (recover-file, save-buffers-kill-emacs):
3103 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3104
73406194
MA
31052012-09-02 Michael Albinus <michael.albinus@gmx.de>
3106
3107 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3108 remote definition of `default-directory', ensure we can connect.
3109
63dd1c6f
JL
31102012-09-02 Juri Linkov <juri@jurta.org>
3111
3112 Toggle whitespace matching mode with M-s SPC.
3113 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3114
3115 * isearch.el (search-whitespace-regexp): Doc fix.
3116 Remove cons cell customization.
3117 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3118 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3119 New variables.
3120 (isearch-forward, isearch-forward-regexp): Doc fix.
3121 (isearch-toggle-lax-whitespace): New command.
3122 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3123 (re-search-forward-lax-whitespace)
3124 (re-search-backward-lax-whitespace): New functions.
3125 (isearch-whitespace-regexp): Remove function.
3126 (isearch-query-replace): Let-bind replace-search-function and
3127 replace-re-search-function.
3128 (isearch-occur): Let-bind search-spaces-regexp according to the
3129 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3130 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3131 condition for C-q SPC.
3132 (isearch-search-fun-default): Use new functions mentioned above.
3133 (isearch-search-forward, isearch-search-backward): Remove functions.
3134 (isearch-search): Don't let-bind search-spaces-regexp.
3135 (isearch-lazy-highlight-space-regexp): Remove variable.
3136 (isearch-lazy-highlight-lax-whitespace)
3137 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3138 (isearch-lazy-highlight-new-loop): Use them.
3139 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3140
af7dda05
CY
31412012-09-02 Chong Yidong <cyd@gnu.org>
3142
3143 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3144
d67d3afd
GM
31452012-09-02 Glenn Morris <rgm@gnu.org>
3146
3147 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3148
69678719
GM
31492012-09-01 Glenn Morris <rgm@gnu.org>
3150
3151 * term.el: Tidy up menu definitions.
3152 (term-mode-map): Use easymenu for In/Out, Complete menus.
3153 (term-pager-break-map): Initialize in the defvar.
3154 (term-terminal-menu, term-signals-menu): Define with easymenu.
3155 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3156 (term-pager-menu): New, extracted from term-process-pager.
3157 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3158 (term-update-mode-line): Propertize line/char and page items.
3159 (term-process-pager): Move keymap initialization elsewhere.
3160
78dd6ab1
MR
31612012-09-01 Martin Rudalics <rudalics@gmx.at>
3162
3163 * window.el (switch-to-prev-buffer): Handle additional values of
3164 BURY-OR-KILL argument. Don't switch in minibuffer window.
3165 (switch-to-next-buffer): Don't switch in minibuffer window.
3166 (quit-restore-window): New function based on quit-window.
3167 Handle additional values of former KILL argument.
3168 (quit-window): Call quit-restore-window with appropriate
3169 interpretation of KILL argument.
3170 (display-buffer-below-selected): New buffer display action
3171 function.
3172
3d10e134
SM
31732012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * minibuffer.el (completion-at-point-functions): Complete docstring
3176 (bug#12254).
3177
0e23ef9d
PE
31782012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3179
3180 Better seed support for (random).
3181 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3182 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3183 * play/mpuz.el, play/tetris.el, play/zone.el:
3184 * calc/calc-comb.el (math-init-random-base):
3185 * play/blackbox.el (bb-init-board):
3186 * play/life.el (life):
3187 * server.el (server-use-tcp):
3188 * type-break.el (type-break):
3189 Remove unnecessary call to (random t).
3190 * net/sasl.el (sasl-unique-id-function):
3191 Change (random t) to (random), now that the latter is more random.
3192 * play/life.el (life-initialized): Remove no-longer-needed var.
3193
862382df
MR
31942012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3195
3196 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3197 Consider frame's buffer predicate when choosing the buffer.
3198 (Bug#12081)
3199
262a66e1
RS
32002012-08-30 Richard Stallman <rms@gnu.org>
3201
3202 * simple.el (special-mode-map): Delete binding for `z'.
3203
f17e1d00
AS
32042012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3205
3206 * progmodes/compile.el (compilation-always-kill): Doc fix.
3207
24777832
CY
32082012-08-30 Chong Yidong <cyd@gnu.org>
3209
3210 * window.el (display-buffer-reuse-frames): Make the obsolescence
3211 message more informative.
3212
69ba1f04
GM
32132012-08-30 Glenn Morris <rgm@gnu.org>
3214
3215 * paren.el (show-paren-delay):
3216 Add a :set function. Doc fix. (Bug#12297)
3217
f0019ede
MB
32182012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3219
3220 * progmodes/compile.el (compilation-always-kill): New var.
3221 (compilation-start): Use it.
3222
35e62fc9
SM
32232012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3224
af070a1c
SM
3225 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3226 * files.el (read-only-mode): Move to simple.el.
3227
35e62fc9
SM
3228 * files.el (read-only-mode): New minor mode.
3229 (toggle-read-only): Use it and mark obsolete.
3230 (find-file--read-only):
3231 * vc/vc.el (vc-next-action, vc-checkout):
3232 * vc/vc-cvs.el (vc-cvs-checkout):
3233 * obsolete/vc-mcvs.el (vc-mcvs-update):
3234 * ffap.el (ffap--toggle-read-only): Update callers.
3235
c2c43c23
MA
32362012-08-29 Michael Albinus <michael.albinus@gmx.de>
3237
3238 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
3239 remote shell scripts.
3240 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
3241
3242 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3243 "/usr/local/sbin".
3244
9fba804b
SM
32452012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3248
eada0861 32492012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 3250
806f0cc7
LL
3251 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3252 completion-at-point. (Bug#12220)
3253
3bb213b9
LL
3254 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3255
22ab32ef
LL
3256 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3257
eada0861 32582012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 3259
19c17fc1
CY
3260 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3261 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 3262
eada0861 32632012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
3264
3265 * progmodes/hideif.el (hif-compress-define-list):
3266 Fix typo. (Bug#11951)
3267
eada0861 32682012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
3269
3270 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3271 buffer local setting.
3272
27d6c5a8
LL
3273 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3274 rcirc-encode-coding-system.
3275
eada0861 32762012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
3277
3278 * net/rcirc.el (rcirc-split-message): New function.
3279 (rcirc-send-message): Use it. (Bug#12051)
3280
d44688e4
JL
32812012-08-28 Juri Linkov <juri@jurta.org>
3282
3283 * info.el (Info-fontify-node): Hide empty lines at the end of
3284 the node. (Bug#12272)
3285
34f10d41
MR
32862012-08-27 Drew Adams <drew.adams@oracle.com>
3287
3288 * dired.el (dired-pop-to-buffer): Make window start at beginning
3289 of buffer (Bug#12281).
3290
77f1f99c
CY
32912012-08-26 Chong Yidong <cyd@gnu.org>
3292
3293 * window.el (special-display-regexps, special-display-frame-alist)
3294 (special-display-buffer-names, special-display-function)
3295 (display-buffer-reuse-frames): Mark as obsolete.
3296
3297 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3298
3299 * help.el (help-print-return-message): Don't treat
3300 display-buffer-reuse-frames specially.
3301
d97af5a0
CY
33022012-08-26 Chong Yidong <cyd@gnu.org>
3303
9fba804b
SM
3304 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3305 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
3306 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3307 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3308 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3309 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3310 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3311 the functions directly with gdb-display-buffer-other-frame-action.
3312 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3313 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3314 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3315 (gdb-display-registers-buffer): Define directly.
3316 (def-gdb-display-buffer): Macro deleted.
3317 (gdb-display-buffer): Remove second and third args, callers don't
3318 use them. Defer to the default display-buffer behavior, apart
3319 from making windows dedicated.
3320 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3321
3322 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3323
3324 * window.el (display-buffer-pop-up-frame): Handle a
3325 pop-up-frame-parameters alist entry.
3326 (display-buffer): Document it.
3327
dd7ffad6
CY
33282012-08-26 Chong Yidong <cyd@gnu.org>
3329
3330 * isearch.el (search-whitespace-regexp): Make string and nil
3331 values apply to both ordinary and regexp search. Allow a cons
3332 cell value to distinguish between the two.
3333 (isearch-whitespace-regexp, isearch-search-forward)
3334 (isearch-search-backward): New functions.
3335 (isearch-occur, isearch-search-fun-default, isearch-search)
3336 (isearch-lazy-highlight-new-loop): Use them.
3337 (isearch-forward, isearch-forward-regexp): Doc fix.
3338
4c47bd1e
CY
33392012-08-26 Chong Yidong <cyd@gnu.org>
3340
3341 * faces.el (help-argument-name): Always inherit from italic
3342 (Bug#12213).
3343
9aba119d
MR
33442012-08-25 Martin Rudalics <rudalics@gmx.at>
3345
3346 * window.el (window--even-window-heights): Even heights when
3347 WINDOW and the selected window form a vertical combination.
3348 (display-buffer-use-some-window): Provide that window used gets
3349 sized back by quit-window. (Bug#11880) and (Bug#12091)
3350
ca5256ad
PE
33512012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3352
3353 Fix file time stamp problem with bzr and CVS (Bug#12001).
3354 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3355 in the file's time stamp, since the version control system loses
3356 that information.
3357
d1c0d176
JL
33582012-08-22 Juri Linkov <juri@jurta.org>
3359
3360 * info.el (Info-fontify-node): Hide the suffix of the
3361 Info file name in the header line. (Bug#12187)
3362
141562ff
GM
33632012-08-22 Glenn Morris <rgm@gnu.org>
3364
3365 * calendar/cal-tex.el (cal-tex-weekly-common):
3366 Restore leading blank page.
3367
3a21537c 33682012-08-22 Le Wang <l26wang@gmail.com>
add9ca2d
BG
3369
3370 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
3371 the region under `shift-select-mode'. (Bug#12231)
3372
33732012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
3374
3375 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3376 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3377 gives details on why the space is never needed.
3378
ea95074e
MR
33792012-08-22 Martin Rudalics <rudalics@gmx.at>
3380
9fba804b
SM
3381 * window.el (walk-window-tree, window-with-parameter):
3382 New optional argument MINIBUF to control whether these functions
ea95074e
MR
3383 should run on the minibuffer window.
3384 (window-at-side-list): Don't operate on minibuffer window.
3385 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
3386 (window--size-ignore): Rename to window--size-ignore-p.
3387 Update callers.
caceae25
MR
3388 (display-buffer-in-atom-window, window--major-non-side-window)
3389 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
3390 (delete-side-window, display-buffer-in-side-window):
3391 New functions.
caceae25
MR
3392 (window--side-check, window-deletable-p, delete-window)
3393 (delete-other-windows, split-window): Handle side windows and
3394 atomic windows appropriately.
3395 (window--display-buffer): Call display-buffer-record-window also
3396 when the window buffer did not change.
ea95074e 3397
80a51fa0
CS
33982012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3399
3400 * help-fns.el (help-fns--key-bindings):
3401 Abbreviate non-symbol remap targets. (Bug#12174)
3402
fbb6300b
MR
34032012-08-22 Martin Rudalics <rudalics@gmx.at>
3404
3405 * dired.el (dired-mark-remembered): Don't clobber point.
3406 (Bug#11795)
3407
2b2c0794
GM
34082012-08-22 Glenn Morris <rgm@gnu.org>
3409
3410 * progmodes/bug-reference.el (bug-reference): New custom group.
3411 (bug-reference-bug-regexp): Make it a defcustom.
3412
37219830
DU
34132012-08-22 Daiki Ueno <ueno@unixuser.org>
3414
3415 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3416 (js-paren-indent-offset, js-square-indent-offset)
3417 (js-curly-indent-offset): Add :safe (Bug#12257).
3418
94e0e559
EC
34192012-08-22 Edward O'Connor <hober0@gmail.com>
3420
3421 * json.el (json-key-format): Add error properties.
3422 (json-encode-key): New function.
3423 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3424 Use json-encode-key.
3425
da485f5e
GM
34262012-08-22 Glenn Morris <rgm@gnu.org>
3427
3428 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3429 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3430 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3431 Update for above change.
3432
c6cc78b8
AS
34332012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3434
3435 * cus-face.el (custom-face-attributes): Fix customize type for the
3436 :underline attribute. (Bug#11805)
3437
5481664a
MR
34382012-08-21 Martin Rudalics <rudalics@gmx.at>
3439
3440 * window.el (window-point-1, set-window-point-1): Remove.
3441 (window-in-direction, record-window-buffer)
3442 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
3443 (window--state-get-1, display-buffer-record-window):
3444 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
3445 window-point and set-window-point respectively.
3446
6d74698e
GM
34472012-08-21 Glenn Morris <rgm@gnu.org>
3448
b7fa2691
GM
3449 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3450 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3451 Use it.
3452
52f56d5a
GM
3453 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3454 (cal-tex-shortday): New function.
3455 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3456 (cal-tex-cursor-filofax-daily): Use the above.
3457
9f1ee09e
GM
3458 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3459 New functions.
3460 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3461 (cal-tex-cursor-filofax-week): Use them.
3462
79858159
GM
3463 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3464 New constants.
3465 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3466 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3467
d346b2b4
GM
3468 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3469 (cal-tex-end-document): Don't rely on buffer name.
3470
b2403709
GM
3471 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3472 Use cal-tex-vspace.
3473 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3474 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
3475 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3476 Use cal-tex-arg.
b2403709 3477
1cebb5c0
GM
3478 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3479 (cal-tex-cursor-week, cal-tex-cursor-week2)
3480 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3481 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3482 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3483 (cal-tex-insert-preamble, cal-tex-b-document)
3484 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3485 Improve cal-tex-cmd usage.
3486
c68cd5d4
GM
3487 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3488 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3489 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3490 (cal-tex-weekly-paper): New function.
3491 (cal-tex-cursor-week, cal-tex-cursor-week2)
3492 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3493 (cal-tex-cursor-day): Use it.
3494
9dca4801
GM
3495 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3496 (cal-tex-cursor-filofax-week): Remove leading blank page.
3497
1941e134
GM
3498 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3499 Add autoload cookie. For now at least, don't use color, since
3500 no other cal-tex function does.
3501
6d74698e
GM
3502 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3503 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3504 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3505
64cde199
JL
35062012-08-21 Juri Linkov <juri@jurta.org>
3507
3508 * info.el (Info-file-attributes): New variable.
3509 (info-insert-file-contents): Add file attributes to
3510 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3511 `Info-toc-nodes' when previous modtime of the Info file is less
3512 than new modtime.
3513 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3514 of info.el. (Bug#12230)
3515
32757648
GM
35162012-08-20 Glenn Morris <rgm@gnu.org>
3517
3518 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3519 * calendar/holidays.el (calendar-holiday-list):
3520 Report errors with display-warning rather than beep'n'sleep.
3521
a32fbbcf
MA
35222012-08-20 Michael Albinus <michael.albinus@gmx.de>
3523
3524 * net/tramp.el (tramp-accept-process-output): Accept only output
3525 from PROC. Otherwise, process filters and sentinels might be
3526 confused. (Bug#12145)
3527
a05731a0
CY
35282012-08-20 Chong Yidong <cyd@gnu.org>
3529
3530 * descr-text.el (describe-text-properties-1): Use overlays-in to
3531 report on empty overlays (Bug#3322).
3532
36e8d1eb
GM
35332012-08-20 Glenn Morris <rgm@gnu.org>
3534
3d300447
GM
3535 * mail/rmailout.el (rmail-output-read-file-name):
3536 Trap and report errors in rmail-output-file-alist elements.
3537
36e8d1eb
GM
3538 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3539 since most non-font-lock faces are not also variables).
3540
b96e5814
ER
35412012-08-20 Edward Reingold <reingold@iit.edu>
3542
3543 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3544 New function. (Bug12160)
3545
7cef3569
GM
35462012-08-19 Glenn Morris <rgm@gnu.org>
3547
3548 * mail/rmailout.el (rmail-output-read-file-name):
3549 Fix previous change (when the alist is nil or does not match).
3550
17975d7f
CY
35512012-08-19 Chong Yidong <cyd@gnu.org>
3552
3553 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3554 (Bug#12228).
3555
2170b1bd
CY
35562012-08-18 Chong Yidong <cyd@gnu.org>
3557
3558 * simple.el (yank-handled-properties): New defcustom.
3559 (yank-excluded-properties): Add font-lock-face and category.
3560 (yank): Doc fix.
3561
9fba804b
SM
3562 * subr.el (remove-yank-excluded-properties):
3563 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
3564 and category is now done this way, instead of being hard-coded.
3565 (insert-for-yank-1): Remove font-lock-face handling.
3566 (yank-handle-font-lock-face-property)
3567 (yank-handle-category-property): New function.
3568
ee218151
GM
35692012-08-17 Glenn Morris <rgm@gnu.org>
3570
3571 * mail/rmailout.el (rmail-output-read-file-name):
3572 Check rmail-output-file-alist against the full message body
3573 in the correct rmail buffer. (Bug#12214)
3574
4a6bc3fd
MA
35752012-08-17 Michael Albinus <michael.albinus@gmx.de>
3576
9fba804b
SM
3577 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3578 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 3579
383dcbf9
CY
35802012-08-17 Chong Yidong <cyd@gnu.org>
3581
3582 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3583 font spec, set the font directly (Bug#3228).
3584
998c4a6a
MR
35852012-08-17 Martin Rudalics <rudalics@gmx.at>
3586
3587 * window.el (delete-window): Fix last fix.
3588
52162052
MR
35892012-08-16 Martin Rudalics <rudalics@gmx.at>
3590
3591 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
3592 (window-child, window-child-count, window-last-child)
3593 (window-normalize-window, window-combined-p)
3594 (window-combinations, window-atom-root, window-min-size)
3595 (window-sizable, window-sizable-p, window-size-fixed-p)
3596 (window-min-delta, window-max-delta, window--resizable)
3597 (window--resizable-p, window-resizable, window-total-size)
3598 (window-full-height-p, window-full-width-p, window-body-size)
3599 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3600 (minimize-window, window-deletable-p, delete-window)
3601 (delete-other-windows, set-window-buffer-start-and-point)
3602 (next-buffer, previous-buffer, split-window, balance-windows-2)
3603 (set-window-text-height, window-buffer-height)
3604 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
3605 (truncated-partial-width-window-p): Minor code adjustments.
3606 In doc-strings state whether the argument window has to denote a
85c2386b 3607 live, valid or any window.
52162052 3608
1c308380
PS
36092012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3610
3611 * progmodes/subword.el (subword-forward-function)
3612 (subword-backward-function, subword-forward-regexp)
3613 (subword-backward-regexp): New variables.
3614 (subword-forward, subword-forward-internal, subword-backward-internal):
3615 Use new variables, eg so that different "word" definitions
3616 can be easily used. (Bug#11411)
3617
94c9ece1
SM
36182012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3621 for composite selectors.
3622 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3623 operation just because we can't find a previous revision.
3624
f2045622
CY
36252012-08-15 Chong Yidong <cyd@gnu.org>
3626
3627 * frame.el (set-frame-font): Accept font objects.
3628
582db660
SM
36292012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3632
2f29c200
WJ
36332012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3634
456e62c2
WJ
3635 * man.el (Man-overstrike-face, Man-underline-face)
3636 (Man-reverse-face): Remove variables.
3637 (Man-overstrike, Man-underline, Man-reverse): New faces.
3638 (Man-fontify-manpage): Use them instead of the variables.
3639 (Man-cleanup-manpage): Comment change.
3640 (Man-ansi-color-map): New variable.
3641 (Man-fontify-manpage): Use it.
3642 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3643
2f29c200
WJ
3644 Implement ANSI SGR parameters 22-27 (bug#12146).
3645 * ansi-color.el (ansi-colors): Doc fix.
3646 (ansi-color-context, ansi-color-context-region): Doc fix.
3647 (ansi-color--find-face): New function.
3648 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3649 Rename the local variable `face' to `codes' since it is now a list of
3650 ansi codes. Doc fix.
3651 (ansi-color-get-face): Remove.
3652 (ansi-color-parse-sequence): New function, derived from
3653 ansi-color-get-face.
3654 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3655 codes 22-27.
3656
b4f5e9df
SM
36572012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * subr.el (read-passwd): Allow use from a minibuffer.
3660
ba025fbd
EZ
36612012-08-14 Eli Zaretskii <eliz@gnu.org>
3662
3663 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3664 inside comments and strings as identifiers.
3665
3666 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3667 expression to evaluate. This allows to evaluate expressions with
3668 embedded whitespace.
3669 (gud-tooltip-tips): Add a blank before the newline in the
3670 message-box text, for the benefit of message-box emulation on
3671 MS-Windows.
3672
3673 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3674 messages from GDB, pop them up in a tooltip to give feedback to
3675 user.
b4f5e9df
SM
3676 (gdb-tooltip-print-1): Quote the expression to evaluate.
3677 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
3678 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3679 if the TTY name is nil or empty (which happens when communicating
3680 with the inferior via pipes, e.g. on MS-Windows).
3681 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3682 don't send that to the GUD buffer.
3683
c548f821
GM
36842012-08-14 Glenn Morris <rgm@gnu.org>
3685
3686 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3687 Optimize away setq-default with no args, as for setq. (Bug#12195)
3688
55802e4a
CY
36892012-08-14 Chong Yidong <cyd@gnu.org>
3690
4abcdac8
CY
3691 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3692
55802e4a
CY
3693 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3694 (Bug#12085).
3695
3c3cda1a
GM
36962012-08-14 Glenn Morris <rgm@gnu.org>
3697
3698 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3699
e1873bd0
MA
37002012-08-14 Michael Albinus <michael.albinus@gmx.de>
3701
3702 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3703 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3704 Use cached shell name.
3705
925411b4
FEG
37062012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3707
3708 * progmodes/python.el (python-shell-send-string):
3c3cda1a 3709 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 3710
e636fafe
DG
37112012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3712
3713 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3714 (ruby-percent-literal-beg-re): New constant.
3715 (ruby-syntax-general-delimiters-goto-beg): Rename to
3716 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3717 (ruby-syntax-propertize-general-delimiters): Rename to
3718 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3719 popular term. Adjust comments everywhere.
3720 (ruby-syntax-propertize-percent-literal): Only propertize when not
3721 inside a simple string or comment. When the literal is unclosed,
3722 leave the text after it unpropertized.
f063063a
DG
3723 (ruby-syntax-methods-before-regexp): New constant.
3724 (ruby-syntax-propertize-function): Use it to recognize regexps.
3725 Don't look at the text after regexp, just use the whitelist.
e636fafe 3726
e5b19827
AS
37272012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3728
3729 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3730 non-nil always load the compiled file if it exists. (Bug#12197)
3731
a9f6f311
CY
37322012-08-14 Chong Yidong <cyd@gnu.org>
3733
3734 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3735 (hi-lock-set-pattern): When deciding whether to use font lock or
3736 overlays, look at font-lock-mode instead of font-lock-fontified
3737 (Bug#12168).
3738 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3739 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3740
7d806b1e
DU
37412012-08-14 Daiki Ueno <ueno@unixuser.org>
3742
3743 * subr.el (internal--after-with-selected-window): Fix typo
3744 (Bug#12193).
3745
5beed586
FEG
37462012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3747
3748 Use `completion-table-dynamic' for completion functions.
3749 * progmodes/python.el
3750 (python-shell-completion--do-completion-at-point)
e636fafe
DG
3751 (python-shell-completion--get-completions):
3752 Remove functions.
5beed586
FEG
3753 (python-shell-completion-complete-at-point): New function.
3754 (python-completion-complete-at-point): Use it.
3755
92cb3b04
J
37562012-08-13 Jambunathan K <kjambunathan@gmail.com>
3757
3758 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3759 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3760
89660017
SM
37612012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3c98c962
SM
3763 * subr.el (function-get): Refine `autoload' arg so it can also
3764 autoload functions for gv.el (bug#12191).
3765 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3766 autoloads macros.
3767
aa7c6dbe
SM
3768 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3769 Prefer pcase-let over destructuring-bind.
3770 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3771 Also, remove whitespace as we go, rather than after accumulating the
3772 various places.
3773
89660017
SM
3774 * subr.el (internal--before-with-selected-window)
3775 (internal--after-with-selected-window): Fix typo seleted->selected.
3776 (with-selected-window): Adjust callers.
3777 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3778
31cd32c9
BG
37792012-08-13 Bastien Guerry <bzg@gnu.org>
3780
0fcd3d9f 3781 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
3782 enhancement. (Bug#12172)
3783
1b15d8ad
AS
37842012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3785
31e54db0
AS
3786 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3787 type 1-6.
3788 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3789 extended headers.
3790
1b15d8ad
AS
3791 * files.el (hack-local-variables-filter): Remove useless eval.
3792
35cb9c06
MR
37932012-08-13 Martin Rudalics <rudalics@gmx.at>
3794
3795 * subr.el (with-selected-window): Fix last change.
3796
1439443b
SM
37972012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * subr.el (internal--before-with-seleted-window)
3800 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
3801 (with-selected-window): Use them, to replace dependency on
3802 tty-top-frame.
1439443b 3803
0d9e2599
NN
38042012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3805
3806 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3807 binding for `newline'.
3808 (ruby-move-to-block): When moving backward, stop at block opening,
3809 not indentation.
3810 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3811 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3812 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3813 `ruby-toggle-block'.
3814
ba10c48c
SM
38152012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * ibuffer.el (ibuffer-do-toggle-read-only):
3818 * dired.el (dired-toggle-read-only):
3819 * buff-menu.el (Buffer-menu-toggle-read-only):
3820 * bindings.el (mode-line-toggle-read-only):
3821 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3822
9229c658
AS
38232012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3824
3825 * descr-text.el (describe-char): Put the overlays over the
3826 "displayed as" character.
3827
0fd09128
JB
38282012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3829
3830 * calc/calc-units.el (math-default-units-table): Give an
3831 initial value.
3832 (math-put-default-units): Add options to put composite units and
3833 unit systems in the default units table.
3834 (calc-convert-units): Send composite units to
3835 `math-put-default-units' when appropriate.
3836
9ff9402d 38372012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 3838
fbb5e336
GM
3839 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3840
7aacaf15
GM
3841 * tutorial.el (help-with-tutorial):
3842 * emacs-lisp/copyright.el (copyright-update-directory):
3843 * emacs-lisp/autoload.el (autoload-find-generated-file)
3844 (autoload-find-file): Disable local eval: (for insurance).
3845
f40b9f10
GM
3846 * files.el (hack-local-variables-filter): If an eval: form is not
3847 known to be safe, and enable-local-variables is :safe, then ignore
3848 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 3849 This is CVE-2012-3479.
f40b9f10 3850
daa9f1a6
SM
38512012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3854 (rx-form): Simplify.
3855
9cd80478
DG
38562012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3857
0d9e2599
NN
3858 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3859 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3860 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3861 (ruby-syntax-propertize-function): Adjust for changes in
3862 `ruby-syntax-propertize-heredoc'.
3863
38642012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3865
9cd80478
DG
3866 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3867 binding (use `M-;' instead).
9cd80478 3868 (ruby-singleton-class-p): New function.
0d9e2599 3869 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 3870
d301b413
SM
38712012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3874
1530c98e
CY
38752012-08-10 Chong Yidong <cyd@gnu.org>
3876
3877 * progmodes/python.el (python-shell-get-process-name): Don't mess
3878 with same-window-buffer-names.
3879
3880 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3881 (eshell-remove-from-window-buffer-names): Make obsolete.
3882 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3883 (eshell): Just use pop-to-buffer-same-window instead.
3884
e1293765
CY
38852012-08-10 Chong Yidong <cyd@gnu.org>
3886
3887 * bindings.el: Bind M-= back to count-words-region.
3888
3889 * simple.el (count-words-region): Accept a prefix arg for acting
3890 on the entire buffer.
3891 (count-words--buffer-message): New helper function.
3892
e1894109
SM
38932012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3896 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3897 (event-start, event-end): Use posn-at-point to return a more
3898 informative posn.
3899 (posnp): New function.
3900 * mouse.el (popup-menu-normalize-position): Use it.
3901
c69f56a2
MY
39022012-08-10 Masatake YAMATO <yamato@redhat.com>
3903
3904 * mouse.el (popup-menu-normalize-position): New function.
3905 (popup-menu): Use `popup-menu-normalize-position' to normalize
3906 the form for POSITION argument.
3907
3908 * term/x-win.el (x-menu-bar-open):
3909 Use the value returend from (posn-at-point) as position
3910 passed to `popup-menu'.
3911
31673780
JB
39122012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3913
3914 * calc/calccomp.el (math-compose-expr): Add extra argument
3915 indicating that parentheses should be put around products in
3916 denominators. Give multiplication precedence over division during
3917 composition.
3918
dab7711b
CY
39192012-08-09 Chong Yidong <cyd@gnu.org>
3920
dee4ef93
CY
3921 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3922 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3923 (Man-untabify-command, manual-program): Convert to defcustom
3924 (Bug#10429).
3925
73e2bbc5
CY
3926 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3927
3e861c8a
CY
3928 * descr-text.el (describe-char): Don't insert extra newlines
3929 (Bug#10127).
3930
a9f5a649
CY
3931 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3932 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3933
dab7711b
CY
3934 * align.el (align-region): Delete temporary markers (Bug#10047).
3935 Plus some code cleanups.
3936
e0cc4efa
FEG
39372012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3938
3939 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3940 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3941 (python-shell-internal-last-output): Use make-local-variable
3942 instead of make-variable-buffer-local.
3943
489af14f
FEG
39442012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3945
3946 * progmodes/python.el: Enhancements to forward-sexp.
3947 (python-nav-forward-sexp): Rename from
3948 python-nav-forward-sexp-function.
c69f56a2
MY
3949 (python-nav--forward-sexp, python-nav--backward-sexp):
3950 New functions.
489af14f 3951
0fc50303
JB
39522012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3953
3954 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3955 modes and simplification modes.
3956
5d65606a
SM
39572012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * delsel.el (delete-selection-pre-hook): Don't propagate the
3960 file-supersession signals (bug#12161).
3961
4250fdf5
SM
39622012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3965 (cl-map-extents): Add compatibility aliases (bug#12135).
3966
d9f9b465
MA
39672012-08-08 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3970 tests by `ignore-error'.
3971 (tramp-find-shell): Open also a new shell, when cache is already
3972 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3973
ce0fcefa
JL
39742012-08-08 Juri Linkov <juri@jurta.org>
3975
3976 * bookmark.el: Add `defaults' property to the bookmark record.
3977 (bookmark-current-buffer): Doc fix.
3978 (bookmark-make-record): Add `defaults' property with default values
3979 to the bookmark record.
3980 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3981 with `bookmark-insert-current-bookmark'.
3982 (bookmark-set): Get `defaults' property from the bookmark record
3983 and use it in `read-from-minibuffer'.
3984 (bookmark-insert-current-bookmark): Remove function.
3985
3986 * info.el (Info-bookmark-make-record): Add `defaults' property
3987 with values of canonical Info node name, the current Info file
3988 name and the current Info node name. (Bug#12107)
3989
53fa8652
JL
39902012-08-08 Juri Linkov <juri@jurta.org>
3991
3992 * files.el (basic-save-buffer): Use `buffer-name' as the default
3993 of `read-file-name' when buffer is not visiting a file (bug#12128).
3994
242c0a95
JL
39952012-08-08 Juri Linkov <juri@jurta.org>
3996
3997 * info.el (Info-isearch-search): Doc fix.
3998 (Info-search): Change search-failed message from "initial node" to
3999 "end of node" (bug#12078).
4000 (Info-isearch-search): Change `isearch-string-state' to
4001 `isearch--state-string'.
4002
32ac3a6b
GM
40032012-08-08 Glenn Morris <rgm@gnu.org>
4004
4005 * language/persian.el: Remove file.
f8c1afd5 4006 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
4007 * loadup.el: Remove language/persian.
4008
2c2d9c9c
OF
40092012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4010
4011 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4012
2d79ec42
FEG
40132012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4014
4015 * progmodes/python.el Fixed defsubst warning.
4016 (python-syntax-context) Rename from python-info-ppss-context.
4017 (python-syntax-context-type): Rename from
4018 python-info-ppss-context-type.
4019 (python-syntax-comment-or-string-p): Rename from
4020 python-info-ppss-comment-or-string-p.
4021
2bd255dd
JB
40222012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4023
4024 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4025
c395097f
AS
40262012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4027
6125983e
AS
4028 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4029 a defcustom that is quoted with backquote.
4030
4250fdf5
SM
4031 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4032 Fix handling of interactive spec when the body uses return.
651eaf36
AS
4033 (math-do-arg-check, math-define-function-body): Use backquote forms.
4034 * calc/calc-ext.el (math-defcache): Likewise.
4035 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4036 * allout.el (allout-new-exposure): Likewise.
4037 * calc/calcalg2.el (math-tracing-integral): Likewise.
4038 * info.el (Info-last-menu-item): Likewise.
4039 * emulation/vip.el (vip-loop): Likewise.
4040 * textmodes/artist.el (artist-funcall): Likewise.
4041 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4042 Construct menu-item directly.
4043
4250fdf5
SM
4044 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4045 Don't declare.
c395097f 4046
5fb50dd3
CY
40472012-08-07 Chong Yidong <cyd@gnu.org>
4048
4049 * simple.el (deactivate-mark): Preserve text properties when
4050 saving the primary selection (Bug#8384).
4051
54eea618
KR
40522012-08-07 Kevin Ryde <user42@zip.com.au>
4053
4054 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4055 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4056 and continue processing (Bug#12110).
4057
638eaeb9
SM
40582012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4061 syntax-propertize-function (bug#10095).
4062
ea376861
SM
40632012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4064
f91b35be
SM
4065 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4066 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4067 describe-function-1.
4068 (describe-function-1): Use them. Move compiler macro after sig.
4069 (help-fns--compiler-macro): Use function-get. Assume we're already in
4070 standard-output. Adjust layout to new call order.
4071
ea376861
SM
4072 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4073 re-binding a symbol that has a symbol-macro (bug#12119).
4074
d5be7bd0
MB
40752012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4076
4077 * language/persian.el: New file. (Bug#11812)
4078 * loadup.el: Add language/persian.el.
4079
90749b53
CY
40802012-08-06 Chong Yidong <cyd@gnu.org>
4081
4082 * window.el (window--maybe-raise-frame): New function.
4083 (window--display-buffer): Split off from here.
4084 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4085 (display-buffer-pop-up-window, display-buffer-use-some-window):
4086 Obey an inhibit-switch-frame action alist entry.
4087 (display-buffer): Update doc.
4088
4089 * replace.el (occur-after-change-function): Avoid losing focus by
4090 using the inhibit-switch-frame display parameter (Bug#12139).
4091
ba7b0154
FEG
40922012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4093
4094 Make internal shell process buffer names start with space.
4095 * progmodes/python.el (python-shell-make-comint): Add optional
4096 argument INTERNAL.
4097 (run-python-internal): Use it.
4098 (python-shell-internal-get-or-create-process): Check for new
4099 internal buffer names.
4100
5eaeacb5
GM
41012012-08-06 Glenn Morris <rgm@gnu.org>
4102
e296d94b 4103 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
4104 Do less getting and setting of environment variables.
4105
b7ccbdc2
CY
41062012-08-05 Chong Yidong <cyd@gnu.org>
4107
777fe95e
CY
4108 * proced.el (proced): Add substitution string to docstring to
4109 trigger autoloading of the proced library on C-h f (Bug#1768).
4110
4250fdf5
SM
4111 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4112 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
4113
4114 * imenu.el (imenu-generic-expression): Move documentation here
4115 from imenu--generic-function.
4116 (imenu--generic-function): Refer to imenu-generic-expression.
4117
9e3b7800 41182012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
4119
4120 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4121 indentation declaration.
4122 (viper-loop): Add indentation declaration (Bug#7025).
4123
e5d9c0d1
CY
41242012-08-05 Chong Yidong <cyd@gnu.org>
4125
f0422feb
CY
4126 * help-fns.el (describe-variable): Add hyperlink for
4127 directory-local variables files. Improve buffer-local and
4128 permanent-local reporting; suggested by MON KEY (Bug#6644).
4129
4130 * help-mode.el (help-dir-local-var-def): New button type.
4131
e5d9c0d1
CY
4132 * files.el (kill-buffer-hook): Provide a defvar.
4133
a4f2deaa
GM
41342012-08-05 Glenn Morris <rgm@gnu.org>
4135
4136 * eshell/esh-ext.el (eshell/addpath):
4137 Also update eshell-path-env. (Bug#12013)
4138
a9dd5754
CY
41392012-08-05 Chong Yidong <cyd@gnu.org>
4140
a4f2deaa 4141 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 4142
d014c740
CY
4143 * fringe.el (fringe-styles): Add docstring.
4144 (fringe--check-mode): New function.
4145 (set-fringe-mode, set-fringe-style): Use it.
4146 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4147
a9dd5754
CY
4148 * files.el (set-auto-mode): Fix invalid setq call.
4149
7c2dc8bd
SM
41502012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * isearch.el: Misc simplification; use defstruct.
4153 (isearch-mode-map): Dense maps now work like sparse ones.
4154 (isearch--state): New defstruct.
4155 (isearch-string-state, isearch-message-state, isearch-point-state)
4156 (isearch-success-state, isearch-forward-state)
4157 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4158 (isearch-wrapped-state, isearch-barrier-state)
4159 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4160 replaced by defstruct's accessors.
4161 (isearch--set-state): Rename from isearch-top-state and change
4162 calling convention.
4163 (isearch-push-state): Use new isearch--get-state.
4164 (isearch-toggle-word): Disable regexp when enabling word.
4165 (isearch-message-prefix): Remove unused arg _c-q-hack.
4166 (isearch-message-suffix): Remove unused arg _ellipsis.
4167
7fcc0070
AS
41682012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4169
4170 * simple.el (list-processes--refresh): For a server use :host or
4171 :local as the address.
97ad0769 4172 (list-processes): Doc fix.
7fcc0070 4173
a11035b8 41742012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
4175
4176 * lisp/mpc.el: Support password in host argument.
4177 (mpc--proc-connect): Parse and use new password element.
4178 Set mpc-proc variable instead of returning process.
4179 (mpc-proc): Adjust accordingly.
4180
6dad7178
EZ
41812012-08-03 Eli Zaretskii <eliz@gnu.org>
4182
18949c2f
EZ
4183 * whitespace.el (whitespace-display-mappings): Use Unicode
4184 codepoints, instead of emacs-mule codepoints. See
4185 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4186 for the details.
4187
6dad7178
EZ
4188 * files.el (file-truename): Don't skip symlink-chasing part on
4189 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
4190 Windows into the loop that recursively chases symlinks.
4191 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
4192 MS-DOS.
4193
385b0198
CY
41942012-08-03 Chong Yidong <cyd@gnu.org>
4195
6200f3c4
CY
4196 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4197
385b0198
CY
4198 * sort.el (sort-regexp-fields): Doc fix.
4199
b9e74744
TH
42002012-08-03 Tassilo Horn <tsdh@gnu.org>
4201
4202 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4203 labels regex position point at the expected place.
4204
41013cb4
MK
42052012-08-03 MON KEY <monkey@sandpframing.com>
4206
4207 * net/imap.el (imap-interactive-login, imap-authenticate)
4208 (imap-mailbox-lsub, imap-mailbox-list)
4209 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4210 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4211 (imap-parse-response): Doc fix.
4212
0ffee616
JT
42132012-08-03 João Távora <joaotavora@gmail.com>
4214
4215 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4216 if sexp scanning does not move point (Bug#5734).
4217
cfcc9cc8
TH
42182012-08-02 Tassilo Horn <tsdh@gnu.org>
4219
4220 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4221 Add listings, minted, and ctable packages.
4222 (reftex-label-alist-builtin): Move listings, minted, and ctable
4223 entries before LaTeX.
a01bbb84 4224 (reftex-label-alist): Docfix.
cfcc9cc8 4225
66ec2442
BG
42262012-08-02 Bastien Guerry <bzg@gnu.org>
4227
4228 * replace.el (occur): Fix docstring (bug#12122).
4229
837b365b
GM
42302012-08-02 Glenn Morris <rgm@gnu.org>
4231
4232 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4233
e098de97
PE
42342012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4235
4236 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4237 * international/mule-cmds.el: Create
4238 inactivate-current-input-method-function as an obsolete alias for
4239 deactivate-current-input-method-function. See Katsumi Yamaoka in
4240 <http://bugs.gnu.org/10150#46>.
4241
a0f95636
JB
42422012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4243
4244 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4245 of nested `if's.
4246
0d26d7c4
GM
42472012-08-01 Glenn Morris <rgm@gnu.org>
4248
4249 * progmodes/autoconf.el (autoconf-definition-regexp):
4250 Add AH_TEMPLATE, adjust submatch numbering.
4251 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4252 (autoconf-current-defun-function): Update for above change.
4253 (autoconf-current-defun-function): First skip to end of current word.
4254
b686ba06
RS
42552012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4256
4257 * calendar/cal-html.el (cal-html-insert-agenda-days):
4258 Fix typo. (Bug#12018)
4259
0d49da68
FEG
42602012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4261
4262 Shell processes: enhancements to startup and CEDET compatibility.
4263 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4264 (python-shell-make-comint): accept-process-output at startup.
4265 (run-python-internal): Set inferior-python-mode-hook to nil.
4266 (python-shell-internal-get-or-create-process): call sit-for.
4267 (python-preoutput-result): Add obsolete alias.
4268 (python-shell-internal-send-string): Use it.
4269 (python-shell-send-setup-code): Remove call to
4270 accept-process-output.
4271
f1a71c6e
AS
42722012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4273
4274 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4275 (Bug#12108)
4276
d2605269
JB
42772012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4278
4279 * calc-mode.el (calc-basic-simplification-mode): Rename from
4280 `calc-limited-simplification-mode'.
4281 (calc-alg-simplification-mode): New function.
fc0c31f8 4282 (calc-set-simplify-mode): Adjust message.
f1a71c6e 4283
d2605269
JB
4284 * calc.el (calc-set-mode-line): Adjust mode line display for
4285 basic simplification mode.
4286
4287 * calc-help.el (calc-m-prefix-help): Update help message.
4288
4289 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4290 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4291
a3827a43
BG
42922012-07-31 Bastien Guerry <bzg@gnu.org>
4293
4294 * man.el (man): Fix comment. (bug#12101)
4295
502e3f89
MR
42962012-07-31 Martin Rudalics <rudalics@gmx.at>
4297
4298 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4299 Don't return a non-nil value when no suitable buffer was found.
4300
d7714961
FEG
43012012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4302
4303 * progmodes/python.el (run-python-internal): Disable font lock for
4304 internal shells.
4305
1f45e27e
SM
43062012-07-30 Stefan Merten <smerten@oekonux.de>
4307
70efc5c9 4308 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
4309 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4310 (rst-official-version, rst-official-cvs-rev)
4311 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4312 (rst-mode-map): New key binding.
4313
0aee6912
PE
43142012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4315
4316 Update .PHONY listings in makefiles.
4317 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4318 autoloads, update-subdirs, updates, bzr-update, update-authors,
4319 compile-onefile, compile-calc, backup-compiled-files,
4320 compile-after-backup, compile-one-process, mh-autoloads,
4321 bootstrap-clean, distclean, maintainer-clean.
4322
9052f9f0
JB
43232012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4324
1823ac5a
JB
4325 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4326 (calc-set-mode-line): Don't display "AlgSimp ".
4327
4328 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4329 (calc-lim-simplify-mode): New function.
4330 (calc-set-simplify-mode): Default to 'alg.
4331 (calc-default-simplify-mode): Make algebraic simplifications
4332 the default.
4333
4334 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4335 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4336
8d7c7eed 4337 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
4338 indicate new simplification modes.
4339
1823ac5a
JB
4340 * calc/README: Mention new default simplification mode.
4341
9052f9f0
JB
4342 * calc/calc.el (math-normalize-error): New variable.
4343 (math-normalize): Set `math-normalize-error' to t
4344 when there's an error.
4345
4346 * calc/calc-alg.el (math-simplify): Don't simplify when
4347 `math-normalize' returns an error.
4348
20ba0cb4
EZ
43492012-07-29 Eli Zaretskii <eliz@gnu.org>
4350
4351 * international/mule-cmds.el (set-locale-environment): Revert last
4352 change, since display-graphic-p returns nil when this function is
4353 called during startup. Instead...
4354
4355 * term/w32console.el (terminal-init-w32console): ...setup the
4356 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4357
a5dcc929
JL
43582012-07-29 Juri Linkov <juri@jurta.org>
4359
4360 * simple.el (goto-line): Don't display default line number in the
4361 prompt because it should be displayed by `read-number' (bug#9952).
4362 Add the current line number to the defaults of `goto-line' to
4363 allow its easier modification by users with `M-n' (bug#9201).
4364
4365 * subr.el (read-number): Support multiple default values like in
4366 other minibuffer reading functions. Replace `read' with
4367 `string-to-number' for consistency with `number-to-string'.
4368
72b255c7
PE
43692012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4370
4371 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4372 * emulation/viper-init.el (viper-deactivate-input-method-action):
4373 Rename from viper-inactivate-input-method-action.
4374 (viper-deactivate-input-method):
4375 Rename from viper-inactivate-input-method.
4376 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4377 * international/mule-cmds.el (deactivate-input-method):
4378 Rename from inactivate-input-method.
4379 Also run input-method-deactivate-hook.
4380 (deactivate-current-input-method-function):
4381 Rename from inactivate-current-input-method-function.
4382 (input-method-deactivate-hook): New hook.
4383 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
4384 (inactivate-input-method): Mark obsolete.
4385
72b255c7
PE
4386 * international/quail.el (quail-activate):
4387 Also run quail-deactivate-hook.
4388 (quail-deactivate): Rename from quail-inactivate.
4389 * international/robin.el (robin-activate):
4390 Also run robin-deactivate-hook.
4391 (robin-deactivate): Rename from robin-inactivate.
4392
2549c068
CY
43932012-07-29 Chong Yidong <cyd@gnu.org>
4394
4395 * simple.el (indicate-copied-region): New function.
4396 (kill-ring-save): Split off from here.
4397
4398 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4399 (kill-rectangle): Set deactivate-mark to t on read-only error.
4400
4401 * register.el (copy-to-register, copy-rectangle-to-register):
4402 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
4403 (append-to-register, prepend-to-register): Call indicate-copied-region.
4404
44052012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
4406
4407 * simple.el (async-shell-command-buffer): New defcustom.
4408 (shell-command): Use it. (Bug#4719)
4409
01bd1b0d
EZ
44102012-07-28 Eli Zaretskii <eliz@gnu.org>
4411
4412 * international/mule-cmds.el (set-locale-environment): In a
4413 console session on MS-Windows, set up keyboard and terminal
4414 encoding from the OEM codepage, not the ANSI codepage.
4415 (Bug#12055)
4416
a55739d3
CY
44172012-07-28 Chong Yidong <cyd@gnu.org>
4418
4419 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4420 gdb-get-location.
4421
0e1a094f 44222012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
4423
4424 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4425 the alist (bug#12029).
4426
20329d73
EZ
44272012-07-28 Eli Zaretskii <eliz@gnu.org>
4428
4429 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4430 (compile-always, compile-first)
4431 ($(lisp)/calendar/cal-loaddefs.el)
4432 ($(lisp)/calendar/diary-loaddefs.el)
4433 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4434 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4435 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4436 instead of on update-subdirs.
4437 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4438
345a2258
CY
44392012-07-28 Chong Yidong <cyd@gnu.org>
4440
1eee6341
CY
4441 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4442 directory if vc-deduce-backend returns nil (Bug#7350).
4443
345a2258
CY
4444 * simple.el (delete-trailing-lines): New option.
4445 (delete-trailing-whitespace): Obey it (Bug#11879).
4446
049a0936
DE
44472012-07-28 David Engster <deng@randomsample.de>
4448
4449 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4450 Explanation of new 'symbol-qnames feature in doc-strings.
4451 (xml-maybe-do-ns): Return expanded names as plain symbols if
4452 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4453 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4454
aa81af71
FEG
44552012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4456
4457 Consistent completion in inferior python with emacs -nw.
4458 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4459 binding in inferior-python-mode-map with "\t".
4460 (python-shell-completion-complete-at-point)
4461 (python-completion-complete-at-point): Remove interactive spec.
4462
e827b1eb
JB
44632012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4464
4465 * calc/calccomp.el (math-compose-expr): Undo previous change.
4466
a90dfb95
FEG
44672012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4468
4250fdf5 4469 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
4470 run-python.
4471 (python-shell-make-comint): Fix pop-to-buffer call.
4472 (run-python): Autoload. New arg SHOW.
4473 (python-shell-get-or-create-process): Do not pop python process
4474 buffer.
4475
32770973 44762012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
4477
4478 * notifications.el (notifications-on-action-signal)
4479 (notifications-on-closed-signal): Use also the bus address for the map.
4480 (notifications-notify, notifications-close-notification)
fc0c31f8 4481 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 4482
86332df2
TH
44832012-07-27 Tassilo Horn <tsdh@gnu.org>
4484
4250fdf5
SM
4485 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4486 Add support for the lstlisting and minted environments, and for the
86332df2
TH
4487 ctable macro.
4488 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4489 labels written in keyvals syntax.
4490
ca1302a4
JB
44912012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4492
4493 * calc/calccomp.el (math-compose-expr): Use parentheses when
4494 there is a product in the denominator of a fraction.
4495
f8b91036
EZ
44962012-07-26 Eli Zaretskii <eliz@gnu.org>
4497
4498 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4499 ($(lisp)/calendar/diary-loaddefs.el)
4500 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
4501 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4502 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
4503 rewritten while the autoload files are built at the same time,
4504 which needs to load subdirs.el.
4505
c8e5a42c
MR
45062012-07-26 Martin Rudalics <rudalics@gmx.at>
4507
4508 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4509 (mouse-drag-line): Don't exit tracking when a switch-frame or
4510 switch-window event occurs (Bug#12006).
4511
670d85ea
SM
45122012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * mouse.el (popup-menu): Fix last change.
4515
7abaf5cc
SM
45162012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 Autoload from Lisp with more care. Follow aliases when looking for
4519 function properties.
4520 * subr.el (autoloadp): New function.
4521 (symbol-file): Use it.
4522 (function-get): New function.
4523 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4524 autoload-do-load.
4525 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4526 (lisp-indent-function):
4527 * emacs-lisp/gv.el (gv-get):
4528 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4529 * emacs-lisp/byte-opt.el (byte-optimize-form):
4530 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4531 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4532 Use function-get.
4533 * emacs-lisp/cl.el: Don't propagate function properties any more.
4534
4535 * speedbar.el (speedbar-add-localized-speedbar-support):
4536 * emacs-lisp/disass.el (disassemble-internal):
4537 * desktop.el (desktop-load-file):
4538 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4539 (describe-function-1):
4540 * emacs-lisp/find-func.el (find-function-noselect):
4541 * emacs-lisp/elp.el (elp-instrument-function):
4542 * emacs-lisp/advice.el (ad-has-proper-definition):
4543 * apropos.el (apropos-safe-documentation, apropos-macrop):
4544 * emacs-lisp/debug.el (debug-on-entry):
4545 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4546 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4547 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4548
b1364986
AA
45492012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4550
4551 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4552 function, not an obsolete variable (Bug#12046).
4553
67ada220
AS
45542012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4555
4556 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4557
f08088e3
CS
45582012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4559
4560 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4561 window only if it is still live (Bug#12034).
4562
8137e7b3
MR
45632012-07-25 Martin Rudalics <rudalics@gmx.at>
4564
4565 * subr.el (redirect-frame-focus): Add advertised calling
4566 convention (Bug#12030).
4567
09ae5da1
PE
45682012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4569
4570 Prefer typical American spelling for "acknowledgment".
4571 * vc/add-log.el (change-log-acknowledgment): Rename from
4572 change-log-acknowledgement, with an alias for the old name.
4573
3cc5a3a8
JB
45742012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4575
4576 * calc-alg.el (math-simplify-divide): Don't cross multiply
4577 in an equation when the lhs is a variable.
4578
b7af7f62
JD
45792012-07-24 Julien Danjou <julien@danjou.info>
4580
4581 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4582 Remove, unused.
4583
ec1b09b1
EZ
45842012-07-23 Eli Zaretskii <eliz@gnu.org>
4585
4586 * startup.el (command-line): Don't display an empty user name in
4587 the error message about non-existent home directory, when
4588 init-file-user was set to an empty string. See
4589 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4590 for the details and context.
4591
b525fd8a
VB
45922012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4593
4594 * ses.el (ses-cell-formula-aset): New macro.
4595 (ses-cell-references-aset): New macro.
4596 (ses-cell-p): New function.
4597 (ses-rename-cell): Do no longer rely on complex operations like
4598 ses-cell-set-formula or ses-set-cell to change the cell and handle
4599 the undo at the same time, but rather use lower level new macros
4600 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 4601 the undo directly. Refresh the mode line.
b525fd8a 4602
2c73e345
LL
46032012-07-21 Leo Liu <sdl.web@gmail.com>
4604
670d85ea
SM
4605 * progmodes/cc-cmds.el (c-defun-name):
4606 Use match-string-no-properties instead for consistency.
2c73e345 4607
542dfbde
LL
46082012-07-20 Leo Liu <sdl.web@gmail.com>
4609
3646bcd6
LL
4610 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4611 (Bug#7879)
4612
542dfbde
LL
4613 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4614
25721031
CY
46152012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4616
4617 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4618 * progmodes/bug-reference.el, misearch.el: Provide themselves
4619 (bug#11915).
4620
4621 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4622 of narrowed buffer (bug#11966).
4623
316e68a7
VB
46242012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4625
4626 * ses.el (ses-rename-cell): Set new name also in reference list of
4627 cells of which the renamed cell depends.
4628
bbf0e7d9
MY
46292012-07-20 Masatake YAMATO <yamato@redhat.com>
4630
4631 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4632 to check whether menu-bar is shown or not. If not shown,
4633 show the menu-bar as a popup menu instead of using tmm.
4634 * mouse.el (popup-menu): Accept `point' as `position' argument.
4635
c28662a8
DG
46362012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4637
4638 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4639 up inside string symbol literal (bug#11923).
4640
87ab808f
EZ
46412012-07-20 Eli Zaretskii <eliz@gnu.org>
4642
4643 * startup.el (fancy-startup-text): Read the whole tutorial, not
4644 just its first 256 bytes. Prevents gibberish in display of the
4645 tutorial title.
4646
89dea803
DA
46472012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4648
4649 Drop idle buffer compaction due to an absence of the
4650 proved efficiency.
4651 * compact.el: Remove.
4652
8a4e6db8
SS
46532012-07-19 Sam Steingold <sds@gnu.org>
4654
4655 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4656 vc-bzr-pull & vc-bzr-merge-branch.
4657 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4658 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4659 for consistency with compilation-error-regexp-alist.
4660 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4661 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4662 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4663 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4664
5db81e33
SM
46652012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * emacs-lisp/chart.el: Use lexical-binding.
4668 (chart-emacs-storage): Don't hardcode the list of entries.
4669
5b835e1d
DA
46702012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4671
4672 Next round of tweaks caused by Fgarbage_collect changes.
4673 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4674
9cd47b72
DA
46752012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4676
4677 Compact buffers when idle.
4678 * compact.el: New file.
4679
1d6fc0df
SM
46802012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4681
4682 * subr.el (eventp): Presume that if it looks vaguely like an event,
4683 it's an event (bug#10190).
4684
1d29cc7d
FEG
46852012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4686
4687 Enhancements to ppss related code (thanks Stefan).
4688 * progmodes/python.el (python-indent-context)
4689 (python-indent-calculate-indentation, python-indent-dedent-line)
4690 (python-indent-electric-colon, python-nav-forward-block)
4691 (python-mode-abbrev-table)
1d6fc0df 4692 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
4693 for ppss context.
4694 (python-info-continuation-line-p): Cleanup.
4695 (python-info-ppss-context): Do not catch 'quote.
4696 (python-info-ppss-context-type)
4697 (python-info-ppss-comment-or-string-p): Simplify.
4698
d583cbe6
FEG
46992012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4700
4701 * progmodes/python.el: Enhancements to eldoc support.
4702 (python-info-current-symbol): New function.
4703 (python-eldoc-at-point): Use python-info-current-symbol.
4704 (python-info-current-defun): Fix cornercase on first defun scan.
4705 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4706 and signal error when no inferior python process is available.
4707
eceb6feb
DG
47082012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4709
4710 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4711 assume it's always t.
4712 (vc-git-registered): Remove caching, the function is only called
4713 once.
4714 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4715
4c8ff0fe
CY
47162012-07-18 Chong Yidong <cyd@gnu.org>
4717
19fb7186
CY
4718 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4719
9587c688
CY
4720 * simple.el (count-words): Report on narrowing (Bug#9959).
4721
0fe776a1
CY
4722 * bindings.el: Bind M-= to count-words.
4723
4c8ff0fe
CY
4724 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4725
7f5331cc
MY
47262012-07-18 Masatake YAMATO <yamato@redhat.com>
4727
4728 * progmodes/sh-script.el (sh-imenu-generic-expression):
4729 Capture a function with `function' keyword and without parentheses
4730 like "function FOO" (bug#11856).
4731
2dc2a609
TH
47322012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4733
4734 * window.el (split-window-sensibly): Make WINDOW argument
4735 optional.
4736
439f7677
CY
47372012-07-18 Chong Yidong <cyd@gnu.org>
4738
9aeb25a6
CY
4739 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4740
439f7677
CY
4741 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4742 and make C-x 8 RET exit isearch (Bug#11439).
4743
4744 * international/iso-transl.el: Move isearch-mode-map key
4745 definitions to isearch.el.
4746
12999ea8
SM
47472012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4750 (eieio-defclass): Use gv-define-setter when possible.
4751
3ab6e069
DA
47522012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4753
4754 Reflect recent changes in Fgarbage_collect.
4755 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4756 reflect new format of data returned by Fgarbage_collect.
4757
0a60bc10
FEG
47582012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4759
4760 New utility functions + python-info-ppss-context fix (Bug#11910).
4761 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4762 (python-info-ppss-comment-or-string-p): New functions.
4763 (python-info-ppss-context): Small fix for string check.
4764
6dafa0d5
JL
47652012-07-17 Juri Linkov <juri@jurta.org>
4766
4767 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4768 (dired-do-async-shell-command): Don't add `*' at the end of the
4769 command (Bug#11815).
4770 (dired-do-shell-command): Doc fix.
4771 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4772 Join the individual commands using either "&" or ";" as the
4773 separator depending on the values of these trailing characters.
4774 At the end re-add the trailing "&". (Bug#10598)
4775
4776 * simple.el (async-shell-command): Sync the interactive spec with
4777 `shell-command'. Doc fix.
4778 (shell-command): Doc fix.
4779
b19dd9d1
JL
47802012-07-17 Juri Linkov <juri@jurta.org>
4781
4782 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4783
bcdc27d7 47842012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 4785
bcdc27d7 4786 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
4787 * progmodes/python.el (python-nav-beginning-of-statement):
4788 Rename from python-nav-statement-start.
bcdc27d7
FEG
4789 (python-nav-end-of-statement): Rename from
4790 python-nav-statement-end.
4791 (python-nav-beginning-of-block): Rename from
4792 python-nav-block-start.
4793 (python-nav-end-of-block): Rename from python-nav-block-end.
4794
191da00e
FEG
47952012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4796
7f5331cc
MY
4797 * progmodes/python.el (python-shell-send-string-no-output):
4798 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
4799 future interactions (Bug#11868).
4800
4dc7c8d5 48012012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 4802
88ecaf8f
SM
4803 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4804
ef501ef0
SM
4805 * emacs-lisp/elint.el (elint-find-args-in-code):
4806 Use help-function-arglist, so as to handle lexical byte-code.
4807
aa7aaf8f
SM
4808 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4809 change (bug#11826).
4810
45fd731c
SM
48112012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4812
2143fa32
SM
4813 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4814 Avoid spuriously marking the buffer as modified because of c-is-sws.
4815
efc26dbe
SM
4816 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4817 as not-a-comment (bug#11946).
4818
f5695c9a
SM
4819 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4820 for uninterned vars.
4821
4822 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4823 Use read-event since we don't really want to read chars but bytes.
4824
45fd731c
SM
4825 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4826 $$..$$ but also $..$ using regexps (bug#11953).
4827 Use tex-verbatim for \url and \path.
4828 (tex-font-lock-keywords): Define as defconst like the others.
4829 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4830
ddfc8813
RK
48312012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4832
4833 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4834 alias for insert-char.
4835
758e556a
FEG
48362012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4837
4838 * progmodes/python.el: Simplified imenu implementation.
4839 (python-nav-jump-to-defun): Remove command.
4840 (python-mode-map): Use `imenu' instead.
4841 (python-nav-list-defun-positions-cache)
4842 (python-imenu-include-defun-type, python-imenu-make-tree)
4843 (python-imenu-subtree-root-label, python-imenu-index-alist):
4844 Remove vars.
4845 (python-nav-list-defun-positions, python-nav-read-defun)
4846 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
4847 (python-imenu-make-tree, python-imenu-create-index):
4848 Remove functions.
758e556a
FEG
4849 (python-mode): Update to interact with imenu by setting
4850 `imenu-extract-index-name-function' only.
4851
032d23ab
FEG
48522012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4853
4854 * progmodes/python.el: Enhancements to navigation commands.
4855 (python-nav-backward-sentence)
4856 (python-nav-forward-sentence): Remove.
4857 (python-nav-backward-statement, python-nav-forward-statement)
4858 (python-nav-statement-start, python-nav-statement-end)
4859 (python-nav-backward-block, python-nav-forward-block)
4860 (python-nav-block-start, python-nav-block-end)
4861 (python-nav-forward-sexp-function)
4862 (python-info-current-line-comment-p)
4863 (python-info-current-line-empty-p): New functions.
4864 (python-indent-context): Use `python-nav-statement-start'.
4865
01795a1b
MA
48662012-07-16 Michael Albinus <michael.albinus@gmx.de>
4867
9328d9aa
MA
4868 * eshell/em-ls.el (eshell/ls): Use `apply'.
4869
4870 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4871 multi-hops, instead of Tramp internals.
4872
01795a1b
MA
4873 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4874
4875 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4876 when F1 and F2 are located on different hosts.
4877
63408057
CY
48782012-07-14 Chong Yidong <cyd@gnu.org>
4879
4880 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4881 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4882 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4883 (xterm-mouse--read-event-sequence-1000)
4884 (xterm-mouse--read-event-sequence-1006): New functions. For old
4885 mouse protocol, handle M-mouse-X events correctly.
4886 (xterm-mouse-event): New arg specifying mouse protocol.
4887 (turn-on-xterm-mouse-tracking-on-terminal)
4888 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
4889 sequence to toggle extended coordinates on newer XTerms.
4890 This appears to be harmless on terminals which do not support this.
63408057 4891
cd276f6e
LL
48922012-07-14 Leo Liu <sdl.web@gmail.com>
4893
28ca98ac
LL
4894 Add fringe bitmap indicators for flymake. (Bug#11253)
4895 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4896 (flymake-make-overlay): New arg BITMAP.
4897 (flymake-error-bitmap, flymake-warning-bitmap)
4898 (flymake-fringe-indicator-position): New user variables.
4899
cd276f6e
LL
4900 * fringe.el: New bitmap exclamation-mark.
4901
04408072
JD
49022012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4903
4904 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4905 also (Bug#7879).
4906
b5cf7fc4
CY
49072012-07-14 Chong Yidong <cyd@gnu.org>
4908
4909 * electric.el (electric-pair-post-self-insert-function): Fix pair
4910 insertion in empty-region case (Bug#11520).
4911
be755c79
RT
49122012-07-14 Chong Yidong <cyd@gnu.org>
4913
45fd731c
SM
4914 * bindings.el: Consolidate ctl-x-r-map bindings.
4915 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
4916
4917 * rect.el, register.el: Move bindings to bindings.el.
4918
49192012-07-14 Reuben Thomas <rrt@sc3d.org>
4920
4921 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4922
7f5b3198
AS
49232012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4924
4925 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4926
97662200
JB
49272012-07-13 Juanma Barranquero <lekktu@gmail.com>
4928
80185fed
JB
4929 * bindings.el (top): Use `mapc' instead of `mapcar'.
4930
97662200
JB
4931 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4932
2bb1ae55
MA
49332012-07-13 Michael Albinus <michael.albinus@gmx.de>
4934
4935 * progmodes/sql.el (sql-comint): Suppress the check for program on
4936 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4937 (Bug#11908)
4938
dea31bd3
CY
49392012-07-13 Chong Yidong <cyd@gnu.org>
4940
4941 * bindings.el: Assign a non-nil permanent-local property to
4942 per-buffer variables which lack a default value (Bug#11930).
4943
4944 * help-fns.el (describe-variable): In the "automatically becomes
4945 local" notice, take note of permanent-local variables.
4946
b68b3337
CY
49472012-07-13 Chong Yidong <cyd@gnu.org>
4948
4949 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4950 to allow printing the message when called from Lisp.
4951
4952 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4953 Remove toggle-read-only.
4954
4955 * bs.el (bs-toggle-readonly):
45fd731c
SM
4956 * buff-menu.el (Buffer-menu-toggle-read-only):
4957 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
4958
4959 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4960 Remove with-no-warnings around toggle-read-only.
4961 (ffap-read-only, ffap-read-only-other-window)
4962 (ffap-read-only-other-frame): Callers changed.
4963
4964 * help-mode.el: Don't require view package.
4965 (help-mode-finish): Set buffer-read-only instead of calling
4966 toggle-read-only.
4967
4968 * bindings.el (mode-line-toggle-read-only):
4969 * dired.el (dired-toggle-read-only):
4970 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4971 with non-nil second arg.
4972
4973 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4974 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4975 directly.
4976
56bc1586
EZ
49772012-07-12 Eli Zaretskii <eliz@gnu.org>
4978
4979 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4980 not incf.
4981
a464a6c7
SM
49822012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 More CL cleanups and reduction of use of cl.el.
4985 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4986 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4987 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4988 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4989 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4990 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4991 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4992 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4993 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4994 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4995 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4996 * eshell/em-cmpl.el, eshell/em-banner.el:
4997 * calendar/parse-time.el: Use cl-lib.
4998 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4999 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5000 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5001 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5002 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5003 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5004 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5005 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5006 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5007 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5008 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5009 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5010 `lambda' rather than with `quote'.
5011 (eshell-do-opt): Adjust accordingly.
5012 (eshell-process-option): Simplify.
5013 * eshell/esh-var.el:
5014 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5015 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5016 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5017 to `pcase--dontcare'.
5018 * emacs-lisp/cl.el (labels): Mark obsolete.
5019 (cl--letf, letf): Move to cl-lib.
5020 (cl--letf*, letf*): Remove.
5021 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5022 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5023 (cl-progv): Rewrite.
5024 (cl--letf, cl-letf): Move from cl.el.
5025 (cl-letf*): New macro.
5026 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5027
7ad4afe1
MA
50282012-07-11 Michael Albinus <michael.albinus@gmx.de>
5029
5030 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5031
9af57756
CY
50322012-07-11 Chong Yidong <cyd@gnu.org>
5033
5034 * vc/log-edit.el (log-edit-vc-backend): New variable.
5035 (log-edit): Doc fix.
5036
5037 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5038 argument of log-edit to set up all local variables.
5039 (vc-start-logentry): New optional arg specifying VC backend.
5040
5041 * vc/vc.el (vc-checkin): Use it.
5042 (vc-deduce-fileset): Handle Log Edit buffers.
5043 (vc-diff): Make first argument optional too.
5044
5045 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5046
8477cc7a
MA
50472012-07-10 Michael Albinus <michael.albinus@gmx.de>
5048
5049 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5050 command, just in case. The function is not needed anymore.
5051 (eshell-external-command): Do not call `eshell-remote-command'.
5052
19faa8e8
SM
50532012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5054
f58e0fd5
SM
5055 Reduce use of (require 'cl).
5056 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5057 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5058 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5059 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5060 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5061 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5062 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5063 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5064 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5065 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5066 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5067 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5068 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5069 (byte-compile-unfold-bcf, byte-compile-check-variable):
5070 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5071 (byte-compile-nilconstp):
5072 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5073 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5074
2519d43a
SM
5075 * emacs-lisp/gv.el (cond): Make it a valid place.
5076 (if): Simplify slightly.
5077
19faa8e8
SM
5078 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5079 (pcase--self-quoting-p): New function.
5080 (pcase--u1): Use it.
5081
c4907a5e
GM
50822012-07-10 Glenn Morris <rgm@gnu.org>
5083
5084 * emacs-lisp/authors.el (authors-fixed-entries):
5085 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5086
c4444d16
PE
50872012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5088
5089 Rename configure.in to configure.ac (Bug#11603).
5090 * emacs-lisp/authors.el (authors-canonical-file-name):
5091 * progmodes/autoconf.el (autoconf-mode):
5092 Prefer configure.ac to configure.in.
5093
d75be97d
CY
50942012-07-08 Chong Yidong <cyd@gnu.org>
5095
01ac65bd
CY
5096 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5097 Implement the mouse-1-click-follows-link handling properly.
5098
5099 * info.el (Info-link-keymap): Use follow-link mechanism for
5100 header-line links (Bug#374).
5101
d75be97d
CY
5102 * simple.el (deactivate-mark): Do not set the primary selection
5103 if another program has acquired it (Bug#11772).
5104
87a92845 51052012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
5106
5107 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5108 (woman-decode-region): Replace escaped-escapes without destroying
5109 bold or underline (Bug#11552).
87a92845 5110 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 5111
621b9d6c
CY
51122012-07-07 Chong Yidong <cyd@gnu.org>
5113
5114 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
5115 (interprogram-cut-function, interprogram-paste-function):
5116 Mention that we typically mean the clipboard.
621b9d6c 5117
133a11fc
GM
51182012-07-06 Glenn Morris <rgm@gnu.org>
5119
0d27a45e
GM
5120 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5121
133a11fc
GM
5122 * files.el (toggle-read-only): Restrict message to interactive use.
5123
07b151f1
MA
51242012-07-06 Michael Albinus <michael.albinus@gmx.de>
5125
5126 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5127
5128 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5129
211b896b
GM
51302012-07-06 Glenn Morris <rgm@gnu.org>
5131
50394322
GM
5132 * Makefile.in (compile-one-process): Rename from "recompile".
5133
211b896b
GM
5134 * Makefile.in (bzr-update): "compile" is the same as "recompile
5135 autoloads", but parallelizable, so use that instead.
5136
4737eec9
DG
51372012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5138
5139 * window.el (quit-window): Always restore window height when
8137e7b3 5140 it's saved in quit-restore parameter (Bug#11810).
4737eec9 5141
226c3633 51422012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
5143
5144 * simple.el (kill-whole-line): Doc tweak.
5145
226c3633 51462012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
5147
5148 * files.el (file-relative-name): Compare file names
5149 case-insensitively if on MS-Windows or MS-DOS, or if
5150 read-file-name-completion-ignore-case is non-nil. Don't use
5151 case-fold-search for this purpose. (Bug#11827)
5152
4dc7c8d5
SM
51532012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5154
5155 * calendar/cal-dst.el (calendar-current-time-zone):
5156 Return calendar-current-time-zone-cache if non-nil.
5157
51582012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 51592012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 5160
19faa8e8
SM
5161 * calendar/cal-dst.el (calendar-current-time-zone):
5162 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 5163
60198fc9
GM
51642012-07-06 Glenn Morris <rgm@gnu.org>
5165
5166 * Makefile.in (cvs-update): Remove old alias.
5167
957b3189
MA
51682012-07-05 Michael Albinus <michael.albinus@gmx.de>
5169
5170 Sync with Tramp 2.2.6-pre.
5171
5172 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5173 compatible declaration.
5174
19faa8e8
SM
5175 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5176 Protect `list-load-path-shadows' call.
957b3189
MA
5177
5178 * net/tramp-compat.el (top): Require packages, which aren't
5179 autoloaded anymore for XEmacs. Protect call of
5180 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5181 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5182 it hurts at least for SXEmacs.
5183 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5184 standard-value for `temporary-file-directory'.
5185
5186 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5187 Redirect stderr to /dev/null.
5188 (tramp-sh-handle-write-region): uid and gid can be floats.
5189 Reported by Russell Sim <russell.sim@gmail.com>.
5190 (tramp-sh-handle-vc-registered): Hide errors.
5191 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5192 and `start-file-process'.
5193 (tramp-maybe-open-connection): Check also whether `non-essential'
5194 is bound.
5195
566df3fc
CY
51962012-07-04 Chong Yidong <cyd@gnu.org>
5197
5198 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5199 (xml-parse-tag): Likewise, and avoid changing entity tables.
5200 (xml-syntax-table): Define from scratch, making sure not to give
5201 x2000 and other Unicode spaces whitespace syntax, since those are
5202 not spaces in XML.
5203 (xml-parse-fragment): Delete unused function.
5204 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5205 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5206 (xml-entity-ref, xml-pe-reference-re)
5207 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5208 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5209 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5210 (xml-entity-value-re): Use syntax references in regexps where
5211 possible; no need to define inside a let-binding.
5212 (xml-parse-dtd): Use xml-pe-reference-re.
5213 (xml-entity-or-char-ref-re): New defconst.
5214 (xml-parse-string, xml-substitute-special): Use it.
5215
30eabd7a
SM
52162012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5217
0781098a
SM
5218 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5219 (find-file--read-only): New function.
5220 (find-file-read-only, find-file-read-only-other-window)
5221 (find-file-read-only-other-frame): Use it.
5222 (insert-file-contents-literally): Don't `fset'.
5223 (get-free-disk-space): Use locate-dominating-file.
5224
b5771c0d
SM
5225 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5226 function is already compiled.
5227
30eabd7a
SM
5228 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5229
b4886f6e
MA
52302012-07-03 Michael Albinus <michael.albinus@gmx.de>
5231
5232 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5233 files on the same host.
5234
b9d82339
AS
52352012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5236
5237 * help-fns.el (describe-function-1): Only call
5238 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5239
a76e6535
CY
52402012-07-03 Chong Yidong <cyd@gnu.org>
5241
5242 * xml.el: Protect parser against XML bombs.
5243 (xml-entity-expansion-limit): New variable.
5244 (xml-parse-string, xml-substitute-special): Use it.
5245 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5246
b544fef2
GM
52472012-07-03 Glenn Morris <rgm@gnu.org>
5248
5249 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5250 Allow linking to specific messages in debbugs reports (eg 123#5).
5251
a7aef6f5
CY
52522012-07-02 Chong Yidong <cyd@gnu.org>
5253
5254 * xml.el: Fix entity and character reference expansion, allowing
5255 them to expand into markup as per XML spec.
5256 (xml-default-ns): New variable.
5257 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
5258 (xml-parse-region): Make first two arguments optional.
5259 Discard text properties.
5260 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5261 All callers changed.
a7aef6f5
CY
5262 (xml-parse-tag): Call xml-parse-tag-1. For backward
5263 compatibility, this function should not modify buffer contents.
5264 (xml-parse-tag-1): Fix opening-tag regexp.
5265 (xml-parse-string): Rewrite, handling entity and character
5266 references properly.
5267 (xml--entity-replacement-text): Signal an error if a parameter
5268 entity is undefined.
5269
3df31c9f
SM
52702012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5271
2b5208f1
SM
5272 * comint.el (comint-output-filter): Filter out repeated prompts.
5273
3df31c9f
SM
5274 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5275 and file-name-absolute-p.
5276 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5277 internal calls.
5278
e3ac1281
PE
52792012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5280
5281 Spelling fixes.
5282 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5283 Rename from byte-compile--refiy-function. All uses changed.
5284
fbf2e7ad
CY
52852012-07-01 Chong Yidong <cyd@gnu.org>
5286
5287 * xml.el (xml--parse-buffer): New function. Move most of
5288 xml-parse-region here.
5289 (xml-parse-region): Copy region into a temporary buffer, since
5290 parameter entity substitution requires changing buffer contents.
5291 Use xml--parse-buffer.
5292 (xml-parse-file): Use xml--parse-buffer.
5293 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 5294 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 5295
9bf0aa15
GM
52962012-06-30 Glenn Morris <rgm@gnu.org>
5297
bbce2853
GM
5298 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5299
9bf0aa15
GM
5300 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5301 Remove outdated and unnecessary dbus declarations.
5302
0d23c240
EZ
53032012-06-30 Eli Zaretskii <eliz@gnu.org>
5304
5305 * emacs-lisp/timer.el (timer-until): Subtract results of
5306 float-time, instead of taking float-time of the result of
5307 time-subtract, since float-time signals an error for negative time
5308 arguments.
5309
b3218de1
CY
53102012-06-30 Chong Yidong <cyd@gnu.org>
5311
5312 * xml.el (xml-*-re): Convert defvars into defconsts, and
5313 eval-and-compile them so eval-and-compile works on derivatives.
5314 (xml--entity-replacement-text): Use eval-and-comple.
5315
a40c87a0
MA
53162012-06-30 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * vc/vc-git.el (vc-git-registered): Use cache property
5319 `git-registered'.
5320 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5321 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 5322 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 5323
ac87de97
DG
53242012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5325
5326 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 5327 removed (likely outside Emacs). (Bug#11757)
ac87de97 5328
ac10fe06
SM
53292012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5330
3df31c9f 5331 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 5332
7f3fbd5d
CY
53332012-06-30 Chong Yidong <cyd@gnu.org>
5334
5335 * xml.el: Implement XML parameter entities.
5336 (xml-parameter-entity-alist): New variable.
5337 (xml-parse-region, xml-parse-fragment): Preserve previous values
5338 of xml-entity-alist and xml-parameter-entity-alist, so that
5339 repeated calls on different documents do not change them.
5340 (xml-parse-tag): Fix doctype regexp.
5341 (xml--entity-replacement-text): New function.
5342 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5343 properly requires url retrieval which is unimplemented.
5344 (xml-escape-string): Doc fix.
5345
3cfbebba
SM
53462012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5349
2af3565e
DA
53502012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5351
5352 * fringe.el (fringe-mode): Doc fix.
5353
929df0e7
MA
53542012-06-29 Michael Albinus <michael.albinus@gmx.de>
5355
5356 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5357 is non-nil.
5358 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5359 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5360
c8d3a25c 53612012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 5362
c8d3a25c
GM
5363 * calendar/cal-dst.el (calendar-current-time-zone):
5364 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 5365
c8d3a25c 53662012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
5367
5368 * progmodes/which-func.el (which-func-format):
5369 Add mouse-face. (Bug#11698)
5370
c8d3a25c
GM
53712012-06-29 Leo Liu <sdl.web@gmail.com>
5372
5373 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5374
53752012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * minibuffer.el (minibuffer-confirm-exit-commands):
5378 Add completion-at-point (bug#11725).
5379
53802012-06-29 Glenn Morris <rgm@gnu.org>
5381
5382 * progmodes/f90.el (f90-font-lock-keywords-2):
5383 Add some preprocessor elements. (Bug#10499)
5384
53852012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5388 Use syntax-propertize (bug#11739).
5389
2badeec4
JB
53902012-06-28 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5393
ae4969c2
JD
53942012-06-28 Julien Danjou <julien@danjou.info>
5395
5396 * term.el (term-handle-colors-array): Use a set of new faces to
5397 color the terminal. Also uses :inverse-video property.
5398 (term-default-fg-color): Set to nil by default, deprecate in favor
5399 of `term-face'.
5400 (term-default-bg-color): Set to nil by default, deprecate in favor
5401 of `term-face'.
5402 (term-current-face): Use `term-face' by default.
5403 (term-bold-attribute): Variable deleted.
5404
1c9bd870
GM
54052012-06-28 Glenn Morris <rgm@gnu.org>
5406
5407 * simple.el (completion-list-mode-finish):
5408 Don't use toggle-read-only. (Since completion-list-mode has
5409 a special mode-class, it wasn't doing anything extra anyway.)
5410
c207708c
SM
54112012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 Make inlining of other-mode interpreted functions work (bug#11799).
5414 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5415 (byte-compile): Use it to fix compilation of lexical-binding closures.
5416 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5417 function, if needed.
5418
3fd56834
SM
54192012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5420
04901786
SM
5421 * help-mode.el (help-make-xrefs): Don't just withstand
5422 cyclic-variable-indirection but any error in documentation-property.
5423
1ec4b7b2
SM
5424 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5425 memory use.
5426 * bindings.el (bindings--define-key): New function.
5427 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5428 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5429 * bindings.el: Use it to purecopy define-key bindings.
5430
e309e2a5
SM
5431 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5432
d5c6faf9
SM
5433 * emacs-lisp/cl.el (flet): Mark obsolete.
5434 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5435 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5436 * progmodes/js.el (js-c-fill-paragraph):
5437 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5438 (ebrowse-switch-member-buffer-to-derived-class):
5439 * play/5x5.el (5x5-solver): Use cl-flet.
5440
6e9590e2
SM
5441 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5442 (cl--symbol-function): New macro.
5443 (cl--letf, cl--letf*): Use it.
5444
3fd56834
SM
5445 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5446 Strip "toggle-" if any.
5447
35ff222c
GM
54482012-06-27 Glenn Morris <rgm@gnu.org>
5449
1ba6038a
GM
5450 * info.el (Info-default-directory-list): Move here from paths.el.
5451 * paths.el: Remove file, which is now empty.
5452 * loadup.el: No longer load "paths".
5453
0ea0e51b
GM
5454 * custom.el (custom-initialize-delay): Doc fix.
5455
35ff222c
GM
5456 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5457 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5458 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5459 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5460 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5461 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5462 * eshell/eshell.el (eshell-defgroup): Remove alias.
5463
c89926a5
CY
54642012-06-27 Chong Yidong <cyd@gnu.org>
5465
5466 * help.el (help-enable-auto-load): New variable.
5467
5468 * help-fns.el (help-fns--autoloaded-p): New function.
5469 (describe-function-1): Refer to a function as "autoloaded" if it
5470 was autoloaded at any time in the past. Perform autoloading if
5471 help-enable-auto-load is non-nil.
5472
cc06e7e7
EZ
54732012-06-26 Eli Zaretskii <eliz@gnu.org>
5474
5475 * makefile.w32-in (compile, compile-always): Depend on
5476 update-subdirs, not on subdirs.el. Otherwise, several different
5477 sub-targets of 'bootstrap' running in parallel could
5478 simultaneously write to subdirs.el, producing a garbled file.
5479
d2c32364
SS
54802012-06-26 Sam Steingold <sds@gnu.org>
5481
5482 * files.el (file-name-base): New convenience function.
0d14cc21
GM
5483 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5484 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5485 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5486 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5487 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
5488 * textmodes/tex-mode.el: Use it.
5489 Did not touch cedet and org because they are maintained elsewhere.
5490
5cf983b2
MR
54912012-06-26 Martin Rudalics <rudalics@gmx.at>
5492
5493 * calendar/calendar.el (calendar-exit): Don't try to delete or
5494 iconify last frame. See:
5495 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5496
8c4f2952
JD
54972012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5498
5499 * server.el (server-process-filter): Remember dir in the
5500 process's `server-client-directory' properties.
5501
772b2e2c
CY
55022012-06-24 Chong Yidong <cyd@gnu.org>
5503
5504 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5505 non-tag text.
5506
711b11e1
JB
55072012-06-23 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5510
dc5d230c
SM
55112012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * help-fns.el (describe-variable): Don't croak when doc is not found.
5514 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5515 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5516 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5517 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5518 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5519 ((lambda ..) ..).
5520 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5521
136e1c1d
CY
55222012-06-23 Chong Yidong <cyd@gnu.org>
5523
e8c1cabf
CY
5524 * info.el (Info-mouse-follow-link): Accept symbol values of
5525 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
5526 (Info-fontify-node): Use Info-link-keymap for all navigation
5527 buttons, with link-args property to perform the desired action.
5528 (Info-link-keymap): Doc fix.
5529 (Info-next-link-keymap, Info-prev-link-keymap)
5530 (Info-up-link-keymap): Delete now-unused keymaps.
5531
0e9e6c6a
CY
55322012-06-23 Chong Yidong <cyd@gnu.org>
5533
05e89fea
CY
5534 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5535
0e9e6c6a
CY
5536 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5537 system abbrevs.
5538
5539 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5540
e33c6771
SM
55412012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5542
b68581e2
SM
5543 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5544 (bug#11719).
5545
e33c6771
SM
5546 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5547 the requote function doesn't work properly (bug#11714).
5548
7117e105
GM
55492012-06-23 Glenn Morris <rgm@gnu.org>
5550
5551 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5552
36cec983
SM
55532012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5554
5555 Further GV/CL cleanups.
5556 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5557 gv-expander.
5558 (gv--defun-declaration): New function.
5559 (defun-declarations-alist): Use it.
5560 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5561 (gv-place): Autoload.
5562 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5563 original definition of dotimes and dolist.
5564 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5565 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5566 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5567 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5568 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5569 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5570 to the function's definition.
5571 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5572 * window.el:
5573 * files.el:
5574 * faces.el:
5575 * env.el: Don't use CL.
5576
d35af63c
PE
55772012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5578
5579 Support higher-resolution time stamps (Bug#9000).
5580
5581 * calendar/time-date.el (with-decoded-time-value): New arg
5582 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5583 (encode-time-value): New optional arg PICO. New type 3.
5584 (time-to-seconds) [!float-time]: Support the new picoseconds
5585 component if it's used.
5586 (seconds-to-time, time-subtract, time-add):
5587 Support ps-resolution time stamps as well.
5588
5589 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5590 (timerp): Timer vectors now have length 9, not 8.
5591 (timer--time): Support new-style (4-part) time stamps.
5592 (timer-next-integral-multiple-of-time): Time stamps now have
5593 picosecond resolution, so take a bit more care about rounding.
5594 (timer-relative-time, timer-inc-time): New optional arg psecs.
5595 (timer-set-time-with-usecs): Set psecs to 0.
5596 (timer--activate): Check psecs component, too.
5597
5598 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5599
ac77b21a
SM
56002012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5601
f143bfe3
SM
5602 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5603 Move the non-essential binding to the post/pre-command-hook where it is
5604 more obviously correct.
5605
ac77b21a
SM
5606 * subr.el (read-passwd): Don't use a history at all.
5607 * savehist.el (savehist-save): Remove password saved accidentally
5608 because of the above bug.
5609
76386c5a
BG
56102012-06-22 Bastien Guerry <bzg@gnu.org>
5611
5612 * files.el (toggle-read-only): Display a message telling whether
5613 the buffer is read-only or not (bug#11726).
5614
2ee3d7f0
SM
56152012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * emacs-lisp/gv.el: New file.
5618 * subr.el (push, pop): Extend to generalized variables.
5619 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5620 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5621 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5622 gv-define-simple-setter, and gv-define-expander.
5623 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5624 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5625 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5626 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5627 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5628 gv-letplace.
5629 (cl-defstruct): Don't define setf-method any more.
5630 * emacs-lisp/cl.el (flet): Don't autoload.
5631 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5632 (define-setf-expander, defsetf, define-modify-macro)
5633 (cl-struct-setf-expander): Move from cl-lib.el.
5634 * emacs-lisp/syntax.el:
5635 * emacs-lisp/ewoc.el:
5636 * emacs-lisp/smie.el:
5637 * emacs-lisp/cconv.el:
5638 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5639 (timer--time): Use gv-define-simple-setter.
5640 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5641 to avoid coding-system problems in subr.el. Adjust all users.
5642 (macroexp--maxsize, macroexp-small-p): New functions.
5643 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5644 * scroll-bar.el (scroll-bar-mode):
5645 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5646 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5647 * winner.el (winner-configuration, winner-make-point-alist)
5648 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5649 * files.el (locate-file-completion-table): Avoid list*.
5650
c5695d1d
CY
56512012-06-22 Chong Yidong <cyd@gnu.org>
5652
5653 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5654 (dired-create-files): Doc fix (Bug#11329).
5655 (dired-do-copy): Doc fix (Bug#11334).
5656 (dired-mark-read-string): Doc fix (Bug#11553).
5657
2ee3d7f0
SM
5658 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5659 Doc fix (Bug#11326).
c5695d1d
CY
5660 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5661 (dired-dwim-target): Doc fix.
5662
5663 * wdired.el (wdired-mode): Doc fix.
5664
89b5595a
GM
56652012-06-22 Glenn Morris <rgm@gnu.org>
5666
575db3f1
GM
5667 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5668 (pcmpl-rpm-cache-stamp-file): New constant.
5669 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5670 (pcmpl-rpm-packages): Optionally cache list of packages.
5671
a4c8dd51
GM
5672 * pcmpl-rpm.el (pcmpl-rpm): New group.
5673 (pcmpl-rpm-query-options): New option.
5674 (pcmpl-rpm-packages): No need to inline it.
5675 Use pcmpl-rpm-query-options.
5676
89b5595a
GM
5677 * calendar/calendar.el (calendar-in-read-only-buffer):
5678 Avoid some needless mode changes.
5679
e76f0800
CY
56802012-06-21 Chong Yidong <cyd@gnu.org>
5681
5682 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5683 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 5684 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 5685
297a8f1d
CY
56862012-06-20 Chong Yidong <cyd@gnu.org>
5687
5688 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5689
d34c18b1
DR
56902012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5691
5692 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5693 (bug#11201).
5694
32f7f28e
CY
56952012-06-20 Chong Yidong <cyd@gnu.org>
5696
5697 * term.el (term-window-width): Handle the case of a missing right
5698 fringe (Bug#8837).
5699 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
5700 (term-mode): Use define-derived-mode. Minor cleanups.
5701 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
5702 (term-move-columns, term-insert-char, term-emulate-terminal)
5703 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 5704
493c6688
MA
57052012-06-20 Michael Albinus <michael.albinus@gmx.de>
5706
d34c18b1
DR
5707 * net/ange-ftp.el (ange-ftp-get-passwd):
5708 Bind `enable-recursive-minibuffers'.
493c6688
MA
5709 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5710
3f06ecf4
DR
57112012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5712
5713 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5714
68f12411
GM
57152012-06-19 Glenn Morris <rgm@gnu.org>
5716
5717 * progmodes/python.el (python-mode): Derive from prog-mode.
5718
b3820318
KG
57192012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5720
5721 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5722 (edt-user-menu-bar-update-buffers): New functions.
5723 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5724
c6bf3022
CY
57252012-06-19 Chong Yidong <cyd@gnu.org>
5726
5727 * subr.el (with-selected-window): Preserve the selected window's
5728 terminal's top-frame (Bug#4702).
5729
5730 * window.el (save-selected-window): Likewise.
5731
25f09295
SM
57322012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * progmodes/python.el (python-rx-constituents): Move backquote.
5735 (python-skeleton-define, python-define-auxiliary-skeleton):
5736 Use `declare'.
5737
6b11952a
MA
57382012-06-18 Michael Albinus <michael.albinus@gmx.de>
5739
5740 * minibuffer.el (read-file-name-default): Revert the patch from
5741 2012-06-17.
5742
ee4b1330
SM
57432012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5744
5745 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5746 (pcase--u1, pcase--q1): Don't use apply-partially.
5747
35647f79
GM
57482012-06-18 Glenn Morris <rgm@gnu.org>
5749
5750 * progmodes/python.el (python-proc, python-buffer)
5751 (python-send-receive, python-send-string): Fix obsolete versions.
5752
24b0cff0
MR
57532012-06-18 Martin Rudalics <rudalics@gmx.at>
5754
5755 * window.el (special-display-p): Completely remove stringp
5756 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5757
29855149
MA
57582012-06-17 Michael Albinus <michael.albinus@gmx.de>
5759
5760 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5761
5762 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5763
5764 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5765 * net/tramp-sh.el (tramp-maybe-open-connection):
5766 Throw if `non-essential' is non-nil.
5767
07463363
MR
57682012-06-17 Martin Rudalics <rudalics@gmx.at>
5769
5770 * window.el (special-display-p): Signal an error if BUFFER-NAME
5771 is not a string (Bug#11713).
5772
48d1354e
PE
57732012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5774
5775 * progmodes/python.el (python-info-beginning-of-backslash):
5776 Rename from python-info-beginning-of-backlash, as a spelling fix.
5777
eb4a8a9a
CY
57782012-06-17 Chong Yidong <cyd@gnu.org>
5779
5780 * term.el (term-emulate-terminal): If term-check-size is called,
5781 move point to the process mark without resetting point (Bug#4635).
5782
ddfbf826 57832012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
5784
5785 * international/mule-cmds.el (mule-menu-keymap)
5786 (set-language-environment, set-locale-environment): Doc tweaks.
5787
9b0e3eba
AA
57882012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5789
5790 * cus-face.el (custom-face-attributes): Add wave-style underline
5791 attribute.
5792 * faces.el (set-face-attribute): Update docstring to describe
5793 wave-style underline attribute.
5794
771e3eae
CY
57952012-06-16 Chong Yidong <cyd@gnu.org>
5796
5797 * term/xterm.el (terminal-init-xterm): Discard input before
5798 querying background mode (Bug#10959).
5799
7ae2ea10
SM
58002012-06-16 Stefan Merten <smerten@oekonux.de>
5801
5802 * textmodes/rst.el: Added and corrected some comments.
5803 (rst-re-alist-def): Improve symbol syntax.
5804 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
5805 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5806 (rst-official-version, rst-official-cvs-rev): Update version
5807 information.
7ae2ea10 5808
b6974efa
JB
58092012-06-15 Juanma Barranquero <lekktu@gmail.com>
5810
5811 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5812 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5813
8826d473
GM
58142012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5815
5816 * progmodes/python.el: New python.el merge.
5817 (python-guess-indent): Obsolete var.
5818 (python-indent-guess-indent-offset): New defcustom.
5819 (python-indent): Obsolete var.
5820 (python-indent-offset): New defcustom.
5821 (python-python-command, python-jython-command): Delete var.
5822 (python-shell-interpreter): New defcustom.
5823 (python-pdbtrack-do-tracking-p): Delete var.
5824 (python-pdbtrack-activate): New defcustom.
5825 (python-use-skeletons): Obsolete var.
5826 (python-skeleton-autoinsert): New defcustom.
5827 (inferior-python-filter-regexp, python-continuation-offset)
5828 (python-honour-comment-indentation, python-indent-string-contents)
5829 (python-jython-packages, python-mode-hook)
5830 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5831 (python-shell-prompt-alist)
5832 (python-source-modes): Delete defcustoms.
5833 (python-check-buffer-name, python-eldoc-setup-code)
5834 (python-eldoc-string-code, python-ffap-setup-code)
5835 (python-ffap-string-code, python-fill-comment-function)
5836 (python-fill-decorator-function, python-fill-paren-function)
5837 (python-fill-string-function, python-imenu-include-defun-type)
5838 (python-imenu-make-tree, python-imenu-subtree-root-label)
5839 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5840 (python-shell-compilation-regexp-alist)
5841 (python-shell-completion-module-string-code)
5842 (python-shell-completion-pdb-string-code)
5843 (python-shell-completion-setup-code)
5844 (python-shell-completion-string-code)
5845 (python-shell-enable-font-lock, python-shell-exec-path)
5846 (python-shell-extra-pythonpaths)
5847 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5848 (python-shell-process-environment)
5849 (python-shell-prompt-block-regexp)
5850 (python-shell-prompt-output-regexp)
5851 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5852 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5853 (python-shell-virtualenv-path): New defcustoms.
5854 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5855 (inferior-python-mode-syntax-table, python--prompt-regexp)
5856 (python-buffer, python-command python-python-command)
5857 (python-default-template, python-imports, python-indent-index)
5858 (python-indent-list, python-indent-list-length)
5859 (python-mode-running, python-pdbtrack-is-tracking-p)
5860 (python-preoutput-continuation, python-preoutput-leftover)
5861 (python-preoutput-result, python-preoutput-skip-next-prompt)
5862 (python-prev-dir/file, python-recursing)
5863 (python-saved-check-command, python-version-checked)
5864 (python-which-func-length-limit)
5865 (view-return-to-alist): Delete vars.
5866 (python-check-custom-command, python-dotty-syntax-table)
5867 (python-imenu-index-alist, python-indent-current-level)
5868 (python-indent-dedenters, python-indent-levels)
5869 (python-nav-beginning-of-defun-regexp)
5870 (python-nav-list-defun-positions-cache)
5871 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5872 (python-shell-internal-buffer)
5873 (python-skeleton-available): New vars.
5874 (def-python-skeleton): Delete macro.
5875 (python-skeleton-define): New macro.
5876 (python-define-auxiliary-skeleton, python-rx): New macros.
5877 (python-insert-class): Delete command.
5878 (python-skeleton-class): New command.
5879 (python-insert-def): Delete command.
5880 (python-skeleton-def): New command.
5881 (python-insert-for): Delete command.
5882 (python-skeleton-for): New command.
5883 (python-insert-if): Delete command.
5884 (python-skeleton-if): New command.
5885 (python-insert-try/except, python-insert-try/finally): Delete commands.
5886 (python-skeleton-try): New command.
5887 (python-insert-while): Delete command.
5888 (python-skeleton-while): New command.
5889 (python-backspace): Delete command.
5890 (python-indent-dedent-line-backspace): New command.
5891 (python-electric-colon): Delete command.
5892 (python-indent-electric-colon): New command.
5893 (python-guess-indent): Delete command.
5894 (python-indent-guess-indent-offset): New command.
5895 (python-shift-left): Delete command.
5896 (python-indent-shift-left): New command.
5897 (python-shift-right): Delete command.
5898 (python-indent-shift-right): New command.
5899 (python-find-function): Delete command.
5900 (python-nav-jump-to-defun): New command.
5901 (python-next-statement): Delete command.
5902 (python-nav-forward-sentence): New command.
5903 (python-previous-statement): Delete command.
5904 (python-nav-backward-sentence): New command.
5905 (python-fill-paragraph): Delete command.
5906 (python-fill-paragraph-function): New command.
5907 (python-send-buffer): Delete command.
5908 (python-shell-send-buffer): New command.
5909 (python-send-defun): Delete command.
5910 (python-shell-send-defun): New command.
5911 (python-send-region, python-send-region-and-go): Delete commands.
5912 (python-shell-send-region)
5913 (python-shell-switch-to-shell): New commands.
5914 (python-send-string): Delete command.
5915 (python-shell-send-string): New command.
5916 (python-switch-to-python): Delete command.
5917 (python-shell-switch-to-shell): New command.
5918 (python-describe-symbol): Delete command.
5919 (python-eldoc-at-point): New command.
5920 (python--set-prompt-regexp, python-args-to-list)
5921 (python-after-info-look, python-check-version)
5922 (python-check-comint-prompt, python-find-imports)
5923 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5924 (python-unload-function, python-expand-template)
5925 (python-maybe-jython, python-preoutput-filter)
5926 (python-pdbtrack-get-source-buffer)
5927 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5928 (python-pdbtrack-toggle-stack-tracking)
5929 (python-pdbtrack-track-stack-file, python-initial-text)
5930 (python-first-word, python-comment-line-p, python-send-command)
5931 (python-setup-brm, python-sentinel, python-set-proc)
5932 (python-skip-out, python-input-filter, python-outdent-p)
5933 (python-outline-level, python-backslash-continuation-line-p)
5934 (python-end-of-block, python-end-of-statement, python-mark-block)
5935 (python-beginning-of-block, python-beginning-of-statement)
5936 (python-blank-line-p, python-beginning-of-string)
5937 (python-open-block-statement-p): Delete functions.
5938 (python-indent-line, python-indent-line-1): Delete functions.
5939 (python-indent-line): New function.
5940 (python-indentation-levels): Delete function.
5941 (python-indent-calculate-levels): New function.
5942 (python-proc): Delete function.
5943 (python-shell-get-process): New function.
5944 (python-send-receive): Delete function.
5945 (python-shell-send-string-no-output): New function.
5946 (python-module-path): Delete function.
5947 (python-ffap-module-path): New function.
5948 (python-completion-at-point)
5949 (python-symbol-completions): Delete functions.
5950 (python-completion-complete-at-point): New function.
5951 (python-load-file): Delete function.
5952 (python-shell-send-file): New function.
5953 (python-calculate-indentation): Delete function.
5954 (python-indent-calculate-indentation): New function.
5955 (python-skip-comments/blanks): Delete function.
5956 (python-util-forward-comment): New function.
5957 (python-continuation-line-p): Delete function.
5958 (python-info-continuation-line-p): New function.
5959 (python-which-func, python-current-defun): Delete function.
5960 (python-info-current-defun): New function.
5961 (python-beginning-of-defun): Delete function.
5962 (python-nav-beginning-of-defun): New function.
5963 (python-close-block-statement-p)
5964 (python-block-end-p): Delete function.
5965 (python-info-closing-block): New function.
5966 (python-comint-output-filter-function)
5967 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5968 (python-fill-comment, python-fill-decorator, python-fill-paren)
5969 (python-fill-string, python-imenu-make-element-tree)
5970 (python-imenu-make-tree, python-imenu-tree-assoc)
5971 (python-indent-context, python-indent-dedent-line)
5972 (python-indent-line-function)
5973 (python-indent-post-self-insert-function)
5974 (python-indent-toggle-levels)
5975 (python-info-assignment-continuation-line-p)
5976 (python-info-beginning-of-backlash)
5977 (python-info-block-continuation-line-p)
5978 (python-info-closing-block-message)
5979 (python-info-line-ends-backslash-p)
5980 (python-info-looking-at-beginning-of-defun)
5981 (python-info-ppss-context, python-info-ppss-context-type)
5982 (python-nav-list-defun-positions, python-nav-read-defun)
5983 (python-nav-sentence-end, python-nav-sentence-start)
5984 (python-pdbtrack-comint-output-filter-function)
5985 (python-pdbtrack-set-tracked-buffer)
5986 (python-shell-calculate-exec-path)
5987 (python-shell-calculate-process-environment)
5988 (python-shell-completion--do-completion-at-point)
5989 (python-shell-completion--get-completions)
5990 (python-shell-completion-complete-at-point)
5991 (python-shell-completion-complete-or-indent)
5992 (python-shell-get-or-create-process)
5993 (python-shell-get-process-name)
5994 (python-shell-internal-get-or-create-process)
5995 (python-shell-internal-get-process-name)
5996 (python-shell-internal-send-string, python-shell-make-comint)
5997 (python-shell-parse-command, python-shell-send-setup-code)
5998 (python-skeleton-add-menu-items)
5999 (python-util-clone-local-variables, python-util-position)
6000 (run-python-internal, python-indentation-levels)
6001 (python-nav-beginning-of-defun)
6002 (python-completion-complete-at-point): New functions.
6003 (run-python): Change arguments. New API requirements.
6004
4302f5ba
SM
60052012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6006
f38ea36d
SM
6007 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6008 (bug#11649).
6009
6010 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6011 (macroexp--expand-all): Use it.
6012
4302f5ba
SM
6013 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6014 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6015 Use `cl-function' instead.
6016
33377562
JB
60172012-06-14 Juanma Barranquero <lekktu@gmail.com>
6018
6019 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6020 Suggested by Stefan Monnier while discussing bug#11657.
6021
54c5ba1a
SS
60222012-06-14 Sam Steingold <sds@gnu.org>
6023
6024 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6025
f9f1b1fe
AS
60262012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6027
6028 * play/doctor.el (doctor-doc): Remove parameter and use
6029 doctor-sent instead of sent.
6030 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6031
a81068ba
SM
60322012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6033
5a315f9c
SM
6034 * files.el: Require cl-lib.
6035 (file-name-non-special): Replace case -> cl-case.
6036
6037 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6038
a81068ba
SM
6039 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6040 mapping from #' to function*.
6041
8cca9703
CY
60422012-06-13 Chong Yidong <cyd@gnu.org>
6043
6044 * mouse.el (mouse-drag-track): Do not set the mark if the user
6045 releases the mouse without selecting anything (Bug#11588).
6046
a12ac9d7
SM
60472012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6048
ccf1dc18
SM
6049 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6050 as well (bug#11646).
6051
ef62b23d
SM
6052 * loadup.el: Count byte-code functions as well.
6053
c4c8444a
SM
6054 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6055 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6056
a12ac9d7
SM
6057 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6058 (bug#11649). Add cl-defun and cl-defmacro.
6059
87e6e64f
DA
60602012-06-13 Drew Adams <drew.adams@oracle.com>
6061
6062 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6063 Fix last change.
6064
682cefaf
MA
60652012-06-13 Michael Albinus <michael.albinus@gmx.de>
6066
6067 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6068 Otherwise, it blocks in batch mode.
6069
773e1f08
JB
60702012-06-13 Juanma Barranquero <lekktu@gmail.com>
6071
6072 * help-mode.el (bookmark-make-record-default): Declare.
6073
60057926
CY
60742012-06-13 Chong Yidong <cyd@gnu.org>
6075
6076 * emacs-lisp/package.el (list-packages): Compute a list of
6077 packages that are newly-available since the last list-packages
6078 invocation.
6079 (package-menu--new-package-list): New var.
6080 (package-menu--generate, package-menu--print-info)
6081 (package-menu--status-predicate, package-menu-mark-install):
6082 Handle new status label "new".
6083
ad4d226c
SM
60842012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6087 conversion to backquotes.
6088
f1a4e679
CY
60892012-06-12 Chong Yidong <cyd@gnu.org>
6090
6091 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6092 Rename from gud-inhibit-global-bindings.
6093
6094 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6095
6096 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6097 hook from nxml-glyph-set-hook.
6098
6099 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6100 declaration.
6101
6102 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6103
6104 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6105 Convert to defcustom.
6106
0c9e42b5
DA
61072012-06-12 Drew Adams <drew.adams@oracle.com>
6108
6109 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6110 New functions.
6111 (help-mode): Use them.
6112
09e06855
GM
61132012-06-11 Glenn Morris <rgm@gnu.org>
6114
6115 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6116 Use preprocessor face for directives.
6117 (fortran-directive-re): Doc fix.
6118
71adb94b
SM
61192012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6120
2eb87922
SM
6121 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6122 conversion to backquotes (bug#11652).
6123
71adb94b
SM
6124 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6125 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6126 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6127 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6128 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6129 (cl-ninth, cl-tenth): Mark them as inlinable.
6130 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6131 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6132 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6133 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6134 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6135 (cl-list*, cl-adjoin): Don't put an autoload manually.
6136 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6137 (cl--compiler-macro-list*): Add autoload cookie.
6138 (cl--compiler-macro-cXXr): New function.
2eb87922 6139
71adb94b
SM
6140 * help-fns.el (help-fns--compiler-macro): New function extracted from
6141 describe-function-1; follow aliases and use `compiler-macro' property.
6142 (describe-function-1): Use it.
6143
a6674402
CY
61442012-06-11 Chong Yidong <cyd@gnu.org>
6145
6146 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6147 is uninstalled, if imagemagick is installed.
6148
bb3faf5b
SM
61492012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * emacs-lisp/cl-lib.el: Use lexical-binding.
6152 (cl-map-extents, cl-maclisp-member): Remove.
6153 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6154 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6155 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6156 * emacs-lisp/cl-extra.el: Use lexical-binding.
6157 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6158 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6159 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6160 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6161 * emacs-lisp/cl-seq.el: Use lexical-binding.
6162 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6163 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6164 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6165 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6166 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6167 CL's internals.
6168
2fe4b125
MA
61692012-06-11 Michael Albinus <michael.albinus@gmx.de>
6170
6171 Sync with Tramp 2.2.6-pre.
6172
6173 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6174 `print-length' and `print-level' to nil, in order to avoid
6175 truncation. Reported by Christopher Schmidt
6176 <christopher@ristopher.com>.
6177
6178 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6179
6180 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6181 New defmacro.
6182 (tramp-compat-copy-directory): Add optional argument
6183 COPY-CONTENTS. It is not handled yet.
6184
6185 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6186 (tramp-ftp-file-name-p): Simplify.
6187
6188 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6189 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6190 connection vector.
6191
6192 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6193 (tramp-methods): Do not use `tramp-password-end-of-line'.
6194 (tramp-completion-function-alist-putty): Handle UNIX case.
6195 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6196 (tramp-do-file-attributes-with-stat)
6197 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6198 gid as real numbers. They could run out of integer range on cygwin.
6199 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6200 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
6201 (tramp-open-connection-setup-interactive-shell):
6202 Use `tramp-cleanup'. Move check for busyboxes ...
6203 (tramp-find-shell): ... here. Simplify implementation.
6204 Set "remote-shell" property also for alternative shells.
6205 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6206 If failing, a regular file would be written otherwise.
6207 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
6208 (tramp-find-inline-encoding): Cache the coding commands in the
6209 process cache. Apply test command on the remote side, if defined.
6210 (tramp-find-inline-compress): Cache the compress commands in the
6211 process cache.
6212 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6213 when requested. Handle hops.
6214 (tramp-current-connection): New defvar.
87e6e64f
DA
6215 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6216 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 6217 Handle user interrupt. (Bug#10187)
87e6e64f
DA
6218 (tramp-get-inline-compress, tramp-get-inline-coding):
6219 Read connection properties from the process cache.
2fe4b125
MA
6220
6221 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
6222 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6223 New defconsts.
2fe4b125
MA
6224 (tramp-smb-prompt): Extend for powershell prompt.
6225 (tramp-smb-file-name-handler-alist): Add handlers for
6226 `process-file', `shell-command' and `start-file-process'.
6227 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6228 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6229 (tramp-smb-file-name-p): Simplify.
6230 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6231 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6232 (tramp-smb-shell-quote-argument): New defuns.
6233 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6234 Implement using "tar". By this, time-stamps are preserved.
6235 (tramp-smb-handle-copy-file): Handle also the case of directories.
6236 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
6237 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6238 Use `tramp-get-connection-buffer').
2fe4b125
MA
6239 (tramp-smb-handle-rename-file): Use "rename", when source and
6240 target are on the same share.
87e6e64f
DA
6241 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6242 Use `tramp-smb-server-version'.
2fe4b125
MA
6243 (tramp-smb-wait-for-output): Remove prompt.
6244
6245 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
6246 (tramp-methods, tramp-rsh-end-of-line):
6247 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
6248 (tramp-save-ad-hoc-proxies): New defcustom.
6249 (tramp-completion-function-alist): Adapt docstring.
6250 (tramp-default-password-end-of-line): Remove defcustom.
6251 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6252 (tramp-user-regexp, tramp-file-name-regexp-unified)
6253 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6254 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6255 (tramp-remote-file-name-spec-regexp): New defconst.
6256 (tramp-file-name-structure): Extend structure for hops.
6257 (tramp-get-method-parameter): Move up.
6258 (tramp-file-name-p, tramp-dissect-file-name)
6259 (with-parsed-tramp-file-name): Handle hops.
6260 (tramp-file-name-hop): New defun.
6261 (tramp-make-tramp-file-name): New optional arg HOP.
6262 (tramp-message-show-progress-reporter-message): New defvar.
6263 (tramp-with-progress-reporter): Use it. We cannot use
6264 `tramp-message-show-message' here, because this suppresses also
6265 error buffers.
6266 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
6267 `tramp-message-show-message' is nil.
6268 Use `tramp-get-connection-buffer'.
2fe4b125
MA
6269 (tramp-cleanup): New defun.
6270 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6271 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6272 an error unchanged.
6273 (tramp-completion-handle-file-name-all-completions): Handle hops.
6274 Fix an error when called from ido.
6275 (tramp-completion-dissect-file-name): Use better local variable
6276 name. Add hop to the vector.
6277 (tramp-handle-insert-file-contents): Use progress-reporter for the
6278 whole scenario.
6279 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6280 to `t'.
6281 (tramp-check-for-regexp): Simplify search.
6282 (tramp-enter-password): Remove it. Move implementation ...
6283 (tramp-action-password): ... here.
6284 (tramp-mode-string-to-int, tramp-local-host-p)
6285 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
6286 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6287 Set tramp-autoload cookie.
2fe4b125
MA
6288
6289 * net/trampver.el: Update release number.
6290
62912012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6292 Michael Albinus <michael.albinus@gmx.de>
6293
6294 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6295 (tramp-parse-group, tramp-parse-file)
6296 (tramp-parse-shostkeys-sknownhosts): New defuns.
6297 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6298 (tramp-parse-shosts-group, tramp-parse-sconfig)
6299 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6300 (tramp-parse-sknownhosts, tramp-parse-hosts)
6301 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6302 Use them.
6303 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6304 (tramp-parse-putty-group): Don't narrow.
6305 (tramp-parse-putty): Make a loop.
6306 (tramp-file-name-handler): Catch the `suppress' signal.
6307
72834e10
CY
63082012-06-11 Chong Yidong <cyd@gnu.org>
6309
6310 * image.el (imagemagick-register-types): Put the ImageMagick entry
6311 at the end of image-type-file-name-regexps.
6312
a4712e11
JB
63132012-06-11 Johan Bockgård <bojohan@gnu.org>
6314
6315 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6316 (pcase, pcase-let*, pcase-dolist): Use them.
6317
82ad98e3
SM
63182012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * emacs-lisp/pcase.el (pcase--let*): New function.
6321 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6322 (pcase--expand): Use macroexp-let².
6323
f80efb86
SM
63242012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6327 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6328 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6329 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6330 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6331 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6332
31ca4639 63332012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 6334
31ca4639
CY
6335 * mail/rmail.el (rmail-yank-current-message): Leave point at
6336 correct position. (Bug#11660)
94f0aa34 6337
31ca4639 63382012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 6339
31ca4639 6340 * allout-widgets.el: Fix code header.
9e1b8ec4 6341
31ca4639 63422012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 6343
f80efb86
SM
6344 * cus-edit.el (customize-changed-options-previous-release):
6345 Bump to 24.1.
31ca4639 6346
642b6d30
AS
63472012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6348
6349 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6350
4f5d2ba1
CY
63512012-06-09 Chong Yidong <cyd@gnu.org>
6352
6353 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6354
e75852fd
MR
63552012-06-09 Martin Rudalics <rudalics@gmx.at>
6356
6357 * window.el (special-display-popup-frame): Don't use
6358 window--display-buffer (Bug#11651).
6359
1e48e282
EZ
63602012-06-09 Eli Zaretskii <eliz@gnu.org>
6361
8a26b487
EZ
6362 Fix parallel builds: make sure loaddefs.el is not being written
6363 while Lisp files are compiled.
6364 (compile): Don't depend on 'mh-autoloads'.
6365 (compile-CMD, compile-SH): Depend on 'autoloads'.
6366 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6367
1e48e282
EZ
6368 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6369
6175e34b
CY
63702012-06-09 Chong Yidong <cyd@gnu.org>
6371
6372 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6373 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6374 Doc fixes (Bug#11225).
6375
d9857e53
SM
63762012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6379 a function if there's a clear indication that it has a compiler-macro.
6380 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6381 (macro-declarations-alist): Add arglist to declaration functions.
6382 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6383 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6384 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6385 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6386 Also add autoload to find the compiler macro.
6387 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6388 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6389 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6390 (cl--compiler-macro-get): New functions, replacing calls to
6391 cl-define-compiler-macro.
6392 (cl-typep) [compiler-macro]: Use macroexp-let².
6393
f81298f8 63942012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
6395
6396 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6397 string properly, fixes Bug#11473.
6398
4b56d0fe
CY
63992012-06-08 Chong Yidong <cyd@gnu.org>
6400
6401 * faces.el (set-face-attribute): Doc fix.
6402 (modify-face): Don't use :bold and :italic.
6403 (error, warning, success): Tweak definitions.
6404
6405 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6406 (custom-modified, custom-set, custom-changed, custom-themed)
6407 (custom-saved, custom-button, custom-button-mouse)
6408 (custom-button-pressed, custom-state, custom-comment-tag)
6409 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6410 (custom-group-subtitle): Use new-style face specs.
6411 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6412 (custom-set-face, custom-changed-face, custom-saved-face)
6413 (custom-button-face, custom-button-pressed-face)
6414 (custom-documentation-face, custom-state-face)
6415 (custom-comment-face, custom-comment-tag-face)
6416 (custom-variable-tag-face, custom-variable-button-face)
6417 (custom-face-tag-face, custom-group-tag-face-1)
6418 (custom-group-tag-face): Remove obsolete face alias.
6419
6420 * epa.el (epa-validity-high, epa-validity-medium)
6421 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6422 (epa-field-name, epa-field-body):
6423 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6424 (font-lock-keyword-face, font-lock-builtin-face)
6425 (font-lock-function-name-face, font-lock-variable-name-face)
6426 (font-lock-type-face, font-lock-constant-face):
6427 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6428 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6429 * speedbar.el (speedbar-button-face, speedbar-file-face)
6430 (speedbar-directory-face, speedbar-tag-face)
6431 (speedbar-selected-face, speedbar-highlight-face)
6432 (speedbar-separator-face):
6433 * whitespace.el (whitespace-newline, whitespace-space)
6434 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6435 (whitespace-line, whitespace-space-before-tab)
6436 (whitespace-space-after-tab, whitespace-indentation)
6437 (whitespace-empty):
6438 * emulation/cua-base.el (cua-global-mark):
6439 * eshell/em-prompt.el (eshell-prompt):
6440 * net/newst-plainview.el (newsticker-new-item-face)
6441 (newsticker-old-item-face, newsticker-immortal-item-face)
6442 (newsticker-obsolete-item-face, newsticker-date-face)
6443 (newsticker-statistics-face, newsticker-default-face):
6444 * net/newst-reader.el (newsticker-feed-face)
6445 (newsticker-extra-face, newsticker-enclosure-face):
6446 * net/newst-treeview.el (newsticker-treeview-face)
6447 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6448 (newsticker-treeview-immortal-face)
6449 (newsticker-treeview-obsolete-face)
6450 (newsticker-treeview-selection-face):
6451 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6452 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6453 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6454 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6455 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6456 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6457 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6458 (mpuz-text):
6459 * progmodes/vera-mode.el (vera-font-lock-number)
6460 (vera-font-lock-function, vera-font-lock-interface):
6461 * textmodes/table.el (table-cell): Use new-style face specs, and
6462 don't use the old :bold and :italic attributes.
6463
6464 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6465 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6466 (ebrowse-member-class, ebrowse-progress): Likewise.
6467 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6468 (ebrowse-file-name-face, ebrowse-default-face)
6469 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6470 (ebrowse-progress-face): Remove obsolete faces.
6471
6472 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6473 Inherit from error and warning faces respectively.
6474
6475 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6476 Likewise.
f80efb86
SM
6477 (flyspell-incorrect-face, flyspell-duplicate-face):
6478 Remove obsolete aliases.
4b56d0fe 6479
03310646
MA
64802012-06-08 Michael Albinus <michael.albinus@gmx.de>
6481
6482 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6483 Avoid infloop.
6484
513749ee
SM
64852012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * startup.el (argv, argi): Make lexically scoped.
6488 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6489 * emacs-lisp/cl-macs.el: Use lexical-binding.
6490 Rename cl-bind-* to cl--bind-*.
6491 * files.el: Don't require `cl' since it doesn't use it.
6492 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6493
595ef4ad
JB
64942012-06-08 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6497 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6498 instead of calling external sort utility.
6499 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6500
e9f66fcb
EZ
65012012-06-08 Eli Zaretskii <eliz@gnu.org>
6502
6503 * descr-text.el (describe-char): Mention how to insert the
6504 character, if the current input method doesn't support it.
6505 See the discussion in this thread for the details:
6506 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6507
3d10db47
SS
65082012-06-08 Sam Steingold <sds@gnu.org>
6509
6510 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6511 XF86Back to previous-buffer.
6512 (minibuffer-local-map): Bind them to next-history-element and
6513 previous-history-element respectively.
6514 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6515 help-go-back respectively.
6516 * info.el (Info-mode-map): Bind them to Info-history-forward and
6517 Info-history-back respectively.
6518 These are the keys next to Up on the ThinkPad keyboard.
6519
de7e2b36
SM
65202012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6523 * emacs-lisp/cl-macs.el: Provide itself.
6524 (cl--labels-convert-cache): New var.
6525 (cl--labels-convert): New function.
6526 (cl-flet, cl-labels): New implementation with new semantics, relying on
6527 lexical-binding.
6528 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6529 (cl-closure-vars, cl--function-convert-cache)
6530 (cl--function-convert): Move from cl-macs.el.
6531 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6532 rename by removing the "cl-" prefix.
6533 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6534
6fa6c4ae
SM
65352012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6538 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6539 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6540 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6541 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6542 (cl-hash-table-count): Add old compatibility aliases.
6543
6544 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6545 Use macroexpand-all-environment instead.
6546 (cl--old-macroexpand): New var.
6547 (cl--sm-macroexpand): New function.
6548 (cl-symbol-macrolet): Use it during macro expansion.
6549 (cl--function-convert-cache): New var.
6550 (cl--function-convert): New function, extracted from
6551 cl-macroexpand-all.
6552 (cl-lexical-let): Use it.
6553
6554 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6555 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6556 (cl-member): Remove old alias.
6557
6558 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6559 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6560 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6561 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6562 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6563 (cl-macroexpand-cmacs): Remove var.
6564 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6565 Use macroexpand-all instead.
6566
4dd1c416
SM
65672012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6570 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6571 (macroexp-copyable-p): New functions and macros.
6572 * emacs-lisp/edebug.el (edebug-unwrap):
6573 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6574 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6575 (pcase--let*): Remove.
6576 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6577 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6578 macroexp-const-p instead.
6579 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6580
6581 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6582 instead of "cl-" for internal definitions. Use macroexp-const-p.
6583 (cl-old-bc-file-form): Remove var.
6584 (cl-const-exprs-p): Remove fun.
6585 (cl-labels, cl-macrolet): Use backquote.
6586 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6587 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6588 (cl-define-setf-expander): Rename from cl-define-setf-method.
6589 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6590
6591 * international/mule-cmds.el: Don't require CL.
6592 (view-hello-file): Don't use `letf'.
6593
ed8bd4d7
SM
65942012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6595
7287f2f3
SM
6596 * tmm.el (tmm-prompt): Use string-prefix-p.
6597 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6598 (tmm-add-prompt): Use minibuffer-completion-help.
6599 (tmm-delete-map): Remove.
6600
ed8bd4d7
SM
6601 * subr.el (kbd): Make it its own function.
6602
7b4cdbf4
SM
66032012-06-07 Stefan Merten <smerten@oekonux.de>
6604
6605 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6606 Silence compiler warnings. Fix versions.
ed8bd4d7 6607 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 6608 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 6609 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
6610 (rst-package-emacs-version-alist): Correct Emacs version to
6611 represent major merge with upstream.
ed8bd4d7 6612 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 6613
2b48d721
GM
66142012-06-06 Glenn Morris <rgm@gnu.org>
6615
6616 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6617 Only print environment variables if set.
6618
fa779ab0
SM
66192012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6622 (macroexp--cons): Rename from maybe-cons.
6623 (macroexp--accumulate): Rename from macroexp-accumulate.
6624 (macroexp--all-forms): Rename from macroexpand-all-forms.
6625 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6626 (macroexp--expand-all): Rename from macroexpand-all-1.
6627
628299e0
SS
66282012-06-06 Sam Steingold <sds@gnu.org>
6629
6630 * calendar/calendar.el (calendar-in-read-only-buffer):
6631 Call `special-mode' to enable the standard read-only keybindings.
6632
b7bb5838
SM
66332012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6636 with "loading" messages (bug#11635).
6637
dfb308ba
MA
66382012-06-06 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * files.el (enable-remote-dir-locals): New option.
6641 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6642
0372ee92
MA
6643 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6644 Ensure, that the temp directory is local.
6645
6646 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6647 `temporary-file-directory'.
6648
eed0bb91
MA
6649 * progmodes/python.el (python-send-region): Ensure, that the
6650 temporary file is created also in the remote case.
6651
7a58f64d
GM
66522012-06-06 Glenn Morris <rgm@gnu.org>
6653
f7dd4e98
GM
6654 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6655 (vc-rcs-update-changelog): Use it.
6656
090bd7cb 6657 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 6658
7a58f64d
GM
6659 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6660 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6661 (vc-sccs-diff): Replace use of the external vcdiff script.
6662
daed4003
GM
66632012-06-05 Glenn Morris <rgm@gnu.org>
6664
6665 * ledit.el: Move to obsolete/.
6666
48c455c7
SS
66672012-06-05 Sam Steingold <sds@gnu.org>
6668
ed9265fc 6669 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
6670 patch (Bug#11140).
6671
57a7d507
SM
66722012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6673
090bd7cb 6674 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 6675
53aacf21
SM
6676 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6677 compiler-macro expansion.
6678
57a7d507
SM
6679 Add native compiler-macro support.
6680 * emacs-lisp/macroexp.el (macroexpand-all-1):
6681 Support compiler-macros directly. Properly follow aliases and apply
6682 the compiler macros more thoroughly.
6683 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6684 macroexpand now properly follows aliases.
6685 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6686 (cl-compiler-macroexpand): Use new prop.
6687 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6688
6689 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6690
51a5f9d8
MR
66912012-06-05 Martin Rudalics <rudalics@gmx.at>
6692
6693 * window.el (get-lru-window, get-mru-window, get-largest-window):
6694 New argument NOT-SELECTED to avoid picking the selected window.
6695 (window--display-buffer-1, window--display-buffer-2): Replace by
6696 new function window--display-buffer
6697 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
6698 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6699 Use window--display-buffer.
51a5f9d8
MR
6700 (display-buffer-use-some-window): Remove temporary dedication
6701 hack by calling get-lru-window and get-largest-window with
6702 NOT-SELECTED argument non-nil. Call window--display-buffer.
6703
08f9f738
GM
67042012-06-05 Glenn Morris <rgm@gnu.org>
6705
6706 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6707 Replace external vcdiff script.
6708
e364a2b7
SM
67092012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6712
041df390
CY
67132012-06-04 Chong Yidong <cyd@gnu.org>
6714
e364a2b7
SM
6715 * image.el (imagemagick-types-inhibit): Revert last change.
6716 Add INFO and M.
47b36b94 6717 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 6718
7c1898a7
SM
67192012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * emacs-lisp/cl-lib.el: Rename from cl.el.
6722 * emacs-lisp/cl.el: New compatibility file.
6723 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6724 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6725 to obey the "cl-" prefix.
6726 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6727
0c3461de
GM
67282012-06-03 Glenn Morris <rgm@gnu.org>
6729
1e266c88
GM
6730 * emacs-lisp/authors.el (authors-aliases): Addition.
6731
0c3461de
GM
6732 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6733 Fix :version.
6734
d8a52e15
SM
67352012-06-03 Stefan Merten <smerten@oekonux.de>
6736
6737 * textmodes/rst.el: Add comments.
6738 (rst-transition, rst-adornment): New faces.
6739 (rst-adornment-faces-alist): Make default safe to reevaluate.
6740 Fixes
6741 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6742 Improve customization tags.
6743 (rst-define-level-faces): Clarify meaning.
6744
5205d6f6
CY
67452012-06-03 Chong Yidong <cyd@gnu.org>
6746
6747 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
6748 (compilation-mode-line-run, compilation-mode-line-exit):
6749 New faces.
5205d6f6
CY
6750 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6751
757ee657
JD
67522012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6753
7c1898a7
SM
6754 * progmodes/which-func.el (which-func-update-ediff-windows):
6755 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 6756
5f2c76c6
CY
67572012-06-03 Chong Yidong <cyd@gnu.org>
6758
6759 * bindings.el: Remove explicit help text from format-mode-line.
6760 It is now supplied by mode-line-default-help-echo.
6761 (mode-line-front-space, mode-line-end-spaces)
6762 (mode-line-misc-info): New variables.
6763 (mode-line-modes, mode-line-position): Move the default value to
6764 the variable definition.
6765 (mode-line-default-help-echo): New defcustom.
383f7350
CY
6766 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6767 (mode-line-modified-help-echo): New functions.
6768 (mode-line-mule-info, mode-line-modified): Use them.
6769 (mode-line-eol-desc, propertized-buffer-identification):
6770 Consistency fixes for help text.
cbe46e5f
CY
6771 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6772 set-buffer-file-coding-system (Bug#289).
6773 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 6774
f2d6a3df
SM
67752012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6776
6777 * simple.el (execute-extended-command): Set real-this-command
6778 (bug#11506).
6779
37269466
CY
67802012-06-02 Chong Yidong <cyd@gnu.org>
6781
6782 Remove incorrect uses of "modeline" in comments, docstrings, and
6783 function/variable names (Bug#10329).
6784
6785 * cus-edit.el (mode-line):
6786 * dframe.el (dframe-mouse-hscroll):
6787 * emacs-lisp/re-builder.el:
6788 * emacs-lisp/easy-mmode.el (define-minor-mode):
6789 * frame.el (set-frame-name):
6790 * help.el (lookup-minor-mode-from-indicator):
6791 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6792 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6793 (c-toggle-hungry-state):
6794 * progmodes/antlr-mode.el (antlr-language-alist):
6795 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6796 * progmodes/vhdl-mode.el (vhdl-mode):
6797 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6798 * term/ns-win.el (ns-face-at-pos):
6799 * term/sup-mouse.el (sup-mouse-report):
6800 * textmodes/flyspell.el (flyspell-mode-line-string):
6801 * textmodes/ispell.el (ispell-highlight-face):
6802 * textmodes/reftex-global.el:
6803 * vc/vc-arch.el (vc-arch-mode-line-string):
6804 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6805 * vc/vc-git.el (vc-git-mode-line-string):
6806 * vc/vc-hooks.el (vc-display-status)
6807 (vc-default-mode-line-string):
6808 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6809
6810 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6811
6812 * dired.el (dired-sort-set-mode-line): Rename from
6813 dired-sort-set-modeline. All callers changed.
6814
6815 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6816 eshell-status-in-modeline.
6817
6818 * foldout.el (foldout-mode-line-string): Rename from
6819 foldout-modeline-string. All callers changed.
6820 (foldout-update-mode-line): Rename from foldout-update-modeline.
6821
6822 * subr.el (redraw-modeline): Make into obsolete alias.
6823
6824 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6825 timeclock-modeline-display. Make old name an alias.
6826 (timeclock-update-mode-line): Likewise. All callers changed.
6827 (timeclock-mode-line-display): No need to check before using
6828 add-hook.
6829 (timeclock-relative, timeclock-day-over-hook)
6830 (timeclock-use-elapsed, timeclock-mode-string)
6831 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6832
6833 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6834 crisp-mode-modeline-string.
6835
6836 * play/solitaire.el (solitaire-build-mode-line): Rename from
6837 solitaire-build-modeline. All callers changed.
6838
6839 * play/zone.el (zone-hiding-mode-line): Rename from
6840 zone-hiding-modeline. All callers changed.
6841 (zone): Remove unusued `modeline-hidden-level' property.
6842
6843 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6844 xscheme-modeline-initialize. All callers changed.
6845
6846 * strokes.el (strokes-lighter): Rename from
6847 strokes-modeline-string.
6848
6849 * textmodes/sgml-mode.el (html-face-tag-alist)
6850 (html-tag-face-alist): Use mode-line face instead of obsolete
6851 alias modeline.
6852
42152ee4
SM
68532012-06-02 Stefan Merten <smerten@oekonux.de>
6854
6855 * textmodes/rst.el: Always require `cl'.
4cf9b38d 6856 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 6857
95f520b5
CY
68582012-06-02 Chong Yidong <cyd@gnu.org>
6859
6860 * image.el (imagemagick-enabled-types): Rename from
6861 imagemagick-types-enable. Add many more types.
6862 (imagemagick-types-inhibit): Change default to nil.
6863 (imagemagick-filter-types): Caller changed.
6864
4a5f187a
SM
68652012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6866
03fef3e6
SM
6867 * emacs-lisp/cl-macs.el: Use backquotes.
6868 (cl-transform-function-property): Use eval-and-compile rather than
6869 abusing `require'.
6870 (defstruct): Use declare-function instead of with-no-warnings.
6871
4a5f187a
SM
6872 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6873 (byte-compile-output-docform): Re-add the print-circle bindings.
6874 (byte-compile-fix-header): Use #$ just because it's shorter.
6875 (byte-compile-output-file-form): Remove defun/defmacro.
6876
bd56924f
MR
68772012-06-01 Martin Rudalics <rudalics@gmx.at>
6878
6879 * simple.el (choose-completion): Remove now obsolete binding for
6880 owindow.
6881
046e38ce
MA
68822012-06-01 Michael Albinus <michael.albinus@gmx.de>
6883
6884 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6885 in order to avoid "Stack overflow in regexp matcher".
6886
32d72c2f
GM
68872012-05-31 Glenn Morris <rgm@gnu.org>
6888
6889 * image.el: For clarity, call imagemagick-register-types at
6890 top-level, rather than relying on a custom :initialize.
6891 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
6892 (imagemagick-filter-types): New function. (Bug#7406)
6893 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
6894 If disabling support, remove elements altogether rather
6895 than using an impossible regexp.
6896 (imagemagick-types-inhibit): Give it the default init function.
6897
dd41169b
SM
68982012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6899
4a5f187a
SM
6900 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6901 Handle arbitrary file name lengths (Bug#11585).
dd41169b 6902
efc00ab1 69032012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
6904
6905 * desktop.el (desktop-read): Clear previous and next buffers for
6906 all windows and bury *Messages* buffer (bug#11556).
6907
500fcedc
SM
69082012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 Add `declare' for `defun'. Align `defmacro's with it.
6911 * emacs-lisp/easy-mmode.el (define-minor-mode)
6912 (define-globalized-minor-mode): Don't autoload the var definitions.
6913 * emacs-lisp/byte-run.el: Use lexical-binding.
6914 (defun-declarations-alist, macro-declarations-alist): New vars.
6915 (defmacro, defun): Use them.
6916 (make-obsolete, define-obsolete-function-alias)
6917 (make-obsolete-variable, define-obsolete-variable-alias):
6918 Use `declare'.
6919 (macro-declaration-function): Mark obsolete.
6920 * emacs-lisp/autoload.el: Use lexical-binding.
6921 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6922
6e8a1786
AM
69232012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6924
6925 * textmodes/ispell.el (ispell-with-no-warnings):
6926 Define as a macro.
500fcedc
SM
6927 (ispell-kill-ispell, ispell-change-dictionary):
6928 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
6929 `interactive-p'.
6930
61b108cc
SM
69312012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6934 (macro-declaration-function): Move var from C code.
6935 (macro-declaration-function): Define function with defalias.
6936 * emacs-lisp/macroexp.el (macroexpand-all-1):
6937 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6938 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6939 defun/defmacro any more.
6940 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6941 Provide fallback for unknown arglist.
6942 (byte-compile-arglist-warn): Change calling convention.
6943 (byte-compile-output-file-form): Move print-vars binding.
6944 (byte-compile-output-docform): Simplify accordingly.
6945 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6946 (byte-compile-defmacro-declaration): Remove.
6947 (byte-compile-file-form-defmumble): Generalize to defalias.
6948 (byte-compile-output-as-comment): Return byte-positions.
6949 Simplify callers accordingly.
6950 (byte-compile-lambda): Use `assert'.
6951 (byte-compile-defun, byte-compile-defmacro): Remove.
6952 (byte-compile-file-form-defalias):
6953 Use byte-compile-file-form-defmumble.
6954 (byte-compile-defalias-warn): Remove.
6955
6d3f7c2f
SM
69562012-05-29 Stefan Merten <smerten@oekonux.de>
6957
6958 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 6959 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
6960
6961 (rst-mode-abbrev-table): Merge definition.
6962 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6963 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6964
6dbaa1c7
UJ
69652012-05-29 Ulf Jasper <ulf.jasper@web.de>
6966
6967 * calendar/icalendar.el
6968 (icalendar-export-region): Export UID properly.
6969
d209e2fb 69702012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
6971 * calendar/icalendar.el (icalendar-import-format):
6972 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
6973 (icalendar-import-format-uid): New.
6974 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6975 Export UID.
6976
6876a58d
SM
69772012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6980 different alternative patterns.
6981 (pcase-codegen): Be more careful to preserve identity.
6982 (pcase--u1): Don't forget to mark vars as used.
6983
6984 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6985 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6986 (byte-compile-from-buffer): ...rather than here.
6987
6988 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6989 functions from byte-compile-function-environment.
6990
46b7967e
TN
69912012-05-29 Troels Nielsen <bn.troels@gmail.com>
6992
6993 * window.el (window-deletable-p): Avoid deleting the root window
6994 of a frame with an active minibuffer.
6995
69d565e2
MR
69962012-05-29 Martin Rudalics <rudalics@gmx.at>
6997
6998 * simple.el (choose-completion): Use quit-window (Bug#11567).
6999
a149fa51
CY
70002012-05-29 Chong Yidong <cyd@gnu.org>
7001
7002 * whitespace.el (whitespace-cleanup): Fix usage of
7003 whitespace-empty-at-bob-regexp (Bug#11492).
7004
2b311310
AH
70052012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7006
7007 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7008 revert (Bug#11488).
7009
b9cb2387
JL
70102012-05-29 Juri Linkov <juri@jurta.org>
7011
7012 * isearch.el (isearch-mode-map): Bind `M-s _' to
7013 `isearch-toggle-symbol'. Bind `M-s c' to
7014 `isearch-toggle-case-fold'.
7015 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7016 (isearch-forward): Add `M-s _' to the docstring.
7017 (isearch-forward-symbol, isearch-toggle-case-fold)
7018 (isearch-symbol-regexp): New functions. (Bug#11381)
7019
d5e61c1c
JL
70202012-05-29 Juri Linkov <juri@jurta.org>
7021
7022 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7023 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7024 a function, call it to get the regexp.
7025 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7026 property `isearch-message-prefix' instead of the string "word ".
7027 (isearch-search-fun-default): For the case of `isearch-word',
7028 return a lambda that calls re-search-forward/re-search-backward
7029 with a regexp returned by `word-search-regexp' or by the function
7030 in `isearch-word'.
7031
8cbd80f7
JL
70322012-05-29 Juri Linkov <juri@jurta.org>
7033
7034 * isearch.el (isearch-search-fun-default): New function.
7035 (isearch-search-fun): Move default part to the new function
7036 `isearch-search-fun-default'.
7037 (isearch-search-fun-function): Set the default value to
7038 `isearch-search-fun-default'. (Bug#11381)
7039
7040 * comint.el (comint-history-isearch-end):
7041 Use `isearch-search-fun-default'.
7042 (comint-history-isearch-search): Use `isearch-search-fun-default'
7043 and remove spacial case for `isearch-word'.
7044 (comint-history-isearch-wrap): Remove spacial case for
7045 `isearch-word'.
7046
7047 * hexl.el (hexl-isearch-search-function):
7048 Use `isearch-search-fun-default'.
7049
7050 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7051 Use `word-search-regexp' for `isearch-word'.
7052
7053 * misearch.el (multi-isearch-search-fun):
7054 Use `isearch-search-fun-default'.
7055
7056 * simple.el (minibuffer-history-isearch-search):
7057 Use `isearch-search-fun-default' and remove spacial case for
7058 `isearch-word'.
7059 (minibuffer-history-isearch-wrap): Remove spacial case for
7060 `isearch-word'.
7061
7062 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7063 Remove spacial case for `isearch-word'.
7064 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7065
85c8c5b6
AM
70662012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7067
7068 Decrease XEmacs incompatibilities.
7069 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7070 Use `string-match'.
7071 (flyspell-delete-region-overlays): Use alternative definition for
7072 XEmacs.
7073 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7074 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7075 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7076 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7077 `define-obsolete-face-alias' under XEmacs, but old method.
7078
7079 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7080 `with-no-warnings' definition or Emacs alias.
7081 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7082 (ispell-word): Do not use `region-p' if XEmacs.
7083
8cab9efc
AM
70842012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7085
7086 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7087 Check for `ispell-dictionary-base-alist' instead of full
7088 `ispell-dictionary-alist'.
7089 (ispell-init-process): Show spellchecker when starting new Ispell
7090 process.
7091
fda91268
RZ
70922012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7095 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7096
694ea8e3
JB
70972012-05-27 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * version.el (motif-version-string, gtk-version-string)
7100 (ns-version-string): Declare.
7101
e4d4f539
JL
71022012-05-27 Juri Linkov <juri@jurta.org>
7103
7104 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7105 after the `eval-defun-1' specialcaseing
7106 like in `edebug-eval-defun' (bug#10181).
7107
7108 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7109 like in `eval-defun-1'.
7110
33017faf 71112012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 7112
fda91268
RZ
7113 * mail/sendmail.el (mail-yank-region):
7114 Recognize rmail-yank-current-message in addition to insert-buffer.
7115 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
7116 a *mail* buffer created through rmail-start-mail with sendmail as
7117 mail-user-agent.
7118
33017faf
GM
71192012-05-27 Chong Yidong <cyd@gnu.org>
7120
7121 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7122 Default to 256 (Bug#11267).
7123
7124 * help.el (describe-mode): Doc fix.
7125
04188bb9
GM
71262012-05-26 Glenn Morris <rgm@gnu.org>
7127
38264cc9
GM
7128 * w32-fns.el (w32-init-info): Remove.
7129 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7130
eb7afdad
GM
7131 * info.el (info-initialize): For self-contained NS builds, put the
7132 included info/ directory at the front. (Bug#2791)
7133
04188bb9
GM
7134 * paths.el (Info-default-directory-list): Make it a defcustom,
7135 mainly so that we can use custom-initialize-delay.
7136
a179e3f7
SM
71372012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7138
43416392
SM
7139 * subr.el (buffer-has-markers-at): Mark obsolete.
7140
a179e3f7 7141 * subr.el (lambda): Use declare.
43416392 7142
a179e3f7
SM
7143 * emacs-lisp/lisp-mode.el (lambda):
7144 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7145
34a008d9
AH
71462012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7147
7148 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7149
0a3b289f
GM
71502012-05-26 Glenn Morris <rgm@gnu.org>
7151
7152 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7153
758c81e8
GM
71542012-05-25 Glenn Morris <rgm@gnu.org>
7155
f9f334f0
GM
7156 * paths.el: Remove no-byte-compile.
7157 * loadup.el: No need to load paths.el uncompiled.
7158
87eb79c2
GM
7159 * image.el (imagemagick-types-inhibit): Doc fix.
7160
758c81e8
GM
7161 * version.el: Remove no-byte-compile and associated formatting.
7162 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7163 is ancient code from when there was an "inc-vers.el".
7164
e7e85dc0
SM
71652012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * progmodes/gdb-mi.el: Minor style changes.
7168 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7169 Turn into minor modes.
7170 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7171 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7172 (gdb-shell): Remove unneeded let-binding.
7173 (gdb-get-many-fields): Eliminate O(n²) behavior.
7174
f31237a4
EZ
71752012-05-25 Eli Zaretskii <eliz@gnu.org>
7176
7177 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7178 platforms that don't link in fontset.c.
7179
bc1b21bb
JL
71802012-05-25 Juri Linkov <juri@jurta.org>
7181
7182 Use the same diff color scheme as in modern VCSes (bug#10181).
7183
7184 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7185 to avoid confusion with `diff-added' that now uses green colors.
7186 (diff-removed): Use shades of red.
7187 (diff-added): Use shades of green.
7188 (diff-changed): Leave just the yellow color.
7189 (diff-use-changed-face): New variable.
7190 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7191 how to highlight context diff changes.
7192 (diff-refine-change): Use shades of yellow.
7193 (diff-refine-removed): New face that uses shades of red.
7194 (diff-refine-added): New face that uses shades of green.
7195 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7196 `diff-refine-removed' in the call to `smerge-refine-subst'
7197 depending on the value of `diff-use-changed-face'.
7198
7199 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7200 (smerge-other): Use shades of green.
7201 (smerge-base): Use shades of yellow.
7202 (smerge-refined-change): Empty face.
7203 (smerge-refined-removed): New face that uses shades of red.
7204 (smerge-refined-added): New face that uses shades of green.
7205 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7206 args `props-r' and `props-a', and use them. Doc fix.
7207 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7208 on its value use different faces `smerge-refined-change',
7209 `smerge-refined-removed', `smerge-refined-added' in the call to
7210 `smerge-refine-subst'.
7211
7212 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7213 Add face condition `min-colors 88' with shades of red.
7214 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7215 `min-colors 88' with shades of green.
7216 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7217 `min-colors 88' with shades of yellow.
7218
6df9112c
GM
72192012-05-24 Glenn Morris <rgm@gnu.org>
7220
ead5edc0
GM
7221 * paths.el (prune-directory-list, remote-shell-program): Move to...
7222 * files.el (prune-directory-list, remote-shell-program): ...here.
7223 For the latter, delay initialization, prefer ssh, just search PATH.
7224
f18b81e6
GM
7225 * paths.el (term-file-prefix): Move to faces.el (the only user).
7226 * faces.el (term-file-prefix): Move here, make it a defcustom.
7227
ee2f89a6
GM
7228 * paths.el (news-directory, news-path, news-inews-program):
7229 Move to gnus/nnspool.el.
61a583ca 7230
f8815e4c
GM
7231 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7232
c8f3b42c
GM
7233 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7234 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7235 Make the latter a defcustom, with a delayed initialization.
7236
6df9112c
GM
7237 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7238 These were deleted from Gnus itself late 2010.
7239
5dadff36
JB
72402012-05-22 Juanma Barranquero <lekktu@gmail.com>
7241
9e1701c6
JB
7242 * progmodes/which-func.el (which-func-ff-hook):
7243 Check against user-error, not error.
7244
bd7239f5 7245 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
7246 cl-specs.el, which no longer exists.
7247
3290526d
GM
72482012-05-22 Glenn Morris <rgm@gnu.org>
7249
7250 * info.el (info-emacs-bug): New command.
7251 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7252 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7253
ff0c3cfb
GM
72542012-05-21 Glenn Morris <rgm@gnu.org>
7255
7256 * makefile.w32-in (update-subdirs-SH):
7257 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7258
5814f126
SM
72592012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7260
a52c0aa0
SM
7261 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7262
5814f126
SM
7263 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7264 Simplify Maven regexp, and make sure the file can't start with a space
7265 (bug#11517).
7266
b847032c
GM
72672012-05-21 Glenn Morris <rgm@gnu.org>
7268
7269 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7270 Scrap superfluous subshells.
7271
3858bfe7
SM
72722012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7275 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7276
d14b0029
JB
72772012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7278
7279 * calc/calc.el (calc-ensure-consistent-units): New variable.
7280
a52c0aa0
SM
7281 * calc/calc-units.el (math-consistent-units-p)
7282 (math-check-unit-consistency): New functions.
7283 (calc-quick-units, calc-convert-units):
7284 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7285 is non-nil.
d14b0029
JB
7286 (calc-extract-units): Fix typo.
7287
60c4db3a
SM
72882012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7289
77f3b62e
SM
7290 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7291
60c4db3a
SM
7292 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7293 (flyspell-default-deplacement-commands): Don't spell check after
7294 repeated window/frame switches (e.g. triggered by mouse-movement).
7295 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7296 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7297 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7298 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7299 Remove unused vars.
7300 (flyspell-get-casechars, flyspell-get-not-casechars):
7301 Simplify; Don't bother removing a ] just to add it back.
7302 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7303
d209e2fb 73042012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
7305
7306 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7307 New functions.
bd7239f5 7308 (math-function-table): Add support for more C functions.
b1a10716 7309
3f1b25b5
AM
73102012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7311
090bd7cb
JB
7312 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7313 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7314 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 7315
b581bb5c
SM
73162012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7317
7318 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7319 their respective macro declarations.
7320 * skeleton.el (define-skeleton):
7321 * progmodes/compile.el (define-compilation-mode):
7322 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7323 (define-ibuffer-filter):
7324 * emacs-lisp/generic.el (define-generic-mode):
7325 * emacs-lisp/easy-mmode.el (define-minor-mode)
7326 (define-globalized-minor-mode):
7327 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7328 * emacs-lisp/byte-run.el (defsubst):
7329 * custom.el (deftheme): Add doc-string metadata.
7330
70b8ef8f
SM
73312012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7334
b1198e17
SM
73352012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7336
9abdc45d
SM
7337 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7338
b1198e17
SM
7339 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7340 * emacs-lisp/cl-macs.el: Idem.
7341 * emacs-lisp/cl-specs.el: Remove.
7342
4735906a
SM
73432012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 Minor renaming of internal CL functions and variables.
7346 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7347 (cl--position): Rename from cl-position.
7348 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7349 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7350 (cl--random-state): Rename from *random-state*.
7351
ac348012
SM
73522012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7355 parens around the arg list (bug#11499).
7356
a0a79cde
JL
73572012-05-17 Juri Linkov <juri@jurta.org>
7358
7359 * isearch.el (word-search-regexp, word-search-backward)
7360 (word-search-forward, word-search-backward-lax)
7361 (word-search-forward-lax): Move functions from search.c
7362 (bug#10145, bug#11381).
7363
65034a51
AM
73642012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7365
090bd7cb
JB
7366 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7367 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7368 Delay for otherchars as for normal word components.
65034a51 7369
1a72a195
SM
73702012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * minibuffer.el (completion--sifn-requote): Fix last change.
7373 (minibuffer-local-must-match-filename-map):
7374 Move define-obsolete-variable-alias before its var.
7375
fdb058c2
SM
73762012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7377
c41045e6
SM
7378 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7379
036dfb8b
SM
7380 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7381 behavior.
7382 (completion--string-equal-p): New function.
7383 (completion--twq-all): Use it to get better assertion failure data.
7384
2473256d
SM
7385 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7386 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7387 (shell--requote-argument): New functions.
7388 (shell-completion-vars): Use them.
7389 (shell--parse-pcomplete-arguments): Rename from
7390 shell-parse-pcomplete-arguments.
7391 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7392 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7393 Obey comint-file-name-quote-list.
7394
fdb058c2
SM
7395 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7396 (smie-indent-keyword): Use it.
7397
51fa99f1
SM
73982012-05-14 Stefan Merten <smerten@oekonux.de>
7399
7400 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7401
e18afed7 74022012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
7403
7404 * net/rlogin.el (rlogin-mode-map): Fix last change.
7405
e18afed7 74062012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
7407
7408 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7409 the following \r\n using a single `process-send-string', since the
7410 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 7411 with two `process-send-string's (Bug#11444).
8633b1f4 7412
e18afed7 74132012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 7414
fdb058c2
SM
7415 * shell.el (shell-parse-pcomplete-arguments):
7416 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 7417
2d21d7f6
WJ
74182012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7419
e18afed7 7420 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
7421 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7422 (image-transform-width, image-transform-fit-width): New functions.
7423 (image-transform-properties): Use them.
7424 (image-transform-check-size): New function.
7425 (image-toggle-display-image): Use it (for testing).
7426 (image-transform-set-rotation): Reduce angle mod 360.
7427 Delete obsolete comment.
7428
7102e6d0
WJ
74292012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7430
7431 * image-mode.el: Fix scaling (bug#11399).
7432 (image-transform-resize): Doc fix.
7433 (image-transform-properties): Default scale is 1 and height should
7434 be an integer.
7435
06bc5e6e
SM
74362012-05-13 Johan Bockgård <bojohan@gnu.org>
7437
7438 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7439 than hard-coding `car', to fix misbehavior when moving forward.
7440
0ae03b6a
CY
74412012-05-13 Chong Yidong <cyd@gnu.org>
7442
7443 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7444 (tabulated-list-entries, tabulated-list-padding)
7445 (tabulated-list-sort-key): Make permanent-local.
7446
7447 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7448 (electric-buffer-list): Put electric buffer menu
7449 command descriptions in this docstring, instead of the docstring
7450 of electric-buffer-menu-mode. Code cleanups.
7451 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7452 Electric-buffer-menu-mode.
7453 (electric-buffer-update-highlight): Minor code cleanup.
7454
205a7391
MA
74552012-05-13 Michael Albinus <michael.albinus@gmx.de>
7456
7457 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7458 (Bug#11447)
7459
e5bd0a28
SM
74602012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 Move define-obsolete-variable-alias before the var's definition.
7463 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7464 * tooltip.el (tooltip-hook):
7465 * textmodes/reftex-toc.el (reftex-toc-map):
7466 * textmodes/reftex-sel.el (reftex-select-label-map)
7467 (reftex-select-bib-map):
7468 * textmodes/reftex-index.el (reftex-index-map)
7469 (reftex-index-phrases-map):
7470 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7471 * progmodes/meta-mode.el (meta-mode-map):
7472 * novice.el (disabled-command-hook):
7473 * loadhist.el (unload-hook-features-list):
7474 * frame.el (blink-cursor):
7475 * files.el (find-file-not-found-hooks, write-file-hooks)
7476 (write-contents-hooks):
7477 * emulation/tpu-edt.el (GOLD-map):
7478 * emacs-lock.el (emacs-lock-from-exiting):
7479 * emacs-lisp/generic.el (generic-font-lock-defaults):
7480 * emacs-lisp/chart.el (chart-map):
7481 * dos-fns.el (register-name-alist):
7482 * dired-x.el (dired-omit-files-p):
7483 * desktop.el (desktop-enable):
7484 * cus-edit.el (custom-mode-hook):
7485 * buff-menu.el (buffer-menu-mode-hook):
7486 * bookmark.el (bookmark-read-annotation-text-func)
7487 (bookmark-exit-hooks):
7488 * allout.el (allout-mode-deactivate-hook)
7489 (allout-exposure-change-hook, allout-structure-added-hook)
7490 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7491 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7492 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7493 comes before the corresponding variable's definition.
7494
ac59c2f6
CY
74952012-05-12 Chong Yidong <cyd@gnu.org>
7496
7497 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
7498 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7499 (Buffer-menu-mode-map): Bind it.
7500 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 7501
dee6c9a3
SM
75022012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7503
2171cea5
SM
7504 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7505 (prolog-upper-case-string, prolog-lower-case-string)
7506 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7507 (prolog-use-smie, prolog-smie-grammar): New vars.
7508 (prolog-smie-forward-token, prolog-smie-backward-token)
7509 (prolog-smie-rules): New funs.
7510 (prolog-comment-indent): Remove.
7511 (prolog-mode-variables): Use default comment indentation instead.
7512 Setup SMIE.
7513 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7514 (prolog-mode): Don't call them any more.
7515 (prolog-electric-colon, prolog-electric-dash)
7516 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7517
aa0382bd
SM
7518 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7519
dbacb4bd
SM
7520 * minibuffer.el (completion--twq-all): Again, allow case differences.
7521
13bdd94c
SM
7522 * term.el: Move keymap initialization code to be more idiomatic.
7523 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7524 (term-terminal-menu): Move initialization into declaration.
7525 (term-escape-char): Let the user set it in her .emacs.
7526
ff46c759
SM
7527 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7528 Provide SMIE-based indentation (not enabled by default yet).
7529 (sh-mode-map): Don't bind electric keys.
7530 Use electric-pair-mode instead of skeleton-pair.
7531 (sh-assignment-regexp): Fit within 80 columns.
7532 (sh-indent-supported): Specify actual shell name instead of boolean.
7533 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7534 (sh-maybe-here-document): Use it. Make obsolete.
7535 (sh-electric-here-document-mode) New minor mode.
7536 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7537 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7538 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7539 (sh-smie-rc-grammar, sh-use-smie): New vars.
7540 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7541 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7542 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7543 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7544 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7545 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7546 (sh-set-shell): Use smie-setup if requested.
7547
dee6c9a3
SM
7548 * term.el (term-set-escape-char): Properly set term-escape-char.
7549 See http://stackoverflow.com/questions/10524656.
7550
9f9aa044
CY
75512012-05-10 Chong Yidong <cyd@gnu.org>
7552
7553 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7554 Use url-generic-parse-url, and handle host names and Windows
7555 filenames properly.
7556 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7557 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7558 URL schemes to work on.
7559 (ffap--toggle-read-only): New function.
7560 (ffap-read-only, ffap-read-only-other-window)
7561 (ffap-read-only-other-frame): Use it.
7562 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7563 necessary for ffap-url-unwrap-remote.
7564
836d29b3
DA
75652012-05-10 Dave Abrahams <dave@boostpro.com>
7566
7567 * cus-start.el (create-lockfiles): Add it.
7568
00fd78ed
CY
75692012-05-09 Chong Yidong <cyd@gnu.org>
7570
7571 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7572 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7573
666b903b 75742012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
7575
7576 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7577
666b903b 75782012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
7579
7580 * ansi-color.el (ansi-color-process-output): Check for validity of
7581 comint-last-output-start before using it. This avoids a bad
7582 interaction with gdb-mi's input/output buffer.
7583
666b903b 75842012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
7585
7586 * files.el (dir-locals-read-from-file):
7587 Mention dir-locals in any error message.
7588
666b903b 75892012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
7590
7591 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7592 package (Bug#11410).
7593
f677562b
CY
7594 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7595 variables into description.
7596
666b903b 75972012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
7598
7599 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7600 shell-delimiter-argument-list (bug#11348).
7601 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7602
b499d8d0
JB
76032012-05-09 Juanma Barranquero <lekktu@gmail.com>
7604
8f6b6da8
JB
7605 * textmodes/rst.el: Silence byte-compiler warnings.
7606 (rst-re-alist, rst-reset-section-caches): Move around.
7607 (rst-re): Use `characterp', not `char-valid-p'.
7608 (font-lock-beg, font-lock-end): Declare.
7609
4824146a
JB
7610 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7611 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7612
b499d8d0
JB
7613 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7614
ad89bb83
GM
76152012-05-08 Glenn Morris <rgm@gnu.org>
7616
7617 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7618
8bba5a75
SM
76192012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7620
49ed9c8e
SM
7621 * vc/log-edit.el: Add GNU coding standards highlighting.
7622 (log-edit-font-lock-gnu-style)
7623 (log-edit-font-lock-gnu-keywords): New vars.
7624 (log-edit-font-lock-keywords): New fun.
7625 (log-edit-mode): Don't fold case in font-lock.
7626 (log-edit-font-lock-keywords): Do not assume case-folding.
7627
07d00b56
SM
7628 * imenu.el: Misc cleanup. Make docstrings out of comments.
7629 Use lexical-binding.
7630 (imenu--index-alist, imenu--last-menubar-index-alist)
7631 (imenu-menubar-modified-tick): Use defvar-local.
7632 (imenu--split-menu): Remove unused var.
7633 (imenu--cleanup-seen): Declare as global.
7634 (imenu--cleanup): Use dolist.
7635
8bba5a75
SM
7636 * subr.el (defvar-local): Add debug spec and doc-string position.
7637
5075bdb5
GM
76382012-05-08 Glenn Morris <rgm@gnu.org>
7639
090bd7cb 7640 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
7641 * language/english.el, language/georgian.el, language/greek.el:
7642 * language/japanese.el, language/khmer.el, language/korean.el:
7643 * language/lao.el, language/misc-lang.el, language/romanian.el:
7644 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7645 * language/thai.el, language/utf-8-lang.el:
7646 Remove no-byte-compile setting.
7647
5075bdb5
GM
7648 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7649
06f679a7
AH
76502012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7651
7652 * progmodes/make-mode.el (makefile-browse):
7653 Remove unnecessary interactive. (Bug#11324)
7654
03794570
GM
76552012-05-07 Glenn Morris <rgm@gnu.org>
7656
af8630f4
GM
7657 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7658
03794570
GM
7659 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7660
f0809a9d
SM
76612012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7662
28be5ce7
SM
7663 * loadup.el: Preload newcomment.el.
7664 * newcomment.el: Move autoload-only code to toplevel.
7665
f0809a9d
SM
7666 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7667 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7668 Handle new :right-align column property.
7669 (tabulated-list-print-col): Idem, plus use `display' text-property to
7670 try and preserve alignment for variable pitch fonts.
7671
1241b724
CY
76722012-05-07 Chong Yidong <cyd@gnu.org>
7673
7674 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7675 (tabulated-list-use-header-line): New var.
7676 (tabulated-list-init-header): Use it.
7677 (tabulated-list-print-fake-header): New function.
7678 (tabulated-list-print): Use it.
7679 (tabulated-list-sort-button-map): Add non-header-line commands.
7680 (tabulated-list-init-header): Add column name property to basic
7681 labels as well.
7682 (tabulated-list-col-sort): Handle non-header-line button case.
7683 (tabulated-list--sort-by-column-name): Fix a corner case.
7684
f0809a9d
SM
7685 * buff-menu.el (list-buffers--refresh):
7686 Handle Buffer-menu-use-header-line.
1241b724 7687
e5f9458f
CY
76882012-05-06 Chong Yidong <cyd@gnu.org>
7689
7690 * buff-menu.el: Convert to Tabulated List mode.
7691 (Buffer-menu-buffer+size-width): Make obsolete.
7692 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7693 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7694 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7695 documentation into docstring of buffer-menu.
7696 (Buffer-menu-toggle-files-only): Add an informative message.
7697 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7698 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7699 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7700 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7701 (Buffer-menu-execute, Buffer-menu-select)
7702 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7703 (Buffer-menu-bury): Use Tabulated List machinery.
7704 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7705 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 7706 Delete.
e5f9458f
CY
7707 (list-buffers--refresh): New function.
7708 (list-buffers-noselect): Use it.
7709 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7710 (Buffer-menu--pretty-file-name): New helper functions.
7711
7712 * loadup.el: Preload tabulated-list.
7713
7714 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7715 tabulated-list-sort-column.
7716 (tabulated-list-init-header): Add the initial aligning space even
7717 if tabulated-list-padding is zero.
7718
e129292c
CS
77192012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7720
7721 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7722 whose cdr is not a cons cell correctly (bug#11038).
7723
6632d361
CY
77242012-05-06 Chong Yidong <cyd@gnu.org>
7725
e129292c
CS
7726 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7727 Accept additional plist in column descriptors.
6632d361
CY
7728 (tabulated-list-init-header): Obey it.
7729 (tabulated-list-get-entry): New function.
7730 (tabulated-list-put-tag): Use it. Use string-width instead of
7731 length.
7732 (tabulated-list--column-number): New function.
7733 (tabulated-list-print): Use it.
e129292c
CS
7734 (tabulated-list-print-col): New function.
7735 Set `tabulated-list-column-name' property on each column's text.
6632d361 7736 (tabulated-list-print-entry): Use it.
e129292c
CS
7737 (tabulated-list-delete-entry, tabulated-list-set-col):
7738 New functions.
6632d361
CY
7739 (tabulated-list-sort-column): New command (Bug#11337).
7740
3cc99f68
CY
7741 * buff-menu.el (list-buffers): Move C-x C-b binding from
7742 buff-menu.el to bindings.el.
7743
7744 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7745 :advertised-binding feature.
7746
52b61776
TN
77472012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7748
7749 * progmodes/compile.el (compilation-internal-error-properties):
7750 Calculate start position correctly when end-col is set but
7751 end-line is not (Bug#11382).
7752
ebfe2597
WJ
77532012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7754
7755 * man.el (Man-unindent): Use text-property-default-nonsticky to
7756 prevent untabify from inheriting face properties (Bug#11408).
7757
6d3f7c2f
SM
77582012-05-05 Stefan Merten <smerten@oekonux.de>
7759
7760 * textmodes/rst.el: Major merge with upstream development up to
7761 Docutils SVN r7399 / rst.el V1.2.1.
7762
7763 Clarify maintainership and authors.
7764
7765 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7766 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7767 (rst-official-version, rst-official-cvs-rev, rst-version)
7768 (rst-package-emacs-version-alist): New functions and variables
7769 for version information.
7770
7771 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7772 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7773 (rst-mode-syntax-table, rst-mode): New and corrected functions
7774 and variables representing reStructuredText features.
7775
7776 (rst-re): New function for reStructuredText regexes. Use in
7777 many places.
7778
7779 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7780 (rst-mode-map): Rebind keys.
7781
7782 (rst-mode-lazy, rst-font-lock-keywords)
7783 (rst-font-lock-extend-region)
7784 (rst-font-lock-extend-region-internal)
7785 (rst-font-lock-extend-region-extend)
7786 (rst-font-lock-find-unindented-line-limit)
7787 (rst-font-lock-find-unindented-line-match)
7788 (rst-adornment-level, rst-font-lock-adornment-level)
7789 (rst-font-lock-adornment-match)
7790 (rst-font-lock-handle-adornment-pre-match-form)
7791 (rst-font-lock-handle-adornment-matcher): Major revision of
7792 font-locking. Integrate with other code. Use `jit-lock-mode'.
7793
7794 (rst-preferred-adornments, rst-adjust-hook)
7795 (rst-new-adornment-down, rst-preferred-bullets)
7796 (rst-preferred-bullets, rst-indent, rst-indent-width)
7797 (rst-indent-field, rst-indent-literal-normal)
7798 (rst-indent-literal-minimized, rst-indent-comment): Change,
7799 extend and improve customization.
7800
7801 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7802 (rst-normalize-cursor-position, rst-get-decoration)
7803 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7804 (rst-rstrip, rst-toc-insert-find-delete-contents)
7805 (rst-shift-fill-region, rst-compute-bullet-tabs)
7806 (rst-debug-print-tabs, rst-debug-mark-found)
7807 (rst-shift-region-guts, rst-shift-region-right)
7808 (rst-shift-region-left, rst-use-char-classes)
7809 (rst-font-lock-keywords-function)
7810 (rst-font-lock-indentation-point)
7811 (rst-font-lock-find-unindented-line-begin)
7812 (rst-font-lock-find-unindented-line-end)
7813 (rst-font-lock-find-unindented-line)
7814 (rst-font-lock-adornment-point, rst-font-lock-level)
7815 (rst-adornment-level-alist): Remove functions and variables.
7816
7817 (rst-compare-adornments, rst-get-adornment-match)
7818 (rst-suggest-new-adornment, rst-get-adornments-around)
7819 (rst-adornment-complete-p, rst-get-next-adornment)
7820 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7821 (rst-straighten-adornments): Standardize function names to
7822 use "adornment" instead of "decoration". Correct callers.
7823 Similar standardizing in many places.
7824
7825 (rst-update-section, rst-adjust, rst-promote-region)
7826 (rst-enumerate-region, rst-bullet-list-region)
7827 (rst-repeat-last-character): Correct use of `interactive'.
7828
7829 (rst-classify-adornment, rst-find-all-adornments)
7830 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7831 (rst-find-leftmost-column, rst-repeat-last-character):
7832 Refactor functions.
7833
7834 (rst-find-title-line, rst-reset-section-caches)
7835 (rst-get-adornments-around, rst-adjust-adornment-work)
7836 (rst-arabic-to-roman, rst-roman-to-arabic)
7837 (rst-insert-list-pos, rst-insert-list-new-item)
7838 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7839 New functions.
7840
7841 (rst-all-sections, rst-section-hierarchy)
7842 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7843 New variables.
7844
7845 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7846 configuration instead of only buffer. Change where necessary.
7847
7848 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7849 (rst-shift-region, rst-adaptive-fill): New functions for
7850 indentation and filling.
7851
7852 (rst-comment-line-break, rst-comment-indent)
7853 (rst-comment-insert-comment, rst-comment-region)
7854 (rst-uncomment-region): New functions for handling comments.
7855
7856 (rst-compile): Quote shell arguments.
7857
7858 (rst-compile-pdf-preview, rst-compile-slides-preview):
7859 Delete temporary files after use.
7860
a43f98b3
GM
78612012-05-05 Glenn Morris <rgm@gnu.org>
7862
48176e8b
GM
7863 * calendar/cal-html.el: Optionally include holidays in the output.
7864 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7865 (cal-html-holidays): New option.
7866 (cal-html-css-default): Add holiday entry.
7867 (holiday-in-range): Autoload it.
7868 (cal-html-htmlify-entry): Add optional class argument.
7869 (cal-html-htmlify-list): Add optional holidays argument.
7870 (cal-html-insert-agenda-days): Include holidays in the output.
7871 (cal-html-one-month): Maybe include holidays.
7872
a43f98b3
GM
7873 * calendar/holidays.el (holiday-in-range):
7874 Move here from cal-tex-list-holidays.
7875 * calendar/cal-tex.el (cal-tex-list-holidays):
7876 Make it an obsolete alias for holiday-in-range. Update all callers.
7877
fef9d149 78782012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
7879
7880 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7881 Nextstep.
7882
248da2f4
RW
78832012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7884
7885 * files.el (file-auto-mode-skip): New var.
7886 (set-auto-mode-1): Use it.
7887
f95e9344
SM
78882012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7889
df96ab1e
SM
7890 * repeat.el: Use lexical-binding.
7891 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7892 (repeat-undo-count): Remove.
7893 (repeat):
7894 * progmodes/octave-mod.el (octave-abbrev-start):
7895 * progmodes/f90.el (f90-abbrev-start):
7896 * face-remap.el (text-scale-adjust):
7897 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7898
5342bb06
SM
7899 * emacs-lisp/pcase.el (pcase--let*): New function.
7900 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7901 a bit more.
7902 (pcase--split-pred): Be more clever about ruling out overlap between
7903 a predicate and some constant pattern.
7904 (pcase--q1): Use `null' instead of (eq foo nil).
7905
f95e9344
SM
7906 * subr.el (setq-local, defvar-local): New macros.
7907 (kbd): Redefine as an alias.
7908 (with-selected-window): Leave unrelated frames alone.
7909 (set-temporary-overlay-map): New function.
7910
71873e2b
SM
79112012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * subr.el (user-error): New function.
7914 * window.el (switch-to-buffer):
7915 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7916 (smerge-match-conflict):
7917 * simple.el (previous-matching-history-element)
7918 (next-matching-history-element, goto-history-element, undo-more)
7919 (undo-start):
7920 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7921 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7922 (next-file, tags-loop-scan, list-tags, complete-tag):
7923 * progmodes/compile.el (compilation-loop):
7924 * mouse.el (mouse-minibuffer-check):
7925 * man.el (Man-bgproc-sentinel, Man-goto-page):
7926 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7927 (Info-history-forward, Info-follow-reference, Info-menu)
7928 (Info-extract-menu-item, Info-extract-menu-counting)
7929 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7930 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7931 (Info-next-reference, Info-prev-reference, Info-index)
7932 (Info-index-next, Info-follow-nearest-node)
7933 (Info-copy-current-node-name):
7934 * imenu.el (imenu--make-index-alist)
7935 (imenu-default-create-index-function, imenu-add-to-menubar):
7936 * files.el (basic-save-buffer, recover-file):
7937 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7938 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7939 (checkdoc-message-text, checkdoc-defun):
7940 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7941 * cus-edit.el (customize-changed-options, customize-rogue)
7942 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7943 (custom-variable-mark-to-reset-standard)
7944 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7945 (custom-file):
7946 * completion.el (check-completion-length):
7947 * comint.el (comint-search-arg)
7948 (comint-previous-matching-input-string-position)
7949 (comint-previous-matching-input)
7950 (comint-replace-by-expanded-history-before-point, comint-send-input)
7951 (comint-copy-old-input, comint-backward-matching-input)
7952 (comint-goto-process-mark, comint-set-process-mark):
7953 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7954 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7955
8a61ee22
SM
79562012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7957
66408d1e
SM
7958 * dabbrev.el (dabbrev--ignore-case-p): New function.
7959 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7960 Use it.
7961
8a61ee22
SM
7962 * files.el (automount-dir-prefix): Mark as obsolete.
7963
3c74813a
GM
79642012-05-04 Glenn Morris <rgm@gnu.org>
7965
7966 * patcomp.el, play/bruce.el: Move to obsolete/.
7967
0bfcf5c5
PE
79682012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7969
7970 Fix minor Y10k bugs.
7971 * arc-mode.el (archive-unixdate):
7972 * autoinsert.el (auto-insert-alist):
7973 * calc/calc-forms.el (math-this-year):
7974 * emacs-lisp/copyright.el (copyright-current-year)
7975 (copyright-update-year, copyright):
7976 * tar-mode.el (tar-clip-time-string):
7977 * time.el (display-time-update):
7978 Don't assume years have 4 digits.
7979
78f3273a
CY
79802012-05-04 Chong Yidong <cyd@gnu.org>
7981
7982 * dos-w32.el (file-name-buffer-file-type-alist)
7983 (direct-print-region-use-command-dot-com):
7984 * ffap.el (ffap-menu-regexp):
7985 * find-file.el (ff-special-constructs):
7986 * follow.el (follow-debug):
7987 * forms.el (forms--debug):
7988 * iswitchb.el (iswitchb-all-frames):
7989 * ido.el (ido-all-frames):
7990 * emacs-lisp/timer.el (timer-max-repeats):
7991 * mail/feedmail.el (feedmail-mail-send-hook)
7992 (feedmail-mail-send-hook-queued):
7993 * mail/footnote.el (footnote-signature-separator):
7994 * mail/mailabbrev.el (mail-alias-separator-string)
7995 (mail-abbrev-mode-regexp):
7996 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7997 * progmodes/idlwave.el (idlwave-libinfo-file)
7998 (idlwave-default-completion-case-is-down)
7999 (idlwave-library-routines): Convert defvars to defcustoms.
8000
8001 * mail/rmail.el (rmail-decode-mime-charset):
8002 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8003 (idlwave-shell-fix-inserted-breaks)
8004 (idlwave-shell-activate-alt-keybindings)
8005 (idlwave-shell-use-breakpoint-glyph):
8006 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8007
f7ae6719
SM
80082012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8011
47086495
WS
80122012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8013
8014 * progmodes/verilog-mode.el (font-lock-keywords):
8015 Fix mis-highligting auto. Reported by Craig Barner.
8016 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 8017 defines from global name space. Reported by Dan Dever.
47086495
WS
8018 (verilog-auto-reset, verilog-auto-reset-widths)
8019 (verilog-auto-tieoff): Support using unbased numbers for
8020 AUTORESET and AUTOTIEOFF.
8021 (verilog-submit-bug-report): Update variable list.
8022 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 8023 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
8024 (verilog-auto-template-lint): Fix hash error when linting modules
8025 with no used templates.
8026 (verilog-warn, verilog-warn-error)
8027 (verilog-warn-fatal): When non-interactive report multiple
8028 warnings before exiting. Suggested by Brad Dobbie.
8029 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8030 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8031 to report unused template errors. Reported by Brad Dobbie.
8032 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 8033 nets, bug438. Reported by Vns Blore.
47086495
WS
8034 (verilog-auto-inout-module, verilog-auto-reg)
8035 (verilog-read-decls, verilog-read-sub-decls-sig)
8036 (verilog-signals-edit-wire-reg, verilog-signals-with):
8037 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 8038 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
8039 "reg" for backwards compatibility presuming Verilog 2001.
8040 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8041 (verilog-preprocess): Fix replication of preprocess output.
8042 Reported by Brad Dobbie.
8043 (verilog-auto-inst-interfaced-ports):
8044 Create verilog-auto-inst-interfaced-ports, bug429.
8045 Reported by Julian Gorfajn.
8046 (verilog-after-save-font-hook)
8047 (verilog-before-save-font-hook): New variable.
8048 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8049 (verilog-save-font-mods): Wrap disabling fontification, reported
8050 by David Rogoff.
8051 (verilog-do-indent, verilog-pretty-declarations-auto)
8052 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8053 Reported by Pierre-David Pfister.
8054 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8055 of class declarations, bug292. Reported by Kevin Heilman.
8056 (verilog-read-decls): Fix 'parameter type' not appearing in
8057 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8058 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 8059 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
8060 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8061 Reported by David Kravitz.
8062
80632012-05-03 Michael McNamara <mac@mail.brushroad.com>
8064
8065 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8066 assignment with tests in ifs and for loops.
8067 (verilog-extended-complete-re, verilog-complete-reg): Change so
8068 that DPI inport functions don't look like fuction declarations.
8069 (verilog-pretty-expr): Don't line up assignment
8070 operations to the test and increment in if and for loops
8071 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 8072 that DPI inport functions don't look like fuction declarations.
47086495 8073
2e51d4b5
KH
80742012-05-03 Kenichi Handa <handa@m17n.org>
8075
8076 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 8077 decoding, and show a warning message without signaling an error
2e51d4b5
KH
8078 (Bug#11282).
8079
2bd785a2
SM
80802012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * emacs-lisp/bytecomp.el
8083 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8084 since cconv.el might have introduced :fun-body, internal-make-closure,
8085 and friends for bytecomp to handle (bug#11391).
8086 * custom.el (defcustom): Avoid ((λ ..) ..).
8087
99d27583
SM
80882012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8091
55a71479
JB
80922012-05-02 Juanma Barranquero <lekktu@gmail.com>
8093
8094 * notifications.el (dbus-debug):
8095 * term/linux.el (gpm-mouse-enable):
8096 * term/screen.el (xterm-register-default-colors): Declare.
8097
7b97c764
CY
80982012-05-02 Chong Yidong <cyd@gnu.org>
8099
2bc356d7
CY
8100 * cus-start.el (gc-cons-percentage, exec-suffixes)
8101 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8102 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8103 (make-cursor-line-fully-visible, void-text-area-pointer)
8104 (font-list-limit): Add customization data.
8105
7b97c764
CY
8106 * allout.el (allout-exposure-change-functions)
8107 (allout-structure-added-functions)
8108 (allout-structure-deleted-functions)
8109 (allout-structure-shifted-functions): Rename abnormal hooks from
8110 *-hook, and convert to defcustoms.
5d3385a0
JB
8111 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8112 Convert to defcustoms.
7b97c764
CY
8113 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8114
8115 * allout-widgets.el: Hook callers changed.
8116
90207a15 81172012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
8118
8119 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8120 the yanked message in preference to the default value of
8121 buffer-file-coding-system.
8122
90207a15 81232012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 8124
5d3385a0
JB
8125 * window.el (display-buffer--action-function-custom-type):
8126 Fix entry.
d9558cad 8127
90207a15 81282012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
8129
8130 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8131
d80ac57b
GM
81322012-05-01 Glenn Morris <rgm@gnu.org>
8133
976f7668
GM
8134 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8135
beb83b5a
GM
8136 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8137
d80ac57b
GM
8138 * cus-edit.el (custom-variable-documentation): Simplify with format.
8139
b593d6a9 81402012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 8141 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
8142
8143 * simple.el (suggest-key-bindings, execute-extended-command):
8144 Move from keyboard.c.
8145
782fbf2a
CY
81462012-05-01 Chong Yidong <cyd@gnu.org>
8147
8148 * follow.el: Eliminate advice.
8149 (set-process-filter, process-filter, sit-for): Advice deleted.
8150 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
8151 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8152 Vars deleted.
782fbf2a
CY
8153 (follow-auto): Use a :set function.
8154 (follow-mode): Rewritten. Don't advise process filters.
8155 (follow-switch-to-current-buffer-all, follow-scroll-up)
8156 (follow-scroll-down): Assume follow-mode is bound.
8157 (follow-comint-scroll-to-bottom)
8158 (follow-align-compilation-windows): New functions.
8159 (follow--window-sorter): New function.
8160 (follow-all-followers): Use it to explicitly sort windows by their
8161 positions; don't make assumptions about next-window order.
8162 (follow-windows-start-end, follow-delete-other-windows-and-split)
8163 (follow-calc-win-start): Doc fix.
8164 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8165 vertical-motion unnecessarily.
8166 (follow-adjust-window): New function.
8167 (follow-post-command-hook): Use it.
8168 (follow-call-set-process-filter, follow-call-process-filter)
8169 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8170 (follow-stop-intercept-process-output, follow-generic-filter):
8171 Functions deleted.
8172 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
8173 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8174 New functions, replacing advice on scroll-bar-* commands.
87233a14 8175 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
8176
8177 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
8178 (comint-postoutput-scroll-to-bottom): Use it.
8179 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 8180
290af740
GM
81812012-05-01 Glenn Morris <rgm@gnu.org>
8182
8183 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8184 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8185 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8186 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8187 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8188 Remove no-byte-compile setting.
8189
6eac8dc9
SM
81902012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8193 all-completions code to not return a number in the last cdr.
8194
9cc7819c
LL
81952012-04-30 Leo Liu <sdl.web@gmail.com>
8196
8197 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8198 read-only error.
8199
c93b886f
CY
82002012-04-29 Chong Yidong <cyd@gnu.org>
8201
8202 * follow.el (follow-calc-win-end): Rewrite to handle partial
8203 screen lines correctly (Bug#8390).
8204 (follow-avoid-tail-recenter): Minor cleanup.
8205
8b6c19f4
SM
82062012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 Avoid the obsolete `assoc' package.
8209 * speedbar.el (speedbar-refresh): Avoid adelete.
8210 (speedbar-file-lists): Simplify and avoid aput.
8211 * man.el (Man--sections, Man--refpages): New vars, replacing
8212 Man-sections-alist and Man-refpages-alist.
8213 (Man-build-section-alist, Man-build-references-alist):
8214 Use them; avoid aput.
8215 (Man--last-section, Man--last-refpage): New vars.
8216 (Man-follow-manual-reference): Use them.
8217 Use the `default' arg of completing-read.
8218 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8219
c5bb7569
CY
82202012-04-27 Chong Yidong <cyd@gnu.org>
8221
d1d2e2e8
CY
8222 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8223
15cd8efd
CY
8224 * startup.el (x-apply-session-resources): New function.
8225
8226 * term/ns-win.el (ns-initialize-window-system):
8227 * term/w32-win.el (w32-initialize-window-system):
8228 * term/x-win.el (x-initialize-window-system): Use it to properly
8229 set menu-bar-mode and other vars from X resources, even if the
8230 initial frame is not a window-system frame (Bug#2299).
8231
c5bb7569
CY
8232 * subr.el (read-key): Avoid running filter function when setting
8233 up temporary tool bar entries (Bug#9922).
8234
a8e7d6d7 82352012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
8236
8237 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8238 (Bug#11344)
8239
a8e7d6d7 82402012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
8241
8242 * select.el (xselect--encode-string): New function, split from
8243 xselect-convert-to-string.
8244 (xselect-convert-to-string): Use it.
8245 (xselect-convert-to-filename, xselect-convert-to-os)
8246 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8247 returned strings are properly encoded (Bug#11315).
8248
a8e7d6d7 82492012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
8250
8251 * simple.el (delete-active-region): Move to killing custom group.
8252
a8e7d6d7 82532012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
8254
8255 * progmodes/which-func.el (which-func-current): Quote %
8256 characters for mode-line processing.
8257
578c1d4b 82582012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
8259
8260 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8261 reaching eob (Bug#11286).
8262
a8e7d6d7 82632012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
8264
8265 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8266 (gdb): Make it buffer-local and init to zero.
8267 (gdb-control-commands-regexp): New variable.
8268 (gdb-send): Don't wrap in "-interpreter-exec console" if
8269 gdb-control-level is positive. Increment gdb-control-level
8270 whenever the command matches gdb-control-commands-regexp, and
8271 decrement it each time the command is "end". (Bug#11279)
8272
a8e7d6d7 82732012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
8274
8275 * window.el (adjust-window-trailing-edge, enlarge-window)
8276 (shrink-window, window-resize):
8277 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8278 windows (Bug#11276).
8279
b3608390
CY
82802012-04-27 Chong Yidong <cyd@gnu.org>
8281
8282 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 8283 fix "missing prefix" warning. All callers changed.
b3608390 8284
797e6e88
SM
82852012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * emacs-lisp/assoc.el: Move to obsolete/.
8288
e95a67dc
SM
82892012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8290
657c21e4 8291 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
8292
8293 * term/ns-win.el (ns-define-service):
8294 * progmodes/pascal.el (pascal-goto-defun):
8295 * progmodes/js.el (js--read-tab):
8296 * progmodes/etags.el (tags-lazy-completion-table):
8297 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8298 * emacs-lisp/ewoc.el (ewoc--wrap):
8299 * emacs-lisp/assoc.el (aput, adelete, amake):
8300 * doc-view.el (doc-view-convert-current-doc):
8301 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8302
cb3e7ae0
CY
83032012-04-26 Chong Yidong <cyd@gnu.org>
8304
dce04f7f
CY
8305 * image.el (image-type-from-buffer): Only return supported image
8306 type (Bug#9045).
8307
cb3e7ae0
CY
8308 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8309 value, for symmetry with diff-end-of-hunk.
8310 (diff-split-hunk, diff-find-source-location)
8311 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8312 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8313 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8314 compute the relevant hunk or file properly (Bug#6005).
8315 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8316
0d42eb3e
SM
83172012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * vc/vc-mtn.el:
8320 * vc/vc-hg.el:
8321 * vc/vc-git.el:
8322 * vc/vc-dir.el:
8323 * vc/vc-cvs.el:
8324 * vc/vc-bzr.el:
8325 * vc/vc-arch.el:
8326 * vc/vc.el: Replace lexical-let by lexical-binding.
8327 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8328 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8329 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8330
f08ae1c9
CY
83312012-04-26 Chong Yidong <cyd@gnu.org>
8332
8b71081d
CY
8333 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8334 (diff-mode-shared-map): Bind it to / and [remap undo].
8335
f08ae1c9
CY
8336 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8337 (ediff-window-setup-function): Use it as the default, to set up
8338 windows based on whether the current frame is graphical (Bug#2138).
8339 (ediff-choose-window-setup-function-automatically): Make obsolete.
8340
8341 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8342
ef24141c
SM
83432012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8344
cc356a5d
SM
8345 * ffap.el: Remove old code for obsolete package.
8346 (ffap-complete-as-file-p): Remove.
8347
b4ff4f1f
SM
8348 Use completion-table-with-quoting for comint and pcomplete.
8349 * comint.el (comint--unquote&requote-argument)
8350 (comint--unquote-argument, comint--requote-argument): New functions.
8351 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8352 (comint-quote-filename): Use regexp-opt-charset.
8353 (comint--common-suffix, comint--common-quoted-suffix)
8354 (comint--table-subvert): Remove.
8355 (comint-unquote-function, comint-requote-function): New vars.
8356 (comint--complete-file-name-data): Use them with
8357 completion-table-with-quoting.
8358 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8359 * pcomplete.el (pcomplete-arg-quote-list)
8360 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8361 (pcomplete-unquote-argument-function): Default to non-nil.
8362 (pcomplete-unquote-argument): Simplify.
8363 (pcomplete--common-quoted-suffix): Remove.
8364 (pcomplete-requote-argument-function): New var.
8365 (pcomplete--common-suffix): New function.
8366 (pcomplete-completions-at-point): Use completion-table-with-quoting
8367 and completion-table-subvert.
8368
79c4eeb4
SM
8369 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8370 (minibuffer--double-dollars): Preserve properties.
8371 (completion--sifn-requote): New function.
8372 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8373
ef24141c
SM
8374 * minibuffer.el: Add support for completion of quoted/escaped data.
8375 (completion-table-with-quoting, completion-table-subvert): New funs.
8376 (completion--twq-try, completion--twq-all): New functions.
8377 (completion--nth-completion): New function.
8378 (completion-try-completion, completion-all-completions): Use it.
8379
784e7d6e
LL
83802012-04-25 Leo Liu <sdl.web@gmail.com>
8381
dd2ac746
SM
8382 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8383 Use compilation-message if available to find real filename.
784e7d6e 8384
07875ee7
CY
83852012-04-25 Chong Yidong <cyd@gnu.org>
8386
8387 * vc/diff-mode.el (diff-setup-whitespace): New function.
8388 (diff-mode): Use it.
8389
8390 * vc/diff.el (diff-sentinel):
8391 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8392 Whitespace mode variables based on diff style (Bug#8612).
8393
5055880d
LL
83942012-04-25 Leo Liu <sdl.web@gmail.com>
8395
daf75653
LL
8396 * progmodes/python.el (python-send-region): Add suffix .py to the
8397 temp file.
8398
5055880d
LL
8399 * files.el (auto-mode-alist): Use javascript-mode instead.
8400
db9b177b
AH
84012012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8402
ef24141c 8403 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 8404
090bd7cb 8405 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 8406 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 8407 references, see Bug#9.
ef24141c 8408 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 8409 when receiving a fault reply.
ef24141c 8410 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 8411
090bd7cb 8412 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 8413 (soap-inspect-simple-type): New function.
db9b177b 8414
090bd7cb 8415 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 8416 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
8417 (soap-decode-basic-type, soap-encode-basic-type):
8418 support unsignedInt and double basic types.
db9b177b 8419 (soap-resolve-references-for-simple-type)
ef24141c
SM
8420 (soap-parse-simple-type, soap-encode-simple-type): New function.
8421 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 8422
090bd7cb 8423 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
8424 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8425 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8426 the local name of "soapenc:Array".
8427 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
8428 decoding integer, byte and anyURI xsd types.
8429
1fc6097b
CY
84302012-04-25 Chong Yidong <cyd@gnu.org>
8431
8432 * cus-edit.el (custom-buffer-create-internal): Update header text.
8433
afc6df87
EZ
84342012-04-25 Eli Zaretskii <eliz@gnu.org>
8435
8436 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8437 settings on 'system-type', not on 'window-system'. On MS-Windows,
8438 set interactive-mode on in GDB.
8439
dfbd787f
SM
84402012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8443 (ruby-syntax-propertize-regexp): Remove.
8444 (ruby-syntax-propertize-function): Split regexp into chunks.
8445 Match following code directly.
8446
85222d44
DG
84472012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8448
51a8ea2a
DG
8449 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8450 (ruby-syntax-propertize-regexp): New function.
8451 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8452 by a special keyword.
8453
85222d44
DG
8454 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8455 (ruby-syntax-general-delimiters-goto-beg)
8456 (ruby-syntax-propertize-general-delimiters): New functions.
8457 (ruby-syntax-propertize-function): Use them to handle GDL.
8458 (ruby-font-lock-keywords): Move old handling of GDL...
8459 (ruby-font-lock-syntactic-keywords): .. to here.
8460 (ruby-calculate-indent): Adjust indentation for GDL.
8461
b613912b
MA
84622012-04-24 Michael Albinus <michael.albinus@gmx.de>
8463
b5380639
MA
8464 * notifications.el (top): Remove unneeded declarations.
8465 (notifications-specification-version): Change to "1.2".
e43042fe 8466 (notifications-interface, notifications-notify-method)
b613912b
MA
8467 (notifications-close-notification-method): Fix docstring.
8468 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
8469 (notifications-notify): Add :action-items, :resident and
8470 :transient hints. Change "image_data" to "image-data" and
8471 "image_path" to "image-path".
b613912b
MA
8472 (notifications-get-capabilities): New defun.
8473
257440aa
LL
84742012-04-24 Leo Liu <sdl.web@gmail.com>
8475
8476 * progmodes/python.el: Move hideshow setup to the end.
8477
b1bac16e
MR
84782012-04-24 Martin Rudalics <rudalics@gmx.at>
8479
8480 * window.el (handle-select-window): Clear echo area since this is
8481 no more done by read_char (Bug#11304).
8482
d81bd059
SM
84832012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8484
8485 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8486 and `/ M' to filter-derived-mode.
8487 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8488 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8489 (ibuffer-mark-by-mode): Use default rather than initial-input.
8490 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8491
c4cf6d91
IA
84922012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8493
8494 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8495 (ibuffer-filter-by-derived-mode): New filter.
8496 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8497
7511ded8
CY
84982012-04-23 Andreas Politz <politza@fh-trier.de>
8499
8500 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8501
775c916b
CY
85022012-04-23 Chong Yidong <cyd@gnu.org>
8503
8504 * cus-edit.el (customize-apropos, customize-apropos-options):
8505 Disable matching of non-option variables (Bug#11176).
8506 (customize-option, customize-option-other-window)
8507 (customize-changed-options): Doc fix.
8508 (customize-apropos-options, customize-apropos-faces)
8509 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8510
8511 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 8512 Fix word list splitting (Bug#11132).
46c71e23
CY
8513 (apropos-symbol, apropos-keybinding, apropos-label)
8514 (apropos-property, apropos-function-button)
8515 (apropos-variable-button, apropos-misc-button): New faces.
8516 (apropos-symbol-face, apropos-keybinding-face)
8517 (apropos-label-face, apropos-property-face, apropos-match-face):
8518 Variables removed (Bug#8396).
8519 (apropos-library-button, apropos-format-plist, apropos-print)
8520 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 8521
2df41f9c
MA
85222012-04-23 Michael Albinus <michael.albinus@gmx.de>
8523
8524 * net/xesam.el (xesam-mode-map): Use let-bound map in
8525 initialization. (Bug#11292)
8526
da00640a
AM
85272012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8528
8529 Preserve ispell session localwords when switching back to
8530 original buffer.
8531
090bd7cb
JB
8532 * textmodes/ispell.el (ispell-buffer-session-localwords):
8533 New buffer-local variable to hold buffer session localwords.
ed9265fc 8534 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
8535 localwords.
8536 (ispell-command-loop, ispell-change-dictionary)
8537 (ispell-buffer-local-words): Preserve session localwords when
8538 needed.
8539
090bd7cb
JB
8540 * textmodes/flyspell.el (flyspell-process-localwords)
8541 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 8542
f621ccf5
AM
85432012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8544
090bd7cb
JB
8545 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8546 using obsolete `translation-table-for-input'.
ef24141c
SM
8547 (ispell-word, ispell-process-line, ispell-complete-word):
8548 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 8549
c2d1019e
CY
85502012-04-22 Chong Yidong <cyd@gnu.org>
8551
8552 * cus-edit.el (custom-variable-menu)
8553 (custom-variable-reset-saved, custom-face-menu)
8554 (custom-face-reset-saved): If there is no saved value, make the
8555 "reset-saved" operation bring back the default (Bug#9509).
8556 (custom-face-state): Properly detect themed faces.
8557
eeddc531
CY
8558 * faces.el (face-spec-set): Stop supporting deprecated form of
8559 third arg.
8560
dcbf5805
MA
85612012-04-22 Michael Albinus <michael.albinus@gmx.de>
8562
8563 Move functions from C to Lisp. Make non-blocking method calls
8564 the default. Implement further D-Bus standard interfaces.
8565
ef24141c
SM
8566 * net/dbus.el (dbus-message-internal): Declare function.
8567 Remove unneeded function declarations.
dcbf5805
MA
8568 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8569 (dbus-message-type-method-return, dbus-message-type-error)
8570 (dbus-message-type-signal): Declare variables. Remove local
8571 definitions.
8572 (dbus-interface-dbus, dbus-interface-peer)
8573 (dbus-interface-introspectable, dbus-interface-properties)
8574 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8575 Adapt docstring.
8576 (dbus-interface-objectmanager): New defconst.
8577 (dbus-call-method, dbus-call-method-asynchronously)
8578 (dbus-send-signal, dbus-method-return-internal)
8579 (dbus-method-error-internal, dbus-register-service)
8580 (dbus-register-signal, dbus-register-method): New defuns, moved
8581 from dbusbind.c
8582 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
8583 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8584 New defuns.
dcbf5805
MA
8585 (dbus-call-method-non-blocking): Make it an obsolete function.
8586 (dbus-unregister-object, dbus-unregister-service)
8587 (dbus-handle-event, dbus-register-property)
8588 (dbus-property-handler): Obey the new structure of
8589 `bus-registered-objects'.
8590 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8591 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8592 Use `dbus-call-method'.
8593
cf20dee0
CY
85942012-04-22 Chong Yidong <cyd@gnu.org>
8595
8596 * cus-edit.el (custom-commands, custom-reset-menu)
8597 (Custom-reset-standard): Tweak labels.
8598 (custom-reset-button-menu): Change default to t.
8599 (custom-buffer-create-internal): For the custom-reset-button-menu
8600 case, put the revert button first.
8601 (custom-group-subtitle): New face.
8602 (custom-group-value-create): Align docstring to a specific column.
8603
8604 * wid-edit.el (widget-documentation-link-add): Don't handle
8605 indentation in this function.
8606 (widget-documentation-string-indent-to): New function.
8607 (widget-documentation-string-value-create): Use it.
8608
8609 * autorevert.el (auto-revert):
8610 * epg-config.el (epg):
8611 * ibuffer.el (ibuffer):
8612 * mpc.el (mpc):
8613 * ses.el (ses):
8614 * eshell/eshell.el (eshell):
8615 * net/ange-ftp.el (ange-ftp):
8616 * progmodes/ebnf2ps.el (postscript):
8617 * progmodes/flymake.el (flymake):
8618 * progmodes/prolog.el (prolog):
8619 * progmodes/verilog-mode.el (verilog-mode):
8620 * progmodes/which-func.el (which-func):
8621 * term/xterm.el (xterm):
8622 * textmodes/picture.el (picture):
8623 * textmodes/tildify.el (tildify):
8624 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8625 customization buffers.
8626
583e23bd
AM
86272012-04-22 Alan Mackenzie <acm@muc.de>
8628
8629 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8630 Adding a ) can hide the resulting (..) from searches. Fix it.
8631 Bound the backward search to the position of the existing (.
8632
7dd51bf1
JB
86332012-04-21 Juanma Barranquero <lekktu@gmail.com>
8634
8635 * progmodes/verilog-mode.el (verilog-mode): Check whether
8636 which-func-modes is t before adding verilog-mode.
8637 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8638
d64a438f
LL
86392012-04-21 Leo Liu <sdl.web@gmail.com>
8640
7dd51bf1 8641 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 8642
081e8d65
MV
86432012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8644
8645 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8646 filling of the last column of a table (Bug#5635).
8647 (woman-find-next-control-line): New arg, specifying an additional
8648 regexp component for the control line.
8649 (woman2-roff-buffer): Use it.
8650 (woman-break-table): New function.
8651 (woman2-TS): Use it.
8652
86532012-04-21 Chong Yidong <cyd@gnu.org>
8654
8655 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8656 (woman-horizontal-escapes, woman-negative-vertical-space)
8657 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8658 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8659
ed571ccb
SM
86602012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * minibuffer.el (completion-file-name-table): Complete user names.
8663
39773899
LL
86642012-04-20 Leo Liu <sdl.web@gmail.com>
8665
8666 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8667 and pcase-let*.
8668
de6ff46d
CY
86692012-04-20 Chong Yidong <cyd@gnu.org>
8670
8671 * server.el (server-execute): Respect initial-buffer-choice if it
8672 is a string and there are no files to open (Bug#2825).
8673 (server-create-window-system-frame, server-create-tty-frame):
8674 Don't switch buffers here.
2d0e8e61
CY
8675 (server-process-filter): Only try to open a window system frame if
8676 compiled with graphical support (Bug#8314).
de6ff46d 8677
54071013
DN
86782012-04-20 Dan Nicolaescu <dann@gnu.org>
8679
8680 * battery.el (battery-echo-area-format): Display remaining time
8681 for sysfs backend too (Bug#11269).
8682 (battery-linux-sysfs): Fix conditional for the charge.
8683
f30d612a
CY
86842012-04-20 Chong Yidong <cyd@gnu.org>
8685
c07a4c0b 8686 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
8687 (gdb-inferior-io--init-proc): New function.
8688 (gdb-init-1): Use it.
8689 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8690 responsible for allocating a new pty and hooking it to gdb when
8691 the old pty gets an EIO due to process exit.
8692 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8693 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8694 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8695
2116e93c
EZ
86962012-04-20 Eli Zaretskii <eliz@gnu.org>
8697
8698 * window.el (window-min-size, window-sizable, window-min-delta)
8699 (window-max-delta, window--resizable, window-resizable)
8700 (window-total-size, window-full-height-p, window-full-width-p)
8701 (window-in-direction, window--resize-mini-window, window-resize)
8702 (window--resize-child-windows-normal)
8703 (window--resize-child-windows, window--resize-siblings)
8704 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 8705 (enlarge-window, shrink-window): Doc fixes.
2116e93c 8706
c07a4c0b 87072012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 8708
ef24141c
SM
8709 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8710 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
8711 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8712 pty process (Bug#11273).
8713 (gdb-update): New arg to suppress talking to the gdb process.
8714 (gdb-done-or-error): Use it.
8715 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8716 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8717 sentinel not being called.
8718
8719 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8720
d02766ab
CY
8721 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8722
c07a4c0b 87232012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
8724
8725 * net/network-stream.el (open-network-stream): Doc fix.
8726
c07a4c0b 87272012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
8728
8729 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8730
c07a4c0b 87312012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
8732
8733 Ensure searching for keywords is case sensitive.
8734
8735 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8736 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8737 (c-defun-name, c-mark-function, c-cpp-define-name)
8738 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 8739 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 8740
ef24141c
SM
8741 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8742 Bind case-fold-search to nil.
f0f6bc35 8743
c07a4c0b 87442012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
8745
8746 * mail/sendmail.el (mail-bury): Call return action with the right
8747 Rmail buffer (Bug#11242).
8748
9a864fa2
CY
8749 * server.el (server-process-filter): Handle corner case where both
8750 tty and nowait options are present (Bug#11102).
8751
539aa513
EZ
87522012-04-20 Eli Zaretskii <eliz@gnu.org>
8753
8754 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
8755 (top level): Put into the executable the ident-style '$Id:' tag on
8756 windows-nt as well.
539aa513 8757
cfc7d5da
SM
87582012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8759
8760 * electric.el (electric-indent-post-self-insert-function): Check that
8761 electric-indent-mode is enabled in current buffer.
8762
5b01685c
JB
87632012-04-19 Juanma Barranquero <lekktu@gmail.com>
8764
8765 * imenu.el (imenu-progress-message): Restore; it is "used" in
8766 erc/erc-imenu.el and net/snmp-mode.el.
8767
4d6769e1
JB
87682012-04-19 Juanma Barranquero <lekktu@gmail.com>
8769
8770 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8771 (mouse-avoidance-nudge-mouse): Remove unused binding.
8772
8773 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8774
8775 * descr-text.el (describe-char):
8776 * progmodes/python.el (python-describe-symbol):
8777 Don't call `toggle-read-only', set `buffer-read-only'.
8778
8779 * imenu.el (imenu-default-goto-function): Mark unused args.
8780 (imenu-progress-message): Remove obsolete macro; all callers changed.
8781
8782 * subr.el (keymap-canonicalize): Remove unused binding.
8783 (read-passwd): Mark unused arg.
8784
8785 * tutorial.el (tutorial--display-changes): Remove unused binding.
8786 (tutorial--save-tutorial-to): Remove unused variable.
8787
8788 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8789 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8790 (package-generate-autoloads, package-menu--generate)
8791 (package-menu--find-upgrades): Remove unused bindings.
8792
8793 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8794 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8795 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8796 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8797 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8798 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8799 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8800 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8801 (cua-delete-char-rectangle): Mark unused args.
8802 (cua-align-rectangle): Remove unused binding.
8803
8804 * mail/rmail.el (compilation--message->loc)
8805 (epa--find-coding-system-for-mime-charset): Declare.
8806
8807 * net/dbus.el (dbus-register-service): Declare.
8808 (dbus-name-owner-changed-handler): Remove unused binding.
8809
8810 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8811 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8812 (nxml-scan-backward-within): Mark unused arg.
8813 (nxml-dynamic-markup-word): Remove unused binding.
8814
8815 * mouse.el (mouse-menu-major-mode-map):
8816 * emacs-lisp/authors.el (authors-scan-change-log)
8817 (authors-add-to-author-list):
8818 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8819 * emacs-lisp/smie.el (smie-auto-fill):
8820 * mail/sendmail.el (mail-bury):
8821 * mail/unrmail.el (unrmail):
8822 * net/tls.el (open-tls-stream):
8823 * textmodes/picture.el (picture-mouse-set-point):
8824 Remove unused bindings.
8825
8c8fc5df
MA
88262012-04-19 Michael Albinus <michael.albinus@gmx.de>
8827
8828 * net/tramp.el (tramp-action-password): Let-bind
8829 `enable-recursive-minibuffers' to t.
8830
a77b0ac9
SS
88312012-04-18 Sam Steingold <sds@gnu.org>
8832
8833 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8834 instead of 'string to accommodate values like [f11].
8835 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8836 * progmodes/gdb-mi.el: Likewise.
8837
12a106a9
LL
88382012-04-18 Leo Liu <sdl.web@gmail.com>
8839
8840 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8841 current buffer.
8842 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8843 LOCAL is nil.
8844
bc6494ef
CY
88452012-04-18 Chong Yidong <cyd@gnu.org>
8846
8847 * simple.el (line-move): Use forward-line if in batch mode
8848 (Bug#11053).
8849
c09c46b2
CS
88502012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8851
8852 * files.el (after-find-file): Do not try to add a final newline if
8853 the buffer is read-only (Bug#11156).
8854
5f6530ea
RS
88552012-04-17 Richard Stallman <rms@gnu.org>
8856
8857 * mail/rmail.el (rmail-start-mail):
8858 Pass (rmail-mail-return...) for the return-action.
8859 Pass (rmail-yank-current-message...) for the yank-action.
8860 (rmail-yank-current-message): New function.
8861 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8862 (rmail-reply): Likewise.
8863 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8864
8865 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 8866 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
8867 buffer, not newbuf.
8868
197b6f3c
JB
88692012-04-17 Juanma Barranquero <lekktu@gmail.com>
8870
8871 * server.el (server-ensure-safe-dir): Simplify.
8872
2311d8e5 88732012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 8874
2311d8e5
GM
8875 * emacs-lisp/smie.el: Provide smarter auto-filling.
8876 (smie-auto-fill): New function.
8877 (smie-setup): Use it.
98fb480e 8878
2311d8e5
GM
8879 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8880
88812012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
8882
8883 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8884 (comment-indent): Use it.
8885
2311d8e5 88862012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
8887
8888 * ses.el: The overall change is to add cell renaming, that is
8889 setting fancy names for cell symbols other than name matching
8890 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 8891 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 8892 (ses-create-cell-variable): New defun.
2311d8e5 8893 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
8894 (ses-relocate-formula): Relocate formulas only for cells the
8895 symbols of which are not renamed, i.e. symbols whose names do not
8896 match regexp "\\`[A-Z]+[0-9]+\\'".
8897 (ses-relocate-all): Relocate values only for cells the symbols of
8898 which are not renamed.
8899 (ses-load): Create cells variables as the (ses-cell ...) are read,
8900 in order to check row col consistency with cell symbol name only
8901 for cells that are not renamed.
8902 (ses-replace-name-in-formula): New defun.
8903 (ses-rename-cell): New defun.
4bdf2ad2 8904
fc72b15c
PO
89052012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8906
8907 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8908 New option (bug#11118).
8909 (perl-calculate-indent): Respect it.
8910
12e10e61
GM
89112012-04-17 Glenn Morris <rgm@gnu.org>
8912
8913 * dired-aux.el (dired-mark-read-string): Doc fix.
8914
30009afd
DA
89152012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8916
8917 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8918 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8919
41f03f4d
GM
89202012-04-17 Glenn Morris <rgm@gnu.org>
8921
8922 * mouse.el (mouse-drag-track):
8923 * speedbar.el (speedbar-frame-mode):
8924 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8925
f45f90f3
LL
89262012-04-16 Leo Liu <sdl.web@gmail.com>
8927
8928 * progmodes/python.el: Trivial cleanup.
8929
94ee8db5
GM
89302012-04-16 Glenn Morris <rgm@gnu.org>
8931
121b8917
GM
8932 * vc/vc.el (vc-string-prefix-p):
8933 * vc/pcvs-util.el (cvs-string-prefix-p):
8934 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8935 * mpc.el (mpc-string-prefix-p):
8936 Make all of these into obsolete aliases for string-prefix-p.
8937 Update callers.
8938 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8939
1197ecfa
GM
8940 * textmodes/two-column.el: Move custom options to the start.
8941 (frame-width): Remove compat definition.
8942 (2C-associate-buffer, 2C-dissociate):
8943 Use with-current-buffer rather than save-excursion.
8944 (2C-dissociate): Force a mode-line update.
8945 (2C-autoscroll): Use ignore-errors.
8946
099e7202
GM
8947 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8948 Autoload trivia.
8949
bf350d6a
GM
8950 * emacs-lisp/cl-extra.el (*random-state*):
8951 Remove unnecessary declaration.
8952
0e829eab
GM
8953 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8954
e3ad7552
GM
8955 * play/cookie1.el (cookie-snarf):
8956 Give an explicit error if input file cannot be read.
8957
68892d27
GM
8958 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8959
20f0c46d
GM
8960 * progmodes/perl-mode.el (c-macro-expand):
8961 Remove unnecessary autoload (it is in loaddefs.el).
8962
5a0978ce
GM
8963 * textmodes/picture.el (picture-desired-column)
8964 (picture-update-desired-column): Convert comments to doc-strings.
8965 (picture-substitute): Remove function.
8966 (picture-mode-map): Initialize in the defvar.
8967
6b955486
GM
8968 * woman.el: Remove eval-after-load for tar-mode.
8969 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8970 (woman-tar-extract-file): Autoload it.
8971
94ee8db5
GM
8972 * frame.el (automatic-hscrolling): Make this alias obsolete.
8973
177eca34
AM
89742012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8975
090bd7cb 8976 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 8977 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
8978 (ispell-dictionary-base-alist): Revert to original XEmacs
8979 friendly version for default. [:alpha:] will be added in
090bd7cb 8980 `ispell-set-spellchecker-params' if needed.
177eca34 8981
c505aaeb
CY
89822012-04-16 Chong Yidong <cyd@gnu.org>
8983
b19dd9d1 8984 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
8985 (imagemagick-register-types): Use it.
8986 (imagemagick-types-inhibit): Add :set function. Allow new value
8987 of t to inhibit all types.
8988
8989 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8990 so we can preload it.
8991
8992 * loadup.el (fboundp): Preload regexp-opt, needed by
8993 imagemagick-register-types.
8994
60efac0f
CY
89952012-04-15 Chong Yidong <cyd@gnu.org>
8996
8997 * frame.el (scrolling): Remove nearly unused customization group.
8998
8999 * scroll-all.el (scroll-all-mode): Move to windows group.
9000
5dd1713e
CY
90012012-04-15 Chong Yidong <cyd@gnu.org>
9002
9003 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9004
e6fd457e
CY
90052012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 9008 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 9009
e153c136
GM
90102012-04-15 Glenn Morris <rgm@gnu.org>
9011
9012 * simple.el (process-file-side-effects): Doc fix.
9013
e6fd457e 90142012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
9015
9016 * international/mule-cmds.el (set-language-environment): Doc fix.
9017
3603c3b1
JB
90182012-04-14 Juanma Barranquero <lekktu@gmail.com>
9019
9020 * server.el (server-auth-key, server-generate-key): Doc fixes.
9021 (server-get-auth-key): Doc fix. Use `string-match-p'.
9022 (server-start): Reflow docstring.
9023
e6de100c
LI
90242012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9025
9026 * server.el (server-generate-key): `called-interactively-p'
9027 requires a parameter.
9028
29734c21
MN
90292012-04-14 Michal Nazarewicz <mina86@mina86.com>
9030
9031 * server.el (server-auth-key): New variable.
75f1671a 9032 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
9033 (server-start): Use the new variable and functions to allow
9034 setting a permanent server key (bug#9423).
9035
d65c9521
LL
90362012-04-14 Leo Liu <sdl.web@gmail.com>
9037
9038 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9039
5ae255c7
PE
90402012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9041
9042 Spelling fixes.
9043 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9044 Emacs uses American spelling.
9045
d5e6342e
JB
90462012-04-14 Juanma Barranquero <lekktu@gmail.com>
9047
9048 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9049 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9050 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9051 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9052
ab036cd7
SM
90532012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * progmodes/which-func.el (which-func-modes): Change default.
9056
35dc09a1 90572012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
9058
9059 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9060 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9061
35dc09a1 90622012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
9063
9064 * custom.el (custom-theme-set-variables): Doc fix.
9065
35dc09a1 90662012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
9067
9068 * international/mule.el (set-auto-coding-for-load): Doc fix.
9069
35dc09a1 90702012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 9071
35dc09a1
GM
9072 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9073 imenu work again for Objective C Mode. Correct the *-index values,
9074 these having been disturbed by a previous change in 2011-08.
57f845ee 9075
0de3da9f
AM
9076 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9077 Correct two search limits.
9078
35dc09a1 90792012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
9080
9081 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9082
35dc09a1 90832012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
9084
9085 * international/characters.el: Fix sorting.
9086
35dc09a1 90872012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
9088
9089 * international/characters.el: Add more missing Latin case pairs.
9090
35dc09a1 90912012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
9092
9093 * files.el (dir-locals-set-class-variables): Doc fix.
9094
35dc09a1 90952012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 9096
3f1b5bf8
EZ
9097 * international/characters.el: Add set-case-syntax-pair call for
9098 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9099 counterpart. (Bug#11209)
9100
9f847f41
EZ
9101 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9102
35dc09a1 91032012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
9104
9105 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9106
35dc09a1 91072012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 9108
35dc09a1
GM
9109 * textmodes/ispell.el (ispell-dictionary-base-alist):
9110 Add data for Hebrew.
e2627d21 9111
35dc09a1 91122012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 9113
35dc09a1
GM
9114 * net/rcirc.el (rcirc-cmd-quit):
9115 Revert 2012-03-18 change (Bug#11192).
5c14e333 9116
35dc09a1 91172012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
9118
9119 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9120
35dc09a1 91212012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 9122
4517fe3a
SM
9123 * minibuffer.el (completion-in-region-mode-map):
9124 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 9125
b472a594
VD
91262012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9127
9128 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9129
09b95ce3
MY
91302012-04-13 Masatake YAMATO <yamato@redhat.com>
9131
9132 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9133 to allow `C-M-f' and `C-M-b' to move to the nearest path
9134 separator (bug#9511).
9135
4b63a9ca
LI
91362012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9137
9138 * avoid.el: Require cl when compiling. And also move the
9139 `provide' to the end.
9140
7b55b8bf
TV
91412012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9142
9143 * avoid.el (mouse-avoidance-banish-position): New variable.
9144 (mouse-avoidance-banish-destination): Use it (bug#10165).
9145
adedaa1f
LL
91462012-04-13 Leo Liu <sdl.web@gmail.com>
9147
9148 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9149
70e74021
KB
91502012-04-13 Ken Brown <kbrown@cornell.edu>
9151
9152 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 9153 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
9154 (browse-url-filename-alist): For the same reason, don't modify
9155 file:// URLs on Cygwin.
9156
e75e89ba
SM
91572012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9160 the region on shift if the binding is already shifted (bug#11221).
9161
82f289a4
GM
91622012-04-12 Glenn Morris <rgm@gnu.org>
9163
9164 * mail/mailpost.el: Move to obsolete/.
9165
d333dc4c
DA
91662012-04-12 Drew Adams <drew.adams@oracle.com>
9167
9168 * imenu.el (imenu--generic-function): Ignore invisible definitions
9169 (bug#10123).
9170
0d15b5ba
VD
91712012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9172
9173 * hexl.el (hexl-bits): New variable.
9174 (hexl-options): Mention the variable in the doc string.
75f1671a 9175 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 9176 (hexl-mode): Mention the new variable.
75f1671a
JB
9177 (hexl-mode, hexl-current-address, hexl-current-address):
9178 Use the displen.
0d15b5ba
VD
9179 (hexl-ascii-start-column): New function.
9180 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9181 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9182
64a440db
AM
91832012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9184
9185 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9186 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9187 the encoding, as expected by hunspell.
9188
6decb6c2
SM
91892012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * battery.el (battery--linux-sysfs-regexp): New const.
9192 (battery-status-function): Use it. Remove yeeloong special case.
9193 (battery-yeeloong-sysfs): Remove.
9194 (battery-echo-area-format): Remove yeeloong special case.
9195
088be6fb
SM
91962012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9197
6622e416
SM
9198 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9199 Reported by Noah Friedman.
9200
088be6fb
SM
9201 * subr.el (read-passwd): Use read-string.
9202
b49f886e
LMI
92032012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9204
9205 * vcursor.el (vcursor-move): Increase the priority of the overlay
9206 (bug#9663).
9207
a63067fc
DD
92082012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9209
9210 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9211 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9212
ac3cf14a
WS
92132012-04-11 William Stevenson <yhvh2000@gmail.com>
9214
9215 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9216 define-minor-mode (bug#10760).
9217
c4fc691b 92182012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 9219
4d6769e1 9220 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
9221 that directories matching `grep-find-ignored-files' won't be
9222 pruned (bug#10351).
9223
af23e2e5
CY
92242012-04-11 Chong Yidong <cyd@gnu.org>
9225
9226 * startup.el (command-line): Remove support for long-obsolete
9227 variable font-lock-face-attributes.
9228
ab7ce8c1
GM
92292012-04-11 Glenn Morris <rgm@gnu.org>
9230
9231 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9232
de8c03dc
SM
92332012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * window.el (window--state-get-1): Obey window-point-insertion-type.
9236
050cc68b
LB
92372012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9238
9239 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9240 to previous function when point is on the first character of a
75f1671a 9241 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 9242
a38c310c
GM
92432012-04-11 Glenn Morris <rgm@gnu.org>
9244
effed0c2
GM
9245 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9246 not just file-errors.
9247
a38c310c
GM
9248 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9249 (vc-bzr-sha1): Use internal sha1.
9250
0221e323
SM
92512012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9252
9253 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9254
43956923
SG
92552012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9256
9257 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9258 that start in the middle of the line (bug#10496).
9259
6a8c9eaf
DN
92602012-04-10 Dan Nicolaescu <dann@gnu.org>
9261
9262 * battery.el (battery-linux-proc-acpi): Only one battery is
9263 discharged at a time, but that seems to confuse battery.el when
9264 computing `rate-type' for the battery not being discharged
9265 (bug#10332).
9266
1930bf5d
SM
92672012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9268
2a718f6f
SM
9269 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9270
599430d0
SM
9271 * international/quail.el: Use dolist and simplify.
9272 (quail-define-package, quail-update-keyboard-layout)
9273 (quail-define-rules): Use dolist.
9274 (quail-insert-kbd-layout, quail-get-translation): CSE.
9275
a2754b6c
SM
9276 * tmm.el: Use dolist, remove left over hook.
9277 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9278 Use dolist.
9279 (calendar-load-hook): Don't mess with it.
9280
1930bf5d
SM
9281 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9282 Use derived-mode-p. Run the diff asynchronously.
9283
9f67961c
LMI
92842012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9285
9286 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9287
2a8ce227
JB
92882012-04-10 Juanma Barranquero <lekktu@gmail.com>
9289
9290 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9291 (list-dynamic-libraries--loaded): New function.
9292 (list-dynamic-libraries--refresh): Use it.
9293
8f33b5f8
NW
92942012-04-10 Nathan Weizenbaum <nweiz@google.com>
9295
1930bf5d
SM
9296 * progmodes/python.el (python-fill-paragraph):
9297 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
9298 disabled (bug#7018).
9299
b12f0439
L
93002012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9301
1930bf5d 9302 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
9303 DOS/MS Windows for the Baltic languages. There are still plenty
9304 of texts written in this encoding/codepage (bug#6519).
b12f0439 9305
57c3bd01
GM
93062012-04-10 Glenn Morris <rgm@gnu.org>
9307
9308 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9309 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9310
6c3eab30
FA
93112012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9312
1930bf5d 9313 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
9314 next-line "n" and previous-line "p" in order to make recentf more
9315 consistent with ibuffer, dired or org-mode (bug#9387).
9316
24d78a88
LMI
93172012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9318
bc72b5d9
LMI
9319 * image.el (put-image): Return the overlay created instead of the
9320 optional input string (bug#7834). Note that this may break code
9321 that is (for some reason or other) depending on `put-image'
9322 returning the string.
9323
bd2dba5a
LMI
9324 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9325
74beb59f
LMI
9326 * simple.el (zap-to-char): Allow zapping using input methods
9327 (bug#1580).
9328
24d78a88
LMI
9329 * textmodes/fill.el (fill-region): Leave point and mark where they
9330 were before filling (bug#5399).
9331
263f20cd
GM
93322012-04-09 Glenn Morris <rgm@gnu.org>
9333
9334 * version.el (emacs-bzr-get-version):
9335 Handle lightweight checkouts of local branches.
9336
58d1f797
AS
93372012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9338
263f20cd 9339 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 9340
b4d3bc10
CY
93412012-04-09 Chong Yidong <cyd@gnu.org>
9342
9343 * custom.el (custom-variable-p): Return nil for non-symbol
9344 arguments instead of signaling an error.
9345 (user-variable-p): Obsolete alias for custom-variable-p.
9346
9347 * apropos.el (apropos-variable):
9348 * files-x.el (read-file-local-variable):
9349 * simple.el (set-variable):
9350 * woman.el (woman-mini-help):
9351 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9352
fd06db5d
GM
93532012-04-09 Glenn Morris <rgm@gnu.org>
9354
e5fcdb5e
GM
9355 * startup.el (normal-top-level): Don't look for leim-list.el
9356 in places where it will not be found. (Bug#910)
9357
fd06db5d
GM
9358 * international/mule-cmds.el (set-default-coding-systems):
9359 * files.el (normal-mode):
9360 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9361 This function was removed with ucs-tables.el in 2008.
9362
b39bb7e1
EZ
93632012-04-08 Eli Zaretskii <eliz@gnu.org>
9364
9365 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9366 ispell-encoding8-command to "-i", without a trailing space.
9367 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9368 separate command-line arguments, to specify the encoding, since
9369 that's how hunspell expects it.
9370
5c5b8e23
GM
93712012-04-08 Glenn Morris <rgm@gnu.org>
9372
9373 * loadup.el: Load bindings before cus-start.
9374 This reduces somewhat the number of "rogue" settings in emacs -Q.
9375
a1ed8b05
GM
93762012-04-07 Glenn Morris <rgm@gnu.org>
9377
9378 * version.el (emacs-bzr-get-version): New function.
dfae128a 9379 (emacs-bzr-version): New variable.
a1ed8b05
GM
9380 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9381 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9382
b142f158
EZ
93832012-04-07 Eli Zaretskii <eliz@gnu.org>
9384
dfae128a
GM
9385 * international/uni-bidi.el, international/uni-category.el:
9386 * international/uni-combining.el, international/uni-decimal.el:
9387 * international/uni-decomposition.el, international/uni-digit.el:
9388 * international/uni-lowercase.el, international/uni-mirrored.el:
9389 * international/uni-name.el, international/uni-numeric.el:
9390 * international/uni-titlecase.el, international/uni-uppercase.el:
9391 Update for Unicode 6.1.
b142f158 9392
9078ead6
EZ
93932012-04-07 Eli Zaretskii <eliz@gnu.org>
9394
9395 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9396
f23d2c7d
LMI
93972012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9398
9399 * window.el (shrink-window): Mention the `window-min-height'
9400 variable in the doc string.
9401
0a0a3573
BG
94022012-04-05 Bastien Guerry <bzg@altern.org>
9403
9404 * color.el (color-lighten-name): Fix typo.
9405
e5248ac9
SM
94062012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * server.el (server--on-display-p): New function.
9409 (server--on-display-p): Use it.
9410
b4243e22
GV
94112012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9412
9413 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9414 (bug#11145).
9415
305d9f44
SM
94162012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * comint.el (comint--common-quoted-suffix): Check string boundary
9419 before comparing (bug#11158).
9420 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9421
3d439cd1
CY
94222012-04-04 Chong Yidong <cyd@gnu.org>
9423
321cc491
CY
9424 * minibuffer.el (completion-extra-properties): Doc fix.
9425
3d439cd1
CY
9426 * subr.el (delayed-warnings-hook): Doc fix.
9427
2d562c0f
DU
94282012-04-04 Daiki Ueno <ueno@unixuser.org>
9429
9430 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9431 selection (Bug#11159).
9432 (epa-insert-keys): Inform that the default public key will be
9433 exported if no key is selected.
9434
4443f204
RS
94352012-04-04 Richard Stallman <rms@gnu.org>
9436
9437 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9438
529c06b6
CY
94392012-04-03 Chong Yidong <cyd@gnu.org>
9440
9441 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9442 mail-insert-file, not its obsolete alias mail-attach-file.
9443
66b907dc
MA
94442012-04-03 Michael Albinus <michael.albinus@gmx.de>
9445
9446 * notifications.el (notifications-notify): Fix docstring.
9447
c0ea195d
GM
94482012-04-02 Glenn Morris <rgm@gnu.org>
9449
9450 * emacs-lisp/authors.el (authors-aliases): Another addition.
9451
5ca64e00
MA
94522012-04-02 Michael Albinus <michael.albinus@gmx.de>
9453
9454 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9455 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9456 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9457
42ee526b
CY
94582012-04-01 Chong Yidong <cyd@gnu.org>
9459
9460 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9461 Handle root directory properly.
9462 (copy-directory): Caller changed.
9463
9464 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9465 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9466
0b021094
GM
94672012-03-31 Glenn Morris <rgm@gnu.org>
9468
40f86458
GM
9469 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9470
7019c177
GM
9471 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9472
a1daddd6
GM
9473 * calendar/calendar.el (calendar-window-list)
9474 (calendar-hide-window): Restore. (Bug#11140)
9475 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9476
0b021094
GM
9477 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9478
40311efc
TV
94792012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9480
9481 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9482 Check if file is a symlink (Bug#10489).
9483
9484 * files.el (copy-directory): Likewise.
9485
5319014e
CY
94862012-03-30 Chong Yidong <cyd@gnu.org>
9487
9488 * image.el (imagemagick-types-inhibit)
9489 (imagemagick-register-types): Doc fix.
9490
935d1290
AM
94912012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9492
090bd7cb 9493 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 9494 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 9495 and treats ~word as ordinary words in pipe mode.
935d1290 9496
61c6e8fd
GM
94972012-03-30 Glenn Morris <rgm@gnu.org>
9498
9499 * tutorial.el (help-with-tutorial): Ensure local variables don't
9500 happen to make the buffer read-only. (Bug#11127)
9501
81fdff00
SM
95022012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9505 (perl-calculate-indent): Return `noindent' in strings.
9506
6e7a6ec0
SS
95072012-03-28 Sam Steingold <sds@gnu.org>
9508
9509 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9510 instead of the broken adhockery which does not prevent calendar
9511 buffers from being displayed at random after exit.
9512 (calendar-window-list, calendar-hide-window): Remove the broken
9513 adhockery.
9514
fee88ca0
GM
95152012-03-28 Glenn Morris <rgm@gnu.org>
9516
9517 * replace.el (query-replace-map): Doc fix.
9518
38de3354
AS
95192012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9520
9521 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9522 contents. (Bug#11109)
9523
b973155e
SM
95242012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9527 (bug#11077).
9528 (avl-tree--check, avl-tree--check-node): New funs.
9529
dcb6e7b3
MR
95302012-03-27 Martin Rudalics <rudalics@gmx.at>
9531
9532 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
9533 (switch-to-prev-buffer, switch-to-next-buffer):
9534 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
9535 showing a buffer already is done on the same frame.
9536
b4fa35fa
GM
95372012-03-27 Glenn Morris <rgm@gnu.org>
9538
9539 * startup.el (mail-host-address): Doc fix.
9540
f9210e18
SM
95412012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9542
9543 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9544 than 197 variables.
9545
c0bf7753
AF
95462012-03-26 Ami Fischman <ami@fischman.org>
9547
9548 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9549
33da7b16
GM
95502012-03-26 Glenn Morris <rgm@gnu.org>
9551
02243d9d
GM
9552 * files.el (save-buffers-kill-emacs): Doc fix.
9553
33da7b16
GM
9554 * startup.el (normal-top-level, command-line, command-line-1):
9555 Give them doc strings.
9556
e5a69fd0
EZ
95572012-03-25 Eli Zaretskii <eliz@gnu.org>
9558
9559 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 9560 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 9561
9a69676a
CY
95622012-03-25 Chong Yidong <cyd@gnu.org>
9563
4125cb8b
CY
9564 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9565 theme if it was previously enabled before (Bug#11031).
9566
dd470960
CY
9567 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9568 spec with custom-face-get-current-spec if its :shown-value is not
9569 determined yet (Bug#9337).
4125cb8b 9570 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 9571
9a69676a
CY
9572 * button.el (button-at): Minor addition to docstring.
9573
6e7e90fa
SL
95742012-03-24 Simon Leinen <simon.leinen@gmail.com>
9575
9576 * vc/vc.el (vc-merge): Fix a prompt.
9577
f06e2758
CY
95782012-03-24 Chong Yidong <cyd@gnu.org>
9579
9580 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9581 point (Bug#9623).
9582
6e7e90fa
SL
9583 * button.el (button-at): Minor addition to docstring.
9584
b9d0879b
SM
95852012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9586
9587 * newcomment.el (comment-choose-indent): No space after BOL.
9588
e71cebb3
SS
95892012-03-22 Sam Steingold <sds@gnu.org>
9590
9591 * window.el (switch-to-prev-buffer): Revert last patch because the
9592 bug turned out to be an advertised feature (Elisp manual 28.14).
9593
335aff35
GM
95942012-03-22 Glenn Morris <rgm@gnu.org>
9595
9596 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9597 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9598
c676576a
LMI
95992012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9600
9601 * net/network-stream.el (network-stream-open-starttls): Make error
9602 message under Windows be less misleading.
9603
126f3d39
LW
96042012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9605
9606 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9607 understands (bug#9942).
9608
64fee311
CY
96092012-03-22 Chong Yidong <cyd@gnu.org>
9610
9611 * simple.el (end-of-visible-line): Handle return value of
9612 next-single-property-change properly (Bug#9371).
9613
a640d29a
KH
96142012-03-22 Kenichi Handa <handa@m17n.org>
9615
9616 * international/quail.el (quail-insert-kbd-layout): Fix previous
9617 change. To avoid unwanted bidi reordering, use
9618 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9619
39675016
DG
96202012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9621
9622 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9623 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9624 (ruby-beginning-of-indent): Be more careful with the difference
9625 between word-boundary and symbol boundary.
9626 (ruby-mode-syntax-table): Make : a symbol constituent.
9627
0a6934fc 96282012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 9629
3d008e4f
SM
9630 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9631
0a6934fc
SM
96322012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9633
af67c9d7
SM
9634 * progmodes/etags.el (tags-completion-at-point-function):
9635 Improve last fix.
9636
1acad97c
SM
9637 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9638
e298b5da
SS
96392012-03-21 Sam Steingold <sds@gnu.org>
9640
9641 * progmodes/etags.el (tags-completion-at-point-function):
9642 Avoid the error when point is inside the pattern.
9643
91d82a70
JY
96442012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9645
9646 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9647 line (Bug#10855).
9648
69188b79
CY
96492012-03-21 Drew Adams <drew.adams@oracle.com>
9650
9651 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9652
99fc91fe
AK
96532012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9654
9655 * ido.el (ido-set-current-directory, ido-read-internal)
9656 (ido-choose-completion-string, ido-completion-help): Handle nil
9657 value of ido-completion-buffer (Bug#11008).
9658
087bbb4c
SS
96592012-03-21 Sam Steingold <sds@gnu.org>
9660
9661 * window.el (switch-to-prev-buffer): Do not switch to a visible
9662 window previous buffer, just like with the frame previous buffers.
9663
fb5b8aca
CY
96642012-03-21 Chong Yidong <cyd@gnu.org>
9665
9666 * faces.el (make-face, make-empty-face, copy-face):
9667 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9668 Doc fixes.
9669
dc9924b8
SM
96702012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9673 (widget-complete): Remove broken use of it.
9674
f0bcceb9
CY
96752012-03-20 Chong Yidong <cyd@gnu.org>
9676
dc9924b8
SM
9677 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9678 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
9679 characters.
9680
ee52ebf3
TH
96812012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9682
9683 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9684 to draw rectangles, not squares. (Regression introduced by revno
9685 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9686
4c5779ab
CY
96872012-03-18 Chong Yidong <cyd@gnu.org>
9688
9689 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9690 it is not yet defined (for temacs).
9691
15360934
LL
96922012-03-18 Leo Liu <sdl.web@gmail.com>
9693
735135f9
PE
9694 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9695 prefix.
15360934 9696
d9a8eb66
EZ
96972012-03-17 Eli Zaretskii <eliz@gnu.org>
9698
9699 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9700 (ispell-choices-win-default-height, ispell-silently-savep)
9701 (ispell-dictionary-alist, ispell-encoding8-command)
9702 (ispell-check-version, ispell-aspell-find-dictionary)
9703 (ispell-valid-dictionary-list, ispell-words-keyword)
9704 (ispell-get-word, ispell-internal-change-dictionary)
9705 (ispell-region, ispell-skip-region-list)
9706 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9707 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9708 (ispell-message-text-end, ispell-message)
9709 (ispell-buffer-local-parsing): Doc fix.
9710
f02ff80d
J
97112012-03-13 Jambunathan K <kjambunathan@gmail.com>
9712
9713 * htmlfontify.el: Add support for code block fontification for ODT
9714 export (Bug #9914).
9715 (hfy-optimisations): Define new option
9716 `body-text-only'
9717 (hfy-fontify-buffer): Honor above setting.
9718 (hfy-begin-span, hfy-end-span): New routines factored out form
9719 `hfy-fontify-buffer'.
9720 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9721 that permit insertion of custom tags.
9722 (hfy-fontify-buffer): Use above handlers.
9723 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9724 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 9725 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 9726 over multiple runs. This is made possible by having the caller let
f02ff80d
J
9727 bind a special variable `hfy-user-sheet-assoc'.
9728 (htmlfontify-string): New defun.
9729 (hfy-compile-face-map): Make sure that the last char in the
9730 buffer is correctly fontified.
9731 (hfy-face-resolve-face): Whitespace only change.
9732
9ac7a13f
EZ
97332012-03-17 Eli Zaretskii <eliz@gnu.org>
9734
9735 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9736 message more clear.
9737
e2b5bdd7
LL
97382012-03-16 Leo Liu <sdl.web@gmail.com>
9739
9740 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9741
2e492df3
AM
97422012-03-16 Alan Mackenzie <acm@muc.de>
9743
9744 Further optimise the handling of large macros.
9745
9746 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9747 limit to a call of `c-literal-limits'.
9748 (c-determine-+ve-limit): New function.
dc9924b8
SM
9749 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9750 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
9751 In CASE 5B, restrict a search limit to 500.
9752 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9753
9754 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9755 Restrict macro bounds to +-500 from after-change's BEG END.
9756
50e94f0c
LL
97572012-03-16 Leo Liu <sdl.web@gmail.com>
9758
9759 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9760
6f09f6ed
AH
97612012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9762
9763 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 9764 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 9765
c7e73d51
GM
97662012-03-16 Glenn Morris <rgm@gnu.org>
9767
da986230
GM
9768 * view.el (view-buffer, view-buffer-other-window)
9769 (view-buffer-other-frame): Doc fixes re special mode-class.
9770
0835f01e
GM
9771 * subr.el (eval-after-load): If named feature is provided not from
9772 a file, run after-load forms. (Bug#10946)
9773
c7e73d51
GM
9774 * calendar/calendar.el (calendar-insert-at-column):
9775 Handle non-unit-width characters a bit better. (Bug#10978)
9776
3f2eafd1
CY
97772012-03-15 Chong Yidong <cyd@gnu.org>
9778
9779 * emacs-lisp/ring.el (ring-extend): New function.
9780 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9781
9782 * comint.el (comint-read-input-ring)
9783 (comint-add-to-input-history): Grow comint-input-ring lazily.
9784
103af3fe
SM
97852012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9786
663b1677
SM
9787 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9788 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9789
103af3fe
SM
9790 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9791 (imenu-add-to-menubar): Don't add a redundant index.
9792 (imenu-update-menubar): Handle a dynamically composed keymap.
9793
899cb7cb
KY
97942012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9795
9796 * mail/sendmail.el (mail-encode-header):
9797 Bind rfc2047-encode-encoded-words to nil.
9798
3809f91d
GM
97992012-03-13 Glenn Morris <rgm@gnu.org>
9800
9801 * calendar/calendar.el (calendar-string-spread):
9802 Handle non-unit-width characters a bit better. (Bug#10978)
9803
9e345a01
LL
98042012-03-13 Leo Liu <sdl.web@gmail.com>
9805
9806 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9807 directory and file as argument (Bug#10822).
9808
4a07df36
KS
98092012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9810
9811 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9812 For dynamically generated code, follow $PC.
9813 (gdb-disassembly-handler-custom): Handle no function name case.
9814
4aaa9356
TL
98152012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9816
9817 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9818 * emulation/ws-mode.el (ws-query-replace):
9819 * sort.el (sort-regexp-fields):
9820 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9821
225979da
SM
98222012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * dabbrev.el: Fix cycle completion order (bug#10963).
9825 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9826 (dabbrev-completion): Don't use an obarray; provide
9827 a cycle-sort-function.
9828
e2f1fdab
LL
98292012-03-12 Leo Liu <sdl.web@gmail.com>
9830
dc9924b8 9831 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
9832 (kill-do-not-save-duplicates): Doc fix.
9833
b19490ed
SM
98342012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * dabbrev.el: Fix cycle completion (bug#10963).
9837 Use lexical binding and wrap to 80 columns.
9838 (dabbrev-completion): Delay computing the list of completions.
9839
4b05d722
KH
98402012-03-12 Kenichi Handa <handa@m17n.org>
9841
9842 * international/quail.el (quail-insert-kbd-layout): Surround each
9843 row by LRO and PDF instead of inserting many LRMs. Pad the left
9844 and right of each non-spacing marks. Insert invisible space
9845 between lower and upper characters to prevent composition.
9846
dbbc2e69
SM
98472012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9848
9849 * minibuffer.el (minibuffer-complete): Don't get confused when the
9850 function is run twice via different commands (bug#10958).
9851 (complete-with-action): Fix docstring.
9852
292112ed
CY
98532012-03-12 Chong Yidong <cyd@gnu.org>
9854
5d1ac394
CY
9855 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9856 (nxml-completion-at-point-function): New function.
9857 (nxml-mode): Use it.
9858 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9859
292112ed
CY
9860 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9861 Load generated autoloads file before byte compiling (Bug#10970).
9862 (package--make-autoloads-and-compile): New helper fun.
9863
4098f8f7
CS
98642012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9865
9866 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9867
8f754691
MA
98682012-03-11 Michael Albinus <michael.albinus@gmx.de>
9869
9870 * autorevert.el (auto-revert-handler): Ensure, that
9871 file-readable-p is applied only for local files or in
9872 auto-revert-tail-mode.
9873
e29ab36b
AS
98742012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9875
dbbc2e69
SM
9876 * server.el (server-eval-at): Handle non-tcp connections.
9877 Decode result string.
ad0bf5b6 9878
e29ab36b
AS
9879 * server.el (server-msg-size): New constant.
9880 (server-reply-print): New function.
9881 (server-eval-and-print): Use it.
9882 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9883 Handle -print-nonl.
9884
de5939ba
CS
98852012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9886
9887 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9888 (Bug#10987).
9889
0c93eabf
CY
98902012-03-11 Chong Yidong <cyd@gnu.org>
9891
397a688f
CY
9892 * simple.el (goto-line): Doc fix (Bug#9938).
9893
2cc775f9
CY
9894 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9895
0c93eabf
CY
9896 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9897 when finished (Bug#10963).
9898
c491fa41
MR
98992012-03-11 Martin Rudalics <rudalics@gmx.at>
9900
9901 * window.el (split-window-below): Fix bug in case where
9902 split-window-keep-point is nil (Bug#10971).
9903
300e8fa5
JL
99042012-03-11 Juri Linkov <juri@jurta.org>
9905
9906 * replace.el (replace-highlight): Set isearch-word to nil
9907 unconditionally. (Bug#10887)
9908
dbf6c5a1
EZ
99092012-03-10 Eli Zaretskii <eliz@gnu.org>
9910
9911 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9912 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 9913 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
9914 (mairix-widget-create-query): Add usage information about mairix
9915 search forms: negating words, searching for substrings, etc.
9916
b9e501de
JP
99172012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9918
9919 * international/fontset.el (font-encoding-alist): Add an entry for
9920 ksx1001 (Bug#5667).
9921
92795c91
RS
99222012-03-10 Richard Stallman <rms@gnu.org>
9923
1694e6c1
RS
9924 * mail/sendmail.el (mail-encode-header):
9925 Set rfc2047-encode-encoded-words.
9926
607e8555
RS
9927 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9928
de3bc99a
RS
9929 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9930 view buffer means not swapped.
9931 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9932 (rmail-write-region-annotate): Error if real text has disappeared.
9933
92795c91
RS
9934 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9935
699bd04e
CY
99362012-03-10 Chong Yidong <cyd@gnu.org>
9937
9938 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
9939 * emulation/cua-base.el (cua--init-keymaps):
9940 Add delete-forward-char to remappings (Bug#9666).
699bd04e 9941
570a1714
MR
99422012-03-10 Martin Rudalics <rudalics@gmx.at>
9943
dbbc2e69
SM
9944 * speedbar.el (speedbar-unhighlight-one-tag-line):
9945 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 9946
82dcf4e4
CY
99472012-03-10 Chong Yidong <cyd@gnu.org>
9948
7a2c7ca7
CY
9949 * minibuffer.el (completion-in-region, completion-help-at-point):
9950 Give the completion field overlay a high priority (Bug#6830).
9951
82dcf4e4
CY
9952 * dired.el (dired-goto-file): Recognize absolute file name
9953 listings (Bug#7126).
9954 (dired-goto-file-1): New helper function.
9955 (dired-toggle-read-only): Inhibit warnings.
9956
052e28ac
MA
99572012-03-09 Michael Albinus <michael.albinus@gmx.de>
9958
75f1671a 9959 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
9960 there are no properties.
9961
95d5e396
LL
99622012-03-09 Leo Liu <sdl.web@gmail.com>
9963
9964 * savehist.el (savehist-printable): Stricter check for string
9965 value (Bug#10937).
9966
3f018d6d
EZ
99672012-03-09 Eli Zaretskii <eliz@gnu.org>
9968
dbbc2e69
SM
9969 * mail/smtpmail.el (smtpmail-send-it):
9970 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
9971 valid mbox format.
9972
f7fd3d79
GM
99732012-03-09 Glenn Morris <rgm@gnu.org>
9974
9975 * files.el (dir-locals-find-file):
9976 Don't check result is regular, readable.
9977 (dir-locals-read-from-file): Demote errors.
9978
6ff6e72f
EZ
99792012-03-08 Eli Zaretskii <eliz@gnu.org>
9980
dbbc2e69
SM
9981 * international/quail.el (quail-insert-kbd-layout):
9982 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
9983 layout cell, to prevent their reordering by bidi display engine.
9984 For details, see the discussion in
9985 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9986
9cec7834
AM
99872012-03-08 Alan Mackenzie <acm@muc.de>
9988
9989 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9990 the starting position; make it extend the marked region when
9991 invoked repeatedly - all under appropriate circumstances.
9992 Fixes bugs #5525, #10906.
9993
9a40b8d4
GM
99942012-03-08 Glenn Morris <rgm@gnu.org>
9995
9996 * files.el (locate-dominating-file, dir-locals-find-file):
9997 Undo 2012-03-06 change.
9998
7a08ed35
EZ
99992012-03-07 Eli Zaretskii <eliz@gnu.org>
10000
dbbc2e69
SM
10001 * international/quail.el (quail-help):
10002 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
10003 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10004 for the reason.
10005
5aca4f71 100062012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
10007
10008 Avoid superfluous registering of signals. (Bug#10807)
10009
10010 * notifications.el (notifications-on-action-object)
10011 (notifications-on-close-object): New defvars.
10012 (notifications-on-action-signal, notifications-on-closed-signal):
10013 Unregister the signal if not needed any longer.
10014 (notifications-notify): Register `notifications-action-signal' or
10015 `notifications-closed-signal', if :on-action or :on-close has been
10016 passed as argument.
10017
78e8b10a
CY
100182012-03-07 Chong Yidong <cyd@gnu.org>
10019
10020 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10021 non-X platforms.
10022
69481eb8
GM
100232012-03-06 Glenn Morris <rgm@gnu.org>
10024
10025 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10026 (x-disown-selection-internal, x-get-selection-internal):
10027 Doc fix (add arglist signatures). (Bug#10783)
10028
133b8e11
KS
100292012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10030
10031 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10032 Handle breakpoints with no "type".
10033
99a83064
GM
100342012-03-06 Glenn Morris <rgm@gnu.org>
10035
10036 * files.el (locate-dominating-file): Add optional predicate argument.
10037 (dir-locals-find-file): Make use of above change.
10038
17798e78
TTN
100392012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10040
10041 * info.el (Info-insert-dir): Also try "dir.gz".
10042
eb182446
GM
100432012-03-06 Glenn Morris <rgm@gnu.org>
10044
8f2114ee
GM
10045 * files.el (dir-locals-find-file):
10046 Ignore non-readable or non-regular files. (Bug#10928)
10047
eb182446
GM
10048 * files.el (locate-dominating-file): Doc fix.
10049
24679323
AS
100502012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10051
10052 * calendar/calendar.el (calendar-set-mode-line):
10053 `getenv' returns a string. (Bug#10951)
10054
01d972a9
LL
100552012-03-05 Leo Liu <sdl.web@gmail.com>
10056
109aa8a9
LL
10057 * simple.el (backward-delete-char-untabify): Constrain point to
10058 field (Bug#10939).
10059
01d972a9
LL
10060 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10061
10607bea
CY
100622012-03-05 Chong Yidong <cyd@gnu.org>
10063
10064 * simple.el (count-words): If called from Lisp, return the word
10065 count, for symmetry with `count-lines'. Arglist changed.
10066 (count-words--message): Args changed. Consolidate counting code
10067 from count-words and count-words-region.
10068 (count-words-region): Caller changed.
10069 (count-lines-region): Make it an obsolete alias.
10070
5dd11cfe
TH
100712012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10072
10073 * saveplace.el (save-place-to-alist)
10074 (save-place-ignore-files-regexp): Allow value nil to disable this
10075 feature.
10076
c349f4e6
CY
100772012-03-04 Chong Yidong <cyd@gnu.org>
10078
10079 * faces.el (face-spec-reset-face): For the default face, reset the
10080 attributes to default values (Bug#10748).
10081
e627be4c
LMI
100822012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10083
10084 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10085 previous patch: Check `message-send-mail-function', and not the
10086 default function (bug#10897).
10087
ebeabff4
MA
100882012-03-04 Michael Albinus <michael.albinus@gmx.de>
10089
a41a6cf4
MA
10090 * notifications.el (notifications-on-action-signal)
10091 (notifications-on-closed-signal): Check for unique service name of
10092 incoming event. Fix error in removing entry.
ebeabff4 10093 (top): Register for signals with wildcard service name.
a41a6cf4 10094 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 10095
c1ca42b4
CY
100962012-03-04 Chong Yidong <cyd@gnu.org>
10097
dc9924b8 10098 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 10099
ea16568d
GM
101002012-03-04 Glenn Morris <rgm@gnu.org>
10101
10102 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10103 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10104 (expand-abbrev, define-abbrev-table): Doc fixes.
10105
fbae4637
LMI
101062012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10107
10108 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10109 `message-default-send-mail-function' and not `send-mail-function'
10110 when doing the prompting for `sendmail-query-once' before sending
10111 in Message buffers (bug#10897).
10112
a1e7225c
LMI
10113 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10114 This is inconsistent with all the other stream functions, which leave
10115 the setting up to the higher levels (if so wanted) (bug#10931).
10116
56d093a9
AM
101172012-03-02 Alan Mackenzie <acm@muc.de>
10118
10119 Depessimize the handling of very large macros.
10120
10121 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10122 (c-macro-cache-syntactic): New variables to implement a one
10123 element macro cache.
10124 (c-invalidate-macro-cache): New function.
10125 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10126 Adapt to use the new cache.
10127 (c-state-safe-place): Use better the cache of safe positions.
10128 (c-state-semi-nonlit-pos-cache)
10129 (c-state-semi-nonlit-pos-cache-limit):
10130 New variables for...
10131 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10132 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
10133 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10134 Use c-state-semi-safe-place.
56d093a9 10135
dbbc2e69
SM
10136 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10137 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 10138
817e5c3d
MA
101392012-03-02 Michael Albinus <michael.albinus@gmx.de>
10140
dbbc2e69
SM
10141 * jka-compr.el (jka-compr-call-process):
10142 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
10143 not remote.
10144
a032a702
MA
101452012-03-01 Michael Albinus <michael.albinus@gmx.de>
10146
10147 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10148 access of FILE2, if FILE1 does not exist.
10149
99a54f21
MA
10150 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10151 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10152
10153 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10154 Add "PAGER=" to `process-environment'.
10155
f6561e1f
MM
101562012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10157
10158 * progmodes/sql.el: Bug fix
10159 (sql-get-login-ext): Save login values in globals.
10160 (sql-get-login): Use new version of `sql-get-login-ext'.
10161 (sql-interactive-mode): Set global `sql-connection' to nil.
10162 (sql-connect): Set global values for connection.
10163 (sql-product-interactive): Save global values as buffer local.
10164
2d44d9cc
LL
101652012-02-29 Leo Liu <sdl.web@gmail.com>
10166
10167 * abbrev.el (define-abbrevs): Reset sys to nil.
10168
96b49301 101692012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10170
bf7f9bc5
JB
10171 * files.el (file-equal-p): Rename from `files-equal-p'.
10172 Return nil when one or both files don't exist.
96b49301 10173 (file-subdir-of-p): Now only top directory must exists,
10174 return nil if it doesn't.
bf7f9bc5
JB
10175 (copy-directory): No need to test with `file-subdir-of-p' after
10176 creating dir.
10177 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10178 to `file-equal-p'.
96b49301 10179
44e97401
GM
101802012-02-28 Glenn Morris <rgm@gnu.org>
10181
10182 * shell.el (shell-mode):
10183 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10184 * play/landmark.el (landmark-font-lock-face-O):
10185 * play/handwrite.el (handwrite):
10186 * play/gomoku.el (gomoku-O):
10187 * net/browse-url.el (browse-url-browser-display):
10188 * international/mule.el (define-charset):
10189 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10190 * filesets.el (filesets-find-file-delay):
10191 * eshell/em-xtra.el (eshell-xtra):
10192 * eshell/em-unix.el (eshell-grep):
10193 * emulation/viper.el (viper-mode):
10194 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10195 * emacs-lisp/easymenu.el (easy-menu-define):
10196 * calendar/timeclock.el (timeclock-use-display-time):
10197 * bs.el (bs-mode):
10198 * bookmark.el (bookmark-save-flag):
10199 Doc fix (standardize possessive apostrophe usage).
10200
c98c6276
CY
102012012-02-27 Chong Yidong <cyd@gnu.org>
10202
bf7f9bc5
JB
10203 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10204 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 10205
c98c6276
CY
10206 * font-lock.el (font-lock-specified-p): Rename from
10207 font-lock-spec-present. Callers changed.
10208
9c62cd04 102092012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 10210
bf7f9bc5
JB
10211 * emacs-lisp/package.el (package-compute-transaction):
10212 Handle holding a package version to t in package-load-list.
8ac9e529 10213
530739c9
MA
102142012-02-26 Michael Albinus <michael.albinus@gmx.de>
10215
10216 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10217 (tramp-get-inode, tramp-get-device): Use cached values.
10218
487915d7
AM
102192012-02-26 Alan Mackenzie <acm@muc.de>
10220
10221 Check there is a font-lock specification before doing initial
10222 fontification.
10223
10224 * font-core.el (font-lock-mode): Move the conditional from
10225 :after-hook to font-lock-initial-fontify.
10226 (font-lock-default-function): Move the check for a specification
10227 to font-lock-spec-present.
10228
dc9924b8 10229 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
10230 (font-lock-spec-present): New function.
10231
4fd96557
JB
102322012-02-26 Jim Blandy <jimb@red-bean.com>
10233
10234 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10235 (gdb-send): Apply it to the operand of the '-interpreter-exec
10236 console' command, so that we can pass arguments with (say) quotes
10237 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10238
9a4888c0
CY
102392012-02-26 Chong Yidong <cyd@gnu.org>
10240
07498861
CY
10241 * help-fns.el (describe-function-1): Clarify description of
10242 remapping (Bug#10844).
10243
9a4888c0
CY
10244 * files.el (files-equal-p): Doc fix.
10245 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10246 and quit the loop once a mismatch is found.
10247
ea8fb88d
JB
102482012-02-25 Juanma Barranquero <lekktu@gmail.com>
10249
10250 * bs.el (bs--show-with-configuration): Don't throw an error
10251 if the window cannot be split; otherwise, subsequent calls to
10252 bs-show fail, restoring a stale window config. (Bug#10882)
10253
525795c1
JD
102542012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10255
10256 * term/ns-win.el (global-map): Bind ns-drag-file to
10257 ns-find-file (Bug#5855, Bug#10050).
10258
f008086f
AS
102592012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10260
10261 * calendar/parse-time.el (parse-time-string): Allow extractor to
10262 return nil.
10263
a3fcfa99
MA
102642012-02-25 Michael Albinus <michael.albinus@gmx.de>
10265
91027d08
JB
10266 * net/tramp.el (tramp-file-name-for-operation):
10267 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
10268
10269 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
10270 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10271 Add COPY-CONTENTS argument.
a3fcfa99 10272
67b0de11
CY
102732012-02-25 Chong Yidong <cyd@gnu.org>
10274
10275 Add custom groups for VC backends, for consistency with vc-bzr.
10276
10277 * vc/vc-arch.el (vc-arch):
10278 * vc/vc-cvs.el (vc-cvs):
10279 * vc/vc-git.el (vc-git):
10280 * vc/vc-hg.el (vc-hg):
10281 * vc/vc-mtn.el (vc-mtn):
10282 * vc/vc-rcs.el (vc-rcs):
10283 * vc/vc-sccs.el (vc-sccs):
10284 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10285 All relevant defcustoms reassigned.
10286
3c9dfce6
CY
102872012-02-25 Chong Yidong <cyd@gnu.org>
10288
1339bf43
CY
10289 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10290
3c9dfce6
CY
10291 * term/x-win.el (x-initialize-window-system): Reduce default for
10292 x-selection-timeout to 5 seconds (Bug#8869).
10293
25b2e303 102942012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10295
ec70a47d
GM
10296 * files.el (files-equal-p, file-subdir-of-p): New functions.
10297 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 10298 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
10299 * dired-aux.el (dired-copy-file-recursive): Same.
10300 (dired-create-files): Modify destination when source is equal to
10301 dest when copying files.
53a46cd0 10302 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 10303
914260cd
MA
103042012-02-24 Michael Albinus <michael.albinus@gmx.de>
10305
10306 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10307 (Bug#10874)
10308
2cb228f7
AM
103092012-02-23 Alan Mackenzie <acm@muc.de>
10310
10311 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10312 parameter "after-hook:" to allow the expansion to run code after
10313 the execution of the mode hooks.
10314
10315 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 10316 from font-lock-mode-internal.
2cb228f7 10317
91027d08 10318 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
10319 :after-hook.
10320
8f0fde21
SM
103212012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10322
3e88618b
SM
10323 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10324 (completion--cache-all-sorted-completions): New function.
10325 (completion-all-sorted-completions): Use it.
10326 (completion--do-completion, minibuffer-force-complete):
10327 Use it to re-instate the flush hook.
10328
8f0fde21
SM
10329 * icomplete.el (icomplete-completions): Replace last fix with a better
10330 one (bug#10850).
10331
8e911f6f
DG
103322012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10333
10334 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10335 when it might call us back infinitely (bug#10797).
10336
49fe4321
GM
103372012-02-23 Glenn Morris <rgm@gnu.org>
10338
10339 * minibuffer.el (completion-category-overrides): Doc fix.
10340
b291b572
SM
103412012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10344 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10345
31a9ef2e
GM
103462012-02-23 Glenn Morris <rgm@gnu.org>
10347
5e6e6794 10348 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
10349 (authors-obsolete-files-regexps, authors-ignored-files)
10350 (authors-ambiguous-files, authors-renamed-files-alist):
10351 Add more entries.
10352
0bd1e074
JL
103532012-02-23 Juri Linkov <juri@jurta.org>
10354
10355 * isearch.el (isearch-occur): Sync interactive spec with occur's
10356 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10357
b617673c
JL
10358 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10359
19e9789e
JL
103602012-02-22 Juri Linkov <juri@jurta.org>
10361
10362 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10363 (ucs-insert): Doc fix. Check for hex digits in the string.
10364 Don't display `nil' in the error message. (Bug#10857)
10365
f41ce09d
AM
103662012-02-22 Alan Mackenzie <acm@muc.de>
10367
7a71b18d 10368 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 10369
ac2eceee
GM
103702012-02-22 Glenn Morris <rgm@gnu.org>
10371
10372 * ffap.el (ffap-c-path):
10373 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10374
abd1f678
CY
103752012-02-22 Chong Yidong <cyd@gnu.org>
10376
10377 * custom.el (load-theme): Doc fix.
10378
f25aef2e
GM
103792012-02-22 Glenn Morris <rgm@gnu.org>
10380
10381 * dired-x.el (dired-guess-shell-alist-default):
10382 Remove escape sequences from nroff output. (Bug#172)
10383
5f8dc2ca
GM
103842012-02-21 Glenn Morris <rgm@gnu.org>
10385
6ff86ec4
GM
10386 * vc/emerge.el (emerge-defvar-local):
10387 Set `permanent-local' property rather than unused `preserved'.
10388
be3223a3 10389 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
10390 (picture-mode-map): Use it. (Bug#10860)
10391 (picture-mode): Doc fix.
10392
3fe58f4f
JB
103932012-02-21 Juanma Barranquero <lekktu@gmail.com>
10394
10395 * newcomment.el (uncomment-region-default): Remove unused binding.
10396
f9a998c3
GM
103972012-02-21 Glenn Morris <rgm@gnu.org>
10398
10399 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10400 (picture-self-insert, picture-tab-chars): Doc fix.
10401 (picture-mode-map): Fix C-a, C-e.
10402
c6029348
GM
104032012-02-20 Glenn Morris <rgm@gnu.org>
10404
10405 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10406
ab1ce9d7
LL
104072012-02-20 Leo Liu <sdl.web@gmail.com>
10408
10409 * icomplete.el (icomplete-completions): Check FROM arg before
10410 passing to substring (Bug#10850).
10411
0fd40f89
CY
104122012-02-19 Chong Yidong <cyd@gnu.org>
10413
10414 * comint.el: Require ansi-color.
10415 (comint-output-filter-functions): Add ansi-color-process-output.
10416
10417 * ansi-color.el: Don't set comint-output-filter-functions; it is
10418 now in the initial value defined in comint.el.
10419 (ansi-color-apply-face-function): New variable.
10420 (ansi-color-apply-on-region): Use it.
10421 (ansi-color-apply-overlay-face): New function.
10422
10423 * shell.el (shell): No need to require ansi-color.
10424 (shell-mode): Use ansi-color-apply-face-function to highlight
10425 color escapes using font-lock-face property (Bug#10835).
10426
20af2394
CY
104272012-02-19 Chong Yidong <cyd@gnu.org>
10428
10429 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10430 mode-line formats (Bug#10839).
10431
e23a3fbe
GM
104322012-02-18 Glenn Morris <rgm@gnu.org>
10433
b474519e
GM
10434 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10435
10436 * mail/undigest.el (unforward-rmail-message): Doc fix.
10437
e23a3fbe
GM
10438 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10439
57939ff4
EZ
104402012-02-18 Eli Zaretskii <eliz@gnu.org>
10441
10442 * international/characters.el (script-list): Sync with the latest
10443 Unicode Character Database.
10444
0c23686e
AS
104452012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10446
10447 * international/titdic-cnv.el: Remove duplicate coding tag.
10448 * language/cham.el: Likewise.
10449 * language/tai-viet.el: Likewise.
10450
6818b449
GM
104512012-02-18 Glenn Morris <rgm@gnu.org>
10452
10453 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10454 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10455 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10456 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10457 * calendar/holidays.el (holiday-bahai-holidays)
10458 (calendar-holidays, list-holidays):
10459 Use utf-8 Bahá'í in doc-strings, menus, etc.
10460
0311a3fc
TH
104612012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10462
10463 * saveplace.el (save-place-ignore-files-regexp): New variable
10464 allowing for excluding files from saving their location of point.
10465 The default value matches the temporary commit message editing
10466 files from Git, SVN, Bazaar, and Mercurial.
10467 (save-place-to-alist): Use it.
10468
d209e2fb 104692012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 10470 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
10471
10472 * newcomment.el (uncomment-region-default): Don't leave extra space
10473 when an arg is provided (bug#8150).
10474
ee0ce425
TZ
104752012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10476
eb864a71 10477 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 10478
95ddf442
GM
104792012-02-17 Glenn Morris <rgm@gnu.org>
10480
10481 * net/socks.el: Require network-stream. (Bug#10599)
10482
48dd1e39 104832012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
10484
10485 * international/charprop.el:
10486 * international/uni-name.el:
10487 * international/uni-old-name.el:
10488 * international/uni-comment.el: Regenerate.
10489
d68cd087
GM
104902012-02-16 Glenn Morris <rgm@gnu.org>
10491
10492 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10493 Interactively in calendar buffer, give an error if not on a date.
10494
13932042
GM
104952012-02-15 Glenn Morris <rgm@gnu.org>
10496
10497 * shell.el (shell-delimiter-argument-list):
10498 Revert 2011-02-17 change. (Bug#8027)
10499
c3a70e2b
CY
105002012-02-15 Chong Yidong <cyd@gnu.org>
10501
60236b0d
CY
10502 * minibuffer.el (completion-at-point-functions): Doc fix.
10503
c3a70e2b
CY
10504 * custom.el (defcustom): Doc fix; note use of defvar.
10505
9f26dc24
GM
105062012-02-15 Glenn Morris <rgm@gnu.org>
10507
10508 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10509 Doc fixes.
10510
6546b134
GM
105112012-02-14 Glenn Morris <rgm@gnu.org>
10512
10513 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10514
d29b2b4c
LI
105152012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10516
10517 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10518 way the ports list is computed.
835bdcba
LI
10519 (smtpmail-query-smtp-server): Prompt the user for a port number if
10520 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 10521
08dcdbc9
TZ
105222012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10523
10524 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10525
2605051a
GM
105262012-02-13 Glenn Morris <rgm@gnu.org>
10527
10528 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10529
7ee99f32
TZ
105302012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10531
10532 * net/gnutls.el (gnutls-trustfiles): New variable.
10533 (gnutls-negotiate): Use it.
10534
5f0af64f
LI
105352012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10536
10537 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10538 does its stuff if Gnus is running.
10539
c14fcc95
AM
105402012-02-13 Alan Mackenzie <acm@muc.de>
10541
10542 Fix a loop in c-set-fl-decl-start.
10543
7a71b18d 10544 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
10545 c-backward-syntactic-ws actually moves backwards.
10546
142b4d90
LL
105472012-02-13 Leo Liu <sdl.web@gmail.com>
10548
10549 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10550 beginning so that all \C-o chars are removed.
10551
fa9958a6
TZ
105522012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10553
dc9924b8 10554 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 10555
0bc5886a
AM
105562012-02-12 Alan Mackenzie <acm@muc.de>
10557
10558 Fix infinite loop with long macros.
4d6769e1 10559 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 10560
d4bd55e7
CY
105612012-02-12 Chong Yidong <cyd@gnu.org>
10562
10563 * window.el (display-buffer): Doc fix (Bug#10785).
10564
66f3fe22
GM
105652012-02-12 Glenn Morris <rgm@gnu.org>
10566
bd7da63e
GM
10567 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10568 (x-disown-selection-internal, x-get-selection-internal):
10569 Sync docs with the xselect.c versions.
10570
66f3fe22
GM
10571 * allout-widgets.el: Add missing license notice.
10572
3e0d2fa7
GM
105732012-02-11 Glenn Morris <rgm@gnu.org>
10574
cfecdf09
GM
10575 * select.el (x-get-selection-internal, x-own-selection-internal)
10576 (x-disown-selection-internal):
10577 * x-dnd.el (x-get-selection-internal): Update declarations.
10578
6d216d7f
GM
10579 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10580
2bed3f04
GM
10581 * window.el (window-sides-slots):
10582 * tool-bar.el (tool-bar-position):
10583 * term/xterm.el (xterm-extra-capabilities):
10584 * ses.el (ses-self-reference-early-detection):
10585 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10586 (verilog-auto-wire-type)
10587 (verilog-auto-delete-trailing-whitespace)
10588 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10589 (verilog-auto-tieoff-declaration):
10590 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10591 (sql-oracle-statement-starters, sql-oracle-scan-on):
10592 * progmodes/prolog.el (prolog-align-comments-flag)
10593 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10594 (prolog-left-indent-regexp, prolog-paren-indent-p)
10595 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10596 (prolog-types, prolog-mode-specificators)
10597 (prolog-determinism-specificators, prolog-directives)
10598 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10599 (prolog-electric-dot-flag)
10600 (prolog-electric-dot-full-predicate-template)
10601 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10602 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10603 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10604 (prolog-program-switches, prolog-prompt-regexp)
10605 (prolog-debug-on-string, prolog-debug-off-string)
10606 (prolog-trace-on-string, prolog-trace-off-string)
10607 (prolog-zip-on-string, prolog-zip-off-string)
10608 (prolog-use-standard-consult-compile-method-flag)
10609 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10610 (prolog-imenu-max-lines, prolog-info-predicate-index)
10611 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10612 (prolog-char-quote-workaround):
10613 * progmodes/cc-vars.el (c-defun-tactic):
10614 * net/tramp.el (tramp-encoding-command-interactive)
10615 (tramp-local-end-of-line):
10616 * net/soap-client.el (soap-client):
10617 * net/netrc.el (netrc-file):
10618 * net/gnutls.el (gnutls):
10619 * minibuffer.el (completion-category-overrides)
10620 (completion-cycle-threshold)
10621 (completion-pcm-complete-word-inserts-delimiters):
10622 * man.el (Man-name-local-regexp):
10623 * mail/feedmail.el (feedmail-display-full-frame):
10624 * international/characters.el (glyphless-char-display-control):
10625 * eshell/em-ls.el (eshell-ls-date-format):
10626 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10627 (lisp-lambda-list-keyword-parameter-indentation)
10628 (lisp-lambda-list-keyword-parameter-alignment):
10629 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10630 * dired-x.el (dired-omit-verbose):
10631 * cus-theme.el (custom-theme-allow-multiple-selections):
10632 * calc/calc.el (calc-highlight-selections-with-faces)
10633 (calc-lu-field-reference, calc-lu-power-reference)
10634 (calc-note-threshold):
10635 * battery.el (battery-mode-line-limit):
10636 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10637 (archive-7z-update):
10638 * allout.el (allout-prefixed-keybindings)
10639 (allout-unprefixed-keybindings)
10640 (allout-inhibit-auto-fill-on-headline)
10641 (allout-flattened-numbering-abbreviation):
10642 * allout-widgets.el (allout-widgets-auto-activation)
10643 (allout-widgets-icons-dark-subdir)
10644 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10645 (allout-widgets-theme-dark-background)
10646 (allout-widgets-theme-light-background)
10647 (allout-widgets-item-image-properties-emacs)
10648 (allout-widgets-item-image-properties-xemacs)
10649 (allout-widgets-run-unit-tests-on-load)
10650 (allout-widgets-time-decoration-activity)
10651 (allout-widgets-hook-error-post-time)
10652 (allout-widgets-track-decoration):
10653 Add missing :version tags to new defcustoms and defgroups.
10654
5fec1b8e
GM
10655 * progmodes/sql.el (sql-ansi-statement-starters)
10656 (sql-oracle-statement-starters): Add custom type.
10657
3e0d2fa7
GM
10658 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10659 (prolog-system-version): Give it a type.
10660
90b671e2
EZ
106612012-02-11 Eli Zaretskii <eliz@gnu.org>
10662
10663 * term/pc-win.el (x-select-text, x-selection-owner-p)
10664 (x-own-selection-internal, x-disown-selection-internal)
10665 (x-get-selection-internal): Sync doc strings and argument lists
10666 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10667
5eac0c02
LL
106682012-02-11 Leo Liu <sdl.web@gmail.com>
10669
10670 * progmodes/python.el (python-end-of-statement): Fix infinite
10671 loop. (Bug#10788)
10672
f82cb659
GM
106732012-02-10 Glenn Morris <rgm@gnu.org>
10674
10675 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10676 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10677
cc26d239
LI
106782012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10679
10680 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10681 about SMTP before checking the From header.
10682
91027d08 10683 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
10684 into own function for reuse by emacsbug.el.
10685
1be3ca5a
LL
106862012-02-10 Leo Liu <sdl.web@gmail.com>
10687
10688 * subr.el (condition-case-unless-debug): Rename from
10689 condition-case-no-debug. All callers changed.
10690 (with-demoted-errors): Fix caller.
10691
10692 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10693 * nxml/rng-valid.el (rng-do-some-validation):
10694 * emacs-lisp/package.el (package-refresh-contents)
10695 (package-menu-execute):
10696 * desktop.el (desktop-create-buffer):
91027d08 10697 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 10698
b011fbfe
GM
106992012-02-10 Glenn Morris <rgm@gnu.org>
10700
b2096d72
GM
10701 * textmodes/bibtex.el:
10702 Add missing :version tags for new/changed defcustoms.
10703
b011fbfe
GM
10704 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10705
4c7e65bf
LI
107062012-02-09 Lars Ingebrigtsen <larsi@rusty>
10707
10708 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10709 (smtpmail-via-smtp): Use it, or fall back on the From address.
10710 (smtpmail-send-it): Ditto.
10711
f3934f6f
SM
107122012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10715 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10716 (byte-compile-tmp-var): New const.
10717 (byte-compile-defvar): Use it to minimize .elc size.
10718 Just use `defvar' rather than simulate it (bug#10761).
10719
a075a2c5
GM
107202012-02-09 Glenn Morris <rgm@gnu.org>
10721
cf3aa21b
GM
10722 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10723
354998cd
GM
10724 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10725 Add :version tags.
10726
dc9924b8
SM
10727 * progmodes/compile.el (compilation-error-screen-columns)
10728 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 10729
dab3703d
GM
10730 * vc/log-view.el (log-view-toggle-entry-display):
10731 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10732
3f88cd72
GM
10733 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10734 (report-emacs-bug-can-use-xdg-email):
10735 (report-emacs-bug-insert-to-mailer): Doc fixes.
10736 (report-emacs-bug): Message fix.
10737
d95b247d
GM
10738 * net/browse-url.el (browse-url-can-use-xdg-open)
10739 (browse-url-xdg-open): Doc fixes.
10740
a075a2c5
GM
10741 * electric.el (electric-indent-mode, electric-pair-mode)
10742 (electric-layout-rules, electric-layout-mode): Doc fixes.
10743 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10744
ffb6157e
MR
107452012-02-08 Martin Rudalics <rudalics@gmx.at>
10746
10747 * server.el (server-unselect-display): Don't inadvertently kill
10748 the current buffer. (Bug#10729)
10749
e1ac4066
GM
107502012-02-08 Glenn Morris <rgm@gnu.org>
10751
34e8a2da
GM
10752 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10753 (sql-list-table): Doc fixes.
10754
b4ac6e8c
GM
10755 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10756 Comment out (does nothing).
10757
e1ac4066
GM
10758 * completion.el (dynamic-completion-mode):
10759 * dirtrack.el (dirtrack-debug-mode):
10760 * electric.el (electric-layout-mode):
10761 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10762 * face-remap.el (text-scale-mode, buffer-face-mode):
10763 * iimage.el (iimage-mode):
10764 * image-mode.el (image-transform-mode):
10765 * minibuffer.el (completion-in-region-mode):
10766 * scroll-lock.el (scroll-lock-mode):
10767 * simple.el (next-error-follow-minor-mode):
10768 * tar-mode.el (tar-subfile-mode):
10769 * tooltip.el (tooltip-mode):
10770 * vcursor.el (vcursor-use-vcursor-map):
10771 * wid-browse.el (widget-minor-mode):
10772 * emulation/tpu-edt.el (tpu-edt-mode):
10773 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10774 * international/iso-ascii.el (iso-ascii-mode):
10775 * language/thai-util.el (thai-word-mode):
10776 * mail/supercite.el (sc-minor-mode):
10777 * net/goto-addr.el (goto-address-mode):
10778 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10779 * progmodes/cwarn.el (cwarn-mode):
10780 * progmodes/flymake.el (flymake-mode):
10781 * progmodes/glasses.el (glasses-mode):
10782 * progmodes/hideshow.el (hs-minor-mode):
10783 * progmodes/pascal.el (pascal-outline-mode):
10784 * textmodes/enriched.el (enriched-mode):
10785 * vc/smerge-mode.el (smerge-mode):
10786 Doc fixes (minor mode argument).
10787
5e0d957f
EZ
107882012-02-07 Eli Zaretskii <eliz@gnu.org>
10789
10790 * ls-lisp.el (ls-lisp-sanitize): New function.
10791 (ls-lisp-insert-directory): Use it to fix or remove any elements
10792 in file-alist with missing attributes. (Bug#4673)
10793
98d7371e
AM
107942012-02-07 Alan Mackenzie <acm@muc.de>
10795
10796 Fix spurious recognition of c-in-knr-argdecl.
10797
10798 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10799 putative K&R region.
10800
667ced3a
AM
108012012-02-07 Alan Mackenzie <acm@muc.de>
10802
eb864a71
LM
10803 * progmodes/cc-engine.el (c-forward-objc-directive):
10804 Prevent looping in "#pragma mark @implementation".
667ced3a 10805
5b77774d
MA
108062012-02-07 Michael Albinus <michael.albinus@gmx.de>
10807
10808 * notifications.el (notifications-on-closed-signal): Make `reason'
10809 optional. (Bug#10744)
10810
af008560
GM
108112012-02-07 Glenn Morris <rgm@gnu.org>
10812
60d47423
GM
10813 * emacs-lisp/easy-mmode.el (define-minor-mode):
10814 Doc fixes for the macro and the mode it defines.
10815
dd605cc4
GM
10816 * image.el (imagemagick-types-inhibit): Doc fix.
10817
af008560
GM
10818 * cus-start.el (imagemagick-render-type): Add it.
10819
5cc59a37
LI
108202012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10821
4d6769e1
JB
10822 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10823 Set the default at load time, too, so that `font-lock-fontify-buffer'
10824 can be called without setting up the entire mode first. This fixes
10825 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 10826
9a6dd747
CY
108272012-02-06 Chong Yidong <cyd@gnu.org>
10828
2d16b285
CY
10829 * simple.el (list-processes--refresh): Delete exited processes
10830 (Bug#8094).
10831
171e9b6e
CY
10832 * comint.el (comint-next-prompt): next-single-char-property-change
10833 and prev-single-char-property-change never return nil (Bug#8657).
10834
9a6dd747
CY
10835 * custom.el (defcustom): Doc fix (Bug#9711).
10836
aa4589a7
CY
108372012-02-05 Chong Yidong <cyd@gnu.org>
10838
5c2a252f
CY
10839 * cus-edit.el (custom-variable-reset-backup): Quote the value
10840 before storing it in the customized-value property (Bug#6712).
4aab9006 10841 (custom-display): Add a customization type tag.
983b9602 10842 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 10843
aa4589a7
CY
10844 * wid-edit.el (widget-field-value-get): New optional arg to
10845 suppress trailing whitespace truncation.
10846 (character): Use it (Bug#2689).
10847
1ff980ae
AS
108482012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10849
10850 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10851 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10852
03988c98
CY
108532012-02-05 Chong Yidong <cyd@gnu.org>
10854
eeb6cc88
CY
10855 * cus-edit.el (custom-variable-value-create): For mismatched
10856 types, show the current value (Bug#7600).
10857
03988c98
CY
10858 * custom.el (defcustom): Doc fix.
10859
f8cdeef0
GM
108602012-02-05 Glenn Morris <rgm@gnu.org>
10861
10862 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10863
0696d255
JB
108642012-02-05 Juanma Barranquero <lekktu@gmail.com>
10865
10866 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10867 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10868 (pp-last-sexp): Use `looking-at-p'.
10869
34c99998
GM
108702012-02-04 Glenn Morris <rgm@gnu.org>
10871
8f05da42
GM
10872 * files.el (revert-buffer):
10873 Doc fix (mention revert-buffer-in-progress-p).
10874
f160676e
GM
10875 * emacs-lisp/ert-x.el (ert-simulate-command):
10876 Check deferred-action-list (which is obsolete) is bound.
10877
c7291ad9
GM
10878 * subr.el (with-wrapper-hook): Doc fixes.
10879
34c99998
GM
10880 * simple.el (filter-buffer-substring-functions)
10881 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10882
6283a7d3
LL
108832012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10884
10885 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10886 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10887
e96e3013
LL
108882012-02-04 Leo Liu <sdl.web@gmail.com>
10889
10890 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10891
8ded50f2
GM
108922012-02-04 Glenn Morris <rgm@gnu.org>
10893
82ff1d13
GM
10894 * image.el (image-extension-data): Add obsolete alias.
10895
987a0a16
GM
10896 * isearch.el (isearch-update): Doc fix.
10897
ea32ef46
GM
10898 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10899
8ded50f2
GM
10900 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10901
eea14f31
GM
109022012-02-03 Glenn Morris <rgm@gnu.org>
10903
10904 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10905 (image-animate-timeout): Doc fix.
10906
10907 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10908
12f381b7
GM
109092012-02-02 Glenn Morris <rgm@gnu.org>
10910
953cebf5
GM
10911 * server.el (server-auth-dir): Doc fix.
10912 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10913
12f381b7
GM
10914 * subr.el (run-mode-hooks): Doc fix.
10915
953a8c3b
JL
109162012-02-02 Juri Linkov <juri@jurta.org>
10917
10918 * image-mode.el (image-toggle-display-image): Remove tautological
10919 `major-mode' from the `derived-mode-p' test.
10920
c5d3843c
KH
109212012-02-02 Kenichi Handa <handa@m17n.org>
10922
9f6e692e 10923 * composite.el (compose-region): Cancel previous change.
c5d3843c 10924
159462d4 109252012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
10926
10927 * composite.el (compose-region, compose-string): Signal error for
10928 a null string component (Bug#6988).
10929
9f562668
CY
109302012-02-01 Chong Yidong <cyd@gnu.org>
10931
e2cef717
CY
10932 * view.el (view-buffer-other-window, view-buffer-other-frame):
10933 Handle special modes like view-buffer (Bug#10650).
10934 (view-buffer): Simplify.
10935
9f562668
CY
10936 * frame.el (set-frame-font): Tweak meaning of third argument.
10937
9f6e692e
JB
10938 * dynamic-setting.el (font-setting-change-default-font):
10939 Use set-frame-font (Bug#9982).
9f562668 10940
781acb9f
GM
109412012-02-01 Glenn Morris <rgm@gnu.org>
10942
6035be52
GM
10943 * progmodes/compile.el (compilation-internal-error-properties):
10944 Respect compilation-first-column in the "*compilation*" buffer.
10945
781acb9f
GM
10946 * emacs-lisp/easy-mmode.el (define-minor-mode):
10947 Relax :variable's test for a named function.
10948
abbceb00
AM
109492012-01-31 Alan Mackenzie <acm@muc.de>
10950
10951 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10952 off by one error.
10953
fce3fdeb
CY
109542012-01-31 Chong Yidong <cyd@gnu.org>
10955
10956 * frame.el (set-frame-font): New arg ALL-FRAMES.
10957
10958 * menu-bar.el (menu-set-font): Use set-frame-font.
10959
10960 * faces.el (face-spec-reset-face): Don't apply unspecified
10961 attribute values to the default face.
10962
47893581
JB
109632012-01-31 Juanma Barranquero <lekktu@gmail.com>
10964
10965 * progmodes/cwarn.el (cwarn): Remove dead link.
10966 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10967 Remove * from defcustom docstrings.
10968 (turn-on-cwarn-mode): Make obsolete.
10969 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10970 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10971
e58e988a
GM
109722012-01-31 Glenn Morris <rgm@gnu.org>
10973
60dc2671 10974 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 10975 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 10976 Allow named functions to be used as the cdr of :variable.
e58e988a 10977
7a3f511d
GM
109782012-01-30 Glenn Morris <rgm@gnu.org>
10979
10980 * emacs-lisp/authors.el (authors-fixed-entries):
10981 Remove reference to deleted file rnewspost.el.
10982
cb882333
JB
109832012-01-29 Juanma Barranquero <lekktu@gmail.com>
10984
10985 * window.el (window-with-parameter): Remove unused variable `windows'.
10986 (window--side-check): Remove unused variable `code'.
10987 (window--resize-siblings): Remove unused variable `first'.
10988 (adjust-window-trailing-edge): Remove unused variable `failed'.
10989 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10990 Use `let', not `let*'.
10991 (balance-windows-2): Remove unused variable `found'.
10992 (window--state-put-2): Remove unused variable `splits'.
10993 (window-state-put): Remove unused variable `selected'.
10994 (same-window-p): Use `string-match-p'.
10995 (display-buffer-assq-regexp): Remove unused variable `value'.
10996 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10997 Mark argument ALIST as ignored.
10998 (pop-to-buffer): Remove unused variable `old-window'.
10999
907201af
EZ
110002012-01-29 Eli Zaretskii <eliz@gnu.org>
11001
11002 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11003 and .lzma compressed files.
11004
ea162670
CY
110052012-01-29 Chong Yidong <cyd@gnu.org>
11006
5b95ee8a
CY
11007 * frame.el (window-system-default-frame-alist): Doc fix.
11008
ea162670
CY
11009 * dynamic-setting.el (font-setting-change-default-font): Don't
11010 change the default face if SET-FONT argument is non-nil (Bug#9982).
11011
d6e6f4b1
SB
110122012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11013
11014 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11015
0f29fa41 110162012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
11017
11018 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11019 breakpoints in files outside current directory (Bug#6098).
11020
db174434
CY
110212012-01-29 Chong Yidong <cyd@gnu.org>
11022
6b25e4e2
SE
11023 * progmodes/python.el: Require ansi-color at top-level.
11024
6df6ae42
JB
11025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11026 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
11027 (lisp-mode-abbrev-table): Add doc.
11028 (lisp-mode-variables): Don't set local-abbrev-table.
11029 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11030
e70ee681
RW
110312012-01-28 Roland Winkler <winkler@gnu.org>
11032
11033 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11034
ace88aa2
RW
110352012-01-28 Roland Winkler <winkler@gnu.org>
11036
11037 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11038 (bibtex-set-dialect): Use it. Either set global values of
11039 dialect-dependent variables or bind these variables buffer-locally
11040 (Bug#10254).
11041 (bibtex-mode): Call bibtex-set-dialect via
11042 hack-local-variables-hook.
eb864a71
LM
11043 (bibtex-dialect): Update docstring.
11044 Add safe-local-variable predicate.
ace88aa2
RW
11045 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11046 bibtex-set-dialect.
11047 (bibtex-mode-map): Define menu for each dialect.
11048 (bibtex-entry): Fix docstring.
11049
93376c5b
CY
110502012-01-28 Chong Yidong <cyd@gnu.org>
11051
11052 * eshell/esh-arg.el (eshell-quote-argument): New function.
11053
11054 * eshell/esh-ext.el (eshell-invoke-batch-file):
11055 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11056 first arg to eshell-parse-command (Bug#10523).
11057
4372494f
DA
110582012-01-28 Drew Adams <drew.adams@oracle.com>
11059
11060 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11061 `default-directory' is non-nil.
11062
4d4ec1f8
EZ
110632012-01-28 Eli Zaretskii <eliz@gnu.org>
11064
11065 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11066 line that displays system-configuration-options. (Bug#9924)
11067
7c188927
DA
110682012-01-28 Drew Adams <drew.adams@oracle.com>
11069
11070 * descr-text.el (describe-char): Show information about POS, in
11071 addition to information about the character at POS. Improve and
11072 update the doc string. Change "code point" to "code point in
11073 charset", to avoid confusion with the character's Unicode code
11074 point shown above that. (Bug#10129)
11075
e0da685a
EZ
110762012-01-28 Eli Zaretskii <eliz@gnu.org>
11077
11078 * descr-text.el (describe-char): Show the raw character, not only
11079 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11080 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11081 for the reasons.
11082
70550acf
PH
110832012-01-28 Phil Hagelberg <phil@hagelb.org>
11084
eb864a71
LM
11085 * emacs-lisp/package.el (package-install):
11086 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 11087
0ce8e868
CY
110882012-01-28 Chong Yidong <cyd@gnu.org>
11089
cb882333
JB
11090 * emacs-lisp/package.el (package-maybe-load-descriptor):
11091 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
11092 (package-maybe-load-descriptor): Use it.
11093 (package-download-transaction): Fully load required packages
11094 inside the loop, so that `require' calls work (Bug#10593).
11095 (package-install): No need to call package-initialize now.
11096
2e7f3bea
CY
110972012-01-28 Chong Yidong <cyd@gnu.org>
11098
6e9bad14
CY
11099 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11100
f823b8ca
CY
11101 * tooltip.el (tooltip-mode): Doc fix.
11102 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11103
2680c309
CY
11104 * frame.el (set-cursor-color): Doc fix (Bug#352).
11105
d7a9e63b
CY
11106 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11107 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11108
2e7f3bea
CY
11109 * cus-edit.el (custom-buffer-create-internal): Fix search button
11110 action (Bug#10542).
2ae01800 11111 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 11112
fc4f7a23
EW
111132012-01-27 Eduard Wiebe <usenet@pusto.de>
11114
11115 * dired.el (dired-mark-files-regexp):
11116 Include any subdirectory components. (Bug#10445)
11117
7dd37071
ML
111182012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11119
11120 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11121 Handle [host]:port syntax. (Bug#10533)
11122
a268160b
AH
111232012-01-27 Alex Harsanyi <harsanyi@mac.com>
11124
11125 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11126
e43273ef
GM
111272012-01-26 Glenn Morris <rgm@gnu.org>
11128
11129 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11130 * term.el (term-raw-escape-map): Use Control-X-prefix.
11131 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11132
1edf595d
MR
111332012-01-25 Martin Rudalics <rudalics@gmx.at>
11134
11135 * window.el (window-state-get, window--state-get-1): Don't deal
11136 with fixed-sizeness of windows. Simplify code.
11137
fa8eafef
JC
111382012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11139
6df6ae42
JB
11140 * window.el (window--state-get-1, window--state-put-2):
11141 Don't save and restore the mark.
fa8eafef 11142
0b21c100
CY
111432012-01-25 Chong Yidong <cyd@gnu.org>
11144
11145 * custom.el (custom-variable-p): Doc fix.
11146
5ae1a6c8
GM
111472012-01-25 Glenn Morris <rgm@gnu.org>
11148
40047858
GM
11149 * dired.el (dired-goto-file): Handle some of the more common
11150 characters that `ls -b' escapes. (Bug#10596)
11151
5ddce96c
GM
11152 * progmodes/compile.el (compilation-next-error-function):
11153 Respect compilation-first-column in the "*compilation*" buffer.
11154 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11155
5ae1a6c8
GM
11156 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11157
b559f1a9
GM
111582012-01-24 Glenn Morris <rgm@gnu.org>
11159
11160 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11161
6725d21a
JD
111622012-01-24 Julien Danjou <julien@danjou.info>
11163
11164 * color.el (color-rgb-to-hsl): Fix value computing.
11165 (color-hue-to-rgb): New function.
11166 (color-hsl-to-rgb): New function.
11167 (color-clamp, color-saturate-hsl, color-saturate-name)
11168 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11169 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11170
70df4bbe
GM
111712012-01-24 Glenn Morris <rgm@gnu.org>
11172
11173 * vc/vc-rcs.el (vc-rcs-create-tag):
11174 * vc/vc-sccs.el (vc-sccs-create-tag):
11175 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11176
802a2ae2
ML
111772012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11178
11179 * eshell/esh-util.el (eshell-read-hosts-file):
11180 Skip comment lines. (Bug#10549)
11181
d7128bb1
ML
11182 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11183
d1a5c3b4
JB
111842012-01-23 Juanma Barranquero <lekktu@gmail.com>
11185
2724d9c7
JB
11186 * subr.el (display-delayed-warnings): Doc fix.
11187 (collapse-delayed-warnings): New function to collapse identical
11188 adjacent warnings.
11189 (delayed-warnings-hook): Add it.
d1a5c3b4 11190
a5509865
MA
111912012-01-22 Michael Albinus <michael.albinus@gmx.de>
11192
11193 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11194
a5509865
MA
11195 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11196 (tramp-default-user-alist): Don't add "pscp".
11197 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11198 property "login-as", if set. (Bug#10530)
11199
cc6d5805
MA
112002012-01-21 Michael Albinus <michael.albinus@gmx.de>
11201
11202 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11203 "plink1" and "psftp". (Bug#10530)
11204
112052012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
11206
11207 * international/mule-cmds.el (prefer-coding-system): Show a
11208 warning message if the default value of file-name-coding-system
11209 was not changed.
11210
f0960428
JC
112112012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11212
cb882333
JB
11213 * windmove.el (windmove-reference-loc):
11214 Fix windmove-reference-loc miscalculation.
f0960428 11215
dd6f2a63
JB
112162012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11217
11218 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11219 default unit.
11220
7b447e9b
GM
112212012-01-21 Glenn Morris <rgm@gnu.org>
11222
117a9ea1
GM
11223 * international/mule.el (auto-coding-alist): Add .tbz.
11224
7b447e9b
GM
11225 * files.el (local-enable-local-variables): Doc fix.
11226 (inhibit-local-variables-regexps): Rename from
11227 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11228 Doc fix. Add some extensions from auto-coding-alist.
11229 (inhibit-local-variables-suffixes):
11230 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11231 (inhibit-local-variables-p):
11232 New function, extracted from set-auto-mode-1.
11233 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11234 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11235 (hack-local-variables): Doc fix. Make the mode-only case
11236 respect enable-local-variables and friends.
11237 Respect inhibit-local-variables-regexps for file-locals, but
11238 not for directory-locals.
11239 (set-visited-file-name):
11240 Take account of inhibit-local-variables-regexps.
11241 Whether it applies may change as the file name is changed.
11242 * jka-cmpr-hook.el (jka-compr-install):
11243 * jka-compr.el (jka-compr-uninstall):
11244 Update for inhibit-first-line-modes-suffixes name change.
11245
dd6e3cdd
MR
112462012-01-20 Martin Rudalics <rudalics@gmx.at>
11247
11248 * help-macro.el (make-help-screen): Temporarily restore original
11249 binding for minor-mode-map-alist (Bug#10454).
11250
0d0deb38
JD
112512012-01-19 Julien Danjou <julien@danjou.info>
11252
11253 * color.el (color-name-to-rgb): Use the white color to find the max
11254 color component value and return correctly computed values.
11255 (color-name-to-rgb): Add missing float conversion for max value.
11256
34a02f46
MR
112572012-01-19 Martin Rudalics <rudalics@gmx.at>
11258
11259 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
11260 special state value for window-persistent-parameters.
11261 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
11262 (window--state-put-2): Reset all window parameters to nil before
11263 assigning values of persistent parameters.
11264
606c44c4
AM
112652012-01-18 Alan Mackenzie <acm@muc.de>
11266
11267 Eliminate sluggishness and hangs in fontification of "semicolon
11268 deserts".
11269
cb882333
JB
11270 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11271 Change value 10000 -> 3000.
606c44c4
AM
11272 (c-state-safe-place): Reformulate so it doesn't stack up an
11273 infinite number of wrong entries in c-state-nonlit-pos-cache.
11274 (c-determine-limit-get-base, c-determine-limit): New functions to
11275 determine backward search limits disregarding literals.
11276 (c-find-decl-spots): Amend commenting.
11277 (c-cheap-inside-bracelist-p): New function which detects "={".
11278
11279 * progmodes/cc-fonts.el
11280 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11281 backward search.
11282 (c-font-lock-declarations): Fix an occurrence of point being
11283 undefined. Check additionally for point being in a bracelist or
11284 near a macro invocation without a semicolon so as to avoid a
11285 fruitless time consuming search for a declarator. Give a more
11286 precise search limit for declarators using the new
11287 c-determine-limit.
11288
f3860cea
GM
112892012-01-18 Glenn Morris <rgm@gnu.org>
11290
11291 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11292 (set-auto-mode): Doc fixes.
11293
1db03b16
GM
112942012-01-17 Glenn Morris <rgm@gnu.org>
11295
0e6038be
GM
11296 * isearch.el (search-nonincremental-instead): Fix doc typo.
11297
1db03b16
GM
11298 * dired.el (dired-insert-directory): Handle newlines in directory name.
11299 (dired-build-subdir-alist): Unescape newlines in directory name.
11300
4cb0aa75
MA
113012012-01-17 Michael Albinus <michael.albinus@gmx.de>
11302
11303 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11304 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11305 (tramp-action-terminal): Use it. (Bug#10530)
11306
1d00653d
SM
113072012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11308
11309 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11310
6a6ee00d
MR
113112012-01-16 Martin Rudalics <rudalics@gmx.at>
11312
11313 * window.el (window-state-ignored-parameters): Remove variable.
11314 (window--state-get-1): Rename argument MARKERS to IGNORE.
11315 Handle persistent window parameters. Make copy of clone-of
11316 parameter only if requested. (Bug#10348)
11317 (window--state-put-2): Install a window parameter only if it has
11318 a non-nil value or an existing parameter shall be overwritten.
11319
97912def
MA
113202012-01-15 Michael Albinus <michael.albinus@gmx.de>
11321
11322 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11323
688070a5
EZ
113242012-01-14 Eli Zaretskii <eliz@gnu.org>
11325
11326 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11327 don't pass the (nil) value of `upnode' to string-match.
11328
301afadc
CY
113292012-01-14 Chong Yidong <cyd@gnu.org>
11330
11331 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 11332 Fix values recognized by the cursorBlink resource.
301afadc 11333
9e5788aa
PE
113342012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11335
11336 * epg.el (epg--make-temp-file): Avoid permission race condition
11337 when running on old Emacs versions (bug#10403).
11338
3cdb7f5a
GM
113392012-01-14 Glenn Morris <rgm@gnu.org>
11340
11341 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11342
8c82b1b4
AM
113432012-01-13 Alan Mackenzie <acm@muc.de>
11344
11345 Fix filling for when filladapt mode is enabled.
11346
11347 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11348 c-mask-paragraph, pass in `fill-paragraph' rather than
11349 `fill-region-as-paragraph'. (This is a reversion of a previous
11350 change.)
eb864a71
LM
11351 * progmodes/cc-mode.el (c-basic-common-init):
11352 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 11353
e517eda4
GM
113542012-01-13 Glenn Morris <rgm@gnu.org>
11355
1498536e
GM
11356 * dired.el (dired-switches-escape-p): New function.
11357 (dired-insert-directory): Use dired-switches-escape-p.
11358 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11359
e517eda4
GM
11360 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11361
328f984d
GM
113622012-01-12 Glenn Morris <rgm@gnu.org>
11363
11364 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11365 changes in adaptive-fill-regexp. (Bug#10276)
11366
2cc769a8
AM
113672012-01-11 Alan Mackenzie <acm@muc.de>
11368
11369 Fix Emacs bug #10463 - put `widen's around the critical spots.
11370
1d00653d 11371 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
11372 widen around each invocation of c-state-pp-to-literal. Remove an
11373 unused let variable.
11374
e52c37fa
GM
113752012-01-11 Glenn Morris <rgm@gnu.org>
11376
11377 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 11378 Doc fix.
e52c37fa 11379
96f8741e
CY
113802012-01-10 Chong Yidong <cyd@gnu.org>
11381
1d00653d
SM
11382 * net/network-stream.el (network-stream-open-starttls):
11383 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
11384 response to the capability command.
11385
b09a806e
GM
113862012-01-10 Glenn Morris <rgm@gnu.org>
11387
11388 * mail/unrmail.el (unrmail): Tweak previous change.
11389
7655cb66
CY
113902012-01-09 Chong Yidong <cyd@gnu.org>
11391
11392 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11393
9d5a8f0b
AM
113942012-01-08 Alan Mackenzie <acm@muc.de>
11395
11396 Optimise font locking in long enum definitions.
11397
11398 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11399 arm to a cond form to handle enums.
11400 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11401 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11402
9a0115ab 114032012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
11404
11405 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 11406 (Bug#10401)
6bb72cbd 11407
f186bb95
LMI
114082012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11409
29232a68
LMI
11410 * faces.el (set-face-attribute): Clarify the meaning of the nil
11411 frame (bug#10294).
11412
4e5d086d
LMI
11413 * subr.el (with-selected-frame): Mention that the selected frame
11414 is restored (bug#9980).
11415
8e66aebe
LMI
11416 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11417 (bug#9759).
11418
cd394be1 11419 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
11420 (password-read): Don't autoload unused function.
11421
adf4e762
JB
114222012-01-07 Juanma Barranquero <lekktu@gmail.com>
11423
11424 * progmodes/which-func.el (which-func-mode): Turn into a
11425 non-interactive function and mark as obsolete (bug#10428).
11426
89bd9ccd
CY
114272012-01-06 Chong Yidong <cyd@gnu.org>
11428
11429 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11430 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11431 functions, along with 1 and -1.
11432
4afee9d5
EZ
114332012-01-06 Eli Zaretskii <eliz@gnu.org>
11434
11435 * time.el (display-time-load-average)
11436 (display-time-default-load-average): Doc fixes. See the thread
11437 starting at
11438 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11439 for the details.
11440
536aea70
GM
114412012-01-06 Glenn Morris <rgm@gnu.org>
11442
665ae865
GM
11443 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11444 has no messages. (Bug#10377)
11445
c869783d
GM
11446 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11447 than Info-edit. (Bug#10385)
11448
2bb4227e
GM
11449 * time.el (display-time-load-average, display-time-next-load-average):
11450 Doc fixes.
11451
7d5944b9
GM
11452 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11453 local setting of buffer-read-only to the input buffer. (Bug#10419)
11454
536aea70
GM
11455 * calendar/calendar.el (calendar-mode):
11456 Locally set scroll-margin to 0. (Bug#10379)
11457
7dccca16
UM
114582012-01-06 Ulrich Mueller <ulm@gentoo.org>
11459
11460 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11461
afbb7930
GM
114622012-01-05 Glenn Morris <rgm@gnu.org>
11463
11464 * eshell/em-unix.el (diff-no-select): Autoload it.
11465 (eshell/diff): Use diff-no-select. (Bug#10420)
11466
04482335
CY
114672012-01-05 Chong Yidong <cyd@gnu.org>
11468
7baca3bc
CY
11469 * shell.el (shell-dynamic-complete-functions): Revert last change.
11470 (shell-command-completion-function): New function.
11471 (shell-completion-vars): Use it to implement
11472 shell-completion-execonly (Bug#10417).
11473
04482335
CY
11474 * custom.el (enable-theme): Don't set custom-safe-themes.
11475
1d00653d
SM
11476 * cus-theme.el (custom-theme-merge-theme):
11477 Ignore custom-enabled-themes and custom-safe-themes.
04482335 11478
bb5aa5d6
MM
114792012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11480
11481 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11482 first prompt in `sql-interacive-mode'.
11483 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 11484 keywords.
6df6ae42 11485 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
11486 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11487 context of original buffer. Invoke `sql-login-hook'.
11488
a7183d7c
EZ
114892012-01-04 Eli Zaretskii <eliz@gnu.org>
11490
11491 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11492 letters in cite-prefix.
11493
a1eacd1e
LMI
114942012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11495
11496 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11497
787cdb34
CY
114982012-01-03 Chong Yidong <cyd@gnu.org>
11499
1d00653d
SM
11500 * shell.el (shell-dynamic-complete-functions):
11501 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
11502 comint-filename-completion first (Bug#10417).
11503
30710442
RS
115042012-01-02 Richard Stallman <rms@gnu.org>
11505
11506 * battery.el (battery-status-function):
11507 Detect when to use battery-yeeloong-sysfs.
11508 (battery-echo-area-format): Add string for Yeeloong.
11509 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11510 (battery-yeeloong-sysfs): New function.
11511
f75bfc33
CY
115122012-01-02 Chong Yidong <cyd@gnu.org>
11513
11514 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11515 (dirtrack): Merge code for handling relative filenames in prompt
11516 from shell-dir-cookie-watcher.
11517 (dirtrack-debug-message): New arg to avoid excess format calls.
11518
11519 * shell.el (shell-dir-cookie-re): Variable deleted.
11520 (shell-dir-cookie-watcher): Function deleted.
11521 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11522 with dirtrack-mode.
11523
651e947e
EZ
115242012-01-01 Eli Zaretskii <eliz@gnu.org>
11525
1d00653d
SM
11526 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11527 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
11528 libgnutls-26.dll.
11529
94d4c7dc
AS
115302011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11531
11532 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11533
8d43f3cd
EZ
115342011-12-31 Eli Zaretskii <eliz@gnu.org>
11535
11536 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11537 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11538
98c8795a
MA
115392011-12-29 Michael Albinus <michael.albinus@gmx.de>
11540
11541 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11542 also for alternative shells.
11543 (tramp-open-connection-setup-interactive-shell): Check, whether
11544 the shell is a busybox.
11545 (tramp-send-command): Don't suppress multiple prompts for
11546 busyboxes, it hurts.
11547
51281b32
CY
115482011-12-28 Chong Yidong <cyd@gnu.org>
11549
11550 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11551 (gdb-get-source-file): Move mode line update to
11552 gdb-get-source-file (Bug#10087).
11553
2170cb53
CY
115542011-12-25 Chong Yidong <cyd@gnu.org>
11555
11556 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11557 gud-gdb-marker-filter without taking it as an argument.
11558 (gud-gdb-run-command-fetch-lines): Caller changed.
11559 (gud-gdb-completion-function): New variable.
11560 (gud-gdb-completion-at-point): Use it.
11561 (gud-gdb-completions-1): Split from gud-gdb-completions.
11562
11563 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11564 function as separate arguments.
11565 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11566 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11567 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11568 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11569 (gdb-stopped, def-gdb-auto-update-trigger)
11570 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
11571 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11572 Callers changed.
2170cb53
CY
11573 (gud-gdbmi-completions): New function.
11574 (gdb): Use it for generating the completion table.
11575
be8b11bb
AM
115762011-12-24 Alan Mackenzie <acm@muc.de>
11577
11578 Introduce a mechanism to widen the region used in context font
1d00653d 11579 locking. Use this to protect declarations from losing their contexts.
be8b11bb 11580
1d00653d
SM
11581 * progmodes/cc-langs.el (c-before-font-lock-functions):
11582 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 11583 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
11584 functions to be run just before context (etc.) font locking.
11585
11586 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 11587 New, functionality extracted from
be8b11bb 11588 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 11589 (c-in-after-change-fontification): New variable.
be8b11bb
AM
11590 (c-after-change): Set c-in-after-change-fontification.
11591 (c-set-fl-decl-start): Rejig its interface, so it can be called
11592 from both after-change and context fontifying.
b81d40f0
JB
11593 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11594 New functions.
11595 (c-standard-font-lock-fontify-region-function): New variable.
11596 (c-font-lock-fontify-region): New function.
be8b11bb 11597
341cf6ac
JL
115982011-12-24 Juri Linkov <juri@jurta.org>
11599
11600 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11601 (Bug#10348)
11602
bffcee0a
MA
116032011-12-23 Michael Albinus <michael.albinus@gmx.de>
11604
11605 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11606 existence of source file. (Bug#10325)
11607
cb5e207c
AM
116082011-12-23 Alan Mackenzie <acm@muc.de>
11609
11610 Fix unstable fontification inside templates.
11611
b81d40f0
JB
11612 * progmodes/cc-langs.el (c-before-font-lock-functions):
11613 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
11614 additionally has c-set-fl-decl-start. The other languages (apart
11615 from AWK) have that as a single entry.
11616
b81d40f0
JB
11617 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11618 The functionality for "local" declarations has been extracted to
cb5e207c
AM
11619 c-set-fl-decl-start.
11620
b81d40f0
JB
11621 * progmodes/cc-mode.el (c-common-init, c-after-change):
11622 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
11623 (c-set-fl-decl-start): New function, extracted from
11624 c-font-lock-enclosing-decls and enhanced.
11625
60ff536c
JB
116262011-12-23 Juanma Barranquero <lekktu@gmail.com>
11627
11628 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11629
1c4757d6
JL
116302011-12-22 Juri Linkov <juri@jurta.org>
11631
11632 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11633
d031f2c7
CY
116342011-12-22 Chong Yidong <cyd@gnu.org>
11635
11636 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11637
bace743a
DA
116382011-12-21 Drew Adams <drew.adams@oracle.com>
11639
11640 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11641
728a1f2b
JC
116422011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11643
11644 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11645
0d373f73
TZ
116462011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11647
fec0aaa4
TZ
11648 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11649 highlighting and support. Fix up comments for capitalization.
11650 (cfengine-mode-debug): New var.
11651 (cfengine3-mode): Change the modeline indicator to "CFE3".
11652 (cfengine3-font-lock-keywords): Improve defun highlighting.
11653 (cfengine2-actions): Rename from `cfengine-actions'.
11654 (cfengine2-font-lock-keywords): Rename from
11655 `cfengine-font-lock-keywords'.
11656 (cfengine2-imenu-expression): Rename from
11657 `cfengine-imenu-expression'.
11658 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11659 (cfengine2-beginning-of-defun): Rename from
11660 `cfengine-beginning-of-defun'.
11661 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11662 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11663 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11664 modeline indicator to "CFE2".
11665 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11666 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 11667
bc86f573
CY
116682011-12-21 Chong Yidong <cyd@gnu.org>
11669
11670 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11671 filename argument.
11672
d45ba96b
MR
116732011-12-20 Martin Rudalics <rudalics@gmx.at>
11674
11675 * window.el (window-normalize-buffer-to-display): Remove.
11676 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11677
a6198c90
CY
116782011-12-19 Chong Yidong <cyd@gnu.org>
11679
11680 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11681 Don't signal an error in a predicate function; return non-nil.
11682 (vc-dir-mark-file): Move the error here.
11683 (vc-dir-mark-unmark): If acting on the region, keep going if one
11684 of the entries cannot be marked/unmarked.
11685 (vc-dir-mark-all-files): If current entry is a directory, mark
11686 only child files, as documented.
11687
34c5fb55
VB
116882011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11689
11690 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11691 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11692 addition.
11693
c803b2b7
JD
116942011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11695
11696 * term/ns-win.el (ns-get-selection-internal)
11697 (ns-store-selection-internal): Declare.
1154d12e
JB
11698 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11699 Declare as obsolete.
11700 (ns-get-pasteboard, ns-paste-secondary):
11701 Use ns-get-selection-internal.
41e9b956 11702 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 11703 Use ns-store-selection-internal.
c803b2b7 11704
9cff91f8 117052011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
11706
11707 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 11708 (vc-deduce-fileset): Doc fix.
99a289d9 11709
f16c898a
AS
117102011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11711
11712 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11713
763237c4
SS
117142011-12-13 Sam Steingold <sds@gnu.org>
11715
11716 * man.el (Man-getpage-in-background): When running under a
11717 window-system, ignore $MANWIDTH and $COLUMNS.
11718
5fc1c122
KH
117192011-12-15 Kenichi Handa <handa@m17n.org>
11720
11721 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11722 (setup-ethiopic-environment-internal): Comment out key-binding for
11723 ethio-toggle-punctuation.
11724
13d49cbb
AM
117252011-12-13 Alan Mackenzie <acm@muc.de>
11726
898169a2
AM
11727 Add the switch statement to AWK Mode.
11728
7a71b18d 11729 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
11730 "default" to the keywords regexp.
11731
7a71b18d 11732 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 11733 expression as the rest.
1d00653d
SM
11734 (c-nonlabel-token-key): Allow string literals for AWK.
11735 Refactor for the other modes.
898169a2 11736
13d49cbb 11737 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 11738 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
11739 routines. Limit backward searching in c-font-lock-enclosing.decl.
11740
11741 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11742 pp-state and literal type in addition to the limits.
1d00653d 11743 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 11744 (c-state-literal-at): Use the above new defun.
1d00653d
SM
11745 (c-slow-in-literal, c-fast-in-literal): Remove.
11746 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
11747
11748 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11749 being in a literal. Add a limit for backward searching.
11750
11751 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11752 c-slow-in-literal.
11753
15e0efc7
SM
117542011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11755
11756 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11757
454592a6
MR
117582011-12-13 Martin Rudalics <rudalics@gmx.at>
11759
11760 * window.el (delete-other-windows): Use correct frame in call to
11761 window-with-parameter.
11762
87393f26
DP
117632011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11764
11765 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11766 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11767 (makefile-gmake-statements, makefile-makepp-statements):
11768 Use it and add new makepp keywords.
11769 (makefile-makepp-font-lock-keywords): Add new patterns.
11770 (makefile-match-function-end): Match new [...] and [[...]].
11771
11636b22
JB
117722011-12-11 Juanma Barranquero <lekktu@gmail.com>
11773
11774 * ses.el (ses-call-printer-return, ses-cell-property-get)
11775 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11776 (ses-create-cell-variable, ses-reset-header-string)
11777 (ses-cell-set-formula, ses-repair-cell-reference-all)
11778 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11779 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11780 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11781 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11782 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11783 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11784 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11785 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11786 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11787 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11788 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11789 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11790
cf018193
VB
117912011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11792
11793 * ses.el: The overall change is to add cell renaming, that is
11794 setting fancy names for cell symbols other than name matching
11795 "\\`[A-Z]+[0-9]+\\'" regexp .
11796 (ses-create-cell-variable): New defun.
11797 (ses-relocate-formula): Relocate formulas only for cells the
11798 symbols of which are not renamed, i.e. symbols whose names do not
11799 match regexp "\\`[A-Z]+[0-9]+\\'".
11800 (ses-relocate-all): Relocate values only for cells the symbols of
11801 which are not renamed.
11802 (ses-load): Create cells variables as the (ses-cell ...) are read,
11803 in order to check row col consistency with cell symbol name only
11804 for cells that are not renamed.
11805 (ses-replace-name-in-formula): New defun.
11806 (ses-rename-cell): New defun.
11807
ee957461
CY
118082011-12-11 Chong Yidong <cyd@gnu.org>
11809
11810 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11811 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11812
9a9e9ef0
MR
118132011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11814
11815 * window.el (other-window): Fix docstring.
11816
92a8eba5
EZ
118172011-12-10 Eli Zaretskii <eliz@gnu.org>
11818
11819 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
11820 `from' or `to' address before taking its substring.
11821 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
11822 encoded name is chopped in the middle of the encoded string, and
11823 thus displayed encoded.
11824
e152e577
JB
118252011-12-10 Juanma Barranquero <lekktu@gmail.com>
11826
11827 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11828
e5d84bfe
EZ
118292011-12-10 Eli Zaretskii <eliz@gnu.org>
11830
11831 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11832 to use texinfo-update-node and commands that call it if the
11833 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 11834 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
11835 (texinfo-all-menus-update, texinfo-master-menu)
11836 (texinfo-update-node, texinfo-every-node-update)
11837 (texinfo-multiple-files-update): Doc fix. Warn against updating
11838 all the @node lines.
11839 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
11840 argument is numeric. Explain better in the doc string what the
11841 function really does.
11842 (texinfo-insert-master-menu-list): Improve the error message
11843 displayed if there's no menu in the Top node.
11844 (Bug#2975) See also this thread:
e5d84bfe
EZ
11845 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11846
1d84e9bb
MG
118472011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11848
11849 * speedbar.el (speedbar-supported-extension-expressions):
11850 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11851
382c953b
JB
118522011-12-09 Juanma Barranquero <lekktu@gmail.com>
11853
11854 * printing.el (pr-mode-alist):
11855 * simple.el (filter-buffer-substring-functions)
11856 (completion-list-insert-choice-function):
11857 * window.el (window-with-parameter, window-atom-root)
11858 (window-sides-slots, window-size-fixed, window-min-delta)
11859 (window-max-delta, window--resize-mini-window)
11860 (window--resize-child-windows-normal, window-tree)
11861 (delete-other-windows, quit-window, split-window)
11862 (display-buffer-record-window, special-display-buffer-names)
11863 (special-display-regexps, special-display-popup-frame)
11864 (same-window-p, split-window-sensibly)
11865 (display-buffer-overriding-action, display-buffer-alist)
11866 (display-buffer-base-action, display-buffer, switch-to-buffer)
11867 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11868 (fit-window-to-buffer, recenter-positions)
11869 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11870 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11871 and remove unneeded backslashes in docstrings.
11872
39c9faef
SM
118732011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11874
98449af8
SM
11875 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11876
39c9faef
SM
11877 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11878 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11879 end in ".mk".
11880 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11881 when reading the makefile (bug#10116).
11882
86ed9fdc
SM
118832011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11886 (bug#10116).
11887
5580f89d
GM
118882011-12-06 Glenn Morris <rgm@gnu.org>
11889
11890 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11891
28d3917c
CY
118922011-12-06 Chong Yidong <cyd@gnu.org>
11893
11894 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11895
a98edce9
JB
118962011-12-06 Juanma Barranquero <lekktu@gmail.com>
11897
11898 * textmodes/table.el (table-shorten-cell): Fix typo.
11899
e65adfac
CG
119002011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11901
11902 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11903
71cc0b74
EZ
119042011-12-05 Eli Zaretskii <eliz@gnu.org>
11905
11906 * descr-text.el (describe-char): Fix display of strong
11907 right-to-left characters and directional embeddings and overrides.
11908
11909 * simple.el (what-cursor-position): Fix display of codepoints of
11910 strong right-to-left characters.
11911
315bc30d
CY
119122011-12-05 Chong Yidong <cyd@gnu.org>
11913
11914 * faces.el (read-color): Doc fix.
11915
58a70b94
GM
119162011-12-05 Glenn Morris <rgm@gnu.org>
11917
11918 * align.el (align--set-marker): Add doc-string.
11919 Don't try to move something that is not a marker. (Bug#10216)
11920
5158face
GM
119212011-12-04 Glenn Morris <rgm@gnu.org>
11922
11923 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11924 overly zealous deletion of trailing whitespace.
11925
520fca41
JB
119262011-12-04 Juanma Barranquero <lekktu@gmail.com>
11927
11928 * server.el (server-delete-client): On Windows, do not try to delete
11929 the only terminal.
11930 (server-process-filter): On Windows, treat requests for a tty frame as
11931 if they were for a GUI frame if the running server is in GUI mode.
11932
5e605a2e
GM
119332011-12-03 Glenn Morris <rgm@gnu.org>
11934
11935 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11936
5c3fe83f
SM
119372011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11938
6f5e57e7
SM
11939 * electric.el: Streamline electric-indent's hook.
11940 (electric-indent-chars): Revert to simple list.
11941 (electric-indent-functions): New var.
11942 (electric-indent-post-self-insert-function): Use it.
11943
5c3fe83f
SM
11944 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11945 there's no inferior buffer (bug#10196).
11946 (prolog-consult-compile): Don't use toggle-read-only.
11947
6bdac736
MA
119482011-12-02 Michael Albinus <michael.albinus@gmx.de>
11949
11950 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11951 interrupt. (Bug#10187)
11952
6131ba7f
SM
119532011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11954
99c79fee
SM
11955 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11956 (bug#9160).
11957
6131ba7f
SM
11958 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11959 (bug#10191).
11960
cb0a02ea
JL
119612011-12-02 Juri Linkov <juri@jurta.org>
11962
11963 * info.el (Info-search): Display "end of manual" when Isearch
11964 reaches the end of single-file Info manual. (Bug#9918)
11965
66e0570c
EZ
119662011-12-02 Eli Zaretskii <eliz@gnu.org>
11967
11968 * isearch.el (isearch-message-prefix): Run the input method part
11969 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11970
02b16839
JL
119712011-12-02 Juri Linkov <juri@jurta.org>
11972
11973 * isearch.el (isearch-occur): Use `word-search-regexp' for
11974 `isearch-word'.
11975 (isearch-search-and-update): Add condition for `isearch-word' and
11976 call `word-search-regexp'. (Bug#10145)
11977
0b950688
GM
119782011-12-01 Glenn Morris <rgm@gnu.org>
11979
11980 * eshell/em-hist.el (eshell-hist-initialize):
11981 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 11982 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 11983
9505c3c7
SM
119842011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11987
1bbe96b2 119882011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 11989
a1beca85
SM
11990 * progmodes/verilog-mode.el (verilog-pretty-expr):
11991 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
11992 verilog, such as += *= and the like.
11993 (verilog-assignment-operator-re): Regular expression to find the
11994 assigment operator in a verilog assignment.
11995 (verilog-assignment-operation-re): Regular expression to find an
11996 assignment statement for pretty-expr.
11997 (verilog-in-attribute-p): Query returns true if point is in an
11998 attribute context; used to skip these for expression line up from
11999 pretty-expr.
12000 (verilog-in-parameter-p): Query returns true if point is in an
12001 parameter definition context; used to skip these for expression
12002 line up from pretty-expr.
12003 (verilog-in-parenthesis-p): Query returns true if point is in a
12004 parenthetical expression, specifically ( ) but not [ ] or { };
12005 used by pretty-expr.
12006 (verilog-just-one-space): If there is no space, don't add one.
12007 (verilog-get-lineup-indent-2): Specifically skip just attribute
12008 contexts for expression lineup, rather than skipping all
12009 parenthetical expressions.
12010 (verilog-calculate-indent): Fix comment, and fix indent.
12011 (verilog-do-indent): Indent declarations in lists (suggested by
12012 Joachim Lechner).
12013 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12014 skeleton items.
12015 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12016 by Alain Mellan).
12017
1bbe96b2 120182011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
12019
12020 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12021 parameters with embedded comments. Reported by Ray Stevens.
12022 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12023 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12024 Reported by Tim Holt.
12025 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12026 instantiated by upper module causing wrong expansion until AUTOed a
12027 second time. Reported by K C Buckenmaier.
12028 (verilog-diff-auto): Fix showing .* as a difference when
12029 `verilog-auto-star-save' off. Reported by Dan Dever.
12030 (verilog-auto-reset, verilog-read-always-signals)
12031 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12032 temporary signals in reset list if
12033 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
12034 style to each signal's assignment type, bug381.
12035 Reported by Thomas Esposito.
6288f0ca
WS
12036 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12037 (verilog-uvm-statement-re): Support UVM indentation and
12038 highlighting, with old OVM keywords only.
a1beca85 12039 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
12040 Support AUTOTIEOFF creating non-wire data types.
12041 Suggested by Jonathan Greenlaw.
6288f0ca
WS
12042 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12043 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12044 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
12045 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12046 Fix mismatching parenthesis inside commented out code when deleting
382c953b 12047 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
12048 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12049 non-numeric vector width. Reported by Alex Reed.
12050 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 12051 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
12052 (verilog-auto-delete-trailing-whitespace):
12053 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
12054 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12055 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12056 Fix verilog-scan-cache corruption when running user AUTO expansion
12057 hooks that call indentation routines.
12058 (verilog-simplify-range-expression): Fix typo ignoring lower case
12059 identifiers.
12060 (verilog-delete-auto): Fix delete-autos to also remove user created
12061 automatics, as long as they start with AUTO.
12062 (verilog-batch-diff-auto, verilog-diff-auto)
12063 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12064 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12065 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12066 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
12067 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12068 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
12069 is disabled and its cache will get corrupt, causing AUTOS not to
12070 expand. Instead use only -quick functions.
12071 (verilog-scan-region): Fix scanning over escaped quotes.
12072 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12073 (verilog-re-search-backward-quick)
12074 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12075 related functions now ignore strings, to fix misparsing of strings
12076 with magic comments embedded in them.
a1beca85
SM
12077 (verilog-read-auto-template):
12078 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12079 Reported by Brad Dobbie.
12080 (verilog-read-auto-template):
12081 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 12082 Reported by Brad Dobbie.
6288f0ca
WS
12083 (verilog-auto-inst, verilog-auto-inst-param)
12084 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12085 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12086 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
12087 debugging templates without merge conflicts, bug357.
12088 Reported by Brad Dobbie.
12089 (verilog-read-auto-template):
12090 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
12091 Reported by Brad Dobbie.
12092 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12093 abbrevs so user won't be asked to save.
12094 (verilog-read-auto-lisp-present): Fix to start at beginning of
12095 buffer in case called outside of verilog-auto.
12096 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12097 to "X-2". Reported by Matthew Myers.
12098 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12099 all inputs from module templates. Reported by Leith Johnson.
12100 (verilog-module-inside-filename-p): Fix locating programs as with
12101 modules.
12102 (verilog-auto-inst-port): Fix vl-width expressions when using
12103 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12104 (verilog-decls-get-regs, verilog-decls-get-signals,
12105 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12106 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12107 verilog-read-decls): Combine reg and wire structures into one var
12108 structure to represent SystemVerilog concepts.
12109 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12110 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
12111 (verilog-auto-wire-type, verilog-insert-definition):
12112 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
12113 SystemVerilog "logic" keyword instead of "wire"/"reg".
12114 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12115 to declares outputs that also have assignments (presumably in an
a1beca85
SM
12116 ifdef or generate if so there's not a driver conflict).
12117 Reported by Matthew Myers.
12118 (verilog-auto-declare-nettype, verilog-insert-definition):
12119 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
12120 `default_nettype none. Reported by Julian Gorfajn.
12121 (verilog-read-always-signals-recurse, verilog-read-decls)
12122 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12123 malformed end statement, bug325. Reported by Joshua Wise and
12124 Andrew Drake.
12125 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12126 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
12127 when expanding .* in interfaces, bug320.
12128 Reported by Pierre-David Pfister.
6288f0ca 12129 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
12130 name and open parenthesis, bug317.
12131 Reported by Pierre-David Pfister.
6288f0ca
WS
12132 (verilog-simplify-range-expression): Fix simplification of
12133 multiplications inside AUTOWIRE connections, bug303.
12134 (verilog-auto-inst-port): Support parameter expansion in
12135 multidimensional arrays.
12136 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12137 after "assert property". Reported by Julian Gorfajn.
12138 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12139 with multiplication, bug303.
12140 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12141 Reported by Jan Frode Lonnum.
12142
1bbe96b2
GM
121432011-11-30 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12146 (hfy-shell-file-name, hfy-shell):
12147 * international/fontset.el (x-decompose-font-name): Fix typos.
12148
121492011-11-29 Ken Brown <kbrown@cornell.edu>
12150
12151 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12152 (gdb-version): Remove defvar.
12153 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12154 (gdb-gud-context-command, gdb-non-stop-handler)
12155 (gdb-current-context-command, gdb-stopped): Use it.
12156 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
12157 (gdb-non-stop-handler): Don't enable pretty-printing here.
12158 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
12159 non-stop mode. Use the following.
12160 (gdb-check-target-async): New defun.
12161 (gud-watch, gdb-stopped): Fix whitespace.
12162 (gdb-get-source-file): Don't try to display the source file if
12163 `gdb-main-file' is nil.
12164
121652011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12166
12167 * align.el: Try to generate fewer markers (bug#10047).
12168 (align--set-marker): New macro.
12169 (align-region): Use it.
12170
c935221f
SM
121712011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12172
12173 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12174
e70b5064
CY
121752011-11-29 Chong Yidong <cyd@gnu.org>
12176
12177 * indent.el (indent-for-tab-command, indent-according-to-mode):
12178 Doc fix.
12179 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12180
f3af92b7
MA
121812011-11-29 Michael Albinus <michael.albinus@gmx.de>
12182
12183 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12184 aware of remote file names. (Bug#10124)
12185
ed472be9
CY
121862011-11-29 Chong Yidong <cyd@gnu.org>
12187
12188 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12189
24510c22
SM
121902011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * files.el (find-file): Don't use force-same-window (bug#10144).
12193 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12194 use pop-to-buffer if the selected window can't be used.
12195 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12196
c60c3703
EZ
121972011-11-28 Eli Zaretskii <eliz@gnu.org>
12198
12199 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12200 special-mode-map.
12201
e95def75
CY
122022011-11-28 Chong Yidong <cyd@gnu.org>
12203
12204 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12205
c3f1c606
NR
122062011-11-27 Nick Roberts <nickrob@snap.net.nz>
12207
12208 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12209 gdb-get-source-file-list on gdb-create-source-file-list.
12210
00db469c
EZ
122112011-11-26 Eli Zaretskii <eliz@gnu.org>
12212
12213 * whitespace.el (whitespace-newline): Use a different foreground
12214 color for 16-color light-background displays.
12215
4ad3bc2a
CY
122162011-11-24 Chong Yidong <cyd@gnu.org>
12217
12218 * window.el (display-buffer--special-action): Doc fix.
12219
e9fce1ac
JB
122202011-11-25 Juanma Barranquero <lekktu@gmail.com>
12221
12222 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12223 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12224 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12225 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12226 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12227 (avl-tree-stack-first):
12228 * emacs-lisp/cconv.el (cconv--analyse-use):
12229 * net/gnutls.el (gnutls-negotiate): Fix typos.
12230
cb825e5d
GM
122312011-11-24 Glenn Morris <rgm@gnu.org>
12232
3adbe224
GM
12233 * lpr.el (lpr-windows-system, lpr-lp-system):
12234 * mail/binhex.el (binhex-begin-line):
12235 * progmodes/grep.el (grep-history, grep-find-history):
12236 * textmodes/flyspell.el:
12237 * vc/pcvs-defs.el (cvs-global-menu):
12238 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12239 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12240 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12241
321decc8
GM
12242 * net/tls.el: Fix case of "GnuTLS".
12243
420b63ad
GM
12244 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12245
cb825e5d
GM
12246 * version.el (emacs-build-system): Give it a doc-string.
12247
a0649f08
JL
122482011-11-24 Juri Linkov <juri@jurta.org>
12249
12250 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12251
c0bc0fd4
GM
122522011-11-24 Glenn Morris <rgm@gnu.org>
12253
12254 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12255 if called on a non-mime message just toggle the headers. (Bug#8006)
12256
20db1522
JB
122572011-11-24 Juanma Barranquero <lekktu@gmail.com>
12258
12259 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12260 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12261 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12262 (allout-rebullet-heading, allout-open-sibtopic)
12263 (allout-toggle-current-subtree-encryption)
12264 (allout-toggle-subtree-encryption, allout-encrypt-string)
12265 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12266 (allout-distinctive-bullets-string, allout-auto-activation):
12267 * window.el (window-normalize-buffer-to-display):
12268 * progmodes/verilog-mode.el (verilog-batch-indent):
12269 * textmodes/bibtex.el (bibtex-field-braces-opt)
12270 (bibtex-field-strings-opt):
12271 * vc/cvs-status.el (cvs-tree-merge):
12272 Fix typos.
12273
7262a87c
MA
122742011-11-23 Michael Albinus <michael.albinus@gmx.de>
12275
12276 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12277 `non-essential' to t, in order to avoid remote connections.
12278
283430a1
EZ
122792011-11-23 Eli Zaretskii <eliz@gnu.org>
12280
a1beca85
SM
12281 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12282 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
12283 case-insensitively.
12284
d2992a38
ML
122852011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12286
12287 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12288
50419064
GM
122892011-11-23 Glenn Morris <rgm@gnu.org>
12290
da94eca1
GM
12291 * paths.el (rmail-file-name): Reformat the doc-string so that it
12292 is picked up.
12293
9aac4de2
GM
12294 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12295 (rmail-auto-file): Ignore case in the "special" field names,
12296 as mail-fetch-field does for all others.
12297
8038d2d2
GM
12298 * mail/rmail.el (rmail-forward):
12299 * mail/rmailkwd.el (rmail-set-label):
12300 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12301 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12302
f3fe222a
GM
12303 * mail/rmail.el (rmail-current-message): Doc fix.
12304
50419064
GM
12305 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12306
28109f49
SM
123072011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12310
394c65f1
GM
123112011-11-22 Glenn Morris <rgm@gnu.org>
12312
12313 * mail/rmailmm.el (test-rmail-mime-handler)
12314 (test-rmail-mime-bulk-handler)
12315 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12316
f2a0aa3a
JL
123172011-11-21 Juri Linkov <juri@jurta.org>
12318
1154d12e
JB
12319 * calc/calc.el (calc-read-key-sequence):
12320 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 12321
9c34a344
LMI
123222011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12323
12324 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12325 Tell the caller that the next line needs recomputation, even
12326 though it doesn't start a sexp (bug#10094).
12327
f04a3be9
SM
123282011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12329
12330 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12331
7978747f
SM
123322011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12333
f04a3be9
SM
12334 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12335 Use force-same-window.
7978747f 12336
fe7a3057
JB
123372011-11-20 Juanma Barranquero <lekktu@gmail.com>
12338
12339 * descr-text.el (describe-char-unicode-data):
12340 * json.el (json-string-escape):
12341 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12342 (Footnote-unicode, Footnote-style-p):
12343 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12344
24901d61
CY
123452011-11-20 Chong Yidong <cyd@gnu.org>
12346
12347 * window.el (replace-buffer-in-windows): Restore interactive spec.
12348
bac7ff22
SM
123492011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12350
24f3d7b9
SM
12351 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12352
bac7ff22
SM
12353 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12354 (byte-compile-global-not-obsolete-vars): New var.
12355 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12356 Use it.
12357 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12358
cd1181db
JB
123592011-11-20 Juanma Barranquero <lekktu@gmail.com>
12360
12361 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12362 * progmodes/pascal.el (electric-pascal-equal):
12363 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12364 * xml.el (xml-substitute-special): Fix typos.
12365
7fb18e9e
GM
123662011-11-20 Glenn Morris <rgm@gnu.org>
12367
12368 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12369 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12370 Doc fixes.
12371 (rmail-decode-mime-charset): Mark as obsolete.
12372
12373 * mail/rmailsum.el (rmail-message-regexp-p-1):
12374 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12375 Before using mime functions, check they are set. (Bug#10077)
12376
d5a6b3ba
JL
123772011-11-19 Juri Linkov <juri@jurta.org>
12378
12379 * info.el (Info-finder-find-node): Use `package--builtins' instead
12380 of `package-alist'. Use node names formed by the pattern "Keyword "
12381 and the keyword name.
12382
e981b61f
AS
123832011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12384
1d00653d 12385 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 12386
3ffbc301
JL
123872011-11-19 Juri Linkov <juri@jurta.org>
12388
12389 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12390 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12391 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12392 `old-history', `old-history-forward'. Add let-binding
12393 `window-selected'. Remove calls to `kill-buffer',
12394 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12395 before calling `Info-find-node', so `Info-find-node-2' will reread
12396 the Info file. Restore window positions only when `window-selected'
12397 is non-nil.
12398
30c62133
JL
123992011-11-19 Juri Linkov <juri@jurta.org>
12400
12401 * isearch.el (isearch-lazy-highlight-new-loop):
12402 Remove condition `(not isearch-error)'. (Bug#9918)
12403
12404 * misearch.el (multi-isearch-search-fun): Add condition
12405 `(not bound)' to ignore lazy-highlighting search.
12406 Add the search-failed message "end of multi" when the end of
12407 multi-sequence is reached. Uncapitalize the search-failed
12408 message "Repeat for next buffer".
12409
12410 * info.el (Info-search): Add the search-failed message
12411 "end of the manual" when the end of the manual is reached
12412 in Isearch mode.
12413
645ca9cf
JL
124142011-11-19 Juri Linkov <juri@jurta.org>
12415
12416 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12417 Use non-destructive `remove' instead of `delete' because
12418 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12419 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12420
df754f66
JL
124212011-11-19 Juri Linkov <juri@jurta.org>
12422
12423 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12424 to nil instead of binding `search-ring' and `regexp-search-ring'.
12425 (Bug#9185)
12426
0e23d96a
EZ
124272011-11-19 Eli Zaretskii <eliz@gnu.org>
12428
12429 * simple.el (line-move): Force movement by logical lines for any
12430 hscrolled window, not only when auto-hscroll-mode is on.
12431 (line-move-visual): Update doc string to that effect. (Bug#10076)
12432
8a6ccb66
AS
124332011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12434
12435 * language/european.el (macintosh): Define as alias for mac-roman.
12436
49ae5b39
EZ
124372011-11-19 Eli Zaretskii <eliz@gnu.org>
12438
12439 * mail/rmailmm.el (rmail-mime-display-header)
12440 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12441 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12442 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12443 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12444 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12445 of a raw aref.
12446 (rmail-mime-entity-segment): To get past the tagline, move forward
12447 2 more lines, to account for the 2 empty lines that precede and
12448 follow the line with the buttons.
12449 (rmail-mime-update-tagline): Move one more line, to get past the
12450 empty line that follows the buttons in the tagline. (Bug#9520)
12451
c56cad4a
MR
124522011-11-19 Martin Rudalics <rudalics@gmx.at>
12453
12454 * window.el (window-max-delta-1, window-min-delta-1)
12455 (window-min-size-1, window-state-get-1, window-state-put-1)
12456 (window-state-put-2): Use "window--" prefix.
12457
cbe71af3
SM
124582011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12459
2ad52c60
SM
12460 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12461 (smie-warning-count): New var.
12462 (smie-set-prec2tab): Use it.
12463 (smie-bnf->prec2): Improve warnings. Add docstring.
12464 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12465 (smie-bnf--set-class): New function.
12466 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12467 corner case.
12468
6944dbc1
SM
12469 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12470 (compilation-error-properties, compilation-move-to-column):
12471 Handle compilation-first-column while in the target buffer.
12472
c400c4d7
SM
12473 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12474 Don't hardcode point-min==1.
12475
6dbe3e96
SM
12476 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12477 (eshell-rewrite-for-command): Remove workaround.
12478 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12479 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12480 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12481
cbe71af3
SM
12482 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12483
a8e1496d
GM
124842011-11-17 Glenn Morris <rgm@gnu.org>
12485
12486 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12487 Ignore buffer-local generated-autoload-file if it is the same
12488 as the global value. (Bug#10049)
12489
df85d315
JB
124902011-11-17 Juanma Barranquero <lekktu@gmail.com>
12491
12492 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12493 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12494 (reftex-toc-previous-heading, reftex-toc-max-level)
12495 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12496 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12497 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12498 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12499 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12500 (reftex-toc-rename-label, reftex-toc-visit-location)
12501 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12502 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12503 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12504 leaving "*toc*" only for references to the buffer.
12505
a0c2d0ae
MR
125062011-11-17 Martin Rudalics <rudalics@gmx.at>
12507
12508 * window.el (window-resize, delete-window, split-window):
12509 Replace window-splits by window-combination-resize.
1d00653d 12510 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 12511
35c0bac8
GM
125122011-11-17 Glenn Morris <rgm@gnu.org>
12513
12514 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12515 Make bash entry derive from sh entry, not shell entry.
12516
d0c8fc8a
MA
125172011-11-16 Michael Albinus <michael.albinus@gmx.de>
12518
7262a87c
MA
12519 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12520 local file name.
12521
7877f373
JB
125222011-11-16 Juanma Barranquero <lekktu@gmail.com>
12523
12524 * menu-bar.el (menu-bar-file-menu):
12525 * printing.el (pr-ps-utility):
12526 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12527 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12528 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12529 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12530 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12531 (icalendar--convert-cyclic-to-ical)
12532 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12533 (icalendar--convert-ical-to-diary)
12534 (icalendar--convert-recurring-to-diary)
12535 (icalendar--convert-non-recurring-all-day-to-diary)
12536 (icalendar-import-format-sample):
12537 * progmodes/idlw-shell.el (idlwave-shell-mode):
12538 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12539 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12540 (vhdl-ps-print-init): Fix typos.
12541
10649b82
KM
125422011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12543
9d0cfcd6
GM
12544 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12545 FSF and collapse date sequence, obscure author/maintainer email address
12546 better, remove extra version line, track relocation of author's webpage.
10649b82 12547
9d0cfcd6
GM
12548 * progmodes/python.el (python-pdbtrack-input-prompt)
12549 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12550 regular python pdb prompts. Adjustments shamelessly taken exactly as
12551 suggested in EmacsWiki page (tiny change):
12552 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 12553
58179cce
JB
125542011-11-16 Juanma Barranquero <lekktu@gmail.com>
12555
12556 * expand.el (expand-pos, expand-index, expand-point):
12557 Remove redundant info from docstring.
12558 (expand-add-abbrevs): Doc fix.
12559 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12560 (expand-sample-perl-mode-expand-list): Fix typos.
12561
12562 * net/dbus.el (dbus-event-member-name):
12563 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12564 * term/pc-win.el (msdos-create-frame-with-faces):
12565 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12566
b6f67890
MR
125672011-11-16 Martin Rudalics <rudalics@gmx.at>
12568
12569 * window.el (split-window, window-state-get-1)
12570 (window-state-put-1, window-state-put-2): Rename occurrences of
12571 window-nest to window-combination-limit.
1d00653d 12572 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 12573
ce7ddba0
CY
125742011-11-16 Chong Yidong <cyd@gnu.org>
12575
12576 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12577 regexp (Bug#10033).
12578
3ae704f4
SM
125792011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12580
12581 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12582 `completing-read' will remove *Completions* and will preserve
12583 current-buffer for us.
12584 (tmm-add-prompt): Users of *Completions* will always (re)set its
12585 major mode.
12586 (tmm-old-comp-map): Remove.
12587
6ad1cdde
GM
125882011-11-16 Glenn Morris <rgm@gnu.org>
12589
12590 * mail/rmailedit.el: Require rmailmm when compiling.
12591 (rmail-old-mime-state): New declaration.
12592 (rmail-edit-current-message): If editing a mime message,
12593 edit the "raw" message from the mbox buffer.
12594 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12595
d20faa20
GM
125962011-11-15 Glenn Morris <rgm@gnu.org>
12597
12598 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12599 which wasn't being used. Add optional arg to force given state.
12600 (rmail-mime): Add optional arg to force given state.
12601
c7015153
JB
126022011-11-15 Juanma Barranquero <lekktu@gmail.com>
12603
12604 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12605 * frame.el (display-mm-dimensions-alist):
12606 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12607 (outline-move-subtree-down):
12608 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12609 (newsticker--treeview-do-get-node):
12610 * net/quickurl.el (quickurl-list-buffer-name):
12611 * progmodes/dcl-mode.el (dcl-mode):
12612 * progmodes/gdb-mi.el (gdb-mapcar*):
12613 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12614
45261b50
GM
126152011-11-15 Glenn Morris <rgm@gnu.org>
12616
12617 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12618 in a boolean sense, so just make it a boolean, and fix the doc.
12619 (rmail-show-mime-function, rmail-mime-feature)
12620 (rmail-require-mime-maybe): Doc fixes.
12621 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12622
12623 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12624
0d26e0b6
JB
126252011-11-15 Juanma Barranquero <lekktu@gmail.com>
12626
12627 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12628 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12629 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12630 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12631
447f30f6
GM
126322011-11-15 Glenn Morris <rgm@gnu.org>
12633
672b871d
GM
12634 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12635 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12636 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12637 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12638 (rmail-mime, rmail-show-mime): Doc fixes.
12639
f6aa5bb1
GM
12640 * term/ns-win.el (mode-line-frame-identification):
12641 Leave it alone. (Bug#10051)
12642
947cd66b
GM
12643 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12644
447f30f6
GM
12645 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12646 Handle empty buffers. (Bug#9978)
12647
0b381c7e
JB
126482011-11-14 Juanma Barranquero <lekktu@gmail.com>
12649
12650 * international/mule.el (define-charset):
12651 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12652 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12653 * progmodes/verilog-mode.el (verilog-backward-token):
12654 * textmodes/ispell.el (lookup-words):
12655 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12656
71e027ac
GM
126572011-11-14 Glenn Morris <rgm@gnu.org>
12658
56632ce4
GM
12659 * progmodes/executable.el
12660 (executable-make-buffer-file-executable-if-script-p):
12661 Handle file-modes returning nil.
12662
40500957
GM
12663 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12664 message - not necessary, and causes problems. (Bug#9831)
12665
071c2340
GM
12666 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12667
d3cfca60
GM
12668 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12669
71e027ac
GM
12670 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12671 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12672 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12673
89d61221
MR
126742011-11-12 Martin Rudalics <rudalics@gmx.at>
12675
12676 * window.el (window-resize, delete-window): Use window-splits
12677 variable instead of function.
12678 (window-state-get-1, window-state-put-2, window-state-put):
12679 Don't deal with windows' splits status.
12680
98282f6f
GM
126812011-11-12 Glenn Morris <rgm@gnu.org>
12682
12683 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12684 (apropos-documentation): Doc fixes.
12685
40a8bdf6
JB
126862011-11-11 Juanma Barranquero <lekktu@gmail.com>
12687
12688 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12689 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12690
65bd19ff
SM
126912011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * electric.el (electric-indent-post-self-insert-function): Make it
12694 possible for a char to only indent in some circumstances.
12695 (electric-indent-mode): Simplify.
12696
54f9154c
MR
126972011-11-11 Martin Rudalics <rudalics@gmx.at>
12698
12699 * window.el (windows-with-parameter): Remove unused function.
12700 (windows-at-side): Rename to window-at-side-list.
12701 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
12702 (window-side-check, window-size-ignore, window-size-fixed-1)
12703 (window-in-direction-2): Prefix with "window--".
12704 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 12705
68cbc58b
GM
127062011-11-11 Glenn Morris <rgm@gnu.org>
12707
12708 * subr.el (eval-after-load): If FILE is already loaded,
12709 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12710
b2621720
GM
127112011-11-10 Glenn Morris <rgm@gnu.org>
12712
9a4de110
GM
12713 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12714 Call svn via vc-svn-command rather than vc-do-command.
12715 (vc-svn-command): Add --non-interactive. (Bug#9993)
12716 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12717
b2621720
GM
12718 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12719 Add toggle-read-only. (Bug#7292)
12720 * files.el (toggle-read-only): Mention that it should only
12721 be used interactively. (Bug#10006)
12722
1dce7193
SM
127232011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12724
d9ac1a1e
SM
12725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12726 Adjust regexp for OCaml warnings.
12727
0c325082
SM
12728 * electric.el (electric-pair-post-self-insert-function): Let user
12729 turn it off buffer-locally (bug#9932).
12730
90132c14
SM
12731 * progmodes/python.el (python-beginning-of-statement):
12732 Rewrite (bug#2703).
12733
1dce7193
SM
12734 * progmodes/compile.el: Better handle TABs (bug#9749).
12735 (compilation-internal-error-properties)
12736 (compilation-next-error-function): Obey the target buffer's
12737 compilation-error-screen-columns.
12738
c4e7c63a
JB
127392011-11-09 Juanma Barranquero <lekktu@gmail.com>
12740
12741 * progmodes/meta-mode.el: Remove obsolete comments.
12742 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12743 Fix typos in docstrings.
12744
2cffd681
MR
127452011-11-09 Martin Rudalics <rudalics@gmx.at>
12746
12747 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 12748 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
12749 (window--resizable): New function. Make all callers of
12750 window-resizable call window--resizable instead.
12751 (window-resizable): Rewrite in terms of window--resizable.
12752
0edcba87
GM
127532011-11-08 Glenn Morris <rgm@gnu.org>
12754
12755 * progmodes/delphi.el (delphi-mode-syntax-table):
12756 Let define-derived-mode define a proper syntax table. (Bug#9994)
12757
4b0d61e3
SM
127582011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * window.el: Stay away from defsubst.
12761 (window-list-no-nils): Remove.
12762 (window-state-get-1, window-state-get): Use backquote instead.
12763
cd394be1 127642011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 12765
4b0d61e3 12766 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 12767 Fix incorrect use of default argument in `completing-read'.
12768
e1c2c6f2
MR
127692011-11-08 Martin Rudalics <rudalics@gmx.at>
12770
12771 * window.el (display-buffer-function, special-display-function):
12772 Mention display-buffer-record-window but do not mention
12773 help-setup parameter in doc-strings.
b3f4a882 12774 (window-min-delta): Fix doc-string typo.
e1c2c6f2 12775
105216ed
CY
127762011-11-08 Chong Yidong <cyd@gnu.org>
12777
12778 * window.el (window-total-height, window-total-width): Doc fix.
12779 (window-body-size): Move from C.
12780 (window-body-height, window-body-width): Move to C.
12781
0a9f9ab5
SM
127822011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12783
12784 * window.el: Make special-display like display-buffer-alist (bug#9532).
12785 (display-buffer--special-action): New function, morphed
12786 from display-buffer--special.
12787 (display-buffer): Use it to handle special-display-buffers at higher
12788 priority (just after display-buffer-alist).
12789 (display-buffer-fallback-action, display-buffer--other-frame-action)
12790 (pop-to-buffer-same-window): Remove display-buffer--special.
12791
a769dd15
GM
127922011-11-07 Glenn Morris <rgm@gnu.org>
12793
12794 * calendar/cal-menu.el (cal-menu-set-date-title):
12795 Do nothing if not in a calendar. (Bug#9976)
12796
05a61ee3
SM
127972011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * files.el (find-file): Always use selected-window.
12800
be7f5545
MR
128012011-11-07 Martin Rudalics <rudalics@gmx.at>
12802
12803 * window.el (window-combinations): Make WINDOW argument
12804 mandatory. Rewrite doc-string.
12805 (walk-window-subtree, window-atom-check, window-min-delta)
12806 (window-max-delta, window--resize-this-window)
12807 (window--resize-root-window-vertically, window-tree)
12808 (balance-windows, window-state-put): Rewrite doc-strings as to
12809 not mention the term "subwindow".
12810 (window--resize-subwindows-skip-p): Rename to
12811 window--resize-child-windows-skip-p.
12812 (window--resize-subwindows-normal): Rename to
12813 window--resize-child-windows-normal.
12814 (window--resize-subwindows): Rename to
12815 window--resize-child-windows.
12816 (window-or-subwindow-p): Rename to window--in-subtree-p.
12817
3c6702ef
ML
128182011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12819
12820 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12821 Ensure that mbox format messages end in two newlines (Bug#9974).
12822
49745b39
CY
128232011-11-06 Chong Yidong <cyd@gnu.org>
12824
12825 * window.el (window-combination-p): Function deleted; its
12826 side-effect is not used in any existing code.
12827 (window-combinations, window-combined-p): Call window-*-child
12828 directly.
12829
24300f5f
CY
128302011-11-05 Chong Yidong <cyd@gnu.org>
12831
12832 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
12833 (window-size-ignore, window-state-get): Callers changed.
12834 (window-normalize-window): Rename from window-normalize-any-window.
12835 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 12836 (window-normalize-live-window): Delete.
447f16b8
CY
12837 (window-combination-p, window-combined-p, window-combinations)
12838 (walk-window-subtree, window-atom-root, window-min-size)
12839 (window-sizable, window-sizable-p, window-size-fixed-p)
12840 (window-min-delta, window-max-delta, window-resizable)
12841 (window-resizable-p, window-full-height-p, window-full-width-p)
12842 (window-current-scroll-bars, window-point-1, set-window-point-1)
12843 (window-at-side-p, window-in-direction, window-resize)
12844 (adjust-window-trailing-edge, maximize-window, minimize-window)
12845 (window-deletable-p, delete-window, delete-other-windows)
12846 (record-window-buffer, unrecord-window-buffer)
12847 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12848 (quit-window, split-window, window-state-put)
12849 (set-window-text-height, fit-window-to-buffer)
12850 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 12851
89bd5ee1
EZ
128522011-11-04 Eli Zaretskii <eliz@gnu.org>
12853
53479029
EZ
12854 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12855 rfc2047-decode-string.
12856 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12857 warnings.
12858
89bd5ee1
EZ
12859 * window.el (window-body-height, window-body-width): Mention in
12860 the doc string that the return values are in frame's canonical
12861 units. (Bug#9949)
12862
bd17fdee
AM
128632011-11-03 Alan Mackenzie <acm@muc.de>
12864
12865 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12866 change in cc-engine.el.
12867
acc825c5
SM
128682011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12871
1885e5b8
MR
128722011-11-02 Martin Rudalics <rudalics@gmx.at>
12873
12874 * window.el (quit-window): Call unrecord-window-buffer after
12875 showing another buffer in the window. (Bug#9937)
acc825c5 12876 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 12877
ebe06da9
JB
128782011-11-02 Juanma Barranquero <lekktu@gmail.com>
12879
12880 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12881 Accept status with more than 9 shelves. (Bug#9935)
12882 Reported by Colin D Bennett <colin@gibibit.com>.
12883
4ee88440
MR
128842011-11-01 Martin Rudalics <rudalics@gmx.at>
12885
12886 * help.el (with-help-window): Don't reference
12887 temp-buffer-show-specifiers in doc-string.
12888
08e1d82c
AS
128892011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12890
12891 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12892 menu-item.
12893
84bd6e9e
VJL
128942011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12895
12896 * whitespace.el: New version 13.2.2.
12897 (whitespace-newline-mode): Disable properly. Reported by Sarah
12898 <EmacsWiki>.
12899
dba0634a
UJ
129002011-10-30 Ulf Jasper <ulf.jasper@web.de>
12901
12902 * net/newst-treeview.el: Remove "Time-stamp".
12903 (newsticker--group-manage-orphan-feeds): Do not call
12904 newsticker--treeview-tree-update.
db22a3c2
JB
12905 (newsticker-treeview-update, newsticker-treeview):
12906 Call newsticker--treeview-tree-update if necessary.
dba0634a 12907
3d8daefe
MR
129082011-10-30 Martin Rudalics <rudalics@gmx.at>
12909
12910 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
12911 (window-iso-combinations): Remove "iso-" infix.
12912 Suggested by Chong Yidong.
3d8daefe
MR
12913 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12914 (window-max-delta-1, window-resize, window--resize-siblings)
12915 (window--resize-this-window, adjust-window-trailing-edge)
12916 (split-window, balance-windows-1)
12917 (shrink-window-if-larger-than-buffer):
12918 * calendar/calendar.el (calendar-generate-window):
db22a3c2 12919 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 12920
1bc4c3ae
SM
129212011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12924 in place (bug#9907).
12925 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12926 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12927 (eshell-structure-basic-command, eshell-rewrite-while-command)
12928 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12929 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12930 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12931 (eshell-do-pipelines-synchronously, eshell-eval-command):
12932 Use backquotes and prefer setq to set.
12933 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12934 (eshell-macrop): Use functionp.
c1e2f5fa 12935 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 12936
30b65d9c
CY
129372011-10-30 Chong Yidong <cyd@gnu.org>
12938
12939 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12940 instead of set-mark (Bug#9810).
12941
2d197ffb
CY
129422011-10-30 Chong Yidong <cyd@gnu.org>
12943
12944 * window.el (split-window-below, split-window-right): Rename from
12945 split-window-above-each-other and split-window-side-by-side
12946 respectively. All callers changed.
12947 (split-window-sensibly, split-window-sensibly): Use them.
12948 (split-window-keep-point): Doc fix.
12949
12950 * isearch.el: Add isearch-scroll property to split-window-below
12951 and split-window-right.
12952
12953 * follow.el (follow-mode):
12954 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12955 * progmodes/ada-xref.el (ada-gdb-application):
12956 * emulation/vip.el (vip-buffer-in-two-windows):
12957 * image-dired.el (image-dired-dired-with-window-configuration):
12958 * dired-x.el (dired-do-find-marked-files):
12959 * dired.el (dired-pop-to-buffer):
12960 * bs.el (bs--show-with-configuration):
12961 * vc/emerge.el (emerge-setup-windows):
12962 * textmodes/two-column.el (2C-two-columns):
12963 * textmodes/reftex-toc.el (reftex-toc):
12964 * progmodes/gdb-mi.el (gdb-setup-windows):
12965 * progmodes/fortran.el (fortran-window-create):
12966 * net/newst-treeview.el (newsticker--treeview-window-init):
12967 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12968 * emulation/tpu-edt.el (tpu-gold-map):
12969 * emulation/crisp.el (crisp-mode-map):
12970 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12971
38bb2ca8
CY
129722011-10-29 Chong Yidong <cyd@gnu.org>
12973
aa4de341
CY
12974 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12975
e1eb5385
CY
12976 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12977
5d2ece3c
CY
12978 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12979 forged Ispell output (Bug#7904).
12980
38bb2ca8
CY
12981 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12982
d0af9f77
SM
129832011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12984
12985 * doc-view.el: Avoid ugly errors about not finding nil.
12986 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12987 (doc-view-dvipdf-program, doc-view-unoconv-program)
12988 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12989 Avoid nil or absolute file name as default value.
12990 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12991
52bedd34
AM
129922011-10-28 Alan Mackenzie <acm@muc.de>
12993
db22a3c2 12994 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 12995
7e43cfa5
AM
129962011-10-28 Alan Mackenzie <acm@muc.de>
12997
12998 Amend the handling of c-beginning/end-of-defun in nested declaration
12999 scopes.
13000
52bedd34
AM
13001 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13002 cc-langs.el. Change it to a defcustom.
7e43cfa5 13003
52bedd34
AM
13004 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13005 cc-vars.el.
7e43cfa5 13006
d0af9f77
SM
13007 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13008 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 13009
52bedd34 13010 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 13011 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
13012 (c-widen-to-enclosing-decl-scope): New function.
13013 (c-while-widening-to-decl-block): New macro.
13014 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13015 outward for defun boundaries, and correspondingly change symbol
13016 `respect-enclosure' to `go-outward'.
13017 (c-declaration-limits): Change algorithm to report only the "innermost"
13018 defun's boundaries.
13019
1a2ce9ee
DD
130202011-10-28 Deniz Dogan <deniz@dogan.se>
13021
13022 * net/rcirc.el (rcirc-mode): Use hard newlines.
13023
bc97a826
AM
130242011-10-28 Alan Mackenzie <acm@muc.de>
13025
13026 Amend to indent and fontify macros "which include their own semicolon"
13027 correctly, using the "virtual semicolon" mechanism.
13028
52bedd34 13029 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 13030
d0af9f77 13031 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 13032 Recode to scan one line at a time rather than having \n and \r
58179cce 13033 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 13034 (c-forward-label): Amend for virtual semicolons.
58179cce 13035 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 13036
52bedd34
AM
13037 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13038 of the new C macros.
bc97a826 13039
52bedd34 13040 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
13041 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13042 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
13043 (c-opt-cpp-macro-define): Make into a full language variable.
13044 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13045 AWK Mode (including \n, \r) removed, no longer needed.
13046
d0af9f77
SM
13047 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13048 Invoke c-make-macro-with-semi-re.
bc97a826 13049
52bedd34
AM
13050 * progmodes/cc-vars.el (c-macro-with-semi-re):
13051 (c-macro-names-with-semicolon): New variables.
58179cce 13052 (c-make-macro-with-semi-re): New function.
bc97a826 13053
7a6c0941
SM
130542011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * vc/log-edit.el: Fill empty field rather than adding new one.
13057 (log-edit-add-field): New function.
13058 (log-edit-insert-changelog): Use it.
13059
b0c4cdcf
ML
130602011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13061
13062 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13063
ee1f1da9
SM
130642011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13065
13066 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13067 (gdb--check-interpreter): New function.
13068 (gdb): Use it.
13069
51bc5f8b
GM
130702011-10-27 Glenn Morris <rgm@gnu.org>
13071
416a2c45
GM
13072 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13073 (least-positive-float, least-negative-float)
13074 (least-positive-normalized-float, least-negative-normalized-float)
13075 (float-epsilon, float-negative-epsilon):
13076 Remove unnecessary declarations.
13077
13078 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13079 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13080 (least-positive-float, least-negative-float)
13081 (least-positive-normalized-float, least-negative-normalized-float)
13082 (float-epsilon, float-negative-epsilon): Add doc-strings,
13083 based on those in cl.texi.
13084
51bc5f8b
GM
13085 * files.el (set-visited-file-name): If the major-mode changed,
13086 reload the local variables. (Bug#9796)
13087
15de15c6
CY
130882011-10-27 Chong Yidong <cyd@gnu.org>
13089
13090 * subr.el (change-major-mode-after-body-hook): New hook.
13091 (run-mode-hooks): Run it.
13092
ee1f1da9
SM
13093 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13094 Use change-major-mode-before-body-hook.
15de15c6
CY
13095
13096 * simple.el (fundamental-mode):
13097 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13098 change introducing fundamental-mode-hook.
13099
5430d399
JB
131002011-10-26 Juanma Barranquero <lekktu@gmail.com>
13101
acc825c5 13102 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 13103
ad74a69e
MA
131042011-10-26 Michael Albinus <michael.albinus@gmx.de>
13105
13106 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 13107 tramp.el explicitly. (Bug#7583)
ad74a69e 13108
71d4c2a5
SM
131092011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13110
13111 * progmodes/octave-mod.el:
13112 * progmodes/octave-inf.el: Update maintainer.
13113
b1f6fa26
CY
131142011-10-26 Chong Yidong <cyd@gnu.org>
13115
13116 * subr.el (with-wrapper-hook): Rewrite doc.
13117
3f04efd6
MA
131182011-10-25 Michael Albinus <michael.albinus@gmx.de>
13119
13120 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 13121 filenames "/method:foo:". (Bug#9793)
3f04efd6 13122
410488d3
SM
131232011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13124
13125 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13126 (bug#9865).
13127
c1ebb47e
GM
131282011-10-24 Glenn Morris <rgm@gnu.org>
13129
13130 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13131
7f5c46c7
MA
131322011-10-24 Michael Albinus <michael.albinus@gmx.de>
13133
13134 * notifications.el: Add the requirement of a running D-Bus session
13135 bus to the Commentary.
13136
db2440b6
JL
131372011-10-24 Juri Linkov <juri@jurta.org>
13138
13139 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13140 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13141 (Bug#9364)
13142
feecf435
JL
131432011-10-24 Juri Linkov <juri@jurta.org>
13144
13145 * info.el (Info-following-node-name-re): Add newline to the list
13146 of allowed characters for leading space. (Bug#9824)
13147
a3839de2
SM
131482011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13149
acc825c5
SM
13150 * progmodes/octave-inf.el (inferior-octave-mode-map):
13151 Fix C-c C-h binding.
a3839de2
SM
13152 * progmodes/octave-mod.el (octave-help): Remove.
13153
09388e76
MA
131542011-10-23 Michael Albinus <michael.albinus@gmx.de>
13155
13156 Sync with Tramp 2.2.3.
13157
13158 * net/tramp-cache.el (top): Pacify byte-compiler using
13159 `init-file-user' and `site-run-file'.
13160
13161 * net/trampver.el: Update release number.
13162
86c60681
CY
131632011-10-23 Chong Yidong <cyd@gnu.org>
13164
13165 * files.el (toggle-read-only): Remove obsolete comment about
13166 version control.
13167
13168 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13169 for toggle-read-only. Note that this hasn't called vc-next-action
13170 since 2008-05-02, though it wasn't documented at the time.
13171
a3839de2
SM
13172 * vc/ediff-init.el (ediff-toggle-read-only-function):
13173 Use toggle-read-only.
86c60681 13174
cd5495ff
AM
131752011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13176
13177 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13178 of c-parse-state.
13179
00b77525 13180 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 13181 correct faulty logical expression.
cd5495ff
AM
13182 (c-parse-state-state, c-record-parse-state-state):
13183 (c-replay-parse-state-state): New defvar/defuns.
13184 (c-debug-parse-state): Use new functions.
13185
42ee24ed
MR
131862011-10-22 Martin Rudalics <rudalics@gmx.at>
13187
13188 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 13189 last fix. Use window-in-direction correctly.
42ee24ed 13190
a7dee7e7
CY
131912011-10-21 Chong Yidong <cyd@gnu.org>
13192
13193 * progmodes/idlwave.el (idlwave-mode):
13194 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
13195 require-final-newline; that's done in prog-mode.
13196 Suggested by Stefan Monnier.
a7dee7e7 13197
e07b9a6d
MR
131982011-10-21 Martin Rudalics <rudalics@gmx.at>
13199
13200 * mouse.el (mouse-drag-window-above)
13201 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13202 (mouse-drag-mode-line-1, mouse-drag-header-line)
13203 (mouse-drag-vertical-line-rightward-window): Remove.
13204 (mouse-drag-line): New function.
13205 (mouse-drag-mode-line, mouse-drag-header-line)
13206 (mouse-drag-vertical-line): Call mouse-drag-line.
13207 * window.el (window-at-side-p, windows-at-side): New functions.
13208
7e1361d9
UM
132092011-10-21 Ulrich Mueller <ulm@gentoo.org>
13210
13211 * tar-mode.el (tar-grind-file-mode):
13212 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13213
30fcaf3a
CY
132142011-10-21 Chong Yidong <cyd@gnu.org>
13215
13216 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
13217 * progmodes/vera-mode.el (vera-mode):
13218 Use mode-require-final-newline.
30fcaf3a 13219
516eddb0
GM
132202011-10-20 Glenn Morris <rgm@gnu.org>
13221
db22a3c2 13222 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 13223
10d5f513
CS
132242011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13225
13226 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13227
ac6c8639
CY
132282011-10-20 Chong Yidong <cyd@gnu.org>
13229
13230 * emulation/cua-base.el (cua-mode):
13231 * mail/footnote.el (footnote-mode):
13232 * mail/mailabbrev.el (mail-abbrevs-mode):
13233 * net/xesam.el (xesam-minor-mode):
13234 * progmodes/bug-reference.el (bug-reference-mode):
13235 * progmodes/cap-words.el (capitalized-words-mode):
13236 * progmodes/compile.el (compilation-minor-mode)
13237 (compilation-shell-minor-mode):
13238 * progmodes/gud.el (gud-tooltip-mode):
13239 * progmodes/hideif.el (hide-ifdef-mode):
13240 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13241 * progmodes/subword.el (subword-mode):
13242 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13243 * progmodes/which-func.el (which-function-mode):
13244 * term/tvi970.el (tvi970-set-keypad-mode):
13245 * term/vt100.el (vt100-wide-mode):
13246 * textmodes/flyspell.el (flyspell-mode):
13247 * textmodes/ispell.el (ispell-minor-mode):
13248 * textmodes/nroff-mode.el (nroff-electric-mode):
13249 * textmodes/paragraphs.el (use-hard-newlines):
13250 * textmodes/refill.el (refill-mode):
13251 * textmodes/reftex.el (reftex-mode):
13252 * textmodes/rst.el (rst-minor-mode):
13253 * textmodes/sgml-mode.el (html-autoview-mode)
13254 (sgml-electric-tag-pair-mode):
13255 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13256 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13257 * emulation/crisp.el (crisp-mode):
13258 * emacs-lisp/eldoc.el (eldoc-mode):
13259 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13260 minor mode behavior.
13261
aa42ab43
JL
132622011-10-19 Juri Linkov <juri@jurta.org>
13263
13264 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13265 the list of hard-coded chars with escape-glyph face.
13266
89400f1d
SM
132672011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13270
305c07f6
MA
132712011-10-19 Michael Albinus <michael.albinus@gmx.de>
13272
13273 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13274 running process.
13275
13754b54
GM
132762011-10-19 Glenn Morris <rgm@gnu.org>
13277
13278 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13279 Ignore ignored files. (Bug#9726)
13280
06e21633
CY
132812011-10-19 Chong Yidong <cyd@gnu.org>
13282
13283 Doc fix for minor modes, stating that an omitted argument enables
13284 the mode unconditionally when called from Lisp.
13285
13286 * abbrev.el (abbrev-mode):
13287 * allout.el (allout-mode):
13288 * autoinsert.el (auto-insert-mode):
13289 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13290 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13291 (global-auto-revert-mode):
13292 * battery.el (display-battery-mode):
13293 * composite.el (global-auto-composition-mode)
13294 (auto-composition-mode):
13295 * delsel.el (delete-selection-mode):
13296 * desktop.el (desktop-save-mode):
13297 * dired-x.el (dired-omit-mode):
13298 * dirtrack.el (dirtrack-mode):
13299 * doc-view.el (doc-view-minor-mode):
13300 * double.el (double-mode):
13301 * electric.el (electric-indent-mode, electric-pair-mode):
13302 * emacs-lock.el (emacs-lock-mode):
13303 * epa-hook.el (auto-encryption-mode):
13304 * follow.el (follow-mode):
13305 * font-core.el (font-lock-mode):
13306 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13307 * help.el (temp-buffer-resize-mode):
13308 * hilit-chg.el (highlight-changes-mode)
13309 (highlight-changes-visible-mode):
13310 * hi-lock.el (hi-lock-mode):
13311 * hl-line.el (hl-line-mode, global-hl-line-mode):
13312 * icomplete.el (icomplete-mode):
13313 * ido.el (ido-everywhere):
13314 * image-file.el (auto-image-file-mode):
13315 * image-mode.el (image-minor-mode):
13316 * iswitchb.el (iswitchb-mode):
13317 * jka-cmpr-hook.el (auto-compression-mode):
13318 * linum.el (linum-mode):
13319 * longlines.el (longlines-mode):
13320 * master.el (master-mode):
13321 * mb-depth.el (minibuffer-depth-indicate-mode):
13322 * menu-bar.el (menu-bar-mode):
13323 * minibuf-eldef.el (minibuffer-electric-default-mode):
13324 * mouse-sel.el (mouse-sel-mode):
13325 * msb.el (msb-mode):
13326 * mwheel.el (mouse-wheel-mode):
13327 * outline.el (outline-minor-mode):
13328 * paren.el (show-paren-mode):
13329 * recentf.el (recentf-mode):
13330 * reveal.el (reveal-mode, global-reveal-mode):
13331 * rfn-eshadow.el (file-name-shadow-mode):
13332 * ruler-mode.el (ruler-mode):
13333 * savehist.el (savehist-mode):
13334 * scroll-all.el (scroll-all-mode):
13335 * scroll-bar.el (scroll-bar-mode):
13336 * server.el (server-mode):
13337 * shell.el (shell-dirtrack-mode):
13338 * simple.el (auto-fill-mode, transient-mark-mode)
13339 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13340 (line-number-mode, column-number-mode, size-indication-mode)
13341 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13342 * strokes.el (strokes-mode):
13343 * time.el (display-time-mode):
13344 * t-mouse.el (gpm-mouse-mode):
13345 * tool-bar.el (tool-bar-mode):
13346 * tooltip.el (tooltip-mode):
13347 * type-break.el (type-break-mode-line-message-mode)
13348 (type-break-query-mode):
13349 * view.el (view-mode):
13350 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13351 (global-whitespace-mode, global-whitespace-newline-mode):
13352 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13353
a3839de2
SM
13354 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13355 Fix autogenerated docstring.
06e21633 13356
5214e501
JL
133572011-10-19 Juri Linkov <juri@jurta.org>
13358
13359 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13360 by checking environment variables "DESKTOP_SESSION" and
13361 "XDG_CURRENT_DESKTOP". (Bug#9779)
13362
195f8db9
JL
133632011-10-19 Juri Linkov <juri@jurta.org>
13364
13365 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13366 (browse-url-chromium-program, browse-url-chromium-arguments):
13367 New defcustoms.
13368 (browse-url-default-browser): Check for `browse-url-chromium' and
13369 call `browse-url-chromium-program'.
13370 (browse-url-chromium): New command. (Bug#9779)
13371
343a34ff
JB
133722011-10-18 Juanma Barranquero <lekktu@gmail.com>
13373
13374 * facemenu.el (list-colors-duplicates): On Windows, detect more
13375 duplicates by assuming that only colors matching "^System" are
13376 special "system colors". (Bug#9722)
13377
6978a151
SM
133782011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13379
13380 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13381 to distinguish the author from the committer.
13382
6a80b297
MA
133832011-10-18 Michael Albinus <michael.albinus@gmx.de>
13384
13385 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13386
b31a5677
JK
133872011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13388
13389 * international/mule.el (sgml-html-meta-auto-coding-function):
13390 Add support for detecting encoding in HTML5 specified only as
13391 <meta charset="UTF-8">. Implementation just makes http-equiv and
13392 content-type parts from HTML4 encoding string optional. (Bug#9716)
13393
80c6d77f
GM
133942011-10-18 Glenn Morris <rgm@gnu.org>
13395
13396 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13397
08b0fee8
CY
133982011-10-18 Chong Yidong <cyd@gnu.org>
13399
13400 * faces.el (cursor): Doc fix.
13401
67e729a5
CY
134022011-10-17 Chong Yidong <cyd@gnu.org>
13403
13404 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13405
343a34ff 134062011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
13407
13408 * dirtrack.el (dirtrack): Support shell buffers with path
13409 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13410
0bc06380
TZ
134112011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13412
13413 * json.el: Bump version to 1.3 and note change in History.
13414 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13415
8b79f3e0
SM
134162011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13417
5a7c536b
SM
13418 * comint.el (comint-insert-input, comint-send-input)
13419 (comint-get-old-input-default, comint-backward-matching-input)
13420 (comint-next-prompt): Use nil instead of `input' for field property of
13421 past user input (bug#114).
13422
96a8a0df
SM
13423 * minibuffer.el (completion--replace): Inherit surrounding properties
13424 (bug#114).
13425 (minibuffer-complete-and-exit): Use it.
13426
8b79f3e0
SM
13427 * comint.el (comint--table-subvert): Quote the all-completions output
13428 (bug#9160).
13429
b8f7ff0d
MR
134302011-10-17 Martin Rudalics <rudalics@gmx.at>
13431
8b79f3e0 13432 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 13433
b8f7ff0d 13434 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 13435 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
13436 entries and separate them from frame entries.
13437
c235b555
GM
134382011-10-15 Glenn Morris <rgm@gnu.org>
13439
13440 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13441 Doc fixes.
13442
6bbfa6e1
CY
134432011-10-15 Chong Yidong <cyd@stupidchicken.com>
13444
8b79f3e0
SM
13445 * net/network-stream.el (network-stream-open-starttls):
13446 Improve detection of failure due to lack of TLS support.
ec5c990d 13447
6bbfa6e1
CY
13448 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13449 putting the input text in front and in bold.
13450
98488977
SM
134512011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13452
3d1337be
SM
13453 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13454
ee0b45e4
SM
13455 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13456 empty buffer.
13457
98488977
SM
13458 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13459 unread-command-events rather than pushing yet-another event.
13460
186f4720
EZ
134612011-10-14 Eli Zaretskii <eliz@gnu.org>
13462
13463 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13464 the explanation of the possible choices. Make the options passed
13465 to completing-read shorter.
13466
8b7a997c
AM
134672011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13468
13469 * textmodes/flyspell.el (flyspell-large-region): Make sure
13470 extended character mode is used if defined (Bug#1339).
13471
12587bbb
EZ
134722011-10-13 Eli Zaretskii <eliz@gnu.org>
13473
13474 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
13475 character info for LRE, LRO, RLE, and RLO characters by appending
13476 an invisible PDF.
12587bbb 13477
bad41229
SM
134782011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13481 even in case of error; add debug spec; simplify data flow.
13482 (with-timeout-handler): Remove.
13483
28dbc92f
MA
134842011-10-12 Michael Albinus <michael.albinus@gmx.de>
13485
13486 Fix Bug#6019, Bug#9315.
13487
13488 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13489 complete `buffer-file-name', the local file name part could look
13490 remotely (for example on VMS).
13491
13492 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13493 `tramp-run-real-handler'.
13494 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13495 already quoted by '"'.
13496
13497 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13498 Let `file-name-handler-alist' be nil, the local file name part
13499 could look remotely (for example on VMS).
13500
e1b0b23a
SM
135012011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13504 from here...
13505 (flyspell-post-command-hook): ...to here.
13506
a120bde9
SM
135072011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13510 if not needed.
13511 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13512 using completion. Protect against "slow" callers.
13513 Remove the "message hack".
13514
7ce7717b
JL
135152011-10-11 Juri Linkov <juri@jurta.org>
13516
13517 * isearch.el (isearch-lazy-highlight-word): New variable.
13518 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13519 Use it. (Bug#9727)
13520
c02ee9d6
GM
135212011-10-11 Glenn Morris <rgm@gnu.org>
13522
13523 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13524 like f90-previous-statement does.
13525
93e616fd 135262011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13527
1f190e73 13528 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
13529 only in interactive use, to avoid error.
13530
af7b6078
SM
135312011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13532
13533 * minibuffer.el (completion-file-name-table): Fix last change,
13534 i.e. ignore normal errors but not the other ones.
13535
0563dae9
MR
135362011-10-10 Martin Rudalics <rudalics@gmx.at>
13537
13538 * window.el (special-display-buffer-names)
13539 (special-display-regexps): Remove some remnants of earlier
13540 changes from doc-strings.
366ca7f3
MR
13541 (quit-windows-on): New function.
13542
13543 * vc/vc.el (vc-revert, vc-rollback):
13544 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13545 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 13546 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 13547
49677495
MR
135482011-10-09 Martin Rudalics <rudalics@gmx.at>
13549
13550 * window.el (frame-auto-hide-function): Add version tag.
13551 (Bug#9699)
13552
56f2d1e1
MA
135532011-10-09 Michael Albinus <michael.albinus@gmx.de>
13554
13555 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13556 condition.
13557
112a6592
LL
135582011-10-09 Leo Liu <sdl.web@gmail.com>
13559
13560 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13561 (Bug#9701)
13562
0812589b
GM
135632011-10-08 Glenn Morris <rgm@gnu.org>
13564
13565 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13566 before the first code statement zero indent. (Bug#9690)
13567
b2b0776e
CY
135682011-10-08 Chong Yidong <cyd@stupidchicken.com>
13569
13570 * simple.el (count-words-region): Always count in the region.
13571 Report the number of lines and characters too.
13572 (count-words): New command, which counts in the buffer if the
13573 region is inactive, as count-words-region used to.
13574 (count-words--message): New function. Handle plurals.
13575 (count-lines-region): Make it an alias for count-words-region.
13576
13577 * bindings.el (esc-map): Replace count-lines-region with
13578 count-words-region.
13579
c557cd6b
MR
135802011-10-08 Martin Rudalics <rudalics@gmx.at>
13581
13582 * window.el (window--delete): Delete dedicated frame
13583 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 13584 (switch-to-buffer): Fix doc-string typo.
c557cd6b 13585
61a57ef4 135862011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13587
3a7d293b 13588 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 13589
c3833279
CY
135902011-10-07 Chong Yidong <cyd@stupidchicken.com>
13591
13592 * bindings.el ([M-left],[M-right]): Bind to left-word and
13593 right-word respectively.
13594
21ce8245
GM
135952011-10-07 Glenn Morris <rgm@gnu.org>
13596
13597 * cus-start.el (debug-on-quit): Fix custom type.
13598
6d823bb2
LMI
135992011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13600
0181e193
LMI
13601 * subr.el (define-key-after): Clarify that the function is not
13602 useful for non-menu keymaps.
13603
6d823bb2
LMI
13604 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13605
8e3459ce 136062011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13607
21ce8245 13608 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 13609 in current minibuffer (Fix bug with recursive minibuffers).
13610
a1c2d21e
CY
136112011-10-06 Chong Yidong <cyd@stupidchicken.com>
13612
13613 * progmodes/gdb-mi.el (gdb): Doc fix.
13614
5a4cf282
MR
136152011-10-05 Martin Rudalics <rudalics@gmx.at>
13616
13617 * window.el (frame-auto-hide-function): New option replacing
13618 frame-auto-delete. Suggested by Stefan Monnier.
13619 (window--delete): Call frame-auto-hide-function instead of
13620 investigating frame-auto-delete.
c96111ea
MR
13621 (window-point-1, set-window-point-1): New functions.
13622 (window-in-direction, record-window-buffer, window-state-get-1)
13623 (display-buffer-record-window): Use window-point-1 instead of
13624 window-point.
13625 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 13626
9854542e
SM
136272011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13628
13629 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13630
8943cfb0
GM
136312011-10-05 Glenn Morris <rgm@gnu.org>
13632
13633 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13634 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13635
647ab967
LL
136362011-10-05 Leo Liu <sdl.web@gmail.com>
13637
13638 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13639 works with buffer object.
13640
3ddfbced
SM
136412011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * mpc.el (mpc-tool-bar-map): Add labels.
13644
bdfa5dd2
GM
136452011-10-04 Glenn Morris <rgm@gnu.org>
13646
13647 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13648
0e2070b5
MR
136492011-10-04 Martin Rudalics <rudalics@gmx.at>
13650
13651 * window.el (window--delete): New function.
13652 (frame-auto-delete): Resuscitate option.
13653 (bury-buffer, replace-buffer-in-windows)
13654 (quit-window): Rewrite using window--delete.
13655 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13656 Pass display-buffer-mark-dedicated to window--display-buffer-2
13657 (Bug#9639).
13658
3dc61a09
SM
136592011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13660
915a9b64
SM
13661 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13662 returns a list (bug#9554). Add remote file name completion.
13663 * comint.el (comint--table-subvert): Curry and get quote&unquote
13664 functions as arguments.
13665 (comint--complete-file-name-data): Adjust call accordingly.
13666 * pcomplete.el (pcomplete--table-subvert): Remove.
13667 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13668
3dc61a09
SM
13669 * minibuffer.el (completion-table-case-fold): Use currying.
13670 (completion--styles-type, completion--cycling-threshold-type):
13671 New constants.
13672 (completion-styles, completion-category-overrides)
13673 (completion-cycle-threshold): Use them.
13674 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13675 completion-table-case-fold.
13676
8ea0a993
SB
136772011-10-03 Stephen Berman <stephen.berman@gmx.net>
13678
13679 * minibuffer.el (completion-category-overrides): Fix type of styles
13680 and add more user friendly tags (bug#9660).
13681
8c24b7f6
SM
136822011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13683
13684 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13685 (mule-input-method-string): New widget.
13686 (default-input-method, language-info-custom-alist): Use it.
13687
428fe61a
SM
136882011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13689
32c1fffd
SM
13690 * pcomplete.el: Require comint.
13691 (pcomplete--common-suffix): Remove.
13692 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13693 (pcomplete--table-subvert): Sync with comint--table-subvert.
13694 (pcomplete--entries): Use comint-completion-file-name-table.
13695 * comint.el (comint-unquote-filename): Simplify.
13696 (comint-completion-file-name-table): New function (bug#9616).
13697 (comint--complete-file-name-data): Use it.
13698
428fe61a
SM
13699 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13700 (pcmpl-gnu-tar-buffer): Remove.
13701 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
13702 around. Make sure pcomplete-suffix-list is only changed temporarily.
13703 Don't look inside the tar's file if it's too large.
428fe61a 13704
04c52e2f
CY
137052011-10-01 Chong Yidong <cyd@stupidchicken.com>
13706
ce3cefcc
CY
13707 * cus-edit.el (custom-mode-map):
13708 * epa.el (epa-key-list-mode-map):
13709 * man.el (Man-mode-map):
13710 * startup.el (splash-screen-keymap):
13711 * simple.el (special-mode-map): Use scroll-up-command and
13712 scroll-down-command.
13713
13714 * progmodes/idlw-help.el (idlwave-help-mode-map):
13715 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13716 * net/newst-plainview.el (newsticker-mode-map):
13717 * emulation/ws-mode.el (wordstar-mode-map):
13718 * emulation/vi.el (vi-com-map):
13719 * calc/calc-graph.el (calc-graph-show-dumb):
13720 * term/sun.el (terminal-init-sun):
13721 * term/ns-win.el (global-map):
13722 * progmodes/grep.el (grep-mode-map):
13723 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13724 * mail/rmail.el (rmail-mode-map):
13725 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13726
04c52e2f
CY
13727 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13728 custom-safe-themes as special.
13729
79adf8c8
JD
137302011-10-01 Julien Danjou <julien@danjou.info>
13731
13732 * notifications.el (notifications-notify): Fix docstring.
13733
63bd50d3
PS
137342011-10-01 Per Starbäck <per@starback.se>
13735
13736 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13737
199e4c7e
MR
137382011-09-30 Martin Rudalics <rudalics@gmx.at>
13739
13740 * startup.el (command-line-1): Fix last fix by inserting
13741 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 13742 (Bug#9605) and (Bug#9636)
199e4c7e 13743
fe5f08dd
EZ
137442011-09-29 Eli Zaretskii <eliz@gnu.org>
13745
13746 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13747 window is hscrolled, move by logical lines. (Bug#9607)
13748 (line-move-visual): Update the doc string to the above effect.
13749
b5516bbd
MR
137502011-09-29 Martin Rudalics <rudalics@gmx.at>
13751
ccee00c0
MR
13752 * window.el (display-buffer-record-window): When WINDOW is the
13753 selected window use `point' instead of `window-point'. (Bug#9626)
13754
b5516bbd
MR
13755 * startup.el (command-line-1): Use insert-before-markers when
13756 inserting initial-scratch-message. (Bug#9605)
ccee00c0 13757
b5516bbd
MR
13758 * help.el (help-window): Remove variable.
13759
52aa0014
GM
137602011-09-29 Glenn Morris <rgm@gnu.org>
13761
13762 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13763
df9a7357
JB
137642011-09-29 Juanma Barranquero <lekktu@gmail.com>
13765
13766 * descr-text.el (describe-char-categories): Accept category
13767 descriptions more than one line long.
13768
a8406c20
SM
137692011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13770
88d9610c
SM
13771 * simple.el (delete-trailing-whitespace): Fix last change.
13772
a5daf810
SM
13773 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13774 Don't confuse "y => 3" as the beginning of a `y' operation.
13775
a8406c20
SM
13776 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13777 object has more than 4 slots (bug#9613).
13778
a239d4e9
JB
137792011-09-28 Juanma Barranquero <lekktu@gmail.com>
13780
13781 * subr.el (with-output-to-temp-buffer):
13782 * net/quickurl.el (quickurl, quickurl-browse-url):
13783 Fix typos in docstrings.
13784
693fbdb6
EZ
137852011-09-27 Eli Zaretskii <eliz@gnu.org>
13786
13787 * minibuffer.el (completion-styles)
13788 (completion-category-overrides): Cross reference each other in doc
13789 strings.
13790
8b457e28
GM
137912011-09-27 Glenn Morris <rgm@gnu.org>
13792
13793 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13794 to split-string. (Bug#9606)
13795
85a16208
LMI
137962011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13797
13798 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13799 (bug#9615).
13800
502f9ebd
CY
138012011-09-27 Chong Yidong <cyd@stupidchicken.com>
13802
13803 * emacs-lisp/package.el (list-packages): Fix echo area message.
13804
7690bdea
LL
138052011-09-27 Leo Liu <sdl.web@gmail.com>
13806
13807 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13808
e2ee6f30
MA
138092011-09-25 Michael Albinus <michael.albinus@gmx.de>
13810
13811 * net/dbus.el (dbus-unregister-object): Don't release services for
13812 registered signals. (Bug#9581)
13813
f3f98342
TZ
138142011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13815
13816 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13817 function that picks between cfengine 2 and 3 support
13818 automatically. Update docs accordingly.
13819
dd7aa8dd
KH
138202011-09-22 Kenichi Handa <handa@m17n.org>
13821
13822 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13823 ZERO.
13824 (indian-itrans-v5-table-for-tamil): New variable.
13825 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13826
3f2b07f8
KM
138272011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13828
13829 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13830 that's true if the current command involved collapsing of text.
13831 It's reset to false at the beginning of the next command.
13832 (allout-post-command-business): Move the cursor to the beginning
13833 of entry if the cursor is hidden and collapsing activity just
13834 happened.
13835
371d6a61
CY
138362011-09-24 Chong Yidong <cyd@stupidchicken.com>
13837
13838 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13839 tracking (Bug#9541).
13840
2ac2721a
UJ
138412011-09-24 Ulf Jasper <ulf.jasper@web.de>
13842
13843 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
13844 (newsticker-show-news): Automatically load html rendering package
13845 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13846 because w3m-fill-column is let-bound" and the error "Symbol's value
13847 as variable is void: w3m-fill-column".
2ac2721a 13848
fac7ae53
MA
138492011-09-24 Michael Albinus <michael.albinus@gmx.de>
13850
13851 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13852 Release services only if they are defined. (Bug#9581)
13853
e08b633b
RS
138542011-09-23 Richard Stallman <rms@gnu.org>
13855
e488d29c
RS
13856 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13857 distinguish start of paragraph from start of its text.
13858
19c38752
RS
13859 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13860
e08b633b
RS
13861 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13862 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13863 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13864
0a39f27e
AS
138652011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13866
13867 * international/mule-diag.el (mule-diag): Insert a newline after
13868 each fontset description.
13869
db4e950d
SM
138702011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * simple.el (delete-trailing-whitespace):
13873 Document last change; simplify.
13874
eca3f3ea
PW
138752011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13876
d68e189a
PW
13877 * simple.el (delete-trailing-whitespace): Also delete
13878 extra newlines at the end of the buffer.
13879
eca3f3ea
PW
13880 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13881 (picture-newline): Use forward-line so as to ignore fields.
13882
01c157cc
SM
138832011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 * subr.el (with-wrapper-hook): Fix edebug spec.
13886
022de23e
LMI
138872011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13888
13889 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13890 (bug#4538).
13891
91683089
MA
138922011-09-23 Michael Albinus <michael.albinus@gmx.de>
13893
eca3f3ea
PW
13894 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13895 Fix nasty bug using wrong cached values.
91683089 13896
5bdd6fa4
AM
138972011-09-23 Alan Mackenzie <acm@muc.de>
13898
13899 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13900
97adfb97
CY
139012011-09-23 Chong Yidong <cyd@stupidchicken.com>
13902
13903 * window.el (pop-to-buffer): Ensure right window is selected if we
13904 chose another frame.
13905
d4ef2b50
EZ
139062011-09-22 Eli Zaretskii <eliz@gnu.org>
13907
13908 * simple.el (what-cursor-position): Use get-char-property-change
13909 and next-single-char-property-change, to be able to show display
13910 properties that come from overlays as well as text properties.
13911
72258fe5
CY
139122011-09-22 Chong Yidong <cyd@stupidchicken.com>
13913
13914 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13915
13916 * cmuscheme.el (run-scheme, switch-to-scheme):
13917 * cus-edit.el (customize-group, custom-buffer-create)
13918 (customize-browse):
13919 * info.el (info):
13920 * shell.el (shell):
13921 * mail/sendmail.el (mail):
13922 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13923
8f098516
RS
139242011-09-22 Richard Stallman <rms@gnu.org>
13925
13926 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13927 move back only to line beg, don't move back over blank lines.
13928
e74f1bb6
MA
139292011-09-22 Michael Albinus <michael.albinus@gmx.de>
13930
13931 * files.el (copy-directory): Set directory attributes only in case
13932 they could be retrieved from the source directory. (Bug#9565)
13933
bfeef8b6
DK
139342011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13935
13936 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13937 (hs-find-block-beginning, hs-hide-level-recursive):
13938 Ignore strings as well as comments. (Bug#9502)
13939
7e423bb8
AS
139402011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13941
13942 * progmodes/sql.el (sql-comint-postgres):
13943 Convert port number to a string. (Bug#9566)
13944
b4d72fcf
MR
139452011-09-22 Martin Rudalics <rudalics@gmx.at>
13946
13947 * window.el (quit-window): Undedicate window when switching to
13948 previous buffer. Reported by Thierry Volpiatto
13949 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
13950 (special-display-popup-frame): When popping up a new frame reset
13951 its previous buffers to nil. Simplify code.
b4d72fcf 13952
a7b88dc6
MA
139532011-09-21 Michael Albinus <michael.albinus@gmx.de>
13954
13955 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13956 and process filter, as done also in `shell-command'.
13957
cf4eacfd
MR
139582011-09-21 Martin Rudalics <rudalics@gmx.at>
13959
eca3f3ea 13960 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
13961 Call set-window-start with NOFORCE argument t.
13962 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
13963 (quit-window): Reword doc-string. Handle new format of
13964 quit-restore parameter. Don't delete window if it has a
13965 previous buffer we can show instead of the present one.
13966 (display-buffer-record-window): Rewrite using a new format for
13967 the quit-restore window parameter
13968 (special-display-popup-frame, display-buffer-same-window)
13969 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13970 (display-buffer-pop-up-window, display-buffer-use-some-window):
13971 Adapt symbol passed to display-buffer-record-window.
13972 * help.el (help-window-setup): Handle new format of quit-restore
13973 parameter.
13974
8d28cb95
SM
139752011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13976
94ab793f
SM
13977 * faces.el (face-list): Fix docstring (bug#9564).
13978
8d28cb95
SM
13979 * window.el (display-buffer--action-function-custom-type):
13980 Don't include internal functions in the Custom interface.
13981
3820edeb
JL
139822011-09-20 Juri Linkov <juri@jurta.org>
13983
13984 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13985 (Info-forward-node, Info-backward-node, Info-next-preorder)
13986 (Info-last-preorder): Use it. (Bug#9528)
13987
5147931d
JL
139882011-09-20 Juri Linkov <juri@jurta.org>
13989
13990 * info.el (Info-last-preorder): Visit last menu item only when
13991 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13992
cf499a1a
JD
139932011-09-20 Julien Danjou <julien@danjou.info>
13994
13995 * password-cache.el (password-cache-remove): Remove entries even if the
13996 value is nil, so that password with a nil value (negative caching) is
13997 possible to invalidate.
13998
f84e2fe2
LM
139992011-09-20 Lawrence Mitchell <wence@gmx.li>
14000
14001 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14002 all whitespace around breakpoint. (Bug#9553)
14003 (f90-find-breakpoint): Only break at whitespace inside a comment.
14004
78054a46
SM
140052011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * minibuffer.el (completion-file-name-table): Keep track of errors.
14008 (completion-table-with-predicate): Handle the case where pred1 is nil.
14009 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14010
345083b2
SM
140112011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14012
e24e27be
SM
14013 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14014 (debugger-return-value): Signal an error if the debugging context does
14015 not await any return value.
14016
345083b2
SM
14017 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14018 * image-mode.el (image-toggle-display-text)
14019 (image-toggle-display-image): Stay away from evil `intangible'.
14020
08d355e3
LL
140212011-09-19 Leo Liu <sdl.web@gmail.com>
14022
14023 * replace.el (occur-revert-arguments): Make it permanent-local.
14024 (occur-mode): Don't call font-lock-defontify.
14025
f01da43f
CY
140262011-09-19 Chong Yidong <cyd@stupidchicken.com>
14027
14028 * net/ldap.el (ldap-search-internal): Don't push empty search
14029 result (Bug#9508).
14030
b6072fa6
SM
140312011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14032
14033 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14034
443d6696
MA
140352011-09-19 Michael Albinus <michael.albinus@gmx.de>
14036
14037 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14038 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14039
7cc6e154
JL
140402011-09-18 Juri Linkov <juri@jurta.org>
14041
14042 * buff-menu.el (Buffer-menu-mode-map):
14043 * dired.el (dired-mode-map):
14044 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14045 (lisp-interaction-mode-map):
14046 * emacs-lisp/package.el (package-menu-mode-map):
14047 * epa.el (epa-key-list-mode-map):
14048 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14049 (menu-bar-options-menu):
14050 * outline.el (outline-mode-menu-bar-map):
14051 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14052 * vc/vc-dir.el (vc-dir-menu-map):
14053 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14054 Capitalize non-function content words in menu item strings.
14055
14056 * dired.el (dired-mode-map): Add menu item for
14057 `image-dired-dired-toggle-marked-thumbs'.
14058
80302a81
JL
140592011-09-18 Juri Linkov <juri@jurta.org>
14060
14061 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14062 to `isearch-case-fold-search' and restore its original value
14063 after the `isearch-mode' call.
14064
46c5cf66
JL
140652011-09-18 Juri Linkov <juri@jurta.org>
14066
14067 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14068 because `zgrep' returns 1 for successful matches (bug#9226).
14069
d18b513b
JL
140702011-09-18 Juri Linkov <juri@jurta.org>
14071
14072 * info.el (Info-extract-menu-node-name): Check the second match
14073 for empty string (second test-case of bug#9528).
14074 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14075 intermediate nodes to the history (first test-case of bug#9528).
14076
72753f87
JL
140772011-09-18 Juri Linkov <juri@jurta.org>
14078
14079 * info.el (Info-mode-syntax-table): New variable.
1154d12e 14080 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 14081
c9384295
JL
140822011-09-18 Juri Linkov <juri@jurta.org>
14083
1154d12e
JB
14084 * info.el (Info-file-supports-index-cookies):
14085 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14086 outputs one more line for long file names (bug#4142).
c9384295 14087
d473dce8
CY
140882011-09-18 Chong Yidong <cyd@stupidchicken.com>
14089
14090 * newcomment.el (comment-normalize-vars): If prompting for
14091 comment-start, set comment-start-skip too (Bug#8424).
14092
2176854d
JB
140932011-09-18 Johan Bockgård <bojohan@gnu.org>
14094
14095 * icomplete.el: Fix previous fix of Bug#5849.
14096 (icomplete-mode): Don't set completion-show-inline-help.
14097 (icomplete-minibuffer-setup): Set completion-show-inline-help
14098 locally during icompletion.
14099
3aace4e4
CY
141002011-09-18 Chong Yidong <cyd@stupidchicken.com>
14101
c940224f
CY
14102 * woman.el (woman2-process-escapes): Don't delete unrecognized
14103 escapes (Bug#7843).
14104
3aace4e4
CY
14105 * files.el (inhibit-first-line-modes-regexps): Add image files.
14106 (hack-local-variables-prop-line): Return nil for malformed
14107 prop-lines (Bug#9044).
14108
710dec63
MA
141092011-09-18 Michael Albinus <michael.albinus@gmx.de>
14110
14111 * net/tramp.el (top): Don't require 'shell.
14112 (tramp-methods): Fix docstring.
14113 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
14114 Return complete remote file name. Handle "smb" case.
14115 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
14116 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14117
14118 * net/tramp-compat.el (top): Require 'shell.
14119
14120 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14121 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14122 `tramp-current-host'.
14123 (tramp-get-remote-tmpdir): Remove.
14124
14125 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14126 `tramp-tmpdir' entries.
14127 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14128 (tramp-smb-handle-file-attributes): Ignore errors.
14129 (tramp-smb-wait-for-output): Check also for process end.
14130
5d5ac8ec
LMI
141312011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14132
14133 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14134 when sending QUIT (bug#9312).
14135
8c0f49f0
CY
141362011-09-17 Chong Yidong <cyd@stupidchicken.com>
14137
14138 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14139 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14140 occur-mode-display-occurrence.
14141 (occur-edit-mode): Add usage message.
14142 (occur-cease-edit): New command.
14143 (occur-after-change-function): Use text properties to find the
14144 position of the prefix text.
14145 (occur-engine): Set stickiness of prefix text properties.
14146
8f1383f7
GM
141472011-09-17 Glenn Morris <rgm@gnu.org>
14148
14149 * progmodes/etags.el (complete-tag):
14150 Fix call to completion-in-region. (Bug#9526)
14151
744ba0e3
JL
141522011-09-17 Juri Linkov <juri@jurta.org>
14153
14154 * textmodes/ispell.el (ispell-word): Add to the error message
14155 the word, ispell program name and current dictionary (bug#9121).
14156 (ispell-tex-arg-end): Capitalize "error" in the error message.
14157
d9bbf400
AS
141582011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14159
14160 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14161 check. (Bug#4251)
14162
8da11505
JL
141632011-09-17 Juri Linkov <juri@jurta.org>
14164
14165 * window.el (window-safe-min-height, window-safe-min-width):
14166 Fix typos (followup to bug#9522).
14167
a91adc7e
SJ
141682011-09-17 Sven Joachim <svenjoac@gmx.de>
14169
14170 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14171
064f328a
EZ
141722011-09-16 Eli Zaretskii <eliz@gnu.org>
14173
14174 * simple.el (line-move): If goal-column is set, move by logical
14175 lines, not by display lines. (Bug#971)
14176 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14177 to reflect the above change.
14178
e69df516
SM
141792011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * image.el (imagemagick-register-types): Use regexp-opt.
14182
cbb0f9ab
CY
141832011-09-15 Chong Yidong <cyd@stupidchicken.com>
14184
14185 * window.el (display-buffer-base-action): Rename from
14186 display-buffer-default-action. Make default value empty.
14187 (display-buffer-overriding-action): Convert to defvar.
14188 (display-buffer-fallback-action): New var.
14189
25322144
CY
141902011-09-15 Chong Yidong <cyd@stupidchicken.com>
14191
14192 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14193 declaration.
14194 (package--add-to-archive-contents): If there is a duplicate entry
14195 with an older version, remove it.
14196 (package-menu-mark-delete, package-menu-mark-install)
14197 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
14198 (package-menu-mark-obsolete-for-deletion):
14199 Use package-menu-get-status instead of a regexp search.
25322144
CY
14200 (package-menu-get-status): Use tabulated-list-entry.
14201 (package-menu-mark-upgrades): New command.
d770725a 14202 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
14203 (package-menu-execute): Do installation before deletion.
14204 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14205 instead of checking major-mode.
14206 (package-menu--find-upgrades): New function.
14207
7520339c
LMI
142082011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14209
14210 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14211 passwords in the log buffer.
65a046c4
LMI
14212 (smtpmail-process-filter): Update the process marker so that the
14213 "broken by peer" status message is inserted in the right place.
7520339c 14214
d3c30954
SM
142152011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14216
3fe48822
SM
14217 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14218 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14219 bibtex-completion-at-point-function.
14220 (bibtex-completion-at-point-function): Use them.
14221
1b8b3954
SM
14222 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14223
d3c30954
SM
14224 * mpc.el (mpc-constraints-tag-lookup): New function.
14225 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14226 also to browser "album|playlist".
14227
72779976
JL
142282011-09-14 Juri Linkov <juri@jurta.org>
14229
14230 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14231 (isearch-edit-string): Use length of `isearch-string' when
14232 `isearch-fail-pos' returns nil.
14233 (isearch-message): Remove duplicate code and call
14234 `isearch-fail-pos' with arg `t'.
14235
a0bf2bcd
CY
142362011-09-14 Chong Yidong <cyd@stupidchicken.com>
14237
17bb0a2d
CY
14238 * replace.el (occur-mode-goto-occurrence): Don't force using other
14239 window (Bug#9499).
14240
a0bf2bcd
CY
14241 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14242
f678e0b6
MR
142432011-09-14 Martin Rudalics <rudalics@gmx.at>
14244
14245 * window.el (display-buffer-window): Remove.
14246 (display-buffer-record-window): Use help-setup window parameter
14247 instead of variable display-buffer-window.
14248 (display-buffer-function, special-display-buffer-names)
14249 (special-display-function): Mention help-setup parameter instead
14250 of display-buffer-window in doc-string.
d3c30954
SM
14251 * help.el (help-window-setup): New argument help-window.
14252 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
14253 Reword some messages.
14254 (with-help-window): Pass window used for displaying the buffer
14255 to help-window-setup. Don't set display-buffer-window.
14256
8e39b2e8
GM
142572011-09-13 Glenn Morris <rgm@gnu.org>
14258
14259 * emacs-lisp/debug.el (debugger-make-xrefs):
14260 Preserve point. (Bug#9462)
14261
85e9c04b
CY
142622011-09-13 Chong Yidong <cyd@stupidchicken.com>
14263
14264 * window.el (window-deletable-p): Use next-frame.
14265
1b36ed6a
MR
142662011-09-13 Martin Rudalics <rudalics@gmx.at>
14267
14268 * window.el (window-auto-delete): Remove.
14269 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 14270 dedication and previous buffers.
1b36ed6a
MR
14271 (switch-to-prev-buffer): Don't delete window.
14272 (delete-windows-on): Delete a window's frame if and only if the
14273 window is dedicated.
14274 (replace-buffer-in-windows): Delete buffer's window or frame if
14275 and only if window is dedicated.
14276 (quit-window): Handle quit-restore as before last change.
4d61f28d 14277 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 14278
ef8ef9fb
CY
142792011-09-13 Chong Yidong <cyd@stupidchicken.com>
14280
14281 * window.el (window-deletable-p): Never delete the last frame on a
14282 given terminal.
14283
b2cba41e
GM
142842011-09-13 Glenn Morris <rgm@gnu.org>
14285
14286 * help.el (describe-key-briefly): Copy previous standard-output change.
14287
51553db6 142882011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
14289
14290 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14291
b7556719
GM
142922011-09-13 Glenn Morris <rgm@gnu.org>
14293
14294 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14295 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14296
64b51947
CY
142972011-09-12 Chong Yidong <cyd@stupidchicken.com>
14298
14299 * dired-aux.el (dired-mark-read-string): Don't return default
14300 value on empty input (Bug#9361).
14301 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14302 Omit initial minibuffer contents.
14303 (dired-do-chmod): Signal an error on empty input.
14304 (dired-mark-read-string): Don't return default on empty input.
14305
14306 * files.el (file-modes-symbolic-to-number): Doc fix.
14307
393a301e
SM
143082011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * international/mule-cmds.el (ucs-completions): Remove.
14311 (read-char-by-name): Use complete-with-action instead; add metadata.
14312
fa5660f9
CY
143132011-09-11 Chong Yidong <cyd@stupidchicken.com>
14314
14315 * window.el (display-buffer--action-function-custom-type)
14316 (display-buffer--action-custom-type): New vars.
14317 (display-buffer-alist, display-buffer-default-action)
14318 (display-buffer-overriding-action): Add defcustom types.
14319
4a592f66
CY
14320 * frame.el (delete-other-frames): Doc fix (Bug#276).
14321
73d56dbd
LMI
143222011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14323
14324 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14325
37ac18a3
CY
143262011-09-11 Chong Yidong <cyd@stupidchicken.com>
14327
14328 Change modes that used same-window-* vars to use switch-to-buffer.
14329
14330 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14331 Use switch-to-buffer.
14332
14333 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
14334 (customize-browse, custom-buffer-create-other-window):
14335 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
14336
14337 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14338 (Info-prev, Info-up, Info-speedbar-goto-node)
14339 (info-display-manual): Use switch-to-buffer.
14340 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14341
14342 * mail/sendmail.el (mail): Use switch-to-buffer.
14343 (mail-recover): Use switch-to-buffer-other-window.
14344
14345 * cmuscheme.el (run-scheme, switch-to-scheme):
14346 * ielm.el (ielm):
14347 * shell.el (shell):
14348 * net/rlogin.el (rlogin):
14349 * net/telnet.el (telnet, rsh):
14350 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14351
10195bd6
AS
143522011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14353
14354 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14355
b322f63a
LMI
143562011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14357
39d7fed6
LMI
14358 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14359 so don't mention it (bug#9301).
ba5a81f1 14360 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 14361
ee0e9f11
LMI
14362 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14363 match `x', `w32' and `ns', like the manual says (bug#9029).
14364
0b1c89c1 14365 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
14366 (process-kill-buffer-query-function): Mention the buffer name in
14367 the query.
0b1c89c1 14368
77549ea8
LMI
14369 * image-mode.el (image-next-line): The line parameter is mandatory
14370 (bug#9258).
14371
803ef892
LMI
14372 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14373 which can be useful (bug#9301).
14374
12980837
LMI
14375 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14376
91054f8f
LMI
14377 * subr.el (match-string): Mention that the current buffer should
14378 be the same as the search was done in (bug#9282).
14379
b322f63a
LMI
14380 * facemenu.el: Disable the remove-* commands if the mark isn't
14381 active (bug#9162).
14382
3199b96f
CY
143832011-09-10 Chong Yidong <cyd@stupidchicken.com>
14384
14385 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14386 of display-buffer.
14387 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14388
14389 * replace.el (occur-mode-goto-occurrence)
14390 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14391 and display-buffer.
14392
14393 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14394 display-buffer.
14395
14396 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14397 special-display and same-window variables.
14398 (mail-other-window): Use switch-to-buffer-other-window.
14399 (mail-other-frame): USe switch-to-buffer-other-frame.
14400
393a301e
SM
14401 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14402 Use display-buffer-other-frame.
3199b96f
CY
14403 (gdb-display-gdb-buffer): Use pop-to-buffer.
14404
14405 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14406
14407 * progmodes/python.el: Don't set same-window-buffer-names.
14408
14409 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14410
14411 * window.el (display-buffer-alist): Add *Python*.
14412
8319e0bf
CY
144132011-09-10 Chong Yidong <cyd@stupidchicken.com>
14414
14415 * window.el (display-buffer-alist): Add entry for buffers
14416 previously handled same-window-*.
14417 (display-buffer-alist, display-buffer-default-action)
14418 (display-buffer-overriding-action): Mark as risky.
14419 (display-buffer-alist): Document action function changes.
14420 (display-buffer--same-window-action)
14421 (display-buffer--other-frame-action): New variables.
14422 (switch-to-buffer, display-buffer-other-frame): Use them.
14423 (display-buffer): Rename reuse-frame entry to reusable-frames.
14424 (display-buffer-reuse-selected-window): Function deleted.
14425 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14426 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14427 (display-buffer-special): New function.
14428 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14429 display-buffer-reuse-or-pop-window. Split off special-display
14430 part into display-buffer-special.
14431 (display-buffer-use-some-window): Don't perform any special
14432 pop-up-frames handling.
14433 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 14434 (display-buffer--maybe-same-window): Rename from
0d3ff375 14435 display-buffer-maybe-same-window.
8319e0bf 14436
919a69aa
CY
14437 * info.el: Don't set same-window-regexps.
14438 (info-setup): New function.
14439 (info-other-window, info): Call it.
14440
14441 * cus-edit.el: Don't set same-window-regexps.
14442 (customize-group): New argument.
14443 (customize-group-other-window): Use it.
14444 (customize-face, customize-face-other-window): Likewise.
14445 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14446
8319e0bf
CY
14447 * net/rlogin.el:
14448 * net/telnet.el:
14449 * progmodes/gud.el: Don't set same-window-regexps.
14450
14451 * cmuscheme.el:
14452 * ielm.el:
14453 * shell.el:
14454 * mail/sendmail.el:
14455 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14456
25173000
JL
144572011-09-10 Juri Linkov <juri@jurta.org>
14458
14459 * isearch.el (isearch-edit-string): Remove obsolete mention of
14460 `C-w' (`isearch-yank-word-or-char') from docstring.
14461 (isearch-query-replace): Fix typo in docstring (bug#9466).
14462
056e44ef
JL
144632011-09-10 Juri Linkov <juri@jurta.org>
14464
14465 * paren.el (show-paren-function): Don't show escaped parens.
14466 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14467
c3760c17
EZ
144682011-09-10 Eli Zaretskii <eliz@gnu.org>
14469
14470 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14471 (mm-default-file-encoding): Remove autoload forms, they are
14472 replaced with autoload cookies in mml.el and mm-encode.el.
14473 (mail-add-attachment): New command.
14474 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14475 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14476 the doc string.
14477 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14478
fece895e
RT
144792011-09-10 Reuben Thomas <rrt@sc3d.org>
14480
e69df516
SM
14481 * simple.el (count-words-region): Use buffer if there's no region
14482 (bug#9429).
fece895e 14483
5e68ce4a
JL
144842011-09-09 Juri Linkov <juri@jurta.org>
14485
14486 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14487 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14488 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14489
0a6b9622
AM
144902011-09-09 Alan Mackenzie <acm@muc.de>
14491
14492 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14493 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14494
14a29deb
EZ
144952011-09-09 Eli Zaretskii <eliz@gnu.org>
14496
14497 Fix for Savannah bug#9392.
14498 * simple.el (mail-encode-mml): New defvar.
14499
14500 * mail/rmail.el (mail-encode-mml): Add a defvar.
14501 (rmail-enable-mime-composing): Default to t.
14502 (rmail-forward): Use MIME method of forwarding only if both
14503 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14504 Set mail-encode-mml non-nil if the MIME method was used.
14505
14506 * mail/sendmail.el (mml-to-mime): Add autoload form.
14507 (mail-encode-mml): Add a defvar.
14508 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14509 to nil.
14510 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14511 message through mml-to-mime, and reset mail-encode-mml to nil.
14512
28c45130
GM
145132011-09-09 Glenn Morris <rgm@gnu.org>
14514
14515 * woman.el (woman-if-body): When processing an .el block,
14516 do not delete the next .el block as well. (Bug#9447)
69f4b618 14517 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 14518
9b1c252e
MR
145192011-09-08 Martin Rudalics <rudalics@gmx.at>
14520
14521 * window.el (window-deletable-p): Make sure window is live before
14522 invoking window-prev-buffers.
14523
567457e3
LL
145242011-09-08 Leo Liu <sdl.web@gmail.com>
14525
14526 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14527
97f05794
JL
145282011-09-08 Juri Linkov <juri@jurta.org>
14529
14530 * progmodes/compile.el (compilation-environment): Make it
14531 a defcustom (bug#8340).
14532
8b0874b5
MR
145332011-09-08 Martin Rudalics <rudalics@gmx.at>
14534
14535 * window.el (frame-auto-delete): Rename to window-auto-delete.
14536 Make it control auto-deletion of windows and/or frames.
14537 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 14538 for deleting window/frame. (Bug#9419)
8b0874b5
MR
14539 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14540 Rewrite handling of case when window/frame can be deleted.
14541 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 14542 argument t. (Bug#9456)
8b0874b5 14543
4feb6e73
CY
145442011-09-07 Chong Yidong <cyd@stupidchicken.com>
14545
14546 * help-mode.el (help-mode): Restore autoload.
14547
91ab9c13
JL
145482011-09-07 Juri Linkov <juri@jurta.org>
14549
14550 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14551 `compilation-environment'. Set buffer-local
14552 `compilation-environment' to `thisenv' later after (funcall mode).
14553 (Bug#8340)
14554
14555 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14556 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14557 instead of replacing its value. (Bug#8340)
14558
0527e251
JL
145592011-09-07 Juri Linkov <juri@jurta.org>
14560
14561 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14562 based on text properties put by `grep-filter' instead of matching
14563 escape sequences.
14564 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14565 to the value of `grep-error-screen-columns' (bug#9438).
14566
249f792c
JL
145672011-09-07 Juri Linkov <juri@jurta.org>
14568
14569 * simple.el (next-error-highlight, next-error-highlight-no-select):
14570 Doc fix (bug#9432).
14571
ff7271b9
OT
145722011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14573
14574 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14575 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14576
183fc730
LL
145772011-09-07 Leo Liu <sdl.web@gmail.com>
14578
14579 * net/rcirc.el (rcirc-mode): Conditionally initialize
14580 rcirc-input-ring.
14581
77694924
SM
145822011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 * emacs-lisp/find-func.el (find-function-C-source): Only set
14585 find-function-C-source-directory after checking that we found a source
14586 file there (bug#9440).
14587
d809b8eb
AM
145882011-09-06 Alan Mackenzie <acm@muc.de>
14589
14590 * isearch.el (isearch-other-meta-char): Wherever a key list is
14591 unread, "unread" the prefix arg, too. This fixes bug #8901.
14592
453de99f
OG
145932011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14594
14595 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14596
90439906
JL
145972011-09-05 Juri Linkov <juri@jurta.org>
14598
14599 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14600
f62bd846
JL
146012011-09-05 Juri Linkov <juri@jurta.org>
14602
14603 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14604 keeping point where processing of grep matches begins, and
14605 continue to delete remaining escape sequences from the same point.
14606 (grep-filter): Make leading zero optional in "0?1;31m" because
14607 git-grep emits "\033[1;31m" escape sequences unlike expected
14608 "\033[01;31m" as GNU Grep does (bug#9408).
14609 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14610
045820ec
JL
146112011-09-05 Juri Linkov <juri@jurta.org>
14612
14613 * subr.el (y-or-n-p): Capitalize "yes".
14614
f5e29b9b
MA
146152011-09-04 Michael Albinus <michael.albinus@gmx.de>
14616
14617 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14618 `tramp-cache-unload-hook' where appropriate.
14619 (tramp-methods): Rename `tramp-remote-sh' to
14620 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14621 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14622
14623 * net/tramp-sh.el (top): Don't require 'shell.
14624 (tramp-methods): Add `tramp-remote-shell' and
14625 `tramp-remote-shell-args' entries.
14626 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14627 (tramp-sh-handle-shell-command): Remove.
14628 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14629 Use `tramp-remote-shell'.
14630
2784c434
CY
146312011-09-03 Chong Yidong <cyd@stupidchicken.com>
14632
393a301e 14633 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
14634 (sendmail-query-once): Save directly to send-mail-function.
14635 Update message-send-mail-function too.
14636
14637 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14638
464cdf56
CS
146392011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14640
14641 * progmodes/python.el (python-mode-map): Use correct function to
14642 start python interpreter from menu-bar (as reported by Geert
14643 Kloosterman).
14644 (inferior-python-mode-map): Fix typo.
393a301e 14645 (python-shell-map): Remove.
464cdf56 14646
d37e5c87
DD
146472011-09-03 Deniz Dogan <deniz@dogan.se>
14648
14649 * net/rcirc.el (rcirc-print): Simplify code for
14650 rcirc-scroll-show-maximum-output. There is no need to walk
14651 through all windows to find the right one.
14652
f3ada0ee
CS
146532011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14654
14655 * help.el (help-return-method): Doc fix.
14656
1f3c99ca
MR
146572011-09-03 Martin Rudalics <rudalics@gmx.at>
14658
14659 * window.el (window-deletable-p): Don't return a non-nil value
14660 when there's a buffer that was shown in the window before.
14661 (Bug#9419)
393a301e
SM
14662 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14663 Set window's previous buffers to nil.
1f3c99ca 14664
a3cf097f
EZ
146652011-09-03 Eli Zaretskii <eliz@gnu.org>
14666
14667 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14668 newline before and after the tag line, so it doesn't interfere
14669 with determining the paragraph direction of bidirectional text.
14670
3d03de90
LL
146712011-09-03 Leo Liu <sdl.web@gmail.com>
14672
14673 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14674
c3313451
CY
146752011-09-02 Chong Yidong <cyd@stupidchicken.com>
14676
393a301e 14677 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
14678 (pop-to-buffer): Change interactive spec. Pass second argument
14679 directly to display-buffer.
14680 (display-buffer): Fix interactive spec. Use functionp to
14681 distinguish between a function and a list of functions.
14682
14683 * abbrev.el (edit-abbrevs):
14684 * arc-mode.el (archive-extract):
14685 * autoinsert.el (auto-insert):
14686 * bookmark.el (bookmark-bmenu-list):
14687 * files.el (find-file):
14688 * view.el (view-buffer):
14689 * progmodes/compile.el (compilation-goto-locus):
14690 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14691
89894cd8
CY
146922011-09-02 Chong Yidong <cyd@stupidchicken.com>
14693
14694 * window.el (display-buffer-alist): Doc fix.
14695 (display-buffer): Add docstring. Don't treat
14696 display-buffer-default specially.
14697 (display-buffer-reuse-selected-window)
14698 (display-buffer-same-window, display-buffer-maybe-same-window)
14699 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14700 (display-buffer-pop-up-window)
14701 (display-buffer-reuse-or-pop-window)
14702 (display-buffer-use-some-window): New functions.
14703 (display-buffer-default-action): Use them.
393a301e 14704 (display-buffer-default): Delete.
89894cd8
CY
14705 (pop-to-buffer-1): Fix choice of actions.
14706
ae0bc9fb
SM
147072011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * minibuffer.el (completion--insert-strings): Don't get confused by
14710 completion entries that end with an LF char.
14711
e9d90883
EZ
147122011-09-01 Eli Zaretskii <eliz@gnu.org>
14713
14714 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14715
437014c8
CY
147162011-09-01 Chong Yidong <cyd@stupidchicken.com>
14717
14718 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
14719 (display-buffer-same-window, display-buffer-other-window):
14720 New functions.
437014c8
CY
14721 (pop-to-buffer-1): New function. Use the above.
14722 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 14723 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
14724
14725 * view.el (view-buffer-other-window, view-buffer-other-frame):
14726 Just use pop-to-buffer.
14727
a5e063d5
TV
147282011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14729
14730 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14731
793d32bb
WH
147322011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14733
14734 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14735
d65e4c15
RS
147362011-08-31 Richard Stallman <rms@gnu.org>
14737
14738 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14739 of the separation of rmail-view-buffer from rmail-buffer.
14740 If you say no to "replace original", the decrypt is in the
14741 view buffer. If you say yes, the decrypt goes into the
14742 rmail buffer also.
14743
f818cd2a
MR
147442011-08-31 Martin Rudalics <rudalics@gmx.at>
14745
14746 * window.el (display-buffer-window): Rewrite doc-string.
14747 (display-buffer-record-window): New function.
14748 (display-buffer-macro-specifiers)
14749 (display-buffer-even-window-sizes, display-buffer-set-height)
14750 (display-buffer-set-width, display-buffer-in-window)
14751 (display-buffer-reuse-window, display-buffer-split-specifiers)
14752 (display-buffer-side-specifiers, display-buffer-split-window-1)
14753 (display-buffer-split-window, display-buffer-split-atom-window)
14754 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14755 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14756 (display-buffer-other-window-means-other-frame)
14757 (display-buffer-normalize-special)
14758 (display-buffer-normalize-default)
14759 (display-buffer-normalize-argument)
14760 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14761 (display-buffer-normalize-specifiers, display-buffer-frame)
14762 (display-buffer-same-window, display-buffer-same-frame)
14763 (display-buffer-other-window)
14764 (display-buffer-same-frame-other-window)
14765 (display-buffer-other-frame, pop-to-buffer-same-window)
14766 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14767 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14768 (switch-to-buffer-same-frame)
14769 (switch-to-buffer-other-window-same-frame)
14770 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14771 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14772 (display-buffer-alist-set): Remove.
14773 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
14774 (special-display-regexps, special-display-function):
14775 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
14776 parameter.
14777 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14778 (special-display-frame-alist, special-display-popup-frame)
14779 (same-window-buffer-names, same-window-regexps, same-window-p)
14780 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14781 (split-window-preferred-function, split-height-threshold)
14782 (split-width-threshold, window-splittable-p)
14783 (split-window-sensibly, window--try-to-split-window)
14784 (window--frame-usable-p, even-window-heights)
14785 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
14786 (window--display-buffer-2, display-buffer-other-frame):
14787 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
14788 (display-buffer-default, display-buffer-assq-regexp): New functions.
14789 (display-buffer-alist): Rewrite doc-string.
14790 (display-buffer-default-action)
14791 (display-buffer-overriding-action): New variables.
14792 (display-buffer, switch-to-buffer): Rewrite.
14793 (pop-to-buffer): Restore Emacs 23 behavior but use
14794 window-normalize-buffer-to-display.
14795 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14796 Restore Emacs 23 behavior but use
14797 window-normalize-buffer-to-switch-to.
14798 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
14799 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14800 Rewrite using Emacs 23 options.
f818cd2a 14801
5bc3b51d
MA
148022011-08-31 Michael Albinus <michael.albinus@gmx.de>
14803
14804 * net/tramp.el (tramp-root-regexp): Remove.
14805 (tramp-completion-file-name-regexp-unified)
14806 (tramp-completion-file-name-regexp-separate)
14807 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 14808 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
14809 (tramp-drop-volume-letter): Simplify definition.
14810 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 14811
b1a4f8e1
SM
148122011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14813
14814 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14815 (bug#9356).
14816
5664fa7b
RT
148172011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14818
b1a4f8e1 14819 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 14820
9a45d6c3
JL
148212011-08-29 Juri Linkov <juri@jurta.org>
14822
14823 * isearch.el (isearch-done): Don't display message "Mark saved"
14824 when arg `edit' is non-nil to prevent its flicker in the echo area.
14825
fb87e0fb
CY
148262011-08-28 Chong Yidong <cyd@stupidchicken.com>
14827
14828 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14829 obsolete packages for deletion.
14830
09ac1c2a
CS
148312011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14832
14833 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 14834 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
14835 view-mode from help-mode.
14836 (help-xref-override-view-map): Remove.
14837 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14838 view-mode is not used anymore.
14839
7a1ff57f
CY
148402011-08-28 Chong Yidong <cyd@stupidchicken.com>
14841
14842 * server.el (server-port): Doc fix.
14843
b9696605
CY
14844 * cus-theme.el (custom-theme-choose-mode): Inherit from
14845 special-mode (Bug#9124).
14846 (custom-theme-choose-mode-map): Add special-mode to parent.
14847
ef8cdf8c
AM
148482011-08-28 Alan Mackenzie <acm@muc.de>
14849
14850 * progmodes/cc-fonts.el
14851 (c-make-font-lock-BO-decl-search-function): New function.
14852 (c-basic-matchers-after - "Fontify the clauses after various
14853 keywords"): Extract the three keyword lists for the 3 erroneous
14854 constructs from the list of four, and use the new function above
14855 in place of an old one.
14856
27de4e20
DD
148572011-08-28 Deniz Dogan <deniz@dogan.se>
14858
14859 * net/rcirc.el (rcirc-insert-prev-input)
14860 (rcirc-insert-next-input): Remove unused argument.
14861
356a3681
SM
148622011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14865
3fc9b218
AM
148662011-08-27 Alan Mackenzie <acm@muc.de>
14867
14868 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14869 handle function pointer parameters properly.
14870
538a061c
MR
148712011-08-27 Martin Rudalics <rudalics@gmx.at>
14872
14873 * window.el (display-buffer-reuse-window): Fix case where
14874 selected window was reused with non-nil OTHER-WINDOW argument.
14875 (Bug#9381)
14876
35b1c40c
DD
148772011-08-27 Deniz Dogan <deniz@dogan.se>
14878
14879 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14880 oftc's NickServ messages.
14881
2f6a3e79
GM
148822011-08-27 Glenn Morris <rgm@gnu.org>
14883
14884 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14885
7254299e
CY
148862011-08-26 Chong Yidong <cyd@stupidchicken.com>
14887
14888 * emacs-lisp/package.el (package-install): Call package-initialize
14889 if called interactively.
14890
f8ccf167
LL
148912011-08-26 Leo Liu <sdl.web@gmail.com>
14892
14893 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14894
3e8cd5ce
JL
148952011-08-25 Juri Linkov <juri@jurta.org>
14896
14897 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14898 `search-whitespace-regexp' (bug#9364).
14899
93eb7113
JL
149002011-08-25 Juri Linkov <juri@jurta.org>
14901
14902 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14903 `regexp-search-ring' to their global values to protect from
14904 updating by `read-from-minibuffer' (bug#9185).
14905
f65d1611
JL
149062011-08-25 Juri Linkov <juri@jurta.org>
14907
14908 * textmodes/ispell.el (ispell-command-loop): Add newline
14909 at the end of the "Use option `i'..." line.
14910
f1cf7a31
JL
149112011-08-25 Juri Linkov <juri@jurta.org>
14912
14913 * battery.el (display-battery-mode): If `battery-status-function'
14914 or `battery-mode-line-format' is nil, display the message and set
14915 `display-battery-mode' to nil (bug#9363).
14916
0c95fcf7
EZ
149172011-08-25 Eli Zaretskii <eliz@gnu.org>
14918
14919 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14920 bidi-string-mark-left-to-right; they are unnecessary now.
14921
a2ebe600
DD
149222011-08-25 Deniz Dogan <deniz@dogan.se>
14923
14924 * net/quickurl.el: Documentation typo fixes.
14925
e4ed06f1
CY
149262011-08-25 Chong Yidong <cyd@stupidchicken.com>
14927
14928 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14929
e5f1c99e
GM
149302011-08-25 Glenn Morris <rgm@gnu.org>
14931
b2948976
GM
14932 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14933
e5f1c99e
GM
14934 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14935 (smtpmail-via-smtp): Handle nil response from smtp.
14936
f22f4808
JL
149372011-08-24 Juri Linkov <juri@jurta.org>
14938
14939 * proced.el (proced-marked): Inherit from `error' instead of
14940 `font-lock-warning-face'.
14941
14942 * ibuffer.el (ibuffer-marked-face): Change default face from
14943 `font-lock-warning-face' to `warning'.
14944 (ibuffer-deletion-face): Change default face from
14945 `font-lock-type-face' to `error'.
14946
14947 * battery.el (battery-update): Use the face `error' instead of
14948 `font-lock-warning-face' (bug#6117).
14949
6a93965e
JL
149502011-08-24 Juri Linkov <juri@jurta.org>
14951
14952 * faces.el (success): Change face color from "Green3" to
14953 "ForestGreen" on light background (bug#9353).
14954
1ed43b09
CY
149552011-08-24 Chong Yidong <cyd@stupidchicken.com>
14956
5664fa7b
RT
14957 * window.el (quit-window): Rename from quit-restore-window.
14958 Use same arglist as old quit-window.
1ed43b09
CY
14959 (frame-auto-delete): Doc fix.
14960
14961 * view.el (view-mode-exit): Use quit-window.
14962
11dcdbb2
JL
149632011-08-24 Juri Linkov <juri@jurta.org>
14964
14965 * isearch.el (isearch-ring-adjust1): Start visiting previous
14966 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14967 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14968 for empty search string (when the last search string is reused
14969 automatically) to adjust the isearch ring to the last element and
14970 prepare the correct index for further M-p commands (bug#9185).
14971
de62b4df
KH
149722011-08-24 Kenichi Handa <handa@m17n.org>
14973
14974 * international/ucs-normalize.el: If decomposition property of
14975 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14976 nil.
14977 (nfd, nfkd): Likewise.
14978
963b492b
SM
149792011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14980
14981 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14982 from process filters aren't reliably transmitted to the surrounding
14983 accept-process-output.
14984 (mpc-proc-check): New function.
14985 (mpc-proc-sync): Use it (bug#8293)
14986
93b6b5e1
SM
149872011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14990 Add compatibility functions (bug#9313).
14991
bca633fb
EZ
149922011-08-23 Eli Zaretskii <eliz@gnu.org>
14993
b177498a
EZ
14994 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14995
6df6ae42 14996 * international/uni-bidi.el: Regenerate.
bca633fb 14997
0902a04e
KH
149982011-08-23 Kenichi Handa <handa@m17n.org>
14999
15000 * international/charprop.el:
15001 * international/uni-bidi.el:
15002 * international/uni-category.el:
15003 * international/uni-combining.el:
15004 * international/uni-comment.el:
15005 * international/uni-decimal.el:
15006 * international/uni-decomposition.el:
15007 * international/uni-digit.el:
15008 * international/uni-lowercase.el:
15009 * international/uni-mirrored.el:
15010 * international/uni-name.el:
15011 * international/uni-numeric.el:
15012 * international/uni-old-name.el:
15013 * international/uni-titlecase.el:
15014 * international/uni-uppercase.el: Regenerate.
15015
3bbf23bc
MR
150162011-08-23 Martin Rudalics <rudalics@gmx.at>
15017
15018 * help.el (help-window-setup): Fix message displayed when other
15019 window is reused. (Bug#9341)
15020
b3fd59bd
SM
150212011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15022
1802e444
SM
15023 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15024 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15025
b3fd59bd
SM
15026 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15027 Mark obsolete.
15028 * shell.el (shell-parse-pcomplete-arguments): New function.
15029 (shell-completion-vars): Use it instead (bug#9160).
15030
4eb61348
SM
150312011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15032
867cab74
SM
15033 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15034 strings and comments (bug#9333).
15035
4eb61348
SM
15036 * emacs-lisp/debug.el (debug-arglist): New function.
15037 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15038 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15039
262a1439
JL
150402011-08-22 Juri Linkov <juri@jurta.org>
15041
56ee679c
JL
15042 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15043 Revert regexp that highlights output switches to its old
15044 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15045
262a1439
JL
15046 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15047 to check for empty output (bug#9226).
15048
f13f86fb
CY
150492011-08-22 Chong Yidong <cyd@stupidchicken.com>
15050
15051 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15052 symbol-constituent as the default, as that stops font-lock from
15053 working properly (Bug#8843).
15054
c65c9622
LMI
150552011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15056
15057 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15058 `coding-system-for-*' around the process open call to avoid
15059 auth-source side effects.
e7f2c178 15060 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
15061 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15062 probe hangs.
c65c9622 15063
23a8a5ab
CY
150642011-08-21 Chong Yidong <cyd@stupidchicken.com>
15065
ff98b2dd
CY
15066 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15067
23a8a5ab
CY
15068 * emacs-lisp/find-func.el (find-function-noselect): New arg
15069 lisp-only.
15070
15071 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15072 signal an error for built-in functions (Bug#6664).
15073
f5e3c598
LMI
150742011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15075
15076 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15077 (smtpmail-try-auth-methods): Use it.
15078
a3f2468a
CY
150792011-08-21 Chong Yidong <cyd@stupidchicken.com>
15080
2c34e8da
CY
15081 * font-lock.el (font-lock-fontify-region)
15082 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15083 (font-lock-default-unfontify-buffer)
15084 (font-lock-default-fontify-region)
15085 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15086
b3fd59bd
SM
15087 * progmodes/compile.el (compilation-error-properties):
15088 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
15089 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15090 `ant' regexp.
ee31aabc 15091
a3f2468a
CY
15092 * net/browse-url.el (browse-url-firefox): Don't call
15093 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15094
8e999f70
GM
150952011-08-20 Glenn Morris <rgm@gnu.org>
15096
c21a496a
GM
15097 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15098
59ee0542
GM
15099 * tutorial.el (tutorial--default-keys): Update some default bindings.
15100
8e999f70
GM
15101 * files.el (hack-local-variables): Fully ignore case for "mode:".
15102
e3715033
AM
151032011-08-20 Alan Mackenzie <acm@muc.de>
15104
15105 Resolve invalid use of a regexp in regexp-opt.
15106
4d61f28d
JB
15107 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15108 detection for a java annotation.
e3715033 15109
4d61f28d 15110 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
15111 detection for a java annotation.
15112
4d61f28d
JB
15113 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15114 handling for java.
e3715033
AM
15115 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15116
04ed2e9c
CY
151172011-08-20 Chong Yidong <cyd@stupidchicken.com>
15118
15119 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15120 (Bug#9274).
15121
826cee64
AM
151222011-08-20 Alan Mackenzie <acm@muc.de>
15123
58179cce 15124 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
15125 such a construct. Mainly for when jit-lock etc. starts a chunk
15126 here.
15127
58179cce 15128 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 15129 variable.
58179cce 15130 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
15131 c-make-font-lock-search-function.
15132 (c-make-font-lock-search-function): Use the above function.
15133 (c-make-font-lock-context-search-function): New function.
15134 (c-cpp-matchers): Enhance the preprocessor expression case with
15135 the above function
15136 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15137 which takes an expression.
15138
15139 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15140
13009bd8
MR
151412011-08-20 Martin Rudalics <rudalics@gmx.at>
15142
15143 * window.el (display-buffer-reuse-window)
15144 (display-buffer-pop-up-window): Don't reuse or split a side
15145 window.
15146
9234ff7f
GM
151472011-08-19 Glenn Morris <rgm@gnu.org>
15148
15149 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 15150 Downcase "Mode:". (Bug#9331)
9234ff7f 15151
f635daa1
CY
151522011-08-18 Chong Yidong <cyd@stupidchicken.com>
15153
15154 * international/characters.el: Add L and R categories.
15155
15156 * subr.el (bidi-string-mark-left-to-right): Rename from
15157 string-mark-left-to-right. Use category search.
15158
15159 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15160
bc987f8b
JL
151612011-08-18 Juri Linkov <juri@jurta.org>
15162
15163 * faces.el (error, warning, success): New faces with definitions
15164 copied from old default values of `font-lock-warning-face',
15165 `compilation-warning', `compilation-info' (bug#6117).
15166
15167 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15168
15169 * progmodes/compile.el (compilation-error): Inherit from `error'.
15170 (compilation-warning): Inherit from `warning'.
15171 (compilation-info): Inherit from `success'.
15172
15173 * dired.el (dired-marked): Inherit from `warning'.
15174 (dired-flagged): Inherit from `error'.
15175
57173b96
LMI
151762011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15177
3e79eb87
LMI
15178 * mail/smtpmail.el (auth-source): Require to avoid problems with
15179 binding variables (bug#9298). Also clean up some unused
15180 autoloads.
15181
b3fd59bd
SM
15182 * net/network-stream.el (network-stream-open-starttls):
15183 Support using starttls.el without using gnutls-cli.
57173b96 15184
02b404de
JL
151852011-08-17 Juri Linkov <juri@jurta.org>
15186
15187 * progmodes/grep.el (rgrep): Handle the case when
15188 `grep-find-command' is a cons cell (bug#9278).
15189
8c9177f2
MR
151902011-08-17 Martin Rudalics <rudalics@gmx.at>
15191
15192 * window.el (display-buffer-pop-up-frame): Run frame creation
15193 function with BUFFER current (as special-display-popup-frame
15194 does). Reported by Drew Adams.
15195
3644a0ab
DU
151962011-08-17 Daiki Ueno <ueno@unixuser.org>
15197
15198 * epa-mail.el: Simplify GnuPG group expansion using
15199 epg-expand-group.
15200 (epa-mail-group-alist, epa-mail-group-modtime)
15201 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15202 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15203 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15204 Remove.
15205
5e617bc2 152062011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
15207
15208 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15209
9c4aeabf
AM
152102011-08-16 Alan Mackenzie <acm@muc.de>
15211
15212 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15213 Correct, to avoid the inside of macros.
15214
3a99bf64
RS
152152011-08-16 Richard Stallman <rms@gnu.org>
15216
04963aa8
RS
15217 * epa-mail.el: Handle GnuPG group definitions.
15218 (epa-mail-group-alist, epa-mail-group-modtime)
15219 (epa-mail-gnupg-conf-file): New variables.
15220 (epa-mail-parse-groups, epa-mail-sync-groups)
15221 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15222 (epa-mail-expand-recipients): New functions.
15223 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15224
177549d0
RS
15225 * mail/rmail.el (rmail-epa-decrypt): New command.
15226
fe38beef
RS
15227 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15228 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
15229 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15230 (epa-decrypt-armor-in-region): Make error message clearer.
15231
934eacb9
SM
152322011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15235 and "a2b" to "ab" for `prefix'.
15236
d024fb4e
CY
152372011-08-14 Chong Yidong <cyd@stupidchicken.com>
15238
15239 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15240 filter groups.
de148fee
CY
15241 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15242 Fourquet (Bug#8804).
d024fb4e 15243
62f1ca49
JB
152442011-08-12 Juanma Barranquero <lekktu@gmail.com>
15245
15246 * startup.el (argi): Declare as global variable (bug#9275).
15247
9ccaaa4b
CY
152482011-08-12 Chong Yidong <cyd@stupidchicken.com>
15249
15250 * subr.el (string-mark-left-to-right): Search the entire string
15251 for RTL script, not just the terminating character. Doc fix.
15252
a3dae87a
SM
152532011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15254
6cd18349
SM
15255 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15256 New function.
15257 (js--regexp-literal, js-syntax-propertize-function): Remove.
15258 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15259 (js-mode-map): Don't rebind electric keys.
15260 (js-insert-and-indent): Remove.
15261 (js-mode): Setup electric-layout and electric-indent instead.
15262
a3dae87a
SM
15263 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15264
9d5cb631
DU
152652011-08-12 Daiki Ueno <ueno@unixuser.org>
15266
15267 * epa.el (epa-progress-callback-function): Fix the logic of
15268 displaying progress.
15269 * epa-file.el (epa-file-insert-file-contents): Make progress
15270 display more user-friendly.
15271 (epa-file-write-region): Ditto.
15272
3e26a4a2
CY
152732011-08-10 Chong Yidong <cyd@stupidchicken.com>
15274
15275 * subr.el (string-mark-left-to-right): New function.
15276
15277 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15278 Use string-mark-left-to-right.
15279 (list-buffers-noselect): Caller changed.
15280
a3dae87a
SM
15281 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15282 Use string-mark-left-to-right.
3e26a4a2
CY
15283 (tabulated-list-print): Recenter after moving point.
15284
ac8cf6e6
JL
152852011-08-10 Juri Linkov <juri@jurta.org>
15286
15287 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15288 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15289 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15290
8d96c9a4
CY
152912011-08-09 Chong Yidong <cyd@stupidchicken.com>
15292
15293 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15294 (Bug#7554).
15295
7be1c708 152962011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
15297
15298 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15299 character. (Bug#6594)
15300
37e11a63
CY
153012011-08-08 Chong Yidong <cyd@stupidchicken.com>
15302
839dde57
CY
15303 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15304 (image-dired--with-db-file): New macro.
15305 (image-dired-write-tags, image-dired-remove-tag)
15306 (image-dired-create-gallery-lists, image-dired-write-comments)
15307 (image-dired-get-comment, image-dired-mark-tagged-files)
15308 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15309 (image-dired-gallery-generate): Use insert-file-contents.
15310
37e11a63
CY
15311 * time.el (display-time-world-list, display-time-world-display):
15312 * time-stamp.el (time-stamp-string):
15313 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15314 set-time-zone-rule (Bug#7337).
15315
0b4946c4
DU
153162011-08-08 Daiki Ueno <ueno@unixuser.org>
15317
15318 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15319 (epg-error-to-string, epg-errors-to-string): New function.
15320 (epg-wait-for-completion): Reverse errors list.
15321 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15322 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15323 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15324 (epg-sign-keys, epg-generate-key-from-file)
15325 (epg-generate-key-from-string): Format errors by using
15326 epg-errors-to-string (bug#9255).
15327 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15328
75bfc667
JL
153292011-08-07 Juri Linkov <juri@jurta.org>
15330
15331 * faces.el (list-faces-display): Remove extra angle bracket
15332 from `help-mode-map'.
15333
15334 * info.el (Info-history-toc-nodes): Doc fix.
15335
15336 * longlines.el (longlines-mode): Doc fix.
15337
673e08bb
SM
153382011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15339
4640dd88
SM
15340 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15341 of statements and in a few more cases (bug#9183).
15342
673e08bb
SM
15343 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15344 New functions.
15345 (cl-transform-lambda): Use them (bug#9239).
15346
89b3f019
MR
153472011-08-05 Martin Rudalics <rudalics@gmx.at>
15348
15349 * window.el (display-buffer-same-window)
15350 (display-buffer-same-frame, display-buffer-other-window)
15351 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15352 (pop-to-buffer-other-window)
15353 (pop-to-buffer-same-frame-other-window)
15354 (pop-to-buffer-other-frame): Make them defuns.
15355 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15356
640c8776
SM
153572011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15358
15359 * subr.el (make-composed-keymap): Move from C. Change calling
15360 convention, and improve docstring to bring attention to a subtle point.
15361 * minibuffer.el (completing-read-default): Adjust accordingly.
15362
63648a95
MA
153632011-08-03 Michael Albinus <michael.albinus@gmx.de>
15364
15365 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15366 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15367
15368 * net/trampver.el: Update release number.
15369
b796c9b7
SM
153702011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15373 "in" (bug#9190).
15374
2239d7d5
LMI
153752011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15376
e07dd7c3
LMI
15377 * mail/sendmail.el (sendmail-query-once): Restore the current
15378 buffer after querying (bug#9074).
15379
0e6a2bd7
LMI
15380 * dired.el (dired-flagged): Use different faces for marked and
15381 flagged files (bug#6117).
15382
ce887515
LMI
15383 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15384 (bug#4433).
15385
92f2affc
LMI
15386 * ido.el (ido-mode): Switch off the message if called
15387 non-interactively.
15388
57d5aff0
LMI
15389 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15390 before 587, since it appears that that's more likely to work for
15391 more people.
15392
98cd6c18 15393 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 15394 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
15395 exist.
15396
b96dec83
LMI
15397 * info.el: Remove the `Info-beginning-of-buffer' function
15398 (bug#8325).
15399
b796c9b7
SM
15400 * net/network-stream.el (network-stream-open-starttls):
15401 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 15402
d90e2ea0
MR
154032011-08-01 Martin Rudalics <rudalics@gmx.at>
15404
15405 * window.el (display-buffer-in-window): Don't set dedicated status
15406 of window here (Bug#9215).
15407 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15408 (display-buffer-pop-up-side-window)
b796c9b7 15409 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 15410
cca09170
SM
154112011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15414 before binding generated-autoload-file.
15415
027b979c
DD
154162011-08-01 Deniz Dogan <deniz@dogan.se>
15417
15418 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15419
3c7ee4f3
MA
154202011-07-30 Michael Albinus <michael.albinus@gmx.de>
15421
15422 Sync with Tramp 2.2.2.
15423
15424 * net/trampver.el: Update release number.
15425
2cc8e51a
JL
154262011-07-30 Juri Linkov <juri@jurta.org>
15427
15428 * dired-aux.el (dired-touch-initial): Remove function.
15429 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15430 current time, and `default' to the last modification time of the
15431 current marked file (bug#6887).
15432
a514d856
JM
154332011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15434
15435 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 15436 numeric argument to read-number (bug#9163).
a514d856 15437
8a7eddd7
MA
154382011-07-27 Michael Albinus <michael.albinus@gmx.de>
15439
15440 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15441 connection process, it could be nil.
15442
1ddd96f5
LL
154432011-07-27 Leo Liu <sdl.web@gmail.com>
15444
15445 Simplify url handling in rcirc-mode.
15446
15447 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15448 (rcirc-browse-url-at-mouse): Remove.
15449 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15450
b248a85d
AM
154512011-07-26 Alan Mackenzie <acm@muc.de>
15452
15453 Fontify bitfield declarations properly.
15454
15455 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15456 (c-symbol-chars): Now exported as a lang variable.
15457 (c-not-primitive-type-keywords): New lang variable.
15458
15459 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15460 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 15461 parsed as a bitfield declaration.
b248a85d 15462
b796c9b7
SM
15463 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15464 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
15465 (c-punctuation-in): New function.
15466 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15467 declarations properly.
15468
68575ab0
UJ
154692011-07-26 Ulf Jasper <ulf.jasper@web.de>
15470
15471 * calendar/icalendar.el (icalendar--all-events): Take care of
15472 multiple vcalendars in a single file.
b796c9b7 15473 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 15474
0f0a88b9
DD
154752011-07-25 Deniz Dogan <deniz@dogan.se>
15476
15477 * image.el (insert-image): Clarifying docstring.
15478
0b3f36df
MA
154792011-07-24 Michael Albinus <michael.albinus@gmx.de>
15480
15481 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15482 `tramp-send-command-and-check' if there is no error.
15483 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15484
a9901f61
AM
154852011-07-22 Alan Mackenzie <acm@muc.de>
15486
15487 Prevent cc-langs.elc being loaded at run time.
15488
15489 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15490 cc-langs.
15491
4d61f28d 15492 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
15493 "(require 'cc-langs)". Quote a form so it will evaluate at
15494 (cc-mode's) compilation time.
15495
11d074b2
MA
154962011-07-22 Michael Albinus <michael.albinus@gmx.de>
15497
15498 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15499 loading. (Bug#9114)
15500
938b94c8
MR
155012011-07-21 Martin Rudalics <rudalics@gmx.at>
15502
15503 * window.el (display-buffer-pop-up-window)
15504 (display-buffer-pop-up-side-window)
15505 (display-buffer-in-side-window): Call display-buffer-set-height
15506 and display-buffer-set-width after setting the new window's
b796c9b7 15507 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 15508
bfa4f190
SS
155092011-07-20 Sam Steingold <sds@gnu.org>
15510
15511 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15512 (etags-tags-included-tables): Call `convert-standard-filename' on
15513 the file names contained in TAGS so that windows Emacs can handle
15514 TAGS files created by cygwin ctags.
15515
8ca42262
LMI
155162011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15517
15518 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15519 which apparently didn't work.
15520
5db2afd2 155212011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 15522
5db2afd2
RW
15523 * proced.el (proced-send-signal): For *Marked Processes* buffer
15524 put point at beginning of buffer.
15525
92e15d10
SB
155262011-07-19 Stephen Berman <stephen.berman@gmx.net>
15527
15528 * proced.el (proced-format): Make header lines align with the text
15529 (bug#1779).
15530
1bfd59e5
LMI
155312011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15532
15533 * view.el (view-buffer): Allow running in `special' modes if we're
15534 visiting a file (bug#8615).
15535
f5aae37c
MR
155362011-07-19 Martin Rudalics <rudalics@gmx.at>
15537
15538 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
15539 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15540 New functions.
f5aae37c
MR
15541 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15542 more accurately.
15543
bf2c1571
AM
155442011-07-18 Alan Mackenzie <acm@muc.de>
15545
15546 Fontify declarators properly when, e.g., a jit-lock chunk begins
15547 inside a declaration.
15548
15549 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15550
b796c9b7
SM
15551 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15552 New function.
bf2c1571
AM
15553 (c-complex-decl-matchers): Insert reference to
15554 c-font-lock-enclosing-decls.
15555
15556 * progmodes/cc-engine.el (c-backward-single-comment):
15557 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15558 to nil around calls to (forward-comment -1).
15559
4e190b80
LMI
155602011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15561
12dc863d
LMI
15562 * image.el (put-image): Doc typo fix.
15563
a762e966
LMI
15564 * progmodes/etags.el (tags-search): Doc typo fix.
15565
4e190b80
LMI
15566 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15567 password if we get errors 550 to 554.
15568
f019fb21
LMI
155692011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15570
b796c9b7 15571 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 15572
81746738
LMI
15573 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15574 indentation character (bug#6380).
15575
3ee3a1b5
LMI
15576 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15577
c82f64de
LMI
15578 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15579 to clarify what the problem is (bug#4291).
15580
f019fb21
LMI
15581 * simple.el (current-kill): Clarify what
15582 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
15583 (auto-fill-mode): Document `auto-fill-function' in relation to
15584 `auto-fill-mode' (bug#2470).
f019fb21 15585
0794775d
LM
155862011-07-16 Lawrence Mitchell <wence@gmx.li>
15587
15588 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15589 method if slot is read-only (bug#9035).
15590
be39b8cc
MR
155912011-07-16 Martin Rudalics <rudalics@gmx.at>
15592
b796c9b7 15593 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 15594 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
15595 selected before, see discussion of (Bug#8615), (Bug#6954).
15596 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 15597
6ccf7859
GM
155982011-07-15 Glenn Morris <rgm@gnu.org>
15599
15600 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 15601 Respect help-form.
6ccf7859 15602
87e86684
LM
156032011-07-09 Lawrence Mitchell <wence@gmx.li>
15604
15605 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15606 (gnutls-negotiate): Use it.
15607
d6066239
LMI
156082011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15609
b796c9b7
SM
15610 * net/gnutls.el (gnutls-negotiate):
15611 Upcase `gnutls-algorithm-priority'.
d6066239 15612
bd23ebc0
GM
156132011-07-15 Glenn Morris <rgm@gnu.org>
15614
c65bca65
GM
15615 * jka-compr.el (jka-compr-verbose): Move from here...
15616 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15617 Add missing :version tag.
15618 * info.el: No need to require jka-compr when compiling.
bd23ebc0 15619
478615cc
LMI
156202011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15621
7b41decb
LMI
15622 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15623 (gnutls-negotiate): Use it.
15624
dbc44fcd
LMI
15625 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15626
06789f97
LMI
15627 * info.el (Info-beginning-of-buffer): New command.
15628 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15629 announcing `b' as the key (bug#8325).
ab896c37 15630 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 15631
c39da690
LMI
15632 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15633
3aa5f34b
LMI
15634 * international/mule-cmds.el
15635 (describe-specified-language-support): Make the error message
15636 clearer (bug#8905).
15637
4bf0979f
LMI
15638 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15639
478615cc
LMI
15640 * isearch.el (isearch-barrier): Add a doc string, since it's
15641 mentioned in a function doc string (bug#8678).
15642
75c68aa1
MR
156432011-07-15 Martin Rudalics <rudalics@gmx.at>
15644
15645 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15646 buffer argument (Bug#9083) and self-identifying label argument.
15647
a7c33da2
GM
156482011-07-15 Glenn Morris <rgm@gnu.org>
15649
15650 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15651
2f5c6024
LMI
156522011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15653
15654 * man.el (Man-fontify-manpage): Fix message when formatting the
15655 man page (bug#7929).
15656
0bb23927 156572011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
15658
15659 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15660 argument LRM; if non-nil, append an invisible LRM character to the
15661 buffer name.
15662 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15663 last argument non-nil, when formatting buffer names.
0bb23927
EZ
15664 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15665 paragraph direction.
cce4b0a7 15666
621ef9ab
LMI
156672011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15668
d1583c48
LMI
15669 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15670 the man page name (bug#7929).
15671
6a57fb5f
LMI
15672 * image.el (put-image): Mention the `put-image' overlay property
15673 (bug#7834).
15674
d7956b14
LMI
15675 * scroll-bar.el (set-scroll-bar-mode): Mention that
15676 `scroll-bar-mode' lists the values (bug#7772).
15677
5b2d4a66
LMI
15678 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15679 command (bug#7729).
15680
7509a874
LMI
15681 * rect.el (apply-on-rectangle): Return the point after the last
15682 operation.
15683 (string-rectangle): Go to the point after the last operation
15684 (bug#7522).
15685
4fe74b19
LMI
15686 * printing.el (pr-toggle-region): Clarify the documentation
15687 slightly (bug#7493).
15688
b796c9b7
SM
15689 * time.el (display-time-update):
15690 Allow `display-time-mail-function' to return nil (bug#7158).
15691 Fix suggested by Detlev Zundel.
ab283561 15692
fc233c9d
LMI
15693 * vc/diff.el (diff): Clarify the order the file names are read
15694 (bug#7111).
15695
43f5740b
LMI
15696 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15697 the doc string (bug#7015).
15698
f2182a76
LMI
15699 * font-lock.el (font-lock-maximum-decoration): Mention what
15700 numeric levels mean (bug#6935).
15701
621ef9ab
LMI
15702 * startup.el (initial-buffer-choice): Don't mention the `none'
15703 selection, which is against policy.
15704
adc47434
MR
157052011-07-14 Martin Rudalics <rudalics@gmx.at>
15706
b796c9b7
SM
15707 * window.el (display-buffer-normalize-special):
15708 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 15709
7e5bfb8f
EZ
157102011-07-14 Eli Zaretskii <eliz@gnu.org>
15711
15712 * subr.el (version<, version<=, version=): Mention "-CVS" and
15713 "-12345" alpha version numbers.
15714
27fa387a
CY
157152011-07-14 Chong Yidong <cyd@stupidchicken.com>
15716
15717 * bindings.el: Add advertised binding for set-mark-command
15718 (Bug#5772).
15719
8bdfa064
CY
157202011-07-14 Chong Yidong <cyd@stupidchicken.com>
15721
15722 * bindings.el (mode-line-other-buffer):
15723 * bookmark.el (bookmark-bmenu-2-window):
15724 * bs.el (bs-cycle-next, bs-cycle-previous):
15725 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15726 switch-to-buffer.
15727
15728 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 15729 Delete.
8bdfa064 15730
5eba16a3
JB
157312011-07-14 Juanma Barranquero <lekktu@gmail.com>
15732
15733 * follow.el (follow-debug-message, follow-redisplay):
15734 * jka-cmpr-hook.el (with-auto-compression-mode):
15735 Fix typos in docstrings.
15736
15853710
LMI
157372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15738
a28e4607
LMI
15739 * subr.el (with-silent-modifications): Clarify somewhat what the
15740 macro inhibits (bug#6525).
15741
15853710
LMI
15742 * simple.el (eval-expression): Note what it does if called
15743 interactively (bug#6495).
15744
bee0fcef
CY
157452011-07-13 Chong Yidong <cyd@stupidchicken.com>
15746
b796c9b7
SM
15747 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15748 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
15749
15750 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15751 Remove switch-to-buffer.
15752
58274504
LMI
157532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15754
bd2fcc8d
LMI
15755 * files.el (make-directory): Clarify that an error will be raised
15756 if there's an error (bug#6397).
15757
0f04b32c
LMI
15758 * startup.el (initial-buffer-choice): Add `none' as a choice
15759 (bug#6234).
15760
465c5fc8
LMI
15761 * subr.el (add-hook): Clarify section about buffer-local hooks
15762 (bug#6218).
15763
58274504
LMI
15764 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15765
bead9a43
JB
157662011-07-13 Juanma Barranquero <lekktu@gmail.com>
15767
15768 * tabify.el (untabify): Preserve the current column so that point
15769 doesn't move (bug#6032).
15770
3af98a7b
LMI
157712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15772
b796c9b7
SM
15773 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15774 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 15775
6240145a
GM
157762011-07-13 Glenn Morris <rgm@gnu.org>
15777
15778 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15779 (dired-insert-directory): Give a message the first time
15780 if ls is found not to support --dired.
15781
1d8c2ccc
LMI
157822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15783
15784 * simple.el (toggle-truncate-lines): Clarify what is toggled
15785 (bug#5580). Text by Drew Adams.
15786
5fc4038e
CY
157872011-07-13 Chong Yidong <cyd@stupidchicken.com>
15788
15789 * simple.el (blink-matching-open): Make the error message from the
15790 last change less verbose.
15791
bf6012e5
DN
157922011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15793
15794 * font-lock.el (font-lock-comment-face): Use the high contrast
15795 "yellow" color for font-lock-comment-face on low color terminals
15796 using a dark background color (bug#4221).
15797
343c3b5a
LMI
157982011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15799
7e9505c5
LMI
15800 * dired.el (dired-insert-set-properties): Make the doc string
15801 reflect what it does now (bug#5325).
15802
c26fdcf5
LMI
15803 * simple.el (blink-matching-open): Say that we were unable to find
15804 the match within the limit, if we're limited (bug#5122).
15805
bb388cc5
LMI
15806 * international/mule-cmds.el (prefer-coding-system): Add an
15807 example (bug#4869).
15808
343c3b5a
LMI
15809 * progmodes/etags.el (tags-search): Document `file-list-form'
15810 (bug#4731).
15811
2a517d45
LM
158122011-07-13 Lawrence Mitchell <wence@gmx.li>
15813
15814 * net/browse-url.el (browse-url-default-browser)
15815 (browse-url-browser-function): Make the default browser choice a
15816 bit more logical (bug#4300). Also clean up the doc string.
15817
b6c78ef2
JB
158182011-07-13 Juanma Barranquero <lekktu@gmail.com>
15819
15820 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15821 binary endings (bug#4440).
15822
1c4dd947
LMI
158232011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15824
a2014063
LMI
15825 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15826 which can be pretty annoying (bug#8971).
15827
9c9c2d88
LMI
15828 * jka-compr.el (jka-compr-verbose): New variable, and use
15829 throughout (bug#8971).
15830
1c4dd947
LMI
15831 * info.el (Info-find-file): Fall back on the installation
15832 directory if we can't find the info node anywhere else.
15833
a1c9f41b
SO
158342011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15835
15836 * vc/vc.el (vc-revert-file):
15837 Don't set file time-stamp in the past. (Bug#5181)
15838
536f3d36
LMI
158392011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15840
7152b011
LMI
15841 * files.el (after-find-file): Give a better error message when
15842 trying to find a symlink that points to a file that doesn't exist
15843 (bug#4398).
15844
536f3d36
LMI
15845 * progmodes/cc-vars.el: Remove (probably) misleading comment
15846 (bug#4396).
15847
460c0fba
JB
158482011-07-12 Johan Bockgård <bojohan@gnu.org>
15849
15850 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15851
7a6bda45
CY
158522011-07-12 Chong Yidong <cyd@stupidchicken.com>
15853
15854 * mouse-sel.el: Hack restoring functionality, while keeping
15855 compatibility with 2010-07-03 changes to mouse selection.
15856 (mouse-sel-primary-overlay): New var.
15857 (mouse-sel-selection-alist): Use it.
15858 (mouse-sel-mode): Doc fix; remove points that are default features
15859 of mouse.el.
15860
c79598ef
JB
158612011-07-12 Johan Bockgård <bojohan@gnu.org>
15862
15863 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15864 Fix previous fix (bug#2490).
15865
ff8be6ef
RW
158662011-07-12 Roland Winkler <winkler@gnu.org>
15867
b796c9b7
SM
15868 * textmodes/bibtex.el (bibtex-initialize):
15869 Use pop-to-buffer-same-window.
ff8be6ef
RW
15870 (bibtex-search-entries): Fix interactive call.
15871
296ba3ee
LMI
158722011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15873
f5242a02 15874 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
15875 Fontise bytecomp Error lines more correctly (bug#2490).
15876 Fix suggested by Johan Bockgård.
f5242a02 15877
296ba3ee
LMI
15878 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15879
15880 * dired-x.el (dired-guess-default): Use `delete-dups'.
15881
f69fd0d2
CY
158822011-07-12 Chong Yidong <cyd@stupidchicken.com>
15883
15884 * dired.el (dired-mark-prompt):
15885 * dired-aux.el (dired-read-shell-command): Doc fix.
15886
eab5dc07
LMI
158872011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15888
b796c9b7
SM
15889 * mail/sendmail.el (sendmail-query-once):
15890 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
15891 emacs -Q.
15892
15893 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15894
eab5dc07
LMI
15895 * cus-edit.el (custom-file): Take an optional no-error variable.
15896 (customize-save-variable): Set the variable, and give a warning if
15897 running under "emacs -q".
15898
a1e65d42
JB
158992011-07-11 Juanma Barranquero <lekktu@gmail.com>
15900
15901 * loadhist.el (unload-feature-special-hooks):
15902 Add `auto-coding-functions', `fill-nobreak-predicate' and
15903 `find-directory-functions' (bug#5327).
15904
1d52da10
LMI
159052011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15906
be958f1d
LMI
15907 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15908
5bedb26c
LMI
15909 * cus-edit.el (custom-guess-name-alist): -alist variables should
15910 use the `alist' type (bug#3120). Suggested by Drew Adams.
15911
1d52da10
LMI
15912 * printing.el: Add documentation to all the `pr-toggle-' commands.
15913
cd394be1 159142011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
15915
15916 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15917 backends where it makes sense (bug#2623).
15918
dcc88d8a
LMI
159192011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15920
c3de9feb
LMI
15921 * dired-x.el (dired-guess-default): Remove duplicate shell command
15922 entries (bug#2028).
8a93078b 15923 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 15924 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 15925
dcc88d8a
LMI
15926 * subr.el (remove-duplicates): New conveniency function.
15927
505e3645
LMI
159282011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15929
15930 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15931 (bug#1526).
15932
159332011-07-10 Martin Rudalics <rudalics@gmx.at>
15934
15935 * window.el (display-buffer-normalize-default): Don't invert
15936 meaning of even-window-heights. Reported by Eli Zaretskii
15937 <eliz@gnu.org>.
15938
455e4fa1
BR
159392011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15940
15941 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15942
8e0bc3e9
CY
159432011-07-10 Chong Yidong <cyd@stupidchicken.com>
15944
15945 * window.el (display-buffer): Fix arguments to
15946 display-buffer-reuse-window in last change.
15947
fa7c3228
CY
15948 * faces.el (link): Use a less saturated blue on light backgrounds.
15949
15950 * startup.el (fancy-startup-text, fancy-about-text)
15951 (fancy-startup-tail): Use font-lock faces, for background safety.
15952
c0a7f300
BN
159532011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15954
b796c9b7
SM
15955 * emulation/viper-cmd.el (viper-change-state-to-vi):
15956 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 15957
4dc2a129
MR
159582011-07-09 Martin Rudalics <rudalics@gmx.at>
15959
15960 * window.el (display-buffer-default-specifiers): Remove.
15961 (display-buffer-macro-specifiers): Remove default specifiers.
15962 (display-buffer-alist): Default to nil.
b796c9b7 15963 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
15964 (display-buffer-pop-up-window): Allow splitting internal
15965 windows. Check whether a live window was created.
15966 (display-buffer-other-window-means-other-frame)
15967 (display-buffer-normalize-arguments): Rename to
15968 display-buffer-normalize-argument and rewrite. Set the
15969 other-window specifier.
15970 (display-buffer-normalize-special): New function.
15971 (display-buffer-normalize-options): Rename to
15972 display-buffer-normalize-default and rewrite.
15973 (display-buffer-normalize-options-inhibit): Remove.
15974 (display-buffer-normalize-specifiers): Rewrite.
15975 (display-buffer): Process other-window specifier and call
15976 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15977 more faithfully.
b796c9b7 15978 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 15979 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
15980 (display-buffer-in-window, display-buffer-alist-set):
15981 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
15982 <tassilo@member.fsf.org>.
15983
2d43b8c9
LL
159842011-07-09 Leo Liu <sdl.web@gmail.com>
15985
15986 * register.el (insert-register): Restore accidental change on
15987 2011-06-26. (Bug#9028)
15988
7f9b7c53
GM
159892011-07-09 Glenn Morris <rgm@gnu.org>
15990
15991 * subr.el (remq): Handle the empty list. (Bug#9024)
15992
f042cfd8
AS
159932011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15994
15995 * mail/sendmail.el (send-mail-function): No longer delay custom
15996 initialization.
15997 * custom.el (custom-initialize-delay): Doc fix.
15998
856b2f11
SM
159992011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16000
16001 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16002
afae1d68
MA
160032011-07-08 Michael Albinus <michael.albinus@gmx.de>
16004
16005 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16006 human-friendly prompt.
16007
0757af94
SM
160082011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16011 provided by a particular plugin.
16012
d760b731
LMI
160132011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16014
16015 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16016 save customizations (with "emacs -Q"), just set the variable
16017 instead of erroring out.
16018
16019 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16020
cd79ce90
JL
160212011-07-08 Juri Linkov <juri@jurta.org>
16022
16023 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16024 (archive-zip-update-case): Use 7z if found by `executable-find'.
16025 The order of searching the available programs is the same as in
16026 `archive-zip-extract' (bug#8968).
16027
14cc04aa
CY
160282011-07-07 Chong Yidong <cyd@stupidchicken.com>
16029
16030 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16031 (menu-bar-options-menu): Tweak descriptions.
16032
0a1848ec
LMI
160332011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16034
16035 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16036 menu items into verb phrases (bug#1421). Also refill to fit under
16037 80 columns.
16038
f5bd0689
CY
160392011-07-07 Chong Yidong <cyd@stupidchicken.com>
16040
538e85c6
CY
16041 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16042 (Info-read-node-name): Doc fix (Bug#1084).
16043
f5bd0689
CY
16044 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16045 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16046 (end-of-sexp, beginning-of-sexp)
16047 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16048 (forward-symbol, forward-same-syntax, word-at-point)
16049 (sentence-at-point): Doc fix (Bug#1144).
16050
56ec5115
LMI
160512011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16052
f3f8e37f
LMI
16053 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16054 should cover it (bug#1281).
16055
0757af94 16056 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 16057
e9fce1ac 16058 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
16059 negotiation fails, then possibly try again with a non-encrypted
16060 connection (bug#9017).
16061
56ec5115
LMI
16062 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16063 be used.
16064
c2f9aec8
RS
160652011-07-07 Richard Stallman <rms@gnu.org>
16066
16067 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16068 property, and handle its changed format.
16069 Look for the correct line number.
16070 Use file's line contents (but not past first =) to find
16071 correct line in message.
16072
ef7b981d 160732011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
16074
16075 * international/characters.el (build-unicode-category-table):
16076 Delete it.
0757af94 16077 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 16078
0757af94 16079 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
16080 to src/chartab.c.
16081 (get-char-code-property): Call unicode-property-table-internal to
16082 load a file. Call get-unicode-property-internal where necessary.
16083 (put-char-code-property): Call unicode-property-table-internal to
16084 load a file. Call put-unicode-property-internal where necessary.
16085 put-unicode-property-internal where necessary.
0757af94
SM
16086 (char-code-property-description):
16087 Call unicode-property-table-internal to load a file.
c805dec0
KH
16088
16089 * international/charprop.el:
16090 * international/uni-bidi.el:
16091 * international/uni-category.el:
16092 * international/uni-combining.el:
16093 * international/uni-comment.el:
16094 * international/uni-decimal.el:
16095 * international/uni-decomposition.el:
16096 * international/uni-digit.el:
16097 * international/uni-lowercase.el:
16098 * international/uni-mirrored.el:
16099 * international/uni-name.el:
16100 * international/uni-numeric.el:
16101 * international/uni-old-name.el:
16102 * international/uni-titlecase.el:
16103 * international/uni-uppercase.el: Regenerate.
16104
16105 * loadup.el: Load international/charprop.el before
16106 international/characters.
16107
e14b388a
CY
161082011-07-07 Chong Yidong <cyd@stupidchicken.com>
16109
16110 * window.el (next-buffer, previous-buffer): Signal an error if
16111 called from a minibuffer window.
16112
16113 * bindings.el: Revert 2011-07-04 change.
16114
354cf0ba
RS
161152011-07-06 Richard Stallman <rms@gnu.org>
16116
16117 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16118 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16119 Treat markers like ints.
16120 (rmail-mime-entity): Doc fix.
16121
a48868a7
LMI
161222011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16123
4906cd3d
LMI
16124 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16125 defcustom again for backwards compatibility.
16126
e0457abe
LMI
16127 * simple.el (shell-command-on-region): Fill.
16128
d67f7e1f
LMI
16129 * dired-aux.el (dired-kill-line): Add a doc string.
16130
fe204702
LMI
16131 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16132 to "\\sw\\|\\s_" (bug#358).
16133
a48868a7
LMI
16134 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16135 (dired-unmark-backward): Ditto.
16136 (dired-flag-backup-files): Ditto.
16137
16138 * dired-x.el (dired-mark-sexp): Ditto.
16139
aa8a705c
RS
161402011-07-06 Richard Stallman <rms@gnu.org>
16141
16142 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16143 (rmail-mime-entity): New arg TRUNCATED.
16144 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16145 New functions.
16146 (rmail-mime-save): Warn if entity is truncated.
16147 (rmail-mime-toggle-hidden): Likewise, for showing.
16148 (rmail-mime-process-multipart): Record when an entity is truncated.
16149
a9a936b9
RS
16150 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16151 if ENTITY is a string.
16152
1f2b92cb
LMI
161532011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16154
f4f73198 16155 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
16156 of faces when `M-C-x'-ing their definitions (bug#8378).
16157 Also clean up the code slightly.
f4f73198 16158
12b16734 16159 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 16160 because that makes the colors go away.
12b16734 16161
f0691d22
LMI
16162 * mail/sendmail.el (send-mail-function): Change the default to
16163 `sendmail-query-once'.
9e87df06 16164 (sendmail-query-once): Add an autoload cookie.
f0691d22 16165
1f2b92cb
LMI
16166 * net/network-stream.el (network-stream-open-starttls): Try using
16167 a plain connection even if the server offered STARTTLS, and we
16168 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16169 capability. This should make smtpmail.el work in slightly more
16170 configurations.
16171
1cdd2a1b
MA
161722011-07-06 Michael Albinus <michael.albinus@gmx.de>
16173
16174 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16175 New defun.
16176 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16177
fbcc67e2
MM
161782011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16179
16180 * progmodes/sql.el: Version 3.0
0757af94 16181 (sql-product-alist): Add product :completion-object,
fbcc67e2 16182 :completion-column, and :statement attributes.
0757af94 16183 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 16184 (sql-mode-syntax-table): Mark all punctuation.
0757af94 16185 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
16186 ansi keywords.
16187 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 16188 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
16189 (sql-oracle-show-reserved-words): New function for development.
16190 (sql-product-font-lock): Simplify for source code buffers.
16191 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16192 New functions.
16193 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
16194 (sql-mode-map): Add statement movement functions.
16195 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16196 New variable.
fbcc67e2
MM
16197 (sql-statement-regexp, sql-beginning-of-statement)
16198 (sql-end-of-statement, sql-signum): New functions.
0757af94 16199 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
16200 (sql-show-sqli-buffer): Bug fix.
16201 (sql-interactive-mode): Store connection data as buffer local.
0757af94 16202 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
16203 with sql-interactive-mode.
16204 (sql-save-connection): Save buffer local settings.
0757af94 16205 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
16206 (sql-product-interactive): Bug fix.
16207 (sql-preoutput-hold): New variable.
16208 (sql-interactive-remove-continuation-prompt): Bug fixes.
16209 (sql-debug-redirect): New variable.
16210 (sql-str-literal): New function.
16211 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 16212 Redesign.
fbcc67e2
MM
16213 (sql-oracle-save-settings, sql-oracle-restore-settings)
16214 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16215 (sql-completion-object, sql-completion-column)
16216 (sql-completion-sqlbuf): New variables.
16217 (sql-build-completions-1, sql-build-completions)
16218 (sql-try-completion): New functions.
16219 (sql-read-table-name): Use them.
16220 (sql-contains-names): New buffer local variable.
16221 (sql-list-all, sql-list-table): Use it.
16222 (sql-oracle-completion-types): New variable.
16223 (sql-oracle-completion-object, sql-sqlite-completion-object)
16224 (sql-postgres-completion-object): New functions.
16225
d4eaeab1
GM
162262011-07-06 Glenn Morris <rgm@gnu.org>
16227
16228 * window.el (pop-to-buffer): Doc fix.
16229
322b7dab 162302011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
16231
16232 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16233
322b7dab 162342011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 16235
322b7dab 16236 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 16237
322b7dab 16238 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 16239
605dd5bf
CY
162402011-07-05 Chong Yidong <cyd@stupidchicken.com>
16241
16242 * button.el (button): Inherit from link face. Suggested by Dan
16243 Nicolaescu.
16244
7dbfa719
SM
162452011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16246
3db614b0
SM
16247 * progmodes/gdb-mi.el: Fit in 80 columns.
16248 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16249 switch-to-buffer.
16250
7dbfa719
SM
16251 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16252 if imenu is simply not configured (bug#8941).
16253
919d884a
KM
162542011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16255
16256 * allout.el (allout-post-undo-hook): New allout outline-change
16257 event hook to signal undo activity.
16258 (allout-post-command-business): Run allout-post-undo-hook if an
16259 undo just occurred.
7dbfa719
SM
16260 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16261 * allout-widgets.el (allout-widgets-after-undo-function):
16262 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
16263 in the vicinity of an undo.
16264 (allout-widgets-mode): Include allout-widgets-after-undo-function
16265 on the new allout-post-undo-hook.
16266
450a0f09
SM
162672011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16268
16269 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16270 Let define-derived-mode define it.
16271 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16272 cycles of abbrev-table inheritance (bug#8998).
16273
2de69e00
RW
162742011-07-05 Roland Winkler <winkler@gnu.org>
16275
16276 * textmodes/bibtex.el: Add support for biblatex.
16277 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16278 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16279 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16280 (bibtex-entry-alist, bibtex-field-alist): New variables.
16281 (bibtex-entry-field-alist): Obsolete alias for
16282 bibtex-BibTeX-entry-alist.
16283 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16284 (bibtex-set-dialect): New command.
16285 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
16286 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16287 Bind via bibtex-set-dialect.
2de69e00
RW
16288 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16289 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16290 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16291 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16292 Define via bibtex-set-dialect.
450a0f09
SM
16293 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16294 Obey bibtex-no-opt-remove-re.
2de69e00
RW
16295 (bibtex-vec-push, bibtex-vec-incr): New functions.
16296 (bibtex-format-entry, bibtex-field-list)
16297 (bibtex-print-help-message, bibtex-validate)
16298 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16299
2dcdbdd9
SM
163002011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16301
16302 * progmodes/compile.el (compilation-goto-locus):
16303 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16304 * bs.el (bs-cycle-next, bs-cycle-previous):
16305 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16306 * bindings.el (mode-line-other-buffer):
16307 * autoinsert.el (auto-insert):
16308 * arc-mode.el (archive-extract):
16309 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16310
b27640fe
JB
163112011-07-05 Juanma Barranquero <lekktu@gmail.com>
16312
16313 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16314 Fix check of `emacs-lock-unlockable-modes'.
16315 Coerce true values of `emacs-lock--try-unlocking' to t.
16316
53bbe3ad
JB
163172011-07-05 Juanma Barranquero <lekktu@gmail.com>
16318
16319 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16320 * emacs-lock.el: New file.
16321
1d3cdbc7
JD
163222011-07-05 Julien Danjou <julien@danjou.info>
16323
16324 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16325 than `boundp' to check if face is set.
16326
9173deec
JB
163272011-07-05 Juanma Barranquero <lekktu@gmail.com>
16328
16329 * register.el (registerv-make):
16330 * window.el (window-min-height): Fix typos in docstrings.
16331
869795d6
JD
163322011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16333
9173deec 16334 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
16335 Update doc string.
16336
b768cdcd
JB
163372011-07-04 Juanma Barranquero <lekktu@gmail.com>
16338
16339 * server.el (server-execute): Catch quit and call
16340 `server-return-error' to pass the error back to emacsclient and
16341 close the connection (bug#8942).
16342
13aa217b
KM
163432011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16344
16345 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16346 insecure exception for current topic. Also note that auto-saves
16347 are handled differently.
16348
5d3385a0 16349 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
16350 State variables for tracking auto-save inhibition situation.
16351
16352 (allout-write-contents-hook-handler): Rename from
16353 'allout-write-file-hook-handler', and describe how it depends on
16354 write-contents-functions sensitivity to non-nil value to prevent
16355 file write.
16356
16357 (allout-auto-save-hook-handler): Remove. auto-save does not check
16358 this in individual buffers, only in the starting buffer, so this
16359 is not the right way for us to inhibit auto-save in a buffer
16360 according to its condition.
16361
16362 (allout-mode): Use new allout-write-contents-hook-handler, and
16363 only with write-contents-functions. Remove auto-save provisions -
16364 they're implemented elsewhere.
16365
16366 (allout-before-change-handler): If undo is in progress, note that
16367 for attention of allout-post-command-business.
16368
16369 (allout-post-command-business): If the command we're following was
16370 an undo, check for change in the status of encrypted items and
16371 adjust auto-save inhibitions accordingly.
16372
16373 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16374 according to whether there are or aren't any plain-text topics
16375 pending encryption.
16376
2dcdbdd9 16377 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
16378 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16379 if there are plain-text topics pending encryption.
13aa217b
KM
16380
16381 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16382 buffer-saved-size and some allout state to not inhibit auto-saves
16383 if there are no longer any plain-text topics pending encryption.
16384
0757af94
SM
16385 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16386 No longer provide for exemption of the current topic.
13aa217b 16387
ac89b32c
JL
163882011-07-04 Juri Linkov <juri@jurta.org>
16389
16390 Add 7z operations to delete and save changed members (bug#8968).
16391 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16392 New defcustoms.
16393 (archive-7z-write-file-member): New function.
16394 (archive-7z-summarize): Fix the number of dashes in the
16395 listing output.
16396
8fa39615
SM
163972011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16398
16399 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16400 (bug#8958).
16401
2f11b3f1
CY
164022011-07-04 Chong Yidong <cyd@stupidchicken.com>
16403
d66fef2b
CY
16404 * bindings.el: Ignore next-buffer and previous-buffer in
16405 minibuffer-local-map.
16406
2f11b3f1
CY
16407 * font-lock.el (font-lock-builtin-face): Change light background
16408 color to dark slate blue (Bug#6693).
16409
f932a347
WD
164102011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16411
16412 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16413
c8af70e1
SM
164142011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16415
16416 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16417 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16418 Add switch-to-buffer.
16419
f158badc
LMI
164202011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16421
16422 * isearch.el (isearch-search-fun-function): Clarify further the
16423 meaning of the function returned.
16424
6d95bd46
MA
164252011-07-04 Michael Albinus <michael.albinus@gmx.de>
16426
16427 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16428
16429 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16430 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16431 Use it.
16432 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16433 `tramp-default-remote-path' does not exist.
16434 (tramp-send-command-and-read): New optional argument NOERROR.
16435 (tramp-open-connection-setup-interactive-shell)
16436 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16437 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16438 (tramp-process-sentinel): Flush also process' connection property.
16439 (tramp-sh-handle-start-file-process): Do not set process
16440 sentinel. It is done now ...
16441 (tramp-maybe-open-connection): ... here. (Bug#8929)
16442
909e6b67
MK
164432011-07-04 MON KEY <monkey@sandpframing.com>
16444
16445 * play/animate.el (animate-string): Doc fixes and allow changing
16446 the buffer name (bug#5417).
16447
164482011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16449
c8af70e1 16450 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 16451
f34755dc
PE
164522011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16453
396cec72
PE
16454 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16455 This is simpler and helps future-proof the code.
16456 (timer-until): Use time-subtract and float-time.
08235028 16457 (timer--time-less-p): Use time-less-p.
f34755dc 16458
56e6cc31
JB
164592011-07-04 Juanma Barranquero <lekktu@gmail.com>
16460
3abb79e5
JB
16461 * type-break.el (timep): Use the value of `float-time' to avoid a
16462 byte-compiler warning.
16463
56e6cc31
JB
16464 * server.el (server-eval-and-print): Return any result, even nil.
16465
7b9430b4
PE
164662011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16467
16468 * type-break.el: Accept time formats that the builtins accept.
16469 (timep, type-break-time-difference): Accept any format that
16470 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16471 This is simpler and helps future-proof the code.
16472 (type-break-time-difference): Round rather than ignoring
16473 subseconds components.
16474
3034e9e7
LMI
164752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16476
16477 * info.el (Info-apropos-matches): Make non-interactive, since it
16478 doesn't seem to do anything useful as a command (bug#8829).
16479
1485f4c0
CY
164802011-07-03 Chong Yidong <cyd@stupidchicken.com>
16481
16482 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 16483 Move from faces.el.
1485f4c0
CY
16484 (frame-default-terminal-background): New function.
16485
16486 * custom.el (custom-push-theme): Don't record faces in `changed'
16487 theme; this doesn't work correctly for per-frame face settings.
16488 (disable-theme): Use face-set-after-frame-default to reset faces.
16489 (custom--frame-color-default): New function.
16490
9fa3dd45
LMI
164912011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16492
c8af70e1 16493 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
16494 (bug#8769).
16495
6cbbc20c
KR
164962011-03-29 Kevin Ryde <user42@zip.com.au>
16497
16498 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16499 `perl-Test2' extend to match possible "fail #N" rep count
16500 (bug#8377).
16501
c7f98048
LMI
165022011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16503
65676592
LMI
16504 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16505 `smtpmail-via-smtp' now returns the error instead of nil.
16506
c7f98048
LMI
16507 * isearch.el (isearch-search-fun-function): Clarify the doc string
16508 (bug#8101).
16509
56e6cc31 165102011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
16511
16512 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16513 unnecessary spaces (bug#8987).
16514
2b216704
LMI
165152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16516
16517 * net/network-stream.el (open-network-stream): Use the
16518 :end-of-capability command thoughout.
16519
165202011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16521
16522 * net/network-stream.el (open-network-stream): Add the
16523 :end-of-capability command parameter, used by pop3.el.
16524
36adf6ce
LMI
165252011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16526
1ca0da0e
LMI
16527 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16528
fc00f69c
LMI
16529 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16530 for list)" (bug#6475).
16531
28fd8759 16532 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 16533 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
16534 an error (bug#6297).
16535
0dd8b6da
LMI
16536 * man.el (Man-reference-regexp): Allow matching possible
16537 word-wrapped references (bug#6289).
16538
ce1438d6
LMI
16539 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16540 for consistency with the other vc buffers (bug#6197).
16541 (vc-checkin): Ditto.
16542
16543 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16544
36adf6ce
LMI
16545 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16546
e83cc1f7
LMI
165472011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16548
8a20ca4c
LMI
16549 * custom.el (defcustom): Clarify that :set is only used in the
16550 Customize user interface (bug#6089).
16551
83319045
LMI
16552 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16553 associated with a file, refuse to run instead of erroring out
16554 (bug#6084).
16555
a8392169
LMI
16556 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16557 the doc string, since it appears that using `fill-column' always
16558 controls the width (bug#7845).
16559
e83cc1f7
LMI
16560 * simple.el (shell-command-on-region): Say where the error output
16561 went if `shell-command-default-error-buffer' is set (bug#6857).
16562
e47ca23b
KM
165632011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16564
16565 * allout.el (allout-yank-processing): Adjust cursor position for
16566 backwards-deleted space.
16567
16568 (allout-rebullet-heading): Register changes with
16569 allout-exposure-changed-hook, so the modified topic is properly
16570 decorated.
16571
5cf56143
LMI
165722011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16573
08549772
LMI
16574 * minibuffer.el (completion-in-region): Document PREDICATE
16575 (bug#7136).
16576
48e96771
LMI
16577 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16578 of keyword/argument pairs (bug#6904).
16579
c8af70e1
SM
16580 * replace.el (multi-occur):
16581 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 16582
e17d05e2
LMI
165832011-07-02 Drew Adams <drew.adams@oracle.com>
16584
16585 * dired.el (dired-mark-if): Make the message about whether it's
16586 marking or unmarking clearer (bug#8523).
16587
063b0e45
LMI
165882011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16589
16590 * disp-table.el (display-table-print-array): New function.
16591 (describe-display-table): Use it to print the vectors more pretty
16592 (Bug#8859).
16593
28545e04
MR
165942011-07-02 Martin Rudalics <rudalics@gmx.at>
16595
16596 * window.el (window-state-get-1): Don't assign clone numbers.
16597 Add clone-of item to list of window parameters.
16598 (window-state-put-2): Don't process clone numbers.
16599 (display-buffer-alist): Fix doc-string.
16600
3349e122
SM
166012011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16602
16603 * subr.el (remq): Don't allocate if it's not needed.
16604 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16605 (keymap--merge-bindings): New functions.
16606 (keymap-canonicalize): Use them to refine the canonicalization.
16607 * minibuffer.el (minibuffer-local-completion-map)
16608 (minibuffer-local-must-match-map): Move initialization from C.
16609 (minibuffer-local-filename-completion-map): Move initialization from C;
16610 don't inherit from anything here.
16611 (minibuffer-local-filename-must-match-map): Make obsolete.
16612 (completing-read-default): Use make-composed-keymap to combine
16613 minibuffer-local-filename-completion-map with either
16614 minibuffer-local-must-match-map or
16615 minibuffer-local-filename-completion-map.
16616
d224ac83
GM
166172011-07-01 Glenn Morris <rgm@gnu.org>
16618
3de63bf8
GM
16619 * type-break.el (type-break-time-sum): Use dolist.
16620
d224ac83
GM
16621 * textmodes/flyspell.el (flyspell-word-search-backward):
16622 Replace CL function.
16623
1a1e3f32
SM
166242011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16625
fe3f64d5
SM
16626 * mouse.el (mouse--strip-first-event): New function.
16627 (function-key-map): Use it to map fringe clicks to normal clicks
16628 by default.
16629
eb604e34
SM
16630 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16631 (vc-bzr-revision-completion-table): Add support for annotate and date.
16632
1a1e3f32
SM
16633 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16634 inherit from parent.
16635
5bd35902
LMI
166362011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16637
ace6c69c 16638 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 16639 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 16640
191e2bed
LMI
16641 * dired.el (dired-mode): Fix up the doc string as suggested by
16642 Drew Adams (bug#8817).
16643
5bd35902
LMI
16644 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16645 cookie, since the manual says that it should be possible to add
16646 this function to `find-file-hook' (bug#8709).
16647
eee8207a
TZ
166482011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16649
16650 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16651 here. Noted Ted Zlatanov as the maintainer.
16652 (cfengine-common-settings, cfengine-common-syntax): New functions
16653 to set up common things between `cfengine-mode' and
16654 `cfengine3-mode'.
16655 (cfengine3-mode): New mode.
16656 (cfengine3-defuns cfengine3-defuns-regex
16657 (cfengine3-class-selector-regex cfengine3-category-regex)
16658 (cfengine3-vartypes cfengine3-font-lock-keywords)
16659 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 16660 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 16661
36b148cf
MA
166622011-07-01 Michael Albinus <michael.albinus@gmx.de>
16663
16664 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16665
16666 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16667
0bf4ba9a
MR
166682011-07-01 Martin Rudalics <rudalics@gmx.at>
16669
16670 * window.el (same-window-buffer-names, same-window-regexps)
16671 (same-window-p, special-display-frame-alist)
16672 (special-display-popup-frame, special-display-function)
16673 (special-display-buffer-names, special-display-regexps)
16674 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16675 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16676 (split-window-preferred-function, split-height-threshold)
16677 (split-width-threshold, even-window-heights)
16678 (display-buffer-mark-dedicated, window-splittable-p)
16679 (split-window-sensibly, window-safely-shrinkable-p):
16680 Un-obsolete.
16681 (display-buffer): Don't spread args with function specifier
16682 because special-display-popup-frame won't like it.
16683
35837f51
PE
166842011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16685
d0672f86
PE
16686 Time-stamp simplifications and fixes.
16687 These improve accuracy slightly, and future-proof the code
16688 against some potential changes to current-time format.
16689
b9444d97
PE
16690 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16691 by using time-since and float-time.
16692
0ef923dc
PE
16693 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16694 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16695 + NNN microseconds".
16696
2f81380d
PE
16697 * type-break.el (type-break-time-sum): Rewrite using time-add.
16698
845b5c3e
PE
16699 * play/hanoi.el (hanoi-current-time-float): Remove.
16700 All uses replaced by float-time.
16701
ee6f1be0
PE
16702 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16703 This yields a more-accurate answer.
16704 (rng-time-to-float): Remove; no longer needed.
16705
fe955043
PE
16706 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16707
5777162a
PE
16708 * calendar/timeclock.el (timeclock-seconds-to-time):
16709 Defalias to seconds-to-time, since they're the same thing.
16710
3103f8b6 16711 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 16712 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
16713 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16714
0e61a35f
SM
167152011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16716
16717 * window.el (bury-buffer): Don't iconify the only frame.
16718 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16719 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16720
ddd63a1e
CY
167212011-07-01 Chong Yidong <cyd@stupidchicken.com>
16722
0e61a35f
SM
16723 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16724 Add mouse-yank-primary.
ddd63a1e 16725
055f4923
TZ
167262011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16727
16728 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16729
6a2fb145
SM
167302011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16731
16732 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16733 (find-library-name): Use it to find relative load names when provided
16734 absolute file name (bug#8803).
16735
fd4983f2
LMI
167362011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16737
887d14ad
LMI
16738 * textmodes/flyspell.el (flyspell-word): Consider words that
16739 differ only in case as potential doublons (bug#5687).
16740
c53dc7fc
LMI
16741 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16742 Remove two rather uninteresting debugging-like messages to make
16743 debbugs.el more silent.
16744
fd4983f2
LMI
16745 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16746 a password-like phrase.
16747
7a71b18d 167482011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
16749
16750 * progmodes/cc-guess.el: New file.
16751
6a2fb145 16752 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
16753
16754 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16755 derived from `c-basic-common-init'.
16756
16757 * progmodes/cc-mode.el (top-level): Require cc-guess.
16758 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16759
1fa280a3
LM
167602011-06-30 Lawrence Mitchell <wence@gmx.li>
16761
16762 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16763
e6597158
AM
167642011-06-30 Alan Mackenzie <acm@muc.de>
16765
1fa280a3
LM
16766 * progmodes/cc-engine.el (c-guess-continued-construct):
16767 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
16768 lock is disabled. Name this case as "CASE G".
16769
68ba37fb
KM
167702011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16771
16772 * allout.el (allout-yank-processing): Fix injection of extra space
16773 between bullet and non-whitespace character in first topic when
16774 pasting, ensuring that the actual spacing in the pasted topic
16775 following the bullet char is preserved. This extra space was
16776 causing pasted encrypted topics to get a decrypted status even
16777 when the content was actually still encrypted. Now the decryption
16778 status from before the paste is preserved.
16779
16780 (allout-flag-region): Set all allout overlays so they evaporate
16781 when reduced to zero length (evanescent), to prevent overlay
16782 leakage.
16783
887a0b34
GM
167842011-06-30 Glenn Morris <rgm@gnu.org>
16785
94b9acce
GM
16786 * w32-fns.el (w32-charset-info-alist): Declare.
16787
1d9b46d4
GM
16788 * find-dired.el (find-grep-options): Simplify.
16789
cc232200
GM
16790 * term/ns-win.el (ns-set-resource): Declare.
16791
28e77c46
GM
16792 * ses.el (row, col): Declare dynamic variables honestly.
16793
887a0b34
GM
16794 * textmodes/reftex-parse.el (index-tags): Declare.
16795
658d8eb8
CY
167962011-06-30 Chong Yidong <cyd@stupidchicken.com>
16797
16798 * cus-edit.el (customize-push-and-save): New function.
16799
16800 * files.el (hack-local-variables-confirm): Use it.
16801
1fa280a3
LM
16802 * custom.el (load-theme): New arg NO-CONFIRM.
16803 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
16804 (custom-enabled-themes): Doc fix.
16805
16806 * cus-theme.el (customize-create-theme)
16807 (custom-theme-merge-theme): Callers to load-theme changed.
16808
bb617717
LMI
168092011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16810
d61bdd5d
LMI
16811 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16812 short URLs have at least one dot in them (bug #7614).
16813
bb617717
LMI
16814 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16815 nil, because using a pty is apparently too slow (bug #895).
16816
2f31f37a
LMI
168172011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16818
16819 * mail/sendmail.el (sendmail-query-once): New function.
16820 (sendmail-query-once-function): New variable.
16821
3076b24e
GM
168222011-06-29 Glenn Morris <rgm@gnu.org>
16823
faf2a174
GM
16824 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16825
3076b24e
GM
16826 * ses.el (top-level): Require cl when compiling.
16827 (ses-set-localvars): Fix error statement.
16828 Call it at compile time to silence a storm of warnings.
16829
5386012d
MR
168302011-06-29 Martin Rudalics <rudalics@gmx.at>
16831
16832 * window.el (normalize-live-buffer): Rename to
16833 window-normalize-buffer.
16834 (normalize-live-frame): Rename to window-normalize-frame.
16835 (normalize-any-window): Rename to window-normalize-any-window.
16836 (normalize-live-window): Rename to window-normalize-live-window.
16837 (make-window-atom): Rename to window-make-atom.
16838 (window-resize-reset): Rename to window--resize-reset.
16839 (window-resize-reset-1): Rename to window--resize-reset-1.
16840 (resize-mini-window): Rename to window--resize-mini-window.
16841 (resize-subwindows-skip-p): Rename to
16842 window--resize-subwindows-skip-p.
16843 (resize-subwindows-normal): Rename to
16844 window--resize-subwindows-normal.
16845 (resize-subwindows): Rename to window--resize-subwindows.
16846 (resize-other-windows): Rename to window--resize-siblings.
16847 (resize-this-window): Rename to window--resize-this-window.
16848 (resize-root-window): Rename to window--resize-root-window.
16849 (resize-root-window-vertically): Rename to
16850 window--resize-root-window-vertically.
16851 (normalize-buffer-to-display): Rename to
16852 window-normalize-buffer-to-display.
16853 (normalize-buffer-to-switch-to): Rename to
16854 window-normalize-buffer-to-switch-to.
16855 Correspondingly update all callers of the functions listed
16856 above.
16857 (display-buffer-alist, display-buffer-normalize-arguments)
16858 (display-buffer-normalize-options, display-buffer)
16859 (display-buffer-alist-set): Use "function" instead of
16860 "fun-with-args".
16861
1176868d
CY
168622011-06-28 Chong Yidong <cyd@stupidchicken.com>
16863
16864 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16865 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16866 debbugs.gnu.org. Mention acknowledgment email.
16867
20a7a65f
LMI
168682011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16869
16870 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16871 buffer multibyteness, since it shouldn't matter.
16872
5f45cca5
MR
168732011-06-28 Martin Rudalics <rudalics@gmx.at>
16874
16875 * window.el (display-buffer-in-side-window): Handle dedicated
16876 windows as in display-buffer-reuse-window.
16877 (display-buffer-normalize-alist): Use value of override
16878 specifier.
16879 (display-buffer-normalize-specifiers): Use value of
16880 other-window-means-other-frame specifier.
16881 (display-buffer-alist): Rewrite some texts in widgets.
16882 (display-buffer): Spread arguments when calling function
16883 specified by fun-with-args.
16884
ad85fe1f
DD
168852011-06-28 Deniz Dogan <deniz@dogan.se>
16886
1fa280a3
LM
16887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16888 Unnest `let'.
da68c4c8 16889
ad85fe1f
DD
16890 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16891 selectors (Bug#5732).
ec49bd31 16892 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 16893
a08cc025
JA
168942011-06-27 Jari Aalto <jari.aalto@cante.net>
16895
16896 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16897 (eshell-ls-date-format): New defcustom.
16898 (eshell-ls-file): Use it.
16899
e2b551c5
SM
169002011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16901
16902 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16903
8982b231
KY
169042011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16905
16906 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16907 (ange-ftp-make-tmp-name): New arg.
16908 (ange-ftp-file-local-copy): Use it.
16909
36c9fa27
J
169102011-06-27 Jambunathan K <kjambunathan@gmail.com>
16911
16912 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16913 no-conversion (Bug#8870).
16914
d68443dc
MR
169152011-06-27 Martin Rudalics <rudalics@gmx.at>
16916
16917 * window.el (window-right, window-left, window-child)
16918 (window-child-count, window-last-child)
16919 (window-iso-combination-p, walk-window-tree-1)
16920 (window-atom-check-1, window-tree-1, delete-window)
16921 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16922 new naming conventions - window-vchild, window-hchild,
16923 window-next and window-prev are now called window-top-child,
16924 window-left-child, window-next-sibling and window-prev-sibling
16925 respectively.
d615d6d2
MR
16926 (resize-window-reset): Rename to window-resize-reset.
16927 (resize-window-reset-1): Rename to window-resize-reset-1.
16928 (resize-window): Rename to window-resize.
16929 (window-min-height, window-min-width)
16930 (resize-mini-window, resize-this-window, resize-root-window)
16931 (resize-root-window-vertically, adjust-window-trailing-edge)
16932 (enlarge-window, shrink-window, maximize-window)
16933 (minimize-window, delete-window, quit-restore-window)
16934 (split-window, balance-windows, balance-windows-area-adjust)
16935 (balance-windows-area, window-state-put-2)
16936 (display-buffer-even-window-sizes, display-buffer-set-height)
16937 (display-buffer-set-width, set-window-text-height)
16938 (fit-window-to-buffer): Rename all "resize-window" prefixed
16939 calls to use the "window-resize" prefix convention.
16940 (display-buffer-alist): Fix symbol for label specifier.
16941 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16942 corresponding specifier.
16943 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 16944
b6458526
VB
169452011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16946
16947 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16948 convention.
16949 (ses-call-printer): Does not pass an empty string to formatter when the
16950 cell is empty to keep from barking printer Calc math-format-value.
16951
d31fd9ac
RS
169522011-06-27 Richard Stallman <rms@gnu.org>
16953
43d5bf84
RS
16954 * battery.el (battery-mode-line-limit): New variable.
16955 (battery-update): Handle it.
16956
d31fd9ac
RS
16957 * mail/rmailmm.el (rmail-mime-process-multipart):
16958 Handle truncated messages.
16959
819a6054
GM
169602011-06-27 Glenn Morris <rgm@gnu.org>
16961
16962 * progmodes/flymake.el (flymake-err-line-patterns):
16963 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16964
cedc73f2
VB
169652011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16966
819a6054 16967 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
16968 (ses--clean-!, ses--clean-_): New functions.
16969 (ses-range): Add configurability of readout order, and conversion
16970 to Calc vector.
16971
5e5d49b6
VB
16972 * ses.el (ses-repair-cell-reference-all): New function.
16973 (ses-cell-symbol): Set macro as safe, so that it can be used in
16974 formulas.
16975
56e6cc31 16976 * ses.el: Update cycle detection algorithm.
90ca8b49 16977 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 16978 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
16979 (ses-set-localvars): New function.
16980 (ses-make-cell): Add property-list as a cell element.
16981 (ses-cell-property-get-fun, ses-cell-property-get)
16982 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
16983 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16984 New functions.
90ca8b49
VB
16985 (ses-cell-property-set, ses-cell-property-pop)
16986 (ses-cell-property-get-handle): New macro.
16987 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16988 New aliases, used for code readability.
16989 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16990 cycle detection.
16991 (ses-self-reference-early-detection): New defcustom.
fac916bf 16992 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
16993 (ses-mode): Use ses-set-localvars.
16994 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16995 before lauching the update processing.
16996 (ses-initialize-Dijkstra-attempt): New function.
16997 (ses-recalculate-cell): Update for cycle detection based on
16998 Dijkstra algorithm.
16999
2bb63e81
VB
17000 * ses.el: Fix commenting and indenting convention.
17001
c9d29fb8
SM
170022011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17003
17004 * bs.el (bs-cycle-next): Complete last change.
17005
d8e4b68b
JB
170062011-06-27 Drew Adams <drew.adams@oracle.com>
17007
17008 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17009
40098786
LMI
170102011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17011
c9d29fb8
SM
17012 * net/network-stream.el (network-stream-open-starttls):
17013 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
17014 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17015
40098786
LMI
17016 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17017 to binary to possibly avoid line encoding issues on Windows (among
17018 other things).
17019
468d09d4
LMI
170202011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17021
17022 * net/network-stream.el (open-network-stream): Return an :error
17023 saying what the problem was, if possible.
17024
17025 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17026 server.
17027
17028 * net/network-stream.el (network-stream-open-starttls): If we
17029 wanted to use STARTTLS, and the server offered it, but we weren't
17030 able to because we had no STARTTLS support, then close the connection.
17031 (open-network-stream): Return an :error element, if present.
17032
16f07dd7
CY
170332011-06-26 Chong Yidong <cyd@stupidchicken.com>
17034
88821ca0
CY
17035 * hl-line.el (hl-line-sticky-flag): Doc fix.
17036 (global-hl-line-sticky-flag): New option (Bug#8323).
17037 (global-hl-line-highlight): Obey it.
17038
16f07dd7
CY
17039 * vc/vc.el (vc-revert-show-diff): Default to t.
17040
6b5ccddf
KM
170412011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17042
c9d29fb8
SM
17043 * allout-widgets.el (allout-widgets-post-command-business):
17044 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
17045 undecorated when an isearch is continued past, and isearch
17046 automatically collapses them. This leads to "widget leaks", where
17047 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
17048 hidden widgets can slow down cursor travel, substantially.
17049 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
17050 so we're doing without this nicety.
17051
17052 (allout-widgets-tally-string): Don't try to do a hash-table-count
17053 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17054 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17055 *Messages* when allout-widgets-maintain-tally is t.
17056
355f2e07
MR
170572011-06-26 Martin Rudalics <rudalics@gmx.at>
17058
17059 * window.el (display-buffer-normalize-argument): Rename to
17060 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
17061 LABEL argument. Respect special-display-function when popping up
17062 a new frame. Fix code searching for a window showing the buffer
17063 on another frame.
c9d29fb8
SM
17064 (display-buffer-normalize-specifiers):
17065 Call display-buffer-normalize-arguments.
355f2e07
MR
17066 (display-buffer-in-window): Don't undedicate the window if its
17067 buffer remains the same.
17068 Reported by Drew Adams <drew.adams@oracle.com>.
17069 (display-buffer-alist): Add choice for same-window macro
17070 specfier.
17071 (display-buffer): Mention special meaning of LABEL argument in
17072 doc-string. Fix quoting. Don't pop up a new frame even as
17073 fallback.
17074
7ca8fc42
JB
170752011-06-26 Juanma Barranquero <lekktu@gmail.com>
17076
17077 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17078 avoid deleting the current window in some cases (bug#8911).
17079
bc312254
AS
170802011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17081
17082 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17083 (Bug#8934)
17084
2db18f3f
LMI
170852011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17086
c9d29fb8
SM
17087 * net/network-stream.el (network-stream-open-starttls):
17088 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
17089 (network-stream-open-tls): Ditto.
17090
6302e0d3
LL
170912011-06-26 Leo Liu <sdl.web@gmail.com>
17092
17093 * register.el (registerv): New struct.
17094 (registerv-make): New function.
c9d29fb8
SM
17095 (jump-to-register, describe-register-1, insert-register):
17096 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
17097 struct. (Bug#8415)
17098
5fdd4046
CY
170992011-06-26 Chong Yidong <cyd@stupidchicken.com>
17100
2afef60a
CY
17101 * vc/vc.el (vc-revert-show-diff): New defcustom.
17102 (vc-diff-internal): New arg specifying diff buffer.
17103 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17104 reuse an existing *vc-diff* buffer (Bug#8927).
17105
5fdd4046
CY
17106 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17107
e93db24a
GM
171082011-06-26 Glenn Morris <rgm@gnu.org>
17109
17110 * progmodes/f90.el (f90-critical-indent): New option.
17111 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17112 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17113 (f90-mode): Doc fix.
17114 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17115 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17116 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17117 (f90-match-end): Handle block, critical.
17118
eefff499
GM
171192011-06-25 Glenn Morris <rgm@gnu.org>
17120
f6ba4cc9
GM
17121 * calendar/diary-lib.el (diary-included-files): Doc fix.
17122 (diary-include-files): New function, extracted from
17123 diary-include-other-diary-files and diary-mark-included-diary-files.
17124 (diary-include-other-diary-files, diary-mark-included-diary-files):
17125 Just call diary-include-files.
17126 (diary-mark-entries): Reset diary-included-files on first call.
17127
16712304
GM
17128 * calendar/diary-lib.el (diary-mark-entries)
17129 (diary-mark-included-diary-files):
17130 Visit included diary-files in temp buffers.
17131
5d8e0d43
GM
17132 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17133 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17134 (f90-start-block-re, f90-imenu-generic-expression)
17135 (f90-looking-at-program-block-start, f90-no-block-limit):
17136 Add support for submodules.
17137
ccf7a5d5
GM
17138 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17139 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 17140
11fdef7d 171412011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
17142
17143 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17144 buffer-file-type before setting its value, to avoid disastrous
eefff499 17145 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 17146
74f53697
JB
171472011-06-25 Juanma Barranquero <lekktu@gmail.com>
17148
17149 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17150
17151 * ses.el (ses-unload-function):
17152 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17153
17154 * proced.el (proced-unload-function):
17155 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17156
18a4ce5e
AR
171572011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17158
17159 * server.el (server-create-window-system-frame): Add parameters arg.
17160 (server-process-filter): Doc fix. Handle frame-parameters.
17161
519d22cc
JB
171622011-06-25 Juanma Barranquero <lekktu@gmail.com>
17163
17164 Fix bug#8730, bug#8781.
17165
17166 * loadhist.el (unload--set-major-mode): New function.
17167 (unload-feature): Use it.
17168
17169 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17170 (python-unload-function): New function.
17171
c206f5b0
SM
171722011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17173
17174 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17175
f9ad64f3
GS
171762011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17177
17178 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17179 the candidates list.
17180
7d0da90e
JB
171812011-06-24 Juanma Barranquero <lekktu@gmail.com>
17182
17183 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17184
14b4e83d
RS
171852011-06-23 Richard Stallman <rms@gnu.org>
17186
17187 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17188 (rmail-variables): Set next-error-move-function.
17189 (rmail-what-message): Take argument POS.
17190 (rmail-next-error-move): New function.
17191
273d2baf
SM
171922011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17195 messages for adjacent non-terminals.
17196
56c2cc9a
RS
171972011-06-23 Richard Stallman <rms@gnu.org>
17198
17199 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 17200 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
17201 (rmail-start-mail): Don't specify use of rmail-mail-return;
17202 that's done by mail-bury now.
17203 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 17204
d59eb518
MA
172052011-06-23 Michael Albinus <michael.albinus@gmx.de>
17206
17207 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17208 SIZE is a number.
17209
02cfc6d6
MR
172102011-06-23 Martin Rudalics <rudalics@gmx.at>
17211
17212 * window.el (get-lru-window, get-mru-window)
17213 (get-largest-window): Never return a minibuffer window.
17214 (display-buffer-pop-up-window): Fix a bug that could lead to
17215 reusing the minibuffer window.
17216 (display-buffer): Pass original specifier argument to
17217 display-buffer-function instead of the normalized one.
17218 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17219
4e323265
LL
172202011-06-22 Leo Liu <sdl.web@gmail.com>
17221
17222 * minibuffer.el (completing-read-function)
1f9f395d 17223 (completing-read-default): Move from minibuf.c.
4e323265 17224
7a70468f
RS
172252011-06-22 Richard Stallman <rms@gnu.org>
17226
50718fc2
RS
17227 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17228 to Rmail even if not started by a special Rmail command.
17229
7a70468f
RS
17230 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17231 Copy the buffer currently showing just one message.
17232
297dde5a
RW
172332011-06-22 Roland Winkler <winkler@gnu.org>
17234
17235 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17236 (bibtex-clean-entry): First delete the old key so that a
17237 customized algorithm for generating the new key does not get
17238 confused by the old key.
17239 (bibtex-url): Obey regexp of first step.
17240 (bibtex-search-entries): Do not use add-to-list with local
17241 list-var.
17242
97bb1093
LMI
172432011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17244
17245 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17246 stored a user name, then query for the password first, instead of
17247 waiting for SMTP to give an error message and the trying again.
17248
1c0f1a19
JD
172492011-06-22 Lawrence Mitchell <wence@gmx.li>
17250
17251 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17252 BUFFER in call-process.
17253
396f7c9d
LMI
172542011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17255
17256 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17257 QUIT twice.
ddb7ffee
LMI
17258 (smtpmail-try-auth-methods): Require user name and password from
17259 auth-source.
396f7c9d 17260
8998d1b3
MR
172612011-06-22 Martin Rudalics <rudalics@gmx.at>
17262
17263 * window.el (display-buffer-default-specifiers)
17264 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17265 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 17266 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
17267
17268 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17269 (special-display-frame-alist, special-display-popup-frame):
17270 Remove duplicate declarations. These are now in window.el.
17271
4ea31e07
LMI
172722011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17273
c9d29fb8
SM
17274 * mail/smtpmail.el (smtpmail-via-smtp):
17275 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
17276 server supports it. SMTP servers that support STARTTLS commonly
17277 require it.
17278
17279 * net/network-stream.el (network-stream-open-starttls): Support
17280 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 17281 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 17282
95f41d9a
LMI
17283 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17284 upgrades with `open-network-stream', and rely solely on
17285 auth-source for all credentials. Big changes throughout the file,
17286 but in particular:
c9d29fb8
SM
17287 (smtpmail-auth-credentials): Remove.
17288 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
17289 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17290 MAIL FROM, too.
95f41d9a 17291
c9d29fb8
SM
17292 * net/network-stream.el (network-stream-open-starttls):
17293 Provide support for client certificates both for external and built-in
4ea31e07
LMI
17294 STARTTLS.
17295 (auth-source): Require.
17296 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
17297 (network-stream-certificate): Change cert-cert to cert and
17298 cert-key to key.
4ea31e07 17299
065ec2c7
MA
173002011-06-21 Michael Albinus <michael.albinus@gmx.de>
17301
17302 * net/tramp-cache.el (top): Don't load the persistency file when
17303 "emacs -Q" has been called.
17304
cd93b359
DR
173052011-06-21 Tim Harper <timcharper@gmail.com>
17306
d8e4b68b
JB
17307 * term/ns-win.el (ns-initialize-window-system):
17308 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
17309 resource to NO as it is not yet supported by the NS port.
17310
ae9c0411
JB
173112011-06-21 Juanma Barranquero <lekktu@gmail.com>
17312
17313 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17314 (list-dynamic-libraries): ...not here.
17315
7f3f739f
LL
173162011-06-21 Leo Liu <sdl.web@gmail.com>
17317
17318 * subr.el (sha1): Implement sha1 using secure-hash.
17319
327c8fb1
MR
173202011-06-21 Martin Rudalics <rudalics@gmx.at>
17321
17322 * window.el (display-buffer-alist): In default value do not
17323 enforce searching a window on any but the selected frame.
17324 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17325 (display-buffer-select-window): Remove function.
17326 (display-buffer-in-window): When a window on another frame gets
17327 reused, do not select it any more but just raise its frame if
17328 necessary (Bug#8851) and (Bug#8856).
17329 (display-buffer-normalize-options): Handle pop-up-frames related
17330 options more faithfully.
17331 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17332 window if it is on another frame.
c9d29fb8
SM
17333 (display-buffer-alist, display-buffer-default-specifiers):
17334 Don't make new frame unsplittable by default.
9e9de014
MR
17335 (display-buffer-normalize-argument): Fix doc-string typo and use
17336 'same-frame-other-window instead of 'other-window when associating
17337 with display-buffer-macro-specifiers.
327c8fb1 17338
7cf3f556
VB
173392011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17340
17341 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17342 New functions.
17343 (5x5-mode-map, 5x5-mode-menu): Bind them.
17344 (5x5-draw-grid): Tweak the solver's rendering.
17345
60a406cf
SM
173462011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17347
17348 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17349 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17350
d8e4b68b 173512011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
17352
17353 * menu-bar.el: Use function variable instead of switch-to-buffer.
17354 (menu-bar-select-buffer-function): New variable.
60a406cf 17355 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 17356
478d6f95
SM
173572011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17358
17359 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17360 variable's status.
17361
ca530739
JD
173622011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17363
17364 * x-dnd.el (x-dnd-version-from-flags)
17365 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17366 and long as number (Bug#8899).
17367 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17368
bcd70d97
SM
173692011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17370
60a406cf 17371 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
17372 (completion-try-completion, completion-all-completions): Compute the
17373 metadata argument if it's missing; make it optional (bug#8795).
17374
60a406cf 17375 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
17376 (widget-complete): Use new :completion-function property.
17377 (widget-completions-at-point): New function.
17378 (default): Use :completion-function instead of :complete.
60a406cf
SM
17379 (widget-default-completions): Rename from widget-default-complete;
17380 Rewrite.
bcd70d97
SM
17381 (widget-string-complete, widget-file-complete, widget-color-complete):
17382 Remove functions.
17383 (file, symbol, function, variable, coding-system, color):
17384 * international/mule-cmds.el (default-input-method, charset)
17385 (language-info-custom-alist):
17386 * cus-edit.el (face): Use new property :completions.
17387
17388 * progmodes/pascal.el (pascal-completions-at-point): New function.
17389 (pascal-mode): Use it.
17390 (pascal-mode-map): Use completion-at-point.
17391 (pascal-toggle-completions): Make obsolete.
17392 (pascal-complete-word, pascal-show-completions):
17393 * progmodes/octave-mod.el (octave-complete-symbol):
17394 Redefine as obsolete alias.
17395 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17396 Signal absence of completion info for old Octave,
17397 (inferior-octave-complete): Redefine as obsolete alias.
17398 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17399 (meta-completions-at-point): Rename from meta-complete-symbol and
17400 adapt it for use on completion-at-point-functions.
17401 (meta-common-mode): Use it.
17402 (meta-looking-at-backward, meta-match-buffer): Remove.
17403 (meta-complete-symbol): Redefine as obsolete alias.
17404 (meta-common-mode-map): Use completion-at-point.
17405 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17406 (makefile-mode-map): Use completion-at-point.
17407 (makefile-completions-at-point): Rename from makefile-complete and
17408 adapt it for use on completion-at-point-functions.
17409 (makefile-mode): Use it.
17410 (makefile-complete): Redefine as obsolete alias.
17411
aebf69c8
DD
174122011-06-20 Deniz Dogan <deniz@dogan.se>
17413
17414 * net/rcirc.el: Delete trailing whitespaces once and for all.
17415
bfbbb27d
DC
174162011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17417
17418 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17419
d264a46b
CY
174202011-06-19 Chong Yidong <cyd@stupidchicken.com>
17421
4ca009e5
CY
17422 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17423
d264a46b
CY
17424 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17425
fbf5b3ce
MR
174262011-06-19 Martin Rudalics <rudalics@gmx.at>
17427
17428 * window.el (display-buffer-other-window-means-other-frame):
17429 Call display-buffer-normalize-alist.
17430 (display-buffer-normalize-specifiers-1): Rename to
17431 display-buffer-normalize-argument. New argument other-frame.
17432 Rewrite.
17433 (display-buffer-normalize-specifiers-2): Rename to
17434 display-buffer-normalize-options.
17435 (display-buffer-normalize-alist-1): New function.
17436 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
17437 display-buffer-normalize-alist.
17438 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
17439 (display-buffer-normalize-options-inhibit): New variable.
17440 (display-buffer-normalize-specifiers): Rewrite calling
17441 display-buffer-normalize-alist,
17442 display-buffer-normalize-argument, and
17443 display-buffer-normalize-options. Don't call the latter if
17444 display-buffer-normalize-options-inhibit is non-nil.
17445 (frame-auto-delete): New option.
17446 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
17447 (window-list-no-nils, window-state-ignored-parameters)
17448 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
17449 (window-state-put-1, window-state-put-2, window-state-put):
17450 New functions.
9a028c23
MR
17451 (display-buffer-normalize-options): Move special-display-p group
17452 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 17453
6d10d800
CY
174542011-06-18 Chong Yidong <cyd@stupidchicken.com>
17455
6420d28b
CY
17456 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17457 groups (Bug#8776).
17458 (rx-submatch-n): New function.
17459 (rx): Document it.
17460
ddb8b596
CY
17461 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17462 (Bug#8768).
17463
17464 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17465
77080289
CY
17466 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17467
61dfb316
CY
17468 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17469 anytime existing face settings are present (Bug#8889).
17470
6d10d800
CY
17471 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17472 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17473 Remove unused argument.
17474
be3fb2b8
MR
174752011-06-18 Martin Rudalics <rudalics@gmx.at>
17476
bcd70d97
SM
17477 * window.el (display-buffer-default-specifiers):
17478 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
17479 pop-up-window-min-width, and another reuse-window specifier
17480 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
17481 (display-buffer-normalize-specifiers-2):
17482 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
17483 pop-up-windows is unset. Add a reuse-window specifier for the
17484 case popping up a new window fails.
17485 (special-display-popup-frame): Remove double quoting.
28dec25a 17486 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 17487
1c6d8c76
SM
174882011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17489
17490 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17491 according to comint-completion-addsuffix.
17492
17493 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17494 (pcomplete-suffix-list): Mark as obsolete.
17495 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17496 pcomplete-seen in the closure.
17497 (pcomplete-comint-setup): Setup completion-at-point as well.
17498 (pcomplete--entries): New function.
17499 (pcomplete--env-regexp): New var.
17500 (pcomplete-entries): Rewrite to work with partial-completion and
17501 without relying on pcomplete-suffix-list.
17502 (pcomplete-pare-list): Remove, unused.
17503
25aef8b8
MR
175042011-06-17 Martin Rudalics <rudalics@gmx.at>
17505
17506 * window.el (display-buffer-alist): Set pop-up-window-min-height
17507 and pop-up-window-min-width in default value. Reported by
17508 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17509 other-window-means-other-frame.
17510 (display-buffer-macro-specifiers): Comment out entry for
17511 other-window specifier.
17512 (display-buffer-other-window-means-other-frame): New function.
17513 (display-buffer-normalize-specifiers-1): New arguments
17514 buffer-name and label. Treat other-window case specially.
17515 (display-buffer-normalize-specifiers-2): Treat other-window case
17516 specially.
17517 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
17518 (display-buffer-normalize-specifiers):
17519 Call display-buffer-normalize-specifiers-3.
25aef8b8 17520
dbad4f69
MR
175212011-06-17 Martin Rudalics <rudalics@gmx.at>
17522
17523 * window.el (same-window-p): Fix two typos introduced when
17524 adding with-no-warnings.
d1067961
MR
17525 (display-buffer-normalize-specifiers-1): Don't check
17526 pop-up-frames for 'unset initialization.
17527 (display-buffer-normalize-specifiers-2): Major rewrite using
17528 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17529 (pop-up-frames, display-buffer-reuse-frames)
17530 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17531 Suggested by David Engster <deng@randomsample.de>.
17532 (even-window-heights): Initialize to 'unset.
17533 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
17534 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17535 other window case.
dbad4f69 17536
9b9c9e3a
MR
175372011-06-16 Martin Rudalics <rudalics@gmx.at>
17538
bcd70d97
SM
17539 * window.el (display-buffer-normalize-specifiers-1):
17540 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 17541 second argument of display-buffer (Bug#8865).
981d5c09
MR
17542 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17543 (switch-to-buffer-other-window-same-frame)
17544 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17545 Adams (Bug#8875).
9c2755e9
MR
17546 (display-buffer): Don't check noninteractive when calling
17547 display-buffer-pop-up-frame.
17548 (display-buffer-pop-up-frame): Never pop up a frame in
17549 noninteractive mode (Bug#8857).
67222e1d
MR
17550 (enlarge-window, shrink-window): Don't report an error when the
17551 window can't be resized as requested (Bug#8862).
9b9c9e3a 17552
2b75be67
SM
175532011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17554
9ffdd3ba
SM
17555 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17556
cb581a67
SM
17557 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17558
2b75be67
SM
17559 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17560
8c0e3589
AM
175612011-06-15 Alan Mackenzie <acm@muc.de>
17562
cb581a67
SM
17563 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17564 for declarators, disable knr checking to speed up for normal files.
17565 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 17566
b96e6cde
LMI
175672011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17568
4bba86e6
LMI
17569 * net/network-stream.el (open-network-stream): Add the keyword
17570 :always-query-capabilities for the case where you want to force a
17571 `plain' network connection, but the protocol still requires the
17572 capabilitiy command (i.e., SMTP and EHLO).
17573
2b75be67 17574 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
17575 consistency with other `-live-p' functions.
17576
efdcdbf8
SM
175772011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17578
17579 * window.el (same-window-buffer-names, same-window-regexps)
17580 (special-display-frame-alist, special-display-popup-frame)
17581 (special-display-function, special-display-buffer-names)
17582 (special-display-regexps, pop-up-frame-alist)
17583 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17584 (pop-up-windows, split-window-preferred-function)
17585 (split-height-threshold, split-width-threshold, even-window-heights)
17586 (display-buffer-mark-dedicated): Don't encourage the use of
17587 display-buffer-alist from Elisp code.
17588
c5cde042
DN
175892011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17590
17591 * progmodes/python.el (python-mode): Derive from prog-mode.
17592 * progmodes/ps-mode.el (ps-mode):
17593 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 17594 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
17595 * progmodes/ld-script.el (ld-script-mode): Likewise.
17596
baa1c9ab
MR
175972011-06-15 Martin Rudalics <rudalics@gmx.at>
17598
17599 * window.el (display-buffer-alist): Trim default value to avoid
17600 popping up a new frame (Bug#8857) or reusing an arbitrary window
17601 on another frame.
17602 (display-buffer): Do not fall back on popping up a new frame in
17603 batch mode (Bug#8857).
17604
c5dd5a51
CY
176052011-06-14 Chong Yidong <cyd@stupidchicken.com>
17606
17607 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17608 (custom-theme-summary): New function.
17609 (customize-themes): Use it.
17610
d647b7c4
GM
176112011-06-13 Glenn Morris <rgm@gnu.org>
17612
17613 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17614
9481c002
MR
176152011-06-13 Martin Rudalics <rudalics@gmx.at>
17616
357f93d2
MR
17617 * help.el (help-window): Remove variable.
17618 (help-window-point-marker, temp-buffer-max-height)
17619 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17620 (help-print-return-message): Don't set help-window.
17621 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17622 (help-window-setup-finish): Remove.
17623 (help-window-display-message, help-window-setup)
17624 (with-help-window): Major rewrite based on new
17625 display-buffer-window variable.
17626
17627 * help-mode.el (help-mode-finish): Remove help-window related
17628 code.
17629
17630 * view.el (view-exits-all-viewing-windows): Remove reference to
17631 view-return-to-alist in doc-string.
17632 (view-return-to-alist): Make obsolete.
17633 (view-buffer): Call pop-to-buffer-same-window and remove
17634 undo-window code.
17635 (view-buffer-other-window): Call pop-to-buffer-other-window and
17636 simplify code. Ignore second argument.
17637 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17638 simplify code. Ignore second argument.
17639 (view-return-to-alist-update): Make obsolete.
17640 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17641 Rewrite using quit-restore window parameters.
2b75be67
SM
17642 (view-mode-exit): Rename second argument to EXIT-ONLY.
17643 Rewrite using quit-restore-window.
357f93d2
MR
17644 (View-exit, View-exit-and-edit, View-leave, View-quit)
17645 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17646 appropriate arguments.
17647 (view-end-message): Use quit-restore window parameter.
17648
9481c002
MR
17649 * window.el (display-buffer-function): Rewrite doc-string.
17650 (display-buffer-window, display-buffer-alist): New variables.
17651 (display-buffer-split-specifiers)
17652 (display-buffer-side-specifiers)
17653 (display-buffer-macro-specifiers): New constants.
17654 (display-buffer-even-window-sizes, display-buffer-set-height)
17655 (display-buffer-set-width, display-buffer-select-window)
17656 (display-buffer-in-window, display-buffer-reuse-window)
17657 (display-buffer-split-window-1, display-buffer-split-window)
17658 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17659 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17660 (display-buffer-in-side-window, normalize-buffer-to-display)
17661 (display-buffer-normalize-specifiers-1)
17662 (display-buffer-normalize-specifiers-2)
2b75be67
SM
17663 (display-buffer-normalize-specifiers, display-buffer-frame):
17664 New functions.
9481c002
MR
17665 (display-buffer): Major rewrite.
17666 (display-buffer-other-window, display-buffer-other-frame)
17667 (pop-to-buffer, switch-to-buffer-other-window)
17668 (switch-to-buffer-other-frame): Rewrite.
17669 (display-buffer-same-window, display-buffer-same-frame)
17670 (display-buffer-same-frame-other-window)
17671 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17672 (pop-to-buffer-other-window)
17673 (pop-to-buffer-same-frame-other-window)
17674 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17675 (switch-to-buffer-other-window-same-frame): New functions.
17676 (same-window-p, special-display-p): Rewrite disabling warnings.
17677 Make obsolete.
17678 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17679 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17680 Make obsolete
17681 (same-window-buffer-names, same-window-regexps)
17682 (special-display-frame-alist, special-display-popup-frame)
17683 (special-display-function, special-display-buffer-names)
17684 (special-display-regexps, pop-up-frame-alist)
17685 (pop-up-frame-function, split-window-preferred-function)
17686 (split-height-threshold, split-width-threshold)
17687 (even-window-heights): Make obsolete.
17688
9db51aca
GM
176892011-06-12 Glenn Morris <rgm@gnu.org>
17690
17691 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 17692 Misc simplifications.
9db51aca 17693
39cffb44
MR
176942011-06-12 Martin Rudalics <rudalics@gmx.at>
17695
17696 * window.el (window-safely-shrinkable-p): Restore function which
17697 was inadvertently removed in change from 2011-06-11. Declare as
17698 obsolete.
17699
2b75be67
SM
17700 * calendar/calendar.el (calendar-generate-window):
17701 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
17702 window-safely-shrinkable-p.
17703
a8955be7
GM
177042011-06-12 Glenn Morris <rgm@gnu.org>
17705
17706 * progmodes/fortran.el (fortran-mode-syntax-table):
17707 * progmodes/f90.el (f90-mode-syntax-table):
17708 Set % to punctuation. (Bug#8820)
17709 (f90-find-tag-default): Remove, no longer needed.
17710
f0d4059d
DC
177112011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17712
17713 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17714
1100a63c
CY
177152011-06-11 Chong Yidong <cyd@stupidchicken.com>
17716
17717 * image.el (image-animated-p): Return animation delay in seconds.
17718 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17719 (image-animate-timeout): Remove DELAY argument. Don't assume
17720 every subimage has the same delay; get it from image-animated-p.
17721 (image-animate): Caller changed.
17722
def722bf
MA
177232011-06-11 Michael Albinus <michael.albinus@gmx.de>
17724
17725 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17726 to ignored backtrace functions.
17727
0a2bb1a9
GM
177282011-06-11 Glenn Morris <rgm@gnu.org>
17729
17730 * calendar/appt.el (appt-disp-window-function): Doc fix.
17731 (appt-check): Handle overlapping appointments. (Bug#8337)
17732
6198ccd0
MR
177332011-06-11 Martin Rudalics <rudalics@gmx.at>
17734
17735 * window.el (window-tree-1, window-tree): New functions, moving
17736 the latter to window.el.
17737 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17738 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17739 (bw-refresh-edges): Remove.
17740 (balance-windows-1, balance-windows-2): New functions.
17741 (balance-windows): Rewrite in terms of window tree functions,
17742 balance-windows-1 and balance-windows-2.
17743 (bw-adjust-window): Remove.
17744 (balance-windows-area-adjust): New function with functionality of
17745 bw-adjust-window but using resize-window.
2b75be67
SM
17746 (set-window-text-height): Rewrite doc-string.
17747 Use normalize-live-window and resize-window.
17748 (enlarge-window-horizontally, shrink-window-horizontally):
17749 Rename argument to DELTA.
6198ccd0
MR
17750 (window-buffer-height): New function.
17751 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17752 Rewrite using new window resize routines.
2b75be67
SM
17753 (kill-buffer-and-window, mouse-autoselect-window-select):
17754 Use ignore-errors instead of condition-case.
6198ccd0
MR
17755 (quit-window): Call delete-frame instead of delete-windows-on
17756 for the only buffer on frame.
17757
9397e56f
MR
177582011-06-10 Martin Rudalics <rudalics@gmx.at>
17759
17760 * loadup.el (top-level): Load window before files for the sake
17761 of replace-buffer-in-windows.
17762
17763 * files.el (read-buffer-to-switch)
17764 (switch-to-buffer-other-window)
2b75be67
SM
17765 (switch-to-buffer-other-frame, display-buffer-other-frame):
17766 Move to window.el.
9397e56f
MR
17767
17768 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17769 (previous-buffer): Move to window.el.
17770
17771 * bindings.el (unbury-buffer): Move to window.el.
17772
17773 * window.el (delete-other-windows-vertically): Move after
17774 definition of delete-other-windows.
17775 (other-window, delete-windows-on, replace-buffer-in-windows):
17776 Move here from window.c.
17777 (record-window-buffer, unrecord-window-buffer)
17778 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17779 (switch-to-next-buffer): New functions.
17780 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17781 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
17782 (previous-buffer): Move here from simple.el.
17783 Call switch-to-prev-buffer.
9397e56f
MR
17784 (bury-buffer): Move here from buffer.c. Switch to previous
17785 buffer when window cannot be deleted.
17786 (unbury-buffer): Move here from bindings.el.
17787 (ctl-x-map): Move binding for other-window from window.c to
17788 here.
17789 (read-buffer-to-switch, switch-to-buffer-other-window)
17790 (switch-to-buffer-other-frame): Move here from files.el.
17791 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
17792 (switch-to-buffer): Move here from buffer.c.
17793 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 17794
562dd5e9
MR
177952011-06-10 Martin Rudalics <rudalics@gmx.at>
17796
17797 * window.el (window-min-height, window-min-width): Move here
17798 from window.c. Add defcustoms and rewrite doc-strings.
17799 (resize-mini-window, resize-window): New functions.
17800 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17801 Move here from window.c.
17802 (maximize-window, minimize-window): New functions.
17803 (delete-window, delete-other-windows, split-window): Move here
17804 from window.c.
17805 (window-split-min-size): New function.
17806 (split-window-keep-point): Mention split-window-above-each-other
17807 instead of split-window-vertically.
2b75be67 17808 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
17809 Rename split-window-vertically to split-window-above-each-other
17810 and provide defalias for old definition.
17811 (split-window-side-by-side, split-window-horizontally):
17812 Rename split-window-horizontally to split-window-side-by-side
17813 and provide defalias for the old definition.
562dd5e9
MR
17814 (ctl-x-map): Move bindings for delete-window,
17815 delete-other-windows and enlarge-window here from window.c.
17816 Replace bindings for split-window-vertically and
17817 split-window-horizontally by bindings for
17818 split-window-above-each-other and split-window-side-by-side.
17819
17820 * cus-start.el (all): Remove entries for window-min-height and
17821 window-min-width. Add entries for window-splits and
17822 window-nest.
17823
f0da764a
GM
178242011-06-09 Glenn Morris <rgm@gnu.org>
17825
80675c21
GM
17826 * calendar/appt.el (appt-mode-line): New function.
17827 (appt-check, appt-disp-window): Use it.
17828
f0da764a
GM
17829 * files.el (hack-one-local-variable-eval-safep):
17830 Allow minor-modes with explicit +/-1 arguments.
17831
59f623b7
TZ
178322011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17833
17834 * term/xterm.el (xterm): Add defgroup.
17835 (xterm-extra-capabilities): Add defcustom to supply known xterm
17836 capabilities, skip querying them, or query them (default).
17837 (terminal-init-xterm): Use it.
17838 (terminal-init-xterm-modify-other-keys): New function to set up
17839 modifyOtherKeys support to simplify `terminal-init-xterm'.
17840
9aab8e0d
MR
178412011-06-09 Martin Rudalics <rudalics@gmx.at>
17842
17843 * window.el (resize-window-reset, resize-window-reset-1)
17844 (resize-subwindows-skip-p, resize-subwindows-normal)
17845 (resize-subwindows, resize-other-windows, resize-this-window)
17846 (resize-root-window, resize-root-window-vertically)
17847 (window-deletable-p, window-or-subwindow-p)
17848 (frame-root-window-p): New functions.
17849
e8b08aee
GM
178502011-06-09 Glenn Morris <rgm@gnu.org>
17851
17852 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17853 (ange-ftp-get-files): Use it.
17854
254c37a5
AK
178552011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17856
17857 * mail/sendmail.el (mail-recover-1, mail-recover):
17858 * files.el (recover-file, recover-session):
17859 Handle dired-listing-switches not being just a single short option.
17860
35d7dbd3
GM
178612011-06-09 Glenn Morris <rgm@gnu.org>
17862
17863 * calendar/appt.el (appt-display-message, appt-disp-window):
17864 Handle lists of appointments.
17865
387522b2
MR
178662011-06-08 Martin Rudalics <rudalics@gmx.at>
17867
2b75be67
SM
17868 * window.el (one-window-p): Move down in code.
17869 Rewrite doc-string.
17870 (window-current-scroll-bars): Rewrite doc-string.
17871 Normalize live window argument.
387522b2
MR
17872 (walk-windows, get-window-with-predicate, count-windows):
17873 Rewrite doc-string. Use window-list-1.
17874 (window-in-direction-2, window-in-direction, get-mru-window):
17875 New functions.
17876
d8e4b68b 178772011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
17878
17879 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17880 Doc fix (Bug#8713).
17881
178822011-06-08 Chong Yidong <cyd@stupidchicken.com>
17883
17884 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17885
178862011-06-08 Juanma Barranquero <lekktu@gmail.com>
17887
17888 * loadhist.el (unload-feature-special-hooks):
17889 Add `comint-output-filter-functions'.
17890
0de12c52
IK
178912011-06-08 Ivan Kanis <gnu@kanis.fr>
17892
17893 * calendar/appt.el (appt-check): Move some initializations into the let.
17894
f3d1777e
MR
178952011-06-08 Martin Rudalics <rudalics@gmx.at>
17896
17897 * window.el (window-height): Defalias to window-total-height.
17898 (window-width): Defalias to window-body-width.
17899
18af70d0
CY
179002011-06-07 Chong Yidong <cyd@stupidchicken.com>
17901
17902 * image-mode.el (image-toggle-animation): New command.
17903 (image-mode-map): Bind it to RET.
17904 (image-mode): Update message.
17905 (image-toggle-display-image): Avoid a spurious cache flush.
17906 (image-transform-rotation): Doc fix.
17907 (image-transform-properties): Return quickly in the normal case.
17908 (image-animate-loop): Rename from image-animate-max-time.
17909
2b75be67 17910 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
17911 (create-animated-image): Remove unnecessary function.
17912 (image-animate): Rename from image-animate-start. New arg.
2b75be67 17913 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
17914 (image-animate-timer): Use car-safe.
17915 (image-animate-timeout): Rename argument.
17916
190b47e6
MR
179172011-06-07 Martin Rudalics <rudalics@gmx.at>
17918
17919 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
17920 window.c. Rename first argument to ALL-FRAMES.
17921 Rephrase doc-strings.
17922 (get-buffer-window-list): Rewrite using window-list-1.
17923 Rephrase doc-string.
a1511caf
MR
17924 (window-safe-min-height, window-safe-min-width): New constants.
17925 (window-size-ignore, window-min-size, window-min-size-1)
17926 (window-sizable, window-sizable-p, window-size-fixed-1)
17927 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17928 (window-max-delta-1, window-max-delta, window-resizable)
17929 (window-resizable-p, window-total-height, window-total-width)
17930 (window-body-width): New functions.
17931 (window-full-height-p, window-full-width-p): Rewrite using
17932 window-total-size.
17933 (window-body-height): Rewrite using window-body-size.
190b47e6 17934
85cc1f11
MR
179352011-06-06 Martin Rudalics <rudalics@gmx.at>
17936
17937 * window.el (window-right, window-left, window-child)
17938 (window-child-count, window-last-child, window-any-p)
17939 (normalize-live-buffer, normalize-live-frame)
17940 (normalize-any-window, normalize-live-window)
17941 (window-iso-combination-p, window-iso-combined-p)
17942 (window-iso-combinations)
17943 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17944 (windows-with-parameter, window-with-parameter)
17945 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
17946 (window-atom-check, window-side-check, window-check):
17947 New functions.
85cc1f11
MR
17948 (ignore-window-parameters, window-sides, window-sides-vertical)
17949 (window-sides-slots): New variables.
17950 (window-size-fixed): Move down in code. Minor doc-string fix.
17951
e7156492
AS
179522011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17953
17954 * comint.el (comint-dynamic-complete-as-filename)
17955 (comint-dynamic-complete-filename): Correctly call
17956 completion-in-region.
17957
7e821d0d
DD
179582011-06-05 Deniz Dogan <deniz@dogan.se>
17959
17960 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17961 in last change.
17962
ac09b8a1
DD
179632011-06-05 Deniz Dogan <deniz@dogan.se>
17964
17965 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17966 (rcirc): Use it to prompt for encryption.
17967
34699b85
RW
179682011-06-05 Roland Winkler <winkler@gnu.org>
17969
17970 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17971 (bibtex-search-entries): New command bound to C-c C-a.
17972 (bibtex-display-entries): New function.
17973
004dedd3
RW
179742011-06-05 Roland Winkler <winkler@gnu.org>
17975
17976 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17977 (bibtex-insert-kill): After yanking insert newline if necessary.
17978 (bibtex-initialize): Call bibtex-string-files-init only once.
17979 (bibtex-mode): Do not call easy-menu-add.
17980 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17981 (bibtex-yank): Set arg properly if nil.
17982
022fe7ce
RW
179832011-06-05 Roland Winkler <winkler@gnu.org>
17984
2b75be67
SM
17985 * textmodes/bibtex.el (bibtex-search-entry-globally):
17986 New variable.
022fe7ce
RW
17987 (bibtex-search-entry): Use it.
17988
b7c3692a
RW
179892011-06-05 Roland Winkler <winkler@gnu.org>
17990
17991 * textmodes/bibtex.el (bibtex-entry-format): New option
17992 sort-fields.
17993 (bibtex-format-entry, bibtex-reformat): Honor this option.
17994 (bibtex-parse-entry): Return fields in proper order.
17995
8eda563d
JB
179962011-06-05 Juanma Barranquero <lekktu@gmail.com>
17997
17998 * doc-view.el (doc-view-remove-if): Move computation of result out
17999 of `dolist' to silence misleading lexical-binding warning.
18000
7dbe3dbc
CY
180012011-06-04 Chong Yidong <cyd@stupidchicken.com>
18002
18003 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18004 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18005
0c33dd17
MA
180062011-06-04 Michael Albinus <michael.albinus@gmx.de>
18007
18008 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18009 "SunOS 5.10".
18010
f8f91c2b
MA
180112011-06-04 Michael Albinus <michael.albinus@gmx.de>
18012
18013 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18014 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18015 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18016 (tramp-parse-putty):
18017 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18018 (tramp-completion-function-alist-ssh)
18019 (tramp-completion-function-alist-telnet)
18020 (tramp-completion-function-alist-su)
18021 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18022 cookie.
18023
18024 * net/tramp-ftp.el:
18025 * net/tramp-sh.el:
18026 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18027 load "tramp.el" `tramp-set-completion-function'.
18028
e17d9003
SM
180292011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 * shell.el: Require and use pcomplete.
18032 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18033 (shell-completion-vars): Set pcomplete-default-completion-function.
18034
6c4cab03
DD
180352011-06-04 Deniz Dogan <deniz@dogan.se>
18036
18037 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18038 `memq' (Bug#8799).
18039
ea9fafe0
SM
180402011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18041
18042 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18043
b3e945d3
JB
180442011-06-02 Juanma Barranquero <lekktu@gmail.com>
18045
18046 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18047 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18048 * vc/log-view.el (log-view-beginning-of-defun):
18049 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18050 (smerge-refine-forward, smerge-refine-chopup-region):
18051 Silence warning for unused `dotimes' counter variables.
18052
7d520089
SM
180532011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18054
18055 * net/tramp.el (tramp-with-progress-reporter): Rename from
18056 with-progress-reporter. Use `declare'.
18057 * net/tramp-smb.el:
18058 * net/tramp-sh.el:
18059 * net/tramp-gvfs.el: Update all uses.
18060
a1c2400f
JB
180612011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18062
18063 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18064 buffer isn't killed before making it current.
18065
2403c841
SM
180662011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 Silence various byte-compiler warnings.
18069 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18070 `access-type' and new obsolescence format.
18071 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18072 new format.
18073 (byte-compile-check-variable): New `access-type' argument.
18074 Only warn if the access-type is obsolete.
18075 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18076 (byte-compile-variable-set): Adjust callers.
18077 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18078 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18079 setting it as obsolete.
18080 * simple.el (minibuffer-completing-symbol):
18081 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18082 access as obsolete.
18083 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18084 obsolete yet.
18085 * international/quail.el (quail-mouse-choose-completion): Remove unused
18086 code referring to obsolete var.
18087 (quail-choose-completion-string): Remove.
18088 * server.el (server-clients-with, server-kill-buffer-query-function)
18089 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18090 * proced.el (proced-send-signal):
18091 * emacs-lisp/lisp.el (lisp-complete-symbol):
18092 Replace completion-annotate-function with completion-extra-properties.
18093
2462470b
SM
180942011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18095
fb5b2591
SM
18096 * simple.el (goto-line): Use read-number.
18097 (overriding-map-is-bound): Remove.
18098 (saved-overriding-map): Change default.
18099 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18100 Take the map as argument.
18101 (universal-argument, negative-argument, digit-argument): Use it.
18102 (restore-overriding-map): Adjust.
18103 (do-auto-fill): Use fill-forward-paragraph.
18104 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18105
fd6fa53f
SM
18106 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18107 (minibuffer-inactive-mode): New major mode.
18108 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18109 the *Messages* buffer" hack.
18110 (mouse-popup-menubar): Don't burp if the event is a normal key.
18111
2462470b
SM
18112 Miscellaneous tweaks.
18113 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18114 lexical scoping as in subr.el's dolist and dotimes.
18115 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18116 Silence compiler warning.
18117 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18118 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18119 * international/ccl.el (ccl-compile): Trivial simplification.
18120 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18121 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18122 `printflag' argument.
18123 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18124 Purecopy the whole obsolescence data.
18125
108bf785
LL
181262011-06-01 Leo Liu <sdl.web@gmail.com>
18127
18128 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18129 improve doc-string as suggested by Marco Pessotto
18130 <melmothx@gmail.com>.
18131 (rcirc-print): Fix last change.
18132
30a23501
SM
181332011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18134
18135 * minibuffer.el (complete-with-action): Return nil for the metadata and
18136 boundaries of non-functional tables.
18137 (completion-table-dynamic): Return nil for the metadata.
18138 (completion-table-with-terminator): Add default case, using
18139 complete-with-action.
18140 (completion--metadata): New function.
18141 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18142 to try and avoid pathological performance problems.
18143 (completion--embedded-envvar-table): Return `category' metadata.
18144
bcd54f83
LMI
181452011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18146
18147 * subr.el (process-alive-p): New tiny convenience function.
18148
e227544d
SM
181492011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18150
18151 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18152 content but also its previous major mode.
18153
e8296fdc
HE
181542011-05-31 Helmut Eller <eller.helmut@gmail.com>
18155
4d61f28d 18156 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
18157 *Backtrace* buffer when we exit with C-M-c.
18158
620c53a6
SM
181592011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18160
18161 * minibuffer.el: Add metadata method to completion tables.
18162 (completion-category-overrides): New defcustom.
18163 (completion-metadata, completion--field-metadata)
18164 (completion-metadata-get, completion--styles)
18165 (completion--cycle-threshold): New functions.
18166 (completion-try-completion, completion-all-completions):
18167 Add `metadata' argument to choose completion-styles.
18168 (completion--do-completion): Use metadata to choose cycling.
18169 (completion-all-sorted-completions): Use metadata for sorting.
18170 Remove :completion-cycle-penalty which is not needed any more.
18171 (completion--try-word-completion): Add `metadata' argument.
18172 (minibuffer-completion-help): Check metadata for annotation function
18173 and sorting.
18174 (completion-file-name-table): Return `category' metadata.
18175 (minibuffer-completing-file-name): Make obsolete.
18176 * simple.el (minibuffer-completing-symbol): Make obsolete.
18177 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18178 completion-try-completion.
18179
1257e755
SM
181802011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18183
3767e706
LL
181842011-05-30 Leo Liu <sdl.web@gmail.com>
18185
18186 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
18187 (rcirc-print): Decode all incoming messages (bug#8744).
18188 (rcirc-decode-coding-system): Allow value nil for automatic coding
18189 system detection.
3767e706 18190
d1a5d56a
GM
181912011-06-01 Glenn Morris <rgm@gnu.org>
18192
18193 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18194
e8cbec34
CY
181952011-05-29 Chong Yidong <cyd@stupidchicken.com>
18196
18197 * image.el (image-animate-max-time): Allow nil and t values.
18198 Default to nil.
18199 (create-animated-image): Doc fix.
18200 (image-animate-start): Remove second arg; just use
18201 image-animate-max-time.
18202 (image-animate-timeout): Doc fix. Args changed.
18203
18204 * image-mode.el (image-toggle-display-image): Ensure that the
18205 image spec passed to the animate timer is the same object as in
58179cce 18206 the buffer's display property (Bug#6981).
e8cbec34
CY
18207 (image-transform-properties): Doc fix.
18208
18209 * image.el (image-animate-max-time): Default to nil.
18210
159daf87
MR
182112011-05-29 Martin Rudalics <rudalics@gmx.at>
18212
18213 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18214 entire buffer list (Bug#8184).
18215
d66c4c7c
CY
182162011-05-29 Chong Yidong <cyd@stupidchicken.com>
18217
18218 * image.el (imagemagick-types-inhibit)
18219 (imagemagick-register-types): Doc fix.
18220
80aec780
DD
182212011-05-29 Deniz Dogan <deniz@dogan.se>
18222
18223 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18224 default.
18225
1dd3c2d9
CY
182262011-05-29 Chong Yidong <cyd@stupidchicken.com>
18227
18228 * select.el: Don't perform clipboard-manager saving in hooks;
18229 leave the hooks empty.
18230
60e56523
LL
182312011-05-28 Leo Liu <sdl.web@gmail.com>
18232
18233 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18234 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18235 (occur-edit-mode): New major mode (Bug#8463).
18236 (occur-after-change-function): New function.
18237 (occur-engine): Give Occur tags a read-only property.
18238
2b1e1a22
KR
182392011-05-28 Kevin Ryde <user42@zip.com.au>
18240
18241 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18242
5d344e88
CY
182432011-05-28 Chong Yidong <cyd@stupidchicken.com>
18244
8e6ca83d
CY
18245 * bindings.el (help-echo): Make the initial non-indicator dash
18246 empty on graphical terminals (Bug#7295).
18247
5d344e88
CY
18248 * files.el (auto-mode-alist): Move config rule after the
18249 in-stripping one (Bug#8547).
18250
bfbbace7
CY
18251 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18252
fbeba6e2
CY
18253 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18254 setting (Bug#8740).
18255
60ed8c72
AA
182562011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18257
4ac619f0
AA
18258 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18259 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18260 (Bug#8539).
60ed8c72 18261
23db196e
CY
182622011-05-28 Chong Yidong <cyd@stupidchicken.com>
18263
18264 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18265
5012f24c
DK
182662011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18267
18268 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18269 (hs-hide-block-at-point, hs-find-block-beginning)
18270 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18271 (Bug#8279).
18272
6a639b16
GM
182732011-05-28 Glenn Morris <rgm@gnu.org>
18274
18275 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18276
d43eaf2c
CY
182772011-05-28 Chong Yidong <cyd@stupidchicken.com>
18278
5199bde1
CY
18279 * help-fns.el (describe-function-1): If the function is a derived
18280 major mode, print the parent mode.
18281
d43eaf2c
CY
18282 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18283 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18284
423428a8
SM
182852011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18286
0ff8e1ba 18287 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 18288 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
18289 * progmodes/etags.el (tags-completion-at-point-function):
18290 * info-look.el (info-lookup-completions-at-point): Mark as
18291 non-exclusive.
18292 (info-complete): Adjust accordingly.
18293
423428a8
SM
18294 * info-look.el: Convert to lexical-binding and completion-at-point.
18295 (info-lookup-completions-at-point): New function.
18296 (info-complete): Use it and completion-in-region.
18297
b74aa22b
DA
182982011-05-28 Drew Adams <drew.adams@oracle.com>
18299
18300 * isearch.el: Let M-e start with point at the first mismatched char.
18301 (isearch-fail-pos): New function.
18302 (isearch-edit-string): Use it.
18303
66e2e71d
DK
183042011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18305
18306 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18307
b1890b0f 183082011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
18309
18310 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18311 traversal functions for avl-trees.
18312 (avl-tree--stack): New struct.
18313 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18314 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
18315 (avl-tree--do-enter): Add optional `updatefun' arg.
18316 Change return value.
eb95d01d 18317 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
18318 (avl-tree--do-delete): Add `test' and `nilflag' args.
18319 Change return value.
eb95d01d
TC
18320 (avl-tree-member): Add optional `nilflag'
18321 (avl-tree-member-p): New function.
18322 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18323 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18324 (avl-tree-stack-empty-p): New functions.
18325
3769ddcf
TC
18326 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18327 avl-tree--del-balance1 and make it work both ways.
18328 (avl-tree--del-balance2): Remove.
18329 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18330 make it work both ways.
18331 (avl-tree--enter-balance2): Remove.
18332 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18333 New macros.
18334 (avl-tree--mapc, avl-tree-map): Add direction argument.
18335
eb95d01d 183362011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
18337
18338 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18339
a9f737ee
CY
183402011-05-27 Chong Yidong <cyd@stupidchicken.com>
18341
18342 * select.el: Support clipboard managers with built-in function
18343 x-clipboard-manager-save, via delete-frame-functions and
18344 kill-emacs-hook.
18345 (xselect-convert-to-targets): Add MULTIPLE target to list.
18346 (xselect-convert-to-save-targets): New function.
18347
c92a1e54
KH
183482011-05-27 Kenichi Handa <handa@m17n.org>
18349
18350 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18351 let-binding rfc2047-encode-encoded-words to nil.
18352
e145f188
GM
183532011-05-27 Glenn Morris <rgm@gnu.org>
18354
5ec8a862
GM
18355 * mail/emacsbug.el: Don't require url-util.
18356
4b29d9fb
GM
18357 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18358
e145f188
GM
18359 * files.el (set-auto-mode):
18360 Also respect mode: entries at the end of the file. (Bug#8586)
18361
7d15102b
GM
183622011-05-26 Glenn Morris <rgm@gnu.org>
18363
98f593b8
GM
18364 * files.el (hack-local-variables-prop-line, hack-local-variables):
18365 Downcase mode names, as seems to be traditional.
27b48e63 18366 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 18367
7d15102b
GM
18368 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18369 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18370
51d5b4ec
JD
183712011-05-25 Julien Danjou <julien@danjou.info>
18372
18373 * textmodes/rst.el (rst-define-level-faces): Do not define face
18374 symbol if it is already defined.
18375
91513f63
VB
183762011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18377
18378 * play/5x5.el (5x5-new-game, 5x5-randomize):
18379 Reset 5x5-solver-output to nil when a new grid is cast.
18380 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18381 these debugging traces, as defmacro breaks the compiled code.
18382
4d90d6d0
DK
183832011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18384
18385 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18386
e1b90ef6
LL
183872011-05-24 Leo Liu <sdl.web@gmail.com>
18388
18389 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18390 (vc-bzr-sha1): Adapt.
18391
d8e4b68b 18392 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
18393
18394 * bindings.el: Provide sha1 feature.
18395
db0406bb 183962011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
18397
18398 * mail/sendmail.el: Require `rfc2047'.
18399 (mail-insert-from-field): Do not perform RFC2047 encoding.
18400 (mail-encode-header): New function.
18401 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
18402 buffer to the return value of select-message-coding-system.
18403 Call mail-encode-header.
b8d747b9
KH
18404
18405 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18406
db0406bb 184072011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 18408
4d90d6d0
DK
18409 * mail/supercite.el (sc-default-cite-frame):
18410 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 18411
eb8a5e9b
GM
184122011-05-24 Glenn Morris <rgm@gnu.org>
18413
f8630703
GM
18414 * progmodes/python.el (brm-menu): Declare.
18415
8831bbed
GM
18416 * emulation/viper.el (viper-set-hooks): Declare.
18417
eb8a5e9b
GM
18418 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18419 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18420 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18421 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18422 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18423 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18424
a2a25d24
SM
184252011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18426
18427 Add an :exit-function for completion-at-point.
18428
18429 * minibuffer.el (completion--done): New fun.
18430 (completion--do-completion): Use it. New arg `expect-exact'.
18431 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18432 since completion--do-completion does it for us now.
18433 (minibuffer-force-complete): Use completion--done and
18434 completion--replace. Handle sole-completion case with more care.
18435 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18436 (completion-extra-properties): New var.
18437 (completion-annotate-function): Make obsolete.
18438 (minibuffer-completion-help): Adjust accordingly.
18439 Use completion-list-insert-choice-function.
18440 (completion-at-point, completion-help-at-point):
18441 Bind completion-extra-properties.
18442 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18443 * simple.el (completion-list-insert-choice-function): New var.
18444 (completion-setup-function): Preserve it.
18445 (choose-completion): Pay attention to it, shuffle the code a bit.
18446 (choose-completion-string): New arg `insert-function'.
18447
18448 * textmodes/bibtex.el: Convert to lexical binding.
18449 (bibtex-mode-map): Use completion-at-point.
18450 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18451 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18452 (bibtex-complete): Define as obsolete alias.
18453 (bibtex-complete-internal): Remove.
18454 (bibtex-format-entry): Remove unused sub-group in regexp.
18455 * shell.el (shell--command-completion-data)
18456 (shell-environment-variable-completion):
18457 * pcomplete.el (pcomplete-completions-at-point):
18458 * comint.el (comint--complete-file-name-data): Use :exit-function
18459 instead of completion-table-with-terminator so it also works for
18460 choose-completion.
18461
e44e373d
SM
184622011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18463
4f91a816
SM
18464 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18465
782fc819
SM
18466 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18467 (bug#8710).
18468
e44e373d
SM
18469 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18470
381987c3
KM
184712011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18472
18473 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18474 customization variable and implement: If non-nil, auto-fill will
18475 be inhibited while on topic's header line.
18476
b776bc70
VB
184772011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18478
18479 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 18480 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
18481 always have a solution in grid size = 5 cases.
18482 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18483 (5x5-solver-output, 5x5-log-buffer): New vars.
18484 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18485 Make these variables buffer local to achieve 5x5 multi-session-ness.
18486 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18487 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18488 (5x5-solve-suggest): New funs.
18489 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18490 randomize a grid so that we ensure that there is always a solution.
18491 (5x5-make-random-grid): Allow other movement than flipping.
18492
7de88b6e
KR
184932011-05-23 Kevin Ryde <user42@zip.com.au>
18494
18495 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 18496 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
18497 advice and passes PREDICATE.
18498
b1ef1257
SM
184992011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18500
bbca48fe
SM
18501 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18502 byte-compile-lambda if it's actually a lambda.
18503
b1ef1257
SM
18504 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18505 Fix function quoting. Use backquote better.
18506
92a9cc65
YS
185072011-05-22 Yuanle Song <sylecn@gmail.com>
18508
18509 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18510 matching (Bug#8516).
18511
f0fb8059
JA
185122011-01-22 Jari Aalto <jari.aalto@cante.net>
18513
18514 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18515 different face (Bug#8178).
18516
d5b44c93
CY
185172011-05-22 Chong Yidong <cyd@stupidchicken.com>
18518
18519 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18520 defface (Bug#8144).
18521
79106a44
SM
185222011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18523
9c848d8a
SM
18524 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18525 funcall as well (bug#8712). Warn when performing those conversions.
18526 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18527
79106a44
SM
18528 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18529
88dfa756
GM
185302011-05-22 Glenn Morris <rgm@gnu.org>
18531
18532 * files.el (hack-local-variables-prop-line): Small simplifications.
18533 (hack-local-variables, hack-local-variables-prop-line):
18534 If MODE-ONLY, return the mode, rather than just `t'.
18535
b7cf2c79
SM
185362011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18537
18538 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18539
3f1a8558
GM
185402011-05-21 Glenn Morris <rgm@gnu.org>
18541
7e4ccca3
GM
18542 * files.el (hack-local-variables-prop-line, hack-local-variables):
18543 If only interested in the mode, don't bother doing the other stuff.
18544
637d46ca
GM
18545 * image-mode.el (image-after-revert-hook):
18546 Redraw all frames on which the image is visible. (Bug#8567)
18547
973d955b
GM
18548 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18549
3f1a8558
GM
18550 * wid-edit.el (widget-checklist-match-inline):
18551 Fix 2011-04-19 change. (Bug#8649)
18552
96479927
SM
185532011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18554
1dcf791f
SM
18555 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18556 Also allow singlespace after single-letter capitals followed by a dot.
18557
96479927
SM
18558 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18559 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18560
35fd0881
N
185612011-05-20 Nix <nix@esperi.org.uk>
18562
18563 * files.el (basic-save-buffer-2):
18564 Fix handling of break-hardlink-on-save with non-existent files.
18565
82745640
DD
185662011-05-19 Deniz Dogan <deniz@dogan.se>
18567
18568 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 18569 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 18570
4a720484
GM
185712011-05-19 Glenn Morris <rgm@gnu.org>
18572
d1f21341
GM
18573 * progmodes/f90.el (f90-type-def-re):
18574 Handle "type, bind(c)". (Bug#8691)
18575
4a720484
GM
18576 * emacs-lisp/autoload.el (batch-update-autoloads):
18577 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18578
2fb0a219
MA
185792011-05-18 Michael Albinus <michael.albinus@gmx.de>
18580
18581 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18582 property for the correct connection in case of multihops.
18583
e565dd37
GM
185842011-05-18 Glenn Morris <rgm@gnu.org>
18585
c2571358 18586 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
18587 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18588
e565dd37
GM
18589 Rationalize calendar handling of day and month abbrev-arrays.
18590 * calendar/calendar.el (calendar-customized-p): New function.
18591 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18592 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18593 Add :set function.
18594 (calendar-abbrev-length, calendar-day-abbrev-array)
18595 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18596 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18597 Elements may no longer be nil.
18598 (calendar-day-name, calendar-month-name):
18599 Update for changed nature of abbrev arrays.
18600 * calendar/diary-lib.el (diary-name-pattern):
18601 Update for changed nature of abbrev arrays.
18602 (diary-mark-entries-1): Update calendar-make-alist calls.
18603 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18604 * calendar/cal-html.el (cal-html-day-abbrev-array):
18605 Simply inherit from calendar-day-abbrev-array.
18606
1d99a745
SM
186072011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18608
18609 * progmodes/grep.el (grep-mode): Disable default
18610 compilation-directory-matcher setting (bug#8684).
18611
7c1d9aa0
MA
186122011-05-17 Michael Albinus <michael.albinus@gmx.de>
18613
18614 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18615 instead of "head" and "tail". There were problems with SunOS 5.9,
18616 and it performs better.
18617
3952e9d8
GM
186182011-05-17 Glenn Morris <rgm@gnu.org>
18619
2dd12e7f
GM
18620 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18621
e4157b9c
GM
18622 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18623 Replace obsolete function.
18624
8e249bbd
GM
18625 * shell.el (pcomplete-parse-arguments-function): Declare.
18626
3952e9d8
GM
18627 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18628 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18629 (appt-check): Doc fixes.
18630 (appt-disp-window-function, appt-delete-window-function):
18631 Remove needless special case in custom :type.
18632 (appt-display-count): Default to 0, not nil.
18633 (appt-check): Reset appt-display-count to 0, not nil.
18634
c71a0d48 186352011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 18636
c71a0d48
GM
18637 * progmodes/python.el (python-font-lock-keywords):
18638 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 18639
31d55be9
SM
186402011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18641
18642 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18643
3bfacb2f
KR
186442011-05-16 Kevin Ryde <user42@zip.com.au>
18645
18646 * info-look.el (makefile-automake-mode): New setups, looking in
18647 automake manual, then makefile-mode.
18648 (makefile-mode): Remove automake manual, have it just in
18649 makefile-automake-mode since there's various things different or
18650 not relevant to plain make.
18651 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18652 believe a hypothetical automake-mode would go to makefile-mode,
18653 not the other way around.
18654
c8e83751
CY
186552011-05-15 Chong Yidong <cyd@stupidchicken.com>
18656
5e9e35cd
CY
18657 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18658 hunk-end tags (Bug#8672).
18659
c8e83751
CY
18660 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18661 vc-annotate-show-diff-revision-at-line (Bug#8671).
18662
50b23e5a
GM
186632011-05-14 Glenn Morris <rgm@gnu.org>
18664
7210a739
GM
18665 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18666 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
18667 (change-log-font-lock-keywords): Also handle multiple author lines
18668 with leading tabs. (Bug#8644)
7210a739 18669
4691905a
GM
18670 * calendar/appt.el (appt-check): Rename some local variables.
18671 Some simplification/reordering.
18672
50b23e5a
GM
18673 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18674 (feedmail-sendmail-f-doesnt-sell-me-out)
18675 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18676 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18677 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
18678 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18679 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
18680 (feedmail-binmail-gnulinuxish-template):
18681 Rename from feedmail-binmail-linuxish-template.
18682 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18683 Use insert-buffer-substring.
18684
215cda7c
BC
186852011-05-14 Bill Carpenter <bill@carpenter.org>
18686
18687 * mail/feedmail.el (feedmail-patch-level): Increase.
18688 (feedmail-debug): New custom group.
18689 (feedmail-confirm-outgoing-timeout)
18690 (feedmail-sendmail-f-doesnt-sell-me-out)
18691 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18692 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18693 (feedmail-sender-line, feedmail-from-line)
18694 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 18695 (feedmail-spray-this-address)
215cda7c
BC
18696 (feedmail-spray-address-fiddle-plex-list)
18697 (feedmail-queue-use-send-time-for-date)
18698 (feedmail-queue-use-send-time-for-message-id)
18699 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18700 (feedmail-buffer-eating-function):
18701 Doc fixes.
18702 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18703 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18704 (feedmail-message-action-scroll-down): New functions.
18705 (feedmail-queue-directory, feedmail-queue-draft-directory):
18706 Use expand-file-name.
18707 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18708 Remove C-v help entry.
18709 (feedmail-queue-buffer-file-name): New variable.
18710 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18711 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18712 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18713 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18714 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18715 (feedmail-message-action-toggle-spray)
18716 (feedmail-run-the-queue-no-prompts)
18717 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18718 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18719 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18720 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18721 (feedmail-envelope-deducer, feedmail-fiddle-from)
18722 (feedmail-fiddle-sender, feedmail-default-date-generator)
18723 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18724 (feedmail-fiddle-spray-address)
18725 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18726 (feedmail-fiddle-list-of-fiddle-plexes)
18727 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18728 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18729 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18730 Change default. Doc fix.
18731 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18732 (feedmail-binmail-linuxish-template): New constant.
18733 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18734 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18735 (feedmail-send-it): Add debug call.
18736 Use feedmail-queue-buffer-file-name, and
18737 feedmail-send-it-immediately-wrapper.
18738 (feedmail-message-action-send): Add debug call.
18739 Use feedmail-send-it-immediately-wrapper.
18740 (feedmail-queue-express-to-queue): Add debug call.
18741 Run feedmail-queue-express-hook.
18742 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18743 (feedmail-message-action-help-blat):
18744 Rename from feedmail-queue-send-edit-prompt-help-first.
18745 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18746 Check line-endings. Handle errors better.
18747 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18748 Doc fix. Add debug call.
18749 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18750 Use feedmail-queue-send-edit-prompt-inner.
18751 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18752 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18753 from feedmail-queue-send-edit-prompt.
18754 (feedmail-queue-send-edit-prompt-help)
18755 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18756 (feedmail-tidy-up-slug): Add debug call.
18757 Respect feedmail-queue-slug-suspect-regexp.
18758 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18759 (feedmail-dump-message-to-queue): Add debug call.
18760 Expand queue-directory.
18761 (feedmail-dump-message-to-queue): Change message slightly.
18762 Use feedmail-say-chatter.
18763 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18764 (feedmail-send-it-immediately-wrapper): New function.
18765 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18766 Insert empty string rather than newline. Handle full-frame case.
18767 Use catch/throw. Use feedmail-say-chatter.
18768 (feedmail-fiddle-from): Try mail-host-address.
18769 (feedmail-default-message-id-generator): Doc fix.
18770 Bind system-time-locale. Handle missing end.
18771 (feedmail-fiddle-x-mailer): Add debug call.
18772 Handle feedmail-x-mailer-line being nil.
18773 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18774 Add debug call. Use buffer-substring-no-properties.
18775 (feedmail-say-debug, feedmail-say-chatter): New functions.
18776 (feedmail-find-eoh): Give an explicit error.
18777
42c7e61e
UJ
187782011-05-13 Ulf Jasper <ulf.jasper@web.de>
18779
c2571358 18780 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 18781 family from helvetica to sans.
c2571358 18782 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
18783 etc/images/newsticker.
18784
c2571358 18785 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
18786 family from helvetica to sans.
18787
18788 * net/newst-plainview.el (newsticker-new-item-face)
18789 (newsticker-old-item-face, newsticker-immortal-item-face)
18790 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 18791 (newsticker-statistics-face): Change default family from
42c7e61e 18792 helvetica to sans.
c2571358 18793 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
18794 etc/images/newsticker.
18795
5d3385a0
JB
18796 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18797 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
18798 auto-marking.
18799
8497a297
DV
188002011-05-13 Didier Verna <didier@xemacs.org>
18801
18802 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
18803 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18804 TODO entries.
8497a297
DV
18805 (lisp-lambda-list-keyword-parameter-indentation)
18806 (lisp-lambda-list-keyword-parameter-alignment)
18807 (lisp-lambda-list-keyword-alignment): New customizable user options.
18808 (lisp-indent-defun-method): Improve docstring.
18809 (extended-loop-p): Fix comment.
18810 (lisp-indent-lambda-list-keywords-regexp): New variable.
18811 (lisp-indent-lambda-list): New function.
18812 (lisp-indent-259): Use it.
18813 (lisp-indent-defmethod): Support for more than one
18814 method qualifier and properly indent methods lambda-lists.
18815 (defgeneric): Provide a missing common-lisp-indent-function property.
18816
f278f87f
SM
188172011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18818
18819 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18820 bounds for the empty string (bug#8667).
18821
5233edd7
GM
188222011-05-13 Glenn Morris <rgm@gnu.org>
18823
5237a44f
GM
18824 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18825
8340026c 18826 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 18827 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 18828
5233edd7 18829 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 18830 (appt-time-msg-list): Doc fix.
a5464014 18831 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 18832
92d10796
AS
188332011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18834
18835 * progmodes/ld-script.el (ld-script-keywords)
18836 (ld-script-builtins): Update keywords list.
18837
914a0ae1
SM
188382011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18839
c89be45f
SM
18840 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18841
914a0ae1
SM
18842 * shell.el (shell-completion-vars): New function.
18843 (shell-mode):
18844 * simple.el (read-shell-command): Use it.
18845 (blink-matching-open): No need for " [...]" in minibuffer-message.
18846
98dc3df3
GM
188472011-05-12 Glenn Morris <rgm@gnu.org>
18848
18849 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18850 (appt-check): Simplify.
18851
d2fc7e3d 188522011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 18853
4d61f28d 18854 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
18855 literal "/dev/null".
18856
d2fc7e3d 188572011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
18858
18859 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18860 Fix typo.
18861
d2fc7e3d 188622011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 18863
3f254caa
SM
18864 * progmodes/which-func.el (which-function):
18865 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
18866 which might not be defined (Bug#8260).
18867
d45885f7
GM
188682011-05-12 Glenn Morris <rgm@gnu.org>
18869
18870 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18871 Let byte-compile-initial-macro-environment always take precedence.
18872
488086f4
SM
188732011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18874
18875 * net/rcirc.el: Add support for SSL/TLS connections.
18876 (rcirc-server-alist): New field `encryption'.
18877 (rcirc): Check `encryption' settings.
18878 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18879 Merge make-local-variable into `set'.
18880 (rcirc--connection-open-p): New function.
18881 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18882 the process is not a network process (e.g. running gnutls-cli).
18883 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18884 Make rcirc-(en|de)code-coding-system local here.
18885 (rcirc-mode): Merge make-local-variable into `set'.
18886 (rcirc-parent-buffer): Make permanent buffer-local.
18887 (rcirc-multiline-minor-mode): Don't do it here.
18888 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18889 there's no server buffer.
18890
7d3b9d44
GM
188912011-05-11 Glenn Morris <rgm@gnu.org>
18892
f64049c6
GM
18893 * newcomment.el (comment-kill): Prefix "unused" local.
18894
93c9df73
GM
18895 * term/w32console.el (get-screen-color): Declare.
18896
7d3b9d44
GM
18897 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18898 Handle symbol elements of byte-compile-initial-macro-environment.
18899
9e2dd53f
LL
189002011-05-10 Leo Liu <sdl.web@gmail.com>
18901
488086f4
SM
18902 * bookmark.el (bookmark-bmenu-mode-map):
18903 Bind bookmark-bmenu-search to `/'.
8b340240 18904
9e2dd53f 18905 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
18906 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18907 (Footnote-unicode): New function.
18908 (footnote-style-alist): Add unicode style to the list.
18909 (footnote-style): Doc fix.
9e2dd53f 18910
79b70037
GM
189112011-05-10 Jim Meyering <meyering@redhat.com>
18912
18913 Fix doubled-word typos.
18914 * international/quail.el (quail-insert-kbd-layout): and and -> and
18915 * kermit.el: and and -> and
18916 * net/ldap.el (ldap-search-internal): to to -> to
18917 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18918 * progmodes/js.el (js-mode): and and -> and
18919 * textmodes/artist.el (artist-move-to-xy): at at -> at
18920 (artist-draw-region-trim-line-endings): if if -> if
18921 And Safetyc -> Safety.
18922 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18923
b8f82dc1 189242011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 18925 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
18926
18927 * files.el (hack-one-local-variable-eval-safep):
18928 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18929
4f99f44b
GM
189302011-05-10 Glenn Morris <rgm@gnu.org>
18931
18932 * calendar/diary-lib.el (diary-list-entries-hook)
18933 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18934 (diary-nongregorian-marking-hook, diary-list-entries)
18935 (diary-include-other-diary-files, diary-mark-entries)
18936 (diary-mark-included-diary-files): Doc fixes.
18937
84f29e6b
JB
189382011-05-09 Juanma Barranquero <lekktu@gmail.com>
18939
18940 * misc.el: Require tabulated-list.el during compilation.
18941
9bedd73a
CY
189422011-05-09 Chong Yidong <cyd@stupidchicken.com>
18943
488086f4
SM
18944 * progmodes/compile.el (compilation-start):
18945 Run compilation-filter-hook for the async case too.
9bedd73a
CY
18946 (compilation-filter-hook): Doc fix.
18947
797c735c
DD
189482011-05-09 Deniz Dogan <deniz@dogan.se>
18949
18950 * wdired.el: Remove outdated installation comment. Fix usage
18951 comment.
18952
5f4b1dfe
JB
189532011-05-09 Juanma Barranquero <lekktu@gmail.com>
18954
18955 * misc.el: Implement new command `list-dynamic-libraries'.
18956 (list-dynamic-libraries--loaded-only-p): New variable.
18957 (list-dynamic-libraries--refresh): New function.
18958 (list-dynamic-libraries): New command.
18959
4c44026c
CY
189602011-05-09 Chong Yidong <cyd@stupidchicken.com>
18961
488086f4
SM
18962 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18963 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
18964 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18965 higher priority to avoid clobbering by gnu.
18966
027f966d
CY
189672011-05-08 Chong Yidong <cyd@stupidchicken.com>
18968
18969 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18970 if the face has existing theme settings (Bug#8454).
18971
085f5d7d
CY
189722011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18973
488086f4
SM
18974 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18975 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 18976
2a86a00c
RS
18977 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18978 special file names `.' and `..' (Bug#8259).
18979
d9c54a06
CY
189802011-05-08 Chong Yidong <cyd@stupidchicken.com>
18981
488086f4
SM
18982 * progmodes/grep.el (grep-mode-font-lock-keywords):
18983 Remove buffer-changing entries.
d9c54a06
CY
18984 (grep-filter): New function.
18985 (grep-mode): Add it to compilation-filter-hook.
18986
18987 * progmodes/compile.el (compilation-filter-hook)
18988 (compilation-filter-start): New defvars.
18989 (compilation-filter): Call compilation-filter-hook prior to
18990 updating the process mark.
18991
c4662635
SM
189922011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18993
18994 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18995
b0512a1d
EZ
189962011-05-07 Eli Zaretskii <eliz@gnu.org>
18997
605c9376
EZ
18998 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18999 mailclient-send-it even if window-system is nil. (Bug#8595)
19000
c4662635
SM
19001 * term/w32console.el (terminal-init-w32console):
19002 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
19003 background-mode. (Bug#8597)
19004
d1dc2cc2
SM
190052011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19008 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19009 New functions.
19010 (defgeneric, eieio--defmethod): Use them.
19011 (eieio-defgeneric): Remove.
19012 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19013
915d1300
GM
190142011-05-07 Glenn Morris <rgm@gnu.org>
19015
a3961c3e
GM
19016 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19017 Use let rather than let*.
19018 (timeclock-find-discrep): Remove unused local.
19019
314347b9
GM
19020 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19021
915d1300
GM
19022 * calendar/appt.el (appt-time-msg-list): Doc fix.
19023
275b59b0
NF
190242011-05-06 Noah Friedman <friedman@splode.com>
19025
19026 * apropos.el (apropos-print-doc): Only use
19027 emacs-lisp-docstring-fill-column when it is bound to an integer,
19028 per that variable's documentation.
19029
6c19f744
SM
190302011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19031
19032 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 19033 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 19034
60f884b2
GM
190352011-05-06 Glenn Morris <rgm@gnu.org>
19036
5006e634
GM
19037 * calendar/appt.el (appt-message-warning-time): Doc fix.
19038 (appt-warning-time-regexp): New option.
19039 (appt-make-list): Respect appt-message-warning-time.
19040
548d0a63
GM
19041 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19042 New options.
19043 (diary-add-to-list): Strip comments from the displayed string.
19044 (diary-mode): Set comment-start and comment-end.
19045
60f884b2
GM
19046 * vc/diff-mode.el (smerge-refine-subst): Declare.
19047 (diff-refine-hunk): Don't require smerge-mode when compiling.
19048
989681bb
JB
190492011-05-06 Juanma Barranquero <lekktu@gmail.com>
19050
19051 * simple.el (list-processes): Return nil as the docstring says.
19052
a6bc05e1
MA
190532011-05-05 Michael Albinus <michael.albinus@gmx.de>
19054
19055 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19056 to "".
19057 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19058 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19059 determining of binary transfer. (Bug#7383)
19060
23c22e9a
MA
190612011-05-05 Michael Albinus <michael.albinus@gmx.de>
19062
c4662635
SM
19063 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19064 Fix port computation bug. (Bug#8618)
23c22e9a 19065
0bff894f
GM
190662011-05-05 Glenn Morris <rgm@gnu.org>
19067
b8296902
GM
19068 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19069
1f522ce8
GM
19070 * simple.el (shell-dynamic-complete-functions)
19071 (comint-dynamic-complete-functions): Declare.
19072
cf5bee67
GM
19073 * net/network-stream.el (gnutls-negotiate):
19074 * simple.el (tabulated-list-print): Fix declarations.
19075
19076 * progmodes/gud.el (syntax-symbol, syntax-point):
19077 Remove unnecessary and incorrect declarations.
19078
0bff894f 19079 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 19080 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 19081
9869b3ae
SM
190822011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19083
19084 Fix earlier half-done eieio-defmethod change (bug#8338).
19085 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19086 Streamline and change calling convention.
19087 (defmethod): Adjust accordingly and simplify.
19088 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19089 new eieio--defmethod.
19090 (slot-boundp): Minor CSE simplification.
19091
9c1d5ac5
MZ
190922011-05-05 Milan Zamazal <pdm@zamazal.org>
19093
19094 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19095 (glasses-make-readable): Use glasses-separate-capital-groups.
19096
455c834e
JB
190972011-05-05 Juanma Barranquero <lekktu@gmail.com>
19098
19099 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19100 (warning-series): Doc fix.
19101 (display-warning): Don't try to create the buffer if we just found it.
19102
9ed7c8cb
CY
191032011-05-04 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19106 (autoload-find-generated-file): New function.
19107 (generate-file-autoloads): Bind generated-autoload-file to
19108 buffer-file-name.
9869b3ae
SM
19109 (update-file-autoloads, update-directory-autoloads):
19110 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
19111 output file (Bug#7989).
19112 (batch-update-autoloads): Doc fix.
19113
0898ca10
JB
191142011-05-04 Juanma Barranquero <lekktu@gmail.com>
19115
19116 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19117
31dfb76c
GM
191182011-05-04 Glenn Morris <rgm@gnu.org>
19119
f330b642
GM
19120 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19121 function, so it follows changes in calendar-date-style.
19122 (diary-fancy-date-matcher): New function.
19123 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19124 (diary-fancy-font-lock-fontify-region-function):
19125 Use diary-fancy-date-pattern as a function.
19126
31dfb76c
GM
19127 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19128 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19129
48e79d6a
TZ
191302011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19131
19132 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19133 instead of positional arguments. Allow :keylist and :crlfiles
19134 arguments.
19135 (open-gnutls-stream): Call it.
19136
19137 * net/network-stream.el (network-stream-open-starttls): Adjust to
19138 call `gnutls-negotiate' with :process and :hostname arguments.
19139
dd5a5ee0
SM
191402011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19141
ef80fc09
SM
19142 * minibuffer.el (completion--message): New function.
19143 (completion--do-completion, minibuffer-complete)
19144 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19145 (completion--do-completion): Don't ignore completion-auto-help when in
19146 icomplete-mode.
19147
dd5a5ee0
SM
19148 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19149 internal encoding (e.g. tibetan zero is not whitespace).
19150 (global-whitespace-mode): Prefer save-current-buffer.
19151 (whitespace-trailing-regexp): Remove useless save-match-data.
19152 (whitespace-empty-at-bob-regexp): Minor simplification.
19153
b7d22a83
CY
191542011-05-03 Chong Yidong <cyd@stupidchicken.com>
19155
19156 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19157
5192af46
AM
191582011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19159
19160 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 19161 Use `concat' to create string for insertion.
5192af46 19162
5767d190
SM
191632011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19166 Avoid open-line which runs post-self-insert-hook.
19167 (bibtex-fill-entry): Remove unused `end' var.
19168
bf242939
AM
191692011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19170
5767d190
SM
19171 * textmodes/ispell.el (ispell-add-per-file-word-list):
19172 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 19173
25666126
LL
191742011-05-03 Leo Liu <sdl.web@gmail.com>
19175
19176 * isearch.el (isearch-yank-pop): New command.
5767d190 19177 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
19178 (isearch-forward): Mention it.
19179
52d3c2d0
SM
191802011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19181
1bcace58
SM
19182 * simple.el (minibuffer-complete-shell-command): Remove.
19183 (minibuffer-local-shell-command-map): Use completion-at-point.
19184 (read-shell-command): Setup completion vars here instead.
19185 (read-expression-map): Bind TAB to symbol completion.
19186
52d3c2d0
SM
19187 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19188 error directly rather via storing it into `results'.
19189
35813471
LL
191902011-05-02 Leo Liu <sdl.web@gmail.com>
19191
19192 * vc/diff.el: Fix description.
19193
e793a940
LMI
191942011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19195
19196 * server.el (server-eval-at): New function.
19197
8de66e05
LMI
191982011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19199
19200 * net/network-stream.el (open-network-stream): Take a :nowait
19201 parameter and pass it on to `make-network-process'.
19202 (network-stream-open-plain): Ditto.
19203
dcb79f20
AS
192042011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19205
19206 * faces.el (face-spec-set-match-display): Don't match toolkit
19207 options on terminal frames.
19208
14a7fbd8
SM
192092011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19210
7eabc1be
SM
19211 * progmodes/pascal.el: Use lexical binding.
19212 (pascal-mode-map): Remove author preferences.
19213
14a7fbd8
SM
19214 * pcomplete.el (pcomplete-std-complete): Don't abuse
19215 completion-at-point.
19216
50f84510
JB
192172011-04-28 Juanma Barranquero <lekktu@gmail.com>
19218
6e087a44
JB
19219 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19220 removing code that has been dead since 1991 or so.
19221
50f84510
JB
19222 * startup.el (command-line): When warning about "_emacs", use a
19223 delayed warning to allow the user to filter it out.
19224
0ba690bd
DD
192252011-04-28 Deniz Dogan <deniz@dogan.se>
19226
19227 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19228 user has not joined.
19229
08abfaad
SM
192302011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19233 aren't any completions at point.
19234
638f053a
JB
192352011-04-28 Juanma Barranquero <lekktu@gmail.com>
19236
19237 * subr.el (display-delayed-warnings): New function.
19238 (delayed-warnings-hook): New variable.
19239
8fff8daa
SM
192402011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19241
08abfaad
SM
19242 * minibuffer.el (completion-at-point, completion-help-at-point):
19243 Don't presume that a given completion-at-point-function will always
19244 use the same calling convention.
19245
8fff8daa
SM
19246 * pcomplete.el (pcomplete-completions-at-point):
19247 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19248 pcomplete-seen is non-nil.
19249 (pcomplete-comint-setup): Also recognize the new comint/shell
19250 completion functions.
19251 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19252 pcomplete-seen is non-nil.
19253
841a1577 192542011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 19255
841a1577 19256 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 19257 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 19258 the first character in the entry. This allows for code to add its
211ec907
UJ
19259 own uid to the entry.
19260 (icalendar--convert-float-to-ical): Add export of
19261 `diary-float'-entries save for those with the optional DAY
19262 argument.
19263
2a782793
DC
192642011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19265
19266 * subr.el (shell-quote-argument): Use alternate escaping strategy
19267 when we spot a variable reference in a string.
19268
0438ce91
DC
192692011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19270
19271 * cus-start.el (all): Define customization for debug-on-event.
19272
841a1577 192732011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
19274
19275 * subr.el (shell-quote-argument): Escape correctly under Windows.
19276
d090ed6c
SM
192772011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19278
19279 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19280
bfd31217
MA
192812011-04-25 Michael Albinus <michael.albinus@gmx.de>
19282
d090ed6c
SM
19283 * net/tramp.el (tramp-process-actions): Add POS argument.
19284 Delete region between POS and (pos).
bfd31217 19285
d090ed6c
SM
19286 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19287 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
19288 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19289
19290 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19291 position in `tramp-process-actions' call.
19292
19293 * net/trampver.el: Update release number.
19294
e92f3bd3
SM
192952011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19296
850256b5
SM
19297 * custom.el (defcustom): Obey lexical-binding.
19298
e92f3bd3
SM
19299 Fix octave-inf completion problems reported by Alexander Klimov.
19300 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19301 Inherit from octave-mode-syntax-table.
19302 (inferior-octave-mode): Set info-lookup-mode.
19303 (inferior-octave-completion-at-point): New function.
19304 (inferior-octave-complete): Use it and completion-in-region.
19305 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19306 comint-filename-completion.
19307 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19308 symbol elements which shouldn't be word elements.
19309 (octave-font-lock-keywords, octave-beginning-of-defun)
19310 (octave-function-header-regexp): Adjust regexps accordingly.
19311 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19312
cd22b309
JB
193132011-04-25 Juanma Barranquero <lekktu@gmail.com>
19314
19315 * net/gnutls.el (gnutls-errorp): Declare before first use.
19316
8b492194
TZ
193172011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19318
19319 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19320 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 19321 default trustfile exists before going to use it. Add missing
5a5fa834 19322 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
19323 Reported by Claudio Bley <claudio.bley@gmail.com>.
19324 (open-gnutls-stream): Add usage example.
19325
19326 * net/network-stream.el (network-stream-open-starttls): Give host
19327 parameter to `gnutls-negotiate'.
19328 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 19329 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 19330
841a1577 193312011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 19332
cd22b309
JB
19333 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19334 Use correct match group (bug#8438).
05842630 19335
3ba7869c
CY
193362011-04-24 Chong Yidong <cyd@stupidchicken.com>
19337
512e3ae1
CY
19338 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19339 (package-menu--generate): New arg specifying packages to show.
19340 (package-menu-refresh, package-menu-execute, list-packages):
19341 Callers changed.
19342 (package-show-package-list): New function, replacing deleted
19343 package--list-packages (renamed because it is non-internal).
19344
19345 * finder.el (finder-list-matches): Use package-show-package-list
19346 instead of deleted package--list-packages.
19347
e92f3bd3
SM
19348 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19349 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
19350 (vc-annotate-mode-map): Bind it to RET.
19351
7031be6d
UR
193522011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19353
19354 * progmodes/etags.el (next-file): Don't use set-buffer to change
19355 buffers (Bug#8478).
19356
4ef177aa
CY
193572011-04-24 Chong Yidong <cyd@stupidchicken.com>
19358
c8d173eb
CY
19359 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19360
4ef177aa
CY
19361 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19362 (apropos-accumulator): Doc fix.
19363 (apropos-function, apropos-macro, apropos-command)
19364 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19365 (apropos-plist): Add face property.
19366 (apropos-symbols-internal): Fix indentation.
19367 (apropos-print): Simplify help, and recognize apropos-multi-type.
19368 (apropos-print-doc): Use button-type-get to extract the button's
19369 face property. Fill docstring (Bug#8352).
19370
4ffd0d6b 193712011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
19372
19373 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19374
c6c32125 19375 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 19376 (mpuz-mode-map): Use mapc.
c6c32125
JB
19377 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19378 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19379 Fix typos in docstrings.
19380
58d468b4
JB
19381 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19382 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19383
6470c3c6
JB
19384 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19385
4ffd0d6b 193862011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
19387
19388 * minibuffer.el (completion--do-completion): Avoid the "Next char
19389 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19390
3ad8bad0
CY
19391 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19392 mouse-2 into unread-command-events, it is interpreted correctly.
19393
71d73c9c 19394 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 19395 (image-toggle-display): Doc fix.
71d73c9c 19396
841a1577 193972011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 19398
4ffd0d6b
GM
19399 * textmodes/page.el (what-page): Use line-number-at-pos to
19400 calculate line number (Bug#6825).
6e1dbaa9 19401
c2fb1b60
JB
194022011-04-22 Juanma Barranquero <lekktu@gmail.com>
19403
19404 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19405 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19406 Pass argument NO-DEFAULT to `find-tag-interactive'.
19407
e02f48d7
JB
194082011-04-22 Juanma Barranquero <lekktu@gmail.com>
19409
19410 Lexical-binding cleanup.
19411
19412 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19413 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19414 * progmodes/ada-prj.el (ada-prj-initialize-values)
19415 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19416 (ada-prj-show-value):
19417 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19418 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19419 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19420 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19421 * progmodes/bug-reference.el (bug-reference-push-button):
19422 * progmodes/fortran.el (fortran-line-length):
19423 * progmodes/glasses.el (glasses-change):
19424 * progmodes/octave-mod.el (octave-fill-paragraph):
19425 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19426 (python-pdbtrack-grub-for-buffer, python-sentinel):
19427 * progmodes/sql.el (sql-save-connection):
19428 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19429 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19430 Mark unused parameters.
19431
19432 * progmodes/compile.el (compilation--flush-directory-cache)
19433 (compilation--flush-parse, compile-internal): Mark unused parameters.
19434 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19435 (compilation-next-error-function): Remove unused variable `timestamp'.
19436
19437 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19438 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19439
19440 * progmodes/dcl-mode.el (dcl-end-of-command):
19441 Remove unused variable `start'.
19442 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19443 (dcl-option-value-basic, dcl-option-value-offset)
19444 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19445 Mark unused parameters.
19446 (dcl-save-local-variable): Remove unused variable `val'.
19447 (mode): Declare.
19448
19449 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19450 Mark unused parameters.
19451 (delphi-ignore-changes): Move before first use.
19452 (delphi-charset-token-at): Remove unused variable `start'.
19453 (delphi-else-start): Remove unused variable `if-count'.
19454 (delphi-comment-block-start, delphi-comment-block-end):
19455 Remove unused variable `kind'.
19456 (delphi-indent-line): Remove unused variable `new-point'.
19457
19458 * progmodes/ebrowse.el (ebrowse-files-list)
19459 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19460 Mark unused parameters. Don't quote `lambda'.
19461 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19462 Don't quote `lambda'.
19463 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19464 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19465 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19466 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19467 Use `ignore-errors'.
19468 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19469 (ebrowse-view/find-file-and-search-pattern)
19470 (ebrowse-view/find-member-declaration/definition):
19471 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19472 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19473 Rename parameter PREFIX-ARG to PREFIX.
19474 (ebrowse-tags-read-name): Remove unused variables `start' and
19475 `member-info'.
19476 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19477 to `tags-file'.
19478
19479 * progmodes/etags.el (local-find-tag-hook): Declare.
19480 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19481 Mark unused parameters.
19482
19483 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19484 (executable-interpret): Mark unused parameter.
19485
19486 * progmodes/flymake.el (flymake-process-sentinel)
19487 (flymake-after-change-function)
19488 (flymake-create-temp-with-folder-structure)
19489 (flymake-get-include-dirs-dot): Mark unused parameters.
19490 (flymake-safe-delete-directory): Remove unused variable `err'.
19491
19492 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19493 (speedbar-timer-fn, speedbar-line-text)
19494 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19495 (speedbar-center-buffer-smartly): Declare functions.
19496 (gdb-find-watch-expression): Remove unused variable `array'.
19497 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19498 (gdb-starting): Mark unused parameters.
19499 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19500 (gdb-table-string): Remove unused variable `res'.
19501 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19502 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19503 (gdb-display-buffer): Remove unused variable `cur-size'.
19504
19505 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19506 allow lexical-binding compilation.
19507 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19508 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19509 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19510 Mark unused parameters.
19511 (gud-gdb-marker-filter): Remove unused variable `match'.
19512 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19513 lambda expressions and funcall them, instead of using `fset'.
19514
19515 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19516 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19517
19518 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19519 variable `header-beg'; use `let'.
19520
19521 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19522 `restart', `last-sexp' and `at-do'.
19523
19524 * progmodes/js.el (js--debug): Mark unused parameter.
19525 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19526 (js--splice-into-items): Remove unused variable `item'.
19527 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19528
19529 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19530 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19531 (makefile-complete): Remove unused variable `try'.
19532 (makefile-fill-paragraph, makefile-match-function-end):
19533 Mark unused parameters.
19534
19535 * progmodes/octave-inf.el (inferior-octave-complete):
19536 Remove unused variable `proc'.
19537 (inferior-octave-output-digest): Mark unused parameter.
19538
19539 * progmodes/perl-mode.el (perl-calculate-indent):
19540 Remove unused variable `err'.
19541
19542 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19543 (prolog-indent-line): Mark unused parameters.
19544 (prolog-indent-line): Remove unused variable `beg'.
19545
19546 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19547 (reporter-dont-compact-list): Declare.
19548
19549 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19550 Remove unused variable `char'.
19551 (sh-debug): Mark unused parameter.
19552 (sh-get-indent-info): Remove unused variable `start'.
19553 (sh-calculate-indent): Remove unused variable `var'.
19554
19555 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19556 (simula-electric-keyword): Remove unused variable `null'.
19557 (simula-search-backward, simula-search-forward): Remove unused
19558 variables `begin' and `end'.
19559
19560 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19561 Remove unused variable `pos'.
19562 (vera-electric-tab, vera-comment-uncomment-region):
19563 Mark unused parameters.
19564 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19565
7ede3b65
CY
195662011-04-22 Chong Yidong <cyd@stupidchicken.com>
19567
19568 * emacs-lisp/package.el (package--builtins, package-alist)
19569 (package-load-descriptor, package-built-in-p, package-activate)
19570 (define-package, package-installed-p)
19571 (package-compute-transaction, package-buffer-info)
19572 (package--push): Doc fix. Distinguish more clearly between
19573 version strings and version lists.
19574
121656e9
JB
195752011-04-21 Juanma Barranquero <lekktu@gmail.com>
19576
19577 Lexical-binding cleanup.
19578
19579 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19580 (5x5-make-mutate-best):
19581 * play/fortune.el (fortune-in-buffer):
19582 * play/gomoku.el (gomoku-init-display):
19583 * play/solitaire.el (solitaire, solitaire-do-check):
19584 * play/tetris.el (tetris-default-update-speed-function):
19585 Mark unused parameters.
19586
19587 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19588 (bubbles--shift): Remove unused variable `char-org'.
19589 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19590 (bubbles--show-images): Remove unused variable `char'.
19591
19592 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19593 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19594 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19595 (decipher-analyze-buffer): Use ?\s.
19596 (decipher-make-checkpoint): Remove unused variable `mapping'.
19597
19598 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19599
19600 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19601 Remove unused variable `result'; use `let'.
19602
19603 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19604 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19605 (gametree-children-shown-p, gametree-compute-reduced-score):
19606 Use `ignore-errors'.
19607
19608 * play/handwrite.el (ps-lpr-switches): Declare.
19609 (handwrite): Remove unused variables `pmin' and `lastp'.
19610
19611 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19612
19613 * play/landmark.el (landmark-init-display)
19614 (landmark-update-naught-weights): Mark unused parameters.
19615 (landmark-y): Remove unused variable `noise'. Simplify.
19616 (landmark-human-plays): Remove unused variable `score'.
19617
19618 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19619 (mpuz-try-proposal): Remove unused variable `game'.
19620
19621 * play/zone.el (life-patterns): Declare.
19622
80f499c7
JB
196232011-04-20 Juanma Barranquero <lekktu@gmail.com>
19624
19625 * vc/vc.el (ediff-vc-internal): Declare function.
19626
024ff170
SM
196272011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19628
c0a193ea
SM
19629 * shell.el: Use lexical-binding and std completion UI.
19630 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19631 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19632 comint-preoutput-filter-functions rather than on
19633 comint-output-filter-functions.
19634 (shell-command-completion, shell--command-completion-data)
19635 (shell-filename-completion, shell-environment-variable-completion)
19636 (shell-c-a-p-replace-by-expanded-directory): New functions.
19637 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19638 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19639 (shell-dynamic-complete-environment-variable): Use them.
19640 (shell-dynamic-complete-as-environment-variable)
19641 (shell-dynamic-complete-as-command): Remove.
19642 (shell-match-partial-variable): Match past point.
19643 * comint.el: Clean up use of completion-at-point-functions.
19644 (comint-completion-at-point): New function.
19645 (comint-mode): Use it completion-at-point-functions.
19646 (comint-dynamic-complete): Make it obsolete.
19647 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19648 (comint-c-a-p-replace-by-expanded-history): New function.
19649 (comint-dynamic-complete-functions)
19650 (comint-replace-by-expanded-history): Use it.
19651 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19652 termination strings. Try harder to avoid second try-completion.
19653 (completion-in-region-mode-map): Disable bindings that don't work yet.
19654
2dbaa080
SM
19655 * comint.el: Use lexical-binding. Require CL.
19656 (comint-dynamic-complete-functions): Use comint-filename-completion.
19657 (comint-completion-addsuffix): Tweak custom type.
19658 (comint-filename-completion, comint--common-suffix)
19659 (comint--common-quoted-suffix, comint--table-subvert)
19660 (comint--complete-file-name-data): New functions.
19661 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19662 (comint-dynamic-list-filename-completions): Use them.
19663 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 19664
2dbaa080
SM
19665 * minibuffer.el (completion-in-region-mode):
19666 Keep completion-in-region-mode--predicate global.
19667 (completion-in-region--postch):
19668 Assume completion-in-region-mode--predicate is not null.
19669
c79a6f38
SM
19670 * progmodes/flymake.el (flymake-start-syntax-check-process):
19671 Obey `dir'. Simplify.
19672
024ff170
SM
19673 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19674 we're in VC after all.
19675
1c6c854e
CS
196762011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19677
19678 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 19679 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
19680 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19681
bed7f140
SM
196822011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19683
332e62ab
SM
19684 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19685 add sanity check.
19686
bed7f140
SM
19687 * obsolete/erc-hecomplete.el: Make obsolete.
19688 * obsolete/: Standardize obsolescence info in the header.
19689
f195c582
GM
196902011-04-20 Glenn Morris <rgm@gnu.org>
19691
19692 * calendar/solar.el (solar-horizontal-coordinates):
19693 Use the longitude argument rather than `calendar-longitude'.
19694 (solar-date-next-longitude): Remove unused locals.
19695
cb79b8c0
VJL
196962011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19697
19698 * whitespace.el: New version 13.2.1.
19699
197002011-04-20 felix <EmacsWiki> (tiny change)
19701
d8e4b68b 19702 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
19703 switching between major modes on a file.
19704
602ea69d
SM
197052011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19706
19707 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19708 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19709 multi-line comments as well.
19710
06b60517
JB
197112011-04-19 Juanma Barranquero <lekktu@gmail.com>
19712
19713 Lexical-binding cleanup.
19714
19715 * arc-mode.el (archive-mode-revert):
19716 * cmuscheme.el (scheme-interactively-start-process):
19717 * custom.el (custom-initialize-delay):
19718 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19719 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19720 * emacs-lock.el (emacs-lock-clear-sentinel):
19721 * ezimage.el (defezimage):
19722 * follow.el (follow-avoid-tail-recenter):
19723 * fringe.el (set-fringe-mode-1):
19724 * generic-x.el (bat-generic-mode-compile):
19725 * help-mode.el (help-info-variable, help-do-xref)
19726 (help-mode-revert-buffer):
19727 * help.el (view-emacs-todo):
19728 * iswitchb.el (iswitchb-completion-help):
19729 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19730 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19731 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19732 * locate.el (locate-update):
19733 * longlines.el (longlines-encode-region)
19734 (longlines-after-change-function):
19735 * outline.el (outline-isearch-open-invisible):
19736 * ps-def.el (declare-function, charset-dimension, char-width)
19737 (encode-char):
19738 * ps-mule.el (ps-mule-plot-string):
19739 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19740 (recentf-edit-list-select, recentf-edit-list-validate)
19741 (recentf-open-files-action):
19742 * rect.el (delete-whitespace-rectangle-line)
19743 (rectangle-number-line-callback):
19744 * register.el (window-configuration-to-register)
19745 (frame-configuration-to-register):
19746 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19747 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19748 (xselect-convert-to-targets, xselect-convert-to-delete)
19749 (xselect-convert-to-filename, xselect-convert-to-charpos)
19750 (xselect-convert-to-lineno, xselect-convert-to-colno)
19751 (xselect-convert-to-os, xselect-convert-to-host)
19752 (xselect-convert-to-user, xselect-convert-to-class)
19753 (xselect-convert-to-name, xselect-convert-to-integer)
19754 (xselect-convert-to-atom, xselect-convert-to-identity):
19755 * subr.el (declare, ignore, process-kill-without-query)
19756 (text-clone-maintain):
19757 * terminal.el (te-get-char, te-tic-sentinel):
19758 * tool-bar.el (tool-bar-make-keymap):
19759 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19760 * type-break.el (type-break-mode, type-break-noninteractive-query):
19761 * view.el (View-back-to-mark):
19762 * wid-browse.el (widget-browse-action, widget-browse-widget)
19763 (widget-browse-widgets, widget-browse-sexp):
19764 * widget.el (define-widget-keywords):
19765 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19766 Mark unused parameters.
19767
19768 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19769 (align-areas): Remove unused variable `look'.
19770 (align-region): Remove unused variables `real-end' and `pos-list'.
19771
19772 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19773
19774 * bindings.el (mode-line-modified, mode-line-remote):
19775 Mark unused parameters.
19776 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19777
19778 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19779 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19780
19781 * comint.el (comint-history-isearch-pop-state)
19782 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19783 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19784 (comint-substitute-in-file-name): Doc fix.
19785
19786 * completion.el (cmpl-statistics-block): Mark unused parameter.
19787 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19788 (save-completions-to-file, load-completions-from-file):
19789 Remove unused local variable `e'.
19790
19791 * composite.el (compose-chars): Remove unused variable `len'.
19792 (lgstring-insert-glyph): Remove unused variable `g'.
19793 (compose-glyph-string): Remove unused variables `ascent',
19794 `descent', `lbearing' and `rbearing'.
19795 (compose-glyph-string-relative): Remove unused variables
19796 `lbearing', `rbearing' and `wadjust'.
19797 (compose-gstring-for-graphic): Remove unused variables `header',
19798 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19799 (compose-gstring-for-terminal): Remove unused variables `header'
19800 and `nchars'. Use `let', not `let*'.
19801
19802 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19803 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19804 (Custom-buffer-done, custom-buffer-create-internal)
19805 (custom-browse-visibility-action, custom-browse-group-tag-action)
19806 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19807 (widget-magic-mouse-down-action, custom-toggle-parent)
19808 (custom-add-parent-links, custom-toggle-hide-variable)
19809 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19810 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19811 (custom-face-menu-create, custom-variable-menu-create, get)
19812 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19813 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19814 (customize-apropos): Remove unused variable `tests'.
19815 (custom-group-value-create): Remove unused variable `hidden-p'.
19816 (sort-fold-case): Declare.
19817
19818 * cus-theme.el (custom-reset-standard-faces-list)
19819 (custom-reset-standard-variables-list): Declare.
19820 (customize-create-theme, custom-theme-revert, custom-theme-write)
19821 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19822 Mark unused parameters.
19823
19824 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19825
19826 * delim-col.el (delimit-columns-max): Move defvar before first use.
19827
19828 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 19829 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
19830
19831 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19832 (auto-insert): Declare.
19833 (desktop-restore-file-buffer): Rename desktop-* parameters;
19834 mark unused ones.
19835 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19836 (desktop-buffer): Rename desktop-* parameters.
19837
19838 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19839 (dframe-reposition-frame-xemacs, dframe-help-echo)
19840 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19841 Mark unused parameters.
19842
19843 * dired-aux.el (backup-extract-version-start, overwrite-query)
19844 (overwrite-backup-query, rename-regexp-query)
19845 (rename-non-directory-query): Declare.
19846 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19847 (dired-add-entry): Remove unused variable `orig-file-name'.
19848 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19849 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19850 `dired-copy-preserve-time' directly.
19851 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19852 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19853
19854 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19855 (dired-virtual-revert, dired-make-relative-symlink):
19856 Mark unused parameters.
19857 (manual-program): Declare.
19858 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19859 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19860 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19861
19862 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19863
19864 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19865
19866 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19867 Declare.
19868
19869 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19870
19871 * electric.el (Electric-command-loop): Rename parameter
19872 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19873
19874 * expand.el (expand-in-literal): Remove unused variable `here'.
19875
19876 * facemenu.el (facemenu-add-new-color):
19877 Remove unused variable `docstring'.
19878
19879 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19880 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19881 (face-attr-construct): Mark unused parameter. Doc fix.
19882 (read-color): Remove unused variable `hex-string'.
19883
19884 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19885 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19886 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19887 (display-buffer-other-frame): Remove unused variable `old-window'.
19888 (kill-buffer-hook): Declare.
19889 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19890 Mark unused parameters.
19891 (after-find-file): Pass 1 to `auto-save-mode', not t.
19892
19893 * files-x.el (auto-insert): Declare.
19894 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19895
19896 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 19897 variable `buf'. Mark unused parameter.
06b60517
JB
19898 (find-lisp-insert-directory): Mark unused parameter.
19899
19900 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19901 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19902 (format-common-tail): Remove, unused.
19903 (format-deannotate-region): Remove unused variable `loc'.
19904 (format-annotate-region): Remove unused variable `p'.
19905 (format-annotate-single-property-change): Remove unused variables
19906 `default' and `tail'.
19907
19908 * forms.el (read-file-filter): Declare.
19909 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19910
19911 * frame.el (frame-creation-function-alist): Mark unused parameter.
19912 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19913
19914 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19915 Remove unused parameters.
19916 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19917 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19918
19919 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19920 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19921 (hfy-prepare-tag-map): Mark unused parameters.
19922 (htmlfontify-buffer): Use `called-interactively-p'.
19923
19924 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19925 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19926 (ibuffer-do-occur): Mark unused parameters.
19927 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19928 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19929
19930 * ibuffer.el: Don't quote `lambda'.
19931 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19932 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19933 Mark unused parameters.
19934
19935 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19936 (ido-completing-read): Mark unused parameters.
19937 (ido-copy-current-word): Mark unused parameters;
19938 remove unused variable `name'.
19939 (ido-sort-merged-list): Remove unused parameter `dirs'.
19940
19941 * ielm.el (ielm-input-sender): Mark unused parameter.
19942 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19943 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19944 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19945 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19946 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19947
19948 * image-dired.el (image-dired-display-thumbs): Remove unused
19949 variables `curr-file' and `count'.
19950 (image-dired-remove-tag): Remove unused variable `start'.
19951 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19952 variable `curr-file'
19953 (image-dired-rotate-original): Remove unused variable `temp-file'.
19954 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19955 Remove unused variable `file'.
19956 (image-dired-gallery-generate): Remove unused variable `curr'.
19957 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19958
19959 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19960
19961 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19962
19963 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19964
19965 * isearch.el (minibuffer-history-symbol): Declare.
19966 (isearch-edit-string): Remove unused variable `err'.
19967 (isearch-message-prefix, isearch-message-suffix):
19968 Mark unused parameters.
19969
19970 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19971
19972 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19973
19974 * makesum.el (double-column): Remove unused variable `cnt'.
19975
19976 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19977 (ido-ignore-item-temp-list): Declare.
19978
19979 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19980 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19981 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19982 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19983 `mouse-col-delta'.
19984
19985 * mouse-sel.el (mouse-extend-internal):
19986 Remove unused variable `orig-window-frame'.
19987
19988 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19989 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19990 Move declarations before first use.
19991 (pcomplete-opt): Mark unused parameters; doc fix.
19992
19993 * proced.el (proced-revert): Mark unused parameter.
19994 (proced-send-signal): Remove unused variable `err'.
19995
19996 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19997 Rename parameter PREFIX-ARG to ARG.
19998 (ps-basic-plot-string, ps-basic-plot-whitespace):
19999 Mark unused parameters.
20000
20001 * replace.el (replace-count): Define.
20002 (occur-revert-function): Mark unused parameters.
20003 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20004 (isearch-case-fold-search, isearch-string): Declare.
20005 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20006 bind `case-fold-search'. Remove unused variables `beg' and `end',
20007 and simplify.
20008 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20009 COUNT and bind `replace-count'.
20010 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20011 to COUNT.
20012
20013 * savehist.el (print-readably, print-string-length): Declare.
20014
20015 * shadowfile.el (shadow-expand-cluster-in-file-name):
20016 Remove unused variable `cluster'.
20017 (shadow-copy-file): Remove unused variable `i'.
20018 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20019 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20020 (shadow-define-literal-group, shadow-define-regexp-group)
20021 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20022
20023 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20024 (shell): Use `called-interactively-p'.
20025 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20026
20027 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20028 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20029 (delete-backward-char): Remove unused variable `ocol'.
20030 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20031 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20032 (event-apply-hyper-modifier, event-apply-shift-modifier)
20033 (event-apply-control-modifier, event-apply-meta-modifier):
20034 Mark unused parameters.
20035 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20036 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20037
20038 * speedbar.el (speedbar-ignored-directory-expressions)
20039 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20040 (speedbar-find-file, speedbar-dir-follow)
20041 (speedbar-directory-buttons-follow, speedbar-tag-find)
20042 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20043 (speedbar-buffers-line-directory, speedbar-buffer-click):
20044 Mark unused parameters.
20045 (speedbar-tag-file): Remove unused variable `mode'.
20046 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20047
20048 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20049
20050 * talk.el (talk): Remove unused variable `display'.
20051
20052 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20053 (tar-write-region-annotate): Mark unused parameter.
20054
20055 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20056 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20057 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20058 warning by another.
20059
20060 * time-stamp.el (time-stamp-string-preprocess):
20061 Remove unused variable `require-padding'.
20062
20063 * tree-widget.el (widget-glyph-enable): Declare.
20064 (tree-widget-action): Mark unused parameter.
20065
20066 * w32-fns.el (x-get-selection): Mark unused parameter.
20067 (autoload-make-program, generated-autoload-file): Declare.
20068
20069 * wdired.el (wdired-revert): Mark unused parameters.
20070 (wdired-xcase-word): Remove unused variable `err'.
20071
20072 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20073 (whitespace-help-scroll): Remove unused variable `data-help'.
20074
20075 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20076 (widget-image-insert, widget-after-change, default)
20077 (widget-default-format-handler, widget-default-notify)
20078 (widget-default-prompt-value, widget-info-link-action)
20079 (widget-url-link-action, widget-function-link-action)
20080 (widget-variable-link-action, widget-file-link-action)
20081 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20082 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20083 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20084 (widget-insert-button-action, widget-delete-button-action, visibility)
20085 (widget-documentation-link-action, widget-documentation-string-action)
20086 (widget-const-prompt-value, widget-regexp-match, symbol)
20087 (widget-coding-system-prompt-value)
20088 (widget-key-sequence-value-to-external, sexp)
20089 (widget-sexp-value-to-internal, character, vector, cons)
20090 (widget-choice-prompt-value, widget-boolean-prompt-value)
20091 (widget-color--choose-action): Mark unused parameters.
20092 (widget-item-match-inline, widget-choice-match-inline)
20093 (widget-checklist-match, widget-checklist-match-inline)
20094 (widget-group-match): Rename parameter VALUES to VALS.
20095 (widget-field-value-set): Remove unused variable `size'.
20096 (widget-color-action): Remove unused variables `value' and `start'.
20097
20098 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 20099 variable `dir'. Doc fix.
06b60517
JB
20100 (windmove-find-other-window): Don't pass it.
20101
20102 * window.el (count-windows): Mark unused parameter.
20103 (bw-adjust-window): Remove unused variable `err'.
20104
20105 * woman.el (woman-file-name): Remove unused variable `default'.
20106 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20107 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20108 (global-font-lock-mode): Declare.
20109 (woman-decode-region): Mark unused parameter.
20110 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20111
20112 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20113 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20114 (x-dnd-handle-moz-url): Remove unused variable `title'.
20115 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20116
20117 * xml.el (xml-parse-tag, xml-parse-attlist):
20118 Remove unused variable `pos'.
20119
bc4f7f3d
GM
201202011-04-19 Glenn Morris <rgm@gnu.org>
20121
20122 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20123 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20124 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20125 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20126 * calendar/cal-html.el (cal-html-insert-minical):
20127 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20128 (calendar-mark-date-pattern):
20129 Prefix "unused" locals.
20130
20131 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20132 optional argument `style'.
20133
20134 * calendar/appt.el (appt-make-list):
20135 * calendar/cal-china.el (calendar-chinese-date-string):
20136 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20137 (diary-hebrew-yahrzeit):
20138 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20139 * calendar/calendar.el (calendar-generate-window):
20140 * calendar/time-date.el (time-to-days):
20141 Remove unused local variables.
20142
16a43933
CY
201432011-04-18 Chong Yidong <cyd@stupidchicken.com>
20144
20145 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20146 glyphless-char-display table.
20147 (tabulated-list-glyphless-char-display): New var.
20148
7eed1860
SS
201492011-04-18 Sam Steingold <sds@gnu.org>
20150
20151 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20152 to acknowledgments.
20153
4d2d1ccd
GM
201542011-04-17 Glenn Morris <rgm@gnu.org>
20155
20156 * calendar/diary-lib.el (diary-sexp-entry):
20157 * calendar/holidays.el (holiday-sexp):
20158 Set debug-on-error rather than the removed stack-trace-on-error.
20159
239da61d
GM
201602011-04-16 Glenn Morris <rgm@gnu.org>
20161
20162 * progmodes/f90.el: Use lexical-binding.
20163 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20164
8b05752a
SM
201652011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20166
daca8ba5
SM
20167 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20168 (mail-mode): Setup mailalias completion here instead.
20169 * mail/mailalias.el: Use lexical-binding.
20170 (pattern, mailalias-done): Declare dynamic.
20171 (mail-completion-at-point-function): New function, from mail-complete.
20172 (mail-complete): Use it.
20173 (mail-completion-expand): New function.
20174 (mail-get-names): Use it.
20175 (mail-directory, mail-directory-process, mail-directory-stream):
20176 Don't use `pattern' for lexically bound arg.
20177
6f542485
SM
20178 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20179
037e7c3f
SM
20180 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20181 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20182 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20183
8b05752a
SM
20184 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20185 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20186 (byte-interactive-p): Define them again, for use when inlining
20187 old code.
20188
49093f60
JB
201892011-04-15 Juanma Barranquero <lekktu@gmail.com>
20190
20191 * loadup.el: Use `string-to-number', not `string-to-int'.
20192
b5b8e7de
SM
201932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20196 gud-gdb-complete-command.
20197 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20198 (gud-gdb-completion-at-point): New function.
20199 (gud-gdb-completions): Remove.
20200
f42efeb5
MA
202012011-04-14 Michael Albinus <michael.albinus@gmx.de>
20202
49093f60
JB
20203 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20204 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20205 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20206 whether `executable-find' is bound.
f42efeb5
MA
20207
20208 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20209
e240cc21
SM
202102011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * minibuffer.el (completion-in-region-mode-predicate)
20213 (completion-in-region-mode--predicate): New vars.
20214 (completion-in-region, completion-in-region--postch)
20215 (completion-in-region-mode): Use them.
20216 (completion--capf-wrapper): Also return the hook function.
20217 (completion-at-point, completion-help-at-point):
20218 Adjust and provide a predicate.
c2bd2ab0
SM
20219
20220 Preserve arg names for advice of subr and lexical functions (bug#8457).
20221 * help-fns.el (help-function-arglist): Consolidate the subr and
20222 new-byte-code cases. Add argument `preserve-names' to extract names
20223 from the docstring when needed.
20224 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20225 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20226 (ad-arglist): Use help-function-arglist's new arg.
20227 (ad-definition-type): Use cond.
20228
c183f693
JB
202292011-04-13 Juanma Barranquero <lekktu@gmail.com>
20230
06641a47
JB
20231 * autorevert.el (auto-revert-handler):
20232 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20233 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20234 Don't quote lambda.
20235
c183f693
JB
20236 * image-mode.el (image-transform-set-scale):
20237 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20238
1e3b6001
G
202392011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20240
20241 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 20242 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
20243 Upgrades via gnutls-cli are too slow to be done opportunistically.
20244
2d6af8dd
JB
202452011-04-12 Juanma Barranquero <lekktu@gmail.com>
20246
20247 * dframe.el (dframe-current-frame): Remove spurious quote.
20248
c0749a51
GM
202492011-04-12 Glenn Morris <rgm@gnu.org>
20250
088d0d61
GM
20251 * calendar/cal-tex.el (cal-tex-end-document):
20252 Try to automatically use latin1 input if needed.
20253
c0749a51
GM
20254 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20255 Don't try to cons a mark onto an empty element.
20256
5c90fde0
LL
202572011-04-11 Leo Liu <sdl.web@gmail.com>
20258
20259 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20260 buffers.
20261 (ido-kill-buffer-at-head): Support killing virtual buffers.
20262
369e974d
CY
202632011-04-10 Chong Yidong <cyd@stupidchicken.com>
20264
20265 * minibuffer.el (completion-show-inline-help): New var.
20266 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
20267 (minibuffer-force-complete, minibuffer-complete-word):
20268 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
20269
20270 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20271 to avoid interference from inline help (Bug#5849).
20272
37f1c930
LL
202732011-04-10 Leo Liu <sdl.web@gmail.com>
20274
099c39a4
JB
20275 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20276 Fix typo.
37f1c930 20277
a32d4040
CY
202782011-04-09 Chong Yidong <cyd@stupidchicken.com>
20279
20280 * image-mode.el (image-toggle-display-image): Signal an error if
20281 not in Image mode.
20282 (image-transform-mode, image-transform-resize)
20283 (image-transform-set-rotation): Doc fix.
daca8ba5 20284 (image-transform-set-resize): Delete.
a32d4040
CY
20285 (image-transform-set-scale, image-transform-fit-to-height)
20286 (image-transform-fit-to-width): Handle image-toggle-display-image
20287 and image-transform-resize directly.
20288
099c39a4 202892011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
20290
20291 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
20292 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20293 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
20294 (doc-view-mode-map): Add bindings for the new functions.
20295
099c39a4 202962011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 20297
4d61f28d 20298 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
20299 Fix typo in docstring.
20300
3726838a
EZ
203012011-04-08 Eli Zaretskii <eliz@gnu.org>
20302
04f33f1e
EZ
20303 * files.el (file-size-human-readable): Produce one digit after
20304 decimal, like "ls -lh" does.
20305
20306 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20307 the file size representation.
20308
3726838a
EZ
20309 * simple.el (list-processes): If async subprocesses are not
20310 available, error out with a clear error message.
20311
cbb59342
CY
203122011-04-08 Chong Yidong <cyd@stupidchicken.com>
20313
20314 * help.el (help-form-show): New function, to be called from C.
20315 Put help-form output in a buffer named differently than *Help*.
20316
e3971c44
EZ
203172011-04-08 Eli Zaretskii <eliz@gnu.org>
20318
20319 * files.el (file-size-human-readable): New function.
20320
20321 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20322 computing the representation inline. Don't require `cl'.
20323
12544bbe
GM
203242011-04-08 Glenn Morris <rgm@gnu.org>
20325
a1de6c6a
GM
20326 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20327
3c4671f4
GM
20328 * net/browse-url.el (browse-url-firefox):
20329 Test system-type, not system-configuration.
20330
b605679c
GM
20331 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20332 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20333 Use log-edit-empty-buffer-p. (Bug#7598)
20334
56442f0c
GM
20335 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20336 (rlogin-mode-map): Initialize in the defvar.
20337 (rlogin): Use ignore-errors.
20338
12544bbe
GM
20339 * replace.el (occur-mode-map): Some fixes for menu items.
20340
eb237b0f
AH
203412011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20342
20343 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20344
7d668f2c
CY
203452011-04-06 Chong Yidong <cyd@stupidchicken.com>
20346
e67a13ab
CY
20347 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20348 issuing unused warnings.
20349
20350 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20351 macro directly.
20352
7d668f2c
CY
20353 * simple.el: Lisp reimplement of list-processes. Based on an
20354 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20355 (process-menu-mode): New major mode.
20356 (list-processes--refresh, list-processes):
20357 (process-menu-visit-buffer): New functions.
20358
20359 * files.el (save-buffers-kill-emacs): Don't assume any return
20360 value of list-processes, which is undocumented anyway.
20361
a83ec3c9
CY
203622011-04-06 Chong Yidong <cyd@stupidchicken.com>
20363
20364 * emacs-lisp/tabulated-list.el: New file.
20365
e91a96fe
CY
20366 * emacs-lisp/package.el: Use Tabulated List mode.
20367 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20368 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20369 table format using Tabulated List mode variables.
20370 (package--push): New macro, replacing package-list-maybe-add.
20371 (package-menu--generate): Use package--push. Renamed from
20372 package--generate-package-list.
20373 (package-menu-refresh, list-packages): Use it.
daca8ba5 20374 (package-menu--print-info): Rename from package-print-package.
e91a96fe 20375 Return insertion data instead of inserting it directly.
099c39a4
JB
20376 (package-menu-describe-package, package-menu-execute):
20377 Use tabulated-list-get-id.
e91a96fe
CY
20378 (package-menu-mark-delete, package-menu-mark-install)
20379 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
20380 (package-menu-mark-obsolete-for-deletion):
20381 Use tabulated-list-put-tag.
e91a96fe
CY
20382 (package--list-packages, package-menu-revert)
20383 (package-menu-get-package, package-menu-get-version)
20384 (package-menu-sort-by-column): Functions deleted.
20385 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20386 (package-menu--status-predicate, package-menu--version-predicate)
20387 (package-menu--name-predicate)
20388 (package-menu--description-predicate): Handle arguments in the
20389 Tabulated List format.
20390 (package-list-packages-no-fetch): Call list-packages.
20391
3e214b50
JB
203922011-04-06 Juanma Barranquero <lekktu@gmail.com>
20393
20394 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 20395 (after-find-file): Don't bind it.
3e214b50
JB
20396 (revert-buffer-in-progress-p): New variable.
20397 (revert-buffer): Bind it.
20398 Pass nil for `after-find-file-from-revert-buffer'.
20399
20400 * saveplace.el (save-place-find-file-hook): Use new variable
20401 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20402
3f0f1700
GM
204032011-04-06 Glenn Morris <rgm@gnu.org>
20404
c0274801
GM
20405 * Makefile.in (AUTOGEN_VCS): New variable.
20406 (autoloads): Use $AUTOGEN_VCS.
20407
3f0f1700
GM
20408 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20409 * calendar/calendar.el (calendar-mode-map):
20410 Check for toolkit scroll bars. (Bug#8305)
20411
41ea9e48
CY
204122011-04-05 Chong Yidong <cyd@stupidchicken.com>
20413
20414 * minibuffer.el (completion-in-region--postch)
20415 (completion-in-region-mode): Remove unnecessary messages.
20416
6194c800
JB
204172011-04-05 Juanma Barranquero <lekktu@gmail.com>
20418
33256f14
JB
20419 * font-lock.el (font-lock-refresh-defaults):
20420 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20421 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20422
6194c800
JB
20423 * info.el (Info-directory-list, Info-read-node-name-2)
20424 (Info-split-parameter-string): Doc fixes.
20425 (Info-virtual-nodes): Reflow docstring.
20426 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20427 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20428 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20429 Fix typos in docstrings.
20430 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20431 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20432 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20433 (Info-restore-desktop-buffer): Mark unused parameters.
20434 (Info-directory-find-file, Info-directory-find-node)
20435 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20436 (Info-virtual-index-find-node, Info-apropos-find-file)
20437 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 20438 Mark unused parameters; fix typos in docstrings.
6194c800
JB
20439 (Info-virtual-index): Remove unused local variable `nodename'.
20440
b87a8200 204412011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 20442
b87a8200
DD
20443 * net/rcirc.el: Update my e-mail address.
20444 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 20445
3b2ff876
CY
204462011-04-05 Chong Yidong <cyd@stupidchicken.com>
20447
20448 * startup.el (command-line): Save the cursor's theme-face
20449 directly, instead of using face-override-spec.
20450
20451 * custom.el (load-theme): Minor optimization in assigning faces.
20452
8d17e7ca
JB
204532011-04-04 Juanma Barranquero <lekktu@gmail.com>
20454
20455 * help-fns.el (describe-variable): Complete all variables having
20456 documentation, including keywords.
20457 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20458
2fbc1934
JB
204592011-04-04 Juanma Barranquero <lekktu@gmail.com>
20460
20461 Convert to lexical-binding.
20462
20463 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20464 (bs--get-marked-string, bs--get-modified-string)
20465 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20466 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20467 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20468
20469 * ehelp.el (electric-help-execute-extended)
20470 (electric-help-ctrl-x-prefix):
20471 * hexl.el (hexl-revert-buffer-function):
20472 * linum.el (linum-after-change, linum-after-scroll):
20473 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20474
20475 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20476
74f50695
DU
204772011-04-04 Daiki Ueno <ueno@unixuser.org>
20478
20479 * epa-dired.el:
20480 * epa-mail.el:
20481 * epa-hook.el:
20482 * epa-file.el:
20483 * epa.el:
20484 * epg.el: Use lexical binding.
20485
c11325f7
CY
204862011-04-03 Chong Yidong <cyd@stupidchicken.com>
20487
0d9e9a12
CY
20488 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20489
c11325f7 20490 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
20491 dictionary case for flyspell-mark-duplications-exceptions.
20492 Use regexp matching for languages.
c11325f7
CY
20493 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20494 default dictionary (Bug#7926).
20495
da91b5f2
CY
204962011-04-02 Chong Yidong <cyd@stupidchicken.com>
20497
099c39a4
JB
20498 * emacs-lisp/package.el (package--with-work-buffer):
20499 Recognize https URLs.
da91b5f2 20500
099c39a4
JB
20501 * net/network-stream.el: Move from gnus/proto-stream.el.
20502 Change prefix to network-stream throughout.
da91b5f2
CY
20503 (open-protocol-stream): Merge into open-network-stream, leaving
20504 open-protocol-stream as an alias. Handle nil BUFFER args.
20505
20506 * subr.el (open-network-stream): Move to net/network-stream.el.
20507
afa8e9f6
GM
205082011-04-02 Glenn Morris <rgm@gnu.org>
20509
1d2e369d
GM
20510 * find-dired.el (find-exec-terminator): New option.
20511 (find-ls-option): Test for -ls support.
20512 (find-ls-subdir-switches): Test for -b in find-ls-option.
20513 (find-dired, find-grep-dired): Doc fixes.
20514 (find-dired): Use find-exec-terminator.
20515
8abb7da8 20516 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
20517 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20518 (find-name-arg): Remove purecopy.
8abb7da8 20519
f3ca7378
GM
20520 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20521 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20522 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20523 accordingly. Don't add the null-device if not needed.
20524
afa8e9f6
GM
20525 * files.el (save-some-buffers): Doc fix.
20526
35eae264
EZ
205272011-04-02 Eli Zaretskii <eliz@gnu.org>
20528
20529 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20530
26b51db5
JB
205312011-04-01 Juanma Barranquero <lekktu@gmail.com>
20532
20533 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20534 Use `dolist' rather than `mapcar'.
20535
7200d79c
SM
205362011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20537
03408648 20538 Add lexical binding.
7200d79c 20539
03408648
SM
20540 * subr.el (apply-partially): Use new closures rather than CL.
20541 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20542 (dolist, dotimes): Use slightly different expansion for lexical code.
20543 (functionp): Move to C.
20544 (letrec): New macro.
20545 (with-wrapper-hook): Use it and apply-partially instead of CL.
20546 (eval-after-load): Preserve lexical-binding.
20547 (save-window-excursion, with-output-to-temp-buffer): Turn them
20548 into macros.
7200d79c 20549
03408648
SM
20550 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20551
20552 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20553 than the arglist.
20554 (help-add-fundoc-usage): Don't add `Not documented'.
20555 (help-function-arglist): Handle closures, subroutines, and new
20556 byte-code-functions.
20557 (help-make-usage): Remove leading underscores.
20558 (describe-function-1): Handle closures.
20559 (describe-variable): Use special-variable-p for completion.
20560
20561 * files.el (lexical-binding): Declare safe.
f488fb65 20562
03408648
SM
20563 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20564 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20565 (pcase): Add `let' pattern.
20566 Change memoization so it actually works.
20567 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20568 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20569 <let>: New case.
f488fb65 20570
03408648
SM
20571 * emacs-lisp/macroexp.el: Use lexical binding.
20572 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20573 Don't convert ' to #' without checking that it's indeed quoting
20574 a lambda.
20575
20576 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 20577 Use eval-sexp-add-defvars.
03408648
SM
20578 (eval-sexp-add-defvars): New fun.
20579
20580 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20581
20582 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20583 Don't autoload.
20584 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20585 than the internal `byte-compile-lambda'.
20586 (defmethod): Don't hide code under quotes.
20587 (eieio-defmethod): New `code' argument.
20588
20589 * emacs-lisp/eieio-comp.el: Remove.
20590
20591 * emacs-lisp/edebug.el (edebug-eval-defun)
20592 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20593 (edebug-toggle): Avoid `eval'.
20594
20595 * emacs-lisp/disass.el (disassemble-internal): Handle new
20596 `closure' objects.
20597 (disassemble-1): Handle new byte codes.
20598
20599 * emacs-lisp/cl.el (pushnew): Silence warning.
20600
20601 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20602 (cl-byte-compile-throw): Remove.
20603 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20604
20605 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20606 closures.
20607
20608 * emacs-lisp/cconv.el: New file.
20609
20610 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20611 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20612 (byte-compile-initial-macro-environment):
20613 Handle declare-function here.
20614 (byte-compile--lexical-environment): New var.
20615 (byte-stack-ref, byte-stack-set, byte-discardN)
20616 (byte-discardN-preserve-tos): New lap codes.
20617 (byte-interactive-p): Don't use any more.
20618 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20619 New macros.
20620 (byte-compile-lapcode): Use them and handle new lap codes.
20621 (byte-compile-obsolete): Remove.
20622 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20623 (byte-compile-arglist-warn): Check late def of inlinable funs.
20624 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20625 since they should have been expanded by now.
20626 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20627 (byte-compile-from-buffer): Remove unused second arg.
20628 (byte-compile-preprocess): New function.
20629 (byte-compile-toplevel-file-form): New function to distinguish
20630 file-form calls from outside from file-form calls from hunk-handlers.
20631 (byte-compile-file-form): Simplify.
20632 (byte-compile-file-form-defsubst): Remove.
20633 (byte-compile-file-form-defmumble): Simplify now that
20634 byte-compile-lambda always returns a byte-code-function.
20635 (byte-compile): Preprocess.
20636 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20637 Remove, not used any more.
20638 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20639 (byte-compile-make-args-desc): New funs.
20640 (byte-compile-lambda): Handle lexical functions. Always return
20641 a byte-code-function.
20642 (byte-compile-reserved-constants): New var, to make up room for
20643 closed-over variables.
20644 (byte-compile-constants-vector): Obey it.
20645 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20646 (byte-compile-macroexpand-declare-function): New function.
20647 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20648 byte-code-functions.
20649 (byte-compile-form): Check obsolescence here.
20650 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20651 (byte-compile-variable-ref): Remove.
20652 (byte-compile-dynamic-variable-op): New fun.
20653 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20654 (byte-compile-variable-set): New funs.
20655 (byte-compile-discard): Add 2 args.
20656 (byte-compile-stack-ref, byte-compile-stack-set)
20657 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20658 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20659 macroexpand-all instead.
20660 (byte-compile-quote-form): Remove.
20661 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20662 (byte-compile-bind, byte-compile-unbind): New funs.
20663 (byte-compile-let): Handle let* and lexical binding.
20664 (byte-compile-let*): Remove.
20665 (byte-compile-catch, byte-compile-unwind-protect)
20666 (byte-compile-track-mouse, byte-compile-condition-case):
20667 Handle a new :fun-body form, used for lexical scoping.
20668 (byte-compile-save-window-excursion)
20669 (byte-compile-with-output-to-temp-buffer): Remove.
20670 (byte-compile-defun): Simplify.
20671 (byte-compile-stack-adjustment): New fun.
20672 (byte-compile-out): Use it.
20673 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20674
20675 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20676 handler any more.
20677
20678 * emacs-lisp/byte-opt.el: Use lexical binding.
20679 (byte-inline-lapcode): Remove (to bytecomp).
20680 (byte-compile-inline-expand): Pay attention to inlining to/from
20681 lexically bound code.
20682 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20683 any more.
20684 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20685 any more and don't call compiler-macros.
20686 (byte-compile-splice-in-already-compiled-code): Remove.
20687 (byte-code): Don't inline any more.
20688 (disassemble-offset): Receive `bytes' as argument rather than via
20689 dynamic scoping.
20690 (byte-compile-tag-number): Declare before first use.
20691 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20692 `return' even if make-spliceable.
20693 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20694 obsolete interactive-p.
20695 (byte-optimize-lapcode): Optimize new lap-codes.
20696 Don't trip up on new form of `byte-constant' lap code.
20697
20698 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20699
20700 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20701
20702 * custom.el (custom-initialize-default, custom-declare-variable):
20703 Use `defvar'.
20704
20705 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20706 New variables.
20707 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20708 (COMPILE_FIRST): Add macroexp and cconv.
20709 * makefile.w32-in: Mirror changes in Makefile.in.
20710
20711 * vc/cvs-status.el:
20712 * vc/diff-mode.el:
20713 * vc/log-edit.el:
20714 * vc/log-view.el:
20715 * vc/smerge-mode.el:
20716 * textmodes/bibtex-style.el:
090bd7cb 20717 * textmodes/css-mode.el:
03408648
SM
20718 * startup.el:
20719 * uniquify.el:
da91b5f2
CY
20720 * minibuffer.el:
20721 * newcomment.el:
20722 * reveal.el:
20723 * server.el:
20724 * mpc.el:
20725 * emacs-lisp/smie.el:
20726 * doc-view.el:
20727 * dired.el:
03408648
SM
20728 * abbrev.el: Use lexical binding.
20729
0f0c1f27
EZ
207302011-04-01 Eli Zaretskii <eliz@gnu.org>
20731
20732 * info.el (info-display-manual): New function.
20733
c82b2579
SM
207342011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20737
221ddf68
TH
207382011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20739
20740 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 20741 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 20742
cba6e77e
GM
207432011-03-31 Glenn Morris <rgm@gnu.org>
20744
e040639f
GM
20745 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20746
cba6e77e
GM
20747 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20748
6d0f1c9e
CS
207492011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20750
20751 * progmodes/python.el (python-default-interpreter)
20752 (python-python-command-args, python-jython-command-args)
20753 (python-which-shell, python-which-args, python-which-bufname)
20754 (python-file-queue, python-comint-output-filter-function)
20755 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20756 variables and functions.
20757
3e2d70fd
SM
207582011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20759
20760 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20761 (completion-in-region-mode): New minor mode.
20762 (completion-in-region): Use it.
20763 (completion-in-region--data, completion-in-region-mode-map): New vars.
20764 (completion-in-region--postch): New function.
20765 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20766 New vars.
20767 (completion--capf-wrapper): New function.
20768 (completion-at-point): Use it to track well-behavedness of
20769 hook functions.
20770 (completion-help-at-point): New command.
20771
f3e4086c
JM
207722011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20773
20774 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20775 syntax class to search for whitespace on a single line
20776 (Message-ID: <4D938140.4030905@redhat.com>).
20777
eb7ffc14
LL
207782011-03-30 Leo Liu <sdl.web@gmail.com>
20779
20780 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20781 New commands.
20782 (edit-abbrevs-map): Bind them here.
20783 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20784
d806ab68
KM
207852011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20786
20787 * allout.el (allout-hide-by-annotation, allout-flag-region):
20788 Reduce possibility of overlay leakage by making them volatile.
20789
20790 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20791 hash is not shared between buffers. Mode initialization is
20792 responsible for giving it a useful starting value.
20793 (allout-item-span): Reduce possibility of overlay leakage by
20794 making them volatile.
20795 (allout-widgets-count-buttons-in-region): Add diagnostic function
20796 for tracking down button overlay leaks.
20797
ea622834
LL
207982011-03-29 Leo Liu <sdl.web@gmail.com>
20799
20800 * ido.el (ido-read-internal): Use the default history var
20801 minibuffer-history if no HISTORY is specified.
20802
b62f8267
G
208032011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20804
03408648
SM
20805 * net/imap.el (imap-shell-open, imap-process-connection-type):
20806 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
20807 Kerberos, SSL, other subprocesses.
20808
947b6566
LL
208092011-03-28 Leo Liu <sdl.web@gmail.com>
20810
20811 * abbrev.el (abbrev-table-empty-p): New function.
20812 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20813 nonempty ones. (Bug#5937)
20814
5ffb62aa
JD
208152011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20816
20817 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20818
7a097943
LL
208192011-03-27 Leo Liu <sdl.web@gmail.com>
20820
20821 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20822 for foreground and background colors.
20823 (ansi-color-make-color-map): Adapt.
20824
c5b40130
LL
208252011-03-25 Leo Liu <sdl.web@gmail.com>
20826
1f48f7d2
LL
20827 * midnight.el (midnight-time-float): Remove. Note it calculates
20828 the microsecond component incorrectly and seconds-to-time does the
20829 same job.
625897ec 20830 Remove redundant (require 'timer).
1f48f7d2 20831
c5b40130
LL
20832 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20833 (ido-completions): Remove unused arguments. (Bug#8329)
20834
d86d2721
SM
208352011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20836
20837 * minibuffer.el (completion--flush-all-sorted-completions):
20838 Remove itself from hook.
20839 (completion-at-point): Let the functions perform the completion
20840 immediately and return nil or t.
20841 * comint.el (comint-dynamic-complete-functions): Now identical to
20842 completion-at-point-functions.
20843 (comint-dynamic-list-input-ring): Remove unused var `index'.
20844 (comint--match-partial-filename, comint--unquote&expand-filename):
20845 New funs, split from comint-match-partial-filename.
20846 (comint-dynamic-complete): Use completion-at-point.
20847 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20848
e8974c48
DA
208492011-03-24 Drew Adams <drew.adams@oracle.com>
20850
20851 * thingatpt.el: Support `defun'.
20852
def71b5e
LL
208532011-03-23 Leo Liu <sdl.web@gmail.com>
20854
cb5af48e
LL
20855 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20856
def71b5e
LL
20857 * help-mode.el (help-mode-finish): Tweak regexp.
20858
927c53e7
GM
208592011-03-23 Glenn Morris <rgm@gnu.org>
20860
18d05bed
GM
20861 * eshell/esh-opt.el (eshell-eval-using-options):
20862 Do not bind unused local variable `eshell-option-stub'.
20863
927c53e7
GM
20864 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20865
9d0da923
JB
208662011-03-22 Juanma Barranquero <lekktu@gmail.com>
20867
20868 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20869 keymap variable in `with-no-warnings' to avoid a warning when the
20870 keymap has been already `defconst'ed.
20871
4b978a67
LL
208722011-03-22 Leo Liu <sdl.web@gmail.com>
20873
20874 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20875 encode all chars in abbrevs; otherwise use emacs-mule or
20876 utf-8-emacs. (Bug#8308)
20877
5fd62452
JB
208782011-03-22 Juanma Barranquero <lekktu@gmail.com>
20879
0b1596c6
JB
20880 * simple.el (backward-delete-char-untabify):
20881 Avoid warning about using `delete-backward-char'.
20882
5fd62452
JB
20883 * image.el (image-type-file-name-regexps): Make it variable.
20884 `imagemagick-register-types' modifies it, and the user may want
20885 to add new extensions for known image types.
20886 (imagemagick-register-types): Throw error if not using ImageMagick.
20887
0b4e93f1
LL
208882011-03-22 Leo Liu <sdl.web@gmail.com>
20889
20890 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20891 located before rcirc-prompt-end-marker.
20892 (rcirc-complete): Error if point is not after rcirc prompt.
20893 Handle the case when table is nil.
9882e214 20894 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 20895
fccee4ab
CY
208962011-03-22 Chong Yidong <cyd@stupidchicken.com>
20897
20898 * custom.el (custom--inhibit-theme-enable): Make it affect only
20899 custom-theme-set-variables and custom-theme-set-faces.
20900 (provide-theme): Ignore custom--inhibit-theme-enable.
20901 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20902 (custom-enabling-themes): Delete variable.
d86d2721
SM
20903 (enable-theme): Accept only loaded themes as arguments.
20904 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
20905 (custom-enabled-themes): Forbid themes from setting this.
20906 Eliminate use of custom-enabling-themes.
20907 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 20908
af896da6
LL
209092011-03-21 Leo Liu <sdl.web@gmail.com>
20910
20911 * ido.el (ido-read-internal): Add ido-selected to history instead
20912 of user input.
20913
78f64af0
SM
209142011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * subr.el (deferred-action-list, deferred-action-function):
20917 Mark obsolete.
20918
b16ac1ec
LL
209192011-03-21 Leo Liu <sdl.web@gmail.com>
20920
810f7698
LL
20921 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20922 change on 2011-02-13 (bug#8309).
20923
b16ac1ec
LL
20924 * minibuffer.el (read-file-name-function): Change default value.
20925 (read-file-name--defaults): Rename from read-file-name-defaults.
20926 (read-file-name-default): Rename from read-file-name.
20927 (read-file-name): Call read-file-name-function.
20928
4e05e67e
GM
209292011-03-21 Glenn Morris <rgm@gnu.org>
20930
20931 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20932 Doc fixes.
20933
4359915b
CY
209342011-03-21 Chong Yidong <cyd@stupidchicken.com>
20935
20936 * cus-theme.el: Add missing provide statement.
20937 (customize-create-theme): Extract theme value correctly.
20938 (custom-theme-visit-theme): Autoload.
20939 (customize-create-theme): Prompt before inserting default faces.
20940
1fe275ee
JB
209412011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20942
20943 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20944 units and musical notes.
20945
cd394be1 209462011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
20947
20948 * ido.el (ido-read-internal): Use completing-read-default.
20949 (ido-completing-read): Fix compatibility with completing-read.
20950
7d476bde
CO
209512011-03-20 Christian Ohler <ohler@gnu.org>
20952
20953 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20954 (ert-delete-all-tests): Use `called-interactively-p' rather than
20955 `interactive-p'.
20956 (ert--make-xrefs-region): Respect END.
20957
fe0fb33e
CY
209582011-03-19 Chong Yidong <cyd@stupidchicken.com>
20959
ff854b0b
CY
20960 * dired-aux.el (dired-create-directory): Signal an error if the
20961 directory already exists (Bug#8246).
20962
fe0fb33e
CY
20963 * facemenu.el (list-colors-display): Call list-faces-display
20964 inside with-help-window.
20965 (list-colors-print): Use display property to align the final
20966 column, instead of checking window-width.
20967
576bce32
EZ
209682011-03-19 Eli Zaretskii <eliz@gnu.org>
20969
4d61f28d 20970 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
20971 windows-nt systems.
20972 (emerge-protect-metachars): Quote correctly for ms-dos and
20973 windows-nt systems.
20974
89c41d68 209752011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
20976
20977 * info.el (info-initialize): Replace all uses of `:' with
20978 path-separator for compatibility with non-Unix systems.
20979 Cache quoting of path-separator. (Bug#8258)
20980
b14e3e21 209812011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
20982
20983 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20984 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20985 (mouse-avoidance-mode): Fix typos in docstrings.
20986
4525ce3e
CY
209872011-03-19 Chong Yidong <cyd@stupidchicken.com>
20988
20989 * startup.el (package-subdirectory-regexp): Move from package.el.
20990 Omit \\` and \\', and let callers add them.
20991
20992 * emacs-lisp/package.el (package-strip-version)
20993 (package-load-all-descriptors): Add \\` and \\' to
20994 package-subdirectory-regexp before using it.
20995 (package-untar-buffer): New arg DIR; ensure that file untars only
20996 into this expected directory. Remove superfluous delete-region.
20997 (package-unpack): Caller changed.
20998 (package-tar-file-info): Use package-subdirectory-regexp.
20999
a904a09a 210002011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 21001
a904a09a
SM
21002 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21003 diff-mode-shared-map (bug#8284).
21004 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
21005
210062011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21007
21008 * calendar/time-date.el (format-seconds): Use assoc instead of
21009 assoc-string, since assoc-string doesn't exist in XEmacs.
21010
171fc304
JB
210112011-03-17 Juanma Barranquero <lekktu@gmail.com>
21012
21013 * custom.el (custom-known-themes): Reflow docstring.
21014 (custom-theme-load-path): Fix typo in docstring.
21015 (load-theme): Fix typo in error message.
21016 (custom-available-themes, custom-variable-theme-value):
21017 Use `let', not `let*'.
21018
d71990a1
JB
210192011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21020
21021 * calc/README: Mention inclusion of musical notes.
21022
21023 * calc/calc-units.el (calc-lu-quant): Rename from
21024 `calc-logunits-quantity'.
21025 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21026 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21027 (calc-db): Rename from `calc-dblevel'.
21028 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21029 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21030 (calc-np): Rename from `calc-nplevel'.
21031 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21032 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21033 (calc-lu-plus): Rename from `calc-logunits-add'.
21034 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21035 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21036 (calc-lu-minus): Rename from `calc-logunits-sub'.
21037 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21038 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21039 (calc-lu-times): Rename from `calc-logunits-mul'.
21040 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21041 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21042 (calc-lu-divide): Rename from `calc-logunits-div'.
21043 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21044 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21045
21046 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21047 functions being autoloaded.
21048
21049 * calc/calc.el (calc-lu-power-reference): Rename from
21050 `calc-logunits-power-reference'.
21051 (calc-lu-field-reference): Rename from
21052 `calc-logunits-field-reference'.
21053
7a71b18d
GM
21054 * calc/calc-help.el (calc-l-prefix-help):
21055 Mention musical note functions.
d71990a1 21056
40c2934b
SM
210572011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21058
21059 * minibuffer.el (completion-all-sorted-completions):
21060 Use :completion-cycle-penalty text property if present.
21061
b0911414
KM
210622011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21063
21064 * allout.el (allout-yank-processing): Adjust for new rebulleting
21065 regime so bullet being yanked is used without prompting the user
21066 for a choice.
21067
8a05b668
JB
210682011-03-16 Juanma Barranquero <lekktu@gmail.com>
21069
21070 * startup.el (command-line): Warn the user that _emacs is deprecated.
21071
5ba5fb81
JB
210722011-03-16 Juanma Barranquero <lekktu@gmail.com>
21073
21074 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21075 (delphi-verbose, delphi-comment-face, delphi-string-face)
21076 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21077 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21078 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21079 (delphi-new-comment-line, delphi-font-lock-defaults)
21080 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21081 Fix typos in docstrings.
21082
2dab465b
KM
210832011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21084
5ba5fb81 21085 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
21086 Invert the roles of character and string values for INSTEAD, so a
21087 string is used for the more common case of a defaulting prompt.
21088
0adf5618
SM
210892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21090
21091 * progmodes/ruby-mode.el (ruby-backward-sexp):
21092 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21093 * play/gamegrid.el (gamegrid-make-face):
21094 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21095 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21096 * notifications.el (notifications-notify):
21097 * net/xesam.el (xesam-search-engines):
21098 * net/quickurl.el (quickurl-list-insert):
21099 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21100
d72700e5
CY
211012011-03-15 Chong Yidong <cyd@stupidchicken.com>
21102
21103 * startup.el (command-line): Update package subdirectory regexp.
21104
49c5410a
SM
211052011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21106
c6eee9aa
SM
21107 * allout.el (allout-abbreviate-flattened-numbering)
21108 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21109
49c5410a
SM
21110 * subr.el (read-char-choice): Only show the cursor after the prompt,
21111 not after the answer.
21112
047b2bb9
KR
211132011-03-15 Kevin Ryde <user42@zip.com.au>
21114
21115 * help-fns.el (variable-at-point): Skip leading quotes, if any
21116 (bug#8253).
21117
0a57d256
SM
211182011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21121 warning message.
21122
77c992bc
MA
211232011-03-14 Michael Albinus <michael.albinus@gmx.de>
21124
21125 * shell.el (shell): When called interactively, offer to change the
21126 shell file name on remote hosts.
21127
eebc475d
TZ
211282011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21129
21130 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21131 integration for LDAP parameters. The host, base, user or binddn,
21132 and secret tokens can be specified in a netrc file, for instance.
21133 This is optional because an `auth-source' parameter must be
21134 specified in the search attributes.
21135
9d05d1ba
JB
211362011-03-13 Juanma Barranquero <lekktu@gmail.com>
21137
21138 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21139
09d9db2c
GM
211402011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21141
21142 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21143 into declaration. Remove redundant and harmful binding.
21144
211452011-03-12 Eli Zaretskii <eliz@gnu.org>
21146
21147 * files.el (file-ownership-preserved-p): Pass `integer' as an
21148 explicit 2nd argument to `file-attributes'. If the file's owner
21149 is the Administrators group on Windows, and the current user is
21150 Administrator, consider that a match.
21151
21152 * server.el (server-ensure-safe-dir): Consider server directory
21153 safe on MS-Windows if its owner is the Administrators group while
21154 the current Emacs user is Administrator. Use `=' to compare
21155 numerical UIDs, since they could be integers or floats.
21156
219bd536
JB
211572011-03-12 Juanma Barranquero <lekktu@gmail.com>
21158
21159 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21160
f3afd36b
MA
211612011-03-12 Michael Albinus <michael.albinus@gmx.de>
21162
21163 Sync with Tramp 2.2.1.
21164
21165 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21166
21167 * net/trampver.el: Update release number.
21168
3aaaa6f1
SM
211692011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21170
94642599
SM
21171 * progmodes/compile.el (compilation--previous-directory): Fix up
21172 various nil/dead-marker mismatches (bug#8014).
21173 (compilation-directory-properties, compilation-error-properties):
21174 Don't call it at a position past the one we're about to change.
21175
3aaaa6f1
SM
21176 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21177 Disable obsolescence warnings in the file that declares it.
21178
14239447
KM
211792011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21180
099c39a4
JB
21181 * allout-widgets.el (allout-widgets-tally):
21182 Initialize allout-widgets-tally as a hash table rather than nil to
21183 prevent mode-line redisplay warnings. Also, clarify the module
21184 description and fix a comment typo.
14239447 21185
135e287c
JB
211862011-03-11 Juanma Barranquero <lekktu@gmail.com>
21187
21188 * help-fns.el (describe-variable): Don't complete keywords.
21189 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21190
ffbf300e
CY
211912011-03-10 Chong Yidong <cyd@stupidchicken.com>
21192
ba08b241
CY
21193 * emacs-lisp/package.el (package-version-join): Impose a standard
21194 string representation for pre/alpha/beta version lists.
21195 (package-unpack-single): Standardize the directory name by passing
21196 it through package-version-join.
21197 (package-strip-rcs-id): Accept any version string that does not
21198 signal an error in version-to-list.
ffbf300e 21199
f346fd6b
MA
212002011-03-10 Michael Albinus <michael.albinus@gmx.de>
21201
21202 * simple.el (delete-trailing-whitespace): Return nil for the
21203 benefit of `write-file-functions'.
21204
ccb55d27
GM
212052011-03-10 Glenn Morris <rgm@gnu.org>
21206
5ceaac0c
GM
21207 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21208
02da65ff
GM
21209 * vc/vc-git.el (vc-git-program): New option.
21210 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21211 (vc-git--call): Use it.
21212
b2f603cc
GM
21213 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21214
5772caab
GM
21215 * cus-edit.el (Custom-newline): If no button at point, look
21216 for a subgroup button at start-of-line. (Bug#2298)
21217
ccb55d27
GM
21218 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21219
ec6ecaed
JD
212202011-03-10 Julien Danjou <julien@danjou.info>
21221
21222 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21223 `cursor-type' is nil.
21224
9d5aa01d
JB
212252011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21226
21227 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21228
b6a5875b
KM
212292011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21230
7a71b18d 21231 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
21232 preserves the existing header prefix, rebulleting it if necessary,
21233 rather than replacing it. This is necessary for proper operation
21234 of cooperative addons like allout-widgets.
1154d12e
JB
21235 (allout-make-topic-prefix, allout-rebullet-heading):
21236 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21237 value as alternate bullet to be used, instead of prompting the user
21238 for a bullet character.
b6a5875b 21239
ee545c35
MA
212402011-03-09 Michael Albinus <michael.albinus@gmx.de>
21241
d86d2721
SM
21242 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21243 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
21244 `tramp-default-port'.
21245
c47971d7
DD
212462011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21247
21248 * net/rcirc.el (rcirc-handler-001): Remove useless
21249 with-rcirc-process-buffer.
21250 (rcirc-check-auth-status): Swap arguments to string-match.
21251
13522cb4
GM
212522011-03-09 Glenn Morris <rgm@gnu.org>
21253
0be6f4f1
GM
21254 * shell.el (shell-mode):
21255 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21256
13522cb4
GM
21257 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21258 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21259
515de2e3
CY
212602011-03-08 Chong Yidong <cyd@stupidchicken.com>
21261
21262 * emacs-lisp/package.el (package-refresh-contents)
21263 (package-menu-execute): Use condition-case-no-debug.
21264
b511b994
MA
212652011-03-08 Michael Albinus <michael.albinus@gmx.de>
21266
21267 * simple.el (shell-command-to-string): Use `process-file'.
21268
21269 * emacs-lisp/package.el (package-tar-file-info): Handle also
21270 remote files.
21271
d86d2721
SM
21272 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21273 Use `equal' for upload base check.
b511b994 21274
25bbfb31
AM
212752011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21276
21277 * textmodes/texinfo.el (texinfo-environments):
21278 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21279
be996521
GM
212802011-03-08 Glenn Morris <rgm@gnu.org>
21281
e9c8529f
GM
21282 * cus-start.el (cursor-in-non-selected-windows):
21283 Fix :set quoting oddness. (Bug#8192)
21284
be996521
GM
21285 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21286 in some setf expressions. (Bug#2159)
21287
2bb5649e
CY
212882011-03-08 Chong Yidong <cyd@stupidchicken.com>
21289
21290 * custom.el (custom-available-themes): Return themes in
21291 alphabetical order.
21292
33383987 21293See ChangeLog.15 for earlier changes.
e3d51b27
MR
21294
21295;; Local Variables:
21296;; coding: utf-8
e3d51b27
MR
21297;; End:
21298
acaf905b 21299 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
21300
21301 This file is part of GNU Emacs.
21302
21303 GNU Emacs is free software: you can redistribute it and/or modify
21304 it under the terms of the GNU General Public License as published by
21305 the Free Software Foundation, either version 3 of the License, or
21306 (at your option) any later version.
21307
21308 GNU Emacs is distributed in the hope that it will be useful,
21309 but WITHOUT ANY WARRANTY; without even the implied warranty of
21310 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21311 GNU General Public License for more details.
21312
21313 You should have received a copy of the GNU General Public License
21314 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.