* net/tramp-adb.el: New package.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0ec3f7ea
JH
12012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2
3 * net/tramp-adb.el: New package.
4
770de7cf
CY
52012-12-04 Chong Yidong <cyd@gnu.org>
6
ce3e7725
CY
7 * terminal.el: Move to obsolete/.
8
770de7cf
CY
9 * longlines.el: Move to obsolete/.
10
11 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12 Remove code referring to longlines mode.
13
c38a186c
JL
142012-12-03 Juri Linkov <juri@jurta.org>
15
16 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
17
329bfd64
AM
182012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19
20 * textmodes/ispell.el (ispell-init-process)
475eea6f
AM
21 (ispell-start-process, ispell-internal-change-dictionary):
22 Make sure personal dictionary name is expanded after initial
23 `default-directory' value. Use expanded strings for
24 keep/restart checks and for value (Bug#13019).
329bfd64 25
77a74935
JB
262012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
27
28 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
29
c5bc2d1d 302012-12-03 Leo Liu <sdl.web@gmail.com>
ff3d86d0
LL
31
32 * files.el (dir-locals-read-from-file): Check file non-empty
33 before reading. (Bug#13038)
34
c5bc2d1d 352012-12-03 Glenn Morris <rgm@gnu.org>
6247eff5
GM
36
37 * jka-cmpr-hook.el (jka-compr-get-compression-info):
38 Remove any version extension before checking filename. (Bug#13006)
39 (jka-compr-compression-info-list): Belated :version bump.
40
c5bc2d1d 412012-12-03 Chong Yidong <cyd@gnu.org>
a5bf43ba 42
8ecba97d
CY
43 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
44
a5bf43ba
CY
45 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
46 (buffer-menu): Doc fix (Bug#12294).
47
c5bc2d1d 482012-12-03 Roland Winkler <winkler@gnu.org>
34755291
RW
49
50 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
51 of diary-show-all-entries in the diary buffer (Bug#12994).
52
c5bc2d1d 532012-12-03 Michael Albinus <michael.albinus@gmx.de>
c2f5b60a
MA
54
55 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
56 "<STDIN>". This is binary safe.
57
682ceaf8
JB
582012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
59
60 * calc/calc-forms.el (math-absolute-from-iso-dt)
61 (math-date-to-iso-dt, math-parse-iso-date-validate)
62 (math-iso-dt-to-date): New functions.
63 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
64 (math-fd-isoweekday): New variables.
65 (calc-date-notation, math-parse-standard-date, math-format-date)
66 (math-format-date-part): Add support for more formatting codes.
67
db47d5e9
DG
682012-12-02 Dmitry Gutov <dgutov@yandex.ru>
69
70 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
71 current buffer's file name when called interactively (Bug#12488).
72
3faf4944
JL
732012-12-02 Juri Linkov <juri@jurta.org>
74
75 * info.el (info-display-manual): Don't clobber an existing Info
010db6da 76 buffer (Bug#10770). Add completion (Bug#10771).
3faf4944 77
cb5d51dc
YN
782012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
79
80 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
81 before using it for comparison (Bug#5297).
82
f38cd76e
JA
832012-12-01 Jari Aalto <jari.aalto@cante.net>
84
85 * textmodes/css-mode.el (css-current-defun-name): New function.
86 (css-mode): Use it.
87
88 * textmodes/sgml-mode.el (html-current-defun-name): New function.
89 (html-mode): Use it.
90
ba03d0d9
CY
912012-12-01 Chong Yidong <cyd@gnu.org>
92
93 Modularize add-log-current-defun (Bug#2224).
94 Suggested by Jari Aalto.
95
96 * vc/add-log.el (add-log-current-defun-function): Doc fix.
97 (add-log-current-defun): Move mode-specific code to other files.
98 (add-log-lisp-like-modes, add-log-c-like-modes)
99 (add-log-tex-like-modes): Variables deleted.
100
101 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
102 (lisp-mode-variables): Use it.
103
104 * progmodes/cc-mode.el (c-common-init):
105 * progmodes/cperl-mode.el (cperl-mode): Set a value for
106 add-log-current-defun-function.
107
108 * progmodes/m4-mode.el (m4-current-defun-name): New function.
109 (m4-mode): Use it.
110
111 * progmodes/perl-mode.el (perl-current-defun-name): New.
112 (perl-mode): Use it.
113
114 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Use
115 lisp-current-defun-name.
116
117 * textmodes/tex-mode.el (tex-current-defun-name): New.
118 (tex-common-initialization): Use it.
119
120 * textmodes/texinfo.el (texinfo-current-defun-name): New.
121 (texinfo-mode): Use it.
122
92eadba5
CY
1232012-12-01 Chong Yidong <cyd@gnu.org>
124
125 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
126 * progmodes/autoconf.el (autoconf-mode):
127 * progmodes/js.el (js-mode):
128 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
129 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
130 * progmodes/perl-mode.el (perl-mode):
131 * progmodes/sh-script.el (sh-mode, sh-set-shell):
132 * textmodes/css-mode.el (css-mode):
133 * textmodes/sgml-mode.el (html-mode, sgml-mode)
134 (sgml-tags-invisible, sgml-guess-indent):
135 * textmodes/tex-mode.el (tex-common-initialization)
136 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
137 (doctex-mode, plain-tex-mode, latex-mode):
138 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
139
3ddbf803
KK
1402012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
141
142 * vc/vc-hg.el (vc-hg-next-revision):
143 Ensure use of default "tip" output format. (Bug#6968)
144
f0b6ae63
KS
1452012-12-01 Kim F. Storm <storm@cua.dk>
146
147 * startup.el (fancy-startup-tail): Add a clickable link
148 (Bug#2176).
149
c01bf73e
CY
1502012-12-01 Chong Yidong <cyd@gnu.org>
151
152 * startup.el (fancy-startup-tail): Improve the message about
153 auto-save files (Bug#2176).
154
f0b6ae63
KS
155 * files.el (recover-session): Improve the descriptive message, and
156 use substitute-command-keys.
157
a9400458
GM
1582012-12-01 Glenn Morris <rgm@gnu.org>
159
160 * ido.el (ido-file-internal):
161 Handle other-window, other-frame for dired. (Bug#13036)
162
fb3bf6ce
GM
1632012-11-30 Glenn Morris <rgm@gnu.org>
164
165 * icomplete.el (icomplete-separator): Fix :version.
166
a813fe3f
CY
1672012-11-30 Chong Yidong <cyd@gnu.org>
168
169 * shell.el (shell): For C-u M-x shell, use an inactive shell
170 buffer as the default (Bug#1975).
276479fd
CY
171 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
172 (shell-mode): Use them to reapply ansi colorization if Shell mode
173 is re-enabled.
a813fe3f 174
a8b733a5
CY
1752012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
176
177 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
178
6fccd6e8
SB
1792012-11-30 Samuel Bronson <naesten@gmail.com>
180
181 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
182 flag to xargs, for compatibility with BSD xargs (Bug#11703).
183
53c9a337
TT
1842012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
185
186 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
187 by move-to-column (Bug#3234).
188
ccf520bb
CY
1892012-11-30 Chong Yidong <cyd@gnu.org>
190
191 * longlines.el (longlines-wrap-line, longlines-encode-region):
192 Preserve text properties (Bug#1425).
193
171b0949
OT
1942012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
195
196 * vc/vc.el (vc-register): Allow registering a file which is
197 already registered with a different backend (Bug#10589).
198
cc37e70f
J
1992012-11-29 Jambunathan K <kjambunathan@gmail.com>
200 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * icomplete.el: Change separator; add ido-style commands.
203 (icomplete-show-key-bindings): Remove custom var.
204 (icomplete-get-keys): Remove function.
205 (icomplete-forward-completions, icomplete-backward-completions):
206 New commands.
207 (icomplete-minibuffer-map): New var.
208 (icomplete-minibuffer-setup): Use it.
209 (icomplete-exhibit): Don't delay if the list of completions is known.
210 (icomplete-separator): New custom.
211 (icomplete-completions): Use it.
212 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
213 (minibuffer-force-complete-and-exit): New command.
214 (minibuffer--complete-and-exit): New function extracted from
215 minibuffer-complete-and-exit.
216 (minibuffer-complete-and-exit): Use it.
83e12fe0
SM
217
218 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
219 error message when the file doesn't exist (bug#12974).
220
31646597
KD
2212012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
222
223 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
224
e9df8f87
GM
2252012-11-29 Glenn Morris <rgm@gnu.org>
226
824eefe4
GM
227 * files.el (hack-dir-local-variables): Warn if try to set
228 coding via dir-locals, since it doesn't work. (Bug#7169)
229
4ad900d9
GM
230 Add desktop support for restoring vc-dir buffers. (Bug#10606)
231 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
232 Set buffer-local value of desktop-save-buffer.
233 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
234 New functions.
235 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
236 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
237
e9df8f87
GM
238 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
239 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
240 Doc fix.
241 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
242 Doc fixes.
243
e7c8fcc4
JB
2442012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
245
246 * calc/calc-forms.el (calc-date-notation): Fix regexp
247 used to find time codes. Fix symbol for seconds.
248
48d6d9c0
GM
2492012-11-27 Glenn Morris <rgm@gnu.org>
250
251 * emacs-lisp/derived.el (derived-mode-make-docstring):
252 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
253
369f945d
SM
2542012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * textmodes/table.el (table-insert): Don't use `symbol-name' on
257 lexically scoped variables (bug#13005).
258
5c9cf0a3 2592012-11-27 Glenn Morris <rgm@gnu.org>
98f99594 260
999e745e
GM
261 * vc/vc-hooks.el (vc-mistrust-permissions):
262 Default to t, to avoid data-loss. (Bug#11490)
98f99594 263
5c9cf0a3 2642012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
207cb73c 265
999e745e
GM
266 * progmodes/python.el (python-indent-guess-indent-offset):
267 If indentation is guessed make python-indent-offset buffer-local.
268
207cb73c 269 Fix Imenu regression.
999e745e
GM
270 * progmodes/python.el (python-nav-beginning-of-defun):
271 Fix forward movement when statement(s) separates point from defun.
207cb73c
FEG
272 (python-imenu-prev-index-position): New function.
273
5c9cf0a3 2742012-11-27 Eli Zaretskii <eliz@gnu.org>
33a488e4
EZ
275
276 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
277
278 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
865f7d8f 279 Don't set buffer-file-type. Return nil. (Bug#12989)
33a488e4 280
5c9cf0a3 2812012-11-27 Glenn Morris <rgm@gnu.org>
50207191
GM
282
283 * hippie-exp.el (hippie-expand-try-functions-list):
284 Re-autoload it. (Bug#12982)
285
5c9cf0a3 2862012-11-27 Eli Zaretskii <eliz@gnu.org>
2147c6ab 287
369f945d
SM
288 * descr-text.el (describe-char-padded-string):
289 Call internal-char-font only on GUI frames. (Bug#11964)
2147c6ab 290
5c9cf0a3 2912012-11-27 Andreas Schwab <schwab@linux-m68k.org>
58b1ae1e
AS
292
293 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
294 and obsoletion message.
295
5c9cf0a3 2962012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
35a10516
SM
297
298 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
299 the constructs to keep outside of the `cl-block' (bug#12977).
300
5c9cf0a3 3012012-11-27 Chong Yidong <cyd@gnu.org>
0c5ef133
CY
302
303 * mouse.el (mouse-drag-line): Even if the line is not draggable,
304 keep reading until we get the up-event anyway, in order to process
305 the up-event for mouse-1-click-follows-link (Bug#12971).
306
848a2dd1
SM
3072012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
310 base function is not yet defined (bug#12965).
311 (ad-activate-advised-definition): Use ad-compile-function.
312 (ad-activate): Use cond.
313
9ad79506
LL
3142012-11-25 Leo Liu <sdl.web@gmail.com>
315
316 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
317 (Bug#12979)
318
e2cb57f5
VB
3192012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
320
321 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
322 reftex-section-info-function in order to be compatible with
323 Texinfo integration.
324
325 * textmodes/reftex.el (reftex-section-pre-regexp)
848a2dd1
SM
326 (reftex-section-post-regexp, reftex-section-info-function):
327 New variable.
328 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
329 reftex-section-post-regexp, and reftex-section-info-function in order
330 to be compatible with Texinfo integration.
331
332 * textmodes/reftex-toc.el (reftex-toc-promote-action):
333 use reftex-section-pre-regexp variable in order to be compatible with
e2cb57f5
VB
334 Texinfo integration.
335
1c4f115d
CY
3362012-11-25 Chong Yidong <cyd@gnu.org>
337
338 * faces.el: Make face-spec-set more analogous to setq.
339 (face-spec-set): Change the third arg to specify whether this
340 function is being called via defface, customize, or a third party.
341 Set the appropriate symbol properties. Clear the override spec if
342 setting via Custom. Initialize face if necessary. (Bug#4988)
343 (face-spec-recalc): Allow theme faces to completely replace the
344 defface spec, in the same way as custom faces (Bug#8454).
345
346 * cus-face.el (custom-declare-face): Move face initialization to
347 face-spec-set.
348 (custom-theme-set-faces): Don't initialize the face name here, as
349 that is now done in face-spec-set.
350
351 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
352 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
353 Simplify by using the new arg to face-spec-set.
354
355 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
356 reset face-override-spec too, and use custom-declare-face.
357
c2350548
JD
3582012-11-24 Jan Djärv <jan.h.d@swipnet.se>
359
360 * term/ns-win.el (ns-initialize-window-system): Move creation of
361 fontsets here (Bug#11964).
362
ecfc364c
VB
3632012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
364
365 * ses.el (ses-rename-cell): Correct bug on mode-line update after
366 cell renaming.
367
0917cc54
CY
3682012-11-24 Chong Yidong <cyd@gnu.org>
369
433212bf
CY
370 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
371 obsolete.
372
0917cc54
CY
373 * custom.el (custom-theme-set-variables): Use a topological sort
374 for ordering by custom dependencies (Bug#12952).
375 (custom--sort-vars, custom--sort-vars-1): New functions.
376
d125ca15 3772012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
002c019c
SM
378
379 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
380 lexical-binding (bug#12938).
381
d125ca15 3822012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
977f9325
WJ
383
384 * image-mode.el (image-transform-check-size): Use assertions only
385 for images of type imagemagick.
386
387 Otherwise no error, image-transform-fit-to-{width,height} is
388 silently ignored, as before. Doc fix.
389
d125ca15 3902012-11-24 Chong Yidong <cyd@gnu.org>
bccffa83
CY
391
392 * faces.el (color-defined-p): Doc fix (Bug#12853).
393
d125ca15 3942012-11-24 Juri Linkov <juri@jurta.org>
61a2a122
JL
395
396 * dired.el (dired-mark): Add optional arg `interactive'.
397 Check for `use-region-p' if `interactive' is non-nil.
398 (dired-unmark, dired-flag-file-deletion): Add optional arg
399 `interactive'. Call `dired-mark' with the arg `interactive'.
400 (Bug#10624)
401
cc4c01bd
JL
402 * wdired.el: Revert 2012-10-17 change partly and replace it with
403 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
404 (wdired-finish-edit): Add marks for new file names to
405 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
406 after `revert-buffer'.
407 (wdired-do-renames): Remove calls to `dired-remove-file',
408 `dired-add-file', `dired-add-entry'. (Bug#11795)
409
d125ca15 4102012-11-24 Alan Mackenzie <acm@muc.de>
b03aabda 411
dc310ed0
AM
412 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
413
b03aabda
AM
414 Fix bugs in the state cache. Enhance a debugging mechanism.
415 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
416 "brace at column zero" strategy for C++.
417 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
418 (c-parse-state-point): New variable.
419 (c-record-parse-state-state): Record old parse state with
420 `copy-tree'. Record previous value of point.
421 (c-debug-parse-state-double-cons): New debugging function.
422 (c-debug-parse-state): Call the above new function.
423 (c-toggle-parse-state-debug): Output a confirmatory message.
424
002c019c
SM
425 * progmodes/cc-mode.el (c-before-change, c-after-change):
426 Call c-invalidate-state-cache from `c-before-change' instead of
b03aabda
AM
427 `c-after-change'.
428
930a6273
CY
4292012-11-23 Chong Yidong <cyd@gnu.org>
430
431 * find-cmd.el (find-constituents): Add executable, ipath,
432 readable, samefile, writable, daystart, regextype (Bug#12856).
433
15c9d04e
SM
4342012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
437
2ecb2679
PE
4382012-11-22 Paul Eggert <eggert@cs.ucla.edu>
439
440 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
441 definition. This fixes a bootstrap failure.
a14a5a40
PE
442 (calc-gregorian-switch): In menu, put dates before regions.
443 This is easier to follow, lines up better in the menu, and lets us
444 coalesce regions that switch at the same time. Give country
15c9d04e
SM
445 names, not "Vatican", as that's better for non-expert users.
446 Use names that are stable between the date of switch and now, e.g.,
a14a5a40
PE
447 Bohemia and Moravia (which existed then and now) and not
448 Czechoslovakia (which didn't exist then and doesn't exist now).
449 What is now the U.S. mostly did not switch at the same time as
450 Britain, so omit the U.S. Correct spelling of "Britain".
451 Catholic Switzerland was too much of a mess, so omit it.
2ecb2679 452
723da6aa
JB
4532012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
454
455 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
456 after the variable is changed.
457
21fa2482
DC
4582012-11-21 Daniel Colascione <dancol@dancol.org>
459
460 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
b6096e85
DC
461 in SQL declarations for font-lock.
462 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
21fa2482 463
3ca2f1bf
GM
4642012-11-21 Glenn Morris <rgm@gnu.org>
465
1bf335cf
GM
466 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
467 (face-italic-p): Add optional argument "inherit".
468
3ca2f1bf
GM
469 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
470 Remove -p suffix from names, for consistency with other set-face-*.
471 (set-face-inverse-video): Fix interactive spec.
472 * play/gamegrid.el (gamegrid-make-mono-tty-face):
473 * textmodes/table.el (table--update-cell-face):
474 Use set-face-inverse-video rather than now obsolete alias.
475
6ef2e5ef 4762012-11-21 Eli Zaretskii <eliz@gnu.org>
7cf95797
EZ
477
478 * simple.el (line-move): Don't call line-move-partial if
479 scroll-conservatively is in effect. (Bug#12927)
480
6ef2e5ef 4812012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
63f25172 482
93b05041
SM
483 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
484 Fallback on completion-at-point rather than
485 pcomplete-expand-and-complete, and only if pcomplete actually failed.
486 (eshell-cmpl-initialize): Setup completion-at-point.
487
488 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
489
bc715d67
SM
490 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
491
6ef2e5ef 4922012-11-21 Michael Albinus <michael.albinus@gmx.de>
d7f2a65c
MA
493
494 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
495 are remote, check out-of-band property for both.
496
6ef2e5ef 4972012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
d1c0cddf
SM
498
499 * window.el (switch-to-buffer): Re-add the warning that was lost in the
500 code rewrite.
501
6ef2e5ef 5022012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38 503
535efd4a
PE
504 More minor time fixes.
505 * calendar/time-date.el: Commentary fix.
506 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
507 too much other code depends on (0 0) time stamps.
508 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
509 Add a couple of FIXME comments.
510
0c93aa38
PE
511 Minor cleanup for times as lists of four integers.
512 * files.el (dir-locals-directory-cache):
513 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
514 Doc fixes.
515 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
516 * ps-bdf.el (bdf-file-newer-than-time):
517 Process four-integers time stamps, not two. Doc fixes.
518
23ba2705
SM
5192012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
520
2e31777b
SM
521 * uniquify.el (uniquify-managed): Use defvar-local.
522 (rename-buffer, create-file-buffer): Advise with advice-add.
523 (uniquify-unload-function): Unadvise accordingly.
524
8b62d742
SM
525 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
526 (trace-buffer): Don't purecopy.
527 (trace-entry-message, trace-exit-message): Add `context' arg.
528 (trace--timer): New var.
529 (trace-make-advice): Adjust for use in nadvice.
530 Add `context' argument. Delay `display-buffer' via a timer.
531 (trace-function-internal): Use advice-add.
532 (trace--read-args): New function.
533 (trace-function-foreground, trace-function-background): Use it.
534 (trace-function): Rename to trace-function-foreground and redefine as
535 an alias to that new name.
536 (untrace-function, untrace-all): Adjust to the use of nadvice.
537
5d0ccd95
SM
538 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
539
3837d988
SM
540 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
541
23ba2705
SM
542 * subr.el (called-interactively-p-functions): New var.
543 (internal--called-interactively-p--get-frame): New macro.
544 (called-interactively-p, interactive-p): Rewrite in Lisp.
545 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
546 (called-interactively-p-functions): Use it.
547 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
548 (called-interactively-p-functions): Use it.
549 * allout.el (allout-called-interactively-p): Don't assume
550 called-interactively-p is a subr.
551
b0636be7
GM
5522012-11-20 Glenn Morris <rgm@gnu.org>
553
554 * profiler.el (profiler-report-mode-map): Add a menu.
555 No need to bind `q' because we derive from special-mode.
556 (profiler-report-find-entry): Handle calls from the menu-bar.
557
855b17af
SM
5582012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
559
14146222
SM
560 * emacs-lisp/byte-run.el (defun-declarations-alist):
561 Allow a compiler-macro to be a lambda expression.
562
563 * progmodes/python.el: Use cl-lib. Move var declarations outside of
564 eval-when-compile.
565 (python-syntax-context): Add compiler-macro.
566 (python-font-lock-keywords): Simplify with De Morgan.
567
1000d895
SM
568 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
569
ac5392dc
SM
570 * files.el (load-file): Require match in minibuffer selection, as was
571 the case in Emacs-20 before we changed the spec to allow .elc files
572 (bug#12935).
573
19dc7206
SM
574 * json.el: Don't require cl since we don't use it.
575 * color.el: Don't require cl.
576 (color-complement): `caddr' -> `nth 2'.
577
855b17af
SM
578 * calendar/time-date.el (time-to-seconds): De-obsolete.
579
e8909bdc
JB
5802012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
581
582 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
583 year numbers.
584 (math-date-to-julian-dt): Adjust the initial approximation for the
585 year to deal with the new definition of the DATE.
586
6e9f7997
DC
5872012-11-19 Daniel Colascione <dancol@dancol.org>
588
855b17af
SM
589 * term/w32-win.el (cygwin-convert-path-from-windows):
590 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6e9f7997 591
6a3dd257
CY
5922012-11-18 Chong Yidong <cyd@gnu.org>
593
594 * filecache.el (file-cache--read-list): New function.
595 (file-cache-add-directory-list, file-cache-add-file-list)
596 (file-cache-delete-file-list, file-cache-delete-directory-list):
597 Use it to read a list of files or directories (Bug#12846).
598 (file-cache-add-file, file-cache-add-directory)
599 (file-cache-delete-file-list, file-cache-delete-file-regexp)
600 (file-cache-delete-directory): Print an message.
601
eef97f35
JB
6022012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
603
604 * calc/calc-forms.el (math-date-to-dt): Use integer date when
605 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
606
913c8291
GM
6072012-11-18 Glenn Morris <rgm@gnu.org>
608
609 * image.el (insert-image, insert-sliced-image): Doc fix.
610
2ac9538d 6112012-11-18 Chong Yidong <cyd@gnu.org>
ec6f8ce6
CY
612
613 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
614 (Bug#12810).
615
2ac9538d 6162012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
c2d07557
CY
617
618 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
619 response when the target file is in a subdirectory (Bug#12757).
620
2ac9538d 6212012-11-18 Chong Yidong <cyd@gnu.org>
33f8917c
CY
622
623 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
624
2ac9538d 6252012-11-18 Glenn Morris <rgm@gnu.org>
65463c40 626
9a5e2ee3
GM
627 * emacs-lisp/cl-lib.el (face-underline-p):
628 Use set-face-underline rather than the alias set-face-underline-p.
629
65463c40 630 * window.el (with-temp-buffer-window): Doc fix.
95f0501e
GM
631 * subr.el (with-output-to-temp-buffer):
632 Add doc xref to with-temp-buffer-window.
65463c40 633
c9ed8e3d
JB
6342012-11-18 Juanma Barranquero <lekktu@gmail.com>
635
636 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
637 * calc/calc.el (math-format-date-cache): Declare.
638
310e60d9
PE
6392012-11-17 Paul Eggert <eggert@cs.ucla.edu>
640
6f6b82d6
PE
641 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
642 It also uses January 1, 1 AD as its day number 1.
310e60d9 643 * calc/calc-forms.el (math-julian-date-beginning)
6f6b82d6 644 (math-julian-date-beginning-int): Implement this.
310e60d9 645
d7fe6352
JB
6462012-11-17 Juanma Barranquero <lekktu@gmail.com>
647
648 * descr-text.el (quail-find-key):
649 * dired.el (desktop-file-name):
650 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
651 * generic-x.el (comint-mode, comint-exec):
652 * image-dired.el (widget-forward):
653 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
654 (speedbar-change-expand-button-char)
655 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
656 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
657 * printing.el (easy-menu-add-item, easy-menu-remove-item)
658 (widget-field-action, widget-value-set):
659 * speedbar.el (imenu--make-index-alist):
660 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
661 (ring-length, ring-insert):
662 * vcursor.el (compare-windows-skip-whitespace):
663 * woman.el (dired-get-filename):
664 Declare functions.
665
666 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
667
c9f618db
JB
6682012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
669
670 * calc/calc.el (calc-gregorian-switch): New variable.
671
672 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
673 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
674 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
675 (math-leap-year-p): Add option to distinguish between Julian
676 and Gregorian calendars.
677 (math-day-number): Use `math-day-in-year' to do the computations.
678 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
679 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
680 to do the computations.
681 (math-date-to-dt): Use `math-date-to-julian-dt' and
682 `math-date-to-gregorian-dt' to do the computations.
683 (calcFunc-weekday, math-format-date-part): Use the new version of
684 the DATE to determine the weekday.
685 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
686 when necessary.
687
3804f7bc
EZ
6882012-11-17 Eli Zaretskii <eliz@gnu.org>
689
690 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
691 Cygwin; otherwise use 'file:'. (Bug#12914)
692 (cygwin-convert-path-from-windows): Declare, to avoid
693 byte-compiler warnings.
694
de959d4d
AP
6952012-11-17 Andreas Politz <politza@fh-trier.de>
696
697 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
698 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
699 prefix and negative numeric prefix args (Bug#12795).
700
e45deaef
SB
7012012-11-17 Stephen Berman <stephen.berman@gmx.net>
702
703 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
704 Don't signal an error with a score that is too low to add to the
705 list of top scores. (Bug#12779)
706
ec15e0ff
CY
7072012-11-17 Chong Yidong <cyd@gnu.org>
708
8e7696a1
CY
709 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
710
ec15e0ff
CY
711 * filecache.el (file-cache-add-file): Handle relative file name in
712 the argument (Bug#12694).
713
60c4ee66
JH
7142012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
715
716 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
717
cdc5d88c
SM
7182012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
719
dd0c5bbb
SM
720 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
721
cdc5d88c
SM
722 * emacs-lisp/cl-lib.el: Set more meaningful version number.
723
0ff7851c
MR
7242012-11-16 Martin Rudalics <rudalics@gmx.at>
725
726 * window.el (enlarge-window, shrink-window): Don't mention return
727 value in doc-string (Bug#12896).
728 (window--display-buffer): Don't resize frames - it won't work
729 with all window managers and defeat pop-up-frame-alist.
730 (display-buffer-alist): In doc-string explain that CONDITION can
731 be a function and which arguments are passed to it (Bug#12854).
732 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
733 expressions (Bug#12854).
734 (display-buffer): Pass ACTION argument to
735 display-buffer-assq-regexp.
736
dedd1884
GM
7372012-11-16 Glenn Morris <rgm@gnu.org>
738
7c82753d
GM
739 * window.el (fit-frame-to-buffer-bottom-margin)
740 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
741
dedd1884
GM
742 * faces.el (face-underline-p): Use face-attribute-specified-or.
743
96e05507 7442012-11-16 Juanma Barranquero <lekktu@gmail.com>
662b0ee6
JB
745
746 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
747
96e05507 7482012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
eb31fa40
SM
749
750 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
751
96e05507 7522012-11-16 Glenn Morris <rgm@gnu.org>
e2e13f18 753
17c083ac
GM
754 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
755 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
756
bde3c6c0
GM
757 * faces.el (face-underline-p): Doc fix. Handle :underline being
758 things other than `t' (a string, a list).
759 (face-inverse-video-p): Doc fix.
760 (set-face-underline): Rename it back from set-face-underline-p.
761 Doc fix. Allow interactive input of values other than t.
762 (read-face-attribute): Apply formatting to :underline,
763 since like :box and :stipple it can take list values.
764
e2e13f18
GM
765 * term.el (ansi-term): Don't let C-x escape-char binding
766 clobber the more standard C-c binding. (Bug#12842)
767
e0ea8060
GM
768 * subr.el (set-temporary-overlay-map): Doc fix.
769
96e05507 7702012-11-16 Martin Rudalics <rudalics@gmx.at>
92346275
MR
771
772 * window.el (record-window-buffer)
773 (display-buffer-record-window): When copying the markers to
774 window-point preserve window-point-insertion-type. (Bug#12588)
775
96e05507 7762012-11-16 Glenn Morris <rgm@gnu.org>
7b1bf173
GM
777
778 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
779 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
780 Use new names for hooks rather than obsolete aliases.
781
faeafc01
DC
7822012-11-15 Daniel Colascione <dancol@dancol.org>
783
784 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
9533048d
DC
785 prefix instead of "file:" so that when FILE-NAME begins with "//",
786 as it does when the target file is on a network share, url-handler
787 isn't confused.
788
1232d6c2
SM
7892012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
792 a preactivated advice from an old advice.el; they're not compatible!
793
47f01a8a
KY
7942012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
795
796 * emacs-lisp/nadvice.el (advice--make-interactive-form):
797 Fix string-spec case.
798
799 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
800
a61428c4
SM
8012012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
804 (advice--buffer-local-function-sample): New var.
805 (advice--set-buffer-local, advice--buffer-local): New functions.
806 (add-function, remove-function): Use them.
807
875ce3a7
DA
8082012-11-15 Drew Adams <drew.adams@oracle.com>
809
810 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
811
589fc479
SM
8122012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
815 potential binding of print-gensym to t, and prettify (back)quotes in
816 case they appear in args's default values (bug#12884).
817
1668ea90
SM
8182012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
821 (advice-eval-interactive-spec): New function.
822 (advice--make-interactive-form): Support around advice (bug#12844).
823
8619323f
DG
8242012-11-14 Dmitry Gutov <dgutov@yandex.ru>
825
826 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
827 more strict. Add docstring.
c62792e7
DG
828 (ruby-expression-expansion-re): Extract from
829 `ruby-match-expression-expansion'.
830 (ruby-syntax-propertize-function): After everything else, search
831 for expansions in string literals, mark their insides as
832 whitespace syntax and save match data for font-lock.
833 (ruby-font-lock-keywords): Use the 2nd group from expression
834 expansion matches.
835 (ruby-match-expression-expansion): Use the match data saved to the
836 text property in ruby-syntax-propertize-function.
8619323f 837
9c3912d3
SM
8382012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
841 (bug#12879).
842
5e9419e8
DG
8432012-11-13 Dmitry Gutov <dgutov@yandex.ru>
844
845 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
846 start/end keyword a bit harder. Works with different values of N.
847 Add more comments.
848 (ruby-end-of-block): Update accordingly.
849
3c442f8b
SM
8502012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
851
fa470af0
SM
852 * woman.el (woman-file-name): Don't mess with unread-command-events
853 (bug#12861).
854
3c442f8b
SM
855 * emacs-lisp/advice.el: Layer on top of nadvice.el.
856 Remove out of date self-require hack.
857 (ad-do-advised-functions): Use simple `dolist'.
858 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
859 (ad-advice-definition): Redefine as functions.
860 (ad-advice-classes): Move before first use.
861 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
fa470af0 862 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3c442f8b 863 (ad--defalias-fset): Remove functions.
fa470af0 864 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3c442f8b
SM
865 (ad-get-orig-definition): Rewrite.
866 (ad-make-advised-definition-docstring): Change base docstring.
867 (ad-real-orig-definition): Rewrite.
868 (ad-map-arglists): Change name of called function.
869 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
870 (ad-make-advised-definition): Simplify.
871 (ad-assemble-advised-definition): Tweak for new calling context.
fa470af0 872 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3c442f8b
SM
873 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
874 function and call ad-activate if needed.
875 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
876 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
877 (ad-compile-function): Compile ad-Advice-*.
878 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
879 (ad-start-advice, ad-stop-advice): Remove.
880
5745cae6
DG
8812012-11-13 Dmitry Gutov <dgutov@yandex.ru>
882
883 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
884 period before class method names, not after. Remove handling of
885 one impossible case. Add comments.
886
413d4689
SM
8872012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
888
7db1bda8
SM
889 * emacs-lisp/advice.el: Remove support for freezing.
890 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
891 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
892 Remove support for `freeze'.
893
413d4689
SM
894 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
895 override the default.
896 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
897 cl--dotimes/dolist.
898 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
899 `cl' is loaded.
900
901 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
902 from add-advice.
903 (advice--strip-macro): New function.
904 (advice--defalias-fset): Use them to handle macros.
905 (advice-add): Use them.
906 (advice-member-p): Correctly handle macros.
907
f178c32d
DG
9082012-11-13 Dmitry Gutov <dgutov@yandex.ru>
909
7db1bda8
SM
910 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
911 Never font-lock the beginning of singleton class as heredoc.
f178c32d 912
f78ee6af 9132012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
f8705f6e
SM
914
915 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
916
f78ee6af 9172012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
9db94175
WJ
918
919 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
f78ee6af
GM
920 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
921 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
9db94175 922
f78ee6af 9232012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
2e6625b5
FEG
924
925 Fix end-of-defun misbehavior.
926 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
927 python-beginning-of-defun-function. Handle nested defuns
928 correctly.
929 (python-nav-end-of-defun): Rename from
930 python-end-of-defun-function. Ensure forward movement.
f8705f6e 931 (python-info-current-defun): Reimplement to work as intended
2e6625b5
FEG
932 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
933 parent defuns as soon as possible.
934
f78ee6af 9352012-11-13 Glenn Morris <rgm@gnu.org>
24c38527
GM
936
937 * progmodes/flymake.el (flymake-error-bitmap)
938 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
939 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
940
f78ee6af 9412012-11-13 Dmitry Gutov <dgutov@yandex.ru>
d1e1e53d
DG
942
943 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
944 backward, always stop at indentation. Reverts the change from
945 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
946
f78ee6af 9472012-11-13 Glenn Morris <rgm@gnu.org>
68146aa5 948
a1d3e07e
GM
949 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
950 Add ibuffer-filter-by-derived-mode.
951
84acf328
GM
952 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
953 the same name shadowing each other.
954
38785e75
GM
955 * window.el (with-temp-buffer-window): Doc tweak.
956
57fc0fee
GM
957 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
958
6ba6a3e5
GM
959 * help.el (temp-buffer-max-height):
960 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
68146aa5
GM
961 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
962
231d8498
SM
9632012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * emacs-lisp/nadvice.el: New package.
966 * subr.el (special-form-p): New function.
967 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
968 (elp-all-instrumented-list): Remove var.
969 (elp-not-profilable): Remove elp-wrapper.
970 (elp-profilable-p): Use autoloadp and special-form-p.
971 (elp--advice-name): New const.
972 (elp-instrument-function): Use advice-add.
973 (elp--instrumented-p): New predicate.
974 (elp-restore-function): Use advice-remove.
975 (elp-restore-all, elp-reset-all): Use mapatoms.
976 (elp-set-master): Use elp--instrumented-p.
977 (elp--make-wrapper): Rename from elp-wrapper, return a function
978 suitable for advice-add. Use cl-inf.
979 (elp-results): Use mapatoms+elp--instrumented-p.
980 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
981 (debug-function-list): Remove var.
982 (debug): Rename arg, and then let-bind it explicitly inside.
983 (debugger-setup-buffer): Rename arg.
984 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
985 (debugger-frame-number): Adjust to new debug-on-entry setup.
986 (debug--implement-debug-on-entry): Rename from
987 implement-debug-on-entry, add argument.
988 (debugger-special-form-p): Remove, use special-form-p instead.
989 (debug-on-entry): Use advice-add.
990 (debug--function-list): New function.
991 (cancel-debug-on-entry): Use it, along with advice-remove.
992 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
993 (debugger-list-functions): Use debug--function-list instead of
994 debug-function-list.
995 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
996 (ad-special-form-p): Remove, use special-form-p instead.
997 (ad-set-advice-info): Use add-function and remove-function.
998 (ad--defalias-fset): Adjust accordingly.
999
19e09879
GM
10002012-11-10 Glenn Morris <rgm@gnu.org>
1001
714cebd1
GM
1002 * mail/emacsbug.el (report-emacs-bug-tracker-url)
1003 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
1004 (report-emacs-bug-create-existing-bugs-buffer)
1005 (report-emacs-bug-parse-query-results)
1006 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
1007
bf67dafa
GM
1008 * term.el (term-default-fg-color, term-default-bg-color):
1009 Make obsolete, rather than just saying "deprecated" in the doc.
1010
19e09879
GM
1011 * term.el (term): Rename from `term-face'.
1012 (term-current-face, ansi-term-color-vector)
1013 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
1014 Update all users.
1015
6baf66d5 10162012-11-10 Jan Djärv <jan.h.d@swipnet.se>
531bdce6
JD
1017
1018 * server.el (server-create-window-system-frame): Handle Nextstep
1019 specially (Bug#12780).
1020
6baf66d5 10212012-11-10 Glenn Morris <rgm@gnu.org>
fedb154e
GM
1022
1023 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
1024 Unautoload, and make obsolete. (Bug#7449)
1025
6baf66d5 10262012-11-10 Chong Yidong <cyd@gnu.org>
9d9e48d9
CY
1027
1028 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
1029 rename from diff-remove-trailing-whitespace (Bug#12831).
1030
6baf66d5 10312012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
32170f7f
SM
1032
1033 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
1034 miscompilation of trace.el.
1035
6baf66d5 10362012-11-10 Glenn Morris <rgm@gnu.org>
26f59676
GM
1037
1038 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
1039
6baf66d5 10402012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
41626722
SM
1041
1042 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
1043 (bug#12812).
1044
6baf66d5 10452012-11-10 Chong Yidong <cyd@gnu.org>
7d806bfe
CY
1046
1047 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
1048 a defcustom with an appropriate :set function.
1049 (minibuffer-default--in-prompt-regexps): New function.
1050
6baf66d5 10512012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f 1052
031b2ea7
GM
1053 * emacs-lisp/cl.el (define-setf-expander, defsetf)
1054 (define-modify-macro): Doc fixes.
1055
2ee1d59f
GM
1056 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
1057 (gv-define-simple-setter): Update doc of `fix-return'.
1058
6baf66d5 10592012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
d57c286e 1060
b715ed44
SM
1061 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
1062 twice when `fix-return' is set (bug#12813).
1063
d57c286e
SM
1064 * emacs-lisp/cl.el (defsetf): Pass the third arg to
1065 gv-define-simple-setter (bug#12812).
1066
c9cac599
SM
1067 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
1068 (bug#12756).
1069
6baf66d5 10702012-11-10 Glenn Morris <rgm@gnu.org>
6b3770fb
GM
1071
1072 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
1073
5593ed90
GM
1074 * emacs-lisp/cl-extra.el (cl-prettyexpand):
1075 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
1076 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
1077 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
1078
1079 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
1080
05a859c1
LL
10812012-11-10 Leo Liu <sdl.web@gmail.com>
1082
1083 * ido.el (ido-set-matches-1): Improve flex matching performance by
1084 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
1085
32e5c58c
SM
10862012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
1089 (ad--defalias-fset): New function.
1090 (ad-safe-fset): Remove.
1091 (ad-make-freeze-definition): Use cl-letf*.
1092
f5925cd9
SM
10932012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1094
da03ef8a
SM
1095 * subr.el (dolist): Don't bind VAR in RESULT.
1096
6858633a
SM
1097 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
1098 (fset, documentation): Don't save real def since we don't advise.
1099 (ad-do-advised-functions): Remove problematic `result-form'.
1100 (ad-safe-fset): `ad-real-fset' => `fset'.
1101 (ad-read-advised-function): Don't assume that ad-do-advised-functions
1102 uses CL's dolist internally.
1103 (ad-arglist): Remove unused arg `name'.
1104 (ad-docstring, ad-make-advised-docstring):
1105 `ad-real-documentation' => `documentation'.
1106 (warning-suppress-types): Declare.
1107 (ad-set-arguments): Simple CSE.
1108 (ad-recover-normality): Sanity check.
1109
f5925cd9
SM
1110 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
1111 (funcall '(lambda ..) ..) into ((lambda ..) ..).
1112
93a66b3a
VB
11132012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
1114
1115 * ses.el: symbol to coordinate mapping is made by symbol property
f5925cd9
SM
1116 `ses-cell'. This means that the same mapping is done for all SES
1117 sheets. That is good enough for cells with standard A1 names, but
1118 not for named cell. So a hash map is added for the latter.
1119 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
93a66b3a
VB
1120 (ses-sym-rowcol): Use hashmap for named cell.
1121 (ses-is-cell-sym-p): New defun.
1122 (ses-decode-cell-symbol): New defun.
f5925cd9
SM
1123 (ses-create-cell-variable): Add cell to hashmap when name is not
1124 A1-like.
93a66b3a
VB
1125 (ses-rename-cell): Check that cell new name is not already in
1126 spreadsheet with the use of ses-is-cell-sym-p
1127 (ses-rename-cell): Use hash map for named cells, but accept also
1128 renaming back to A1-like.
1129
67dd8ad1
SM
11302012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1131
57618ecf
SM
1132 * emacs-lisp/advice.el: Use new dynamic docstrings.
1133 (ad-make-advised-definition-docstring, ad-advised-definition-p):
1134 Use dynamic-docstring-function instead of ad-advice-info.
1135 (ad--make-advised-docstring): New function extracted from
1136 ad-make-advised-docstring.
1137 (ad-make-advised-docstring): Use it.
1138 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
1139 from sql-help.
1140 (sql-help): Use it with dynamic-docstring-function.
1141
67dd8ad1
SM
1142 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
1143
be883b34
SM
11442012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1145
d41706aa
SM
1146 * files.el (hack-one-local-variable--obsolete): New function.
1147 (hack-one-local-variable): Use it for obsolete settings.
1148
85e55412
SM
1149 * subr.el (locate-user-emacs-file): If both old and new name exist, use
1150 the new name.
1151
be883b34
SM
1152 * progmodes/js.el (js--filling-paragraph): New var.
1153 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
1154 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
1155 less sneaky.
1156
cabc040a
JD
11572012-11-08 Julien Danjou <julien@danjou.info>
1158
1159 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
1160 `auto-mode-alist' (Bug#12835).
1161
d14bb752
SM
11622012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1163
79b3e376
SM
1164 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
1165 (perl--prettify-symbols-alist): New const.
1166 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
1167 New functions.
1168 (perl-font-lock-keywords-2): Use them.
1169 (perl-electric-noindent-p): New function.
1170 (perl-mode): Use it to set up electric-indent-mode.
1171 (perl-electric-terminator, perl-indent-command): Mark obsolete.
1172 (perl-mode-map): Remove bindings for them.
1173 (perl-imenu-generic-expression, perl-outline-level):
1174 Match functions&packages in column>0.
1175
3b11e6ac
SM
1176 * env.el (env--substitute-vars-regexp): New const.
1177 (substitute-env-vars): Use it. Add `only-defined' arg.
1178 * net/tramp.el (tramp-replace-environment-variables): Use it.
1179
784c1a7b
SM
1180 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1181 Byte-compile *before* eval in eval-and-compile.
1182 (byte-compile-log-warning): Remove redundant inhibit-read-only.
1183 (byte-compile-file-form-autoload): Don't hide actual definition.
1184 (byte-compile-maybe-guarded): Accept `functionp' as well.
1185
d14bb752
SM
1186 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
1187
499a0f7a
MA
11882012-11-07 Michael Albinus <michael.albinus@gmx.de>
1189
1190 * notifications.el (notifications-get-server-information-method):
1191 New defconst.
1192 (notifications-get-capabilities): Fix docstring.
1193 (notifications-get-server-information): New defun.
1194
f0704a9a
AM
11952012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1196
1197 * textmodes/ispell.el (ispell-region): Standard re-indent for better
1198 readability.
1199
b159a1fd
AM
1200 * textmodes/ispell.el: Experimental support for support debugging.
1201 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
1202 buffer for ispell.
1203 (ispell-print-if-debug): New function to print stuff to
1204 `ispell-debug-buffer' if debugging is enabled.
1205 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
1206 show some debugging info.
1207 (ispell-buffer-with-debug): New function that creates a debugging
1208 buffer and calls `ispell-buffer' with debugging enabled.
1209
056cb3a1
AM
1210 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
1211 comment in autoconf mode. (Bug#12768)
1212
8e6a67b7
DA
12132012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
1214
1215 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
1216 frame-first-window, frame-root-window, frame-selected-window,
1217 minibuffer-selected-window, minibuffer-window,
1218 window-absolute-pixel-edges, window-at, window-body-height,
1219 window-body-width, window-display-table, window-combination-limit,
1220 window-frame, window-fringes, window-inside-absolute-pixel-edges,
1221 window-inside-edges, window-inside-pixel-edges, window-left-child,
1222 window-left-column, window-margins, window-next-buffers,
1223 window-next-sibling, window-new-normal, window-new-total,
1224 window-normal-size, window-parameter, window-parameters, window-parent,
1225 window-pixel-edges, window-point, window-prev-buffers,
1226 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
1227 window-start, window-text-height, window-top-child, window-top-line,
1228 window-total-height, window-total-width and window-use-time to the list
1229 of functions without side-effects.
1230 (toplevel): Add window-valid-p to the list of error-free functions
1231 without side-effects.
1232
53fc914f
AM
12332012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1234
f5925cd9
SM
1235 * textmodes/ispell.el (ispell-program-name):
1236 Update spellchecker parameters when customized.
53fc914f 1237
9749e2b0
GM
12382012-11-04 Glenn Morris <rgm@gnu.org>
1239
1240 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
1241
2cbafa56
CY
12422012-11-04 Chong Yidong <cyd@gnu.org>
1243
1244 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
1245 same-window-* variables.
1246
85178ca1
JL
12472012-11-04 Juri Linkov <juri@jurta.org>
1248
1249 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
1250 (isearch-describe-key, isearch-describe-mode): Use a display
1251 action instead of binding same-window-* variables (Bug#10040).
1252
5c677d44
GM
12532012-11-03 Glenn Morris <rgm@gnu.org>
1254
49138400
GM
1255 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
1256 Rename handler properties back from cl-- to cl-. (Bug#12788)
1257
5c677d44
GM
1258 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
1259
1d4341f9
EZ
12602012-11-03 Eli Zaretskii <eliz@gnu.org>
1261
1262 * term/pc-win.el: Don't load term/internal from here.
1263
1264 * loadup.el: Load term/internal from here.
1265
12fd5ee1
FEG
12662012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
1267
1268 * progmodes/python.el (inferior-python-mode): Fix hang in
1269 jit-lock (Bug#12645).
1270
43bcfda6
MR
12712012-11-03 Martin Rudalics <rudalics@gmx.at>
1272
1273 * window.el (switch-to-visible-buffer)
1274 (switch-to-buffer-preserve-window-point): Fix doc-strings.
1275
376a8e83
GM
12762012-11-03 Glenn Morris <rgm@gnu.org>
1277
1278 * emacs-lisp/cl-lib.el (cl--random-time):
1279 Rename from cl-random-time. (Bug#12773)
1280 (cl--gensym-counter, cl--random-state): Update callers.
1281 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
1282
0f7b074f
CY
12832012-11-03 Chong Yidong <cyd@gnu.org>
1284
1285 * cus-start.el: Make cursor-type customizable (Bug#11633).
1286
3a6851d9
GM
12872012-11-02 Glenn Morris <rgm@gnu.org>
1288
00a3b041
GM
1289 * filecache.el: No need to load find-lisp when compiling.
1290 (find-lisp-find-files): Autoload it.
1291 (file-cache-add-directory-recursively): Don't require find-lisp.
1292
11fef14a
GM
1293 * image.el (image-type-from-file-name): Trivial simplification.
1294
3a6851d9
GM
1295 * emacs-lisp/bytecomp.el (byte-compile-eval):
1296 Decouple "noruntime" and "cl-functions" warnings.
1297
b4b096e4
SB
12982012-11-01 Stephen Berman <stephen.berman@gmx.net>
1299
1300 * play/gomoku.el (gomoku-display-statistics): Update mode line
1301 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1302
218e997a
MR
13032012-10-31 Martin Rudalics <rudalics@gmx.at>
1304
1305 * window.el (quit-restore-window): If the window has been
1306 created on an existing frame and ended up as the sole window on
1307 that frame, do not delete it (Bug#12764).
1308
b08b6da7
SM
13092012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1310
3618df45
SM
1311 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1312 Rename from sh--inside-arithmetic-expression, handle more cases
1313 (bug#11263).
1314
b08b6da7
SM
1315 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1316 (sh-font-lock-open-heredoc): Use it (bug#12770).
1317
4ddedf94
GM
13182012-10-30 Glenn Morris <rgm@gnu.org>
1319
f43a5263
GM
1320 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
1321
4ddedf94
GM
1322 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
1323
748b0d84
CY
13242012-10-29 Chong Yidong <cyd@gnu.org>
1325
b5dd9a77
CY
1326 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1327 function key is stored in a keyboard macro (Bug#4894).
1328
748b0d84
CY
1329 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1330
e07fcbdc
SM
13312012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1332
d7f9cc85
SM
1333 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1334 header comments".
1335 (diff-unified->context, diff-context->unified)
1336 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1337
c606253c
SM
1338 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1339
e07fcbdc
SM
1340 * files.el (find-alternate-file): Only ask one question (bug#12487).
1341
894b9dd9
CY
13422012-10-29 Chong Yidong <cyd@gnu.org>
1343
1dc2755a
CY
1344 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1345 Suggested by Dan Nicolaescu (Bug#6326).
1346
329c48d8
CY
1347 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1348
2230fa5b 1349 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 1350
e84cad57
CY
1351 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1352
1913c5f5
CY
1353 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1354
894b9dd9
CY
1355 * face-remap.el (face-remap-add-relative): Handle the case where a
1356 face-remapping-alist entry is a cons cell (Bug#12762).
1357
329c48d8
CY
13582012-10-29 Kevin Ryde <user42@zip.com.au>
1359
1360 * woman.el (woman-parse-numeric-value): Handle picas correctly
1361 (Bug#12639).
1362
a0ccbcbd
GM
13632012-10-29 Glenn Morris <rgm@gnu.org>
1364
1365 * emacs-lisp/cl.el (defsetf): Doc fix.
1366
b3871e59
SM
13672012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1370 syntax to the matching opener, if any (bug#12547).
1371 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1372 matching open as a "case-(".
1373 (sh-smie-rc-grammar): Add a corresponding rule for it.
1374
cd44022c
DH
13752012-10-28 Daniel Hackney <dan@haxney.org>
1376
1377 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1378 "PKGNAME-autoloads.el" in case we created it.
1379
70edffb1
SM
13802012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1381
86957a0c
SM
1382 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1383 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 1384 (completion--twq-all): Disable too-strict assertions.
86957a0c 1385
70edffb1
SM
1386 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1387
d069271c
EZ
13882012-10-27 Eli Zaretskii <eliz@gnu.org>
1389
1390 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1391 text to match the real keybindings.
1392
e2f022a3
JL
13932012-10-27 Juri Linkov <juri@jurta.org>
1394
1395 * wdired.el (wdired-keep-marker-rename): New defcustom.
1396 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1397 (Bug#11795)
1398
1399 * dired.el (dired-keep-marker-rename): Add reference to
1400 `wdired-keep-marker-rename' in the docstring.
1401 Add default character value ?R to display initially in
1402 Customization UI instead of ?@.
1403
df171c23
MR
14042012-10-27 Martin Rudalics <rudalics@gmx.at>
1405
1406 * window.el (display-buffer): In doc-string describe
1407 window-height and window-width alist entries.
1408
1409 * time.el (display-time-world): Restore fit-window-to-buffer
1410 behavior.
1411
05b621a6
CY
14122012-10-27 Chong Yidong <cyd@gnu.org>
1413
1414 * subr.el (insert-buffer-substring-as-yank): Doc fix.
1415
55f197b2
J
14162012-10-26 Jambunathan K <kjambunathan@gmail.com>
1417
1418 * minibuffer.el (completion-category-overrides): New completion
1419 category `bookmark' (bug#11131).
1420
372212df
SM
14212012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1422
150f809c
SM
1423 * emacs-lisp/advice.el (ad-assemble-advised-definition):
1424 Silence bogus compiler warnings for ad-do-it.
1425
372212df
SM
1426 * bookmark.el (bookmark-completing-read): Set the completion category
1427 to `bookmark' (bug#11131).
1428
c5772569
B
14292012-10-26 Bastien <bzg@altern.org>
1430 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * face-remap.el: Use lexical-binding.
1433 (text-scale-adjust): Improve docstring. Use itself for the temporary
1434 overlay-map bindings, so as to repeat the "Use..." message each time.
1435
a2be0357
SM
14362012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1437
63314e57
SM
1438 * emacs-lisp/macroexp.el (macroexp--expand-all):
1439 Obey byte-compile-warning-enabled-p (bug#12486).
1440
a2be0357
SM
1441 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1442 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1443
8c7727c3
MR
14442012-10-26 Martin Rudalics <rudalics@gmx.at>
1445
1446 * mouse.el (mouse-drag-line): Move last form into preceding when
1447 clause (Bug#12731).
1448
1449 * help.el (resize-temp-buffer-window): Fix doc-string.
1450
3f2a848d
DE
14512012-10-25 David Engster <deng@randomsample.de>
1452
1453 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 1454 Remove. This feature is already integrated in imenu.
3f2a848d
DE
1455
1456 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1457 always loaded. Require `speedbar' unconditionally.
1458
a7723be6
SM
14592012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1460
aaabfc8b
SM
1461 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1462
414a8595
SM
1463 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1464
fb5b9475
SM
1465 * net/ldap.el (ldap-search-internal): The official ldif format starts
1466 with a "version: 1" header (bug#12724).
1467
a7723be6
SM
1468 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1469 (bug#12721).
1470
a05cb6e3
GM
14712012-10-25 Glenn Morris <rgm@gnu.org>
1472
1473 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1474
3c92de70
SM
14752012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * minibuffer.el (minibuffer-force-complete): Use one more marker
1478 for the temporary-overlay-map command (bug#12619).
1479
a4b6d7c6
CY
14802012-10-24 Chong Yidong <cyd@gnu.org>
1481
1482 * time.el (display-time-world-mode): Derive from special-mode.
1483 (display-time-world): Use display-buffer (Bug#12708).
1484 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
1485 (display-time-world-display): Wrap the final delete-char inside
1486 inhibit-read-only.
a4b6d7c6 1487
75e8f9d2
CY
14882012-10-24 Chong Yidong <cyd@gnu.org>
1489
cd996018
CY
1490 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1491 Doc fix.
1492
75e8f9d2
CY
1493 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1494
d92df117
SM
14952012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * minibuffer.el (completion--all-sorted-completions-location): New var.
1498 (completion--cache-all-sorted-completions)
1499 (completion--flush-all-sorted-completions): Use it.
1500 (completion-in-region, completion-in-region--postch)
1501 (completion-at-point, completion-help-at-point): Use markers in
1502 completion-in-region--data (bug#12619).
1503
9c3e39f3
SM
15042012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1505
c79825bd
SM
1506 * progmodes/compile.el (compilation-start): Try to handle common
1507 quoting of `cd' argument (bug#12640).
1508
9c3e39f3
SM
1509 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1510 (bug#12671).
1511
a6709bc7
GM
15122012-10-23 Glenn Morris <rgm@gnu.org>
1513
1514 * progmodes/gud.el (gud-menu-map):
1515 Check gdb-active-process is bound. (Bug#12358)
1516
d1069532
SM
15172012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1518
d20d69c0
SM
1519 * repeat.el (repeat): Set real-this-command (bug#12232).
1520
d1069532
SM
1521 * htmlfontify.el (hfy-post-html-hook):
1522 * filesets.el (filesets-cache-fill-content-hook):
1523 * arc-mode.el (archive-extract-hook):
1524 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1525 * net/rcirc.el (rcirc-sentinel-functions)
1526 (rcirc-receive-message-functions, rcirc-activity-functions)
1527 (rcirc-print-functions):
1528 * net/dbus.el (dbus-event-error-functions):
1529 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1530 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1531 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1532 * term/sun.el (sun-raw-prefix-hooks):
1533 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1534
f7eac6d8
MA
15352012-10-23 Michael Albinus <michael.albinus@gmx.de>
1536
d1069532
SM
1537 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1538 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
1539 (tramp-smb-wait-for-output): Add timeout to
1540 `tramp-accept-process-output' calls.
1541
608d9d7c
CY
15422012-10-23 Chong Yidong <cyd@gnu.org>
1543
49238e7f
CY
1544 * faces.el (font-list-limit): Define as an obsolete variable.
1545
1546 * startup.el (command-line):
1547 * cus-start.el: Don't refer to font-list-limit.
1548
608d9d7c
CY
1549 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1550
4ff5b1b2
SM
15512012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1552
1553 * subr.el (internal-temp-output-buffer-show): Rename from
1554 temp-output-buffer-show, since previously compiled files expect this name.
1555
ea1d4aac
GM
15562012-10-23 Glenn Morris <rgm@gnu.org>
1557
1558 * image.el (image-type-from-file-name): If multiple types match,
1559 return the first one that is supported. (Bug#9045)
1560
eda82a31
GM
15612012-10-22 Glenn Morris <rgm@gnu.org>
1562
1563 * image.el (imagemagick-enabled-types): Doc fix.
1564
4f020bec
TA
15652012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1566
1567 * progmodes/which-func.el (which-func-current): The hash-table may have
1568 an explicit nil (bug#12338).
1569
c77d37e2
SM
15702012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * electric.el (electric-pair-delete-selection-self-insert-function):
1573 Rename to electric-pair-will-use-region, return a boolean.
1574 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1575
1576 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1577 (delete-selection-pre-hook): Use use-region-p.
1578 (delete-selection-self-insert-function): Remove.
1579 (self-insert-command): Obey self-insert-uses-region-functions.
1580 (self-insert-iso): Revert to previous setting, since we don't actually
1581 know what that command does.
1582 (delete-selection-self-insert-hooks): Remove.
1583
b1d39ccc
SL
15842012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1585
1586 * delsel.el (delete-selection-helper): New function, extracted from
1587 delete-selection-pre-hook.
1588 (delete-selection-pre-hook): Use it.
1589 (delete-selection-self-insert-function): New function.
1590 (delete-selection-self-insert-hooks): New hook.
1591 (self-insert-command, self-insert-iso): Use it.
1592 * electric.el (electric-pair-syntax): New function, extracted from
1593 electric-pair-post-self-insert-function.
1594 (electric-pair-post-self-insert-function): Use it.
1595 (electric-pair-delete-selection-self-insert-function): New function.
1596 (electric-pair-mode): Require delsel and setup
1597 delete-selection-self-insert-hooks (bug#11520).
1598
045ef729
CY
15992012-10-20 Chong Yidong <cyd@gnu.org>
1600
4c5d08a8
CY
1601 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1602 no changes to show (Bug#12586).
1603
045ef729
CY
1604 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1605 list explicitly (Bug#12571).
1606
3503c798 16072012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 1608
b1d39ccc
SL
1609 * progmodes/flymake.el (flymake-create-temp-inplace):
1610 Use file-truename.
79e1997a 1611
2068905b
EZ
16122012-10-20 Eli Zaretskii <eliz@gnu.org>
1613
1614 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1615
4c9e9550
JB
16162012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1617
1618 * calc/calc-units.el (math-extract-units): Properly extract powers
1619 of units.
1620
1a6e7e38
DC
16212012-10-20 Daniel Colascione <dancol@dancol.org>
1622
1623 * frame.el (make-frame): Set x-display-name as we used to in order
1624 to unbreak creating an X11 frame from an Emacs daemon started
1625 without a display.
1626
8e808318
SM
16272012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * minibuffer.el (minibuffer-force-complete): Make the next completion use
f5925cd9 1630 the same completion-field (bug#12221).
8e808318 1631
fb0104da
MR
16322012-10-19 Martin Rudalics <rudalics@gmx.at>
1633
1634 * emacs-lisp/debug.el (debug): Record height of debugger window
1635 also when debugger will be back (Bug#8789).
1636
8c27235e
CY
16372012-10-18 Chong Yidong <cyd@gnu.org>
1638
1639 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1640 Convert to defcustom.
1641 (gdb-get-source-file): Don't bind pop-up-windows.
1642
1643 * progmodes/gud.el (gud-display-line): Don't specially re-use
1644 other frames for the gdb-mi case (Bug#12648).
1645
90eacf99
SM
16462012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1647
aaf0c300
SM
1648 * emacs-lisp/advice.el: Clean up commentary a bit.
1649 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1650 (byte-code-function-p): Never redefine.
1651
90eacf99
SM
1652 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1653
281c9d2b
GM
16542012-10-18 Glenn Morris <rgm@gnu.org>
1655
40714e3d
GM
1656 * dired.el (dired-sort-toggle): Some ls implementations only allow
1657 a single option string. (Bug#12666)
1658
281c9d2b
GM
1659 * minibuffer.el (completion-cycle-threshold): Doc fix.
1660
b278604e
KH
16612012-10-17 Kenichi Handa <handa@gnu.org>
1662
90eacf99
SM
1663 * international/mule.el (set-keyboard-coding-system):
1664 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
1665 Supply TERMINAL arg to set-input-meta-mode.
1666
df171c23 16672012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
1668
1669 * wdired.el (wdired-old-marks): New variable.
1670 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1671 (wdired-do-renames): Move point with renamed file and don't lose
1672 mark status (Bug#11795).
1673
e5a94ec4
JL
16742012-10-16 Juri Linkov <juri@jurta.org>
1675
1676 * replace.el (query-replace-help): Mention multi-buffer replacement
1677 keys in the Help message. (Bug#12655)
1678
d18a0d24
CY
16792012-10-15 Chong Yidong <cyd@gnu.org>
1680
1681 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1682
8111f5e6
EZ
16832012-10-14 Eli Zaretskii <eliz@gnu.org>
1684
7b9abf24
EZ
1685 * window.el (display-buffer): Doc fix.
1686
8111f5e6
EZ
1687 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1688 Adjust the msft regexp to the output of Studio 2010, and move msft
1689 before edg-1. See the discussion on emacs-devel,
1690 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1691 for the details.
1692
5046ef67
SM
16932012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1694
9760c73c
SM
1695 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1696 (oset): Move uses of object-class-fast macro after its definition.
1697
5046ef67
SM
1698 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1699
0d11ff1c
CY
17002012-10-13 Chong Yidong <cyd@gnu.org>
1701
1702 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1703 enabled, re-enable it (Bug#11963).
1704
88ded8ac
MR
17052012-10-13 Martin Rudalics <rudalics@gmx.at>
1706
1707 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1708 non-nil, restore window configuration (Bug#12623).
1709
bd0ffffd
SM
17102012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1711
06485aa8
SM
1712 * help-fns.el (describe-variable, describe-function-1):
1713 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1714
bd0ffffd
SM
1715 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1716
3a989246
GM
17172012-10-12 Glenn Morris <rgm@gnu.org>
1718
1719 * mail/rmailsum.el (rmail-header-summary):
1720 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1721
55cd00c8
FEG
17222012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1723
bd0ffffd
SM
1724 * progmodes/python.el (python-mode-map):
1725 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
1726 (python-nav--up-list): Fix behavior for blocks on the same level.
1727
ac9fc2c7
SM
17282012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1729
d8cc4c00 1730 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 1731
5253a5fd
SM
1732 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1733 changes to the format of load-history.
1734
ac9fc2c7
SM
1735 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1736 completion-ignore-case in case that var is buffer-local (bug#12615).
1737
cde44a77
KH
17382012-10-11 Kenichi Handa <handa@gnu.org>
1739
1740 * international/eucjp-ms.el: Re-generated.
1741
4ef4a10d
KH
17422012-10-10 Kenichi Handa <handa@gnu.org>
1743
1744 * select.el (xselect--encode-string): If a coding is specified for
1745 selection, and that is compatible with COMPOUND_TEXT, use it.
1746
9d7f027b
MR
17472012-10-10 Martin Rudalics <rudalics@gmx.at>
1748
1749 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
1750 (switch-to-buffer):
1751 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 1752
238f3a58
SM
17532012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1756 Don't document nil as a useful value (bug#12583).
1757
1d51f99c
MA
17582012-10-09 Michael Albinus <michael.albinus@gmx.de>
1759
238f3a58
SM
1760 * net/tramp.el (tramp-debug-message):
1761 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
1762 (with-tramp-progress-reporter): Rename from
1763 `tramp-with-progress-reporter'.
238f3a58
SM
1764 (with-tramp-file-property, with-tramp-connection-property):
1765 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
1766 `with-connection-property', respectively.
1767
1768 * net/tramp-cache.el: Remove `with-file-property' and
1769 `with-connection-property'.
1770
1771 * net/tramp.el:
1772 * net/tramp-gvfs.el:
1773 * net/tramp-sh.el:
1774 * net/tramp-smb.el: Adapt callees.
1775
1776 * net/trampver.el: Update release number.
1777
26b77251
GM
17782012-10-09 Glenn Morris <rgm@gnu.org>
1779
9a5f296f
GM
1780 * w32-fns.el (set-message-beep):
1781 * term/w32-win.el (set-message-beep): Update declarations.
1782
94c66ce5
SM
17832012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1784
10766e9e
SM
1785 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1786 (mode-line-widen, mode-line-input-method-map)
1787 (mode-line-coding-system-map, mode-line-remote)
1788 (mode-line-unbury-buffer, mode-line-bury-buffer)
1789 (mode-line-next-buffer, mode-line-previous-buffer):
1790 Replace save-selected-window+select-window => with-selected-window.
1791
f754db08
SM
1792 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1793 * progmodes/cc-vars.el (bq-process): Remove, unused.
1794
94c66ce5
SM
1795 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1796
a4ff7fe1
FEG
17972012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1798
1799 Implemented `backward-up-list'-like navigation.
1800 * progmodes/python.el (python-nav-up-list)
1801 (python-nav-backward-up-list): New functions.
1802 (python-mode-map): Define substitute key for backward-up-list to
1803 python-nav-backward-up-list.
1804
24517d82
FEG
18052012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1806
1807 * progmodes/python.el (python-fill-paragraph): Rename from
1808 python-fill-paragraph-function. Fixed fill-paragraph for
1809 decorators (Bug#12605).
1810
51867ae2
FEG
18112012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1812
1813 * progmodes/python.el (python-shell-output-filter): Handle extra
1814 carriage return in OSX (Bug#12409).
1815
a5b773c4
FEG
18162012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1817
1818 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 1819 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
1820 (python-syntax-propertize-function): Use it.
1821 (python-shell-output-syntax-table): New var.
1822 (inferior-python-mode): Prevent unbalanced parens/quotes from
1823 previous output mess with current input context.
1824
13373538
JB
18252012-10-08 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1828 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1829
775a132d
MA
18302012-10-08 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * ffap.el (ffap-replace-file-component): Support Tramp file name
1833 syntax, not only ange-ftp's one.
1834
3ab44929
GM
18352012-10-08 Glenn Morris <rgm@gnu.org>
1836
57f1dee4
GM
1837 * cus-start.el (message-log-max): Set :version.
1838
3ab44929
GM
1839 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1840
6a088630
MR
18412012-10-08 Martin Rudalics <rudalics@gmx.at>
1842
1843 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1844 the minibuffer window (Bug#10851).
1845
8dbce54c
FEG
18462012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1847
1848 Enhancements on forward-sexp movement.
1849 * progmodes/python.el (python-nav-beginning-of-statement)
1850 (python-nav-end-of-statement): Return point-marker.
1851 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1852 (python-info-current-symbol)
1853 (python-info-statement-starts-block-p): Rename from
1854 python-info-beginning-of-block-p.
1855 (python-info-statement-ends-block-p): Rename from
1856 python-info-end-of-block-p.
1857 (python-info-beginning-of-statement-p)
1858 (python-info-end-of-statement-p)
1859 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1860 New functions.
1861
5acd2b3e
SM
18622012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1865 frame-selected-windows.
1866
e08348a0
DC
18672012-10-08 Daniel Colascione <dancol@dancol.org>
1868
1869 * battery.el (battery-status-function): Check for
1870 w32-battery-status itself, not system-time windows-nt.
1871
1872 * frame.el: Require cl-lib.
1873 (display-format-alist): New variable mapping frame types to
1874 functions that initialize them.
1875 (window-system-for-display): New function: interprets
1876 display-format-alist.
1877 (make-frame-on-display): Remove existing display-selection logic
1878 and just forward to make-frame, which will now DTRT.
1879 (make-frame): Restructure to use window-system-for-display to
1880 figure out how to create a frame on a given display.
1881 (display-mouse-p): Look for frame-type w32, not a particular
1882 system-type.
1883
1884 * loadup.el: Load w32 lisp code when we have the w32 feature.
1885
1886 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1887 system-type windows-nt.
1888
1889 * server.el (server-create-window-system-frame): Look for window
1890 type.
1891 (server-proces-filter): Only force a window system when windows-nt
1892 _and_ w32. Explain why.
1893
1894 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1895 of window systems we configure for the mode.
1896
1897 * startup.el (command-line): Mark window system is initialized
1898 after we've done it.
1899
1900 * common-win.el (x-select-text): Look for w32, not windows-nt.
1901
1902 * ns-win.el: Require cl-lib. Add ourselves to
1903 display-format-alist.
1904 (ns-initialize-window-system): Assert we're not initialized twice.
1905
1906 * w32-win.el: Enable lexical binding; require cl-lib; add
1907 ourselves to display-format-alist.
1908 (w32-handle-dropped-file): Convert incoming dropped files from
1909 Windows paths to Cygwin ones before passing them on to the rest of
1910 Emacs.
1911 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1912 (w32-initialize-window-system): Assert we're not initialized twice.
1913
1914 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1915 (x-initialize-window-system): Assert we're not initialized twice.
1916
1917 * w32-common-fns.el: New File.
1918 (w32-version, w32-using-nt, w32-get-clipboard-data)
1919 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1920 (w32-charset-info-alist, x-last-selected, text)
1921 (x-get-selection-value, x-selection-value): Move here.
1922
1923 * w32-fns.el: Require w32-common-fns.
1924 (w32-version, w32-using-nt, w32-get-clipboard-data)
1925 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1926 (w32-charset-info-alist, x-last-selected, text)
1927 (x-get-selection-value, x-selection-value): Move to
1928 w32-common-fns.
1929
1930 * w32-vars.el:
1931 (w32-allow-system-shell, w32-system-shells): Define only in
1932 non-cygwin case.
1933
795b1482
SM
19342012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1937 (read-passwd): Remove a few more potential sources of leaks.
1938
f27c99dc
FEG
19392012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1940
1941 * progmodes/python.el (inferior-python-mode)
795b1482 1942 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
1943 variables copied from parent buffer.
1944
fcacb558
JD
19452012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1946
1947 * term/ns-win.el (ns-read-file-name): Update declaration to match
1948 nsfns.m.
1949 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1950 it is set when font is acted upon.
1951
be0d5bae
FEG
19522012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1953
1954 Enhancements to indentation.
1955 * progmodes/python.el (python-indent-context): Give priority to
1956 inside-string context. Make comments indentation markers.
1957 (python-indent-region): Do not mess with strings, unless it's the
1958 enclosing set of quotes.
1959
13af0d10
SM
19602012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1961
662a9d0e
SM
1962 * window.el (internal--before-save-selected-window)
1963 (internal--after-save-selected-window): New functions extracted from
1964 save-selected-window. Make sure we return the `alist' we construct.
1965 (save-selected-window): Use them.
1966
1967 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1968 Use with-selected-window.
1969
13af0d10
SM
1970 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1971 forms that define macros (bug#12593).
1972
6aa75fb6
KH
19732012-10-07 Kenichi Handa <handa@gnu.org>
1974
13af0d10
SM
1975 * international/mule-conf.el (compound-text-with-extensions):
1976 Add :mime-charset property as x-ctext.
6aa75fb6 1977
78d876b9
SM
19782012-10-07 Stefan Merten <smerten@oekonux.de>
1979
1980 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1981 (rst-indent-literal-normal, rst-indent-literal-minimized)
1982 (rst-indent-comment): Correct :version tag.
557337e9 1983 (rst-official-cvs-rev): Correct version string.
78d876b9 1984
99a1e701
GM
19852012-10-07 Glenn Morris <rgm@gnu.org>
1986
1987 * mail/rmailmm.el (rmail-mime-process-multipart):
1988 Do not confuse a multipart message with an epilogue
1989 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1990
08f18c3d
FEG
19912012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1992
1993 Fix shell output retrieval and comint-prompt-regexp init.
1994 * progmodes/python.el (inferior-python-mode):
1995 (python-shell-make-comint): Fix initialization of
1996 comint-prompt-regexp from copied file local variables.
1997 (python-shell-fetched-lines): Remove var.
1998 (python-shell-output-filter-in-progress): Rename from
1999 python-shell-fetch-lines-in-progress.
2000 (python-shell-output-filter-buffer): Rename from
2001 python-shell-fetch-lines-string.
2002 (python-shell-fetch-lines-filter): Delete function.
2003 (python-shell-output-filter): New function.
2004 (python-shell-send-string-no-output): Use them.
2005
82ed3ab4
GM
20062012-10-07 Glenn Morris <rgm@gnu.org>
2007
1595ecfa
GM
2008 * hi-lock.el (hi-lock-process-phrase):
2009 Try to make it less fragile. (Bug#7161)
2010
82ed3ab4
GM
2011 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
2012
f1f4dba0
GM
20132012-10-06 Glenn Morris <rgm@gnu.org>
2014
addc11ed 2015 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
2016 non-existent mode `help'.
2017 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 2018
460042b8
GM
2019 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
2020 (reftex-create-bibtex-footer): Fix custom types.
2021
67667c70
GM
2022 * progmodes/sh-script.el (sh-indent-after-continuation):
2023 Add explicit :group.
2024
18dec750
GM
2025 * textmodes/rst.el (rst-preferred-decorations)
2026 (rst-shift-basic-offset): Clarify obsolescence versions.
2027
d1a1c7e6
GM
2028 * profiler.el (profiler): Add missing group :version tag.
2029 * avoid.el (mouse-avoidance-banish-position):
2030 * proced.el (proced-renice-command):
2031 * calc/calc.el (calc-ensure-consistent-units):
2032 * calendar/icalendar.el (icalendar-import-format-uid):
2033 * net/tramp.el (tramp-save-ad-hoc-proxies):
2034 * progmodes/bug-reference.el (bug-reference-bug-regexp):
2035 * progmodes/flymake.el (flymake-error-bitmap)
2036 (flymake-warning-bitmap, flymake-fringe-indicator-position):
2037 * progmodes/sh-script.el (sh-indent-after-continuation):
2038 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
2039 (verilog-before-save-font-hook, verilog-after-save-font-hook):
2040 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
2041 (vhdl-array-index-record-field-in-sensitivity-list)
2042 (vhdl-indent-comment-like-next-code-line):
2043 * textmodes/reftex-vars.el (reftex-ref-style-alist)
2044 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
2045 (reftex-cite-key-separator, reftex-create-bibtex-header)
2046 (reftex-create-bibtex-footer):
2047 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
2048 (rst-indent-literal-normal, rst-indent-literal-minimized)
2049 (rst-indent-comment): Add missing custom :version tags.
2050
ef35abb4
GM
2051 * calendar/timeclock.el (timeclock-modeline-display):
2052 Add missing obsolete alias for renamed user option.
2053
d1aae614
GM
2054 * strokes.el (strokes-modeline-string):
2055 * emulation/crisp.el (crisp-mode-modeline-string):
2056 * eshell/esh-mode.el (eshell-status-in-modeline):
2057 Aliases to defcustoms must come before the defcustom.
2058
f1f4dba0
GM
2059 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
2060 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2061 (cal-tex-cursor-week-monday): Doc fixes.
2062 (cal-tex-cursor-week2-summary): Doc fix.
2063 Rename from cal-tex-cursor-week-at-a-glance.
2064
2065 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
2066 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
2067
2068 * calendar/calendar.el (calendar-mode-map):
2069 Add cal-tex-cursor-week2-summary.
2070
d39109c3
SM
20712012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2072
685f87b0
SM
2073 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
2074
d39109c3
SM
2075 * subr.el (read-passwd-map): New var.
2076 (read-passwd): Use `read-string' again.
2077 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
2078
5694896d
J
20792012-10-06 Jambunathan K <kjambunathan@gmail.com>
2080
2081 * register.el (append-to-register, prepend-to-register):
2082 Deactivate mark, as does `copy-to-register' (bug#12389).
2083
9414dd8d
CY
20842012-10-06 Chong Yidong <cyd@gnu.org>
2085
2086 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
2087
2b89bca4
KH
20882012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
2089
2090 * international/characters.el: Fix simple mistake ((car chars) ->
2091 elt), delete duplicated code.
2092
d5acb99a
GM
20932012-10-06 Glenn Morris <rgm@gnu.org>
2094
2095 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
2096
123ec157
JS
20972012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
2098
2099 * color.el (color-hsl-to-rgb): Fix incorrect results for
2100 small and large hue values. (Bug#12559)
2101
7fa36ccb
FEG
21022012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
2103
2104 Enhancements to docstring formatting when filling paragraphs.
2105 * progmodes/python.el (python-fill-docstring-style): Rename from
2106 python-fill-string-style. Added new style.
2107 (python-fill-string): Use new style. Better checks for
2108 docstrings.
2109
d8788e1e
GM
21102012-10-05 Glenn Morris <rgm@gnu.org>
2111
204f3953
GM
2112 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
2113
d8788e1e
GM
2114 * color.el (color-name-to-rgb, color-rgb-to-hex)
2115 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
2116 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
2117 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2118 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
2119
8d956cef
GM
2120 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
2121
e8757f09 21222012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
2123
2124 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
2125 to get the correct size across symlinks.
2126
e8757f09
GM
2127 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
2128
0e2ae83d
JL
21292012-10-04 Juri Linkov <juri@jurta.org>
2130
2131 * replace.el (query-replace-interactive): Declare obsolete.
2132 (query-replace-read-from): Add the last incremental search string
2133 to the list of default values accessible via M-n.
2134 (map-query-replace-regexp): Use `read-regexp'.
2135 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2136 (map-query-replace-regexp, replace-string, replace-regexp):
2137 Fix docstrings to replace mentions of `query-replace-interactive'
2138 with alternatives. (Bug#12526)
2139
93cacb6d
JL
21402012-10-04 Juri Linkov <juri@jurta.org>
2141
2142 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
2143 (dired-pop-to-buffer): Declare obsolete.
2144 (dired-mark-pop-up): Doc fix.
2145
fc345011
FEG
21462012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
2147
2148 Allow user to set docstring style for fill-paragraph.
2149 * progmodes/python.el
2150 (python-fill-comment-function, python-fill-string-function)
2151 (python-fill-decorator-function, python-fill-paren-function):
2152 Remove :safe for defcustoms.
2153 (python-fill-string-style): New defcustom
5694896d 2154 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
2155 (python-fill-string): Honor python-fill-string-style settings.
2156
6bab5d8b
MR
21572012-10-04 Martin Rudalics <rudalics@gmx.at>
2158
2159 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
2160 after setting its buffer (Bug#10805).
2161
a1a9f411
FEG
21622012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
2163
2164 Fix cornercase for string syntax.
2165 * progmodes/python.el (python-syntax-propertize-function):
2166 Simplify and enhance the regexp for unescaped quotes. Now it also
2167 matches quotes in weird situations like the single quote in
2168 "something\"'".
2169 (python-syntax-stringify): Simplify num-quotes detecting code.
2170
05e153a6
GM
21712012-10-03 Glenn Morris <rgm@gnu.org>
2172
2173 * help-macro.el (three-step-help):
2174 Revert 2012-09-29 change. (Bug#12567)
2175
2e566ecb
MR
21762012-10-03 Martin Rudalics <rudalics@gmx.at>
2177
96ef9ccd
MR
2178 * menu-bar.el (kill-this-buffer): Don't do anything when
2179 `menu-frame' is not alive or visible (Bug#8184).
2180
2e566ecb
MR
2181 * emacs-lisp/debug.el (debug): When quitting the debugger window
2182 restore current buffer (Bug#12502).
2183
a96e1cb7
CY
21842012-10-02 Chong Yidong <cyd@gnu.org>
2185
5694896d
J
2186 * progmodes/hideif.el (hif-lookup, hif-defined):
2187 Handle semantic-c-takeover-hideif.
a96e1cb7 2188
b3ecad33
PE
21892012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2190
2191 Change sampling interval units from ms to ns.
2192 * profiler.el (profiler-sampling-interval): Change units
2193 from ms to ns, multiplying the default by 1000000 so that
2194 it remains 1 ms.
2195 (profiler-report-cpu-line-format): Give enough room for
2196 the maximum counters on 64-bit hosts.
2197 (profiler-report-render-calltree-1): Call them "CPU samples",
2198 not "Time (ms)", since they are not milliseconds now (and
2199 never really were).
2200
8cb51b66 22012012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 2202
5694896d
J
2203 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
2204 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 2205
fd795bf4
CY
22062012-10-02 Chong Yidong <cyd@gnu.org>
2207
2208 * emacs-lisp/eieio.el: Restore Version header.
2209
fe0a74f9
SM
22102012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2211
6be9197e
SM
2212 * vc/diff-mode.el (diff--auto-refine-data): New var.
2213 (diff-hunk): Use it to delay refinement.
2214 (diff-mode): Remove overlays when we turn off font-lock.
2215
18486139
SM
2216 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
2217 (table-initialize-table-fixed-width-mode)
2218 (table-set-table-fixed-width-mode): Remove functions.
2219 (table-command-list): Move initialization into declaration.
2220 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
2221 (table-with-cache-buffer): Use `declare'.
2222 (table-span-cell): Simplify via CSE.
2223 (table-fixed-width-mode): Use define-minor-mode.
2224 (table-call-interactively, table-funcall, table-apply): Remove.
2225 (table-function): New function, to replace them.
2226
d83ef976
SM
2227 * bookmark.el (bookmark-search-pattern): Remove var.
2228 (bookmark-read-search-input): Remove function.
2229 (bookmark-bmenu-search): Reimplement using a minibuffer.
2230
cd386662
SM
2231 * faces.el (modeline): Remove obsolete face name.
2232
fe0a74f9
SM
2233 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
2234 and give a non-nil default value.
2235 (add-change-log-entry): Simplify accordingly.
2236
9f7b98f8
DG
22372012-10-01 Dmitry Gutov <dgutov@yandex.ru>
2238
2239 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
2240 (vc-git-log-edit-toggle-amend): New function.
2241 (vc-git-log-edit-toggle-signoff): New function.
2242 (vc-git-log-edit-mode): New major mode.
2243 (vc-git-log-edit-mode-map): Keymap for it.
2244 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
2245
2246 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
2247 header names.
2248 (log-edit-toggle-header): New function.
2249 (log-edit-extract-headers): Accept function values in HEADERS alist.
2250
62a81506
CY
22512012-10-01 David Engster <deng@randomsample.de>
2252
2253 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
2254 from symbol property and change message to be more consistent with
2255 Emacs proper.
2256 (eieio-describe-generic): Add filename for each implementation.
2257 Fix indices for generic and normal methods.
2258 (eieio-method-def, eieio-class-def): New buttons.
2259 (eieio-help-find-method-definition)
2260 (eieio-help-find-class-definition): New functions.
2261 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
2262 class, constructor and method definitions.
2263
2264 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
2265 information in symbol property.
2266 (scoped-class): Remove.
2267 (eieio-slot-name-index, call-next-method): Check if it is bound.
2268
22692012-10-01 Leo P. White <lpw25@cam.ac.uk>
2270
2271 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
2272 (eieio-custom-mode): New major mode.
2273 (eieio-customize-object): Use it.
2274
22752012-10-01 Eric Ludlam <zappo@gnu.org>
2276
2277 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
2278 specifying the expected class, and whether subclassing is allowed.
2279 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
2280 (eieio-persistent-validate/fix-slot-value)
2281 (eieio-persistent-slot-type-is-class-p): New functions.
2282 (eieio-named::slot-missing): Doc fix.
62a81506
CY
2283
2284 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
2285 Stop using unused publd variable.
2286
2287 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
2288 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
2289 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
2290 (eieio-speedbar-handle-click): Do not specify a class for the
2291 method. Fixes method invocation order problems with EDE.
2292
375e49d4
SM
22932012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2296 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2297
16ce6ccd
KF
22982012-10-01 Karl Fogel <kfogel@red-bean.com>
2299
2300 * bookmark.el (bookmark-version-control): Give tags in the
2301 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
2302 (bookmark-write-file): Bind `print-circle' to `t' to allow
2303 circular custom bookmark types. (Bug#12503)
16ce6ccd 2304
19e54a4d
PE
23052012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2306
86ec63ba
PE
2307 Revert the FOLLOW-SYMLINKS change for file-attributes.
2308 * files.el (remote-file-name-inhibit-cache, after-find-file):
2309 * time.el (display-time-file-nonempty-p): Undo last change.
2310
19e54a4d
PE
2311 * profiler.el (profiler-sampling-interval): Change default back to 1.
2312 See Stefan Monnier in
2313 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2314
0478776b
FEG
23152012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2316
2317 Shell output catching a la gud-gdb.
2318 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
2319 (python-shell-fetch-lines-string, python-shell-fetched-lines):
2320 New Vars.
0478776b
FEG
2321 (python-shell-fetch-lines-filter): New function.
2322 (python-shell-send-string-no-output): Use them.
2323
c22bac2c
TM
23242012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2325
2326 * profiler.el (profiler-sampling-interval): Rename from
2327 profiler-sample-interval.
2328 (profiler-sampling-interval): Default to 10.
2329 (profiler-find-profile): New command (was profiler-find-log).
2330 (profiler-find-profile-other-window): New command.
2331 (profiler-find-profile-other-frame): New command.
2332 (profiler-profile): Introduce API-level data structure.
2333
e7a2937b
PE
23342012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2335
2336 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2337 * files.el (remote-file-name-inhibit-cache):
2338 * time.el (display-time-file-nonempty-p): Use it.
2339 * files.el (after-find-file): Don't chase links before calling
2340 file-exists-p, as file-exists-p already does the right thing.
2341
4f595e15
RA
23422012-09-30 Ralf Angeli <angeli@caeruleus.net>
2343
2344 Merge from standalone RefTeX repository.
2345
2346 The following ChangeLog entries are shortened versions of the
2347 original ones with file paths adapted. A not so strongly edited
2348 version of the original ChangeLog can be found in the commit log.
2349
2350 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
2351 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2352 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
2353
2354 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
2355 that entries with whitespace at various places are found.
2356 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
2357 Include @String definitions in the resulting bib file. Add header
2358 and footer defined in `reftex-create-bibtex-header' and
2359 `reftex-create-bibtex-footer'.
2360 (reftex-do-citation): Make it possible again to insert
2361 non-existent entries. Save match data when asking for optional
2362 arguments. Return all keys, not just the first one.
2363 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2364 all citations in the same line.
2365 (reftex-parse-bibtex-entry): Accept additional optional argument
2366 `raw' and keep quotes or braces if it is non-nil. Match fields
2367 containing hyphens besides word constituents.
2368 (reftex-get-string-refs): New function.
2369 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2370 and ask if it should be reread in case it did.
2371 (reftex-pop-to-bibtex-entry)
2372 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2373 entries with spaces or tabs in front of arguments.
2374 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
2375 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2376 Match entries containing numbers and symbol constituents.
2377 (reftex-do-citation, reftex-figure-out-cite-format):
2378 Use `reftex-cite-key-separator'.
4f595e15
RA
2379
2380 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2381 (reftex-mouse-view-crossref): Explain why point is set.
2382
2383 * textmodes/reftex-global.el: Whitespace changes.
2384
2385 * textmodes/reftex-index.el: Move provide statement to end of
2386 file.
2387 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2388 (reftex-index-visit-phrases-buffer): Set marker when visiting
2389 buffer. This allows for returning from the phrases file to the
2390 file one was just editing instead of the file where the last
2391 phrases was added from.
2392 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2393 punctuation syntax as it usually is not used as string quote in
2394 TeX-related modes and may occur unmatched. The change also
2395 prevents fontification of quoted content.
2396 (reftex-index-phrases-mode): Use it.
2397
375e49d4
SM
2398 * textmodes/reftex-parse.el (reftex-parse-from-file):
2399 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
2400 (reftex-parse-from-file): Use beginning of match instead of end as
2401 bound.
2402
2403 * textmodes/reftex-ref.el: Adapt creation of
2404 `reftex-<package>-<macro>' functions to new structure of
2405 `reftex-ref-style-alist'.
375e49d4
SM
2406 (reftex-reference): Use `reftex-ref-style-list' function.
2407 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
2408 reference macro if `reftex-ref-macro-prompt' is non-nil.
2409 (reftex-reference): Pass refstyle to `reftex-format-special'.
2410 Determine reference macro by looking at
375e49d4
SM
2411 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2412 Use only one special format function.
4f595e15
RA
2413 (reftex-varioref-vref, reftex-fancyref-fref)
2414 (reftex-fancyref-Fref): Remove definitions. The functions are now
2415 generated from `reftex-ref-style-alist'.
2416 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2417 Remove.
2418 (reftex-format-special): New function.
2419
2420 * textmodes/reftex-sel.el
2421 (reftex-select-cycle-ref-style-internal): Adapt to new structure
2422 of `reftex-ref-style-alist'. Remove code for testing macro type.
2423 (reftex-select-toggle-varioref)
2424 (reftex-select-toggle-fancyref): Remove.
2425 (reftex-select-cycle-ref-style-internal)
2426 (reftex-select-cycle-ref-style-forward)
2427 (reftex-select-cycle-ref-style-backward): New functions.
2428 (reftex-select-label-map): Use `v' and `V' for general cycling
2429 through reference styles. Add `p' for switching between number
2430 and page reference types.
2431
375e49d4
SM
2432 * textmodes/reftex-toc.el (reftex-re-enlarge):
2433 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
2434 the horizontal version throws an error even if the parameter is 0.
2435
2436 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2437 (reftex-plug-into-AUCTeX): Doc fix.
2438 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2439 string. Adapt to new name.
2440 (reftex-ref-style-alist): Change structure so that it is not
2441 possible to use multiple different package names within a style.
375e49d4
SM
2442 Remove the symbols for symbols for macro type distinction.
2443 Add characters for macro selection.
4f595e15
RA
2444 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2445 (reftex-create-bibtex-footer): New variables.
2446 (reftex-format-ref-function): Mention third argument of special
2447 format function.
375e49d4
SM
2448 (reftex-ref-style-alist, reftex-ref-style-default-list):
2449 New variables.
4f595e15
RA
2450 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2451 to new implementation. Mark as obsolete. Add compatibility code
2452 for honoring the variable values in case they are set.
375e49d4
SM
2453 (reftex-cite-format-builtin, reftex-bibliography-commands):
2454 Add support for ConTeXt.
2455 (reftex-format-ref-function, reftex-format-cite-function):
2456 Fix custom type.
4f595e15
RA
2457 (reftex-cite-key-separator): New variable.
2458
2459 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2460 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2461 `reftex-syntax-table' because parens have to retain their paren
2462 syntax in order for parsing of BibTeX entries like @book(...) to
2463 work.
2464 (reftex-in-comment): Do not error out if `comment-start-skip' is
2465 not set. Deal correctly with escaped comment characters.
375e49d4
SM
2466 (reftex-tie-multifile-symbols): Add doc string.
2467 Initialize `reftex-ref-style-list'.
4f595e15
RA
2468 (reftex-untie-multifile-symbols): Add doc string.
2469 (reftex-add-index-macros): Doc fix.
2470 (reftex-ref-style-activate, reftex-ref-style-toggle)
2471 (reftex-ref-style-list): New functions.
2472 (reftex-mode-menu): Use them. Adapt to new structure of
2473 `reftex-ref-style-alist'.
2474 (reftex-select-with-char): Kill the RefTeX Select buffer when
2475 done.
2476 (reftex-remove-if): New function.
2477 (reftex-erase-all-selection-and-index-buffers)
2478 (reftex-mode-menu): Reference styles are now computed from
2479 `reftex-ref-style-alist'. Fix typo.
2480 (reftex-report-bug): New function.
2481 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2482 algorithms with O(n log n). Introduce optional argument SORT (not
2483 yet used).
2484
440ba395
FEG
24852012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2486
2487 Enhancements for triple-quote string syntax.
375e49d4
SM
2488 * progmodes/python.el (python-syntax-propertize-function):
2489 Match both quote cases in one regexp.
440ba395
FEG
2490 (python-syntax-stringify): Handle matches properly.
2491
4c478e6b
JL
24922012-09-30 Juri Linkov <juri@jurta.org>
2493
2494 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 2495 to nil around the call to `insert' to prevent
4c478e6b
JL
2496 directory time modification by lock_file. (Bug#2295)
2497 * tar-mode.el (tar-summarize-buffer): Idem.
2498
d80d54b2
JL
24992012-09-30 Juri Linkov <juri@jurta.org>
2500
2501 * facemenu.el (list-colors-sort): Add option "Luminance".
2502 (list-colors-sort-key): Implement it.
2503
2504 * vc/diff-mode.el (diff-refine-removed):
2505 * vc/ediff-init.el (ediff-fine-diff-A):
2506 * vc/smerge-mode.el (smerge-refined-removed):
2507 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2508
d7e642cc
JD
25092012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2510
2511 * term/ns-win.el (x-file-dialog): New function.
2512
ee41332b
JB
25132012-09-30 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * ido.el (ido-max-directory-size): Default to nil; the current
2516 default is small for POSIX systems, and impractical on Windows 7
2517 now that lstat returns directory sizes for NTFS.
2518
5938d519
MR
25192012-09-30 Martin Rudalics <rudalics@gmx.at>
2520
2521 In buffer display functions handle window-height/window-width
2522 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
2523 * window.el (window--display-buffer): New argument ALIST.
2524 Obey window-height and window-width alist entries.
2525 (window--try-to-split-window): New argument ALIST.
2526 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
2527 changed and window-combination-limit equals `window-size'.
2528 (display-buffer-in-atom-window)
2529 (display-buffer-in-major-side-window)
2530 (display-buffer-in-side-window, display-buffer-same-window)
2531 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2532 (display-buffer-pop-up-window, display-buffer-below-selected)
2533 (display-buffer-at-bottom, display-buffer-in-previous-window)
2534 (display-buffer-use-some-window): Adjust all callers of
2535 window--display-buffer and window--try-to-split-window.
2536 (fit-frame-to-buffer): New option.
2537 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2538 is non-nil.
2539 (display-buffer-in-major-side-window): Evaluate window-height /
2540 window-width alist entries.
2541
2542 * help.el (temp-buffer-resize-frames)
2543 (temp-buffer-resize-regexps): Remove options.
2544 (temp-buffer-resize-mode): Adjust doc-string.
2545 (resize-temp-buffer-window): Don't consult
2546 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2547 temp-buffer-resize-frames.
2548
375e49d4
SM
2549 * dired.el (dired-mark-pop-up):
2550 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
2551 entry.
2552
c4c0c2df
CY
25532012-09-30 Chong Yidong <cyd@gnu.org>
2554
48de8b12
CY
2555 * server.el (server-host): Document the security implications.
2556 (server-auth-key): Doc fix.
2557
2558 * startup.el (initial-buffer-choice): Doc fix.
2559
2560 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2561
a97dc380
CY
2562 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2563 restriction change.
2564
d39d3c8e
CY
2565 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2566
c4c0c2df
CY
2567 * help-fns.el (help-fns--obsolete): Fix last change.
2568
98a5e33b
SM
25692012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2570
34cf6f39
SM
2571 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2572 (minor-mode-map-alist): Remove redundant code.
2573
e01c13fe
SM
2574 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2575 visited in a buffer.
2576 (cvs-insert-visited-file): New function.
2577 (find-file-hook): Use it.
2578
2579 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2580
02661b3a
SM
2581 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2582 chose face.
2583 (log-edit-empty-buffer-p): Don't require a space after a header.
2584
43711d4b
SM
2585 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2586
38a30d64
SM
2587 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2588
4ffb41a9
SM
2589 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2590 a proper minor-mode.
2591
98a5e33b
SM
2592 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2593
de82e29b
GM
25942012-09-29 Glenn Morris <rgm@gnu.org>
2595
5cc2e639
GM
2596 * winner.el (winner-mode): Remove variable (let define-minor-mode
2597 handle it).
2598 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2599 Doc fixes.
2600 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2601 (winner-mode): Use define-minor-mode.
2602
7bd302eb
GM
2603 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2604 the full definition in loaddefs, rather than duplicating it.
2605
2923922f 2606 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 2607
0e3e4156
GM
2608 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2609 (inferior-lisp-program, inferior-lisp-load-command)
2610 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 2611 No need to autoload defcustoms.
0e3e4156 2612
de82e29b
GM
2613 * hippie-exp.el (hippie-expand-try-functions-list)
2614 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2615 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2616 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 2617 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
2618 * progmodes/vhdl-mode.el (vhdl-line-expand):
2619 Explicitly load hippie-exp, so it does not get autoloaded
2620 while hippie-expand-try-functions-list is let-bound.
2621
e60b51ab
GM
26222012-09-28 Glenn Morris <rgm@gnu.org>
2623
277f0cfa
GM
2624 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2625
e60b51ab
GM
2626 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2627 Only "cl.el" counts as cl these days.
2628
53baf48a
JL
26292012-09-28 Juri Linkov <juri@jurta.org>
2630
2631 Display archive errors in the echo area instead of inserting
2632 to the file buffer.
2633
2634 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2635 to STDERR-TEST that can be a regexp matching a successful output.
2636 Create a temporary file and redirect stderr to it. Search for
2637 STDERR-TEST in the stderr output and display it in the echo area
2638 if no match is found.
2639 (archive-extract-by-file): New function like
2640 `archive-extract-by-stdout' but extracting archives to files
2641 and looking for successful matches in stdout. Function body is
2642 mostly copied from `archive-rar-extract'.
2643 (archive-rar-extract): Use `archive-extract-by-file'.
2644 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2645
9c1228c3
LL
26462012-09-28 Leo Liu <sdl.web@gmail.com>
2647
375e49d4
SM
2648 * pcomplete.el (pcomplete-show-completions):
2649 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 2650
9c1228c3
LL
2651 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2652
7f457c06
SM
26532012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2654
3df749b0
SM
2655 * type-break.el: Use lexical-binding.
2656 (type-break-mode): Use define-minor-mode.
2657
7f457c06
SM
2658 * emacs-lisp/pcase.el (pcase--mark-used): New.
2659 (pcase--u1): Use it (bug#12512).
2660
2661 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2662 in load-history with the right file name.
2663
c00ebc98
TH
26642012-09-28 Tassilo Horn <tsdh@gnu.org>
2665
2666 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2667 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2668 (doc-view-get-bounding-box): Make bounding box slicing work for
2669 ODF and DVI documents.
2670
96fb7170
GM
26712012-09-28 Glenn Morris <rgm@gnu.org>
2672
2673 * type-break.el (type-break-mode, type-break-interval)
2674 (type-break-good-rest-interval, type-break-keystroke-threshold):
2675 No need to autoload.
2676 (type-break-good-rest-interval, type-break-keystroke-threshold):
2677 Add :set-after.
2678
5bc93c67
CY
26792012-09-28 Chong Yidong <cyd@gnu.org>
2680
2681 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2682 Add :version tag.
2683
9cad61d6
SM
26842012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2685
e28e67b3 2686 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 2687
daee954c
GM
26882012-09-27 Glenn Morris <rgm@gnu.org>
2689
a88324d4
GM
2690 * faces.el (x-display-name): Declare (for without-x builds).
2691
8e5064e5
GM
2692 * linum.el (linum-format): Don't autoload it. Improve :type.
2693
cc1783c2
GM
2694 * progmodes/tcl.el: Don't require outline when compiling.
2695 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
2696 * textmodes/sgml-mode.el: Don't require outline when compiling.
2697 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2698
48c339f2
GM
2699 * term.el (term-ansi-reset):
2700 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2701
daee954c
GM
2702 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2703 files for RCS and SCCS. (Bug#9781)
2704
b7f42161
CY
27052012-09-27 Chong Yidong <cyd@gnu.org>
2706
2707 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2708 change; value should be t.
2709
a2e770db
SM
27102012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2711
83600dc8
SM
2712 * image-mode.el: Use lexical-binding.
2713 (image-mode-winprops): Use t to stand for the window of
2714 a buffer that's not displayed.
2715 * doc-view.el (doc-view-new-window-function): Handle the new
2716 t in winprops.
2717 (doc-view-enlarge): Make it a real nop if the size is not changed.
2718 (doc-view-display): Handle the case where the buffer is not (yet?)
2719 displayed in any window.
2720 (doc-view-saved-settings): New var.
2721 (doc-view-mode): Use it.
2722 (doc-view-fallback-mode): Set it.
2723
a2e770db
SM
2724 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2725 Set lexical-binding.
2726 (minibuffer-eldef-shorten-default): New var.
2727 (minibuffer-default-in-prompt-regexps): Use it for new default.
2728 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2729
e3b60857
JB
27302012-09-26 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * international/uni-bidi.el:
2733 * international/uni-category.el:
2734 * international/uni-name.el:
2735 * international/uni-numeric.el: Regenerate.
2736
3a880af4
SM
27372012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2738 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * profiler.el: New file.
2741
07b1a5fb
SM
27422012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2745 (testcover-reinstrument): Simplify with CSE.
2746
42019c2e
JB
27472012-09-26 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2750
179f044b
WS
27512012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2752
2753 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2754 (verilog-auto-input, verilog-auto-insert-lisp)
2755 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2756 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2757 (verilog-auto-unused, verilog-auto-wire)
2758 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2759 newline. Reported by Andrew Jones.
2760 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2761 Reported by Brad Dobbie.
07b1a5fb
SM
2762 (verilog-batch-delete-trailing-whitespace):
2763 Create verilog-batch-delete-trailing-whitespace.
2764 Reported by Brad Dobbie.
179f044b
WS
2765 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2766 parameters from another module. Reported by Dan Katz.
2767 (verilog-auto, verilog-auto-assign-modport)
2768 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2769 AUTOINOUTMODPORT for UVM interface module shell generation.
2770 Reported by Brad Dobbie.
2771 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2772 standard behavior.
2773 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2774 Reported by Matt Martin.
2775
9c52dd5a
MR
27762012-09-25 Martin Rudalics <rudalics@gmx.at>
2777
2778 * window.el (window--resize-child-windows): When resizing child
2779 windows proportionally, process them in reverse order to
2780 preserve the "when splitting a window the new one gets the odd
2781 line" behavior.
2782 (window--resize-root-window-vertically): When resizing the
2783 minibuffer window try to affect only windows at the bottom of the
2784 frame. (Bug#12419)
2785
863666eb
CY
27862012-09-25 Chong Yidong <cyd@gnu.org>
2787
2788 * subr.el (declare): Doc fix.
2789
2790 * help-fns.el (help-fns--obsolete): Handle macros properly.
2791
59f7af81
CY
27922012-09-25 Chong Yidong <cyd@gnu.org>
2793
2794 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2795 this function obsolete.
2796
2797 * calendar/cal-x.el (calendar-two-frame-setup)
2798 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2799 * calendar/calendar.el (american-calendar, european-calendar)
2800 (calendar-for-loop):
2801 * comint.el (comint-dynamic-simple-complete)
2802 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2803 * desktop.el (desktop-load-default):
2804 * dired-x.el (dired-omit-here-always)
2805 (dired-hack-local-variables, dired-default-directory):
2806 * emacs-lisp/derived.el (derived-mode-class):
2807 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2808 * emacs-lock.el (toggle-emacs-lock):
2809 * epa.el (epa-display-verify-result):
2810 * epg.el (epg-sign-keys, epg-start-sign-keys)
2811 (epg-passphrase-callback-function):
2812 * eshell/esh-util.el (eshell-for):
2813 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2814 (eshell-add-to-window-buffer-names):
2815 * files.el (locate-file-completion):
2816 * imenu.el (imenu-example--create-c-index)
2817 (imenu-example--create-lisp-index)
2818 (imenu-example--lisp-extract-index-name)
2819 (imenu-example--name-and-position):
2820 * international/mule-cmds.el (princ-list):
2821 * international/mule-diag.el (decode-codepage-char):
2822 * international/mule-util.el (detect-coding-with-priority):
2823 * iswitchb.el (iswitchb-read-buffer):
2824 * mail/mailalias.el (mail-complete):
2825 * mail/sendmail.el (mail-sent-via):
2826 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2827 (mouse-major-mode-menu):
2828 * password-cache.el (password-read-and-add):
2829 * pcomplete.el (pcomplete-parse-comint-arguments):
2830 * progmodes/sh-script.el (sh-maybe-here-document):
2831 * replace.el (query-replace-regexp-eval):
2832 * savehist.el (savehist-load):
2833 * simple.el (choose-completion-delete-max-match):
2834 * term.el (term-dynamic-simple-complete):
2835 * vc/ediff-init.el (ediff-check-version):
2836 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2837 * vc/vc.el (vc-diff-switches-list):
2838 * view.el (view-return-to-alist-update): Likewise.
2839
2840 * subr.el (eval-next-after-load, makehash, insert-string)
2841 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2842 mark obsolete.
2843 (mode-line-inverse-video): Variable deleted.
2844
2845 * international/mule-util.el (string-to-sequence): Remove.
2846
2847 * calendar/calendar.el (calendar-version):
2848 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2849 (icalendar-convert-diary-to-ical):
2850 * cus-edit.el (custom-mode):
2851 * ansi-color.el (ansi-color-unfontify-region):
2852 * international/latin1-disp.el (latin1-char-displayable-p):
2853 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
2854 * progmodes/which-func.el (which-func-update-1):
2855 Use define-obsolete-function-alias.
59f7af81
CY
2856
2857 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
2858 * net/newst-treeview.el (newsticker-groups-filename):
2859 Fix incorrect obsolescence declaration.
59f7af81
CY
2860
2861 * allout.el (allout-passphrase-hint-string): Likewise.
2862 (allout-init): Use a declare form to mark obsolete.
2863
2864 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2865 this applies to functions.
2866
2867 * iswitchb.el (iswitchb-read-buffer): Move code of
2868 iswitchb-define-mode-map here, and delete that obsolete function.
2869
2870 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2871 font-lock-reference-face.
2872
cca96c97
GM
28732012-09-25 Glenn Morris <rgm@gnu.org>
2874
b06eeda8
GM
2875 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2876 Doc fixes.
2877
cca96c97
GM
2878 * eshell/em-term.el (eshell-term-name):
2879 Default to term-term-name. (Bug#12485)
2880
dc4f818b
FEG
28812012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2882
cca96c97
GM
2883 * progmodes/python.el (python-shell-send-buffer): Better handling
2884 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 2885
289c24bd
GM
28862012-09-24 Glenn Morris <rgm@gnu.org>
2887
2888 * eshell/esh-cmd.el (eshell-find-alias-function):
2889 Tighten up file-name regexp. (Bug#12499)
2890
8fb8b88f
FEG
28912012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2892
2893 Enhancements for triple-quote string syntax.
2894 * progmodes/python.el (python-quote-syntax): Remove.
2895 (python-syntax-propertize-function): New value.
07b1a5fb
SM
2896 (python-syntax-count-quotes, python-syntax-stringify):
2897 New functions.
8fb8b88f 2898
6c27f0f8
CY
28992012-09-24 Chong Yidong <cyd@gnu.org>
2900
a5f2b6ec
CY
2901 * mail/supercite.el (sc-version): Remove obsolete function.
2902 (sc-describe): Don't mark as obsolete, since it is bound.
2903 (sc-submit-bug-report): Remove.
2904
2905 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2906 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
2907 (log-edit-require-final-newline)
2908 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
2909
2910 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2911 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2912 * vc/vc.el (vc-checkout-carefully): Likewise.
2913
2914 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2915 (emerge-version): Remove.
2916
2917 * progmodes/compile.el (compile-internal): Remove.
2918 (compilation-parse-errors-function): Fix typo.
2919
2920 * international/mule.el (set-char-table-default): Remove.
2921 (set-coding-priority, make-coding-system, generic-char-p)
2922 (charset-list, charset-bytes, charset-id): Use declare to mark
2923 functions as obsolete.
2924
2925 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2926 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2927 * vc/vc-hooks.el (vc-default-registered): Don't use
2928 vc-master-templates.
2929
07b1a5fb
SM
2930 * font-lock.el (font-lock-reference-face):
2931 Use define-obsolete-variable-alias.
6c27f0f8
CY
2932
2933 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2934 * calendar/calendar.el (calendar-font-lock-keywords):
2935 * calendar/diary-lib.el (diary-font-lock-keywords)
2936 (diary-fancy-font-lock-keywords):
2937 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2938 * textmodes/reftex-index.el (reftex-insert-index):
2939 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2940 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2941 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2942 * progmodes/prolog.el (prolog-font-lock-keywords):
2943 * progmodes/idlwave.el (idlwave-idl-keywords):
2944 * progmodes/ada-mode.el (ada-font-lock-keywords):
2945 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2946
bcc0adbf
GM
29472012-09-24 Glenn Morris <rgm@gnu.org>
2948
2949 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2950
095bb823
FEG
29512012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2952
2953 * progmodes/python.el (python-indent-line): More consistent cursor
2954 movement behavior.
2955
70efc5c9
SM
29562012-09-23 Stefan Merten <smerten@oekonux.de>
2957
2958 * textmodes/rst.el: Fix compiler warning.
2959
2f438239
RW
29602012-09-23 Roland Winkler <winkler@gnu.org>
2961
07b1a5fb
SM
2962 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2963 Transcribe also LaTeX hyphenation.
2f438239
RW
2964 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2965 bibtex-reformat-previous-options.
2966
936ad041
RW
29672012-09-23 Roland Winkler <winkler@gnu.org>
2968
2969 * proced.el (proced-renice-command): New variable.
2970 (proced-marked-processes): New function.
2971 (proced-with-processes-buffer): New macro.
2972 (proced-send-signal): Use them.
2973 (proced-renice): New command bound to r.
2974
6fab0274
RW
29752012-09-23 Roland Winkler <winkler@gnu.org>
2976
2977 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2978 ibuffer-saved-filter-groups has one element, shortcut the call of
2979 completing-read. (Bug#12331)
2980
9a930676
CY
29812012-09-23 Chong Yidong <cyd@gnu.org>
2982
2983 * bindings.el (mode-line-toggle-read-only):
2984 * bs.el (bs-toggle-readonly):
2985 * buff-menu.el (Buffer-menu-toggle-read-only):
2986 * dired.el (dired-toggle-read-only):
2987 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2988
d07ff9db
CY
29892012-09-23 Chong Yidong <cyd@gnu.org>
2990
2991 * image.el (image-type-available-p): Adapt to init-image-library
2992 argument changes.
2993
51c4474e
JL
29942012-09-22 Juri Linkov <juri@jurta.org>
2995
2996 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2997 `dired-toggle-read-only'. (Bug#12462)
2998
43bf5e8e
MR
29992012-09-22 Martin Rudalics <rudalics@gmx.at>
3000
3001 * subr.el (temp-output-buffer-show): New function.
3002 (with-output-to-temp-buffer): Call temp-output-buffer-show
3003 instead of internal-temp-output-buffer-show.
3004
c88b867f
CY
30052012-09-22 Chong Yidong <cyd@gnu.org>
3006
3df47cd5
CY
3007 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
3008 (Bug#12462).
3009
c88b867f
CY
3010 * repeat.el (repeat): Doc fix (Bug#12348).
3011
3012 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
3013 (Bug#10909).
3014
3015 * simple.el (shell-command-on-region): Doc fix.
3171e303 3016 (read-only-mode): Doc fix.
c88b867f 3017
df9685f3
EZ
30182012-09-22 Eli Zaretskii <eliz@gnu.org>
3019
3020 * emacs-lisp/timer.el (run-with-idle-timer)
3021 (timer-activate-when-idle): Warn against reinvoking an idle timer
3022 from within its own timer action. (Bug#12447)
3023
8e17c9ba
MR
30242012-09-22 Martin Rudalics <rudalics@gmx.at>
3025
3026 * cus-start.el (window-combination-limit): Add new optional
3027 values.
3028 * window.el (temp-buffer-window-show)
3029 (window--try-to-split-window): Handle new values of
3030 window-combination-limit (Bug#1806).
3031 (split-window): Test window-combination-limit for t instead of
3032 non-nil.
3033 (display-buffer-at-bottom): New buffer display action function.
3034 * help.el (temp-buffer-resize-regexps): New option.
3035 (temp-buffer-resize-mode): Rewrite doc-string.
3036 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 3037 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 3038
48a24920
SM
30392012-09-22 Stefan Merten <smerten@oekonux.de>
3040
70efc5c9 3041 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
3042 (rst-official-version)
3043 (rst-package-emacs-version-alist): Sync with official version
3044 V1.4.0.
3045 (rst-faces-defaults, rst-set-level-default)
3046 (rst-level-face-max, rst-level-face-base-color)
3047 (rst-level-face-base-light, rst-level-face-format-light)
3048 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
3049 (rst-adornment-faces-alist): Match new setup.
3050 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
3051 (rst-level-5, rst-level-6): New faces.
3052
82f8cd94
CY
30532012-09-22 Chong Yidong <cyd@gnu.org>
3054
3055 * simple.el (undo): Handle indirect buffers (Bug#8207).
3056
acfa068f 30572012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
3058
3059 IDO: Disable match re-ordering for buffer switching.
2bc9406c 3060 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
3061 (ido-set-matches-1): Use it. (Bug#2042)
3062
acfa068f 30632012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
3064
3065 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3066 Fix 2011-05-17 change. (Bug#12418)
3067
acfa068f 30682012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
3069
3070 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
3071
acfa068f 30722012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
3073
3074 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
3075 Be more robust about locating simple.el.
3076
acfa068f 30772012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
3078
3079 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
3080
acfa068f
CY
30812012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
3082
3083 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
3084
41a97e6f
JL
30852012-09-20 Juri Linkov <juri@jurta.org>
3086
eb2deaff
JL
3087 * replace.el (query-replace-read-from): Use `read-regexp' instead
3088 of `read-from-minibuffer' when `regexp-flag' is non-nil.
3089 (occur-read-primary-args): Use `read-regexp' instead of
3090 `read-string'.
3091 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
3092 `read-from-minibuffer'.
3093 * isearch.el (isearch-occur): Use `read-regexp' instead of
3094 `read-string'.
3095 * dired.el (dired-read-regexp): Use `read-regexp' instead of
3096 `read-from-minibuffer'.
3097 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
3098 of `read-string'. (Bug#7567)
3099
5825610b
JL
3100 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
3101 and allow accepting a list of strings prepended to a list of
3102 standard default values. Doc fix. (Bug#12321)
3103
eebbf404
JL
3104 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
3105
41a97e6f
JL
3106 * replace.el (read-regexp): Don't add ": " when PROMPT already
3107 ends with a colon and space. (Bug#12321)
3108
c9e452d3
TH
31092012-09-20 Tassilo Horn <tsdh@gnu.org>
3110
3111 * doc-view.el (doc-view-display): Better fix for the cl-assertion
3112 error.
3113
ee97deee
SM
31142012-09-20 Stefan Merten <smerten@oekonux.de>
3115
70efc5c9 3116 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
3117 Fixes feature request bug#11711.
3118 (rst-mode): Create `imenu-create-index-function'.
3119 (rst-get-stripped-line): Delete after refactoring.
3120 (rst-section-tree, rst-section-tree-rec)
3121 (rst-section-tree-point): Refactor and document properly.
3122 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
3123 (rst-imenu-convert-cell, rst-imenu-create-index):
3124 New function.
ee97deee 3125
f490dab9
SM
31262012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3127
95b9712e
SM
3128 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
3129 (macroexp--expand-all): Use it.
3130 (macroexp--funcall-and-return): Remove by folding it into its sole
3131 caller (macroexp--warn-and-return).
3132 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
3133 Use macroexp--obsolete-warning.
3134
f490dab9
SM
3135 * calc/calc.el: Fix last change by removing the whole chunk, since it
3136 was only needed back when Calc was not bundled.
3137
96e8d411
MR
31382012-09-20 Martin Rudalics <rudalics@gmx.at>
3139
3140 * emacs-lisp/debug.el (debug): Restore assignment to
3141 debugger-old-buffer removed on 2012-09-08.
3142
0876a82d
JL
31432012-09-20 Juri Linkov <juri@jurta.org>
3144
3145 * dired-aux.el (dired-diff): Remove (require 'diff) since
3146 `diff-latest-backup-file' is now autoloaded.
3147
9f7c28f0
CY
31482012-09-20 Chong Yidong <cyd@gnu.org>
3149
3150 * vc/diff.el (diff-latest-backup-file): Autoload.
3151
7a04bee9
SM
31522012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3153
e6f0a80d
SM
3154 * calc/calc.el: Remove redundant autoload shape check.
3155 (sel-mode): Don't defvar.
3156 (calc-get-stack-element): Add `sel-mode' arg instead.
3157 (calc-top, calc-top-list): Pass it this additional argument.
3158 * calc/calc-store.el (calc-store-map):
3159 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
3160 (calc-map-equation, calc-outer-product, calc-inner-product):
3161 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
3162
7a04bee9
SM
3163 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
3164
12734222
JL
31652012-09-19 Juri Linkov <juri@jurta.org>
3166
3167 * dired-aux.el (dired-diff): Add (require 'diff) because
3168 `diff-latest-backup-file' is not autoloaded.
3169 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
3170 of `dired-get-filename' to t to not report error when there is
3171 no default file on the current line.
3172
46624b4f
SM
31732012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3174
ce97595b
SM
3175 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
3176 macroexp--eval-if-compile.
3177 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
3178 (macroexp--expand-all): Use them (bug#12371).
3179
46624b4f
SM
3180 * doc-view.el (doc-view-guess-paper-size)
3181 (doc-view-scale-bounding-box): Fix unbound `caddr'.
3182
db8a5a18
TH
31832012-09-19 Tassilo Horn <tsdh@gnu.org>
3184
3185 New feature: set optimal slice from BoundingBox information.
3186 * doc-view.el (doc-view-mode-map): Add keybinding.
3187 (doc-view-menu): Add menu entry.
3188 (doc-view-set-slice): Adapt docstring.
3189 (doc-view-get-bounding-box, doc-view-guess-paper-size)
3190 (doc-view-scale-bounding-box)
3191 (doc-view-set-slice-from-bounding-box): New functions.
3192 (doc-view-paper-sizes): New defvar.
3193
69f6644c
GM
31942012-09-19 Glenn Morris <rgm@gnu.org>
3195
35f5b19d
GM
3196 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
3197 (byte-compile-log-warning): Autoload. (Bug#12371)
3198
69f6644c
GM
3199 * calendar/calendar.el (calendar-american-month-header)
3200 (calendar-european-month-header, calendar-iso-month-header)
3201 (calendar-month-header): New options.
3202 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
3203 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
3204
e543ae91
JD
32052012-09-19 Jan Djärv <jan.h.d@swipnet.se>
3206
3207 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
3208
2fd5e67d
JL
32092012-09-18 Juri Linkov <juri@jurta.org>
3210
3211 * dired-aux.el (dired-diff): Restore original functionality of
3212 getting the default value, but keep new feature of using the
3213 latest existing backup file (`diff-latest-backup-file').
3214
42917e79
JL
32152012-09-18 Juri Linkov <juri@jurta.org>
3216
3217 * dired.el (dired-mark): If the region is active in Transient Mark
3218 mode, mark all files in the active region. Doc fix.
3219 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
3220 Doc fix. (Bug#10624)
3221
20f70ede
JL
32222012-09-18 Juri Linkov <juri@jurta.org>
3223
3224 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
3225 attributes for M-n are pulled from the file at point.
3226 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
3227 Suggested by Drew Adams. (Bug#10624)
3228
32fb8162
DG
32292012-09-18 Dmitry Gutov <dgutov@yandex.ru>
3230
3231 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
3232 whitespace after "end".
3233 (ruby-do-end-to-brace): Collapse block to one line if it fits
3234 within fill-column.
3235
37ab5092
MR
32362012-09-18 Martin Rudalics <rudalics@gmx.at>
3237
3238 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
3239 value.
3240 (debug): Don't remove debugger window when debugger is expected
3241 to be back.
3242
ed1f0bd3
CY
32432012-09-18 Chong Yidong <cyd@gnu.org>
3244
3245 * custom.el (defface): Doc fix.
3246
3247 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
3248
a11035b8
MB
32492012-09-18 Martin Blais <blais@furius.ca> (tiny change)
3250
3251 * progmodes/compile.el (compilation-start): Use compilation-always-kill
3252 to initialize query-on-exit; then test that instead (bug#12288).
3253
64f6a736
SM
32542012-09-17 Stefan Merten <smerten@oekonux.de>
3255
70efc5c9 3256 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
3257 (rst-defcustom-testcover, rst-testcover-add-compose)
3258 (rst-testcover-add-1value): New functions.
3259 (rst-portable-mark-active-p): Replace by `use-region-p'.
3260 (rst-update-section, rst-classify-adornment)
3261 (rst-find-title-line): Mark `1value' forms.
3262 (rst-classify-adornment): Remove superfluous form.
3263 (rst-update-section, rst-get-adornments-around)
3264 (rst-adornment-complete-p, rst-get-next-adornment)
3265 (rst-adjust, rst-promote-region)
3266 (rst-display-adornments-hierarchy, rst-straighten-adornments)
3267 (rst-find-pfx-in-region, rst-section-tree-rec)
3268 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
3269 (rst-toc-node, rst-toc, rst-forward-section)
3270 (rst-iterate-leftmost-paragraphs)
3271 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
3272 (rst-bullet-list-region)
3273 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
3274 (rst-compile-find-conf, rst-compile)
3275 (rst-repeat-last-character): Fix style.
3276
580bd868
CY
32772012-09-17 Chong Yidong <cyd@gnu.org>
3278
3279 * comint.el (comint--complete-file-name-data): Don't add a space
3280 if the status is `sole'; that adds a gratuitous space in the
3281 completion-cycling case (Bug#12092).
3282
3283 * pcomplete.el (pcomplete-completions-at-point): Likewise.
3284
69de3ec6
RS
32852012-09-17 Richard Stallman <rms@gnu.org>
3286
0dee970c
RS
3287 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
3288 only in the mime-shown mode, not in raw mode.
3289 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 3290 mime processing. (Bug#12305)
0dee970c 3291
6b250df6
GM
3292 * mail/rmail.el (rmail-retry-failure):
3293 Turn off mime processing first. (Bug#12037)
acb1c47b 3294
69de3ec6
RS
3295 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3296
d079ee5f
CY
32972012-09-17 Chong Yidong <cyd@gnu.org>
3298
3299 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3300 (shell-dynamic-complete-functions): Convert to defcustom.
3301 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3302
865fe16f
CY
3303 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3304 * comint.el (comint-prompt-read-only):
3305 * custom.el (defcustom):
3306 * hi-lock.el (hi-lock-mode):
3307 * ibuffer.el (ibuffer-formats):
3308 * ielm.el (ielm-prompt-read-only):
3309 * novice.el (disable-command):
3310 * saveplace.el (toggle-save-place):
3311 * speedbar.el (speedbar-supported-extension-expressions):
3312 * startup.el (auto-save-list-file-prefix, init-file-user)
3313 (after-init-hook, inhibit-startup-echo-area-message):
3314 * strokes.el (strokes-help):
3315 * time-stamp.el (time-stamp):
3316 * calendar/calendar.el (calendar, diary-file):
3317 * calendar/diary-lib.el (diary-mail-entries, diary)
3318 (diary-list-entries-hook):
3319 * calendar/holidays.el (holidays, calendar-holidays):
3320 * calendar/lunar.el (lunar-phases):
3321 * calendar/solar.el (sunrise-sunset):
3322 * emulation/edt.el (edt-load-keys):
3323 * emulation/viper.el (viper-mode):
3324 * eshell/em-alias.el (eshell-command-aliases-list):
3325 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3326 * international/ogonek.el (ogonek-information):
3327 * net/tramp-cmds.el (tramp-bug):
3328 * net/quickurl.el (quickurl-reread-hook-postfix):
3329 * play/decipher.el (decipher-font-lock-keywords):
3330 * progmodes/cc-styles.el (c-set-style):
3331 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3332 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3333 * progmodes/octave-mod.el (octave-mode):
3334 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3335 * progmodes/verilog-mode.el (verilog-read-defines):
3336 * textmodes/two-column.el (2C-mode): Likewise.
3337
48093eb9
KY
33382012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3339
3340 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3341 that holds many addresses.
3342
c584eaf9
CY
33432012-09-16 Chong Yidong <cyd@gnu.org>
3344
40d70ecb
CY
3345 * align.el (align-areas): Call the indication function with
3346 positions instead of markers for arguments (Bug#12343).
3347
1667e065
CY
3348 * files.el (parse-colon-path): Use split-string (Bug#12351).
3349
fdc2806d 3350 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 3351 (display-buffer-function): Mark as obsolete.
fdc2806d 3352
f1be615c 3353 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
3354 values similar to font-lock-keywords (Bug#12136).
3355 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
3356 (compilation-error-regexp-alist): Doc fix.
3357
f40a9709
GM
33582012-09-15 Glenn Morris <rgm@gnu.org>
3359
72aa16e1
GM
3360 * version.el (emacs-bzr-version-bzr): New function.
3361 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3362
82375160
GM
3363 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3364 checkouts, check the parent dirstate matches the branch.
3365 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3366 empty string.
3367
f40a9709
GM
3368 * version.el (emacs-bzr-version): Doc fix.
3369 (emacs-bzr-version-dirstate): New function.
3370 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3371 is local try and check that it matches the branch. If not, just
3372 use dirstate information. (Bug#12441)
3373
cb26b7f5
JL
33742012-09-14 Juri Linkov <juri@jurta.org>
3375
3376 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3377 (Bug#12399)
3378
2de39f08
SM
33792012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3380
0fb3cb7c
SM
3381 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3382
2de39f08
SM
3383 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3384 Remove obsolete byte-compiler hack that tried to silence some warnings.
3385 (edebug-submit-bug-report): Remove.
3386 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3387 Remove aliases, use the un-prefixed name instead.
3388 (edebug-pop-to-buffer): Consider other frames.
3389 (edebug-original-read):: Make it more obvious that it's always defined.
3390 (edebug--make-form-data-entry, edebug--form-data-name)
3391 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3392 single-dashed name, and implement with cl-defstruct.
3393 (edebug-set-form-data-entry): Use the standard accessors.
3394 (edebug-make-top-form-data-entry): Use push.
3395 (edebug-no-match): Drop useless `funcall'.
3396 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3397 to functions.
3398 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3399 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3400 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3401 (easy-menu-define, with-custom-print): Remove redundant specs.
3402 (edebug-outside-overriding-local-map)
3403 (edebug-outside-overriding-terminal-local-map): Remove, unused.
3404 (edebug--display): Bind unread-command-events directly to nil rather
3405 than binding it to unread-command-events and later setting it to nil.
3406 (edebug--display): Kill edebug-eval-buffer here...
3407 (edebug--recursive-edit): ...rather than here.
3408 Bind standard-output and standard-input.
3409 (edebug-eval): Check cl-macroexpand-all is fboundp.
3410 (edebug-temp-display-freq-count): Fix last change.
3411
3412 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3413 * subr.el (noreturn, 1value): Add `debug' spec.
3414 * emacs-lisp/advice.el: Require cl-lib.
3415 (ad-copy-tree): Remove, use copy-tree instead.
3416 (ad-dolist): Remove use dolist or cl-dolist instead.
3417 (ad-do-return): Remove, use cl-return instead.
3418 (defadvice): Add `debug' spec.
3419
5b68b333
JL
34202012-09-13 Juri Linkov <juri@jurta.org>
3421
3422 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3423 (Bug#12399)
3424
b9800ec4
GM
34252012-09-13 Glenn Morris <rgm@gnu.org>
3426
6a2e6868
GM
3427 * calc/calc.el (math-compose-expr):
3428 * calc/calc-ext.el (math-compose-expr):
3429 * progmodes/cc-defs.el (cl-macroexpand-all):
3430 * progmodes/cc-langs.el (delete-duplicates, mapcan)
3431 (cl-macroexpand-all): Update declarations.
3432
b9800ec4
GM
3433 * vc/vc.el: No need to require ediff.
3434 (ediff-load-version-control): Declare.
3435 (ediff-vc-internal): Fix declaration.
3436 (vc-version-ediff): Require ediff.
3437
c18e885b
PE
34382012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3439
3440 Use a more backwards-compatible timer format (Bug#12430).
3441 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3442 being right after USECS, as that better supports old code that
3443 inadvisedly looked directly at the timer vector.
3444
d607d303
KH
34452012-09-13 Kenichi Handa <handa@gnu.org>
3446
3447 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3448 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3449 `coding-priority' property of these language environment.
3450
72eac303
PE
34512012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3452
3453 Fix glitches caused by addition of psec to timers (Bug#12430).
3454 * image.el (image-animate-timer):
3455 * time.el (display-time-world-timer):
3456 Use timer--function and timer--args rather than raw access to
3457 timer vector.
3458
2168fe4f
GM
34592012-09-13 Glenn Morris <rgm@gnu.org>
3460
3461 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3462 If not compiling a file, try using load-file-name.
3463
bd8d6108
SM
34642012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3465
c0c54fbd
SM
3466 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3467 Fix last change.
3468 (edebug-update-eval-list): Use `push'.
3469
bd8d6108
SM
3470 * emacs-lisp/edebug.el: Use lexical-binding.
3471 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3472 Mark unused args with underscore.
3473 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3474 (edebug-form-data): Use defvar-local.
3475 (edebug-make-before-and-after-form, edebug-make-after-form):
3476 Use backquote.
3477 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3478 Not dynamically scoped any more.
3479 (edebug--enter-trace): Add arguments `function' and `args'.
3480 Rename from edebug-enter-trace.
3481 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3482 (edebug--update-coverage): Add `after-index' and `value' args.
3483 Rename from edebug-update-coverage.
3484 (edebug-slow-after): Call it accordingly.
3485 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3486 edebug-recursive-edit.
3487 (edebug--display): Call it accordingly. Add args `value',
3488 `offset-index', and `arg-mode'. Rename from edebug-display.
3489 (edebug-debugger, edebug): Call it accordingly.
3490 (edebug-eval-display-list): Use dolist.
3491
a9f9d9de
JL
34922012-09-12 Juri Linkov <juri@jurta.org>
3493
3494 * info.el (Info-search): Don't check for isearch-mode and
3495 isearch-regexp before let-binding search-spaces-regexp to
3496 Info-search-whitespace-regexp.
3497 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3498 search-whitespace-regexp if isearch-lax-whitespace or
3499 isearch-regexp-lax-whitespace is non-nil.
3500 (Info-mode): Don't set local variable search-whitespace-regexp.
3501 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3502
bfeae2cf
SM
35032012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3504
3505 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3506 (debugger-env-macro): Remove support for unread-command-char.
3507
3508 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3509 the temporary map re-appearing on emulation-mode-map-alists.
3510
3511 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3512 since 22.1.
3513
3514 * ehelp.el (with-electric-help): Accept functions in
3515 electric-help-form-to-execute.
3516 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3517 And replace unread-command-char -> unread-command-events.
3518
fbbcaf1b
MA
35192012-09-12 Michael Albinus <michael.albinus@gmx.de>
3520
3521 Sync with Tramp 2.2.6.
3522
3523 * net/tramp.el (tramp-accept-process-output): Don't use
3524 JUST-THIS-ONE in the XEmacs case.
3525
3526 * net/trampver.el: Update release number.
3527
4dece104
MR
35282012-09-12 Martin Rudalics <rudalics@gmx.at>
3529
bfeae2cf
SM
3530 * emacs-lisp/debug.el (debugger-previous-window-height):
3531 New variable.
4dece104
MR
3532 (debug): When debugger-jumping-flag is non-nil try to restore
3533 height of debugger window. (Bug#8789)
3534
45b82ad0
SM
35352012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3536
60c49c0f
SM
3537 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3538 overriding-local-map and pre/post-command-hook here.
3539 (edebug-recursive-edit): Do it here instead (bug#12345).
3540 (edebug-outside-unread-command-char): Remove all uses of
3541 unread-command-char.
3542
45b82ad0
SM
3543 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3544 inhibit-debugger is bound instead.
3545
baa26ea0
BG
35462012-09-11 Bastien Guerry <bzg@gnu.org>
3547
3548 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 3549 (Bug#12346)
baa26ea0 3550
04e8abfa
BG
35512012-09-11 Bastien Guerry <bzg@gnu.org>
3552
96d03571 3553 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 3554 (Bug#12347)
96d03571
BG
3555
35562012-09-11 Bastien Guerry <bzg@gnu.org>
3557
fc0c31f8 3558 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 3559
04e082b0
MM
35602012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3561
3562 * progmodes/sql.el: Version 3.1
3563 (sql-db2-escape-newlines): New variable.
3564 (sql-escape-newlines-filter): Use it.
3565
399a361b
JB
35662012-09-10 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3569
0780c517
DN
35702012-09-10 Dan Nicolaescu <dann@gnu.org>
3571
45b82ad0
SM
3572 * vc/diff-mode.el (diff-mode-menu):
3573 Bind diff-remove-trailing-whitespace.
0780c517 3574
9b851e25
SM
35752012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
3578 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3579 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
3580 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3581 (eval-defun-2): Remove bogus interactive spec.
3582 (lisp-indent-line): Remove redundant whole-exp code, now done in
3583 indent-according-to-mode.
3584 (save-match-data): Remove redundant indent data.
3585
3586 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3587 Use `declare'.
3588
3231d532
JL
35892012-09-09 Juri Linkov <juri@jurta.org>
3590
3591 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3592 (replace-lax-whitespace, query-replace-regexp)
3593 (query-replace-regexp-eval, replace-regexp): Doc fix.
3594 (perform-replace, replace-highlight): Let-bind
3595 isearch-lax-whitespace to replace-lax-whitespace and
3596 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3597
3598 * isearch.el (isearch-query-replace): Let-bind
3599 replace-lax-whitespace to isearch-lax-whitespace and
3600 replace-regexp-lax-whitespace to
3601 isearch-regexp-lax-whitespace. (Bug#10885)
3602
70fe8236
SM
36032012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3606
8ed43f15
AM
36072012-09-09 Alan Mackenzie <acm@muc.de>
3608
70fe8236
SM
3609 * progmodes/cc-engine.el (c-state-cache-init):
3610 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3611 (c-record-parse-state-state):
3612 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 3613
bfabf70a
AS
36142012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3615
3616 * register.el (register-separator): Rename from
3617 separator-register. All uses changed. Doc fix.
3618 (register): Fix version.
3619
011474aa
CY
36202012-09-09 Chong Yidong <cyd@gnu.org>
3621
3622 * replace.el (query-replace-map): Bind four new symbols for
3623 requesting window scrolling.
3624
3625 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3626 query-replace-map (Bug#8948).
3627
3628 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3629
3630 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3631 since they are now in query-replace-map.
3632
3633 * window.el (scroll-other-window-down): Make the arg optional.
3634
a8b7cd8d
CY
36352012-09-09 Chong Yidong <cyd@gnu.org>
3636
3637 * files.el (hack-local-variables-confirm): Use quit-window to kill
3638 the *Local Variables* buffer.
3639
c3268831
DG
36402012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3641
3642 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3643 not just expect to be at its beginning. Adjust callees.
3644 Succeed when do-end block has no space before the pipe character.
3645 (ruby-brace-to-do-end): When the original block is one-liner,
3646 convert to multiline. Reindent the result.
3647
0979429b
J
36482012-09-08 Jambunathan K <kjambunathan@gmail.com>
3649
3650 * register.el (register): New group.
27359e99 3651 (separator-register): New user option.
0979429b
J
3652 (increment-register): Route it to `append-to-register', if
3653 register contains text. Implication is that `C-x r +' can now be
3654 used for appending to a text register (bug#12217).
3655 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 3656 `separator-register'.
0979429b 3657
ace2989a
AM
36582012-09-08 Alan Mackenzie <acm@muc.de>
3659
3660 AWK Mode: make auto-newline work when there's "==" in the pattern.
3661 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3662 correctly.
0979429b
J
3663 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3664 Test more rigorously for "=" token.
ace2989a 3665
616c6c36
DG
36662012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3667
0979429b
J
3668 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3669 Only fail when reached LIMIT.
616c6c36 3670
35d98877
CY
36712012-09-08 Chong Yidong <cyd@gnu.org>
3672
3673 * dired.el (dired-mode-map): Don't bind M-=.
3674
3675 * dired-aux.el (dired-diff): Use backup file as default.
3676
1715f2db
DA
36772012-09-08 Drew Adams <drew.adams@oracle.com>
3678
3679 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3680
6dcef6ec
CY
36812012-09-08 Chong Yidong <cyd@gnu.org>
3682
3683 * subr.el (syntax-after, syntax-class): Doc fix.
3684
fa2bcf43
MR
36852012-09-08 Martin Rudalics <rudalics@gmx.at>
3686
3687 * window.el (display-buffer-in-previous-window): New buffer
3688 display action function.
3689
3690 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3691 (debugger-previous-window): New variable.
3692 (debug): Rewrite using display-buffer-in-previous-window,
3693 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3694
daac280a
SM
36952012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3698
9dd40b00
MM
36992012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3700
daac280a
SM
3701 * progmodes/python.el (python-shell-send-string):
3702 When default-directory is remote, create temp file on remote
9dd40b00
MM
3703 filesystem.
3704 (python-shell-send-file): When file is remote, pass local view of
3705 file paths to remote Python interpreter. (Bug#12340)
3706
145823ec
CY
37072012-09-07 Chong Yidong <cyd@gnu.org>
3708
cee2e90d
CY
3709 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3710
0d7eb2ea
CY
3711 * files.el (after-find-file): Don't fail on a read-only buffer if
3712 require-final-newline is `visit' or `visit-save' (Bug#11156).
3713
145823ec
CY
3714 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3715
daac280a
SM
3716 * userlock.el (ask-user-about-supersession-threat):
3717 Use read-char-choice (Bug#12093).
145823ec 3718
74c582e6
CY
37192012-09-07 Chong Yidong <cyd@gnu.org>
3720
e5c2edf7
CY
3721 * subr.el (buffer-narrowed-p): New function.
3722
3723 * ses.el (ses-widen):
3724 * simple.el (count-words--buffer-message):
1f9f395d 3725 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
3726
3727 * simple.el (count-words-region): Don't signal an error if there
3728 is a non-nil prefix arg and the mark is not set.
c640e87d 3729
74c582e6
CY
3730 * help.el (describe-key-briefly): Allow the message to be seen
3731 when invoked from the minibuffer (Bug#7014).
3732
d81ceaaf
DG
37332012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3734
3735 * progmodes/ruby-mode.el (ruby-end-of-defun)
3736 (ruby-beginning-of-defun): Simplify, allow indentation before
3737 block beginning and end keywords.
8f06acce
DG
3738 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3739 (ruby-end-of-defun): Expect that the point is at the beginning of
3740 the defun.
d81ceaaf 3741
d458ef98
SM
37422012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3745 (bug#12367).
3746 (cl--make-usage-args): Strip _ from argument names.
3747
20367d28
RS
37482012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3749
3750 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3751 obsolete alias speedbar-key-map.
3752 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3753 (vhdl-index-menu-init): Don't use obsolete variable
3754 font-lock-maximum-size.
3755
3424a4f6
CY
37562012-09-06 Chong Yidong <cyd@gnu.org>
3757
3758 * frame.el (window-system-version): Mark as obsolete.
3759
fcbfbdea
CY
3760 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3761 of obsolete variable speedbar-key-map.
3762
826b3235
JL
37632012-09-06 Juri Linkov <juri@jurta.org>
3764
3765 * replace.el (replace-lax-whitespace): New defcustom.
3766 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3767 (replace-string, replace-regexp): Mention it in docstrings.
3768 (perform-replace, replace-highlight): Let-bind
3769 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3770 to the values of replace-lax-whitespace and regexp-flag.
3771 Don't let-bind search-whitespace-regexp. (Bug#10885)
3772
3773 * isearch.el (isearch-query-replace): Let-bind
3774 replace-lax-whitespace instead of let-binding
3775 replace-search-function and replace-re-search-function.
3776 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3777 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3778 (isearch-toggle-symbol): Set isearch-regexp to nil
3779 in isearch-word mode (like in isearch-toggle-word).
3780
1ec5e41d
JL
37812012-09-06 Juri Linkov <juri@jurta.org>
3782
3783 * replace.el (replace-search-function)
3784 (replace-re-search-function): Set default values to nil.
3785 (perform-replace): Let-bind isearch-related variables based on
3786 replace-related values, call `isearch-search-fun' and let-bind
3787 the result to `search-function'. Remove code that sets
3788 `search-function' and `search-string' separately for
3789 `delimited-flag'.
3790 (replace-highlight): Add new argument `delimited-flag' and
3791 rename other arguments to the names used in `perform-replace'.
3792 Let-bind `isearch-word' to the argument `delimited-flag'.
3793 (Bug#10885, bug#10887)
3794
0ba2d4b6
DG
37952012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3796
3797 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3798 ruby-beginning-of-indent, simplify, allow all keywords to have
3799 indentation before them.
3800 (ruby-beginning-of-indent): Adjust for above. Search until the
3801 found point is not inside a string or comment.
3802 (ruby-font-lock-keywords): Allow symbols to start with "@"
3803 character, give them higher priority than variables.
3804 (ruby-syntax-propertize-function)
3805 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3806 matchers. Expression expansions are not comments when inside a
3807 string, and there comment syntax status is irrelevant.
3808 (ruby-match-expression-expansion): New function. Check that
3809 expression expansion is inside a string, and it's not escaped.
3810 (ruby-font-lock-keywords): Use it.
3811
ef654460
MR
38122012-09-05 Martin Rudalics <rudalics@gmx.at>
3813
3814 * help.el (temp-buffer-max-height): New default value.
3815 (temp-buffer-resize-frames): New option.
3816 (resize-temp-buffer-window): Optionally resize frame.
3817
3818 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3819 (fit-frame-to-buffer): New function.
3820
7e570fbf 38212012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
3822
3823 * emulation/cua-rect.el (cua--init-rectangles):
3824 * textmodes/picture.el (picture-mode-map):
3825 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3826 like forward-char and backward-char. (Bug#12317)
3827
7e570fbf 38282012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
3829
3830 * progmodes/flymake.el (flymake-warning-re): New variable.
3831 (flymake-parse-line): Use it.
3832
7e570fbf 38332012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
3834
3835 * calendar/holidays.el (holiday-christian-holidays):
3836 Rename an entry. (Bug#12289)
3837
7e570fbf 38382012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
3839
3840 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3841 (bug#12222).
3842
972debf2
SM
38432012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * loadup.el: Load macroexp. Remove hack.
3846 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3847 (macroexp--expand-all): Use it to get better warnings.
3848 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3849 (internal-macroexpand-for-load): New functions.
3850 (macroexp--pending-eager-loads): New var.
3851 (emacs-startup-hook): New hack to replace one in loadup.el.
3852 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3853 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3854 (cl-psetf): Simplify.
3855 (cl-defstruct): Add indent rule.
3856
8ce192e3
LI
38572012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3858
3859 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3860 over `user-mail-address' for the SMTP MAIL FROM envelope.
3861 (smtpmail-via-smtp): Ditto.
3862
6578b4d8
DG
38632012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3864
3865 * progmodes/ruby-mode.el: Clean up keybindings.
3866 (ruby-mode-map): Don't bind ruby-electric-brace,
3867 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3868 backward-kill-word, reindent-then-newline-and-indent.
3869 (ruby-mark-defun): Remove.
3870 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3871 (ruby-mode): Set local beginning-of-defun-function and
3872 end-of-defun-function values.
3873
c5e28e39
MR
38742012-09-03 Martin Rudalics <rudalics@gmx.at>
3875
3876 * window.el (temp-buffer-window-setup-hook)
3877 (temp-buffer-window-show-hook): New hooks.
3878 (temp-buffer-window-setup, temp-buffer-window-show)
3879 (with-temp-buffer-window): New functions.
972debf2
SM
3880 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3881 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
3882
3883 * help.el (temp-buffer-resize-mode): Fix doc-string.
3884 (resize-temp-buffer-window): New optional argument WINDOW.
3885
3886 * files.el (recover-file, save-buffers-kill-emacs):
3887 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3888
73406194
MA
38892012-09-02 Michael Albinus <michael.albinus@gmx.de>
3890
3891 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3892 remote definition of `default-directory', ensure we can connect.
3893
63dd1c6f
JL
38942012-09-02 Juri Linkov <juri@jurta.org>
3895
3896 Toggle whitespace matching mode with M-s SPC.
3897 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3898
3899 * isearch.el (search-whitespace-regexp): Doc fix.
3900 Remove cons cell customization.
3901 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3902 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3903 New variables.
3904 (isearch-forward, isearch-forward-regexp): Doc fix.
3905 (isearch-toggle-lax-whitespace): New command.
3906 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3907 (re-search-forward-lax-whitespace)
3908 (re-search-backward-lax-whitespace): New functions.
3909 (isearch-whitespace-regexp): Remove function.
3910 (isearch-query-replace): Let-bind replace-search-function and
3911 replace-re-search-function.
3912 (isearch-occur): Let-bind search-spaces-regexp according to the
3913 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3914 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3915 condition for C-q SPC.
3916 (isearch-search-fun-default): Use new functions mentioned above.
3917 (isearch-search-forward, isearch-search-backward): Remove functions.
3918 (isearch-search): Don't let-bind search-spaces-regexp.
3919 (isearch-lazy-highlight-space-regexp): Remove variable.
3920 (isearch-lazy-highlight-lax-whitespace)
3921 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3922 (isearch-lazy-highlight-new-loop): Use them.
3923 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3924
af7dda05
CY
39252012-09-02 Chong Yidong <cyd@gnu.org>
3926
3927 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3928
d67d3afd
GM
39292012-09-02 Glenn Morris <rgm@gnu.org>
3930
3931 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3932
69678719
GM
39332012-09-01 Glenn Morris <rgm@gnu.org>
3934
3935 * term.el: Tidy up menu definitions.
3936 (term-mode-map): Use easymenu for In/Out, Complete menus.
3937 (term-pager-break-map): Initialize in the defvar.
3938 (term-terminal-menu, term-signals-menu): Define with easymenu.
3939 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3940 (term-pager-menu): New, extracted from term-process-pager.
3941 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3942 (term-update-mode-line): Propertize line/char and page items.
3943 (term-process-pager): Move keymap initialization elsewhere.
3944
78dd6ab1
MR
39452012-09-01 Martin Rudalics <rudalics@gmx.at>
3946
3947 * window.el (switch-to-prev-buffer): Handle additional values of
3948 BURY-OR-KILL argument. Don't switch in minibuffer window.
3949 (switch-to-next-buffer): Don't switch in minibuffer window.
3950 (quit-restore-window): New function based on quit-window.
3951 Handle additional values of former KILL argument.
3952 (quit-window): Call quit-restore-window with appropriate
3953 interpretation of KILL argument.
3954 (display-buffer-below-selected): New buffer display action
3955 function.
3956
3d10e134
SM
39572012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * minibuffer.el (completion-at-point-functions): Complete docstring
3960 (bug#12254).
3961
0e23ef9d
PE
39622012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3963
3964 Better seed support for (random).
3965 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3966 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3967 * play/mpuz.el, play/tetris.el, play/zone.el:
3968 * calc/calc-comb.el (math-init-random-base):
3969 * play/blackbox.el (bb-init-board):
3970 * play/life.el (life):
3971 * server.el (server-use-tcp):
3972 * type-break.el (type-break):
3973 Remove unnecessary call to (random t).
3974 * net/sasl.el (sasl-unique-id-function):
3975 Change (random t) to (random), now that the latter is more random.
3976 * play/life.el (life-initialized): Remove no-longer-needed var.
3977
862382df
MR
39782012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3979
3980 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3981 Consider frame's buffer predicate when choosing the buffer.
3982 (Bug#12081)
3983
262a66e1
RS
39842012-08-30 Richard Stallman <rms@gnu.org>
3985
3986 * simple.el (special-mode-map): Delete binding for `z'.
3987
f17e1d00
AS
39882012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3989
3990 * progmodes/compile.el (compilation-always-kill): Doc fix.
3991
24777832
CY
39922012-08-30 Chong Yidong <cyd@gnu.org>
3993
3994 * window.el (display-buffer-reuse-frames): Make the obsolescence
3995 message more informative.
3996
69ba1f04
GM
39972012-08-30 Glenn Morris <rgm@gnu.org>
3998
3999 * paren.el (show-paren-delay):
4000 Add a :set function. Doc fix. (Bug#12297)
4001
f0019ede
MB
40022012-08-29 Martin Blais <blais@furius.ca> (tiny change)
4003
4004 * progmodes/compile.el (compilation-always-kill): New var.
4005 (compilation-start): Use it.
4006
35e62fc9
SM
40072012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4008
af070a1c
SM
4009 * simple.el (read-only-mode): Move from files.el for bootstrapping.
4010 * files.el (read-only-mode): Move to simple.el.
4011
35e62fc9
SM
4012 * files.el (read-only-mode): New minor mode.
4013 (toggle-read-only): Use it and mark obsolete.
4014 (find-file--read-only):
4015 * vc/vc.el (vc-next-action, vc-checkout):
4016 * vc/vc-cvs.el (vc-cvs-checkout):
4017 * obsolete/vc-mcvs.el (vc-mcvs-update):
4018 * ffap.el (ffap--toggle-read-only): Update callers.
4019
c2c43c23
MA
40202012-08-29 Michael Albinus <michael.albinus@gmx.de>
4021
4022 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
4023 remote shell scripts.
4024 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
4025
4026 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
4027 "/usr/local/sbin".
4028
9fba804b
SM
40292012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
4032
eada0861 40332012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 4034
806f0cc7
LL
4035 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
4036 completion-at-point. (Bug#12220)
4037
3bb213b9
LL
4038 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
4039
22ab32ef
LL
4040 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
4041
eada0861 40422012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 4043
19c17fc1
CY
4044 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
4045 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 4046
eada0861 40472012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
4048
4049 * progmodes/hideif.el (hif-compress-define-list):
4050 Fix typo. (Bug#11951)
4051
eada0861 40522012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
4053
4054 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
4055 buffer local setting.
4056
27d6c5a8
LL
4057 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
4058 rcirc-encode-coding-system.
4059
eada0861 40602012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
4061
4062 * net/rcirc.el (rcirc-split-message): New function.
4063 (rcirc-send-message): Use it. (Bug#12051)
4064
d44688e4
JL
40652012-08-28 Juri Linkov <juri@jurta.org>
4066
4067 * info.el (Info-fontify-node): Hide empty lines at the end of
4068 the node. (Bug#12272)
4069
34f10d41
MR
40702012-08-27 Drew Adams <drew.adams@oracle.com>
4071
4072 * dired.el (dired-pop-to-buffer): Make window start at beginning
4073 of buffer (Bug#12281).
4074
77f1f99c
CY
40752012-08-26 Chong Yidong <cyd@gnu.org>
4076
4077 * window.el (special-display-regexps, special-display-frame-alist)
4078 (special-display-buffer-names, special-display-function)
4079 (display-buffer-reuse-frames): Mark as obsolete.
4080
4081 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
4082
4083 * help.el (help-print-return-message): Don't treat
4084 display-buffer-reuse-frames specially.
4085
d97af5a0
CY
40862012-08-26 Chong Yidong <cyd@gnu.org>
4087
9fba804b
SM
4088 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4089 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
4090 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
4091 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
4092 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
4093 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
4094 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
4095 the functions directly with gdb-display-buffer-other-frame-action.
4096 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
4097 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
4098 (gdb-display-stack-buffer, gdb-display-locals-buffer)
4099 (gdb-display-registers-buffer): Define directly.
4100 (def-gdb-display-buffer): Macro deleted.
4101 (gdb-display-buffer): Remove second and third args, callers don't
4102 use them. Defer to the default display-buffer behavior, apart
4103 from making windows dedicated.
4104 (gdb-setup-windows): Don't call display-buffer unnecessarily.
4105
4106 * progmodes/gud.el (gud-display-line): Just use display-buffer.
4107
4108 * window.el (display-buffer-pop-up-frame): Handle a
4109 pop-up-frame-parameters alist entry.
4110 (display-buffer): Document it.
4111
dd7ffad6
CY
41122012-08-26 Chong Yidong <cyd@gnu.org>
4113
4114 * isearch.el (search-whitespace-regexp): Make string and nil
4115 values apply to both ordinary and regexp search. Allow a cons
4116 cell value to distinguish between the two.
4117 (isearch-whitespace-regexp, isearch-search-forward)
4118 (isearch-search-backward): New functions.
4119 (isearch-occur, isearch-search-fun-default, isearch-search)
4120 (isearch-lazy-highlight-new-loop): Use them.
4121 (isearch-forward, isearch-forward-regexp): Doc fix.
4122
4c47bd1e
CY
41232012-08-26 Chong Yidong <cyd@gnu.org>
4124
4125 * faces.el (help-argument-name): Always inherit from italic
4126 (Bug#12213).
4127
9aba119d
MR
41282012-08-25 Martin Rudalics <rudalics@gmx.at>
4129
4130 * window.el (window--even-window-heights): Even heights when
4131 WINDOW and the selected window form a vertical combination.
4132 (display-buffer-use-some-window): Provide that window used gets
4133 sized back by quit-window. (Bug#11880) and (Bug#12091)
4134
ca5256ad
PE
41352012-08-24 Paul Eggert <eggert@cs.ucla.edu>
4136
4137 Fix file time stamp problem with bzr and CVS (Bug#12001).
4138 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
4139 in the file's time stamp, since the version control system loses
4140 that information.
4141
d1c0d176
JL
41422012-08-22 Juri Linkov <juri@jurta.org>
4143
4144 * info.el (Info-fontify-node): Hide the suffix of the
4145 Info file name in the header line. (Bug#12187)
4146
141562ff
GM
41472012-08-22 Glenn Morris <rgm@gnu.org>
4148
4149 * calendar/cal-tex.el (cal-tex-weekly-common):
4150 Restore leading blank page.
4151
61a48e19 41522012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
4153
4154 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
4155 the region under `shift-select-mode'. (Bug#12231)
4156
41572012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
4158
4159 * progmodes/executable.el (executable-prefix): Set to "#!" instead
4160 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
4161 gives details on why the space is never needed.
4162
ea95074e
MR
41632012-08-22 Martin Rudalics <rudalics@gmx.at>
4164
9fba804b
SM
4165 * window.el (walk-window-tree, window-with-parameter):
4166 New optional argument MINIBUF to control whether these functions
ea95074e
MR
4167 should run on the minibuffer window.
4168 (window-at-side-list): Don't operate on minibuffer window.
4169 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
4170 (window--size-ignore): Rename to window--size-ignore-p.
4171 Update callers.
caceae25
MR
4172 (display-buffer-in-atom-window, window--major-non-side-window)
4173 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
4174 (delete-side-window, display-buffer-in-side-window):
4175 New functions.
caceae25
MR
4176 (window--side-check, window-deletable-p, delete-window)
4177 (delete-other-windows, split-window): Handle side windows and
4178 atomic windows appropriately.
4179 (window--display-buffer): Call display-buffer-record-window also
4180 when the window buffer did not change.
ea95074e 4181
80a51fa0
CS
41822012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
4183
4184 * help-fns.el (help-fns--key-bindings):
4185 Abbreviate non-symbol remap targets. (Bug#12174)
4186
fbb6300b
MR
41872012-08-22 Martin Rudalics <rudalics@gmx.at>
4188
4189 * dired.el (dired-mark-remembered): Don't clobber point.
4190 (Bug#11795)
4191
2b2c0794
GM
41922012-08-22 Glenn Morris <rgm@gnu.org>
4193
4194 * progmodes/bug-reference.el (bug-reference): New custom group.
4195 (bug-reference-bug-regexp): Make it a defcustom.
4196
37219830
DU
41972012-08-22 Daiki Ueno <ueno@unixuser.org>
4198
4199 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
4200 (js-paren-indent-offset, js-square-indent-offset)
4201 (js-curly-indent-offset): Add :safe (Bug#12257).
4202
94e0e559
EC
42032012-08-22 Edward O'Connor <hober0@gmail.com>
4204
4205 * json.el (json-key-format): Add error properties.
4206 (json-encode-key): New function.
4207 (json-encode-hash-table, json-encode-alist, json-encode-plist):
4208 Use json-encode-key.
4209
da485f5e
GM
42102012-08-22 Glenn Morris <rgm@gnu.org>
4211
4212 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
4213 (cal-tex-leftday, cal-tex-rightday): Remove functions.
4214 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
4215 Update for above change.
4216
c6cc78b8
AS
42172012-08-21 Andreas Schwab <schwab@linux-m68k.org>
4218
4219 * cus-face.el (custom-face-attributes): Fix customize type for the
4220 :underline attribute. (Bug#11805)
4221
5481664a
MR
42222012-08-21 Martin Rudalics <rudalics@gmx.at>
4223
4224 * window.el (window-point-1, set-window-point-1): Remove.
4225 (window-in-direction, record-window-buffer)
4226 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
4227 (window--state-get-1, display-buffer-record-window):
4228 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
4229 window-point and set-window-point respectively.
4230
6d74698e
GM
42312012-08-21 Glenn Morris <rgm@gnu.org>
4232
b7fa2691
GM
4233 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
4234 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
4235 Use it.
4236
52f56d5a
GM
4237 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
4238 (cal-tex-shortday): New function.
4239 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
4240 (cal-tex-cursor-filofax-daily): Use the above.
4241
9f1ee09e
GM
4242 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
4243 New functions.
4244 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4245 (cal-tex-cursor-filofax-week): Use them.
4246
79858159
GM
4247 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
4248 New constants.
4249 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
4250 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
4251
d346b2b4
GM
4252 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
4253 (cal-tex-end-document): Don't rely on buffer name.
4254
b2403709
GM
4255 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
4256 Use cal-tex-vspace.
4257 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
4258 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
4259 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
4260 Use cal-tex-arg.
b2403709 4261
1cebb5c0
GM
4262 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
4263 (cal-tex-cursor-week, cal-tex-cursor-week2)
4264 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
4265 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4266 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
4267 (cal-tex-insert-preamble, cal-tex-b-document)
4268 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
4269 Improve cal-tex-cmd usage.
4270
c68cd5d4
GM
4271 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
4272 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
4273 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
4274 (cal-tex-weekly-paper): New function.
4275 (cal-tex-cursor-week, cal-tex-cursor-week2)
4276 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4277 (cal-tex-cursor-day): Use it.
4278
9dca4801
GM
4279 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
4280 (cal-tex-cursor-filofax-week): Remove leading blank page.
4281
1941e134
GM
4282 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4283 Add autoload cookie. For now at least, don't use color, since
4284 no other cal-tex function does.
4285
6d74698e
GM
4286 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
4287 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4288 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
4289
64cde199
JL
42902012-08-21 Juri Linkov <juri@jurta.org>
4291
4292 * info.el (Info-file-attributes): New variable.
4293 (info-insert-file-contents): Add file attributes to
4294 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
4295 `Info-toc-nodes' when previous modtime of the Info file is less
4296 than new modtime.
4297 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4298 of info.el. (Bug#12230)
4299
32757648
GM
43002012-08-20 Glenn Morris <rgm@gnu.org>
4301
4302 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4303 * calendar/holidays.el (calendar-holiday-list):
4304 Report errors with display-warning rather than beep'n'sleep.
4305
a32fbbcf
MA
43062012-08-20 Michael Albinus <michael.albinus@gmx.de>
4307
4308 * net/tramp.el (tramp-accept-process-output): Accept only output
4309 from PROC. Otherwise, process filters and sentinels might be
4310 confused. (Bug#12145)
4311
a05731a0
CY
43122012-08-20 Chong Yidong <cyd@gnu.org>
4313
4314 * descr-text.el (describe-text-properties-1): Use overlays-in to
4315 report on empty overlays (Bug#3322).
4316
36e8d1eb
GM
43172012-08-20 Glenn Morris <rgm@gnu.org>
4318
3d300447
GM
4319 * mail/rmailout.el (rmail-output-read-file-name):
4320 Trap and report errors in rmail-output-file-alist elements.
4321
36e8d1eb
GM
4322 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4323 since most non-font-lock faces are not also variables).
4324
b96e5814
ER
43252012-08-20 Edward Reingold <reingold@iit.edu>
4326
4327 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4328 New function. (Bug12160)
4329
7cef3569
GM
43302012-08-19 Glenn Morris <rgm@gnu.org>
4331
4332 * mail/rmailout.el (rmail-output-read-file-name):
4333 Fix previous change (when the alist is nil or does not match).
4334
17975d7f
CY
43352012-08-19 Chong Yidong <cyd@gnu.org>
4336
4337 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4338 (Bug#12228).
4339
2170b1bd
CY
43402012-08-18 Chong Yidong <cyd@gnu.org>
4341
4342 * simple.el (yank-handled-properties): New defcustom.
4343 (yank-excluded-properties): Add font-lock-face and category.
4344 (yank): Doc fix.
4345
9fba804b
SM
4346 * subr.el (remove-yank-excluded-properties):
4347 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
4348 and category is now done this way, instead of being hard-coded.
4349 (insert-for-yank-1): Remove font-lock-face handling.
4350 (yank-handle-font-lock-face-property)
4351 (yank-handle-category-property): New function.
4352
ee218151
GM
43532012-08-17 Glenn Morris <rgm@gnu.org>
4354
4355 * mail/rmailout.el (rmail-output-read-file-name):
4356 Check rmail-output-file-alist against the full message body
4357 in the correct rmail buffer. (Bug#12214)
4358
4a6bc3fd
MA
43592012-08-17 Michael Albinus <michael.albinus@gmx.de>
4360
9fba804b
SM
4361 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4362 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 4363
383dcbf9
CY
43642012-08-17 Chong Yidong <cyd@gnu.org>
4365
4366 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4367 font spec, set the font directly (Bug#3228).
4368
998c4a6a
MR
43692012-08-17 Martin Rudalics <rudalics@gmx.at>
4370
4371 * window.el (delete-window): Fix last fix.
4372
52162052
MR
43732012-08-16 Martin Rudalics <rudalics@gmx.at>
4374
4375 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
4376 (window-child, window-child-count, window-last-child)
4377 (window-normalize-window, window-combined-p)
4378 (window-combinations, window-atom-root, window-min-size)
4379 (window-sizable, window-sizable-p, window-size-fixed-p)
4380 (window-min-delta, window-max-delta, window--resizable)
4381 (window--resizable-p, window-resizable, window-total-size)
4382 (window-full-height-p, window-full-width-p, window-body-size)
4383 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4384 (minimize-window, window-deletable-p, delete-window)
4385 (delete-other-windows, set-window-buffer-start-and-point)
4386 (next-buffer, previous-buffer, split-window, balance-windows-2)
4387 (set-window-text-height, window-buffer-height)
4388 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
4389 (truncated-partial-width-window-p): Minor code adjustments.
4390 In doc-strings state whether the argument window has to denote a
85c2386b 4391 live, valid or any window.
52162052 4392
1c308380
PS
43932012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4394
4395 * progmodes/subword.el (subword-forward-function)
4396 (subword-backward-function, subword-forward-regexp)
4397 (subword-backward-regexp): New variables.
4398 (subword-forward, subword-forward-internal, subword-backward-internal):
4399 Use new variables, eg so that different "word" definitions
4400 can be easily used. (Bug#11411)
4401
94c9ece1
SM
44022012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4405 for composite selectors.
4406 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4407 operation just because we can't find a previous revision.
4408
f2045622
CY
44092012-08-15 Chong Yidong <cyd@gnu.org>
4410
4411 * frame.el (set-frame-font): Accept font objects.
4412
582db660
SM
44132012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4416
2f29c200
WJ
44172012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
4418
456e62c2
WJ
4419 * man.el (Man-overstrike-face, Man-underline-face)
4420 (Man-reverse-face): Remove variables.
4421 (Man-overstrike, Man-underline, Man-reverse): New faces.
4422 (Man-fontify-manpage): Use them instead of the variables.
4423 (Man-cleanup-manpage): Comment change.
4424 (Man-ansi-color-map): New variable.
4425 (Man-fontify-manpage): Use it.
4426 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4427
2f29c200
WJ
4428 Implement ANSI SGR parameters 22-27 (bug#12146).
4429 * ansi-color.el (ansi-colors): Doc fix.
4430 (ansi-color-context, ansi-color-context-region): Doc fix.
4431 (ansi-color--find-face): New function.
4432 (ansi-color-apply, ansi-color-apply-on-region): Use it.
4433 Rename the local variable `face' to `codes' since it is now a list of
4434 ansi codes. Doc fix.
4435 (ansi-color-get-face): Remove.
4436 (ansi-color-parse-sequence): New function, derived from
4437 ansi-color-get-face.
4438 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
4439 codes 22-27.
4440
b4f5e9df
SM
44412012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4442
4443 * subr.el (read-passwd): Allow use from a minibuffer.
4444
ba025fbd
EZ
44452012-08-14 Eli Zaretskii <eliz@gnu.org>
4446
4447 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4448 inside comments and strings as identifiers.
4449
4450 * progmodes/gud.el (gud-tooltip-print-command): Quote the
4451 expression to evaluate. This allows to evaluate expressions with
4452 embedded whitespace.
4453 (gud-tooltip-tips): Add a blank before the newline in the
4454 message-box text, for the benefit of message-box emulation on
4455 MS-Windows.
4456
4457 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4458 messages from GDB, pop them up in a tooltip to give feedback to
4459 user.
b4f5e9df
SM
4460 (gdb-tooltip-print-1): Quote the expression to evaluate.
4461 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
4462 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4463 if the TTY name is nil or empty (which happens when communicating
4464 with the inferior via pipes, e.g. on MS-Windows).
4465 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4466 don't send that to the GUD buffer.
4467
c548f821
GM
44682012-08-14 Glenn Morris <rgm@gnu.org>
4469
4470 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4471 Optimize away setq-default with no args, as for setq. (Bug#12195)
4472
55802e4a
CY
44732012-08-14 Chong Yidong <cyd@gnu.org>
4474
4abcdac8
CY
4475 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4476
55802e4a
CY
4477 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4478 (Bug#12085).
4479
3c3cda1a
GM
44802012-08-14 Glenn Morris <rgm@gnu.org>
4481
4482 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4483
e1873bd0
MA
44842012-08-14 Michael Albinus <michael.albinus@gmx.de>
4485
4486 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4487 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4488 Use cached shell name.
4489
925411b4
FEG
44902012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4491
4492 * progmodes/python.el (python-shell-send-string):
3c3cda1a 4493 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 4494
e636fafe
DG
44952012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4496
4497 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4498 (ruby-percent-literal-beg-re): New constant.
4499 (ruby-syntax-general-delimiters-goto-beg): Rename to
4500 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4501 (ruby-syntax-propertize-general-delimiters): Rename to
4502 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4503 popular term. Adjust comments everywhere.
4504 (ruby-syntax-propertize-percent-literal): Only propertize when not
4505 inside a simple string or comment. When the literal is unclosed,
4506 leave the text after it unpropertized.
f063063a
DG
4507 (ruby-syntax-methods-before-regexp): New constant.
4508 (ruby-syntax-propertize-function): Use it to recognize regexps.
4509 Don't look at the text after regexp, just use the whitelist.
e636fafe 4510
e5b19827
AS
45112012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4512
4513 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4514 non-nil always load the compiled file if it exists. (Bug#12197)
4515
a9f6f311
CY
45162012-08-14 Chong Yidong <cyd@gnu.org>
4517
4518 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4519 (hi-lock-set-pattern): When deciding whether to use font lock or
4520 overlays, look at font-lock-mode instead of font-lock-fontified
4521 (Bug#12168).
4522 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4523 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4524
7d806b1e
DU
45252012-08-14 Daiki Ueno <ueno@unixuser.org>
4526
4527 * subr.el (internal--after-with-selected-window): Fix typo
4528 (Bug#12193).
4529
5beed586
FEG
45302012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4531
4532 Use `completion-table-dynamic' for completion functions.
4533 * progmodes/python.el
4534 (python-shell-completion--do-completion-at-point)
e636fafe
DG
4535 (python-shell-completion--get-completions):
4536 Remove functions.
5beed586
FEG
4537 (python-shell-completion-complete-at-point): New function.
4538 (python-completion-complete-at-point): Use it.
4539
92cb3b04
J
45402012-08-13 Jambunathan K <kjambunathan@gmail.com>
4541
4542 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4543 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4544
89660017
SM
45452012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4546
3c98c962
SM
4547 * subr.el (function-get): Refine `autoload' arg so it can also
4548 autoload functions for gv.el (bug#12191).
4549 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4550 autoloads macros.
4551
aa7c6dbe
SM
4552 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4553 Prefer pcase-let over destructuring-bind.
4554 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4555 Also, remove whitespace as we go, rather than after accumulating the
4556 various places.
4557
89660017
SM
4558 * subr.el (internal--before-with-selected-window)
4559 (internal--after-with-selected-window): Fix typo seleted->selected.
4560 (with-selected-window): Adjust callers.
4561 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4562
31cd32c9
BG
45632012-08-13 Bastien Guerry <bzg@gnu.org>
4564
0fcd3d9f 4565 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
4566 enhancement. (Bug#12172)
4567
1b15d8ad
AS
45682012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4569
31e54db0
AS
4570 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4571 type 1-6.
4572 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4573 extended headers.
4574
1b15d8ad
AS
4575 * files.el (hack-local-variables-filter): Remove useless eval.
4576
35cb9c06
MR
45772012-08-13 Martin Rudalics <rudalics@gmx.at>
4578
4579 * subr.el (with-selected-window): Fix last change.
4580
1439443b
SM
45812012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * subr.el (internal--before-with-seleted-window)
4584 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
4585 (with-selected-window): Use them, to replace dependency on
4586 tty-top-frame.
1439443b 4587
0d9e2599
NN
45882012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4589
4590 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4591 binding for `newline'.
4592 (ruby-move-to-block): When moving backward, stop at block opening,
4593 not indentation.
4594 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4595 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4596 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4597 `ruby-toggle-block'.
4598
ba10c48c
SM
45992012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * ibuffer.el (ibuffer-do-toggle-read-only):
4602 * dired.el (dired-toggle-read-only):
4603 * buff-menu.el (Buffer-menu-toggle-read-only):
4604 * bindings.el (mode-line-toggle-read-only):
4605 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4606
9229c658
AS
46072012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4608
4609 * descr-text.el (describe-char): Put the overlays over the
4610 "displayed as" character.
4611
0fd09128
JB
46122012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4613
4614 * calc/calc-units.el (math-default-units-table): Give an
4615 initial value.
4616 (math-put-default-units): Add options to put composite units and
4617 unit systems in the default units table.
4618 (calc-convert-units): Send composite units to
4619 `math-put-default-units' when appropriate.
4620
9ff9402d 46212012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 4622
fbb5e336
GM
4623 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4624
7aacaf15
GM
4625 * tutorial.el (help-with-tutorial):
4626 * emacs-lisp/copyright.el (copyright-update-directory):
4627 * emacs-lisp/autoload.el (autoload-find-generated-file)
4628 (autoload-find-file): Disable local eval: (for insurance).
4629
f40b9f10
GM
4630 * files.el (hack-local-variables-filter): If an eval: form is not
4631 known to be safe, and enable-local-variables is :safe, then ignore
4632 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 4633 This is CVE-2012-3479.
f40b9f10 4634
daa9f1a6
SM
46352012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4638 (rx-form): Simplify.
4639
9cd80478
DG
46402012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4641
0d9e2599
NN
4642 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4643 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4644 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4645 (ruby-syntax-propertize-function): Adjust for changes in
4646 `ruby-syntax-propertize-heredoc'.
4647
46482012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4649
9cd80478
DG
4650 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4651 binding (use `M-;' instead).
9cd80478 4652 (ruby-singleton-class-p): New function.
0d9e2599 4653 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 4654
d301b413
SM
46552012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4656
4657 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4658
1530c98e
CY
46592012-08-10 Chong Yidong <cyd@gnu.org>
4660
4661 * progmodes/python.el (python-shell-get-process-name): Don't mess
4662 with same-window-buffer-names.
4663
4664 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4665 (eshell-remove-from-window-buffer-names): Make obsolete.
4666 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4667 (eshell): Just use pop-to-buffer-same-window instead.
4668
e1293765
CY
46692012-08-10 Chong Yidong <cyd@gnu.org>
4670
4671 * bindings.el: Bind M-= back to count-words-region.
4672
4673 * simple.el (count-words-region): Accept a prefix arg for acting
4674 on the entire buffer.
4675 (count-words--buffer-message): New helper function.
4676
e1894109
SM
46772012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4680 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4681 (event-start, event-end): Use posn-at-point to return a more
4682 informative posn.
4683 (posnp): New function.
4684 * mouse.el (popup-menu-normalize-position): Use it.
4685
c69f56a2
MY
46862012-08-10 Masatake YAMATO <yamato@redhat.com>
4687
4688 * mouse.el (popup-menu-normalize-position): New function.
4689 (popup-menu): Use `popup-menu-normalize-position' to normalize
4690 the form for POSITION argument.
4691
4692 * term/x-win.el (x-menu-bar-open):
4693 Use the value returend from (posn-at-point) as position
4694 passed to `popup-menu'.
4695
31673780
JB
46962012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4697
4698 * calc/calccomp.el (math-compose-expr): Add extra argument
4699 indicating that parentheses should be put around products in
4700 denominators. Give multiplication precedence over division during
4701 composition.
4702
dab7711b
CY
47032012-08-09 Chong Yidong <cyd@gnu.org>
4704
dee4ef93
CY
4705 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4706 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4707 (Man-untabify-command, manual-program): Convert to defcustom
4708 (Bug#10429).
4709
73e2bbc5
CY
4710 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4711
3e861c8a
CY
4712 * descr-text.el (describe-char): Don't insert extra newlines
4713 (Bug#10127).
4714
a9f5a649
CY
4715 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4716 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4717
dab7711b
CY
4718 * align.el (align-region): Delete temporary markers (Bug#10047).
4719 Plus some code cleanups.
4720
e0cc4efa
FEG
47212012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4722
4723 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4724 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4725 (python-shell-internal-last-output): Use make-local-variable
4726 instead of make-variable-buffer-local.
4727
489af14f
FEG
47282012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4729
4730 * progmodes/python.el: Enhancements to forward-sexp.
4731 (python-nav-forward-sexp): Rename from
4732 python-nav-forward-sexp-function.
c69f56a2
MY
4733 (python-nav--forward-sexp, python-nav--backward-sexp):
4734 New functions.
489af14f 4735
0fc50303
JB
47362012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4737
4738 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4739 modes and simplification modes.
4740
5d65606a
SM
47412012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * delsel.el (delete-selection-pre-hook): Don't propagate the
4744 file-supersession signals (bug#12161).
4745
4250fdf5
SM
47462012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4749 (cl-map-extents): Add compatibility aliases (bug#12135).
4750
d9f9b465
MA
47512012-08-08 Michael Albinus <michael.albinus@gmx.de>
4752
4753 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4754 tests by `ignore-error'.
4755 (tramp-find-shell): Open also a new shell, when cache is already
4756 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4757
ce0fcefa
JL
47582012-08-08 Juri Linkov <juri@jurta.org>
4759
4760 * bookmark.el: Add `defaults' property to the bookmark record.
4761 (bookmark-current-buffer): Doc fix.
4762 (bookmark-make-record): Add `defaults' property with default values
4763 to the bookmark record.
4764 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4765 with `bookmark-insert-current-bookmark'.
4766 (bookmark-set): Get `defaults' property from the bookmark record
4767 and use it in `read-from-minibuffer'.
4768 (bookmark-insert-current-bookmark): Remove function.
4769
4770 * info.el (Info-bookmark-make-record): Add `defaults' property
4771 with values of canonical Info node name, the current Info file
4772 name and the current Info node name. (Bug#12107)
4773
53fa8652
JL
47742012-08-08 Juri Linkov <juri@jurta.org>
4775
4776 * files.el (basic-save-buffer): Use `buffer-name' as the default
4777 of `read-file-name' when buffer is not visiting a file (bug#12128).
4778
242c0a95
JL
47792012-08-08 Juri Linkov <juri@jurta.org>
4780
4781 * info.el (Info-isearch-search): Doc fix.
4782 (Info-search): Change search-failed message from "initial node" to
4783 "end of node" (bug#12078).
4784 (Info-isearch-search): Change `isearch-string-state' to
4785 `isearch--state-string'.
4786
32ac3a6b
GM
47872012-08-08 Glenn Morris <rgm@gnu.org>
4788
4789 * language/persian.el: Remove file.
f8c1afd5 4790 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
4791 * loadup.el: Remove language/persian.
4792
2c2d9c9c
OF
47932012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4794
4795 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4796
2d79ec42
FEG
47972012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4798
4799 * progmodes/python.el Fixed defsubst warning.
4800 (python-syntax-context) Rename from python-info-ppss-context.
4801 (python-syntax-context-type): Rename from
4802 python-info-ppss-context-type.
4803 (python-syntax-comment-or-string-p): Rename from
4804 python-info-ppss-comment-or-string-p.
4805
2bd255dd
JB
48062012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4807
4808 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4809
c395097f
AS
48102012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4811
6125983e
AS
4812 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4813 a defcustom that is quoted with backquote.
4814
4250fdf5
SM
4815 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4816 Fix handling of interactive spec when the body uses return.
651eaf36
AS
4817 (math-do-arg-check, math-define-function-body): Use backquote forms.
4818 * calc/calc-ext.el (math-defcache): Likewise.
4819 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4820 * allout.el (allout-new-exposure): Likewise.
4821 * calc/calcalg2.el (math-tracing-integral): Likewise.
4822 * info.el (Info-last-menu-item): Likewise.
4823 * emulation/vip.el (vip-loop): Likewise.
4824 * textmodes/artist.el (artist-funcall): Likewise.
4825 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4826 Construct menu-item directly.
4827
4250fdf5
SM
4828 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4829 Don't declare.
c395097f 4830
5fb50dd3
CY
48312012-08-07 Chong Yidong <cyd@gnu.org>
4832
4833 * simple.el (deactivate-mark): Preserve text properties when
4834 saving the primary selection (Bug#8384).
4835
54eea618
KR
48362012-08-07 Kevin Ryde <user42@zip.com.au>
4837
4838 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4839 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4840 and continue processing (Bug#12110).
4841
638eaeb9
SM
48422012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4843
4844 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4845 syntax-propertize-function (bug#10095).
4846
ea376861
SM
48472012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4848
f91b35be
SM
4849 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4850 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4851 describe-function-1.
4852 (describe-function-1): Use them. Move compiler macro after sig.
4853 (help-fns--compiler-macro): Use function-get. Assume we're already in
4854 standard-output. Adjust layout to new call order.
4855
ea376861
SM
4856 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4857 re-binding a symbol that has a symbol-macro (bug#12119).
4858
d5be7bd0
MB
48592012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4860
4861 * language/persian.el: New file. (Bug#11812)
4862 * loadup.el: Add language/persian.el.
4863
90749b53
CY
48642012-08-06 Chong Yidong <cyd@gnu.org>
4865
4866 * window.el (window--maybe-raise-frame): New function.
4867 (window--display-buffer): Split off from here.
4868 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4869 (display-buffer-pop-up-window, display-buffer-use-some-window):
4870 Obey an inhibit-switch-frame action alist entry.
4871 (display-buffer): Update doc.
4872
4873 * replace.el (occur-after-change-function): Avoid losing focus by
4874 using the inhibit-switch-frame display parameter (Bug#12139).
4875
ba7b0154
FEG
48762012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4877
4878 Make internal shell process buffer names start with space.
4879 * progmodes/python.el (python-shell-make-comint): Add optional
4880 argument INTERNAL.
4881 (run-python-internal): Use it.
4882 (python-shell-internal-get-or-create-process): Check for new
4883 internal buffer names.
4884
5eaeacb5
GM
48852012-08-06 Glenn Morris <rgm@gnu.org>
4886
e296d94b 4887 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
4888 Do less getting and setting of environment variables.
4889
b7ccbdc2
CY
48902012-08-05 Chong Yidong <cyd@gnu.org>
4891
777fe95e
CY
4892 * proced.el (proced): Add substitution string to docstring to
4893 trigger autoloading of the proced library on C-h f (Bug#1768).
4894
4250fdf5
SM
4895 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4896 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
4897
4898 * imenu.el (imenu-generic-expression): Move documentation here
4899 from imenu--generic-function.
4900 (imenu--generic-function): Refer to imenu-generic-expression.
4901
9e3b7800 49022012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
4903
4904 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4905 indentation declaration.
4906 (viper-loop): Add indentation declaration (Bug#7025).
4907
e5d9c0d1
CY
49082012-08-05 Chong Yidong <cyd@gnu.org>
4909
f0422feb
CY
4910 * help-fns.el (describe-variable): Add hyperlink for
4911 directory-local variables files. Improve buffer-local and
4912 permanent-local reporting; suggested by MON KEY (Bug#6644).
4913
4914 * help-mode.el (help-dir-local-var-def): New button type.
4915
e5d9c0d1
CY
4916 * files.el (kill-buffer-hook): Provide a defvar.
4917
a4f2deaa
GM
49182012-08-05 Glenn Morris <rgm@gnu.org>
4919
4920 * eshell/esh-ext.el (eshell/addpath):
4921 Also update eshell-path-env. (Bug#12013)
4922
a9dd5754
CY
49232012-08-05 Chong Yidong <cyd@gnu.org>
4924
a4f2deaa 4925 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 4926
d014c740
CY
4927 * fringe.el (fringe-styles): Add docstring.
4928 (fringe--check-mode): New function.
4929 (set-fringe-mode, set-fringe-style): Use it.
4930 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4931
a9dd5754
CY
4932 * files.el (set-auto-mode): Fix invalid setq call.
4933
7c2dc8bd
SM
49342012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * isearch.el: Misc simplification; use defstruct.
4937 (isearch-mode-map): Dense maps now work like sparse ones.
4938 (isearch--state): New defstruct.
4939 (isearch-string-state, isearch-message-state, isearch-point-state)
4940 (isearch-success-state, isearch-forward-state)
4941 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4942 (isearch-wrapped-state, isearch-barrier-state)
4943 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4944 replaced by defstruct's accessors.
4945 (isearch--set-state): Rename from isearch-top-state and change
4946 calling convention.
4947 (isearch-push-state): Use new isearch--get-state.
4948 (isearch-toggle-word): Disable regexp when enabling word.
4949 (isearch-message-prefix): Remove unused arg _c-q-hack.
4950 (isearch-message-suffix): Remove unused arg _ellipsis.
4951
7fcc0070
AS
49522012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4953
4954 * simple.el (list-processes--refresh): For a server use :host or
4955 :local as the address.
97ad0769 4956 (list-processes): Doc fix.
7fcc0070 4957
a11035b8 49582012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
4959
4960 * lisp/mpc.el: Support password in host argument.
4961 (mpc--proc-connect): Parse and use new password element.
4962 Set mpc-proc variable instead of returning process.
4963 (mpc-proc): Adjust accordingly.
4964
6dad7178
EZ
49652012-08-03 Eli Zaretskii <eliz@gnu.org>
4966
18949c2f
EZ
4967 * whitespace.el (whitespace-display-mappings): Use Unicode
4968 codepoints, instead of emacs-mule codepoints. See
4969 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4970 for the details.
4971
6dad7178
EZ
4972 * files.el (file-truename): Don't skip symlink-chasing part on
4973 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
4974 Windows into the loop that recursively chases symlinks.
4975 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
4976 MS-DOS.
4977
385b0198
CY
49782012-08-03 Chong Yidong <cyd@gnu.org>
4979
6200f3c4
CY
4980 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4981
385b0198
CY
4982 * sort.el (sort-regexp-fields): Doc fix.
4983
b9e74744
TH
49842012-08-03 Tassilo Horn <tsdh@gnu.org>
4985
4986 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4987 labels regex position point at the expected place.
4988
41013cb4
MK
49892012-08-03 MON KEY <monkey@sandpframing.com>
4990
4991 * net/imap.el (imap-interactive-login, imap-authenticate)
4992 (imap-mailbox-lsub, imap-mailbox-list)
4993 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4994 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4995 (imap-parse-response): Doc fix.
4996
0ffee616
JT
49972012-08-03 João Távora <joaotavora@gmail.com>
4998
4999 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
5000 if sexp scanning does not move point (Bug#5734).
5001
cfcc9cc8
TH
50022012-08-02 Tassilo Horn <tsdh@gnu.org>
5003
5004 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
5005 Add listings, minted, and ctable packages.
5006 (reftex-label-alist-builtin): Move listings, minted, and ctable
5007 entries before LaTeX.
a01bbb84 5008 (reftex-label-alist): Docfix.
cfcc9cc8 5009
66ec2442
BG
50102012-08-02 Bastien Guerry <bzg@gnu.org>
5011
5012 * replace.el (occur): Fix docstring (bug#12122).
5013
837b365b
GM
50142012-08-02 Glenn Morris <rgm@gnu.org>
5015
5016 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
5017
e098de97
PE
50182012-08-02 Paul Eggert <eggert@cs.ucla.edu>
5019
5020 Obsolete alias inactivate-current-input-method-function (Bug#10150).
5021 * international/mule-cmds.el: Create
5022 inactivate-current-input-method-function as an obsolete alias for
5023 deactivate-current-input-method-function. See Katsumi Yamaoka in
5024 <http://bugs.gnu.org/10150#46>.
5025
a0f95636
JB
50262012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
5027
5028 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
5029 of nested `if's.
5030
0d26d7c4
GM
50312012-08-01 Glenn Morris <rgm@gnu.org>
5032
5033 * progmodes/autoconf.el (autoconf-definition-regexp):
5034 Add AH_TEMPLATE, adjust submatch numbering.
5035 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
5036 (autoconf-current-defun-function): Update for above change.
5037 (autoconf-current-defun-function): First skip to end of current word.
5038
b686ba06
RS
50392012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
5040
5041 * calendar/cal-html.el (cal-html-insert-agenda-days):
5042 Fix typo. (Bug#12018)
5043
0d49da68
FEG
50442012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5045
5046 Shell processes: enhancements to startup and CEDET compatibility.
5047 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
5048 (python-shell-make-comint): accept-process-output at startup.
5049 (run-python-internal): Set inferior-python-mode-hook to nil.
5050 (python-shell-internal-get-or-create-process): call sit-for.
5051 (python-preoutput-result): Add obsolete alias.
5052 (python-shell-internal-send-string): Use it.
5053 (python-shell-send-setup-code): Remove call to
5054 accept-process-output.
5055
f1a71c6e
AS
50562012-07-31 Andreas Schwab <schwab@linux-m68k.org>
5057
5058 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
5059 (Bug#12108)
5060
d2605269
JB
50612012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
5062
5063 * calc-mode.el (calc-basic-simplification-mode): Rename from
5064 `calc-limited-simplification-mode'.
5065 (calc-alg-simplification-mode): New function.
fc0c31f8 5066 (calc-set-simplify-mode): Adjust message.
f1a71c6e 5067
d2605269
JB
5068 * calc.el (calc-set-mode-line): Adjust mode line display for
5069 basic simplification mode.
5070
5071 * calc-help.el (calc-m-prefix-help): Update help message.
5072
5073 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
5074 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
5075
a3827a43
BG
50762012-07-31 Bastien Guerry <bzg@gnu.org>
5077
5078 * man.el (man): Fix comment. (bug#12101)
5079
502e3f89
MR
50802012-07-31 Martin Rudalics <rudalics@gmx.at>
5081
5082 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5083 Don't return a non-nil value when no suitable buffer was found.
5084
d7714961
FEG
50852012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
5086
5087 * progmodes/python.el (run-python-internal): Disable font lock for
5088 internal shells.
5089
1f45e27e
SM
50902012-07-30 Stefan Merten <smerten@oekonux.de>
5091
70efc5c9 5092 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
5093 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5094 (rst-official-version, rst-official-cvs-rev)
5095 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
5096 (rst-mode-map): New key binding.
5097
0aee6912
PE
50982012-07-30 Paul Eggert <eggert@cs.ucla.edu>
5099
5100 Update .PHONY listings in makefiles.
5101 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
5102 autoloads, update-subdirs, updates, bzr-update, update-authors,
5103 compile-onefile, compile-calc, backup-compiled-files,
5104 compile-after-backup, compile-one-process, mh-autoloads,
5105 bootstrap-clean, distclean, maintainer-clean.
5106
9052f9f0
JB
51072012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
5108
1823ac5a
JB
5109 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
5110 (calc-set-mode-line): Don't display "AlgSimp ".
5111
5112 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
5113 (calc-lim-simplify-mode): New function.
5114 (calc-set-simplify-mode): Default to 'alg.
5115 (calc-default-simplify-mode): Make algebraic simplifications
5116 the default.
5117
5118 * calc/calc-ext.el (calc-init-extensions): Remove binding for
5119 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
5120
8d7c7eed 5121 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
5122 indicate new simplification modes.
5123
1823ac5a
JB
5124 * calc/README: Mention new default simplification mode.
5125
9052f9f0
JB
5126 * calc/calc.el (math-normalize-error): New variable.
5127 (math-normalize): Set `math-normalize-error' to t
5128 when there's an error.
5129
5130 * calc/calc-alg.el (math-simplify): Don't simplify when
5131 `math-normalize' returns an error.
5132
20ba0cb4
EZ
51332012-07-29 Eli Zaretskii <eliz@gnu.org>
5134
5135 * international/mule-cmds.el (set-locale-environment): Revert last
5136 change, since display-graphic-p returns nil when this function is
5137 called during startup. Instead...
5138
5139 * term/w32console.el (terminal-init-w32console): ...setup the
5140 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
5141
a5dcc929
JL
51422012-07-29 Juri Linkov <juri@jurta.org>
5143
5144 * simple.el (goto-line): Don't display default line number in the
5145 prompt because it should be displayed by `read-number' (bug#9952).
5146 Add the current line number to the defaults of `goto-line' to
5147 allow its easier modification by users with `M-n' (bug#9201).
5148
5149 * subr.el (read-number): Support multiple default values like in
5150 other minibuffer reading functions. Replace `read' with
5151 `string-to-number' for consistency with `number-to-string'.
5152
72b255c7
PE
51532012-07-29 Paul Eggert <eggert@cs.ucla.edu>
5154
5155 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
5156 * emulation/viper-init.el (viper-deactivate-input-method-action):
5157 Rename from viper-inactivate-input-method-action.
5158 (viper-deactivate-input-method):
5159 Rename from viper-inactivate-input-method.
5160 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
5161 * international/mule-cmds.el (deactivate-input-method):
5162 Rename from inactivate-input-method.
5163 Also run input-method-deactivate-hook.
5164 (deactivate-current-input-method-function):
5165 Rename from inactivate-current-input-method-function.
5166 (input-method-deactivate-hook): New hook.
5167 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
5168 (inactivate-input-method): Mark obsolete.
5169
72b255c7
PE
5170 * international/quail.el (quail-activate):
5171 Also run quail-deactivate-hook.
5172 (quail-deactivate): Rename from quail-inactivate.
5173 * international/robin.el (robin-activate):
5174 Also run robin-deactivate-hook.
5175 (robin-deactivate): Rename from robin-inactivate.
5176
2549c068
CY
51772012-07-29 Chong Yidong <cyd@gnu.org>
5178
5179 * simple.el (indicate-copied-region): New function.
5180 (kill-ring-save): Split off from here.
5181
5182 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
5183 (kill-rectangle): Set deactivate-mark to t on read-only error.
5184
5185 * register.el (copy-to-register, copy-rectangle-to-register):
5186 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
5187 (append-to-register, prepend-to-register): Call indicate-copied-region.
5188
51892012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
5190
5191 * simple.el (async-shell-command-buffer): New defcustom.
5192 (shell-command): Use it. (Bug#4719)
5193
01bd1b0d
EZ
51942012-07-28 Eli Zaretskii <eliz@gnu.org>
5195
5196 * international/mule-cmds.el (set-locale-environment): In a
5197 console session on MS-Windows, set up keyboard and terminal
5198 encoding from the OEM codepage, not the ANSI codepage.
5199 (Bug#12055)
5200
a55739d3
CY
52012012-07-28 Chong Yidong <cyd@gnu.org>
5202
5203 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
5204 gdb-get-location.
5205
0e1a094f 52062012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
5207
5208 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
5209 the alist (bug#12029).
5210
20329d73
EZ
52112012-07-28 Eli Zaretskii <eliz@gnu.org>
5212
5213 * makefile.w32-in (custom-deps, finder-data, updates, compile)
5214 (compile-always, compile-first)
5215 ($(lisp)/calendar/cal-loaddefs.el)
5216 ($(lisp)/calendar/diary-loaddefs.el)
5217 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
5218 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
5219 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
5220 instead of on update-subdirs.
5221 (bootstrap-clean): Delete $(lisp)/subdirs.el.
5222
345a2258
CY
52232012-07-28 Chong Yidong <cyd@gnu.org>
5224
1eee6341
CY
5225 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
5226 directory if vc-deduce-backend returns nil (Bug#7350).
5227
345a2258
CY
5228 * simple.el (delete-trailing-lines): New option.
5229 (delete-trailing-whitespace): Obey it (Bug#11879).
5230
049a0936
DE
52312012-07-28 David Engster <deng@randomsample.de>
5232
5233 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
5234 Explanation of new 'symbol-qnames feature in doc-strings.
5235 (xml-maybe-do-ns): Return expanded names as plain symbols if
5236 'symbol-qnames was provided in XML-NS argument (Bug#11916).
5237 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
5238
aa81af71
FEG
52392012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5240
5241 Consistent completion in inferior python with emacs -nw.
5242 * progmodes/python.el (inferior-python-mode): replace "<tab>"
5243 binding in inferior-python-mode-map with "\t".
5244 (python-shell-completion-complete-at-point)
5245 (python-completion-complete-at-point): Remove interactive spec.
5246
e827b1eb
JB
52472012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5248
5249 * calc/calccomp.el (math-compose-expr): Undo previous change.
5250
a90dfb95
FEG
52512012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
5252
4250fdf5 5253 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
5254 run-python.
5255 (python-shell-make-comint): Fix pop-to-buffer call.
5256 (run-python): Autoload. New arg SHOW.
5257 (python-shell-get-or-create-process): Do not pop python process
5258 buffer.
5259
32770973 52602012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
5261
5262 * notifications.el (notifications-on-action-signal)
5263 (notifications-on-closed-signal): Use also the bus address for the map.
5264 (notifications-notify, notifications-close-notification)
fc0c31f8 5265 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 5266
86332df2
TH
52672012-07-27 Tassilo Horn <tsdh@gnu.org>
5268
4250fdf5
SM
5269 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5270 Add support for the lstlisting and minted environments, and for the
86332df2
TH
5271 ctable macro.
5272 * textmodes/reftex.el (reftex-compile-variables): Also recognize
5273 labels written in keyvals syntax.
5274
ca1302a4
JB
52752012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
5276
5277 * calc/calccomp.el (math-compose-expr): Use parentheses when
5278 there is a product in the denominator of a fraction.
5279
f8b91036
EZ
52802012-07-26 Eli Zaretskii <eliz@gnu.org>
5281
5282 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5283 ($(lisp)/calendar/diary-loaddefs.el)
5284 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
5285 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
5286 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
5287 rewritten while the autoload files are built at the same time,
5288 which needs to load subdirs.el.
5289
c8e5a42c
MR
52902012-07-26 Martin Rudalics <rudalics@gmx.at>
5291
5292 * mouse.el (popup-menu): Fix doc-string and re-indent code.
5293 (mouse-drag-line): Don't exit tracking when a switch-frame or
5294 switch-window event occurs (Bug#12006).
5295
670d85ea
SM
52962012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5297
5298 * mouse.el (popup-menu): Fix last change.
5299
7abaf5cc
SM
53002012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 Autoload from Lisp with more care. Follow aliases when looking for
5303 function properties.
5304 * subr.el (autoloadp): New function.
5305 (symbol-file): Use it.
5306 (function-get): New function.
5307 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5308 autoload-do-load.
5309 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5310 (lisp-indent-function):
5311 * emacs-lisp/gv.el (gv-get):
5312 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5313 * emacs-lisp/byte-opt.el (byte-optimize-form):
5314 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5315 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5316 Use function-get.
5317 * emacs-lisp/cl.el: Don't propagate function properties any more.
5318
5319 * speedbar.el (speedbar-add-localized-speedbar-support):
5320 * emacs-lisp/disass.el (disassemble-internal):
5321 * desktop.el (desktop-load-file):
5322 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5323 (describe-function-1):
5324 * emacs-lisp/find-func.el (find-function-noselect):
5325 * emacs-lisp/elp.el (elp-instrument-function):
5326 * emacs-lisp/advice.el (ad-has-proper-definition):
5327 * apropos.el (apropos-safe-documentation, apropos-macrop):
5328 * emacs-lisp/debug.el (debug-on-entry):
5329 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5330 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5331 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5332
b1364986
AA
53332012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5334
5335 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5336 function, not an obsolete variable (Bug#12046).
5337
67ada220
AS
53382012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5339
5340 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5341
f08088e3
CS
53422012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5343
5344 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5345 window only if it is still live (Bug#12034).
5346
8137e7b3
MR
53472012-07-25 Martin Rudalics <rudalics@gmx.at>
5348
5349 * subr.el (redirect-frame-focus): Add advertised calling
5350 convention (Bug#12030).
5351
09ae5da1
PE
53522012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5353
5354 Prefer typical American spelling for "acknowledgment".
5355 * vc/add-log.el (change-log-acknowledgment): Rename from
5356 change-log-acknowledgement, with an alias for the old name.
5357
3cc5a3a8
JB
53582012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5359
5360 * calc-alg.el (math-simplify-divide): Don't cross multiply
5361 in an equation when the lhs is a variable.
5362
b7af7f62
JD
53632012-07-24 Julien Danjou <julien@danjou.info>
5364
5365 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5366 Remove, unused.
5367
ec1b09b1
EZ
53682012-07-23 Eli Zaretskii <eliz@gnu.org>
5369
5370 * startup.el (command-line): Don't display an empty user name in
5371 the error message about non-existent home directory, when
5372 init-file-user was set to an empty string. See
5373 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5374 for the details and context.
5375
b525fd8a
VB
53762012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5377
5378 * ses.el (ses-cell-formula-aset): New macro.
5379 (ses-cell-references-aset): New macro.
5380 (ses-cell-p): New function.
5381 (ses-rename-cell): Do no longer rely on complex operations like
5382 ses-cell-set-formula or ses-set-cell to change the cell and handle
5383 the undo at the same time, but rather use lower level new macros
5384 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 5385 the undo directly. Refresh the mode line.
b525fd8a 5386
2c73e345
LL
53872012-07-21 Leo Liu <sdl.web@gmail.com>
5388
670d85ea
SM
5389 * progmodes/cc-cmds.el (c-defun-name):
5390 Use match-string-no-properties instead for consistency.
2c73e345 5391
542dfbde
LL
53922012-07-20 Leo Liu <sdl.web@gmail.com>
5393
3646bcd6
LL
5394 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5395 (Bug#7879)
5396
542dfbde
LL
5397 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5398
25721031
CY
53992012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5402 * progmodes/bug-reference.el, misearch.el: Provide themselves
5403 (bug#11915).
5404
5405 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5406 of narrowed buffer (bug#11966).
5407
316e68a7
VB
54082012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
5409
5410 * ses.el (ses-rename-cell): Set new name also in reference list of
5411 cells of which the renamed cell depends.
5412
bbf0e7d9
MY
54132012-07-20 Masatake YAMATO <yamato@redhat.com>
5414
5415 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5416 to check whether menu-bar is shown or not. If not shown,
5417 show the menu-bar as a popup menu instead of using tmm.
5418 * mouse.el (popup-menu): Accept `point' as `position' argument.
5419
c28662a8
DG
54202012-07-20 Dmitry Gutov <dgutov@yandex.ru>
5421
5422 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5423 up inside string symbol literal (bug#11923).
5424
87ab808f
EZ
54252012-07-20 Eli Zaretskii <eliz@gnu.org>
5426
5427 * startup.el (fancy-startup-text): Read the whole tutorial, not
5428 just its first 256 bytes. Prevents gibberish in display of the
5429 tutorial title.
5430
89dea803
DA
54312012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5432
5433 Drop idle buffer compaction due to an absence of the
5434 proved efficiency.
5435 * compact.el: Remove.
5436
8a4e6db8
SS
54372012-07-19 Sam Steingold <sds@gnu.org>
5438
5439 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5440 vc-bzr-pull & vc-bzr-merge-branch.
5441 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5442 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5443 for consistency with compilation-error-regexp-alist.
5444 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5445 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5446 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5447 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5448
5db81e33
SM
54492012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * emacs-lisp/chart.el: Use lexical-binding.
5452 (chart-emacs-storage): Don't hardcode the list of entries.
5453
5b835e1d
DA
54542012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5455
5456 Next round of tweaks caused by Fgarbage_collect changes.
5457 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5458
9cd47b72
DA
54592012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5460
5461 Compact buffers when idle.
5462 * compact.el: New file.
5463
1d6fc0df
SM
54642012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * subr.el (eventp): Presume that if it looks vaguely like an event,
5467 it's an event (bug#10190).
5468
1d29cc7d
FEG
54692012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5470
5471 Enhancements to ppss related code (thanks Stefan).
5472 * progmodes/python.el (python-indent-context)
5473 (python-indent-calculate-indentation, python-indent-dedent-line)
5474 (python-indent-electric-colon, python-nav-forward-block)
5475 (python-mode-abbrev-table)
1d6fc0df 5476 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
5477 for ppss context.
5478 (python-info-continuation-line-p): Cleanup.
5479 (python-info-ppss-context): Do not catch 'quote.
5480 (python-info-ppss-context-type)
5481 (python-info-ppss-comment-or-string-p): Simplify.
5482
d583cbe6
FEG
54832012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5484
5485 * progmodes/python.el: Enhancements to eldoc support.
5486 (python-info-current-symbol): New function.
5487 (python-eldoc-at-point): Use python-info-current-symbol.
5488 (python-info-current-defun): Fix cornercase on first defun scan.
5489 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5490 and signal error when no inferior python process is available.
5491
eceb6feb
DG
54922012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5493
5494 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5495 assume it's always t.
5496 (vc-git-registered): Remove caching, the function is only called
5497 once.
5498 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5499
4c8ff0fe
CY
55002012-07-18 Chong Yidong <cyd@gnu.org>
5501
19fb7186
CY
5502 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5503
9587c688
CY
5504 * simple.el (count-words): Report on narrowing (Bug#9959).
5505
0fe776a1
CY
5506 * bindings.el: Bind M-= to count-words.
5507
4c8ff0fe
CY
5508 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5509
7f5331cc
MY
55102012-07-18 Masatake YAMATO <yamato@redhat.com>
5511
5512 * progmodes/sh-script.el (sh-imenu-generic-expression):
5513 Capture a function with `function' keyword and without parentheses
5514 like "function FOO" (bug#11856).
5515
2dc2a609
TH
55162012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5517
5518 * window.el (split-window-sensibly): Make WINDOW argument
5519 optional.
5520
439f7677
CY
55212012-07-18 Chong Yidong <cyd@gnu.org>
5522
9aeb25a6
CY
5523 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5524
439f7677
CY
5525 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5526 and make C-x 8 RET exit isearch (Bug#11439).
5527
5528 * international/iso-transl.el: Move isearch-mode-map key
5529 definitions to isearch.el.
5530
12999ea8
SM
55312012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5534 (eieio-defclass): Use gv-define-setter when possible.
5535
3ab6e069
DA
55362012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5537
5538 Reflect recent changes in Fgarbage_collect.
5539 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5540 reflect new format of data returned by Fgarbage_collect.
5541
0a60bc10
FEG
55422012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5543
5544 New utility functions + python-info-ppss-context fix (Bug#11910).
5545 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5546 (python-info-ppss-comment-or-string-p): New functions.
5547 (python-info-ppss-context): Small fix for string check.
5548
6dafa0d5
JL
55492012-07-17 Juri Linkov <juri@jurta.org>
5550
5551 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5552 (dired-do-async-shell-command): Don't add `*' at the end of the
5553 command (Bug#11815).
5554 (dired-do-shell-command): Doc fix.
5555 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5556 Join the individual commands using either "&" or ";" as the
5557 separator depending on the values of these trailing characters.
5558 At the end re-add the trailing "&". (Bug#10598)
5559
5560 * simple.el (async-shell-command): Sync the interactive spec with
5561 `shell-command'. Doc fix.
5562 (shell-command): Doc fix.
5563
b19dd9d1
JL
55642012-07-17 Juri Linkov <juri@jurta.org>
5565
5566 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5567
bcdc27d7 55682012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 5569
bcdc27d7 5570 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
5571 * progmodes/python.el (python-nav-beginning-of-statement):
5572 Rename from python-nav-statement-start.
bcdc27d7
FEG
5573 (python-nav-end-of-statement): Rename from
5574 python-nav-statement-end.
5575 (python-nav-beginning-of-block): Rename from
5576 python-nav-block-start.
5577 (python-nav-end-of-block): Rename from python-nav-block-end.
5578
191da00e
FEG
55792012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5580
7f5331cc
MY
5581 * progmodes/python.el (python-shell-send-string-no-output):
5582 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
5583 future interactions (Bug#11868).
5584
4dc7c8d5 55852012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 5586
88ecaf8f
SM
5587 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5588
ef501ef0
SM
5589 * emacs-lisp/elint.el (elint-find-args-in-code):
5590 Use help-function-arglist, so as to handle lexical byte-code.
5591
aa7aaf8f
SM
5592 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5593 change (bug#11826).
5594
45fd731c
SM
55952012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5596
2143fa32
SM
5597 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5598 Avoid spuriously marking the buffer as modified because of c-is-sws.
5599
efc26dbe
SM
5600 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5601 as not-a-comment (bug#11946).
5602
f5695c9a
SM
5603 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5604 for uninterned vars.
5605
5606 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5607 Use read-event since we don't really want to read chars but bytes.
5608
45fd731c
SM
5609 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5610 $$..$$ but also $..$ using regexps (bug#11953).
5611 Use tex-verbatim for \url and \path.
5612 (tex-font-lock-keywords): Define as defconst like the others.
5613 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5614
ddfc8813
RK
56152012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5616
5617 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5618 alias for insert-char.
5619
758e556a
FEG
56202012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5621
5622 * progmodes/python.el: Simplified imenu implementation.
5623 (python-nav-jump-to-defun): Remove command.
5624 (python-mode-map): Use `imenu' instead.
5625 (python-nav-list-defun-positions-cache)
5626 (python-imenu-include-defun-type, python-imenu-make-tree)
5627 (python-imenu-subtree-root-label, python-imenu-index-alist):
5628 Remove vars.
5629 (python-nav-list-defun-positions, python-nav-read-defun)
5630 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
5631 (python-imenu-make-tree, python-imenu-create-index):
5632 Remove functions.
758e556a
FEG
5633 (python-mode): Update to interact with imenu by setting
5634 `imenu-extract-index-name-function' only.
5635
032d23ab
FEG
56362012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5637
5638 * progmodes/python.el: Enhancements to navigation commands.
5639 (python-nav-backward-sentence)
5640 (python-nav-forward-sentence): Remove.
5641 (python-nav-backward-statement, python-nav-forward-statement)
5642 (python-nav-statement-start, python-nav-statement-end)
5643 (python-nav-backward-block, python-nav-forward-block)
5644 (python-nav-block-start, python-nav-block-end)
5645 (python-nav-forward-sexp-function)
5646 (python-info-current-line-comment-p)
5647 (python-info-current-line-empty-p): New functions.
5648 (python-indent-context): Use `python-nav-statement-start'.
5649
01795a1b
MA
56502012-07-16 Michael Albinus <michael.albinus@gmx.de>
5651
9328d9aa
MA
5652 * eshell/em-ls.el (eshell/ls): Use `apply'.
5653
5654 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5655 multi-hops, instead of Tramp internals.
5656
01795a1b
MA
5657 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5658
5659 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5660 when F1 and F2 are located on different hosts.
5661
63408057
CY
56622012-07-14 Chong Yidong <cyd@gnu.org>
5663
5664 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5665 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5666 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5667 (xterm-mouse--read-event-sequence-1000)
5668 (xterm-mouse--read-event-sequence-1006): New functions. For old
5669 mouse protocol, handle M-mouse-X events correctly.
5670 (xterm-mouse-event): New arg specifying mouse protocol.
5671 (turn-on-xterm-mouse-tracking-on-terminal)
5672 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
5673 sequence to toggle extended coordinates on newer XTerms.
5674 This appears to be harmless on terminals which do not support this.
63408057 5675
cd276f6e
LL
56762012-07-14 Leo Liu <sdl.web@gmail.com>
5677
28ca98ac
LL
5678 Add fringe bitmap indicators for flymake. (Bug#11253)
5679 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5680 (flymake-make-overlay): New arg BITMAP.
5681 (flymake-error-bitmap, flymake-warning-bitmap)
5682 (flymake-fringe-indicator-position): New user variables.
5683
cd276f6e
LL
5684 * fringe.el: New bitmap exclamation-mark.
5685
04408072
JD
56862012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5687
5688 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5689 also (Bug#7879).
5690
b5cf7fc4
CY
56912012-07-14 Chong Yidong <cyd@gnu.org>
5692
5693 * electric.el (electric-pair-post-self-insert-function): Fix pair
5694 insertion in empty-region case (Bug#11520).
5695
be755c79
RT
56962012-07-14 Chong Yidong <cyd@gnu.org>
5697
45fd731c
SM
5698 * bindings.el: Consolidate ctl-x-r-map bindings.
5699 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
5700
5701 * rect.el, register.el: Move bindings to bindings.el.
5702
57032012-07-14 Reuben Thomas <rrt@sc3d.org>
5704
5705 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5706
7f5b3198
AS
57072012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5708
5709 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5710
97662200
JB
57112012-07-13 Juanma Barranquero <lekktu@gmail.com>
5712
80185fed
JB
5713 * bindings.el (top): Use `mapc' instead of `mapcar'.
5714
97662200
JB
5715 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5716
2bb1ae55
MA
57172012-07-13 Michael Albinus <michael.albinus@gmx.de>
5718
5719 * progmodes/sql.el (sql-comint): Suppress the check for program on
5720 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5721 (Bug#11908)
5722
dea31bd3
CY
57232012-07-13 Chong Yidong <cyd@gnu.org>
5724
5725 * bindings.el: Assign a non-nil permanent-local property to
5726 per-buffer variables which lack a default value (Bug#11930).
5727
5728 * help-fns.el (describe-variable): In the "automatically becomes
5729 local" notice, take note of permanent-local variables.
5730
b68b3337
CY
57312012-07-13 Chong Yidong <cyd@gnu.org>
5732
5733 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5734 to allow printing the message when called from Lisp.
5735
5736 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5737 Remove toggle-read-only.
5738
5739 * bs.el (bs-toggle-readonly):
45fd731c
SM
5740 * buff-menu.el (Buffer-menu-toggle-read-only):
5741 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
5742
5743 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5744 Remove with-no-warnings around toggle-read-only.
5745 (ffap-read-only, ffap-read-only-other-window)
5746 (ffap-read-only-other-frame): Callers changed.
5747
5748 * help-mode.el: Don't require view package.
5749 (help-mode-finish): Set buffer-read-only instead of calling
5750 toggle-read-only.
5751
5752 * bindings.el (mode-line-toggle-read-only):
5753 * dired.el (dired-toggle-read-only):
5754 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5755 with non-nil second arg.
5756
5757 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5758 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5759 directly.
5760
56bc1586
EZ
57612012-07-12 Eli Zaretskii <eliz@gnu.org>
5762
5763 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5764 not incf.
5765
a464a6c7
SM
57662012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 More CL cleanups and reduction of use of cl.el.
5769 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5770 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5771 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5772 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5773 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5774 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5775 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5776 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5777 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5778 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5779 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5780 * eshell/em-cmpl.el, eshell/em-banner.el:
5781 * calendar/parse-time.el: Use cl-lib.
5782 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5783 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5784 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5785 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5786 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5787 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5788 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5789 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5790 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5791 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5792 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5793 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5794 `lambda' rather than with `quote'.
5795 (eshell-do-opt): Adjust accordingly.
5796 (eshell-process-option): Simplify.
5797 * eshell/esh-var.el:
5798 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5799 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5800 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5801 to `pcase--dontcare'.
5802 * emacs-lisp/cl.el (labels): Mark obsolete.
5803 (cl--letf, letf): Move to cl-lib.
5804 (cl--letf*, letf*): Remove.
5805 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5806 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5807 (cl-progv): Rewrite.
5808 (cl--letf, cl-letf): Move from cl.el.
5809 (cl-letf*): New macro.
5810 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5811
7ad4afe1
MA
58122012-07-11 Michael Albinus <michael.albinus@gmx.de>
5813
5814 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5815
9af57756
CY
58162012-07-11 Chong Yidong <cyd@gnu.org>
5817
5818 * vc/log-edit.el (log-edit-vc-backend): New variable.
5819 (log-edit): Doc fix.
5820
5821 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5822 argument of log-edit to set up all local variables.
5823 (vc-start-logentry): New optional arg specifying VC backend.
5824
5825 * vc/vc.el (vc-checkin): Use it.
5826 (vc-deduce-fileset): Handle Log Edit buffers.
5827 (vc-diff): Make first argument optional too.
5828
5829 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5830
8477cc7a
MA
58312012-07-10 Michael Albinus <michael.albinus@gmx.de>
5832
5833 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5834 command, just in case. The function is not needed anymore.
5835 (eshell-external-command): Do not call `eshell-remote-command'.
5836
19faa8e8
SM
58372012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5838
f58e0fd5
SM
5839 Reduce use of (require 'cl).
5840 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5841 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5842 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5843 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5844 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5845 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5846 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5847 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5848 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5849 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5850 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5851 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5852 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5853 (byte-compile-unfold-bcf, byte-compile-check-variable):
5854 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5855 (byte-compile-nilconstp):
5856 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5857 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5858
2519d43a
SM
5859 * emacs-lisp/gv.el (cond): Make it a valid place.
5860 (if): Simplify slightly.
5861
19faa8e8
SM
5862 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5863 (pcase--self-quoting-p): New function.
5864 (pcase--u1): Use it.
5865
c4907a5e
GM
58662012-07-10 Glenn Morris <rgm@gnu.org>
5867
5868 * emacs-lisp/authors.el (authors-fixed-entries):
5869 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5870
c4444d16
PE
58712012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5872
5873 Rename configure.in to configure.ac (Bug#11603).
5874 * emacs-lisp/authors.el (authors-canonical-file-name):
5875 * progmodes/autoconf.el (autoconf-mode):
5876 Prefer configure.ac to configure.in.
5877
d75be97d
CY
58782012-07-08 Chong Yidong <cyd@gnu.org>
5879
01ac65bd
CY
5880 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5881 Implement the mouse-1-click-follows-link handling properly.
5882
5883 * info.el (Info-link-keymap): Use follow-link mechanism for
5884 header-line links (Bug#374).
5885
d75be97d
CY
5886 * simple.el (deactivate-mark): Do not set the primary selection
5887 if another program has acquired it (Bug#11772).
5888
87a92845 58892012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
5890
5891 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5892 (woman-decode-region): Replace escaped-escapes without destroying
5893 bold or underline (Bug#11552).
87a92845 5894 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 5895
621b9d6c
CY
58962012-07-07 Chong Yidong <cyd@gnu.org>
5897
5898 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
5899 (interprogram-cut-function, interprogram-paste-function):
5900 Mention that we typically mean the clipboard.
621b9d6c 5901
133a11fc
GM
59022012-07-06 Glenn Morris <rgm@gnu.org>
5903
0d27a45e
GM
5904 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5905
133a11fc
GM
5906 * files.el (toggle-read-only): Restrict message to interactive use.
5907
07b151f1
MA
59082012-07-06 Michael Albinus <michael.albinus@gmx.de>
5909
5910 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5911
5912 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5913
211b896b
GM
59142012-07-06 Glenn Morris <rgm@gnu.org>
5915
50394322
GM
5916 * Makefile.in (compile-one-process): Rename from "recompile".
5917
211b896b
GM
5918 * Makefile.in (bzr-update): "compile" is the same as "recompile
5919 autoloads", but parallelizable, so use that instead.
5920
4737eec9
DG
59212012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5922
5923 * window.el (quit-window): Always restore window height when
8137e7b3 5924 it's saved in quit-restore parameter (Bug#11810).
4737eec9 5925
226c3633 59262012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
5927
5928 * simple.el (kill-whole-line): Doc tweak.
5929
226c3633 59302012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
5931
5932 * files.el (file-relative-name): Compare file names
5933 case-insensitively if on MS-Windows or MS-DOS, or if
5934 read-file-name-completion-ignore-case is non-nil. Don't use
5935 case-fold-search for this purpose. (Bug#11827)
5936
4dc7c8d5
SM
59372012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5938
5939 * calendar/cal-dst.el (calendar-current-time-zone):
5940 Return calendar-current-time-zone-cache if non-nil.
5941
59422012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 59432012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 5944
19faa8e8
SM
5945 * calendar/cal-dst.el (calendar-current-time-zone):
5946 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 5947
60198fc9
GM
59482012-07-06 Glenn Morris <rgm@gnu.org>
5949
5950 * Makefile.in (cvs-update): Remove old alias.
5951
957b3189
MA
59522012-07-05 Michael Albinus <michael.albinus@gmx.de>
5953
5954 Sync with Tramp 2.2.6-pre.
5955
5956 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5957 compatible declaration.
5958
19faa8e8
SM
5959 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5960 Protect `list-load-path-shadows' call.
957b3189
MA
5961
5962 * net/tramp-compat.el (top): Require packages, which aren't
5963 autoloaded anymore for XEmacs. Protect call of
5964 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5965 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5966 it hurts at least for SXEmacs.
5967 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5968 standard-value for `temporary-file-directory'.
5969
5970 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5971 Redirect stderr to /dev/null.
5972 (tramp-sh-handle-write-region): uid and gid can be floats.
5973 Reported by Russell Sim <russell.sim@gmail.com>.
5974 (tramp-sh-handle-vc-registered): Hide errors.
5975 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5976 and `start-file-process'.
5977 (tramp-maybe-open-connection): Check also whether `non-essential'
5978 is bound.
5979
566df3fc
CY
59802012-07-04 Chong Yidong <cyd@gnu.org>
5981
5982 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5983 (xml-parse-tag): Likewise, and avoid changing entity tables.
5984 (xml-syntax-table): Define from scratch, making sure not to give
5985 x2000 and other Unicode spaces whitespace syntax, since those are
5986 not spaces in XML.
5987 (xml-parse-fragment): Delete unused function.
5988 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5989 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5990 (xml-entity-ref, xml-pe-reference-re)
5991 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5992 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5993 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5994 (xml-entity-value-re): Use syntax references in regexps where
5995 possible; no need to define inside a let-binding.
5996 (xml-parse-dtd): Use xml-pe-reference-re.
5997 (xml-entity-or-char-ref-re): New defconst.
5998 (xml-parse-string, xml-substitute-special): Use it.
5999
30eabd7a
SM
60002012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6001
0781098a
SM
6002 * files.el (locate-dominating-file): Allow `name' to be a predicate.
6003 (find-file--read-only): New function.
6004 (find-file-read-only, find-file-read-only-other-window)
6005 (find-file-read-only-other-frame): Use it.
6006 (insert-file-contents-literally): Don't `fset'.
6007 (get-free-disk-space): Use locate-dominating-file.
6008
b5771c0d
SM
6009 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
6010 function is already compiled.
6011
30eabd7a
SM
6012 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
6013
b4886f6e
MA
60142012-07-03 Michael Albinus <michael.albinus@gmx.de>
6015
6016 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
6017 files on the same host.
6018
b9d82339
AS
60192012-07-03 Andreas Schwab <schwab@linux-m68k.org>
6020
6021 * help-fns.el (describe-function-1): Only call
6022 help-fns--autoloaded-p when we have a file name. (Bug#11848)
6023
a76e6535
CY
60242012-07-03 Chong Yidong <cyd@gnu.org>
6025
6026 * xml.el: Protect parser against XML bombs.
6027 (xml-entity-expansion-limit): New variable.
6028 (xml-parse-string, xml-substitute-special): Use it.
6029 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
6030
b544fef2
GM
60312012-07-03 Glenn Morris <rgm@gnu.org>
6032
6033 * progmodes/bug-reference.el (bug-reference-bug-regexp):
6034 Allow linking to specific messages in debbugs reports (eg 123#5).
6035
a7aef6f5
CY
60362012-07-02 Chong Yidong <cyd@gnu.org>
6037
6038 * xml.el: Fix entity and character reference expansion, allowing
6039 them to expand into markup as per XML spec.
6040 (xml-default-ns): New variable.
6041 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
6042 (xml-parse-region): Make first two arguments optional.
6043 Discard text properties.
6044 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
6045 All callers changed.
a7aef6f5
CY
6046 (xml-parse-tag): Call xml-parse-tag-1. For backward
6047 compatibility, this function should not modify buffer contents.
6048 (xml-parse-tag-1): Fix opening-tag regexp.
6049 (xml-parse-string): Rewrite, handling entity and character
6050 references properly.
6051 (xml--entity-replacement-text): Signal an error if a parameter
6052 entity is undefined.
6053
3df31c9f
SM
60542012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6055
2b5208f1
SM
6056 * comint.el (comint-output-filter): Filter out repeated prompts.
6057
3df31c9f
SM
6058 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
6059 and file-name-absolute-p.
6060 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
6061 internal calls.
6062
e3ac1281
PE
60632012-07-02 Paul Eggert <eggert@cs.ucla.edu>
6064
6065 Spelling fixes.
6066 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
6067 Rename from byte-compile--refiy-function. All uses changed.
6068
fbf2e7ad
CY
60692012-07-01 Chong Yidong <cyd@gnu.org>
6070
6071 * xml.el (xml--parse-buffer): New function. Move most of
6072 xml-parse-region here.
6073 (xml-parse-region): Copy region into a temporary buffer, since
6074 parameter entity substitution requires changing buffer contents.
6075 Use xml--parse-buffer.
6076 (xml-parse-file): Use xml--parse-buffer.
6077 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 6078 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 6079
9bf0aa15
GM
60802012-06-30 Glenn Morris <rgm@gnu.org>
6081
bbce2853
GM
6082 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
6083
9bf0aa15
GM
6084 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
6085 Remove outdated and unnecessary dbus declarations.
6086
0d23c240
EZ
60872012-06-30 Eli Zaretskii <eliz@gnu.org>
6088
6089 * emacs-lisp/timer.el (timer-until): Subtract results of
6090 float-time, instead of taking float-time of the result of
6091 time-subtract, since float-time signals an error for negative time
6092 arguments.
6093
b3218de1
CY
60942012-06-30 Chong Yidong <cyd@gnu.org>
6095
6096 * xml.el (xml-*-re): Convert defvars into defconsts, and
6097 eval-and-compile them so eval-and-compile works on derivatives.
6098 (xml--entity-replacement-text): Use eval-and-comple.
6099
a40c87a0
MA
61002012-06-30 Michael Albinus <michael.albinus@gmx.de>
6101
6102 * vc/vc-git.el (vc-git-registered): Use cache property
6103 `git-registered'.
6104 (vc-git-mode-line-string): Call `vc-working-revision' instead of
6105 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 6106 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 6107
ac87de97
DG
61082012-06-30 Dmitry Gutov <dgutov@yandex.ru>
6109
6110 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 6111 removed (likely outside Emacs). (Bug#11757)
ac87de97 6112
ac10fe06
SM
61132012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6114
3df31c9f 6115 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 6116
7f3fbd5d
CY
61172012-06-30 Chong Yidong <cyd@gnu.org>
6118
6119 * xml.el: Implement XML parameter entities.
6120 (xml-parameter-entity-alist): New variable.
6121 (xml-parse-region, xml-parse-fragment): Preserve previous values
6122 of xml-entity-alist and xml-parameter-entity-alist, so that
6123 repeated calls on different documents do not change them.
6124 (xml-parse-tag): Fix doctype regexp.
6125 (xml--entity-replacement-text): New function.
6126 (xml-parse-dtd): Use it. Don't handle system entities; doing that
6127 properly requires url retrieval which is unimplemented.
6128 (xml-escape-string): Doc fix.
6129
3cfbebba
SM
61302012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
6133
2af3565e
DA
61342012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
6135
6136 * fringe.el (fringe-mode): Doc fix.
6137
929df0e7
MA
61382012-06-29 Michael Albinus <michael.albinus@gmx.de>
6139
6140 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
6141 is non-nil.
6142 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
6143 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
6144
c8d3a25c 61452012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 6146
c8d3a25c
GM
6147 * calendar/cal-dst.el (calendar-current-time-zone):
6148 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 6149
c8d3a25c 61502012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
6151
6152 * progmodes/which-func.el (which-func-format):
6153 Add mouse-face. (Bug#11698)
6154
c8d3a25c
GM
61552012-06-29 Leo Liu <sdl.web@gmail.com>
6156
6157 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
6158
61592012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * minibuffer.el (minibuffer-confirm-exit-commands):
6162 Add completion-at-point (bug#11725).
6163
61642012-06-29 Glenn Morris <rgm@gnu.org>
6165
6166 * progmodes/f90.el (f90-font-lock-keywords-2):
6167 Add some preprocessor elements. (Bug#10499)
6168
61692012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * progmodes/cperl-mode.el (cperl-update-syntaxification):
6172 Use syntax-propertize (bug#11739).
6173
2badeec4
JB
61742012-06-28 Juanma Barranquero <lekktu@gmail.com>
6175
6176 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
6177
ae4969c2
JD
61782012-06-28 Julien Danjou <julien@danjou.info>
6179
6180 * term.el (term-handle-colors-array): Use a set of new faces to
6181 color the terminal. Also uses :inverse-video property.
6182 (term-default-fg-color): Set to nil by default, deprecate in favor
6183 of `term-face'.
6184 (term-default-bg-color): Set to nil by default, deprecate in favor
6185 of `term-face'.
6186 (term-current-face): Use `term-face' by default.
6187 (term-bold-attribute): Variable deleted.
6188
1c9bd870
GM
61892012-06-28 Glenn Morris <rgm@gnu.org>
6190
6191 * simple.el (completion-list-mode-finish):
6192 Don't use toggle-read-only. (Since completion-list-mode has
6193 a special mode-class, it wasn't doing anything extra anyway.)
6194
c207708c
SM
61952012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 Make inlining of other-mode interpreted functions work (bug#11799).
6198 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
6199 (byte-compile): Use it to fix compilation of lexical-binding closures.
6200 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
6201 function, if needed.
6202
3fd56834
SM
62032012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6204
04901786
SM
6205 * help-mode.el (help-make-xrefs): Don't just withstand
6206 cyclic-variable-indirection but any error in documentation-property.
6207
1ec4b7b2
SM
6208 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
6209 memory use.
6210 * bindings.el (bindings--define-key): New function.
6211 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
6212 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
6213 * bindings.el: Use it to purecopy define-key bindings.
6214
e309e2a5
SM
6215 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
6216
d5c6faf9
SM
6217 * emacs-lisp/cl.el (flet): Mark obsolete.
6218 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
6219 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
6220 * progmodes/js.el (js-c-fill-paragraph):
6221 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
6222 (ebrowse-switch-member-buffer-to-derived-class):
6223 * play/5x5.el (5x5-solver): Use cl-flet.
6224
6e9590e2
SM
6225 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
6226 (cl--symbol-function): New macro.
6227 (cl--letf, cl--letf*): Use it.
6228
3fd56834
SM
6229 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6230 Strip "toggle-" if any.
6231
35ff222c
GM
62322012-06-27 Glenn Morris <rgm@gnu.org>
6233
1ba6038a
GM
6234 * info.el (Info-default-directory-list): Move here from paths.el.
6235 * paths.el: Remove file, which is now empty.
6236 * loadup.el: No longer load "paths".
6237
0ea0e51b
GM
6238 * custom.el (custom-initialize-delay): Doc fix.
6239
35ff222c
GM
6240 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6241 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6242 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6243 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6244 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6245 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
6246 * eshell/eshell.el (eshell-defgroup): Remove alias.
6247
c89926a5
CY
62482012-06-27 Chong Yidong <cyd@gnu.org>
6249
6250 * help.el (help-enable-auto-load): New variable.
6251
6252 * help-fns.el (help-fns--autoloaded-p): New function.
6253 (describe-function-1): Refer to a function as "autoloaded" if it
6254 was autoloaded at any time in the past. Perform autoloading if
6255 help-enable-auto-load is non-nil.
6256
cc06e7e7
EZ
62572012-06-26 Eli Zaretskii <eliz@gnu.org>
6258
6259 * makefile.w32-in (compile, compile-always): Depend on
6260 update-subdirs, not on subdirs.el. Otherwise, several different
6261 sub-targets of 'bootstrap' running in parallel could
6262 simultaneously write to subdirs.el, producing a garbled file.
6263
d2c32364
SS
62642012-06-26 Sam Steingold <sds@gnu.org>
6265
6266 * files.el (file-name-base): New convenience function.
0d14cc21
GM
6267 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
6268 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
6269 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
6270 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
6271 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
6272 * textmodes/tex-mode.el: Use it.
6273 Did not touch cedet and org because they are maintained elsewhere.
6274
5cf983b2
MR
62752012-06-26 Martin Rudalics <rudalics@gmx.at>
6276
6277 * calendar/calendar.el (calendar-exit): Don't try to delete or
6278 iconify last frame. See:
6279 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
6280
8c4f2952
JD
62812012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
6282
6283 * server.el (server-process-filter): Remember dir in the
6284 process's `server-client-directory' properties.
6285
772b2e2c
CY
62862012-06-24 Chong Yidong <cyd@gnu.org>
6287
6288 * xml.el (xml-parse-tag): Correctly handle comment embedded in
6289 non-tag text.
6290
711b11e1
JB
62912012-06-23 Juanma Barranquero <lekktu@gmail.com>
6292
6293 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
6294
dc5d230c
SM
62952012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * help-fns.el (describe-variable): Don't croak when doc is not found.
6298 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6299 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6300 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6301 * emacs-lisp/smie.el (smie-next-sexp): CSE.
6302 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6303 ((lambda ..) ..).
6304 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6305
136e1c1d
CY
63062012-06-23 Chong Yidong <cyd@gnu.org>
6307
e8c1cabf
CY
6308 * info.el (Info-mouse-follow-link): Accept symbol values of
6309 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
6310 (Info-fontify-node): Use Info-link-keymap for all navigation
6311 buttons, with link-args property to perform the desired action.
6312 (Info-link-keymap): Doc fix.
6313 (Info-next-link-keymap, Info-prev-link-keymap)
6314 (Info-up-link-keymap): Delete now-unused keymaps.
6315
0e9e6c6a
CY
63162012-06-23 Chong Yidong <cyd@gnu.org>
6317
05e89fea
CY
6318 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6319
0e9e6c6a
CY
6320 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6321 system abbrevs.
6322
6323 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6324
e33c6771
SM
63252012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6326
b68581e2
SM
6327 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6328 (bug#11719).
6329
e33c6771
SM
6330 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6331 the requote function doesn't work properly (bug#11714).
6332
7117e105
GM
63332012-06-23 Glenn Morris <rgm@gnu.org>
6334
6335 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6336
36cec983
SM
63372012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 Further GV/CL cleanups.
6340 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6341 gv-expander.
6342 (gv--defun-declaration): New function.
6343 (defun-declarations-alist): Use it.
6344 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6345 (gv-place): Autoload.
6346 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6347 original definition of dotimes and dolist.
6348 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6349 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6350 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6351 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6352 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6353 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6354 to the function's definition.
6355 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6356 * window.el:
6357 * files.el:
6358 * faces.el:
6359 * env.el: Don't use CL.
6360
d35af63c
PE
63612012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6362
6363 Support higher-resolution time stamps (Bug#9000).
6364
6365 * calendar/time-date.el (with-decoded-time-value): New arg
6366 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6367 (encode-time-value): New optional arg PICO. New type 3.
6368 (time-to-seconds) [!float-time]: Support the new picoseconds
6369 component if it's used.
6370 (seconds-to-time, time-subtract, time-add):
6371 Support ps-resolution time stamps as well.
6372
6373 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6374 (timerp): Timer vectors now have length 9, not 8.
6375 (timer--time): Support new-style (4-part) time stamps.
6376 (timer-next-integral-multiple-of-time): Time stamps now have
6377 picosecond resolution, so take a bit more care about rounding.
6378 (timer-relative-time, timer-inc-time): New optional arg psecs.
6379 (timer-set-time-with-usecs): Set psecs to 0.
6380 (timer--activate): Check psecs component, too.
6381
6382 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6383
ac77b21a
SM
63842012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6385
f143bfe3
SM
6386 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6387 Move the non-essential binding to the post/pre-command-hook where it is
6388 more obviously correct.
6389
ac77b21a
SM
6390 * subr.el (read-passwd): Don't use a history at all.
6391 * savehist.el (savehist-save): Remove password saved accidentally
6392 because of the above bug.
6393
76386c5a
BG
63942012-06-22 Bastien Guerry <bzg@gnu.org>
6395
6396 * files.el (toggle-read-only): Display a message telling whether
6397 the buffer is read-only or not (bug#11726).
6398
2ee3d7f0
SM
63992012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * emacs-lisp/gv.el: New file.
6402 * subr.el (push, pop): Extend to generalized variables.
6403 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6404 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6405 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
6406 gv-define-simple-setter, and gv-define-expander.
6407 Remove setf-methods defined in gv. Rename cl-setf -> setf.
6408 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6409 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6410 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6411 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6412 gv-letplace.
6413 (cl-defstruct): Don't define setf-method any more.
6414 * emacs-lisp/cl.el (flet): Don't autoload.
6415 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6416 (define-setf-expander, defsetf, define-modify-macro)
6417 (cl-struct-setf-expander): Move from cl-lib.el.
6418 * emacs-lisp/syntax.el:
6419 * emacs-lisp/ewoc.el:
6420 * emacs-lisp/smie.el:
6421 * emacs-lisp/cconv.el:
6422 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6423 (timer--time): Use gv-define-simple-setter.
6424 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6425 to avoid coding-system problems in subr.el. Adjust all users.
6426 (macroexp--maxsize, macroexp-small-p): New functions.
6427 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6428 * scroll-bar.el (scroll-bar-mode):
6429 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6430 (normal-erase-is-backspace-mode): Don't use the `eq' place.
6431 * winner.el (winner-configuration, winner-make-point-alist)
6432 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6433 * files.el (locate-file-completion-table): Avoid list*.
6434
c5695d1d
CY
64352012-06-22 Chong Yidong <cyd@gnu.org>
6436
6437 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6438 (dired-create-files): Doc fix (Bug#11329).
6439 (dired-do-copy): Doc fix (Bug#11334).
6440 (dired-mark-read-string): Doc fix (Bug#11553).
6441
2ee3d7f0
SM
6442 * dired.el (dired-recursive-copies, dired-recursive-deletes):
6443 Doc fix (Bug#11326).
c5695d1d
CY
6444 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
6445 (dired-dwim-target): Doc fix.
6446
6447 * wdired.el (wdired-mode): Doc fix.
6448
89b5595a
GM
64492012-06-22 Glenn Morris <rgm@gnu.org>
6450
575db3f1
GM
6451 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6452 (pcmpl-rpm-cache-stamp-file): New constant.
6453 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6454 (pcmpl-rpm-packages): Optionally cache list of packages.
6455
a4c8dd51
GM
6456 * pcmpl-rpm.el (pcmpl-rpm): New group.
6457 (pcmpl-rpm-query-options): New option.
6458 (pcmpl-rpm-packages): No need to inline it.
6459 Use pcmpl-rpm-query-options.
6460
89b5595a
GM
6461 * calendar/calendar.el (calendar-in-read-only-buffer):
6462 Avoid some needless mode changes.
6463
e76f0800
CY
64642012-06-21 Chong Yidong <cyd@gnu.org>
6465
6466 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6467 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 6468 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 6469
297a8f1d
CY
64702012-06-20 Chong Yidong <cyd@gnu.org>
6471
6472 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6473
d34c18b1
DR
64742012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6475
6476 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6477 (bug#11201).
6478
32f7f28e
CY
64792012-06-20 Chong Yidong <cyd@gnu.org>
6480
6481 * term.el (term-window-width): Handle the case of a missing right
6482 fringe (Bug#8837).
6483 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
6484 (term-mode): Use define-derived-mode. Minor cleanups.
6485 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
6486 (term-move-columns, term-insert-char, term-emulate-terminal)
6487 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 6488
493c6688
MA
64892012-06-20 Michael Albinus <michael.albinus@gmx.de>
6490
d34c18b1
DR
6491 * net/ange-ftp.el (ange-ftp-get-passwd):
6492 Bind `enable-recursive-minibuffers'.
493c6688
MA
6493 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6494
3f06ecf4
DR
64952012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6496
6497 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6498
68f12411
GM
64992012-06-19 Glenn Morris <rgm@gnu.org>
6500
6501 * progmodes/python.el (python-mode): Derive from prog-mode.
6502
b3820318
KG
65032012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6504
6505 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6506 (edt-user-menu-bar-update-buffers): New functions.
6507 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6508
c6bf3022
CY
65092012-06-19 Chong Yidong <cyd@gnu.org>
6510
6511 * subr.el (with-selected-window): Preserve the selected window's
6512 terminal's top-frame (Bug#4702).
6513
6514 * window.el (save-selected-window): Likewise.
6515
25f09295
SM
65162012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * progmodes/python.el (python-rx-constituents): Move backquote.
6519 (python-skeleton-define, python-define-auxiliary-skeleton):
6520 Use `declare'.
6521
6b11952a
MA
65222012-06-18 Michael Albinus <michael.albinus@gmx.de>
6523
6524 * minibuffer.el (read-file-name-default): Revert the patch from
6525 2012-06-17.
6526
ee4b1330
SM
65272012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6530 (pcase--u1, pcase--q1): Don't use apply-partially.
6531
35647f79
GM
65322012-06-18 Glenn Morris <rgm@gnu.org>
6533
6534 * progmodes/python.el (python-proc, python-buffer)
6535 (python-send-receive, python-send-string): Fix obsolete versions.
6536
24b0cff0
MR
65372012-06-18 Martin Rudalics <rudalics@gmx.at>
6538
6539 * window.el (special-display-p): Completely remove stringp
6540 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6541
29855149
MA
65422012-06-17 Michael Albinus <michael.albinus@gmx.de>
6543
6544 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6545
6546 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6547
6548 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6549 * net/tramp-sh.el (tramp-maybe-open-connection):
6550 Throw if `non-essential' is non-nil.
6551
07463363
MR
65522012-06-17 Martin Rudalics <rudalics@gmx.at>
6553
6554 * window.el (special-display-p): Signal an error if BUFFER-NAME
6555 is not a string (Bug#11713).
6556
48d1354e
PE
65572012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6558
6559 * progmodes/python.el (python-info-beginning-of-backslash):
6560 Rename from python-info-beginning-of-backlash, as a spelling fix.
6561
eb4a8a9a
CY
65622012-06-17 Chong Yidong <cyd@gnu.org>
6563
6564 * term.el (term-emulate-terminal): If term-check-size is called,
6565 move point to the process mark without resetting point (Bug#4635).
6566
ddfbf826 65672012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
6568
6569 * international/mule-cmds.el (mule-menu-keymap)
6570 (set-language-environment, set-locale-environment): Doc tweaks.
6571
9b0e3eba
AA
65722012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6573
6574 * cus-face.el (custom-face-attributes): Add wave-style underline
6575 attribute.
6576 * faces.el (set-face-attribute): Update docstring to describe
6577 wave-style underline attribute.
6578
771e3eae
CY
65792012-06-16 Chong Yidong <cyd@gnu.org>
6580
6581 * term/xterm.el (terminal-init-xterm): Discard input before
6582 querying background mode (Bug#10959).
6583
7ae2ea10
SM
65842012-06-16 Stefan Merten <smerten@oekonux.de>
6585
6586 * textmodes/rst.el: Added and corrected some comments.
6587 (rst-re-alist-def): Improve symbol syntax.
6588 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
6589 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6590 (rst-official-version, rst-official-cvs-rev): Update version
6591 information.
7ae2ea10 6592
b6974efa
JB
65932012-06-15 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6596 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6597
8826d473
GM
65982012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6599
6600 * progmodes/python.el: New python.el merge.
6601 (python-guess-indent): Obsolete var.
6602 (python-indent-guess-indent-offset): New defcustom.
6603 (python-indent): Obsolete var.
6604 (python-indent-offset): New defcustom.
6605 (python-python-command, python-jython-command): Delete var.
6606 (python-shell-interpreter): New defcustom.
6607 (python-pdbtrack-do-tracking-p): Delete var.
6608 (python-pdbtrack-activate): New defcustom.
6609 (python-use-skeletons): Obsolete var.
6610 (python-skeleton-autoinsert): New defcustom.
6611 (inferior-python-filter-regexp, python-continuation-offset)
6612 (python-honour-comment-indentation, python-indent-string-contents)
6613 (python-jython-packages, python-mode-hook)
6614 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6615 (python-shell-prompt-alist)
6616 (python-source-modes): Delete defcustoms.
6617 (python-check-buffer-name, python-eldoc-setup-code)
6618 (python-eldoc-string-code, python-ffap-setup-code)
6619 (python-ffap-string-code, python-fill-comment-function)
6620 (python-fill-decorator-function, python-fill-paren-function)
6621 (python-fill-string-function, python-imenu-include-defun-type)
6622 (python-imenu-make-tree, python-imenu-subtree-root-label)
6623 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6624 (python-shell-compilation-regexp-alist)
6625 (python-shell-completion-module-string-code)
6626 (python-shell-completion-pdb-string-code)
6627 (python-shell-completion-setup-code)
6628 (python-shell-completion-string-code)
6629 (python-shell-enable-font-lock, python-shell-exec-path)
6630 (python-shell-extra-pythonpaths)
6631 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6632 (python-shell-process-environment)
6633 (python-shell-prompt-block-regexp)
6634 (python-shell-prompt-output-regexp)
6635 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6636 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6637 (python-shell-virtualenv-path): New defcustoms.
6638 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6639 (inferior-python-mode-syntax-table, python--prompt-regexp)
6640 (python-buffer, python-command python-python-command)
6641 (python-default-template, python-imports, python-indent-index)
6642 (python-indent-list, python-indent-list-length)
6643 (python-mode-running, python-pdbtrack-is-tracking-p)
6644 (python-preoutput-continuation, python-preoutput-leftover)
6645 (python-preoutput-result, python-preoutput-skip-next-prompt)
6646 (python-prev-dir/file, python-recursing)
6647 (python-saved-check-command, python-version-checked)
6648 (python-which-func-length-limit)
6649 (view-return-to-alist): Delete vars.
6650 (python-check-custom-command, python-dotty-syntax-table)
6651 (python-imenu-index-alist, python-indent-current-level)
6652 (python-indent-dedenters, python-indent-levels)
6653 (python-nav-beginning-of-defun-regexp)
6654 (python-nav-list-defun-positions-cache)
6655 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6656 (python-shell-internal-buffer)
6657 (python-skeleton-available): New vars.
6658 (def-python-skeleton): Delete macro.
6659 (python-skeleton-define): New macro.
6660 (python-define-auxiliary-skeleton, python-rx): New macros.
6661 (python-insert-class): Delete command.
6662 (python-skeleton-class): New command.
6663 (python-insert-def): Delete command.
6664 (python-skeleton-def): New command.
6665 (python-insert-for): Delete command.
6666 (python-skeleton-for): New command.
6667 (python-insert-if): Delete command.
6668 (python-skeleton-if): New command.
6669 (python-insert-try/except, python-insert-try/finally): Delete commands.
6670 (python-skeleton-try): New command.
6671 (python-insert-while): Delete command.
6672 (python-skeleton-while): New command.
6673 (python-backspace): Delete command.
6674 (python-indent-dedent-line-backspace): New command.
6675 (python-electric-colon): Delete command.
6676 (python-indent-electric-colon): New command.
6677 (python-guess-indent): Delete command.
6678 (python-indent-guess-indent-offset): New command.
6679 (python-shift-left): Delete command.
6680 (python-indent-shift-left): New command.
6681 (python-shift-right): Delete command.
6682 (python-indent-shift-right): New command.
6683 (python-find-function): Delete command.
6684 (python-nav-jump-to-defun): New command.
6685 (python-next-statement): Delete command.
6686 (python-nav-forward-sentence): New command.
6687 (python-previous-statement): Delete command.
6688 (python-nav-backward-sentence): New command.
6689 (python-fill-paragraph): Delete command.
6690 (python-fill-paragraph-function): New command.
6691 (python-send-buffer): Delete command.
6692 (python-shell-send-buffer): New command.
6693 (python-send-defun): Delete command.
6694 (python-shell-send-defun): New command.
6695 (python-send-region, python-send-region-and-go): Delete commands.
6696 (python-shell-send-region)
6697 (python-shell-switch-to-shell): New commands.
6698 (python-send-string): Delete command.
6699 (python-shell-send-string): New command.
6700 (python-switch-to-python): Delete command.
6701 (python-shell-switch-to-shell): New command.
6702 (python-describe-symbol): Delete command.
6703 (python-eldoc-at-point): New command.
6704 (python--set-prompt-regexp, python-args-to-list)
6705 (python-after-info-look, python-check-version)
6706 (python-check-comint-prompt, python-find-imports)
6707 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6708 (python-unload-function, python-expand-template)
6709 (python-maybe-jython, python-preoutput-filter)
6710 (python-pdbtrack-get-source-buffer)
6711 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6712 (python-pdbtrack-toggle-stack-tracking)
6713 (python-pdbtrack-track-stack-file, python-initial-text)
6714 (python-first-word, python-comment-line-p, python-send-command)
6715 (python-setup-brm, python-sentinel, python-set-proc)
6716 (python-skip-out, python-input-filter, python-outdent-p)
6717 (python-outline-level, python-backslash-continuation-line-p)
6718 (python-end-of-block, python-end-of-statement, python-mark-block)
6719 (python-beginning-of-block, python-beginning-of-statement)
6720 (python-blank-line-p, python-beginning-of-string)
6721 (python-open-block-statement-p): Delete functions.
6722 (python-indent-line, python-indent-line-1): Delete functions.
6723 (python-indent-line): New function.
6724 (python-indentation-levels): Delete function.
6725 (python-indent-calculate-levels): New function.
6726 (python-proc): Delete function.
6727 (python-shell-get-process): New function.
6728 (python-send-receive): Delete function.
6729 (python-shell-send-string-no-output): New function.
6730 (python-module-path): Delete function.
6731 (python-ffap-module-path): New function.
6732 (python-completion-at-point)
6733 (python-symbol-completions): Delete functions.
6734 (python-completion-complete-at-point): New function.
6735 (python-load-file): Delete function.
6736 (python-shell-send-file): New function.
6737 (python-calculate-indentation): Delete function.
6738 (python-indent-calculate-indentation): New function.
6739 (python-skip-comments/blanks): Delete function.
6740 (python-util-forward-comment): New function.
6741 (python-continuation-line-p): Delete function.
6742 (python-info-continuation-line-p): New function.
6743 (python-which-func, python-current-defun): Delete function.
6744 (python-info-current-defun): New function.
6745 (python-beginning-of-defun): Delete function.
6746 (python-nav-beginning-of-defun): New function.
6747 (python-close-block-statement-p)
6748 (python-block-end-p): Delete function.
6749 (python-info-closing-block): New function.
6750 (python-comint-output-filter-function)
6751 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6752 (python-fill-comment, python-fill-decorator, python-fill-paren)
6753 (python-fill-string, python-imenu-make-element-tree)
6754 (python-imenu-make-tree, python-imenu-tree-assoc)
6755 (python-indent-context, python-indent-dedent-line)
6756 (python-indent-line-function)
6757 (python-indent-post-self-insert-function)
6758 (python-indent-toggle-levels)
6759 (python-info-assignment-continuation-line-p)
6760 (python-info-beginning-of-backlash)
6761 (python-info-block-continuation-line-p)
6762 (python-info-closing-block-message)
6763 (python-info-line-ends-backslash-p)
6764 (python-info-looking-at-beginning-of-defun)
6765 (python-info-ppss-context, python-info-ppss-context-type)
6766 (python-nav-list-defun-positions, python-nav-read-defun)
6767 (python-nav-sentence-end, python-nav-sentence-start)
6768 (python-pdbtrack-comint-output-filter-function)
6769 (python-pdbtrack-set-tracked-buffer)
6770 (python-shell-calculate-exec-path)
6771 (python-shell-calculate-process-environment)
6772 (python-shell-completion--do-completion-at-point)
6773 (python-shell-completion--get-completions)
6774 (python-shell-completion-complete-at-point)
6775 (python-shell-completion-complete-or-indent)
6776 (python-shell-get-or-create-process)
6777 (python-shell-get-process-name)
6778 (python-shell-internal-get-or-create-process)
6779 (python-shell-internal-get-process-name)
6780 (python-shell-internal-send-string, python-shell-make-comint)
6781 (python-shell-parse-command, python-shell-send-setup-code)
6782 (python-skeleton-add-menu-items)
6783 (python-util-clone-local-variables, python-util-position)
6784 (run-python-internal, python-indentation-levels)
6785 (python-nav-beginning-of-defun)
6786 (python-completion-complete-at-point): New functions.
6787 (run-python): Change arguments. New API requirements.
6788
4302f5ba
SM
67892012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6790
f38ea36d
SM
6791 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6792 (bug#11649).
6793
6794 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6795 (macroexp--expand-all): Use it.
6796
4302f5ba
SM
6797 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6798 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6799 Use `cl-function' instead.
6800
33377562
JB
68012012-06-14 Juanma Barranquero <lekktu@gmail.com>
6802
6803 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6804 Suggested by Stefan Monnier while discussing bug#11657.
6805
54c5ba1a
SS
68062012-06-14 Sam Steingold <sds@gnu.org>
6807
6808 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6809
f9f1b1fe
AS
68102012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6811
6812 * play/doctor.el (doctor-doc): Remove parameter and use
6813 doctor-sent instead of sent.
6814 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6815
a81068ba
SM
68162012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6817
5a315f9c
SM
6818 * files.el: Require cl-lib.
6819 (file-name-non-special): Replace case -> cl-case.
6820
6821 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6822
a81068ba
SM
6823 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6824 mapping from #' to function*.
6825
8cca9703
CY
68262012-06-13 Chong Yidong <cyd@gnu.org>
6827
6828 * mouse.el (mouse-drag-track): Do not set the mark if the user
6829 releases the mouse without selecting anything (Bug#11588).
6830
a12ac9d7
SM
68312012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6832
ccf1dc18
SM
6833 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6834 as well (bug#11646).
6835
ef62b23d
SM
6836 * loadup.el: Count byte-code functions as well.
6837
c4c8444a
SM
6838 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6839 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6840
a12ac9d7
SM
6841 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6842 (bug#11649). Add cl-defun and cl-defmacro.
6843
87e6e64f
DA
68442012-06-13 Drew Adams <drew.adams@oracle.com>
6845
6846 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6847 Fix last change.
6848
682cefaf
MA
68492012-06-13 Michael Albinus <michael.albinus@gmx.de>
6850
6851 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6852 Otherwise, it blocks in batch mode.
6853
773e1f08
JB
68542012-06-13 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * help-mode.el (bookmark-make-record-default): Declare.
6857
60057926
CY
68582012-06-13 Chong Yidong <cyd@gnu.org>
6859
6860 * emacs-lisp/package.el (list-packages): Compute a list of
6861 packages that are newly-available since the last list-packages
6862 invocation.
6863 (package-menu--new-package-list): New var.
6864 (package-menu--generate, package-menu--print-info)
6865 (package-menu--status-predicate, package-menu-mark-install):
6866 Handle new status label "new".
6867
ad4d226c
SM
68682012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6871 conversion to backquotes.
6872
f1a4e679
CY
68732012-06-12 Chong Yidong <cyd@gnu.org>
6874
6875 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6876 Rename from gud-inhibit-global-bindings.
6877
6878 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6879
6880 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6881 hook from nxml-glyph-set-hook.
6882
6883 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6884 declaration.
6885
6886 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6887
6888 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6889 Convert to defcustom.
6890
0c9e42b5
DA
68912012-06-12 Drew Adams <drew.adams@oracle.com>
6892
6893 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6894 New functions.
6895 (help-mode): Use them.
6896
09e06855
GM
68972012-06-11 Glenn Morris <rgm@gnu.org>
6898
6899 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6900 Use preprocessor face for directives.
6901 (fortran-directive-re): Doc fix.
6902
71adb94b
SM
69032012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6904
2eb87922
SM
6905 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6906 conversion to backquotes (bug#11652).
6907
71adb94b
SM
6908 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6909 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6910 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6911 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6912 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6913 (cl-ninth, cl-tenth): Mark them as inlinable.
6914 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6915 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6916 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6917 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6918 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6919 (cl-list*, cl-adjoin): Don't put an autoload manually.
6920 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6921 (cl--compiler-macro-list*): Add autoload cookie.
6922 (cl--compiler-macro-cXXr): New function.
2eb87922 6923
71adb94b
SM
6924 * help-fns.el (help-fns--compiler-macro): New function extracted from
6925 describe-function-1; follow aliases and use `compiler-macro' property.
6926 (describe-function-1): Use it.
6927
a6674402
CY
69282012-06-11 Chong Yidong <cyd@gnu.org>
6929
6930 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6931 is uninstalled, if imagemagick is installed.
6932
bb3faf5b
SM
69332012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * emacs-lisp/cl-lib.el: Use lexical-binding.
6936 (cl-map-extents, cl-maclisp-member): Remove.
6937 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6938 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6939 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6940 * emacs-lisp/cl-extra.el: Use lexical-binding.
6941 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6942 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6943 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6944 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6945 * emacs-lisp/cl-seq.el: Use lexical-binding.
6946 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6947 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6948 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6949 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6950 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6951 CL's internals.
6952
2fe4b125
MA
69532012-06-11 Michael Albinus <michael.albinus@gmx.de>
6954
6955 Sync with Tramp 2.2.6-pre.
6956
6957 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6958 `print-length' and `print-level' to nil, in order to avoid
6959 truncation. Reported by Christopher Schmidt
6960 <christopher@ristopher.com>.
6961
6962 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6963
6964 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6965 New defmacro.
6966 (tramp-compat-copy-directory): Add optional argument
6967 COPY-CONTENTS. It is not handled yet.
6968
6969 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6970 (tramp-ftp-file-name-p): Simplify.
6971
6972 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6973 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6974 connection vector.
6975
6976 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6977 (tramp-methods): Do not use `tramp-password-end-of-line'.
6978 (tramp-completion-function-alist-putty): Handle UNIX case.
6979 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6980 (tramp-do-file-attributes-with-stat)
6981 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6982 gid as real numbers. They could run out of integer range on cygwin.
6983 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6984 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
6985 (tramp-open-connection-setup-interactive-shell):
6986 Use `tramp-cleanup'. Move check for busyboxes ...
6987 (tramp-find-shell): ... here. Simplify implementation.
6988 Set "remote-shell" property also for alternative shells.
6989 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6990 If failing, a regular file would be written otherwise.
6991 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
6992 (tramp-find-inline-encoding): Cache the coding commands in the
6993 process cache. Apply test command on the remote side, if defined.
6994 (tramp-find-inline-compress): Cache the compress commands in the
6995 process cache.
6996 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6997 when requested. Handle hops.
6998 (tramp-current-connection): New defvar.
87e6e64f
DA
6999 (tramp-maybe-open-connection): Use `tramp-cleanup'.
7000 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 7001 Handle user interrupt. (Bug#10187)
87e6e64f
DA
7002 (tramp-get-inline-compress, tramp-get-inline-coding):
7003 Read connection properties from the process cache.
2fe4b125
MA
7004
7005 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
7006 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
7007 New defconsts.
2fe4b125
MA
7008 (tramp-smb-prompt): Extend for powershell prompt.
7009 (tramp-smb-file-name-handler-alist): Add handlers for
7010 `process-file', `shell-command' and `start-file-process'.
7011 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
7012 (tramp-smb-winexe-shell-command-switch): New defcustoms.
7013 (tramp-smb-file-name-p): Simplify.
7014 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
7015 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
7016 (tramp-smb-shell-quote-argument): New defuns.
7017 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
7018 Implement using "tar". By this, time-stamps are preserved.
7019 (tramp-smb-handle-copy-file): Handle also the case of directories.
7020 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
7021 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
7022 Use `tramp-get-connection-buffer').
2fe4b125
MA
7023 (tramp-smb-handle-rename-file): Use "rename", when source and
7024 target are on the same share.
87e6e64f
DA
7025 (tramp-smb-maybe-open-connection): Handle wrong passwords.
7026 Use `tramp-smb-server-version'.
2fe4b125
MA
7027 (tramp-smb-wait-for-output): Remove prompt.
7028
7029 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
7030 (tramp-methods, tramp-rsh-end-of-line):
7031 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
7032 (tramp-save-ad-hoc-proxies): New defcustom.
7033 (tramp-completion-function-alist): Adapt docstring.
7034 (tramp-default-password-end-of-line): Remove defcustom.
7035 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
7036 (tramp-user-regexp, tramp-file-name-regexp-unified)
7037 (tramp-file-name-regexp-url): Extend regexp by hop separator.
7038 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
7039 (tramp-remote-file-name-spec-regexp): New defconst.
7040 (tramp-file-name-structure): Extend structure for hops.
7041 (tramp-get-method-parameter): Move up.
7042 (tramp-file-name-p, tramp-dissect-file-name)
7043 (with-parsed-tramp-file-name): Handle hops.
7044 (tramp-file-name-hop): New defun.
7045 (tramp-make-tramp-file-name): New optional arg HOP.
7046 (tramp-message-show-progress-reporter-message): New defvar.
7047 (tramp-with-progress-reporter): Use it. We cannot use
7048 `tramp-message-show-message' here, because this suppresses also
7049 error buffers.
7050 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
7051 `tramp-message-show-message' is nil.
7052 Use `tramp-get-connection-buffer'.
2fe4b125
MA
7053 (tramp-cleanup): New defun.
7054 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
7055 (tramp-file-name-handler): If `debug-on-error' is set, propagate
7056 an error unchanged.
7057 (tramp-completion-handle-file-name-all-completions): Handle hops.
7058 Fix an error when called from ido.
7059 (tramp-completion-dissect-file-name): Use better local variable
7060 name. Add hop to the vector.
7061 (tramp-handle-insert-file-contents): Use progress-reporter for the
7062 whole scenario.
7063 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
7064 to `t'.
7065 (tramp-check-for-regexp): Simplify search.
7066 (tramp-enter-password): Remove it. Move implementation ...
7067 (tramp-action-password): ... here.
7068 (tramp-mode-string-to-int, tramp-local-host-p)
7069 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
7070 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
7071 Set tramp-autoload cookie.
2fe4b125
MA
7072
7073 * net/trampver.el: Update release number.
7074
70752012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7076 Michael Albinus <michael.albinus@gmx.de>
7077
7078 * net/tramp.el (tramp-set-completion-function): Fix docstring.
7079 (tramp-parse-group, tramp-parse-file)
7080 (tramp-parse-shostkeys-sknownhosts): New defuns.
7081 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
7082 (tramp-parse-shosts-group, tramp-parse-sconfig)
7083 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
7084 (tramp-parse-sknownhosts, tramp-parse-hosts)
7085 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
7086 Use them.
7087 (tramp-parse-passwd-group, tramp-parse-netrc-group)
7088 (tramp-parse-putty-group): Don't narrow.
7089 (tramp-parse-putty): Make a loop.
7090 (tramp-file-name-handler): Catch the `suppress' signal.
7091
72834e10
CY
70922012-06-11 Chong Yidong <cyd@gnu.org>
7093
7094 * image.el (imagemagick-register-types): Put the ImageMagick entry
7095 at the end of image-type-file-name-regexps.
7096
a4712e11
JB
70972012-06-11 Johan Bockgård <bojohan@gnu.org>
7098
7099 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
7100 (pcase, pcase-let*, pcase-dolist): Use them.
7101
82ad98e3
SM
71022012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * emacs-lisp/pcase.el (pcase--let*): New function.
7105 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
7106 (pcase--expand): Use macroexp-let².
7107
f80efb86
SM
71082012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
7109
7110 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
7111 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
7112 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
7113 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
7114 * emacs-lisp/derived.el: Use pcase instead of `cl'.
7115 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
7116
31ca4639 71172012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 7118
31ca4639
CY
7119 * mail/rmail.el (rmail-yank-current-message): Leave point at
7120 correct position. (Bug#11660)
94f0aa34 7121
31ca4639 71222012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 7123
31ca4639 7124 * allout-widgets.el: Fix code header.
9e1b8ec4 7125
31ca4639 71262012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 7127
f80efb86
SM
7128 * cus-edit.el (customize-changed-options-previous-release):
7129 Bump to 24.1.
31ca4639 7130
642b6d30
AS
71312012-06-09 Andreas Schwab <schwab@linux-m68k.org>
7132
7133 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
7134
4f5d2ba1
CY
71352012-06-09 Chong Yidong <cyd@gnu.org>
7136
7137 * ebuff-menu.el (electric-buffer-list): Preserve header line.
7138
e75852fd
MR
71392012-06-09 Martin Rudalics <rudalics@gmx.at>
7140
7141 * window.el (special-display-popup-frame): Don't use
7142 window--display-buffer (Bug#11651).
7143
1e48e282
EZ
71442012-06-09 Eli Zaretskii <eliz@gnu.org>
7145
8a26b487
EZ
7146 Fix parallel builds: make sure loaddefs.el is not being written
7147 while Lisp files are compiled.
7148 (compile): Don't depend on 'mh-autoloads'.
7149 (compile-CMD, compile-SH): Depend on 'autoloads'.
7150 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
7151
1e48e282
EZ
7152 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
7153
6175e34b
CY
71542012-06-09 Chong Yidong <cyd@gnu.org>
7155
7156 * face-remap.el (face-remap-add-relative, face-remap-set-base)
7157 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
7158 Doc fixes (Bug#11225).
7159
d9857e53
SM
71602012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
7163 a function if there's a clear indication that it has a compiler-macro.
7164 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
7165 (macro-declarations-alist): Add arglist to declaration functions.
7166 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
7167 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
7168 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
7169 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
7170 Also add autoload to find the compiler macro.
7171 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
7172 (cl--compiler-macro-member, cl--compiler-macro-assoc)
7173 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
7174 (cl--compiler-macro-get): New functions, replacing calls to
7175 cl-define-compiler-macro.
7176 (cl-typep) [compiler-macro]: Use macroexp-let².
7177
f81298f8 71782012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
7179
7180 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
7181 string properly, fixes Bug#11473.
7182
4b56d0fe
CY
71832012-06-08 Chong Yidong <cyd@gnu.org>
7184
7185 * faces.el (set-face-attribute): Doc fix.
7186 (modify-face): Don't use :bold and :italic.
7187 (error, warning, success): Tweak definitions.
7188
7189 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
7190 (custom-modified, custom-set, custom-changed, custom-themed)
7191 (custom-saved, custom-button, custom-button-mouse)
7192 (custom-button-pressed, custom-state, custom-comment-tag)
7193 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
7194 (custom-group-subtitle): Use new-style face specs.
7195 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7196 (custom-set-face, custom-changed-face, custom-saved-face)
7197 (custom-button-face, custom-button-pressed-face)
7198 (custom-documentation-face, custom-state-face)
7199 (custom-comment-face, custom-comment-tag-face)
7200 (custom-variable-tag-face, custom-variable-button-face)
7201 (custom-face-tag-face, custom-group-tag-face-1)
7202 (custom-group-tag-face): Remove obsolete face alias.
7203
7204 * epa.el (epa-validity-high, epa-validity-medium)
7205 (epa-validity-low, epa-mark, epa-field-name, epa-string)
7206 (epa-field-name, epa-field-body):
7207 * font-lock.el (font-lock-comment-face, font-lock-string-face)
7208 (font-lock-keyword-face, font-lock-builtin-face)
7209 (font-lock-function-name-face, font-lock-variable-name-face)
7210 (font-lock-type-face, font-lock-constant-face):
7211 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7212 (ido-virtual, ido-indicator, ido-incomplete-regexp):
7213 * speedbar.el (speedbar-button-face, speedbar-file-face)
7214 (speedbar-directory-face, speedbar-tag-face)
7215 (speedbar-selected-face, speedbar-highlight-face)
7216 (speedbar-separator-face):
7217 * whitespace.el (whitespace-newline, whitespace-space)
7218 (whitespace-hspace, whitespace-tab, whitespace-trailing)
7219 (whitespace-line, whitespace-space-before-tab)
7220 (whitespace-space-after-tab, whitespace-indentation)
7221 (whitespace-empty):
7222 * emulation/cua-base.el (cua-global-mark):
7223 * eshell/em-prompt.el (eshell-prompt):
7224 * net/newst-plainview.el (newsticker-new-item-face)
7225 (newsticker-old-item-face, newsticker-immortal-item-face)
7226 (newsticker-obsolete-item-face, newsticker-date-face)
7227 (newsticker-statistics-face, newsticker-default-face):
7228 * net/newst-reader.el (newsticker-feed-face)
7229 (newsticker-extra-face, newsticker-enclosure-face):
7230 * net/newst-treeview.el (newsticker-treeview-face)
7231 (newsticker-treeview-new-face, newsticker-treeview-old-face)
7232 (newsticker-treeview-immortal-face)
7233 (newsticker-treeview-obsolete-face)
7234 (newsticker-treeview-selection-face):
7235 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
7236 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
7237 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
7238 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
7239 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
7240 (nxml-outline-active-indicator, nxml-outline-ellipsis):
7241 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
7242 (mpuz-text):
7243 * progmodes/vera-mode.el (vera-font-lock-number)
7244 (vera-font-lock-function, vera-font-lock-interface):
7245 * textmodes/table.el (table-cell): Use new-style face specs, and
7246 don't use the old :bold and :italic attributes.
7247
7248 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
7249 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
7250 (ebrowse-member-class, ebrowse-progress): Likewise.
7251 (ebrowse-tree-mark-face, ebrowse-root-class-face)
7252 (ebrowse-file-name-face, ebrowse-default-face)
7253 (ebrowse-member-attribute-face, ebrowse-member-class-face)
7254 (ebrowse-progress-face): Remove obsolete faces.
7255
7256 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7257 Inherit from error and warning faces respectively.
7258
7259 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7260 Likewise.
f80efb86
SM
7261 (flyspell-incorrect-face, flyspell-duplicate-face):
7262 Remove obsolete aliases.
4b56d0fe 7263
03310646
MA
72642012-06-08 Michael Albinus <michael.albinus@gmx.de>
7265
7266 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7267 Avoid infloop.
7268
513749ee
SM
72692012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7270
7271 * startup.el (argv, argi): Make lexically scoped.
7272 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
7273 * emacs-lisp/cl-macs.el: Use lexical-binding.
7274 Rename cl-bind-* to cl--bind-*.
7275 * files.el: Don't require `cl' since it doesn't use it.
7276 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
7277
595ef4ad
JB
72782012-06-08 Juanma Barranquero <lekktu@gmail.com>
7279
7280 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
7281 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
7282 instead of calling external sort utility.
7283 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
7284
e9f66fcb
EZ
72852012-06-08 Eli Zaretskii <eliz@gnu.org>
7286
7287 * descr-text.el (describe-char): Mention how to insert the
7288 character, if the current input method doesn't support it.
7289 See the discussion in this thread for the details:
7290 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
7291
3d10db47
SS
72922012-06-08 Sam Steingold <sds@gnu.org>
7293
7294 * bindings.el (global-map): Bind XF86Forward to next-buffer and
7295 XF86Back to previous-buffer.
7296 (minibuffer-local-map): Bind them to next-history-element and
7297 previous-history-element respectively.
7298 * help-mode.el (help-mode-map): Bind them to help-go-forward and
7299 help-go-back respectively.
7300 * info.el (Info-mode-map): Bind them to Info-history-forward and
7301 Info-history-back respectively.
7302 These are the keys next to Up on the ThinkPad keyboard.
7303
de7e2b36
SM
73042012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7307 * emacs-lisp/cl-macs.el: Provide itself.
7308 (cl--labels-convert-cache): New var.
7309 (cl--labels-convert): New function.
7310 (cl-flet, cl-labels): New implementation with new semantics, relying on
7311 lexical-binding.
7312 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7313 (cl-closure-vars, cl--function-convert-cache)
7314 (cl--function-convert): Move from cl-macs.el.
7315 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7316 rename by removing the "cl-" prefix.
7317 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7318
6fa6c4ae
SM
73192012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7322 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7323 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7324 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7325 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7326 (cl-hash-table-count): Add old compatibility aliases.
7327
7328 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7329 Use macroexpand-all-environment instead.
7330 (cl--old-macroexpand): New var.
7331 (cl--sm-macroexpand): New function.
7332 (cl-symbol-macrolet): Use it during macro expansion.
7333 (cl--function-convert-cache): New var.
7334 (cl--function-convert): New function, extracted from
7335 cl-macroexpand-all.
7336 (cl-lexical-let): Use it.
7337
7338 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7339 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7340 (cl-member): Remove old alias.
7341
7342 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7343 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7344 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7345 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7346 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7347 (cl-macroexpand-cmacs): Remove var.
7348 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7349 Use macroexpand-all instead.
7350
4dd1c416
SM
73512012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7354 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7355 (macroexp-copyable-p): New functions and macros.
7356 * emacs-lisp/edebug.el (edebug-unwrap):
7357 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7358 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7359 (pcase--let*): Remove.
7360 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7361 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7362 macroexp-const-p instead.
7363 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7364
7365 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7366 instead of "cl-" for internal definitions. Use macroexp-const-p.
7367 (cl-old-bc-file-form): Remove var.
7368 (cl-const-exprs-p): Remove fun.
7369 (cl-labels, cl-macrolet): Use backquote.
7370 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7371 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7372 (cl-define-setf-expander): Rename from cl-define-setf-method.
7373 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7374
7375 * international/mule-cmds.el: Don't require CL.
7376 (view-hello-file): Don't use `letf'.
7377
ed8bd4d7
SM
73782012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7287f2f3
SM
7380 * tmm.el (tmm-prompt): Use string-prefix-p.
7381 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7382 (tmm-add-prompt): Use minibuffer-completion-help.
7383 (tmm-delete-map): Remove.
7384
ed8bd4d7
SM
7385 * subr.el (kbd): Make it its own function.
7386
7b4cdbf4
SM
73872012-06-07 Stefan Merten <smerten@oekonux.de>
7388
7389 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7390 Silence compiler warnings. Fix versions.
ed8bd4d7 7391 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 7392 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 7393 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
7394 (rst-package-emacs-version-alist): Correct Emacs version to
7395 represent major merge with upstream.
ed8bd4d7 7396 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 7397
2b48d721
GM
73982012-06-06 Glenn Morris <rgm@gnu.org>
7399
7400 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7401 Only print environment variables if set.
7402
fa779ab0
SM
74032012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7406 (macroexp--cons): Rename from maybe-cons.
7407 (macroexp--accumulate): Rename from macroexp-accumulate.
7408 (macroexp--all-forms): Rename from macroexpand-all-forms.
7409 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7410 (macroexp--expand-all): Rename from macroexpand-all-1.
7411
628299e0
SS
74122012-06-06 Sam Steingold <sds@gnu.org>
7413
7414 * calendar/calendar.el (calendar-in-read-only-buffer):
7415 Call `special-mode' to enable the standard read-only keybindings.
7416
b7bb5838
SM
74172012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7420 with "loading" messages (bug#11635).
7421
dfb308ba
MA
74222012-06-06 Michael Albinus <michael.albinus@gmx.de>
7423
7424 * files.el (enable-remote-dir-locals): New option.
7425 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
7426
0372ee92
MA
7427 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7428 Ensure, that the temp directory is local.
7429
7430 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7431 `temporary-file-directory'.
7432
eed0bb91
MA
7433 * progmodes/python.el (python-send-region): Ensure, that the
7434 temporary file is created also in the remote case.
7435
7a58f64d
GM
74362012-06-06 Glenn Morris <rgm@gnu.org>
7437
f7dd4e98
GM
7438 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7439 (vc-rcs-update-changelog): Use it.
7440
090bd7cb 7441 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 7442
7a58f64d
GM
7443 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7444 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7445 (vc-sccs-diff): Replace use of the external vcdiff script.
7446
daed4003
GM
74472012-06-05 Glenn Morris <rgm@gnu.org>
7448
7449 * ledit.el: Move to obsolete/.
7450
48c455c7
SS
74512012-06-05 Sam Steingold <sds@gnu.org>
7452
ed9265fc 7453 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
7454 patch (Bug#11140).
7455
57a7d507
SM
74562012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7457
090bd7cb 7458 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 7459
53aacf21
SM
7460 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7461 compiler-macro expansion.
7462
57a7d507
SM
7463 Add native compiler-macro support.
7464 * emacs-lisp/macroexp.el (macroexpand-all-1):
7465 Support compiler-macros directly. Properly follow aliases and apply
7466 the compiler macros more thoroughly.
7467 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7468 macroexpand now properly follows aliases.
7469 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7470 (cl-compiler-macroexpand): Use new prop.
7471 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7472
7473 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7474
51a5f9d8
MR
74752012-06-05 Martin Rudalics <rudalics@gmx.at>
7476
7477 * window.el (get-lru-window, get-mru-window, get-largest-window):
7478 New argument NOT-SELECTED to avoid picking the selected window.
7479 (window--display-buffer-1, window--display-buffer-2): Replace by
7480 new function window--display-buffer
7481 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
7482 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7483 Use window--display-buffer.
51a5f9d8
MR
7484 (display-buffer-use-some-window): Remove temporary dedication
7485 hack by calling get-lru-window and get-largest-window with
7486 NOT-SELECTED argument non-nil. Call window--display-buffer.
7487
08f9f738
GM
74882012-06-05 Glenn Morris <rgm@gnu.org>
7489
7490 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7491 Replace external vcdiff script.
7492
e364a2b7
SM
74932012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7494
7495 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7496
041df390
CY
74972012-06-04 Chong Yidong <cyd@gnu.org>
7498
e364a2b7
SM
7499 * image.el (imagemagick-types-inhibit): Revert last change.
7500 Add INFO and M.
47b36b94 7501 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 7502
7c1898a7
SM
75032012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * emacs-lisp/cl-lib.el: Rename from cl.el.
7506 * emacs-lisp/cl.el: New compatibility file.
7507 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7508 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7509 to obey the "cl-" prefix.
7510 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7511
0c3461de
GM
75122012-06-03 Glenn Morris <rgm@gnu.org>
7513
1e266c88
GM
7514 * emacs-lisp/authors.el (authors-aliases): Addition.
7515
0c3461de
GM
7516 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7517 Fix :version.
7518
d8a52e15
SM
75192012-06-03 Stefan Merten <smerten@oekonux.de>
7520
7521 * textmodes/rst.el: Add comments.
7522 (rst-transition, rst-adornment): New faces.
7523 (rst-adornment-faces-alist): Make default safe to reevaluate.
7524 Fixes
7525 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7526 Improve customization tags.
7527 (rst-define-level-faces): Clarify meaning.
7528
5205d6f6
CY
75292012-06-03 Chong Yidong <cyd@gnu.org>
7530
7531 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
7532 (compilation-mode-line-run, compilation-mode-line-exit):
7533 New faces.
5205d6f6
CY
7534 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7535
757ee657
JD
75362012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7537
7c1898a7
SM
7538 * progmodes/which-func.el (which-func-update-ediff-windows):
7539 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 7540
5f2c76c6
CY
75412012-06-03 Chong Yidong <cyd@gnu.org>
7542
7543 * bindings.el: Remove explicit help text from format-mode-line.
7544 It is now supplied by mode-line-default-help-echo.
7545 (mode-line-front-space, mode-line-end-spaces)
7546 (mode-line-misc-info): New variables.
7547 (mode-line-modes, mode-line-position): Move the default value to
7548 the variable definition.
7549 (mode-line-default-help-echo): New defcustom.
383f7350
CY
7550 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7551 (mode-line-modified-help-echo): New functions.
7552 (mode-line-mule-info, mode-line-modified): Use them.
7553 (mode-line-eol-desc, propertized-buffer-identification):
7554 Consistency fixes for help text.
cbe46e5f
CY
7555 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7556 set-buffer-file-coding-system (Bug#289).
7557 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 7558
f2d6a3df
SM
75592012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * simple.el (execute-extended-command): Set real-this-command
7562 (bug#11506).
7563
37269466
CY
75642012-06-02 Chong Yidong <cyd@gnu.org>
7565
7566 Remove incorrect uses of "modeline" in comments, docstrings, and
7567 function/variable names (Bug#10329).
7568
7569 * cus-edit.el (mode-line):
7570 * dframe.el (dframe-mouse-hscroll):
7571 * emacs-lisp/re-builder.el:
7572 * emacs-lisp/easy-mmode.el (define-minor-mode):
7573 * frame.el (set-frame-name):
7574 * help.el (lookup-minor-mode-from-indicator):
7575 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7576 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7577 (c-toggle-hungry-state):
7578 * progmodes/antlr-mode.el (antlr-language-alist):
7579 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7580 * progmodes/vhdl-mode.el (vhdl-mode):
7581 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7582 * term/ns-win.el (ns-face-at-pos):
7583 * term/sup-mouse.el (sup-mouse-report):
7584 * textmodes/flyspell.el (flyspell-mode-line-string):
7585 * textmodes/ispell.el (ispell-highlight-face):
7586 * textmodes/reftex-global.el:
7587 * vc/vc-arch.el (vc-arch-mode-line-string):
7588 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7589 * vc/vc-git.el (vc-git-mode-line-string):
7590 * vc/vc-hooks.el (vc-display-status)
7591 (vc-default-mode-line-string):
7592 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7593
7594 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7595
7596 * dired.el (dired-sort-set-mode-line): Rename from
7597 dired-sort-set-modeline. All callers changed.
7598
7599 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7600 eshell-status-in-modeline.
7601
7602 * foldout.el (foldout-mode-line-string): Rename from
7603 foldout-modeline-string. All callers changed.
7604 (foldout-update-mode-line): Rename from foldout-update-modeline.
7605
7606 * subr.el (redraw-modeline): Make into obsolete alias.
7607
7608 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7609 timeclock-modeline-display. Make old name an alias.
7610 (timeclock-update-mode-line): Likewise. All callers changed.
7611 (timeclock-mode-line-display): No need to check before using
7612 add-hook.
7613 (timeclock-relative, timeclock-day-over-hook)
7614 (timeclock-use-elapsed, timeclock-mode-string)
7615 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7616
7617 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7618 crisp-mode-modeline-string.
7619
7620 * play/solitaire.el (solitaire-build-mode-line): Rename from
7621 solitaire-build-modeline. All callers changed.
7622
7623 * play/zone.el (zone-hiding-mode-line): Rename from
7624 zone-hiding-modeline. All callers changed.
7625 (zone): Remove unusued `modeline-hidden-level' property.
7626
7627 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7628 xscheme-modeline-initialize. All callers changed.
7629
7630 * strokes.el (strokes-lighter): Rename from
7631 strokes-modeline-string.
7632
7633 * textmodes/sgml-mode.el (html-face-tag-alist)
7634 (html-tag-face-alist): Use mode-line face instead of obsolete
7635 alias modeline.
7636
42152ee4
SM
76372012-06-02 Stefan Merten <smerten@oekonux.de>
7638
7639 * textmodes/rst.el: Always require `cl'.
4cf9b38d 7640 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 7641
95f520b5
CY
76422012-06-02 Chong Yidong <cyd@gnu.org>
7643
7644 * image.el (imagemagick-enabled-types): Rename from
7645 imagemagick-types-enable. Add many more types.
7646 (imagemagick-types-inhibit): Change default to nil.
7647 (imagemagick-filter-types): Caller changed.
7648
4a5f187a
SM
76492012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7650
03fef3e6
SM
7651 * emacs-lisp/cl-macs.el: Use backquotes.
7652 (cl-transform-function-property): Use eval-and-compile rather than
7653 abusing `require'.
7654 (defstruct): Use declare-function instead of with-no-warnings.
7655
4a5f187a
SM
7656 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7657 (byte-compile-output-docform): Re-add the print-circle bindings.
7658 (byte-compile-fix-header): Use #$ just because it's shorter.
7659 (byte-compile-output-file-form): Remove defun/defmacro.
7660
bd56924f
MR
76612012-06-01 Martin Rudalics <rudalics@gmx.at>
7662
7663 * simple.el (choose-completion): Remove now obsolete binding for
7664 owindow.
7665
046e38ce
MA
76662012-06-01 Michael Albinus <michael.albinus@gmx.de>
7667
7668 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7669 in order to avoid "Stack overflow in regexp matcher".
7670
32d72c2f
GM
76712012-05-31 Glenn Morris <rgm@gnu.org>
7672
7673 * image.el: For clarity, call imagemagick-register-types at
7674 top-level, rather than relying on a custom :initialize.
7675 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
7676 (imagemagick-filter-types): New function. (Bug#7406)
7677 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
7678 If disabling support, remove elements altogether rather
7679 than using an impossible regexp.
7680 (imagemagick-types-inhibit): Give it the default init function.
7681
dd41169b
SM
76822012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7683
4a5f187a
SM
7684 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7685 Handle arbitrary file name lengths (Bug#11585).
dd41169b 7686
efc00ab1 76872012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
7688
7689 * desktop.el (desktop-read): Clear previous and next buffers for
7690 all windows and bury *Messages* buffer (bug#11556).
7691
500fcedc
SM
76922012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 Add `declare' for `defun'. Align `defmacro's with it.
7695 * emacs-lisp/easy-mmode.el (define-minor-mode)
7696 (define-globalized-minor-mode): Don't autoload the var definitions.
7697 * emacs-lisp/byte-run.el: Use lexical-binding.
7698 (defun-declarations-alist, macro-declarations-alist): New vars.
7699 (defmacro, defun): Use them.
7700 (make-obsolete, define-obsolete-function-alias)
7701 (make-obsolete-variable, define-obsolete-variable-alias):
7702 Use `declare'.
7703 (macro-declaration-function): Mark obsolete.
7704 * emacs-lisp/autoload.el: Use lexical-binding.
7705 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7706
6e8a1786
AM
77072012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7708
7709 * textmodes/ispell.el (ispell-with-no-warnings):
7710 Define as a macro.
500fcedc
SM
7711 (ispell-kill-ispell, ispell-change-dictionary):
7712 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
7713 `interactive-p'.
7714
61b108cc
SM
77152012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7718 (macro-declaration-function): Move var from C code.
7719 (macro-declaration-function): Define function with defalias.
7720 * emacs-lisp/macroexp.el (macroexpand-all-1):
7721 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7722 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7723 defun/defmacro any more.
7724 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7725 Provide fallback for unknown arglist.
7726 (byte-compile-arglist-warn): Change calling convention.
7727 (byte-compile-output-file-form): Move print-vars binding.
7728 (byte-compile-output-docform): Simplify accordingly.
7729 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7730 (byte-compile-defmacro-declaration): Remove.
7731 (byte-compile-file-form-defmumble): Generalize to defalias.
7732 (byte-compile-output-as-comment): Return byte-positions.
7733 Simplify callers accordingly.
7734 (byte-compile-lambda): Use `assert'.
7735 (byte-compile-defun, byte-compile-defmacro): Remove.
7736 (byte-compile-file-form-defalias):
7737 Use byte-compile-file-form-defmumble.
7738 (byte-compile-defalias-warn): Remove.
7739
6d3f7c2f
SM
77402012-05-29 Stefan Merten <smerten@oekonux.de>
7741
7742 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 7743 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
7744
7745 (rst-mode-abbrev-table): Merge definition.
7746 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7747 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7748
6dbaa1c7
UJ
77492012-05-29 Ulf Jasper <ulf.jasper@web.de>
7750
7751 * calendar/icalendar.el
7752 (icalendar-export-region): Export UID properly.
7753
d209e2fb 77542012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
7755 * calendar/icalendar.el (icalendar-import-format):
7756 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
7757 (icalendar-import-format-uid): New.
7758 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7759 Export UID.
7760
6876a58d
SM
77612012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7764 different alternative patterns.
7765 (pcase-codegen): Be more careful to preserve identity.
7766 (pcase--u1): Don't forget to mark vars as used.
7767
7768 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7769 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7770 (byte-compile-from-buffer): ...rather than here.
7771
7772 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7773 functions from byte-compile-function-environment.
7774
46b7967e
TN
77752012-05-29 Troels Nielsen <bn.troels@gmail.com>
7776
7777 * window.el (window-deletable-p): Avoid deleting the root window
7778 of a frame with an active minibuffer.
7779
69d565e2
MR
77802012-05-29 Martin Rudalics <rudalics@gmx.at>
7781
7782 * simple.el (choose-completion): Use quit-window (Bug#11567).
7783
a149fa51
CY
77842012-05-29 Chong Yidong <cyd@gnu.org>
7785
7786 * whitespace.el (whitespace-cleanup): Fix usage of
7787 whitespace-empty-at-bob-regexp (Bug#11492).
7788
2b311310
AH
77892012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7790
7791 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7792 revert (Bug#11488).
7793
b9cb2387
JL
77942012-05-29 Juri Linkov <juri@jurta.org>
7795
7796 * isearch.el (isearch-mode-map): Bind `M-s _' to
7797 `isearch-toggle-symbol'. Bind `M-s c' to
7798 `isearch-toggle-case-fold'.
7799 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7800 (isearch-forward): Add `M-s _' to the docstring.
7801 (isearch-forward-symbol, isearch-toggle-case-fold)
7802 (isearch-symbol-regexp): New functions. (Bug#11381)
7803
d5e61c1c
JL
78042012-05-29 Juri Linkov <juri@jurta.org>
7805
7806 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7807 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7808 a function, call it to get the regexp.
7809 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7810 property `isearch-message-prefix' instead of the string "word ".
7811 (isearch-search-fun-default): For the case of `isearch-word',
7812 return a lambda that calls re-search-forward/re-search-backward
7813 with a regexp returned by `word-search-regexp' or by the function
7814 in `isearch-word'.
7815
8cbd80f7
JL
78162012-05-29 Juri Linkov <juri@jurta.org>
7817
7818 * isearch.el (isearch-search-fun-default): New function.
7819 (isearch-search-fun): Move default part to the new function
7820 `isearch-search-fun-default'.
7821 (isearch-search-fun-function): Set the default value to
7822 `isearch-search-fun-default'. (Bug#11381)
7823
7824 * comint.el (comint-history-isearch-end):
7825 Use `isearch-search-fun-default'.
7826 (comint-history-isearch-search): Use `isearch-search-fun-default'
7827 and remove spacial case for `isearch-word'.
7828 (comint-history-isearch-wrap): Remove spacial case for
7829 `isearch-word'.
7830
7831 * hexl.el (hexl-isearch-search-function):
7832 Use `isearch-search-fun-default'.
7833
7834 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7835 Use `word-search-regexp' for `isearch-word'.
7836
7837 * misearch.el (multi-isearch-search-fun):
7838 Use `isearch-search-fun-default'.
7839
7840 * simple.el (minibuffer-history-isearch-search):
7841 Use `isearch-search-fun-default' and remove spacial case for
7842 `isearch-word'.
7843 (minibuffer-history-isearch-wrap): Remove spacial case for
7844 `isearch-word'.
7845
7846 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7847 Remove spacial case for `isearch-word'.
7848 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7849
85c8c5b6
AM
78502012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7851
7852 Decrease XEmacs incompatibilities.
7853 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7854 Use `string-match'.
7855 (flyspell-delete-region-overlays): Use alternative definition for
7856 XEmacs.
7857 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7858 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7859 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7860 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7861 `define-obsolete-face-alias' under XEmacs, but old method.
7862
7863 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7864 `with-no-warnings' definition or Emacs alias.
7865 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7866 (ispell-word): Do not use `region-p' if XEmacs.
7867
8cab9efc
AM
78682012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7869
7870 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7871 Check for `ispell-dictionary-base-alist' instead of full
7872 `ispell-dictionary-alist'.
7873 (ispell-init-process): Show spellchecker when starting new Ispell
7874 process.
7875
fda91268
RZ
78762012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7879 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7880
694ea8e3
JB
78812012-05-27 Juanma Barranquero <lekktu@gmail.com>
7882
7883 * version.el (motif-version-string, gtk-version-string)
7884 (ns-version-string): Declare.
7885
e4d4f539
JL
78862012-05-27 Juri Linkov <juri@jurta.org>
7887
7888 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7889 after the `eval-defun-1' specialcaseing
7890 like in `edebug-eval-defun' (bug#10181).
7891
7892 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7893 like in `eval-defun-1'.
7894
33017faf 78952012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 7896
fda91268
RZ
7897 * mail/sendmail.el (mail-yank-region):
7898 Recognize rmail-yank-current-message in addition to insert-buffer.
7899 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
7900 a *mail* buffer created through rmail-start-mail with sendmail as
7901 mail-user-agent.
7902
33017faf
GM
79032012-05-27 Chong Yidong <cyd@gnu.org>
7904
7905 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7906 Default to 256 (Bug#11267).
7907
7908 * help.el (describe-mode): Doc fix.
7909
04188bb9
GM
79102012-05-26 Glenn Morris <rgm@gnu.org>
7911
38264cc9
GM
7912 * w32-fns.el (w32-init-info): Remove.
7913 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7914
eb7afdad
GM
7915 * info.el (info-initialize): For self-contained NS builds, put the
7916 included info/ directory at the front. (Bug#2791)
7917
04188bb9
GM
7918 * paths.el (Info-default-directory-list): Make it a defcustom,
7919 mainly so that we can use custom-initialize-delay.
7920
a179e3f7
SM
79212012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7922
43416392
SM
7923 * subr.el (buffer-has-markers-at): Mark obsolete.
7924
a179e3f7 7925 * subr.el (lambda): Use declare.
43416392 7926
a179e3f7
SM
7927 * emacs-lisp/lisp-mode.el (lambda):
7928 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7929
34a008d9
AH
79302012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7931
7932 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7933
0a3b289f
GM
79342012-05-26 Glenn Morris <rgm@gnu.org>
7935
7936 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7937
758c81e8
GM
79382012-05-25 Glenn Morris <rgm@gnu.org>
7939
f9f334f0
GM
7940 * paths.el: Remove no-byte-compile.
7941 * loadup.el: No need to load paths.el uncompiled.
7942
87eb79c2
GM
7943 * image.el (imagemagick-types-inhibit): Doc fix.
7944
758c81e8
GM
7945 * version.el: Remove no-byte-compile and associated formatting.
7946 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7947 is ancient code from when there was an "inc-vers.el".
7948
e7e85dc0
SM
79492012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * progmodes/gdb-mi.el: Minor style changes.
7952 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7953 Turn into minor modes.
7954 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7955 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7956 (gdb-shell): Remove unneeded let-binding.
7957 (gdb-get-many-fields): Eliminate O(n²) behavior.
7958
f31237a4
EZ
79592012-05-25 Eli Zaretskii <eliz@gnu.org>
7960
7961 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7962 platforms that don't link in fontset.c.
7963
bc1b21bb
JL
79642012-05-25 Juri Linkov <juri@jurta.org>
7965
7966 Use the same diff color scheme as in modern VCSes (bug#10181).
7967
7968 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7969 to avoid confusion with `diff-added' that now uses green colors.
7970 (diff-removed): Use shades of red.
7971 (diff-added): Use shades of green.
7972 (diff-changed): Leave just the yellow color.
7973 (diff-use-changed-face): New variable.
7974 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7975 how to highlight context diff changes.
7976 (diff-refine-change): Use shades of yellow.
7977 (diff-refine-removed): New face that uses shades of red.
7978 (diff-refine-added): New face that uses shades of green.
7979 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7980 `diff-refine-removed' in the call to `smerge-refine-subst'
7981 depending on the value of `diff-use-changed-face'.
7982
7983 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7984 (smerge-other): Use shades of green.
7985 (smerge-base): Use shades of yellow.
7986 (smerge-refined-change): Empty face.
7987 (smerge-refined-removed): New face that uses shades of red.
7988 (smerge-refined-added): New face that uses shades of green.
7989 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7990 args `props-r' and `props-a', and use them. Doc fix.
7991 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7992 on its value use different faces `smerge-refined-change',
7993 `smerge-refined-removed', `smerge-refined-added' in the call to
7994 `smerge-refine-subst'.
7995
7996 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7997 Add face condition `min-colors 88' with shades of red.
7998 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7999 `min-colors 88' with shades of green.
8000 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
8001 `min-colors 88' with shades of yellow.
8002
6df9112c
GM
80032012-05-24 Glenn Morris <rgm@gnu.org>
8004
ead5edc0
GM
8005 * paths.el (prune-directory-list, remote-shell-program): Move to...
8006 * files.el (prune-directory-list, remote-shell-program): ...here.
8007 For the latter, delay initialization, prefer ssh, just search PATH.
8008
f18b81e6
GM
8009 * paths.el (term-file-prefix): Move to faces.el (the only user).
8010 * faces.el (term-file-prefix): Move here, make it a defcustom.
8011
ee2f89a6
GM
8012 * paths.el (news-directory, news-path, news-inews-program):
8013 Move to gnus/nnspool.el.
61a583ca 8014
f8815e4c
GM
8015 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
8016
c8f3b42c
GM
8017 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
8018 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
8019 Make the latter a defcustom, with a delayed initialization.
8020
6df9112c
GM
8021 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
8022 These were deleted from Gnus itself late 2010.
8023
5dadff36
JB
80242012-05-22 Juanma Barranquero <lekktu@gmail.com>
8025
9e1701c6
JB
8026 * progmodes/which-func.el (which-func-ff-hook):
8027 Check against user-error, not error.
8028
bd7239f5 8029 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
8030 cl-specs.el, which no longer exists.
8031
3290526d
GM
80322012-05-22 Glenn Morris <rgm@gnu.org>
8033
8034 * info.el (info-emacs-bug): New command.
8035 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
8036 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
8037
ff0c3cfb
GM
80382012-05-21 Glenn Morris <rgm@gnu.org>
8039
8040 * makefile.w32-in (update-subdirs-SH):
8041 * Makefile.in (update-subdirs): Update for moved update-subdirs.
8042
5814f126
SM
80432012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8044
a52c0aa0
SM
8045 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
8046
5814f126
SM
8047 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8048 Simplify Maven regexp, and make sure the file can't start with a space
8049 (bug#11517).
8050
b847032c
GM
80512012-05-21 Glenn Morris <rgm@gnu.org>
8052
8053 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8054 Scrap superfluous subshells.
8055
3858bfe7
SM
80562012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8057
8058 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
8059 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
8060
d14b0029
JB
80612012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
8062
8063 * calc/calc.el (calc-ensure-consistent-units): New variable.
8064
a52c0aa0
SM
8065 * calc/calc-units.el (math-consistent-units-p)
8066 (math-check-unit-consistency): New functions.
8067 (calc-quick-units, calc-convert-units):
8068 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
8069 is non-nil.
d14b0029
JB
8070 (calc-extract-units): Fix typo.
8071
60c4db3a
SM
80722012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8073
77f3b62e
SM
8074 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
8075
60c4db3a
SM
8076 * textmodes/flyspell.el: Commenting style, plus code simplifications.
8077 (flyspell-default-deplacement-commands): Don't spell check after
8078 repeated window/frame switches (e.g. triggered by mouse-movement).
8079 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
8080 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
8081 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
8082 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
8083 Remove unused vars.
8084 (flyspell-get-casechars, flyspell-get-not-casechars):
8085 Simplify; Don't bother removing a ] just to add it back.
8086 * textmodes/ispell.el (ispell-program-name): Use executable-find.
8087
d209e2fb 80882012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
8089
8090 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
8091 New functions.
bd7239f5 8092 (math-function-table): Add support for more C functions.
b1a10716 8093
3f1b25b5
AM
80942012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8095
090bd7cb
JB
8096 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8097 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8098 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 8099
b581bb5c
SM
81002012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
8103 their respective macro declarations.
8104 * skeleton.el (define-skeleton):
8105 * progmodes/compile.el (define-compilation-mode):
8106 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
8107 (define-ibuffer-filter):
8108 * emacs-lisp/generic.el (define-generic-mode):
8109 * emacs-lisp/easy-mmode.el (define-minor-mode)
8110 (define-globalized-minor-mode):
8111 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
8112 * emacs-lisp/byte-run.el (defsubst):
8113 * custom.el (deftheme): Add doc-string metadata.
8114
70b8ef8f
SM
81152012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
8118
b1198e17
SM
81192012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8120
9abdc45d
SM
8121 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
8122
b1198e17
SM
8123 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
8124 * emacs-lisp/cl-macs.el: Idem.
8125 * emacs-lisp/cl-specs.el: Remove.
8126
4735906a
SM
81272012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8128
8129 Minor renaming of internal CL functions and variables.
8130 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
8131 (cl--position): Rename from cl-position.
8132 (cl--delete-duplicates): Rename from cl-delete-duplicates.
8133 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
8134 (cl--random-state): Rename from *random-state*.
8135
ac348012
SM
81362012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
8139 parens around the arg list (bug#11499).
8140
a0a79cde
JL
81412012-05-17 Juri Linkov <juri@jurta.org>
8142
8143 * isearch.el (word-search-regexp, word-search-backward)
8144 (word-search-forward, word-search-backward-lax)
8145 (word-search-forward-lax): Move functions from search.c
8146 (bug#10145, bug#11381).
8147
65034a51
AM
81482012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8149
090bd7cb
JB
8150 * textmodes/flyspell.el (flyspell-check-pre-word-p)
8151 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
8152 Delay for otherchars as for normal word components.
65034a51 8153
1a72a195
SM
81542012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * minibuffer.el (completion--sifn-requote): Fix last change.
8157 (minibuffer-local-must-match-filename-map):
8158 Move define-obsolete-variable-alias before its var.
8159
fdb058c2
SM
81602012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8161
c41045e6
SM
8162 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
8163
036dfb8b
SM
8164 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
8165 behavior.
8166 (completion--string-equal-p): New function.
8167 (completion--twq-all): Use it to get better assertion failure data.
8168
2473256d
SM
8169 Only handle ".." and '..' quoting in shell-mode (bug#11466).
8170 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
8171 (shell--requote-argument): New functions.
8172 (shell-completion-vars): Use them.
8173 (shell--parse-pcomplete-arguments): Rename from
8174 shell-parse-pcomplete-arguments.
8175 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
8176 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
8177 Obey comint-file-name-quote-list.
8178
fdb058c2
SM
8179 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
8180 (smie-indent-keyword): Use it.
8181
51fa99f1
SM
81822012-05-14 Stefan Merten <smerten@oekonux.de>
8183
8184 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
8185
e18afed7 81862012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
8187
8188 * net/rlogin.el (rlogin-mode-map): Fix last change.
8189
e18afed7 81902012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
8191
8192 * mail/smtpmail.el (smtpmail-send-command): Send the command and
8193 the following \r\n using a single `process-send-string', since the
8194 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 8195 with two `process-send-string's (Bug#11444).
8633b1f4 8196
e18afed7 81972012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 8198
fdb058c2
SM
8199 * shell.el (shell-parse-pcomplete-arguments):
8200 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 8201
2d21d7f6
WJ
82022012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8203
e18afed7 8204 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
8205 (image-transform-scale, image-transform-right-angle-fudge): New vars.
8206 (image-transform-width, image-transform-fit-width): New functions.
8207 (image-transform-properties): Use them.
8208 (image-transform-check-size): New function.
8209 (image-toggle-display-image): Use it (for testing).
8210 (image-transform-set-rotation): Reduce angle mod 360.
8211 Delete obsolete comment.
8212
7102e6d0
WJ
82132012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
8214
8215 * image-mode.el: Fix scaling (bug#11399).
8216 (image-transform-resize): Doc fix.
8217 (image-transform-properties): Default scale is 1 and height should
8218 be an integer.
8219
06bc5e6e
SM
82202012-05-13 Johan Bockgård <bojohan@gnu.org>
8221
8222 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
8223 than hard-coding `car', to fix misbehavior when moving forward.
8224
0ae03b6a
CY
82252012-05-13 Chong Yidong <cyd@gnu.org>
8226
8227 * emacs-lisp/tabulated-list.el (tabulated-list-format)
8228 (tabulated-list-entries, tabulated-list-padding)
8229 (tabulated-list-sort-key): Make permanent-local.
8230
8231 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
8232 (electric-buffer-list): Put electric buffer menu
8233 command descriptions in this docstring, instead of the docstring
8234 of electric-buffer-menu-mode. Code cleanups.
8235 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
8236 Electric-buffer-menu-mode.
8237 (electric-buffer-update-highlight): Minor code cleanup.
8238
205a7391
MA
82392012-05-13 Michael Albinus <michael.albinus@gmx.de>
8240
8241 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
8242 (Bug#11447)
8243
e5bd0a28
SM
82442012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8245
8246 Move define-obsolete-variable-alias before the var's definition.
8247 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
8248 * tooltip.el (tooltip-hook):
8249 * textmodes/reftex-toc.el (reftex-toc-map):
8250 * textmodes/reftex-sel.el (reftex-select-label-map)
8251 (reftex-select-bib-map):
8252 * textmodes/reftex-index.el (reftex-index-map)
8253 (reftex-index-phrases-map):
8254 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
8255 * progmodes/meta-mode.el (meta-mode-map):
8256 * novice.el (disabled-command-hook):
8257 * loadhist.el (unload-hook-features-list):
8258 * frame.el (blink-cursor):
8259 * files.el (find-file-not-found-hooks, write-file-hooks)
8260 (write-contents-hooks):
8261 * emulation/tpu-edt.el (GOLD-map):
8262 * emacs-lock.el (emacs-lock-from-exiting):
8263 * emacs-lisp/generic.el (generic-font-lock-defaults):
8264 * emacs-lisp/chart.el (chart-map):
8265 * dos-fns.el (register-name-alist):
8266 * dired-x.el (dired-omit-files-p):
8267 * desktop.el (desktop-enable):
8268 * cus-edit.el (custom-mode-hook):
8269 * buff-menu.el (buffer-menu-mode-hook):
8270 * bookmark.el (bookmark-read-annotation-text-func)
8271 (bookmark-exit-hooks):
8272 * allout.el (allout-mode-deactivate-hook)
8273 (allout-exposure-change-hook, allout-structure-added-hook)
8274 (allout-structure-deleted-hook, allout-structure-shifted-hook):
8275 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
8276 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
8277 comes before the corresponding variable's definition.
8278
ac59c2f6
CY
82792012-05-12 Chong Yidong <cyd@gnu.org>
8280
8281 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
8282 (Buffer-menu-mouse-select): Restore function (Bug#11459).
8283 (Buffer-menu-mode-map): Bind it.
8284 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 8285
dee6c9a3
SM
82862012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8287
2171cea5
SM
8288 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
8289 (prolog-upper-case-string, prolog-lower-case-string)
8290 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
8291 (prolog-use-smie, prolog-smie-grammar): New vars.
8292 (prolog-smie-forward-token, prolog-smie-backward-token)
8293 (prolog-smie-rules): New funs.
8294 (prolog-comment-indent): Remove.
8295 (prolog-mode-variables): Use default comment indentation instead.
8296 Setup SMIE.
8297 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8298 (prolog-mode): Don't call them any more.
8299 (prolog-electric-colon, prolog-electric-dash)
8300 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8301
aa0382bd
SM
8302 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8303
dbacb4bd
SM
8304 * minibuffer.el (completion--twq-all): Again, allow case differences.
8305
13bdd94c
SM
8306 * term.el: Move keymap initialization code to be more idiomatic.
8307 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8308 (term-terminal-menu): Move initialization into declaration.
8309 (term-escape-char): Let the user set it in her .emacs.
8310
ff46c759
SM
8311 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8312 Provide SMIE-based indentation (not enabled by default yet).
8313 (sh-mode-map): Don't bind electric keys.
8314 Use electric-pair-mode instead of skeleton-pair.
8315 (sh-assignment-regexp): Fit within 80 columns.
8316 (sh-indent-supported): Specify actual shell name instead of boolean.
8317 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8318 (sh-maybe-here-document): Use it. Make obsolete.
8319 (sh-electric-here-document-mode) New minor mode.
8320 (sh-mode): Use it. Don't set sh-indent-supported-here here.
8321 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8322 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8323 (sh-smie-rc-grammar, sh-use-smie): New vars.
8324 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8325 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8326 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8327 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8328 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8329 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8330 (sh-set-shell): Use smie-setup if requested.
8331
dee6c9a3
SM
8332 * term.el (term-set-escape-char): Properly set term-escape-char.
8333 See http://stackoverflow.com/questions/10524656.
8334
9f9aa044
CY
83352012-05-10 Chong Yidong <cyd@gnu.org>
8336
8337 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8338 Use url-generic-parse-url, and handle host names and Windows
8339 filenames properly.
8340 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8341 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8342 URL schemes to work on.
8343 (ffap--toggle-read-only): New function.
8344 (ffap-read-only, ffap-read-only-other-window)
8345 (ffap-read-only-other-frame): Use it.
8346 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8347 necessary for ffap-url-unwrap-remote.
8348
836d29b3
DA
83492012-05-10 Dave Abrahams <dave@boostpro.com>
8350
8351 * cus-start.el (create-lockfiles): Add it.
8352
00fd78ed
CY
83532012-05-09 Chong Yidong <cyd@gnu.org>
8354
8355 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8356 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8357
666b903b 83582012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
8359
8360 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8361
666b903b 83622012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
8363
8364 * ansi-color.el (ansi-color-process-output): Check for validity of
8365 comint-last-output-start before using it. This avoids a bad
8366 interaction with gdb-mi's input/output buffer.
8367
666b903b 83682012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
8369
8370 * files.el (dir-locals-read-from-file):
8371 Mention dir-locals in any error message.
8372
666b903b 83732012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
8374
8375 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8376 package (Bug#11410).
8377
f677562b
CY
8378 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8379 variables into description.
8380
666b903b 83812012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
8382
8383 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8384 shell-delimiter-argument-list (bug#11348).
8385 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8386
b499d8d0
JB
83872012-05-09 Juanma Barranquero <lekktu@gmail.com>
8388
8f6b6da8
JB
8389 * textmodes/rst.el: Silence byte-compiler warnings.
8390 (rst-re-alist, rst-reset-section-caches): Move around.
8391 (rst-re): Use `characterp', not `char-valid-p'.
8392 (font-lock-beg, font-lock-end): Declare.
8393
4824146a
JB
8394 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8395 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8396
b499d8d0
JB
8397 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8398
ad89bb83
GM
83992012-05-08 Glenn Morris <rgm@gnu.org>
8400
8401 * files.el (auto-mode-alist): Treat ".make" like ".mk".
8402
8bba5a75
SM
84032012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8404
49ed9c8e
SM
8405 * vc/log-edit.el: Add GNU coding standards highlighting.
8406 (log-edit-font-lock-gnu-style)
8407 (log-edit-font-lock-gnu-keywords): New vars.
8408 (log-edit-font-lock-keywords): New fun.
8409 (log-edit-mode): Don't fold case in font-lock.
8410 (log-edit-font-lock-keywords): Do not assume case-folding.
8411
07d00b56
SM
8412 * imenu.el: Misc cleanup. Make docstrings out of comments.
8413 Use lexical-binding.
8414 (imenu--index-alist, imenu--last-menubar-index-alist)
8415 (imenu-menubar-modified-tick): Use defvar-local.
8416 (imenu--split-menu): Remove unused var.
8417 (imenu--cleanup-seen): Declare as global.
8418 (imenu--cleanup): Use dolist.
8419
8bba5a75
SM
8420 * subr.el (defvar-local): Add debug spec and doc-string position.
8421
5075bdb5
GM
84222012-05-08 Glenn Morris <rgm@gnu.org>
8423
090bd7cb 8424 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
8425 * language/english.el, language/georgian.el, language/greek.el:
8426 * language/japanese.el, language/khmer.el, language/korean.el:
8427 * language/lao.el, language/misc-lang.el, language/romanian.el:
8428 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8429 * language/thai.el, language/utf-8-lang.el:
8430 Remove no-byte-compile setting.
8431
5075bdb5
GM
8432 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
8433
06f679a7
AH
84342012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8435
8436 * progmodes/make-mode.el (makefile-browse):
8437 Remove unnecessary interactive. (Bug#11324)
8438
03794570
GM
84392012-05-07 Glenn Morris <rgm@gnu.org>
8440
af8630f4
GM
8441 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8442
03794570
GM
8443 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8444
f0809a9d
SM
84452012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8446
28be5ce7
SM
8447 * loadup.el: Preload newcomment.el.
8448 * newcomment.el: Move autoload-only code to toplevel.
8449
f0809a9d
SM
8450 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8451 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8452 Handle new :right-align column property.
8453 (tabulated-list-print-col): Idem, plus use `display' text-property to
8454 try and preserve alignment for variable pitch fonts.
8455
1241b724
CY
84562012-05-07 Chong Yidong <cyd@gnu.org>
8457
8458 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8459 (tabulated-list-use-header-line): New var.
8460 (tabulated-list-init-header): Use it.
8461 (tabulated-list-print-fake-header): New function.
8462 (tabulated-list-print): Use it.
8463 (tabulated-list-sort-button-map): Add non-header-line commands.
8464 (tabulated-list-init-header): Add column name property to basic
8465 labels as well.
8466 (tabulated-list-col-sort): Handle non-header-line button case.
8467 (tabulated-list--sort-by-column-name): Fix a corner case.
8468
f0809a9d
SM
8469 * buff-menu.el (list-buffers--refresh):
8470 Handle Buffer-menu-use-header-line.
1241b724 8471
e5f9458f
CY
84722012-05-06 Chong Yidong <cyd@gnu.org>
8473
8474 * buff-menu.el: Convert to Tabulated List mode.
8475 (Buffer-menu-buffer+size-width): Make obsolete.
8476 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8477 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8478 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8479 documentation into docstring of buffer-menu.
8480 (Buffer-menu-toggle-files-only): Add an informative message.
8481 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8482 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8483 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8484 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8485 (Buffer-menu-execute, Buffer-menu-select)
8486 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8487 (Buffer-menu-bury): Use Tabulated List machinery.
8488 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8489 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 8490 Delete.
e5f9458f
CY
8491 (list-buffers--refresh): New function.
8492 (list-buffers-noselect): Use it.
8493 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8494 (Buffer-menu--pretty-file-name): New helper functions.
8495
8496 * loadup.el: Preload tabulated-list.
8497
8498 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8499 tabulated-list-sort-column.
8500 (tabulated-list-init-header): Add the initial aligning space even
8501 if tabulated-list-padding is zero.
8502
e129292c
CS
85032012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8504
8505 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8506 whose cdr is not a cons cell correctly (bug#11038).
8507
6632d361
CY
85082012-05-06 Chong Yidong <cyd@gnu.org>
8509
e129292c
CS
8510 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8511 Accept additional plist in column descriptors.
6632d361
CY
8512 (tabulated-list-init-header): Obey it.
8513 (tabulated-list-get-entry): New function.
8514 (tabulated-list-put-tag): Use it. Use string-width instead of
8515 length.
8516 (tabulated-list--column-number): New function.
8517 (tabulated-list-print): Use it.
e129292c
CS
8518 (tabulated-list-print-col): New function.
8519 Set `tabulated-list-column-name' property on each column's text.
6632d361 8520 (tabulated-list-print-entry): Use it.
e129292c
CS
8521 (tabulated-list-delete-entry, tabulated-list-set-col):
8522 New functions.
6632d361
CY
8523 (tabulated-list-sort-column): New command (Bug#11337).
8524
3cc99f68
CY
8525 * buff-menu.el (list-buffers): Move C-x C-b binding from
8526 buff-menu.el to bindings.el.
8527
8528 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8529 :advertised-binding feature.
8530
52b61776
TN
85312012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8532
8533 * progmodes/compile.el (compilation-internal-error-properties):
8534 Calculate start position correctly when end-col is set but
8535 end-line is not (Bug#11382).
8536
ebfe2597
WJ
85372012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8538
8539 * man.el (Man-unindent): Use text-property-default-nonsticky to
8540 prevent untabify from inheriting face properties (Bug#11408).
8541
6d3f7c2f
SM
85422012-05-05 Stefan Merten <smerten@oekonux.de>
8543
8544 * textmodes/rst.el: Major merge with upstream development up to
8545 Docutils SVN r7399 / rst.el V1.2.1.
8546
8547 Clarify maintainership and authors.
8548
8549 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8550 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8551 (rst-official-version, rst-official-cvs-rev, rst-version)
8552 (rst-package-emacs-version-alist): New functions and variables
8553 for version information.
8554
8555 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8556 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8557 (rst-mode-syntax-table, rst-mode): New and corrected functions
8558 and variables representing reStructuredText features.
8559
8560 (rst-re): New function for reStructuredText regexes. Use in
8561 many places.
8562
8563 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8564 (rst-mode-map): Rebind keys.
8565
8566 (rst-mode-lazy, rst-font-lock-keywords)
8567 (rst-font-lock-extend-region)
8568 (rst-font-lock-extend-region-internal)
8569 (rst-font-lock-extend-region-extend)
8570 (rst-font-lock-find-unindented-line-limit)
8571 (rst-font-lock-find-unindented-line-match)
8572 (rst-adornment-level, rst-font-lock-adornment-level)
8573 (rst-font-lock-adornment-match)
8574 (rst-font-lock-handle-adornment-pre-match-form)
8575 (rst-font-lock-handle-adornment-matcher): Major revision of
8576 font-locking. Integrate with other code. Use `jit-lock-mode'.
8577
8578 (rst-preferred-adornments, rst-adjust-hook)
8579 (rst-new-adornment-down, rst-preferred-bullets)
8580 (rst-preferred-bullets, rst-indent, rst-indent-width)
8581 (rst-indent-field, rst-indent-literal-normal)
8582 (rst-indent-literal-minimized, rst-indent-comment): Change,
8583 extend and improve customization.
8584
8585 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8586 (rst-normalize-cursor-position, rst-get-decoration)
8587 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8588 (rst-rstrip, rst-toc-insert-find-delete-contents)
8589 (rst-shift-fill-region, rst-compute-bullet-tabs)
8590 (rst-debug-print-tabs, rst-debug-mark-found)
8591 (rst-shift-region-guts, rst-shift-region-right)
8592 (rst-shift-region-left, rst-use-char-classes)
8593 (rst-font-lock-keywords-function)
8594 (rst-font-lock-indentation-point)
8595 (rst-font-lock-find-unindented-line-begin)
8596 (rst-font-lock-find-unindented-line-end)
8597 (rst-font-lock-find-unindented-line)
8598 (rst-font-lock-adornment-point, rst-font-lock-level)
8599 (rst-adornment-level-alist): Remove functions and variables.
8600
8601 (rst-compare-adornments, rst-get-adornment-match)
8602 (rst-suggest-new-adornment, rst-get-adornments-around)
8603 (rst-adornment-complete-p, rst-get-next-adornment)
8604 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8605 (rst-straighten-adornments): Standardize function names to
8606 use "adornment" instead of "decoration". Correct callers.
8607 Similar standardizing in many places.
8608
8609 (rst-update-section, rst-adjust, rst-promote-region)
8610 (rst-enumerate-region, rst-bullet-list-region)
8611 (rst-repeat-last-character): Correct use of `interactive'.
8612
8613 (rst-classify-adornment, rst-find-all-adornments)
8614 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8615 (rst-find-leftmost-column, rst-repeat-last-character):
8616 Refactor functions.
8617
8618 (rst-find-title-line, rst-reset-section-caches)
8619 (rst-get-adornments-around, rst-adjust-adornment-work)
8620 (rst-arabic-to-roman, rst-roman-to-arabic)
8621 (rst-insert-list-pos, rst-insert-list-new-item)
8622 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8623 New functions.
8624
8625 (rst-all-sections, rst-section-hierarchy)
8626 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8627 New variables.
8628
8629 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8630 configuration instead of only buffer. Change where necessary.
8631
8632 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8633 (rst-shift-region, rst-adaptive-fill): New functions for
8634 indentation and filling.
8635
8636 (rst-comment-line-break, rst-comment-indent)
8637 (rst-comment-insert-comment, rst-comment-region)
8638 (rst-uncomment-region): New functions for handling comments.
8639
8640 (rst-compile): Quote shell arguments.
8641
8642 (rst-compile-pdf-preview, rst-compile-slides-preview):
8643 Delete temporary files after use.
8644
a43f98b3
GM
86452012-05-05 Glenn Morris <rgm@gnu.org>
8646
48176e8b
GM
8647 * calendar/cal-html.el: Optionally include holidays in the output.
8648 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8649 (cal-html-holidays): New option.
8650 (cal-html-css-default): Add holiday entry.
8651 (holiday-in-range): Autoload it.
8652 (cal-html-htmlify-entry): Add optional class argument.
8653 (cal-html-htmlify-list): Add optional holidays argument.
8654 (cal-html-insert-agenda-days): Include holidays in the output.
8655 (cal-html-one-month): Maybe include holidays.
8656
a43f98b3
GM
8657 * calendar/holidays.el (holiday-in-range):
8658 Move here from cal-tex-list-holidays.
8659 * calendar/cal-tex.el (cal-tex-list-holidays):
8660 Make it an obsolete alias for holiday-in-range. Update all callers.
8661
fef9d149 86622012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
8663
8664 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8665 Nextstep.
8666
248da2f4
RW
86672012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8668
8669 * files.el (file-auto-mode-skip): New var.
8670 (set-auto-mode-1): Use it.
8671
f95e9344
SM
86722012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8673
df96ab1e
SM
8674 * repeat.el: Use lexical-binding.
8675 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8676 (repeat-undo-count): Remove.
8677 (repeat):
8678 * progmodes/octave-mod.el (octave-abbrev-start):
8679 * progmodes/f90.el (f90-abbrev-start):
8680 * face-remap.el (text-scale-adjust):
8681 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8682
5342bb06
SM
8683 * emacs-lisp/pcase.el (pcase--let*): New function.
8684 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8685 a bit more.
8686 (pcase--split-pred): Be more clever about ruling out overlap between
8687 a predicate and some constant pattern.
8688 (pcase--q1): Use `null' instead of (eq foo nil).
8689
f95e9344
SM
8690 * subr.el (setq-local, defvar-local): New macros.
8691 (kbd): Redefine as an alias.
8692 (with-selected-window): Leave unrelated frames alone.
8693 (set-temporary-overlay-map): New function.
8694
71873e2b
SM
86952012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * subr.el (user-error): New function.
8698 * window.el (switch-to-buffer):
8699 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8700 (smerge-match-conflict):
8701 * simple.el (previous-matching-history-element)
8702 (next-matching-history-element, goto-history-element, undo-more)
8703 (undo-start):
8704 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8705 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8706 (next-file, tags-loop-scan, list-tags, complete-tag):
8707 * progmodes/compile.el (compilation-loop):
8708 * mouse.el (mouse-minibuffer-check):
8709 * man.el (Man-bgproc-sentinel, Man-goto-page):
8710 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8711 (Info-history-forward, Info-follow-reference, Info-menu)
8712 (Info-extract-menu-item, Info-extract-menu-counting)
8713 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8714 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8715 (Info-next-reference, Info-prev-reference, Info-index)
8716 (Info-index-next, Info-follow-nearest-node)
8717 (Info-copy-current-node-name):
8718 * imenu.el (imenu--make-index-alist)
8719 (imenu-default-create-index-function, imenu-add-to-menubar):
8720 * files.el (basic-save-buffer, recover-file):
8721 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8722 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8723 (checkdoc-message-text, checkdoc-defun):
8724 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8725 * cus-edit.el (customize-changed-options, customize-rogue)
8726 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8727 (custom-variable-mark-to-reset-standard)
8728 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8729 (custom-file):
8730 * completion.el (check-completion-length):
8731 * comint.el (comint-search-arg)
8732 (comint-previous-matching-input-string-position)
8733 (comint-previous-matching-input)
8734 (comint-replace-by-expanded-history-before-point, comint-send-input)
8735 (comint-copy-old-input, comint-backward-matching-input)
8736 (comint-goto-process-mark, comint-set-process-mark):
8737 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8738 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8739
8a61ee22
SM
87402012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8741
66408d1e
SM
8742 * dabbrev.el (dabbrev--ignore-case-p): New function.
8743 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8744 Use it.
8745
8a61ee22
SM
8746 * files.el (automount-dir-prefix): Mark as obsolete.
8747
3c74813a
GM
87482012-05-04 Glenn Morris <rgm@gnu.org>
8749
8750 * patcomp.el, play/bruce.el: Move to obsolete/.
8751
0bfcf5c5
PE
87522012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8753
8754 Fix minor Y10k bugs.
8755 * arc-mode.el (archive-unixdate):
8756 * autoinsert.el (auto-insert-alist):
8757 * calc/calc-forms.el (math-this-year):
8758 * emacs-lisp/copyright.el (copyright-current-year)
8759 (copyright-update-year, copyright):
8760 * tar-mode.el (tar-clip-time-string):
8761 * time.el (display-time-update):
8762 Don't assume years have 4 digits.
8763
78f3273a
CY
87642012-05-04 Chong Yidong <cyd@gnu.org>
8765
8766 * dos-w32.el (file-name-buffer-file-type-alist)
8767 (direct-print-region-use-command-dot-com):
8768 * ffap.el (ffap-menu-regexp):
8769 * find-file.el (ff-special-constructs):
8770 * follow.el (follow-debug):
8771 * forms.el (forms--debug):
8772 * iswitchb.el (iswitchb-all-frames):
8773 * ido.el (ido-all-frames):
8774 * emacs-lisp/timer.el (timer-max-repeats):
8775 * mail/feedmail.el (feedmail-mail-send-hook)
8776 (feedmail-mail-send-hook-queued):
8777 * mail/footnote.el (footnote-signature-separator):
8778 * mail/mailabbrev.el (mail-alias-separator-string)
8779 (mail-abbrev-mode-regexp):
8780 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8781 * progmodes/idlwave.el (idlwave-libinfo-file)
8782 (idlwave-default-completion-case-is-down)
8783 (idlwave-library-routines): Convert defvars to defcustoms.
8784
8785 * mail/rmail.el (rmail-decode-mime-charset):
8786 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8787 (idlwave-shell-fix-inserted-breaks)
8788 (idlwave-shell-activate-alt-keybindings)
8789 (idlwave-shell-use-breakpoint-glyph):
8790 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8791
f7ae6719
SM
87922012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8793
8794 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8795
47086495
WS
87962012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8797
8798 * progmodes/verilog-mode.el (font-lock-keywords):
8799 Fix mis-highligting auto. Reported by Craig Barner.
8800 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 8801 defines from global name space. Reported by Dan Dever.
47086495
WS
8802 (verilog-auto-reset, verilog-auto-reset-widths)
8803 (verilog-auto-tieoff): Support using unbased numbers for
8804 AUTORESET and AUTOTIEOFF.
8805 (verilog-submit-bug-report): Update variable list.
8806 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 8807 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
8808 (verilog-auto-template-lint): Fix hash error when linting modules
8809 with no used templates.
8810 (verilog-warn, verilog-warn-error)
8811 (verilog-warn-fatal): When non-interactive report multiple
8812 warnings before exiting. Suggested by Brad Dobbie.
8813 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8814 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8815 to report unused template errors. Reported by Brad Dobbie.
8816 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 8817 nets, bug438. Reported by Vns Blore.
47086495
WS
8818 (verilog-auto-inout-module, verilog-auto-reg)
8819 (verilog-read-decls, verilog-read-sub-decls-sig)
8820 (verilog-signals-edit-wire-reg, verilog-signals-with):
8821 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 8822 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
8823 "reg" for backwards compatibility presuming Verilog 2001.
8824 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8825 (verilog-preprocess): Fix replication of preprocess output.
8826 Reported by Brad Dobbie.
8827 (verilog-auto-inst-interfaced-ports):
8828 Create verilog-auto-inst-interfaced-ports, bug429.
8829 Reported by Julian Gorfajn.
8830 (verilog-after-save-font-hook)
8831 (verilog-before-save-font-hook): New variable.
8832 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8833 (verilog-save-font-mods): Wrap disabling fontification, reported
8834 by David Rogoff.
8835 (verilog-do-indent, verilog-pretty-declarations-auto)
8836 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8837 Reported by Pierre-David Pfister.
8838 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8839 of class declarations, bug292. Reported by Kevin Heilman.
8840 (verilog-read-decls): Fix 'parameter type' not appearing in
8841 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8842 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 8843 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
8844 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8845 Reported by David Kravitz.
8846
88472012-05-03 Michael McNamara <mac@mail.brushroad.com>
8848
8849 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8850 assignment with tests in ifs and for loops.
8851 (verilog-extended-complete-re, verilog-complete-reg): Change so
8852 that DPI inport functions don't look like fuction declarations.
8853 (verilog-pretty-expr): Don't line up assignment
8854 operations to the test and increment in if and for loops
8855 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 8856 that DPI inport functions don't look like fuction declarations.
47086495 8857
2e51d4b5
KH
88582012-05-03 Kenichi Handa <handa@m17n.org>
8859
8860 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 8861 decoding, and show a warning message without signaling an error
2e51d4b5
KH
8862 (Bug#11282).
8863
2bd785a2
SM
88642012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * emacs-lisp/bytecomp.el
8867 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8868 since cconv.el might have introduced :fun-body, internal-make-closure,
8869 and friends for bytecomp to handle (bug#11391).
8870 * custom.el (defcustom): Avoid ((λ ..) ..).
8871
99d27583
SM
88722012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8873
8874 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8875
55a71479
JB
88762012-05-02 Juanma Barranquero <lekktu@gmail.com>
8877
8878 * notifications.el (dbus-debug):
8879 * term/linux.el (gpm-mouse-enable):
8880 * term/screen.el (xterm-register-default-colors): Declare.
8881
7b97c764
CY
88822012-05-02 Chong Yidong <cyd@gnu.org>
8883
2bc356d7
CY
8884 * cus-start.el (gc-cons-percentage, exec-suffixes)
8885 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8886 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8887 (make-cursor-line-fully-visible, void-text-area-pointer)
8888 (font-list-limit): Add customization data.
8889
7b97c764
CY
8890 * allout.el (allout-exposure-change-functions)
8891 (allout-structure-added-functions)
8892 (allout-structure-deleted-functions)
8893 (allout-structure-shifted-functions): Rename abnormal hooks from
8894 *-hook, and convert to defcustoms.
5d3385a0
JB
8895 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8896 Convert to defcustoms.
7b97c764
CY
8897 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8898
8899 * allout-widgets.el: Hook callers changed.
8900
90207a15 89012012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
8902
8903 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8904 the yanked message in preference to the default value of
8905 buffer-file-coding-system.
8906
90207a15 89072012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 8908
5d3385a0
JB
8909 * window.el (display-buffer--action-function-custom-type):
8910 Fix entry.
d9558cad 8911
90207a15 89122012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
8913
8914 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8915
d80ac57b
GM
89162012-05-01 Glenn Morris <rgm@gnu.org>
8917
976f7668
GM
8918 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8919
beb83b5a
GM
8920 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8921
d80ac57b
GM
8922 * cus-edit.el (custom-variable-documentation): Simplify with format.
8923
b593d6a9 89242012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 8925 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
8926
8927 * simple.el (suggest-key-bindings, execute-extended-command):
8928 Move from keyboard.c.
8929
782fbf2a
CY
89302012-05-01 Chong Yidong <cyd@gnu.org>
8931
8932 * follow.el: Eliminate advice.
8933 (set-process-filter, process-filter, sit-for): Advice deleted.
8934 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
8935 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8936 Vars deleted.
782fbf2a
CY
8937 (follow-auto): Use a :set function.
8938 (follow-mode): Rewritten. Don't advise process filters.
8939 (follow-switch-to-current-buffer-all, follow-scroll-up)
8940 (follow-scroll-down): Assume follow-mode is bound.
8941 (follow-comint-scroll-to-bottom)
8942 (follow-align-compilation-windows): New functions.
8943 (follow--window-sorter): New function.
8944 (follow-all-followers): Use it to explicitly sort windows by their
8945 positions; don't make assumptions about next-window order.
8946 (follow-windows-start-end, follow-delete-other-windows-and-split)
8947 (follow-calc-win-start): Doc fix.
8948 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8949 vertical-motion unnecessarily.
8950 (follow-adjust-window): New function.
8951 (follow-post-command-hook): Use it.
8952 (follow-call-set-process-filter, follow-call-process-filter)
8953 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8954 (follow-stop-intercept-process-output, follow-generic-filter):
8955 Functions deleted.
8956 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
8957 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8958 New functions, replacing advice on scroll-bar-* commands.
87233a14 8959 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
8960
8961 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
8962 (comint-postoutput-scroll-to-bottom): Use it.
8963 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 8964
290af740
GM
89652012-05-01 Glenn Morris <rgm@gnu.org>
8966
8967 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8968 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8969 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8970 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8971 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8972 Remove no-byte-compile setting.
8973
6eac8dc9
SM
89742012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8977 all-completions code to not return a number in the last cdr.
8978
9cc7819c
LL
89792012-04-30 Leo Liu <sdl.web@gmail.com>
8980
8981 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8982 read-only error.
8983
c93b886f
CY
89842012-04-29 Chong Yidong <cyd@gnu.org>
8985
8986 * follow.el (follow-calc-win-end): Rewrite to handle partial
8987 screen lines correctly (Bug#8390).
8988 (follow-avoid-tail-recenter): Minor cleanup.
8989
8b6c19f4
SM
89902012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 Avoid the obsolete `assoc' package.
8993 * speedbar.el (speedbar-refresh): Avoid adelete.
8994 (speedbar-file-lists): Simplify and avoid aput.
8995 * man.el (Man--sections, Man--refpages): New vars, replacing
8996 Man-sections-alist and Man-refpages-alist.
8997 (Man-build-section-alist, Man-build-references-alist):
8998 Use them; avoid aput.
8999 (Man--last-section, Man--last-refpage): New vars.
9000 (Man-follow-manual-reference): Use them.
9001 Use the `default' arg of completing-read.
9002 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
9003
c5bb7569
CY
90042012-04-27 Chong Yidong <cyd@gnu.org>
9005
d1d2e2e8
CY
9006 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
9007
15cd8efd
CY
9008 * startup.el (x-apply-session-resources): New function.
9009
9010 * term/ns-win.el (ns-initialize-window-system):
9011 * term/w32-win.el (w32-initialize-window-system):
9012 * term/x-win.el (x-initialize-window-system): Use it to properly
9013 set menu-bar-mode and other vars from X resources, even if the
9014 initial frame is not a window-system frame (Bug#2299).
9015
c5bb7569
CY
9016 * subr.el (read-key): Avoid running filter function when setting
9017 up temporary tool bar entries (Bug#9922).
9018
a8e7d6d7 90192012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
9020
9021 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
9022 (Bug#11344)
9023
a8e7d6d7 90242012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
9025
9026 * select.el (xselect--encode-string): New function, split from
9027 xselect-convert-to-string.
9028 (xselect-convert-to-string): Use it.
9029 (xselect-convert-to-filename, xselect-convert-to-os)
9030 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
9031 returned strings are properly encoded (Bug#11315).
9032
a8e7d6d7 90332012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
9034
9035 * simple.el (delete-active-region): Move to killing custom group.
9036
a8e7d6d7 90372012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
9038
9039 * progmodes/which-func.el (which-func-current): Quote %
9040 characters for mode-line processing.
9041
578c1d4b 90422012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
9043
9044 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
9045 reaching eob (Bug#11286).
9046
a8e7d6d7 90472012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
9048
9049 * progmodes/gdb-mi.el (gdb-control-level): New variable.
9050 (gdb): Make it buffer-local and init to zero.
9051 (gdb-control-commands-regexp): New variable.
9052 (gdb-send): Don't wrap in "-interpreter-exec console" if
9053 gdb-control-level is positive. Increment gdb-control-level
9054 whenever the command matches gdb-control-commands-regexp, and
9055 decrement it each time the command is "end". (Bug#11279)
9056
a8e7d6d7 90572012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
9058
9059 * window.el (adjust-window-trailing-edge, enlarge-window)
9060 (shrink-window, window-resize):
9061 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
9062 windows (Bug#11276).
9063
b3608390
CY
90642012-04-27 Chong Yidong <cyd@gnu.org>
9065
9066 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 9067 fix "missing prefix" warning. All callers changed.
b3608390 9068
797e6e88
SM
90692012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * emacs-lisp/assoc.el: Move to obsolete/.
9072
e95a67dc
SM
90732012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9074
657c21e4 9075 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
9076
9077 * term/ns-win.el (ns-define-service):
9078 * progmodes/pascal.el (pascal-goto-defun):
9079 * progmodes/js.el (js--read-tab):
9080 * progmodes/etags.el (tags-lazy-completion-table):
9081 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
9082 * emacs-lisp/ewoc.el (ewoc--wrap):
9083 * emacs-lisp/assoc.el (aput, adelete, amake):
9084 * doc-view.el (doc-view-convert-current-doc):
9085 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
9086
cb3e7ae0
CY
90872012-04-26 Chong Yidong <cyd@gnu.org>
9088
dce04f7f
CY
9089 * image.el (image-type-from-buffer): Only return supported image
9090 type (Bug#9045).
9091
cb3e7ae0
CY
9092 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
9093 value, for symmetry with diff-end-of-hunk.
9094 (diff-split-hunk, diff-find-source-location)
9095 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
9096 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
9097 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
9098 compute the relevant hunk or file properly (Bug#6005).
9099 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
9100
0d42eb3e
SM
91012012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * vc/vc-mtn.el:
9104 * vc/vc-hg.el:
9105 * vc/vc-git.el:
9106 * vc/vc-dir.el:
9107 * vc/vc-cvs.el:
9108 * vc/vc-bzr.el:
9109 * vc/vc-arch.el:
9110 * vc/vc.el: Replace lexical-let by lexical-binding.
9111 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
9112 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
9113 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
9114
f08ae1c9
CY
91152012-04-26 Chong Yidong <cyd@gnu.org>
9116
8b71081d
CY
9117 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
9118 (diff-mode-shared-map): Bind it to / and [remap undo].
9119
f08ae1c9
CY
9120 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
9121 (ediff-window-setup-function): Use it as the default, to set up
9122 windows based on whether the current frame is graphical (Bug#2138).
9123 (ediff-choose-window-setup-function-automatically): Make obsolete.
9124
9125 * vc/ediff-init.el: Always define ediff-pixel-width/height.
9126
ef24141c
SM
91272012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9128
cc356a5d
SM
9129 * ffap.el: Remove old code for obsolete package.
9130 (ffap-complete-as-file-p): Remove.
9131
b4ff4f1f
SM
9132 Use completion-table-with-quoting for comint and pcomplete.
9133 * comint.el (comint--unquote&requote-argument)
9134 (comint--unquote-argument, comint--requote-argument): New functions.
9135 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
9136 (comint-quote-filename): Use regexp-opt-charset.
9137 (comint--common-suffix, comint--common-quoted-suffix)
9138 (comint--table-subvert): Remove.
9139 (comint-unquote-function, comint-requote-function): New vars.
9140 (comint--complete-file-name-data): Use them with
9141 completion-table-with-quoting.
9142 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
9143 * pcomplete.el (pcomplete-arg-quote-list)
9144 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
9145 (pcomplete-unquote-argument-function): Default to non-nil.
9146 (pcomplete-unquote-argument): Simplify.
9147 (pcomplete--common-quoted-suffix): Remove.
9148 (pcomplete-requote-argument-function): New var.
9149 (pcomplete--common-suffix): New function.
9150 (pcomplete-completions-at-point): Use completion-table-with-quoting
9151 and completion-table-subvert.
9152
79c4eeb4
SM
9153 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
9154 (minibuffer--double-dollars): Preserve properties.
9155 (completion--sifn-requote): New function.
9156 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
9157
ef24141c
SM
9158 * minibuffer.el: Add support for completion of quoted/escaped data.
9159 (completion-table-with-quoting, completion-table-subvert): New funs.
9160 (completion--twq-try, completion--twq-all): New functions.
9161 (completion--nth-completion): New function.
9162 (completion-try-completion, completion-all-completions): Use it.
9163
784e7d6e
LL
91642012-04-25 Leo Liu <sdl.web@gmail.com>
9165
dd2ac746
SM
9166 * progmodes/python.el (python-pdbtrack-get-source-buffer):
9167 Use compilation-message if available to find real filename.
784e7d6e 9168
07875ee7
CY
91692012-04-25 Chong Yidong <cyd@gnu.org>
9170
9171 * vc/diff-mode.el (diff-setup-whitespace): New function.
9172 (diff-mode): Use it.
9173
9174 * vc/diff.el (diff-sentinel):
9175 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
9176 Whitespace mode variables based on diff style (Bug#8612).
9177
5055880d
LL
91782012-04-25 Leo Liu <sdl.web@gmail.com>
9179
daf75653
LL
9180 * progmodes/python.el (python-send-region): Add suffix .py to the
9181 temp file.
9182
5055880d
LL
9183 * files.el (auto-mode-alist): Use javascript-mode instead.
9184
db9b177b
AH
91852012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
9186
ef24141c 9187 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 9188
090bd7cb 9189 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 9190 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 9191 references, see Bug#9.
ef24141c 9192 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 9193 when receiving a fault reply.
ef24141c 9194 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 9195
090bd7cb 9196 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 9197 (soap-inspect-simple-type): New function.
db9b177b 9198
090bd7cb 9199 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 9200 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
9201 (soap-decode-basic-type, soap-encode-basic-type):
9202 support unsignedInt and double basic types.
db9b177b 9203 (soap-resolve-references-for-simple-type)
ef24141c
SM
9204 (soap-parse-simple-type, soap-encode-simple-type): New function.
9205 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 9206
090bd7cb 9207 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
9208 (soap-default-soapenc-types): Add integer, byte and anyURI types.
9209 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
9210 the local name of "soapenc:Array".
9211 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
9212 decoding integer, byte and anyURI xsd types.
9213
1fc6097b
CY
92142012-04-25 Chong Yidong <cyd@gnu.org>
9215
9216 * cus-edit.el (custom-buffer-create-internal): Update header text.
9217
afc6df87
EZ
92182012-04-25 Eli Zaretskii <eliz@gnu.org>
9219
9220 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
9221 settings on 'system-type', not on 'window-system'. On MS-Windows,
9222 set interactive-mode on in GDB.
9223
dfbd787f
SM
92242012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9225
9226 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
9227 (ruby-syntax-propertize-regexp): Remove.
9228 (ruby-syntax-propertize-function): Split regexp into chunks.
9229 Match following code directly.
9230
85222d44
DG
92312012-04-24 Dmitry Gutov <dgutov@yandex.ru>
9232
51a8ea2a
DG
9233 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
9234 (ruby-syntax-propertize-regexp): New function.
9235 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
9236 by a special keyword.
9237
85222d44
DG
9238 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
9239 (ruby-syntax-general-delimiters-goto-beg)
9240 (ruby-syntax-propertize-general-delimiters): New functions.
9241 (ruby-syntax-propertize-function): Use them to handle GDL.
9242 (ruby-font-lock-keywords): Move old handling of GDL...
9243 (ruby-font-lock-syntactic-keywords): .. to here.
9244 (ruby-calculate-indent): Adjust indentation for GDL.
9245
b613912b
MA
92462012-04-24 Michael Albinus <michael.albinus@gmx.de>
9247
b5380639
MA
9248 * notifications.el (top): Remove unneeded declarations.
9249 (notifications-specification-version): Change to "1.2".
e43042fe 9250 (notifications-interface, notifications-notify-method)
b613912b
MA
9251 (notifications-close-notification-method): Fix docstring.
9252 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
9253 (notifications-notify): Add :action-items, :resident and
9254 :transient hints. Change "image_data" to "image-data" and
9255 "image_path" to "image-path".
b613912b
MA
9256 (notifications-get-capabilities): New defun.
9257
257440aa
LL
92582012-04-24 Leo Liu <sdl.web@gmail.com>
9259
9260 * progmodes/python.el: Move hideshow setup to the end.
9261
b1bac16e
MR
92622012-04-24 Martin Rudalics <rudalics@gmx.at>
9263
9264 * window.el (handle-select-window): Clear echo area since this is
9265 no more done by read_char (Bug#11304).
9266
d81bd059
SM
92672012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
9270 and `/ M' to filter-derived-mode.
9271 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
9272 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9273 (ibuffer-mark-by-mode): Use default rather than initial-input.
9274 (ibuffer-filter-by-derived-mode): Autoload and require-match.
9275
c4cf6d91
IA
92762012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
9277
9278 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
9279 (ibuffer-filter-by-derived-mode): New filter.
9280 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
9281
7511ded8
CY
92822012-04-23 Andreas Politz <politza@fh-trier.de>
9283
9284 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
9285
775c916b
CY
92862012-04-23 Chong Yidong <cyd@gnu.org>
9287
9288 * cus-edit.el (customize-apropos, customize-apropos-options):
9289 Disable matching of non-option variables (Bug#11176).
9290 (customize-option, customize-option-other-window)
9291 (customize-changed-options): Doc fix.
9292 (customize-apropos-options, customize-apropos-faces)
9293 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9294
9295 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 9296 Fix word list splitting (Bug#11132).
46c71e23
CY
9297 (apropos-symbol, apropos-keybinding, apropos-label)
9298 (apropos-property, apropos-function-button)
9299 (apropos-variable-button, apropos-misc-button): New faces.
9300 (apropos-symbol-face, apropos-keybinding-face)
9301 (apropos-label-face, apropos-property-face, apropos-match-face):
9302 Variables removed (Bug#8396).
9303 (apropos-library-button, apropos-format-plist, apropos-print)
9304 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 9305
2df41f9c
MA
93062012-04-23 Michael Albinus <michael.albinus@gmx.de>
9307
9308 * net/xesam.el (xesam-mode-map): Use let-bound map in
9309 initialization. (Bug#11292)
9310
da00640a
AM
93112012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9312
9313 Preserve ispell session localwords when switching back to
9314 original buffer.
9315
090bd7cb
JB
9316 * textmodes/ispell.el (ispell-buffer-session-localwords):
9317 New buffer-local variable to hold buffer session localwords.
ed9265fc 9318 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
9319 localwords.
9320 (ispell-command-loop, ispell-change-dictionary)
9321 (ispell-buffer-local-words): Preserve session localwords when
9322 needed.
9323
090bd7cb
JB
9324 * textmodes/flyspell.el (flyspell-process-localwords)
9325 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 9326
f621ccf5
AM
93272012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9328
090bd7cb
JB
9329 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9330 using obsolete `translation-table-for-input'.
ef24141c
SM
9331 (ispell-word, ispell-process-line, ispell-complete-word):
9332 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 9333
c2d1019e
CY
93342012-04-22 Chong Yidong <cyd@gnu.org>
9335
9336 * cus-edit.el (custom-variable-menu)
9337 (custom-variable-reset-saved, custom-face-menu)
9338 (custom-face-reset-saved): If there is no saved value, make the
9339 "reset-saved" operation bring back the default (Bug#9509).
9340 (custom-face-state): Properly detect themed faces.
9341
eeddc531
CY
9342 * faces.el (face-spec-set): Stop supporting deprecated form of
9343 third arg.
9344
dcbf5805
MA
93452012-04-22 Michael Albinus <michael.albinus@gmx.de>
9346
9347 Move functions from C to Lisp. Make non-blocking method calls
9348 the default. Implement further D-Bus standard interfaces.
9349
ef24141c
SM
9350 * net/dbus.el (dbus-message-internal): Declare function.
9351 Remove unneeded function declarations.
dcbf5805
MA
9352 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9353 (dbus-message-type-method-return, dbus-message-type-error)
9354 (dbus-message-type-signal): Declare variables. Remove local
9355 definitions.
9356 (dbus-interface-dbus, dbus-interface-peer)
9357 (dbus-interface-introspectable, dbus-interface-properties)
9358 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9359 Adapt docstring.
9360 (dbus-interface-objectmanager): New defconst.
9361 (dbus-call-method, dbus-call-method-asynchronously)
9362 (dbus-send-signal, dbus-method-return-internal)
9363 (dbus-method-error-internal, dbus-register-service)
9364 (dbus-register-signal, dbus-register-method): New defuns, moved
9365 from dbusbind.c
9366 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
9367 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9368 New defuns.
dcbf5805
MA
9369 (dbus-call-method-non-blocking): Make it an obsolete function.
9370 (dbus-unregister-object, dbus-unregister-service)
9371 (dbus-handle-event, dbus-register-property)
9372 (dbus-property-handler): Obey the new structure of
9373 `bus-registered-objects'.
9374 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9375 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9376 Use `dbus-call-method'.
9377
cf20dee0
CY
93782012-04-22 Chong Yidong <cyd@gnu.org>
9379
9380 * cus-edit.el (custom-commands, custom-reset-menu)
9381 (Custom-reset-standard): Tweak labels.
9382 (custom-reset-button-menu): Change default to t.
9383 (custom-buffer-create-internal): For the custom-reset-button-menu
9384 case, put the revert button first.
9385 (custom-group-subtitle): New face.
9386 (custom-group-value-create): Align docstring to a specific column.
9387
9388 * wid-edit.el (widget-documentation-link-add): Don't handle
9389 indentation in this function.
9390 (widget-documentation-string-indent-to): New function.
9391 (widget-documentation-string-value-create): Use it.
9392
9393 * autorevert.el (auto-revert):
9394 * epg-config.el (epg):
9395 * ibuffer.el (ibuffer):
9396 * mpc.el (mpc):
9397 * ses.el (ses):
9398 * eshell/eshell.el (eshell):
9399 * net/ange-ftp.el (ange-ftp):
9400 * progmodes/ebnf2ps.el (postscript):
9401 * progmodes/flymake.el (flymake):
9402 * progmodes/prolog.el (prolog):
9403 * progmodes/verilog-mode.el (verilog-mode):
9404 * progmodes/which-func.el (which-func):
9405 * term/xterm.el (xterm):
9406 * textmodes/picture.el (picture):
9407 * textmodes/tildify.el (tildify):
9408 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9409 customization buffers.
9410
583e23bd
AM
94112012-04-22 Alan Mackenzie <acm@muc.de>
9412
9413 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9414 Adding a ) can hide the resulting (..) from searches. Fix it.
9415 Bound the backward search to the position of the existing (.
9416
7dd51bf1
JB
94172012-04-21 Juanma Barranquero <lekktu@gmail.com>
9418
9419 * progmodes/verilog-mode.el (verilog-mode): Check whether
9420 which-func-modes is t before adding verilog-mode.
9421 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9422
d64a438f
LL
94232012-04-21 Leo Liu <sdl.web@gmail.com>
9424
7dd51bf1 9425 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 9426
081e8d65
MV
94272012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
9428
9429 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9430 filling of the last column of a table (Bug#5635).
9431 (woman-find-next-control-line): New arg, specifying an additional
9432 regexp component for the control line.
9433 (woman2-roff-buffer): Use it.
9434 (woman-break-table): New function.
9435 (woman2-TS): Use it.
9436
94372012-04-21 Chong Yidong <cyd@gnu.org>
9438
9439 * woman.el (woman-set-buffer-display-table, woman-decode-region)
9440 (woman-horizontal-escapes, woman-negative-vertical-space)
9441 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9442 (WoMan-warn-ignored): Use ?\s instead of ?\ .
9443
ed571ccb
SM
94442012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * minibuffer.el (completion-file-name-table): Complete user names.
9447
39773899
LL
94482012-04-20 Leo Liu <sdl.web@gmail.com>
9449
9450 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9451 and pcase-let*.
9452
de6ff46d
CY
94532012-04-20 Chong Yidong <cyd@gnu.org>
9454
9455 * server.el (server-execute): Respect initial-buffer-choice if it
9456 is a string and there are no files to open (Bug#2825).
9457 (server-create-window-system-frame, server-create-tty-frame):
9458 Don't switch buffers here.
2d0e8e61
CY
9459 (server-process-filter): Only try to open a window system frame if
9460 compiled with graphical support (Bug#8314).
de6ff46d 9461
54071013
DN
94622012-04-20 Dan Nicolaescu <dann@gnu.org>
9463
9464 * battery.el (battery-echo-area-format): Display remaining time
9465 for sysfs backend too (Bug#11269).
9466 (battery-linux-sysfs): Fix conditional for the charge.
9467
f30d612a
CY
94682012-04-20 Chong Yidong <cyd@gnu.org>
9469
c07a4c0b 9470 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
9471 (gdb-inferior-io--init-proc): New function.
9472 (gdb-init-1): Use it.
9473 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9474 responsible for allocating a new pty and hooking it to gdb when
9475 the old pty gets an EIO due to process exit.
9476 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9477 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9478 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9479
2116e93c
EZ
94802012-04-20 Eli Zaretskii <eliz@gnu.org>
9481
9482 * window.el (window-min-size, window-sizable, window-min-delta)
9483 (window-max-delta, window--resizable, window-resizable)
9484 (window-total-size, window-full-height-p, window-full-width-p)
9485 (window-in-direction, window--resize-mini-window, window-resize)
9486 (window--resize-child-windows-normal)
9487 (window--resize-child-windows, window--resize-siblings)
9488 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 9489 (enlarge-window, shrink-window): Doc fixes.
2116e93c 9490
c07a4c0b 94912012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 9492
ef24141c
SM
9493 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9494 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
9495 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9496 pty process (Bug#11273).
9497 (gdb-update): New arg to suppress talking to the gdb process.
9498 (gdb-done-or-error): Use it.
9499 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9500 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9501 sentinel not being called.
9502
9503 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9504
d02766ab
CY
9505 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9506
c07a4c0b 95072012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
9508
9509 * net/network-stream.el (open-network-stream): Doc fix.
9510
c07a4c0b 95112012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
9512
9513 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9514
c07a4c0b 95152012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
9516
9517 Ensure searching for keywords is case sensitive.
9518
9519 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9520 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9521 (c-defun-name, c-mark-function, c-cpp-define-name)
9522 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 9523 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 9524
ef24141c
SM
9525 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9526 Bind case-fold-search to nil.
f0f6bc35 9527
c07a4c0b 95282012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
9529
9530 * mail/sendmail.el (mail-bury): Call return action with the right
9531 Rmail buffer (Bug#11242).
9532
9a864fa2
CY
9533 * server.el (server-process-filter): Handle corner case where both
9534 tty and nowait options are present (Bug#11102).
9535
539aa513
EZ
95362012-04-20 Eli Zaretskii <eliz@gnu.org>
9537
9538 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
9539 (top level): Put into the executable the ident-style '$Id:' tag on
9540 windows-nt as well.
539aa513 9541
cfc7d5da
SM
95422012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * electric.el (electric-indent-post-self-insert-function): Check that
9545 electric-indent-mode is enabled in current buffer.
9546
5b01685c
JB
95472012-04-19 Juanma Barranquero <lekktu@gmail.com>
9548
9549 * imenu.el (imenu-progress-message): Restore; it is "used" in
9550 erc/erc-imenu.el and net/snmp-mode.el.
9551
4d6769e1
JB
95522012-04-19 Juanma Barranquero <lekktu@gmail.com>
9553
9554 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9555 (mouse-avoidance-nudge-mouse): Remove unused binding.
9556
9557 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9558
9559 * descr-text.el (describe-char):
9560 * progmodes/python.el (python-describe-symbol):
9561 Don't call `toggle-read-only', set `buffer-read-only'.
9562
9563 * imenu.el (imenu-default-goto-function): Mark unused args.
9564 (imenu-progress-message): Remove obsolete macro; all callers changed.
9565
9566 * subr.el (keymap-canonicalize): Remove unused binding.
9567 (read-passwd): Mark unused arg.
9568
9569 * tutorial.el (tutorial--display-changes): Remove unused binding.
9570 (tutorial--save-tutorial-to): Remove unused variable.
9571
9572 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9573 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9574 (package-generate-autoloads, package-menu--generate)
9575 (package-menu--find-upgrades): Remove unused bindings.
9576
9577 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9578 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9579 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9580 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9581 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9582 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9583 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9584 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9585 (cua-delete-char-rectangle): Mark unused args.
9586 (cua-align-rectangle): Remove unused binding.
9587
9588 * mail/rmail.el (compilation--message->loc)
9589 (epa--find-coding-system-for-mime-charset): Declare.
9590
9591 * net/dbus.el (dbus-register-service): Declare.
9592 (dbus-name-owner-changed-handler): Remove unused binding.
9593
9594 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9595 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9596 (nxml-scan-backward-within): Mark unused arg.
9597 (nxml-dynamic-markup-word): Remove unused binding.
9598
9599 * mouse.el (mouse-menu-major-mode-map):
9600 * emacs-lisp/authors.el (authors-scan-change-log)
9601 (authors-add-to-author-list):
9602 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9603 * emacs-lisp/smie.el (smie-auto-fill):
9604 * mail/sendmail.el (mail-bury):
9605 * mail/unrmail.el (unrmail):
9606 * net/tls.el (open-tls-stream):
9607 * textmodes/picture.el (picture-mouse-set-point):
9608 Remove unused bindings.
9609
8c8fc5df
MA
96102012-04-19 Michael Albinus <michael.albinus@gmx.de>
9611
9612 * net/tramp.el (tramp-action-password): Let-bind
9613 `enable-recursive-minibuffers' to t.
9614
a77b0ac9
SS
96152012-04-18 Sam Steingold <sds@gnu.org>
9616
9617 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9618 instead of 'string to accommodate values like [f11].
9619 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9620 * progmodes/gdb-mi.el: Likewise.
9621
12a106a9
LL
96222012-04-18 Leo Liu <sdl.web@gmail.com>
9623
9624 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9625 current buffer.
9626 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9627 LOCAL is nil.
9628
bc6494ef
CY
96292012-04-18 Chong Yidong <cyd@gnu.org>
9630
9631 * simple.el (line-move): Use forward-line if in batch mode
9632 (Bug#11053).
9633
c09c46b2
CS
96342012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9635
9636 * files.el (after-find-file): Do not try to add a final newline if
9637 the buffer is read-only (Bug#11156).
9638
5f6530ea
RS
96392012-04-17 Richard Stallman <rms@gnu.org>
9640
9641 * mail/rmail.el (rmail-start-mail):
9642 Pass (rmail-mail-return...) for the return-action.
9643 Pass (rmail-yank-current-message...) for the yank-action.
9644 (rmail-yank-current-message): New function.
9645 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9646 (rmail-reply): Likewise.
9647 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9648
9649 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 9650 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
9651 buffer, not newbuf.
9652
197b6f3c
JB
96532012-04-17 Juanma Barranquero <lekktu@gmail.com>
9654
9655 * server.el (server-ensure-safe-dir): Simplify.
9656
2311d8e5 96572012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 9658
2311d8e5
GM
9659 * emacs-lisp/smie.el: Provide smarter auto-filling.
9660 (smie-auto-fill): New function.
9661 (smie-setup): Use it.
98fb480e 9662
2311d8e5
GM
9663 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9664
96652012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
9666
9667 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9668 (comment-indent): Use it.
9669
2311d8e5 96702012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
9671
9672 * ses.el: The overall change is to add cell renaming, that is
9673 setting fancy names for cell symbols other than name matching
9674 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 9675 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 9676 (ses-create-cell-variable): New defun.
2311d8e5 9677 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
9678 (ses-relocate-formula): Relocate formulas only for cells the
9679 symbols of which are not renamed, i.e. symbols whose names do not
9680 match regexp "\\`[A-Z]+[0-9]+\\'".
9681 (ses-relocate-all): Relocate values only for cells the symbols of
9682 which are not renamed.
9683 (ses-load): Create cells variables as the (ses-cell ...) are read,
9684 in order to check row col consistency with cell symbol name only
9685 for cells that are not renamed.
9686 (ses-replace-name-in-formula): New defun.
9687 (ses-rename-cell): New defun.
4bdf2ad2 9688
fc72b15c
PO
96892012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9690
9691 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9692 New option (bug#11118).
9693 (perl-calculate-indent): Respect it.
9694
12e10e61
GM
96952012-04-17 Glenn Morris <rgm@gnu.org>
9696
9697 * dired-aux.el (dired-mark-read-string): Doc fix.
9698
30009afd
DA
96992012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9700
9701 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9702 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9703
41f03f4d
GM
97042012-04-17 Glenn Morris <rgm@gnu.org>
9705
9706 * mouse.el (mouse-drag-track):
9707 * speedbar.el (speedbar-frame-mode):
9708 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9709
f45f90f3
LL
97102012-04-16 Leo Liu <sdl.web@gmail.com>
9711
9712 * progmodes/python.el: Trivial cleanup.
9713
94ee8db5
GM
97142012-04-16 Glenn Morris <rgm@gnu.org>
9715
121b8917
GM
9716 * vc/vc.el (vc-string-prefix-p):
9717 * vc/pcvs-util.el (cvs-string-prefix-p):
9718 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9719 * mpc.el (mpc-string-prefix-p):
9720 Make all of these into obsolete aliases for string-prefix-p.
9721 Update callers.
9722 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9723
1197ecfa
GM
9724 * textmodes/two-column.el: Move custom options to the start.
9725 (frame-width): Remove compat definition.
9726 (2C-associate-buffer, 2C-dissociate):
9727 Use with-current-buffer rather than save-excursion.
9728 (2C-dissociate): Force a mode-line update.
9729 (2C-autoscroll): Use ignore-errors.
9730
099e7202
GM
9731 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9732 Autoload trivia.
9733
bf350d6a
GM
9734 * emacs-lisp/cl-extra.el (*random-state*):
9735 Remove unnecessary declaration.
9736
0e829eab
GM
9737 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9738
e3ad7552
GM
9739 * play/cookie1.el (cookie-snarf):
9740 Give an explicit error if input file cannot be read.
9741
68892d27
GM
9742 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9743
20f0c46d
GM
9744 * progmodes/perl-mode.el (c-macro-expand):
9745 Remove unnecessary autoload (it is in loaddefs.el).
9746
5a0978ce
GM
9747 * textmodes/picture.el (picture-desired-column)
9748 (picture-update-desired-column): Convert comments to doc-strings.
9749 (picture-substitute): Remove function.
9750 (picture-mode-map): Initialize in the defvar.
9751
6b955486
GM
9752 * woman.el: Remove eval-after-load for tar-mode.
9753 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9754 (woman-tar-extract-file): Autoload it.
9755
94ee8db5
GM
9756 * frame.el (automatic-hscrolling): Make this alias obsolete.
9757
177eca34
AM
97582012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9759
090bd7cb 9760 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 9761 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
9762 (ispell-dictionary-base-alist): Revert to original XEmacs
9763 friendly version for default. [:alpha:] will be added in
090bd7cb 9764 `ispell-set-spellchecker-params' if needed.
177eca34 9765
c505aaeb
CY
97662012-04-16 Chong Yidong <cyd@gnu.org>
9767
b19dd9d1 9768 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
9769 (imagemagick-register-types): Use it.
9770 (imagemagick-types-inhibit): Add :set function. Allow new value
9771 of t to inhibit all types.
9772
9773 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9774 so we can preload it.
9775
9776 * loadup.el (fboundp): Preload regexp-opt, needed by
9777 imagemagick-register-types.
9778
60efac0f
CY
97792012-04-15 Chong Yidong <cyd@gnu.org>
9780
9781 * frame.el (scrolling): Remove nearly unused customization group.
9782
9783 * scroll-all.el (scroll-all-mode): Move to windows group.
9784
5dd1713e
CY
97852012-04-15 Chong Yidong <cyd@gnu.org>
9786
9787 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9788
e6fd457e
CY
97892012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 9792 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 9793
e153c136
GM
97942012-04-15 Glenn Morris <rgm@gnu.org>
9795
9796 * simple.el (process-file-side-effects): Doc fix.
9797
e6fd457e 97982012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
9799
9800 * international/mule-cmds.el (set-language-environment): Doc fix.
9801
3603c3b1
JB
98022012-04-14 Juanma Barranquero <lekktu@gmail.com>
9803
9804 * server.el (server-auth-key, server-generate-key): Doc fixes.
9805 (server-get-auth-key): Doc fix. Use `string-match-p'.
9806 (server-start): Reflow docstring.
9807
e6de100c
LI
98082012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9809
9810 * server.el (server-generate-key): `called-interactively-p'
9811 requires a parameter.
9812
29734c21
MN
98132012-04-14 Michal Nazarewicz <mina86@mina86.com>
9814
9815 * server.el (server-auth-key): New variable.
75f1671a 9816 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
9817 (server-start): Use the new variable and functions to allow
9818 setting a permanent server key (bug#9423).
9819
d65c9521
LL
98202012-04-14 Leo Liu <sdl.web@gmail.com>
9821
9822 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9823
5ae255c7
PE
98242012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9825
9826 Spelling fixes.
9827 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9828 Emacs uses American spelling.
9829
d5e6342e
JB
98302012-04-14 Juanma Barranquero <lekktu@gmail.com>
9831
9832 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9833 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9834 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9835 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9836
ab036cd7
SM
98372012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * progmodes/which-func.el (which-func-modes): Change default.
9840
35dc09a1 98412012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
9842
9843 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9844 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9845
35dc09a1 98462012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
9847
9848 * custom.el (custom-theme-set-variables): Doc fix.
9849
35dc09a1 98502012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
9851
9852 * international/mule.el (set-auto-coding-for-load): Doc fix.
9853
35dc09a1 98542012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 9855
35dc09a1
GM
9856 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9857 imenu work again for Objective C Mode. Correct the *-index values,
9858 these having been disturbed by a previous change in 2011-08.
57f845ee 9859
0de3da9f
AM
9860 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9861 Correct two search limits.
9862
35dc09a1 98632012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
9864
9865 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9866
35dc09a1 98672012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
9868
9869 * international/characters.el: Fix sorting.
9870
35dc09a1 98712012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
9872
9873 * international/characters.el: Add more missing Latin case pairs.
9874
35dc09a1 98752012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
9876
9877 * files.el (dir-locals-set-class-variables): Doc fix.
9878
35dc09a1 98792012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 9880
3f1b5bf8
EZ
9881 * international/characters.el: Add set-case-syntax-pair call for
9882 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9883 counterpart. (Bug#11209)
9884
9f847f41
EZ
9885 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9886
35dc09a1 98872012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
9888
9889 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9890
35dc09a1 98912012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 9892
35dc09a1
GM
9893 * textmodes/ispell.el (ispell-dictionary-base-alist):
9894 Add data for Hebrew.
e2627d21 9895
35dc09a1 98962012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 9897
35dc09a1
GM
9898 * net/rcirc.el (rcirc-cmd-quit):
9899 Revert 2012-03-18 change (Bug#11192).
5c14e333 9900
35dc09a1 99012012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
9902
9903 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9904
35dc09a1 99052012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 9906
4517fe3a
SM
9907 * minibuffer.el (completion-in-region-mode-map):
9908 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 9909
b472a594
VD
99102012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9911
9912 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9913
09b95ce3
MY
99142012-04-13 Masatake YAMATO <yamato@redhat.com>
9915
9916 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9917 to allow `C-M-f' and `C-M-b' to move to the nearest path
9918 separator (bug#9511).
9919
4b63a9ca
LI
99202012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9921
9922 * avoid.el: Require cl when compiling. And also move the
9923 `provide' to the end.
9924
7b55b8bf
TV
99252012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9926
9927 * avoid.el (mouse-avoidance-banish-position): New variable.
9928 (mouse-avoidance-banish-destination): Use it (bug#10165).
9929
adedaa1f
LL
99302012-04-13 Leo Liu <sdl.web@gmail.com>
9931
9932 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9933
70e74021
KB
99342012-04-13 Ken Brown <kbrown@cornell.edu>
9935
9936 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 9937 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
9938 (browse-url-filename-alist): For the same reason, don't modify
9939 file:// URLs on Cygwin.
9940
e75e89ba
SM
99412012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9944 the region on shift if the binding is already shifted (bug#11221).
9945
82f289a4
GM
99462012-04-12 Glenn Morris <rgm@gnu.org>
9947
9948 * mail/mailpost.el: Move to obsolete/.
9949
d333dc4c
DA
99502012-04-12 Drew Adams <drew.adams@oracle.com>
9951
9952 * imenu.el (imenu--generic-function): Ignore invisible definitions
9953 (bug#10123).
9954
0d15b5ba
VD
99552012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9956
9957 * hexl.el (hexl-bits): New variable.
9958 (hexl-options): Mention the variable in the doc string.
75f1671a 9959 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 9960 (hexl-mode): Mention the new variable.
75f1671a
JB
9961 (hexl-mode, hexl-current-address, hexl-current-address):
9962 Use the displen.
0d15b5ba
VD
9963 (hexl-ascii-start-column): New function.
9964 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9965 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9966
64a440db
AM
99672012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9968
9969 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9970 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9971 the encoding, as expected by hunspell.
9972
6decb6c2
SM
99732012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * battery.el (battery--linux-sysfs-regexp): New const.
9976 (battery-status-function): Use it. Remove yeeloong special case.
9977 (battery-yeeloong-sysfs): Remove.
9978 (battery-echo-area-format): Remove yeeloong special case.
9979
088be6fb
SM
99802012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9981
6622e416
SM
9982 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9983 Reported by Noah Friedman.
9984
088be6fb
SM
9985 * subr.el (read-passwd): Use read-string.
9986
b49f886e
LMI
99872012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9988
9989 * vcursor.el (vcursor-move): Increase the priority of the overlay
9990 (bug#9663).
9991
a63067fc
DD
99922012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9993
9994 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9995 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9996
ac3cf14a
WS
99972012-04-11 William Stevenson <yhvh2000@gmail.com>
9998
9999 * textmodes/artist.el (artist-mode): Convert artist-mode to use
10000 define-minor-mode (bug#10760).
10001
c4fc691b 100022012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 10003
4d6769e1 10004 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
10005 that directories matching `grep-find-ignored-files' won't be
10006 pruned (bug#10351).
10007
af23e2e5
CY
100082012-04-11 Chong Yidong <cyd@gnu.org>
10009
10010 * startup.el (command-line): Remove support for long-obsolete
10011 variable font-lock-face-attributes.
10012
ab7ce8c1
GM
100132012-04-11 Glenn Morris <rgm@gnu.org>
10014
10015 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
10016
de8c03dc
SM
100172012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * window.el (window--state-get-1): Obey window-point-insertion-type.
10020
050cc68b
LB
100212012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
10022
10023 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
10024 to previous function when point is on the first character of a
75f1671a 10025 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 10026
a38c310c
GM
100272012-04-11 Glenn Morris <rgm@gnu.org>
10028
effed0c2
GM
10029 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
10030 not just file-errors.
10031
a38c310c
GM
10032 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
10033 (vc-bzr-sha1): Use internal sha1.
10034
0221e323
SM
100352012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
10038
43956923
SG
100392012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
10040
10041 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
10042 that start in the middle of the line (bug#10496).
10043
6a8c9eaf
DN
100442012-04-10 Dan Nicolaescu <dann@gnu.org>
10045
10046 * battery.el (battery-linux-proc-acpi): Only one battery is
10047 discharged at a time, but that seems to confuse battery.el when
10048 computing `rate-type' for the battery not being discharged
10049 (bug#10332).
10050
1930bf5d
SM
100512012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10052
2a718f6f
SM
10053 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
10054
599430d0
SM
10055 * international/quail.el: Use dolist and simplify.
10056 (quail-define-package, quail-update-keyboard-layout)
10057 (quail-define-rules): Use dolist.
10058 (quail-insert-kbd-layout, quail-get-translation): CSE.
10059
a2754b6c
SM
10060 * tmm.el: Use dolist, remove left over hook.
10061 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
10062 Use dolist.
10063 (calendar-load-hook): Don't mess with it.
10064
1930bf5d
SM
10065 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
10066 Use derived-mode-p. Run the diff asynchronously.
10067
9f67961c
LMI
100682012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10069
10070 * obsolete/mouse-sel.el: Add an Obsolete-since header.
10071
2a8ce227
JB
100722012-04-10 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * misc.el: Display absolute path of loaded DLLs (bug#10424).
10075 (list-dynamic-libraries--loaded): New function.
10076 (list-dynamic-libraries--refresh): Use it.
10077
8f33b5f8
NW
100782012-04-10 Nathan Weizenbaum <nweiz@google.com>
10079
1930bf5d
SM
10080 * progmodes/python.el (python-fill-paragraph):
10081 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
10082 disabled (bug#7018).
10083
b12f0439
L
100842012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
10085
1930bf5d 10086 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
10087 DOS/MS Windows for the Baltic languages. There are still plenty
10088 of texts written in this encoding/codepage (bug#6519).
b12f0439 10089
57c3bd01
GM
100902012-04-10 Glenn Morris <rgm@gnu.org>
10091
10092 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
10093 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
10094
6c3eab30
FA
100952012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
10096
1930bf5d 10097 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
10098 next-line "n" and previous-line "p" in order to make recentf more
10099 consistent with ibuffer, dired or org-mode (bug#9387).
10100
24d78a88
LMI
101012012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10102
bc72b5d9
LMI
10103 * image.el (put-image): Return the overlay created instead of the
10104 optional input string (bug#7834). Note that this may break code
10105 that is (for some reason or other) depending on `put-image'
10106 returning the string.
10107
bd2dba5a
LMI
10108 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
10109
74beb59f
LMI
10110 * simple.el (zap-to-char): Allow zapping using input methods
10111 (bug#1580).
10112
24d78a88
LMI
10113 * textmodes/fill.el (fill-region): Leave point and mark where they
10114 were before filling (bug#5399).
10115
263f20cd
GM
101162012-04-09 Glenn Morris <rgm@gnu.org>
10117
10118 * version.el (emacs-bzr-get-version):
10119 Handle lightweight checkouts of local branches.
10120
58d1f797
AS
101212012-04-09 Andreas Schwab <schwab@linux-m68k.org>
10122
263f20cd 10123 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 10124
b4d3bc10
CY
101252012-04-09 Chong Yidong <cyd@gnu.org>
10126
10127 * custom.el (custom-variable-p): Return nil for non-symbol
10128 arguments instead of signaling an error.
10129 (user-variable-p): Obsolete alias for custom-variable-p.
10130
10131 * apropos.el (apropos-variable):
10132 * files-x.el (read-file-local-variable):
10133 * simple.el (set-variable):
10134 * woman.el (woman-mini-help):
10135 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
10136
fd06db5d
GM
101372012-04-09 Glenn Morris <rgm@gnu.org>
10138
e5fcdb5e
GM
10139 * startup.el (normal-top-level): Don't look for leim-list.el
10140 in places where it will not be found. (Bug#910)
10141
fd06db5d
GM
10142 * international/mule-cmds.el (set-default-coding-systems):
10143 * files.el (normal-mode):
10144 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
10145 This function was removed with ucs-tables.el in 2008.
10146
b39bb7e1
EZ
101472012-04-08 Eli Zaretskii <eliz@gnu.org>
10148
10149 * textmodes/ispell.el (ispell-check-version): For hunspell, set
10150 ispell-encoding8-command to "-i", without a trailing space.
10151 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
10152 separate command-line arguments, to specify the encoding, since
10153 that's how hunspell expects it.
10154
5c5b8e23
GM
101552012-04-08 Glenn Morris <rgm@gnu.org>
10156
10157 * loadup.el: Load bindings before cus-start.
10158 This reduces somewhat the number of "rogue" settings in emacs -Q.
10159
a1ed8b05
GM
101602012-04-07 Glenn Morris <rgm@gnu.org>
10161
10162 * version.el (emacs-bzr-get-version): New function.
dfae128a 10163 (emacs-bzr-version): New variable.
a1ed8b05
GM
10164 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
10165 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
10166
b142f158
EZ
101672012-04-07 Eli Zaretskii <eliz@gnu.org>
10168
dfae128a
GM
10169 * international/uni-bidi.el, international/uni-category.el:
10170 * international/uni-combining.el, international/uni-decimal.el:
10171 * international/uni-decomposition.el, international/uni-digit.el:
10172 * international/uni-lowercase.el, international/uni-mirrored.el:
10173 * international/uni-name.el, international/uni-numeric.el:
10174 * international/uni-titlecase.el, international/uni-uppercase.el:
10175 Update for Unicode 6.1.
b142f158 10176
9078ead6
EZ
101772012-04-07 Eli Zaretskii <eliz@gnu.org>
10178
10179 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
10180
f23d2c7d
LMI
101812012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10182
10183 * window.el (shrink-window): Mention the `window-min-height'
10184 variable in the doc string.
10185
0a0a3573
BG
101862012-04-05 Bastien Guerry <bzg@altern.org>
10187
10188 * color.el (color-lighten-name): Fix typo.
10189
e5248ac9
SM
101902012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * server.el (server--on-display-p): New function.
10193 (server--on-display-p): Use it.
10194
b4243e22
GV
101952012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
10196
10197 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
10198 (bug#11145).
10199
305d9f44
SM
102002012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * comint.el (comint--common-quoted-suffix): Check string boundary
10203 before comparing (bug#11158).
10204 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
10205
3d439cd1
CY
102062012-04-04 Chong Yidong <cyd@gnu.org>
10207
321cc491
CY
10208 * minibuffer.el (completion-extra-properties): Doc fix.
10209
3d439cd1
CY
10210 * subr.el (delayed-warnings-hook): Doc fix.
10211
2d562c0f
DU
102122012-04-04 Daiki Ueno <ueno@unixuser.org>
10213
10214 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
10215 selection (Bug#11159).
10216 (epa-insert-keys): Inform that the default public key will be
10217 exported if no key is selected.
10218
4443f204
RS
102192012-04-04 Richard Stallman <rms@gnu.org>
10220
10221 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
10222
529c06b6
CY
102232012-04-03 Chong Yidong <cyd@gnu.org>
10224
10225 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
10226 mail-insert-file, not its obsolete alias mail-attach-file.
10227
66b907dc
MA
102282012-04-03 Michael Albinus <michael.albinus@gmx.de>
10229
10230 * notifications.el (notifications-notify): Fix docstring.
10231
c0ea195d
GM
102322012-04-02 Glenn Morris <rgm@gnu.org>
10233
10234 * emacs-lisp/authors.el (authors-aliases): Another addition.
10235
5ca64e00
MA
102362012-04-02 Michael Albinus <michael.albinus@gmx.de>
10237
10238 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
10239 `tramp-compat-call-process' instead of `tramp-local-call-process'.
10240 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
10241
42ee526b
CY
102422012-04-01 Chong Yidong <cyd@gnu.org>
10243
10244 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
10245 Handle root directory properly.
10246 (copy-directory): Caller changed.
10247
10248 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10249 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
10250
0b021094
GM
102512012-03-31 Glenn Morris <rgm@gnu.org>
10252
40f86458
GM
10253 * term/xterm.el (xterm-extra-capabilities): Doc fix.
10254
7019c177
GM
10255 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
10256
a1daddd6
GM
10257 * calendar/calendar.el (calendar-window-list)
10258 (calendar-hide-window): Restore. (Bug#11140)
10259 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
10260
0b021094
GM
10261 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
10262
40311efc
TV
102632012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10264
10265 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
10266 Check if file is a symlink (Bug#10489).
10267
10268 * files.el (copy-directory): Likewise.
10269
5319014e
CY
102702012-03-30 Chong Yidong <cyd@gnu.org>
10271
10272 * image.el (imagemagick-types-inhibit)
10273 (imagemagick-register-types): Doc fix.
10274
935d1290
AM
102752012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10276
090bd7cb 10277 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 10278 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 10279 and treats ~word as ordinary words in pipe mode.
935d1290 10280
61c6e8fd
GM
102812012-03-30 Glenn Morris <rgm@gnu.org>
10282
10283 * tutorial.el (help-with-tutorial): Ensure local variables don't
10284 happen to make the buffer read-only. (Bug#11127)
10285
81fdff00
SM
102862012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
10289 (perl-calculate-indent): Return `noindent' in strings.
10290
6e7a6ec0
SS
102912012-03-28 Sam Steingold <sds@gnu.org>
10292
10293 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10294 instead of the broken adhockery which does not prevent calendar
10295 buffers from being displayed at random after exit.
10296 (calendar-window-list, calendar-hide-window): Remove the broken
10297 adhockery.
10298
fee88ca0
GM
102992012-03-28 Glenn Morris <rgm@gnu.org>
10300
10301 * replace.el (query-replace-map): Doc fix.
10302
38de3354
AS
103032012-03-28 Andreas Schwab <schwab@linux-m68k.org>
10304
10305 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10306 contents. (Bug#11109)
10307
b973155e
SM
103082012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10309
10310 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10311 (bug#11077).
10312 (avl-tree--check, avl-tree--check-node): New funs.
10313
dcb6e7b3
MR
103142012-03-27 Martin Rudalics <rudalics@gmx.at>
10315
10316 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
10317 (switch-to-prev-buffer, switch-to-next-buffer):
10318 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
10319 showing a buffer already is done on the same frame.
10320
b4fa35fa
GM
103212012-03-27 Glenn Morris <rgm@gnu.org>
10322
10323 * startup.el (mail-host-address): Doc fix.
10324
f9210e18
SM
103252012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10328 than 197 variables.
10329
c0bf7753
AF
103302012-03-26 Ami Fischman <ami@fischman.org>
10331
10332 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10333
33da7b16
GM
103342012-03-26 Glenn Morris <rgm@gnu.org>
10335
02243d9d
GM
10336 * files.el (save-buffers-kill-emacs): Doc fix.
10337
33da7b16
GM
10338 * startup.el (normal-top-level, command-line, command-line-1):
10339 Give them doc strings.
10340
e5a69fd0
EZ
103412012-03-25 Eli Zaretskii <eliz@gnu.org>
10342
10343 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 10344 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 10345
9a69676a
CY
103462012-03-25 Chong Yidong <cyd@gnu.org>
10347
4125cb8b
CY
10348 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10349 theme if it was previously enabled before (Bug#11031).
10350
dd470960
CY
10351 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10352 spec with custom-face-get-current-spec if its :shown-value is not
10353 determined yet (Bug#9337).
4125cb8b 10354 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 10355
9a69676a
CY
10356 * button.el (button-at): Minor addition to docstring.
10357
6e7e90fa
SL
103582012-03-24 Simon Leinen <simon.leinen@gmail.com>
10359
10360 * vc/vc.el (vc-merge): Fix a prompt.
10361
f06e2758
CY
103622012-03-24 Chong Yidong <cyd@gnu.org>
10363
10364 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10365 point (Bug#9623).
10366
6e7e90fa
SL
10367 * button.el (button-at): Minor addition to docstring.
10368
b9d0879b
SM
103692012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10370
10371 * newcomment.el (comment-choose-indent): No space after BOL.
10372
e71cebb3
SS
103732012-03-22 Sam Steingold <sds@gnu.org>
10374
10375 * window.el (switch-to-prev-buffer): Revert last patch because the
10376 bug turned out to be an advertised feature (Elisp manual 28.14).
10377
335aff35
GM
103782012-03-22 Glenn Morris <rgm@gnu.org>
10379
10380 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10381 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10382
c676576a
LMI
103832012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10384
10385 * net/network-stream.el (network-stream-open-starttls): Make error
10386 message under Windows be less misleading.
10387
126f3d39
LW
103882012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10389
10390 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10391 understands (bug#9942).
10392
64fee311
CY
103932012-03-22 Chong Yidong <cyd@gnu.org>
10394
10395 * simple.el (end-of-visible-line): Handle return value of
10396 next-single-property-change properly (Bug#9371).
10397
a640d29a
KH
103982012-03-22 Kenichi Handa <handa@m17n.org>
10399
10400 * international/quail.el (quail-insert-kbd-layout): Fix previous
10401 change. To avoid unwanted bidi reordering, use
10402 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10403
39675016
DG
104042012-03-21 Dmitry Gutov <dgutov@yandex.ru>
10405
10406 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10407 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10408 (ruby-beginning-of-indent): Be more careful with the difference
10409 between word-boundary and symbol boundary.
10410 (ruby-mode-syntax-table): Make : a symbol constituent.
10411
0a6934fc 104122012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 10413
3d008e4f
SM
10414 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10415
0a6934fc
SM
104162012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10417
af67c9d7
SM
10418 * progmodes/etags.el (tags-completion-at-point-function):
10419 Improve last fix.
10420
1acad97c
SM
10421 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10422
e298b5da
SS
104232012-03-21 Sam Steingold <sds@gnu.org>
10424
10425 * progmodes/etags.el (tags-completion-at-point-function):
10426 Avoid the error when point is inside the pattern.
10427
91d82a70
JY
104282012-03-21 John Yates <john@yates-sheets.org> (tiny change)
10429
10430 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10431 line (Bug#10855).
10432
69188b79
CY
104332012-03-21 Drew Adams <drew.adams@oracle.com>
10434
10435 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10436
99fc91fe
AK
104372012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
10438
10439 * ido.el (ido-set-current-directory, ido-read-internal)
10440 (ido-choose-completion-string, ido-completion-help): Handle nil
10441 value of ido-completion-buffer (Bug#11008).
10442
087bbb4c
SS
104432012-03-21 Sam Steingold <sds@gnu.org>
10444
10445 * window.el (switch-to-prev-buffer): Do not switch to a visible
10446 window previous buffer, just like with the frame previous buffers.
10447
fb5b8aca
CY
104482012-03-21 Chong Yidong <cyd@gnu.org>
10449
10450 * faces.el (make-face, make-empty-face, copy-face):
10451 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10452 Doc fixes.
10453
dc9924b8
SM
104542012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * wid-edit.el (widget-complete-field): Remove (bug#11051).
10457 (widget-complete): Remove broken use of it.
10458
f0bcceb9
CY
104592012-03-20 Chong Yidong <cyd@gnu.org>
10460
dc9924b8
SM
10461 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10462 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
10463 characters.
10464
ee52ebf3
TH
104652012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10466
10467 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10468 to draw rectangles, not squares. (Regression introduced by revno
10469 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10470
4c5779ab
CY
104712012-03-18 Chong Yidong <cyd@gnu.org>
10472
10473 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10474 it is not yet defined (for temacs).
10475
15360934
LL
104762012-03-18 Leo Liu <sdl.web@gmail.com>
10477
735135f9
PE
10478 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10479 prefix.
15360934 10480
d9a8eb66
EZ
104812012-03-17 Eli Zaretskii <eliz@gnu.org>
10482
10483 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10484 (ispell-choices-win-default-height, ispell-silently-savep)
10485 (ispell-dictionary-alist, ispell-encoding8-command)
10486 (ispell-check-version, ispell-aspell-find-dictionary)
10487 (ispell-valid-dictionary-list, ispell-words-keyword)
10488 (ispell-get-word, ispell-internal-change-dictionary)
10489 (ispell-region, ispell-skip-region-list)
10490 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10491 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10492 (ispell-message-text-end, ispell-message)
10493 (ispell-buffer-local-parsing): Doc fix.
10494
f02ff80d
J
104952012-03-13 Jambunathan K <kjambunathan@gmail.com>
10496
10497 * htmlfontify.el: Add support for code block fontification for ODT
10498 export (Bug #9914).
10499 (hfy-optimisations): Define new option
10500 `body-text-only'
10501 (hfy-fontify-buffer): Honor above setting.
10502 (hfy-begin-span, hfy-end-span): New routines factored out form
10503 `hfy-fontify-buffer'.
10504 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10505 that permit insertion of custom tags.
10506 (hfy-fontify-buffer): Use above handlers.
10507 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10508 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 10509 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 10510 over multiple runs. This is made possible by having the caller let
f02ff80d
J
10511 bind a special variable `hfy-user-sheet-assoc'.
10512 (htmlfontify-string): New defun.
10513 (hfy-compile-face-map): Make sure that the last char in the
10514 buffer is correctly fontified.
10515 (hfy-face-resolve-face): Whitespace only change.
10516
9ac7a13f
EZ
105172012-03-17 Eli Zaretskii <eliz@gnu.org>
10518
10519 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10520 message more clear.
10521
e2b5bdd7
LL
105222012-03-16 Leo Liu <sdl.web@gmail.com>
10523
10524 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10525
2e492df3
AM
105262012-03-16 Alan Mackenzie <acm@muc.de>
10527
10528 Further optimise the handling of large macros.
10529
10530 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10531 limit to a call of `c-literal-limits'.
10532 (c-determine-+ve-limit): New function.
dc9924b8
SM
10533 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10534 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
10535 In CASE 5B, restrict a search limit to 500.
10536 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10537
10538 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10539 Restrict macro bounds to +-500 from after-change's BEG END.
10540
50e94f0c
LL
105412012-03-16 Leo Liu <sdl.web@gmail.com>
10542
10543 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10544
6f09f6ed
AH
105452012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10546
10547 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 10548 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 10549
c7e73d51
GM
105502012-03-16 Glenn Morris <rgm@gnu.org>
10551
da986230
GM
10552 * view.el (view-buffer, view-buffer-other-window)
10553 (view-buffer-other-frame): Doc fixes re special mode-class.
10554
0835f01e
GM
10555 * subr.el (eval-after-load): If named feature is provided not from
10556 a file, run after-load forms. (Bug#10946)
10557
c7e73d51
GM
10558 * calendar/calendar.el (calendar-insert-at-column):
10559 Handle non-unit-width characters a bit better. (Bug#10978)
10560
3f2eafd1
CY
105612012-03-15 Chong Yidong <cyd@gnu.org>
10562
10563 * emacs-lisp/ring.el (ring-extend): New function.
10564 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10565
10566 * comint.el (comint-read-input-ring)
10567 (comint-add-to-input-history): Grow comint-input-ring lazily.
10568
103af3fe
SM
105692012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10570
663b1677
SM
10571 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10572 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10573
103af3fe
SM
10574 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10575 (imenu-add-to-menubar): Don't add a redundant index.
10576 (imenu-update-menubar): Handle a dynamically composed keymap.
10577
899cb7cb
KY
105782012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10579
10580 * mail/sendmail.el (mail-encode-header):
10581 Bind rfc2047-encode-encoded-words to nil.
10582
3809f91d
GM
105832012-03-13 Glenn Morris <rgm@gnu.org>
10584
10585 * calendar/calendar.el (calendar-string-spread):
10586 Handle non-unit-width characters a bit better. (Bug#10978)
10587
9e345a01
LL
105882012-03-13 Leo Liu <sdl.web@gmail.com>
10589
10590 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10591 directory and file as argument (Bug#10822).
10592
4a07df36
KS
105932012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10594
10595 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10596 For dynamically generated code, follow $PC.
10597 (gdb-disassembly-handler-custom): Handle no function name case.
10598
4aaa9356
TL
105992012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10600
10601 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10602 * emulation/ws-mode.el (ws-query-replace):
10603 * sort.el (sort-regexp-fields):
10604 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10605
225979da
SM
106062012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * dabbrev.el: Fix cycle completion order (bug#10963).
10609 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10610 (dabbrev-completion): Don't use an obarray; provide
10611 a cycle-sort-function.
10612
e2f1fdab
LL
106132012-03-12 Leo Liu <sdl.web@gmail.com>
10614
dc9924b8 10615 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
10616 (kill-do-not-save-duplicates): Doc fix.
10617
b19490ed
SM
106182012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * dabbrev.el: Fix cycle completion (bug#10963).
10621 Use lexical binding and wrap to 80 columns.
10622 (dabbrev-completion): Delay computing the list of completions.
10623
4b05d722
KH
106242012-03-12 Kenichi Handa <handa@m17n.org>
10625
10626 * international/quail.el (quail-insert-kbd-layout): Surround each
10627 row by LRO and PDF instead of inserting many LRMs. Pad the left
10628 and right of each non-spacing marks. Insert invisible space
10629 between lower and upper characters to prevent composition.
10630
dbbc2e69
SM
106312012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 * minibuffer.el (minibuffer-complete): Don't get confused when the
10634 function is run twice via different commands (bug#10958).
10635 (complete-with-action): Fix docstring.
10636
292112ed
CY
106372012-03-12 Chong Yidong <cyd@gnu.org>
10638
5d1ac394
CY
10639 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10640 (nxml-completion-at-point-function): New function.
10641 (nxml-mode): Use it.
10642 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10643
292112ed
CY
10644 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10645 Load generated autoloads file before byte compiling (Bug#10970).
10646 (package--make-autoloads-and-compile): New helper fun.
10647
4098f8f7
CS
106482012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10649
10650 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10651
8f754691
MA
106522012-03-11 Michael Albinus <michael.albinus@gmx.de>
10653
10654 * autorevert.el (auto-revert-handler): Ensure, that
10655 file-readable-p is applied only for local files or in
10656 auto-revert-tail-mode.
10657
e29ab36b
AS
106582012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10659
dbbc2e69
SM
10660 * server.el (server-eval-at): Handle non-tcp connections.
10661 Decode result string.
ad0bf5b6 10662
e29ab36b
AS
10663 * server.el (server-msg-size): New constant.
10664 (server-reply-print): New function.
10665 (server-eval-and-print): Use it.
10666 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10667 Handle -print-nonl.
10668
de5939ba
CS
106692012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10670
10671 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10672 (Bug#10987).
10673
0c93eabf
CY
106742012-03-11 Chong Yidong <cyd@gnu.org>
10675
397a688f
CY
10676 * simple.el (goto-line): Doc fix (Bug#9938).
10677
2cc775f9
CY
10678 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10679
0c93eabf
CY
10680 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10681 when finished (Bug#10963).
10682
c491fa41
MR
106832012-03-11 Martin Rudalics <rudalics@gmx.at>
10684
10685 * window.el (split-window-below): Fix bug in case where
10686 split-window-keep-point is nil (Bug#10971).
10687
300e8fa5
JL
106882012-03-11 Juri Linkov <juri@jurta.org>
10689
10690 * replace.el (replace-highlight): Set isearch-word to nil
10691 unconditionally. (Bug#10887)
10692
dbf6c5a1
EZ
106932012-03-10 Eli Zaretskii <eliz@gnu.org>
10694
10695 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10696 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 10697 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
10698 (mairix-widget-create-query): Add usage information about mairix
10699 search forms: negating words, searching for substrings, etc.
10700
b9e501de
JP
107012012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10702
10703 * international/fontset.el (font-encoding-alist): Add an entry for
10704 ksx1001 (Bug#5667).
10705
92795c91
RS
107062012-03-10 Richard Stallman <rms@gnu.org>
10707
1694e6c1
RS
10708 * mail/sendmail.el (mail-encode-header):
10709 Set rfc2047-encode-encoded-words.
10710
607e8555
RS
10711 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10712
de3bc99a
RS
10713 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10714 view buffer means not swapped.
10715 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10716 (rmail-write-region-annotate): Error if real text has disappeared.
10717
92795c91
RS
10718 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10719
699bd04e
CY
107202012-03-10 Chong Yidong <cyd@gnu.org>
10721
10722 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
10723 * emulation/cua-base.el (cua--init-keymaps):
10724 Add delete-forward-char to remappings (Bug#9666).
699bd04e 10725
570a1714
MR
107262012-03-10 Martin Rudalics <rudalics@gmx.at>
10727
dbbc2e69
SM
10728 * speedbar.el (speedbar-unhighlight-one-tag-line):
10729 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 10730
82dcf4e4
CY
107312012-03-10 Chong Yidong <cyd@gnu.org>
10732
7a2c7ca7
CY
10733 * minibuffer.el (completion-in-region, completion-help-at-point):
10734 Give the completion field overlay a high priority (Bug#6830).
10735
82dcf4e4
CY
10736 * dired.el (dired-goto-file): Recognize absolute file name
10737 listings (Bug#7126).
10738 (dired-goto-file-1): New helper function.
10739 (dired-toggle-read-only): Inhibit warnings.
10740
052e28ac
MA
107412012-03-09 Michael Albinus <michael.albinus@gmx.de>
10742
75f1671a 10743 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
10744 there are no properties.
10745
95d5e396
LL
107462012-03-09 Leo Liu <sdl.web@gmail.com>
10747
10748 * savehist.el (savehist-printable): Stricter check for string
10749 value (Bug#10937).
10750
3f018d6d
EZ
107512012-03-09 Eli Zaretskii <eliz@gnu.org>
10752
dbbc2e69
SM
10753 * mail/smtpmail.el (smtpmail-send-it):
10754 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
10755 valid mbox format.
10756
f7fd3d79
GM
107572012-03-09 Glenn Morris <rgm@gnu.org>
10758
10759 * files.el (dir-locals-find-file):
10760 Don't check result is regular, readable.
10761 (dir-locals-read-from-file): Demote errors.
10762
6ff6e72f
EZ
107632012-03-08 Eli Zaretskii <eliz@gnu.org>
10764
dbbc2e69
SM
10765 * international/quail.el (quail-insert-kbd-layout):
10766 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
10767 layout cell, to prevent their reordering by bidi display engine.
10768 For details, see the discussion in
10769 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10770
9cec7834
AM
107712012-03-08 Alan Mackenzie <acm@muc.de>
10772
10773 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10774 the starting position; make it extend the marked region when
10775 invoked repeatedly - all under appropriate circumstances.
10776 Fixes bugs #5525, #10906.
10777
9a40b8d4
GM
107782012-03-08 Glenn Morris <rgm@gnu.org>
10779
10780 * files.el (locate-dominating-file, dir-locals-find-file):
10781 Undo 2012-03-06 change.
10782
7a08ed35
EZ
107832012-03-07 Eli Zaretskii <eliz@gnu.org>
10784
dbbc2e69
SM
10785 * international/quail.el (quail-help):
10786 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
10787 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10788 for the reason.
10789
5aca4f71 107902012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
10791
10792 Avoid superfluous registering of signals. (Bug#10807)
10793
10794 * notifications.el (notifications-on-action-object)
10795 (notifications-on-close-object): New defvars.
10796 (notifications-on-action-signal, notifications-on-closed-signal):
10797 Unregister the signal if not needed any longer.
10798 (notifications-notify): Register `notifications-action-signal' or
10799 `notifications-closed-signal', if :on-action or :on-close has been
10800 passed as argument.
10801
78e8b10a
CY
108022012-03-07 Chong Yidong <cyd@gnu.org>
10803
10804 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10805 non-X platforms.
10806
69481eb8
GM
108072012-03-06 Glenn Morris <rgm@gnu.org>
10808
10809 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10810 (x-disown-selection-internal, x-get-selection-internal):
10811 Doc fix (add arglist signatures). (Bug#10783)
10812
133b8e11
KS
108132012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10814
10815 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10816 Handle breakpoints with no "type".
10817
99a83064
GM
108182012-03-06 Glenn Morris <rgm@gnu.org>
10819
10820 * files.el (locate-dominating-file): Add optional predicate argument.
10821 (dir-locals-find-file): Make use of above change.
10822
17798e78
TTN
108232012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10824
10825 * info.el (Info-insert-dir): Also try "dir.gz".
10826
eb182446
GM
108272012-03-06 Glenn Morris <rgm@gnu.org>
10828
8f2114ee
GM
10829 * files.el (dir-locals-find-file):
10830 Ignore non-readable or non-regular files. (Bug#10928)
10831
eb182446
GM
10832 * files.el (locate-dominating-file): Doc fix.
10833
24679323
AS
108342012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10835
10836 * calendar/calendar.el (calendar-set-mode-line):
10837 `getenv' returns a string. (Bug#10951)
10838
01d972a9
LL
108392012-03-05 Leo Liu <sdl.web@gmail.com>
10840
109aa8a9
LL
10841 * simple.el (backward-delete-char-untabify): Constrain point to
10842 field (Bug#10939).
10843
01d972a9
LL
10844 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10845
10607bea
CY
108462012-03-05 Chong Yidong <cyd@gnu.org>
10847
10848 * simple.el (count-words): If called from Lisp, return the word
10849 count, for symmetry with `count-lines'. Arglist changed.
10850 (count-words--message): Args changed. Consolidate counting code
10851 from count-words and count-words-region.
10852 (count-words-region): Caller changed.
10853 (count-lines-region): Make it an obsolete alias.
10854
5dd11cfe
TH
108552012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10856
10857 * saveplace.el (save-place-to-alist)
10858 (save-place-ignore-files-regexp): Allow value nil to disable this
10859 feature.
10860
c349f4e6
CY
108612012-03-04 Chong Yidong <cyd@gnu.org>
10862
10863 * faces.el (face-spec-reset-face): For the default face, reset the
10864 attributes to default values (Bug#10748).
10865
e627be4c
LMI
108662012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10867
10868 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10869 previous patch: Check `message-send-mail-function', and not the
10870 default function (bug#10897).
10871
ebeabff4
MA
108722012-03-04 Michael Albinus <michael.albinus@gmx.de>
10873
a41a6cf4
MA
10874 * notifications.el (notifications-on-action-signal)
10875 (notifications-on-closed-signal): Check for unique service name of
10876 incoming event. Fix error in removing entry.
ebeabff4 10877 (top): Register for signals with wildcard service name.
a41a6cf4 10878 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 10879
c1ca42b4
CY
108802012-03-04 Chong Yidong <cyd@gnu.org>
10881
dc9924b8 10882 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 10883
ea16568d
GM
108842012-03-04 Glenn Morris <rgm@gnu.org>
10885
10886 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10887 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10888 (expand-abbrev, define-abbrev-table): Doc fixes.
10889
fbae4637
LMI
108902012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10891
10892 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10893 `message-default-send-mail-function' and not `send-mail-function'
10894 when doing the prompting for `sendmail-query-once' before sending
10895 in Message buffers (bug#10897).
10896
a1e7225c
LMI
10897 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10898 This is inconsistent with all the other stream functions, which leave
10899 the setting up to the higher levels (if so wanted) (bug#10931).
10900
56d093a9
AM
109012012-03-02 Alan Mackenzie <acm@muc.de>
10902
10903 Depessimize the handling of very large macros.
10904
10905 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10906 (c-macro-cache-syntactic): New variables to implement a one
10907 element macro cache.
10908 (c-invalidate-macro-cache): New function.
10909 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10910 Adapt to use the new cache.
10911 (c-state-safe-place): Use better the cache of safe positions.
10912 (c-state-semi-nonlit-pos-cache)
10913 (c-state-semi-nonlit-pos-cache-limit):
10914 New variables for...
10915 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10916 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
10917 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10918 Use c-state-semi-safe-place.
56d093a9 10919
dbbc2e69
SM
10920 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10921 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 10922
817e5c3d
MA
109232012-03-02 Michael Albinus <michael.albinus@gmx.de>
10924
dbbc2e69
SM
10925 * jka-compr.el (jka-compr-call-process):
10926 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
10927 not remote.
10928
a032a702
MA
109292012-03-01 Michael Albinus <michael.albinus@gmx.de>
10930
10931 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10932 access of FILE2, if FILE1 does not exist.
10933
99a54f21
MA
10934 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10935 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10936
10937 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10938 Add "PAGER=" to `process-environment'.
10939
f6561e1f
MM
109402012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10941
10942 * progmodes/sql.el: Bug fix
10943 (sql-get-login-ext): Save login values in globals.
10944 (sql-get-login): Use new version of `sql-get-login-ext'.
10945 (sql-interactive-mode): Set global `sql-connection' to nil.
10946 (sql-connect): Set global values for connection.
10947 (sql-product-interactive): Save global values as buffer local.
10948
2d44d9cc
LL
109492012-02-29 Leo Liu <sdl.web@gmail.com>
10950
10951 * abbrev.el (define-abbrevs): Reset sys to nil.
10952
96b49301 109532012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10954
bf7f9bc5
JB
10955 * files.el (file-equal-p): Rename from `files-equal-p'.
10956 Return nil when one or both files don't exist.
96b49301 10957 (file-subdir-of-p): Now only top directory must exists,
10958 return nil if it doesn't.
bf7f9bc5
JB
10959 (copy-directory): No need to test with `file-subdir-of-p' after
10960 creating dir.
10961 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10962 to `file-equal-p'.
96b49301 10963
44e97401
GM
109642012-02-28 Glenn Morris <rgm@gnu.org>
10965
10966 * shell.el (shell-mode):
10967 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10968 * play/landmark.el (landmark-font-lock-face-O):
10969 * play/handwrite.el (handwrite):
10970 * play/gomoku.el (gomoku-O):
10971 * net/browse-url.el (browse-url-browser-display):
10972 * international/mule.el (define-charset):
10973 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10974 * filesets.el (filesets-find-file-delay):
10975 * eshell/em-xtra.el (eshell-xtra):
10976 * eshell/em-unix.el (eshell-grep):
10977 * emulation/viper.el (viper-mode):
10978 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10979 * emacs-lisp/easymenu.el (easy-menu-define):
10980 * calendar/timeclock.el (timeclock-use-display-time):
10981 * bs.el (bs-mode):
10982 * bookmark.el (bookmark-save-flag):
10983 Doc fix (standardize possessive apostrophe usage).
10984
c98c6276
CY
109852012-02-27 Chong Yidong <cyd@gnu.org>
10986
bf7f9bc5
JB
10987 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10988 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 10989
c98c6276
CY
10990 * font-lock.el (font-lock-specified-p): Rename from
10991 font-lock-spec-present. Callers changed.
10992
9c62cd04 109932012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 10994
bf7f9bc5
JB
10995 * emacs-lisp/package.el (package-compute-transaction):
10996 Handle holding a package version to t in package-load-list.
8ac9e529 10997
530739c9
MA
109982012-02-26 Michael Albinus <michael.albinus@gmx.de>
10999
11000 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
11001 (tramp-get-inode, tramp-get-device): Use cached values.
11002
487915d7
AM
110032012-02-26 Alan Mackenzie <acm@muc.de>
11004
11005 Check there is a font-lock specification before doing initial
11006 fontification.
11007
11008 * font-core.el (font-lock-mode): Move the conditional from
11009 :after-hook to font-lock-initial-fontify.
11010 (font-lock-default-function): Move the check for a specification
11011 to font-lock-spec-present.
11012
dc9924b8 11013 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
11014 (font-lock-spec-present): New function.
11015
4fd96557
JB
110162012-02-26 Jim Blandy <jimb@red-bean.com>
11017
11018 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
11019 (gdb-send): Apply it to the operand of the '-interpreter-exec
11020 console' command, so that we can pass arguments with (say) quotes
11021 in them. Store exact string sent in gdb-debug-log (Bug#10765).
11022
9a4888c0
CY
110232012-02-26 Chong Yidong <cyd@gnu.org>
11024
07498861
CY
11025 * help-fns.el (describe-function-1): Clarify description of
11026 remapping (Bug#10844).
11027
9a4888c0
CY
11028 * files.el (files-equal-p): Doc fix.
11029 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
11030 and quit the loop once a mismatch is found.
11031
ea8fb88d
JB
110322012-02-25 Juanma Barranquero <lekktu@gmail.com>
11033
11034 * bs.el (bs--show-with-configuration): Don't throw an error
11035 if the window cannot be split; otherwise, subsequent calls to
11036 bs-show fail, restoring a stale window config. (Bug#10882)
11037
525795c1
JD
110382012-02-25 Jan Djärv <jan.h.d@swipnet.se>
11039
11040 * term/ns-win.el (global-map): Bind ns-drag-file to
11041 ns-find-file (Bug#5855, Bug#10050).
11042
f008086f
AS
110432012-02-25 Andreas Schwab <schwab@linux-m68k.org>
11044
11045 * calendar/parse-time.el (parse-time-string): Allow extractor to
11046 return nil.
11047
a3fcfa99
MA
110482012-02-25 Michael Albinus <michael.albinus@gmx.de>
11049
91027d08
JB
11050 * net/tramp.el (tramp-file-name-for-operation):
11051 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
11052
11053 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
11054 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
11055 Add COPY-CONTENTS argument.
a3fcfa99 11056
67b0de11
CY
110572012-02-25 Chong Yidong <cyd@gnu.org>
11058
11059 Add custom groups for VC backends, for consistency with vc-bzr.
11060
11061 * vc/vc-arch.el (vc-arch):
11062 * vc/vc-cvs.el (vc-cvs):
11063 * vc/vc-git.el (vc-git):
11064 * vc/vc-hg.el (vc-hg):
11065 * vc/vc-mtn.el (vc-mtn):
11066 * vc/vc-rcs.el (vc-rcs):
11067 * vc/vc-sccs.el (vc-sccs):
11068 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
11069 All relevant defcustoms reassigned.
11070
3c9dfce6
CY
110712012-02-25 Chong Yidong <cyd@gnu.org>
11072
1339bf43
CY
11073 * newcomment.el (comment-styles): Add autoload (Bug#10868).
11074
3c9dfce6
CY
11075 * term/x-win.el (x-initialize-window-system): Reduce default for
11076 x-selection-timeout to 5 seconds (Bug#8869).
11077
25b2e303 110782012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11079
ec70a47d
GM
11080 * files.el (files-equal-p, file-subdir-of-p): New functions.
11081 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 11082 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
11083 * dired-aux.el (dired-copy-file-recursive): Same.
11084 (dired-create-files): Modify destination when source is equal to
11085 dest when copying files.
53a46cd0 11086 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 11087
914260cd
MA
110882012-02-24 Michael Albinus <michael.albinus@gmx.de>
11089
11090 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
11091 (Bug#10874)
11092
2cb228f7
AM
110932012-02-23 Alan Mackenzie <acm@muc.de>
11094
11095 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
11096 parameter "after-hook:" to allow the expansion to run code after
11097 the execution of the mode hooks.
11098
11099 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 11100 from font-lock-mode-internal.
2cb228f7 11101
91027d08 11102 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
11103 :after-hook.
11104
8f0fde21
SM
111052012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11106
3e88618b
SM
11107 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
11108 (completion--cache-all-sorted-completions): New function.
11109 (completion-all-sorted-completions): Use it.
11110 (completion--do-completion, minibuffer-force-complete):
11111 Use it to re-instate the flush hook.
11112
8f0fde21
SM
11113 * icomplete.el (icomplete-completions): Replace last fix with a better
11114 one (bug#10850).
11115
8e911f6f
DG
111162012-02-23 Dmitry Gutov <dgutov@yandex.ru>
11117
11118 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
11119 when it might call us back infinitely (bug#10797).
11120
49fe4321
GM
111212012-02-23 Glenn Morris <rgm@gnu.org>
11122
11123 * minibuffer.el (completion-category-overrides): Doc fix.
11124
b291b572
SM
111252012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * minibuffer.el (completion-table-with-context): Fix inf-loop.
11128 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
11129
31a9ef2e
GM
111302012-02-23 Glenn Morris <rgm@gnu.org>
11131
5e6e6794 11132 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
11133 (authors-obsolete-files-regexps, authors-ignored-files)
11134 (authors-ambiguous-files, authors-renamed-files-alist):
11135 Add more entries.
11136
0bd1e074
JL
111372012-02-23 Juri Linkov <juri@jurta.org>
11138
11139 * isearch.el (isearch-occur): Sync interactive spec with occur's
11140 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
11141
b617673c
JL
11142 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
11143
19e9789e
JL
111442012-02-22 Juri Linkov <juri@jurta.org>
11145
11146 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
11147 (ucs-insert): Doc fix. Check for hex digits in the string.
11148 Don't display `nil' in the error message. (Bug#10857)
11149
f41ce09d
AM
111502012-02-22 Alan Mackenzie <acm@muc.de>
11151
7a71b18d 11152 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 11153
ac2eceee
GM
111542012-02-22 Glenn Morris <rgm@gnu.org>
11155
11156 * ffap.el (ffap-c-path):
11157 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
11158
abd1f678
CY
111592012-02-22 Chong Yidong <cyd@gnu.org>
11160
11161 * custom.el (load-theme): Doc fix.
11162
f25aef2e
GM
111632012-02-22 Glenn Morris <rgm@gnu.org>
11164
11165 * dired-x.el (dired-guess-shell-alist-default):
11166 Remove escape sequences from nroff output. (Bug#172)
11167
5f8dc2ca
GM
111682012-02-21 Glenn Morris <rgm@gnu.org>
11169
6ff86ec4
GM
11170 * vc/emerge.el (emerge-defvar-local):
11171 Set `permanent-local' property rather than unused `preserved'.
11172
be3223a3 11173 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
11174 (picture-mode-map): Use it. (Bug#10860)
11175 (picture-mode): Doc fix.
11176
3fe58f4f
JB
111772012-02-21 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * newcomment.el (uncomment-region-default): Remove unused binding.
11180
f9a998c3
GM
111812012-02-21 Glenn Morris <rgm@gnu.org>
11182
11183 * textmodes/picture.el (picture-motion, picture-motion-reverse)
11184 (picture-self-insert, picture-tab-chars): Doc fix.
11185 (picture-mode-map): Fix C-a, C-e.
11186
c6029348
GM
111872012-02-20 Glenn Morris <rgm@gnu.org>
11188
11189 * emacs-lisp/authors.el (authors-aliases): Add another entry.
11190
ab1ce9d7
LL
111912012-02-20 Leo Liu <sdl.web@gmail.com>
11192
11193 * icomplete.el (icomplete-completions): Check FROM arg before
11194 passing to substring (Bug#10850).
11195
0fd40f89
CY
111962012-02-19 Chong Yidong <cyd@gnu.org>
11197
11198 * comint.el: Require ansi-color.
11199 (comint-output-filter-functions): Add ansi-color-process-output.
11200
11201 * ansi-color.el: Don't set comint-output-filter-functions; it is
11202 now in the initial value defined in comint.el.
11203 (ansi-color-apply-face-function): New variable.
11204 (ansi-color-apply-on-region): Use it.
11205 (ansi-color-apply-overlay-face): New function.
11206
11207 * shell.el (shell): No need to require ansi-color.
11208 (shell-mode): Use ansi-color-apply-face-function to highlight
11209 color escapes using font-lock-face property (Bug#10835).
11210
20af2394
CY
112112012-02-19 Chong Yidong <cyd@gnu.org>
11212
11213 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
11214 mode-line formats (Bug#10839).
11215
e23a3fbe
GM
112162012-02-18 Glenn Morris <rgm@gnu.org>
11217
b474519e
GM
11218 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
11219
11220 * mail/undigest.el (unforward-rmail-message): Doc fix.
11221
e23a3fbe
GM
11222 * saveplace.el (save-place-ignore-files-regexp): Add :version.
11223
57939ff4
EZ
112242012-02-18 Eli Zaretskii <eliz@gnu.org>
11225
11226 * international/characters.el (script-list): Sync with the latest
11227 Unicode Character Database.
11228
0c23686e
AS
112292012-02-18 Andreas Schwab <schwab@linux-m68k.org>
11230
11231 * international/titdic-cnv.el: Remove duplicate coding tag.
11232 * language/cham.el: Likewise.
11233 * language/tai-viet.el: Likewise.
11234
6818b449
GM
112352012-02-18 Glenn Morris <rgm@gnu.org>
11236
11237 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
11238 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
11239 (calendar-bahai-all-holidays-flag, calendar-other-dates):
11240 * calendar/diary-lib.el (diary-abbreviated-year-flag):
11241 * calendar/holidays.el (holiday-bahai-holidays)
11242 (calendar-holidays, list-holidays):
11243 Use utf-8 Bahá'í in doc-strings, menus, etc.
11244
0311a3fc
TH
112452012-02-17 Tassilo Horn <tassilo@member.fsf.org>
11246
11247 * saveplace.el (save-place-ignore-files-regexp): New variable
11248 allowing for excluding files from saving their location of point.
11249 The default value matches the temporary commit message editing
11250 files from Git, SVN, Bazaar, and Mercurial.
11251 (save-place-to-alist): Use it.
11252
d209e2fb 112532012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 11254 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
11255
11256 * newcomment.el (uncomment-region-default): Don't leave extra space
11257 when an arg is provided (bug#8150).
11258
ee0ce425
TZ
112592012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
11260
eb864a71 11261 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 11262
95ddf442
GM
112632012-02-17 Glenn Morris <rgm@gnu.org>
11264
11265 * net/socks.el: Require network-stream. (Bug#10599)
11266
48dd1e39 112672012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
11268
11269 * international/charprop.el:
11270 * international/uni-name.el:
11271 * international/uni-old-name.el:
11272 * international/uni-comment.el: Regenerate.
11273
d68cd087
GM
112742012-02-16 Glenn Morris <rgm@gnu.org>
11275
11276 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
11277 Interactively in calendar buffer, give an error if not on a date.
11278
13932042
GM
112792012-02-15 Glenn Morris <rgm@gnu.org>
11280
11281 * shell.el (shell-delimiter-argument-list):
11282 Revert 2011-02-17 change. (Bug#8027)
11283
c3a70e2b
CY
112842012-02-15 Chong Yidong <cyd@gnu.org>
11285
60236b0d
CY
11286 * minibuffer.el (completion-at-point-functions): Doc fix.
11287
c3a70e2b
CY
11288 * custom.el (defcustom): Doc fix; note use of defvar.
11289
9f26dc24
GM
112902012-02-15 Glenn Morris <rgm@gnu.org>
11291
11292 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11293 Doc fixes.
11294
6546b134
GM
112952012-02-14 Glenn Morris <rgm@gnu.org>
11296
11297 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11298
d29b2b4c
LI
112992012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
11300
11301 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11302 way the ports list is computed.
835bdcba
LI
11303 (smtpmail-query-smtp-server): Prompt the user for a port number if
11304 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 11305
08dcdbc9
TZ
113062012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11307
11308 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11309
2605051a
GM
113102012-02-13 Glenn Morris <rgm@gnu.org>
11311
11312 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
11313
7ee99f32
TZ
113142012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
11315
11316 * net/gnutls.el (gnutls-trustfiles): New variable.
11317 (gnutls-negotiate): Use it.
11318
5f0af64f
LI
113192012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
11320
11321 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11322 does its stuff if Gnus is running.
11323
c14fcc95
AM
113242012-02-13 Alan Mackenzie <acm@muc.de>
11325
11326 Fix a loop in c-set-fl-decl-start.
11327
7a71b18d 11328 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
11329 c-backward-syntactic-ws actually moves backwards.
11330
142b4d90
LL
113312012-02-13 Leo Liu <sdl.web@gmail.com>
11332
11333 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11334 beginning so that all \C-o chars are removed.
11335
fa9958a6
TZ
113362012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11337
dc9924b8 11338 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 11339
0bc5886a
AM
113402012-02-12 Alan Mackenzie <acm@muc.de>
11341
11342 Fix infinite loop with long macros.
4d6769e1 11343 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 11344
d4bd55e7
CY
113452012-02-12 Chong Yidong <cyd@gnu.org>
11346
11347 * window.el (display-buffer): Doc fix (Bug#10785).
11348
66f3fe22
GM
113492012-02-12 Glenn Morris <rgm@gnu.org>
11350
bd7da63e
GM
11351 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11352 (x-disown-selection-internal, x-get-selection-internal):
11353 Sync docs with the xselect.c versions.
11354
66f3fe22
GM
11355 * allout-widgets.el: Add missing license notice.
11356
3e0d2fa7
GM
113572012-02-11 Glenn Morris <rgm@gnu.org>
11358
cfecdf09
GM
11359 * select.el (x-get-selection-internal, x-own-selection-internal)
11360 (x-disown-selection-internal):
11361 * x-dnd.el (x-get-selection-internal): Update declarations.
11362
6d216d7f
GM
11363 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11364
2bed3f04
GM
11365 * window.el (window-sides-slots):
11366 * tool-bar.el (tool-bar-position):
11367 * term/xterm.el (xterm-extra-capabilities):
11368 * ses.el (ses-self-reference-early-detection):
11369 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11370 (verilog-auto-wire-type)
11371 (verilog-auto-delete-trailing-whitespace)
11372 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11373 (verilog-auto-tieoff-declaration):
11374 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11375 (sql-oracle-statement-starters, sql-oracle-scan-on):
11376 * progmodes/prolog.el (prolog-align-comments-flag)
11377 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11378 (prolog-left-indent-regexp, prolog-paren-indent-p)
11379 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11380 (prolog-types, prolog-mode-specificators)
11381 (prolog-determinism-specificators, prolog-directives)
11382 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11383 (prolog-electric-dot-flag)
11384 (prolog-electric-dot-full-predicate-template)
11385 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11386 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11387 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11388 (prolog-program-switches, prolog-prompt-regexp)
11389 (prolog-debug-on-string, prolog-debug-off-string)
11390 (prolog-trace-on-string, prolog-trace-off-string)
11391 (prolog-zip-on-string, prolog-zip-off-string)
11392 (prolog-use-standard-consult-compile-method-flag)
11393 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11394 (prolog-imenu-max-lines, prolog-info-predicate-index)
11395 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11396 (prolog-char-quote-workaround):
11397 * progmodes/cc-vars.el (c-defun-tactic):
11398 * net/tramp.el (tramp-encoding-command-interactive)
11399 (tramp-local-end-of-line):
11400 * net/soap-client.el (soap-client):
11401 * net/netrc.el (netrc-file):
11402 * net/gnutls.el (gnutls):
11403 * minibuffer.el (completion-category-overrides)
11404 (completion-cycle-threshold)
11405 (completion-pcm-complete-word-inserts-delimiters):
11406 * man.el (Man-name-local-regexp):
11407 * mail/feedmail.el (feedmail-display-full-frame):
11408 * international/characters.el (glyphless-char-display-control):
11409 * eshell/em-ls.el (eshell-ls-date-format):
11410 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11411 (lisp-lambda-list-keyword-parameter-indentation)
11412 (lisp-lambda-list-keyword-parameter-alignment):
11413 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11414 * dired-x.el (dired-omit-verbose):
11415 * cus-theme.el (custom-theme-allow-multiple-selections):
11416 * calc/calc.el (calc-highlight-selections-with-faces)
11417 (calc-lu-field-reference, calc-lu-power-reference)
11418 (calc-note-threshold):
11419 * battery.el (battery-mode-line-limit):
11420 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11421 (archive-7z-update):
11422 * allout.el (allout-prefixed-keybindings)
11423 (allout-unprefixed-keybindings)
11424 (allout-inhibit-auto-fill-on-headline)
11425 (allout-flattened-numbering-abbreviation):
11426 * allout-widgets.el (allout-widgets-auto-activation)
11427 (allout-widgets-icons-dark-subdir)
11428 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11429 (allout-widgets-theme-dark-background)
11430 (allout-widgets-theme-light-background)
11431 (allout-widgets-item-image-properties-emacs)
11432 (allout-widgets-item-image-properties-xemacs)
11433 (allout-widgets-run-unit-tests-on-load)
11434 (allout-widgets-time-decoration-activity)
11435 (allout-widgets-hook-error-post-time)
11436 (allout-widgets-track-decoration):
11437 Add missing :version tags to new defcustoms and defgroups.
11438
5fec1b8e
GM
11439 * progmodes/sql.el (sql-ansi-statement-starters)
11440 (sql-oracle-statement-starters): Add custom type.
11441
3e0d2fa7
GM
11442 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11443 (prolog-system-version): Give it a type.
11444
90b671e2
EZ
114452012-02-11 Eli Zaretskii <eliz@gnu.org>
11446
11447 * term/pc-win.el (x-select-text, x-selection-owner-p)
11448 (x-own-selection-internal, x-disown-selection-internal)
11449 (x-get-selection-internal): Sync doc strings and argument lists
11450 with xselect.c, common-win.el and x-win.el. (Bug#10783)
11451
5eac0c02
LL
114522012-02-11 Leo Liu <sdl.web@gmail.com>
11453
11454 * progmodes/python.el (python-end-of-statement): Fix infinite
11455 loop. (Bug#10788)
11456
f82cb659
GM
114572012-02-10 Glenn Morris <rgm@gnu.org>
11458
11459 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11460 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11461
cc26d239
LI
114622012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11463
11464 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11465 about SMTP before checking the From header.
11466
91027d08 11467 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
11468 into own function for reuse by emacsbug.el.
11469
1be3ca5a
LL
114702012-02-10 Leo Liu <sdl.web@gmail.com>
11471
11472 * subr.el (condition-case-unless-debug): Rename from
11473 condition-case-no-debug. All callers changed.
11474 (with-demoted-errors): Fix caller.
11475
11476 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11477 * nxml/rng-valid.el (rng-do-some-validation):
11478 * emacs-lisp/package.el (package-refresh-contents)
11479 (package-menu-execute):
11480 * desktop.el (desktop-create-buffer):
91027d08 11481 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 11482
b011fbfe
GM
114832012-02-10 Glenn Morris <rgm@gnu.org>
11484
b2096d72
GM
11485 * textmodes/bibtex.el:
11486 Add missing :version tags for new/changed defcustoms.
11487
b011fbfe
GM
11488 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11489
4c7e65bf
LI
114902012-02-09 Lars Ingebrigtsen <larsi@rusty>
11491
11492 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11493 (smtpmail-via-smtp): Use it, or fall back on the From address.
11494 (smtpmail-send-it): Ditto.
11495
f3934f6f
SM
114962012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11499 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11500 (byte-compile-tmp-var): New const.
11501 (byte-compile-defvar): Use it to minimize .elc size.
11502 Just use `defvar' rather than simulate it (bug#10761).
11503
a075a2c5
GM
115042012-02-09 Glenn Morris <rgm@gnu.org>
11505
cf3aa21b
GM
11506 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11507
354998cd
GM
11508 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11509 Add :version tags.
11510
dc9924b8
SM
11511 * progmodes/compile.el (compilation-error-screen-columns)
11512 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 11513
dab3703d
GM
11514 * vc/log-view.el (log-view-toggle-entry-display):
11515 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11516
3f88cd72
GM
11517 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11518 (report-emacs-bug-can-use-xdg-email):
11519 (report-emacs-bug-insert-to-mailer): Doc fixes.
11520 (report-emacs-bug): Message fix.
11521
d95b247d
GM
11522 * net/browse-url.el (browse-url-can-use-xdg-open)
11523 (browse-url-xdg-open): Doc fixes.
11524
a075a2c5
GM
11525 * electric.el (electric-indent-mode, electric-pair-mode)
11526 (electric-layout-rules, electric-layout-mode): Doc fixes.
11527 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11528
ffb6157e
MR
115292012-02-08 Martin Rudalics <rudalics@gmx.at>
11530
11531 * server.el (server-unselect-display): Don't inadvertently kill
11532 the current buffer. (Bug#10729)
11533
e1ac4066
GM
115342012-02-08 Glenn Morris <rgm@gnu.org>
11535
34e8a2da
GM
11536 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11537 (sql-list-table): Doc fixes.
11538
b4ac6e8c
GM
11539 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11540 Comment out (does nothing).
11541
e1ac4066
GM
11542 * completion.el (dynamic-completion-mode):
11543 * dirtrack.el (dirtrack-debug-mode):
11544 * electric.el (electric-layout-mode):
11545 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11546 * face-remap.el (text-scale-mode, buffer-face-mode):
11547 * iimage.el (iimage-mode):
11548 * image-mode.el (image-transform-mode):
11549 * minibuffer.el (completion-in-region-mode):
11550 * scroll-lock.el (scroll-lock-mode):
11551 * simple.el (next-error-follow-minor-mode):
11552 * tar-mode.el (tar-subfile-mode):
11553 * tooltip.el (tooltip-mode):
11554 * vcursor.el (vcursor-use-vcursor-map):
11555 * wid-browse.el (widget-minor-mode):
11556 * emulation/tpu-edt.el (tpu-edt-mode):
11557 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11558 * international/iso-ascii.el (iso-ascii-mode):
11559 * language/thai-util.el (thai-word-mode):
11560 * mail/supercite.el (sc-minor-mode):
11561 * net/goto-addr.el (goto-address-mode):
11562 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11563 * progmodes/cwarn.el (cwarn-mode):
11564 * progmodes/flymake.el (flymake-mode):
11565 * progmodes/glasses.el (glasses-mode):
11566 * progmodes/hideshow.el (hs-minor-mode):
11567 * progmodes/pascal.el (pascal-outline-mode):
11568 * textmodes/enriched.el (enriched-mode):
11569 * vc/smerge-mode.el (smerge-mode):
11570 Doc fixes (minor mode argument).
11571
5e0d957f
EZ
115722012-02-07 Eli Zaretskii <eliz@gnu.org>
11573
11574 * ls-lisp.el (ls-lisp-sanitize): New function.
11575 (ls-lisp-insert-directory): Use it to fix or remove any elements
11576 in file-alist with missing attributes. (Bug#4673)
11577
98d7371e
AM
115782012-02-07 Alan Mackenzie <acm@muc.de>
11579
11580 Fix spurious recognition of c-in-knr-argdecl.
11581
11582 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11583 putative K&R region.
11584
667ced3a
AM
115852012-02-07 Alan Mackenzie <acm@muc.de>
11586
eb864a71
LM
11587 * progmodes/cc-engine.el (c-forward-objc-directive):
11588 Prevent looping in "#pragma mark @implementation".
667ced3a 11589
5b77774d
MA
115902012-02-07 Michael Albinus <michael.albinus@gmx.de>
11591
11592 * notifications.el (notifications-on-closed-signal): Make `reason'
11593 optional. (Bug#10744)
11594
af008560
GM
115952012-02-07 Glenn Morris <rgm@gnu.org>
11596
60d47423
GM
11597 * emacs-lisp/easy-mmode.el (define-minor-mode):
11598 Doc fixes for the macro and the mode it defines.
11599
dd605cc4
GM
11600 * image.el (imagemagick-types-inhibit): Doc fix.
11601
af008560
GM
11602 * cus-start.el (imagemagick-render-type): Add it.
11603
5cc59a37
LI
116042012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11605
4d6769e1
JB
11606 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11607 Set the default at load time, too, so that `font-lock-fontify-buffer'
11608 can be called without setting up the entire mode first. This fixes
11609 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 11610
9a6dd747
CY
116112012-02-06 Chong Yidong <cyd@gnu.org>
11612
2d16b285
CY
11613 * simple.el (list-processes--refresh): Delete exited processes
11614 (Bug#8094).
11615
171e9b6e
CY
11616 * comint.el (comint-next-prompt): next-single-char-property-change
11617 and prev-single-char-property-change never return nil (Bug#8657).
11618
9a6dd747
CY
11619 * custom.el (defcustom): Doc fix (Bug#9711).
11620
aa4589a7
CY
116212012-02-05 Chong Yidong <cyd@gnu.org>
11622
5c2a252f
CY
11623 * cus-edit.el (custom-variable-reset-backup): Quote the value
11624 before storing it in the customized-value property (Bug#6712).
4aab9006 11625 (custom-display): Add a customization type tag.
983b9602 11626 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 11627
aa4589a7
CY
11628 * wid-edit.el (widget-field-value-get): New optional arg to
11629 suppress trailing whitespace truncation.
11630 (character): Use it (Bug#2689).
11631
1ff980ae
AS
116322012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11633
11634 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11635 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11636
03988c98
CY
116372012-02-05 Chong Yidong <cyd@gnu.org>
11638
eeb6cc88
CY
11639 * cus-edit.el (custom-variable-value-create): For mismatched
11640 types, show the current value (Bug#7600).
11641
03988c98
CY
11642 * custom.el (defcustom): Doc fix.
11643
f8cdeef0
GM
116442012-02-05 Glenn Morris <rgm@gnu.org>
11645
11646 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11647
0696d255
JB
116482012-02-05 Juanma Barranquero <lekktu@gmail.com>
11649
11650 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11651 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11652 (pp-last-sexp): Use `looking-at-p'.
11653
34c99998
GM
116542012-02-04 Glenn Morris <rgm@gnu.org>
11655
8f05da42
GM
11656 * files.el (revert-buffer):
11657 Doc fix (mention revert-buffer-in-progress-p).
11658
f160676e
GM
11659 * emacs-lisp/ert-x.el (ert-simulate-command):
11660 Check deferred-action-list (which is obsolete) is bound.
11661
c7291ad9
GM
11662 * subr.el (with-wrapper-hook): Doc fixes.
11663
34c99998
GM
11664 * simple.el (filter-buffer-substring-functions)
11665 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11666
6283a7d3
LL
116672012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11668
11669 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11670 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11671
e96e3013
LL
116722012-02-04 Leo Liu <sdl.web@gmail.com>
11673
11674 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11675
8ded50f2
GM
116762012-02-04 Glenn Morris <rgm@gnu.org>
11677
82ff1d13
GM
11678 * image.el (image-extension-data): Add obsolete alias.
11679
987a0a16
GM
11680 * isearch.el (isearch-update): Doc fix.
11681
ea32ef46
GM
11682 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11683
8ded50f2
GM
11684 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11685
eea14f31
GM
116862012-02-03 Glenn Morris <rgm@gnu.org>
11687
11688 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11689 (image-animate-timeout): Doc fix.
11690
11691 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11692
12f381b7
GM
116932012-02-02 Glenn Morris <rgm@gnu.org>
11694
953cebf5
GM
11695 * server.el (server-auth-dir): Doc fix.
11696 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11697
12f381b7
GM
11698 * subr.el (run-mode-hooks): Doc fix.
11699
953a8c3b
JL
117002012-02-02 Juri Linkov <juri@jurta.org>
11701
11702 * image-mode.el (image-toggle-display-image): Remove tautological
11703 `major-mode' from the `derived-mode-p' test.
11704
c5d3843c
KH
117052012-02-02 Kenichi Handa <handa@m17n.org>
11706
9f6e692e 11707 * composite.el (compose-region): Cancel previous change.
c5d3843c 11708
159462d4 117092012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
11710
11711 * composite.el (compose-region, compose-string): Signal error for
11712 a null string component (Bug#6988).
11713
9f562668
CY
117142012-02-01 Chong Yidong <cyd@gnu.org>
11715
e2cef717
CY
11716 * view.el (view-buffer-other-window, view-buffer-other-frame):
11717 Handle special modes like view-buffer (Bug#10650).
11718 (view-buffer): Simplify.
11719
9f562668
CY
11720 * frame.el (set-frame-font): Tweak meaning of third argument.
11721
9f6e692e
JB
11722 * dynamic-setting.el (font-setting-change-default-font):
11723 Use set-frame-font (Bug#9982).
9f562668 11724
781acb9f
GM
117252012-02-01 Glenn Morris <rgm@gnu.org>
11726
6035be52
GM
11727 * progmodes/compile.el (compilation-internal-error-properties):
11728 Respect compilation-first-column in the "*compilation*" buffer.
11729
781acb9f
GM
11730 * emacs-lisp/easy-mmode.el (define-minor-mode):
11731 Relax :variable's test for a named function.
11732
abbceb00
AM
117332012-01-31 Alan Mackenzie <acm@muc.de>
11734
11735 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11736 off by one error.
11737
fce3fdeb
CY
117382012-01-31 Chong Yidong <cyd@gnu.org>
11739
11740 * frame.el (set-frame-font): New arg ALL-FRAMES.
11741
11742 * menu-bar.el (menu-set-font): Use set-frame-font.
11743
11744 * faces.el (face-spec-reset-face): Don't apply unspecified
11745 attribute values to the default face.
11746
47893581
JB
117472012-01-31 Juanma Barranquero <lekktu@gmail.com>
11748
11749 * progmodes/cwarn.el (cwarn): Remove dead link.
11750 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11751 Remove * from defcustom docstrings.
11752 (turn-on-cwarn-mode): Make obsolete.
11753 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11754 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11755
e58e988a
GM
117562012-01-31 Glenn Morris <rgm@gnu.org>
11757
60dc2671 11758 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 11759 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 11760 Allow named functions to be used as the cdr of :variable.
e58e988a 11761
7a3f511d
GM
117622012-01-30 Glenn Morris <rgm@gnu.org>
11763
11764 * emacs-lisp/authors.el (authors-fixed-entries):
11765 Remove reference to deleted file rnewspost.el.
11766
cb882333
JB
117672012-01-29 Juanma Barranquero <lekktu@gmail.com>
11768
11769 * window.el (window-with-parameter): Remove unused variable `windows'.
11770 (window--side-check): Remove unused variable `code'.
11771 (window--resize-siblings): Remove unused variable `first'.
11772 (adjust-window-trailing-edge): Remove unused variable `failed'.
11773 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11774 Use `let', not `let*'.
11775 (balance-windows-2): Remove unused variable `found'.
11776 (window--state-put-2): Remove unused variable `splits'.
11777 (window-state-put): Remove unused variable `selected'.
11778 (same-window-p): Use `string-match-p'.
11779 (display-buffer-assq-regexp): Remove unused variable `value'.
11780 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11781 Mark argument ALIST as ignored.
11782 (pop-to-buffer): Remove unused variable `old-window'.
11783
907201af
EZ
117842012-01-29 Eli Zaretskii <eliz@gnu.org>
11785
11786 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11787 and .lzma compressed files.
11788
ea162670
CY
117892012-01-29 Chong Yidong <cyd@gnu.org>
11790
5b95ee8a
CY
11791 * frame.el (window-system-default-frame-alist): Doc fix.
11792
ea162670
CY
11793 * dynamic-setting.el (font-setting-change-default-font): Don't
11794 change the default face if SET-FONT argument is non-nil (Bug#9982).
11795
6fccd6e8 117962012-01-29 Samuel Bronson <naesten@gmail.com>
d6e6f4b1
SB
11797
11798 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11799
0f29fa41 118002012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
11801
11802 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11803 breakpoints in files outside current directory (Bug#6098).
11804
db174434
CY
118052012-01-29 Chong Yidong <cyd@gnu.org>
11806
6b25e4e2
SE
11807 * progmodes/python.el: Require ansi-color at top-level.
11808
6df6ae42
JB
11809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11810 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
11811 (lisp-mode-abbrev-table): Add doc.
11812 (lisp-mode-variables): Don't set local-abbrev-table.
11813 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11814
e70ee681
RW
118152012-01-28 Roland Winkler <winkler@gnu.org>
11816
11817 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11818
ace88aa2
RW
118192012-01-28 Roland Winkler <winkler@gnu.org>
11820
11821 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11822 (bibtex-set-dialect): Use it. Either set global values of
11823 dialect-dependent variables or bind these variables buffer-locally
11824 (Bug#10254).
11825 (bibtex-mode): Call bibtex-set-dialect via
11826 hack-local-variables-hook.
eb864a71
LM
11827 (bibtex-dialect): Update docstring.
11828 Add safe-local-variable predicate.
ace88aa2
RW
11829 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11830 bibtex-set-dialect.
11831 (bibtex-mode-map): Define menu for each dialect.
11832 (bibtex-entry): Fix docstring.
11833
93376c5b
CY
118342012-01-28 Chong Yidong <cyd@gnu.org>
11835
11836 * eshell/esh-arg.el (eshell-quote-argument): New function.
11837
11838 * eshell/esh-ext.el (eshell-invoke-batch-file):
11839 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11840 first arg to eshell-parse-command (Bug#10523).
11841
4372494f
DA
118422012-01-28 Drew Adams <drew.adams@oracle.com>
11843
11844 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11845 `default-directory' is non-nil.
11846
4d4ec1f8
EZ
118472012-01-28 Eli Zaretskii <eliz@gnu.org>
11848
11849 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11850 line that displays system-configuration-options. (Bug#9924)
11851
7c188927
DA
118522012-01-28 Drew Adams <drew.adams@oracle.com>
11853
11854 * descr-text.el (describe-char): Show information about POS, in
11855 addition to information about the character at POS. Improve and
11856 update the doc string. Change "code point" to "code point in
11857 charset", to avoid confusion with the character's Unicode code
11858 point shown above that. (Bug#10129)
11859
e0da685a
EZ
118602012-01-28 Eli Zaretskii <eliz@gnu.org>
11861
11862 * descr-text.el (describe-char): Show the raw character, not only
11863 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11864 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11865 for the reasons.
11866
70550acf
PH
118672012-01-28 Phil Hagelberg <phil@hagelb.org>
11868
eb864a71
LM
11869 * emacs-lisp/package.el (package-install):
11870 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 11871
0ce8e868
CY
118722012-01-28 Chong Yidong <cyd@gnu.org>
11873
cb882333
JB
11874 * emacs-lisp/package.el (package-maybe-load-descriptor):
11875 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
11876 (package-maybe-load-descriptor): Use it.
11877 (package-download-transaction): Fully load required packages
11878 inside the loop, so that `require' calls work (Bug#10593).
11879 (package-install): No need to call package-initialize now.
11880
2e7f3bea
CY
118812012-01-28 Chong Yidong <cyd@gnu.org>
11882
6e9bad14
CY
11883 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11884
f823b8ca
CY
11885 * tooltip.el (tooltip-mode): Doc fix.
11886 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11887
2680c309
CY
11888 * frame.el (set-cursor-color): Doc fix (Bug#352).
11889
d7a9e63b
CY
11890 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11891 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11892
2e7f3bea
CY
11893 * cus-edit.el (custom-buffer-create-internal): Fix search button
11894 action (Bug#10542).
2ae01800 11895 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 11896
fc4f7a23
EW
118972012-01-27 Eduard Wiebe <usenet@pusto.de>
11898
11899 * dired.el (dired-mark-files-regexp):
11900 Include any subdirectory components. (Bug#10445)
11901
7dd37071
ML
119022012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11903
11904 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11905 Handle [host]:port syntax. (Bug#10533)
11906
a268160b
AH
119072012-01-27 Alex Harsanyi <harsanyi@mac.com>
11908
11909 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11910
e43273ef
GM
119112012-01-26 Glenn Morris <rgm@gnu.org>
11912
11913 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11914 * term.el (term-raw-escape-map): Use Control-X-prefix.
11915 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11916
1edf595d
MR
119172012-01-25 Martin Rudalics <rudalics@gmx.at>
11918
11919 * window.el (window-state-get, window--state-get-1): Don't deal
11920 with fixed-sizeness of windows. Simplify code.
11921
fa8eafef
JC
119222012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11923
6df6ae42
JB
11924 * window.el (window--state-get-1, window--state-put-2):
11925 Don't save and restore the mark.
fa8eafef 11926
0b21c100
CY
119272012-01-25 Chong Yidong <cyd@gnu.org>
11928
11929 * custom.el (custom-variable-p): Doc fix.
11930
5ae1a6c8
GM
119312012-01-25 Glenn Morris <rgm@gnu.org>
11932
40047858
GM
11933 * dired.el (dired-goto-file): Handle some of the more common
11934 characters that `ls -b' escapes. (Bug#10596)
11935
5ddce96c
GM
11936 * progmodes/compile.el (compilation-next-error-function):
11937 Respect compilation-first-column in the "*compilation*" buffer.
11938 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11939
5ae1a6c8
GM
11940 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11941
b559f1a9
GM
119422012-01-24 Glenn Morris <rgm@gnu.org>
11943
11944 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11945
6725d21a
JD
119462012-01-24 Julien Danjou <julien@danjou.info>
11947
11948 * color.el (color-rgb-to-hsl): Fix value computing.
11949 (color-hue-to-rgb): New function.
11950 (color-hsl-to-rgb): New function.
11951 (color-clamp, color-saturate-hsl, color-saturate-name)
11952 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11953 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11954
70df4bbe
GM
119552012-01-24 Glenn Morris <rgm@gnu.org>
11956
11957 * vc/vc-rcs.el (vc-rcs-create-tag):
11958 * vc/vc-sccs.el (vc-sccs-create-tag):
11959 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11960
802a2ae2
ML
119612012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11962
11963 * eshell/esh-util.el (eshell-read-hosts-file):
11964 Skip comment lines. (Bug#10549)
11965
d7128bb1
ML
11966 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11967
d1a5c3b4
JB
119682012-01-23 Juanma Barranquero <lekktu@gmail.com>
11969
2724d9c7
JB
11970 * subr.el (display-delayed-warnings): Doc fix.
11971 (collapse-delayed-warnings): New function to collapse identical
11972 adjacent warnings.
11973 (delayed-warnings-hook): Add it.
d1a5c3b4 11974
a5509865
MA
119752012-01-22 Michael Albinus <michael.albinus@gmx.de>
11976
11977 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11978
a5509865
MA
11979 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11980 (tramp-default-user-alist): Don't add "pscp".
11981 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11982 property "login-as", if set. (Bug#10530)
11983
cc6d5805
MA
119842012-01-21 Michael Albinus <michael.albinus@gmx.de>
11985
11986 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11987 "plink1" and "psftp". (Bug#10530)
11988
119892012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
11990
11991 * international/mule-cmds.el (prefer-coding-system): Show a
11992 warning message if the default value of file-name-coding-system
11993 was not changed.
11994
f0960428
JC
119952012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11996
cb882333
JB
11997 * windmove.el (windmove-reference-loc):
11998 Fix windmove-reference-loc miscalculation.
f0960428 11999
dd6f2a63
JB
120002012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
12001
12002 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
12003 default unit.
12004
7b447e9b
GM
120052012-01-21 Glenn Morris <rgm@gnu.org>
12006
117a9ea1
GM
12007 * international/mule.el (auto-coding-alist): Add .tbz.
12008
7b447e9b
GM
12009 * files.el (local-enable-local-variables): Doc fix.
12010 (inhibit-local-variables-regexps): Rename from
12011 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
12012 Doc fix. Add some extensions from auto-coding-alist.
12013 (inhibit-local-variables-suffixes):
12014 Rename from inhibit-first-line-modes-suffixes. Doc fix.
12015 (inhibit-local-variables-p):
12016 New function, extracted from set-auto-mode-1.
12017 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
12018 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
12019 (hack-local-variables): Doc fix. Make the mode-only case
12020 respect enable-local-variables and friends.
12021 Respect inhibit-local-variables-regexps for file-locals, but
12022 not for directory-locals.
12023 (set-visited-file-name):
12024 Take account of inhibit-local-variables-regexps.
12025 Whether it applies may change as the file name is changed.
12026 * jka-cmpr-hook.el (jka-compr-install):
12027 * jka-compr.el (jka-compr-uninstall):
12028 Update for inhibit-first-line-modes-suffixes name change.
12029
dd6e3cdd
MR
120302012-01-20 Martin Rudalics <rudalics@gmx.at>
12031
12032 * help-macro.el (make-help-screen): Temporarily restore original
12033 binding for minor-mode-map-alist (Bug#10454).
12034
0d0deb38
JD
120352012-01-19 Julien Danjou <julien@danjou.info>
12036
12037 * color.el (color-name-to-rgb): Use the white color to find the max
12038 color component value and return correctly computed values.
12039 (color-name-to-rgb): Add missing float conversion for max value.
12040
34a02f46
MR
120412012-01-19 Martin Rudalics <rudalics@gmx.at>
12042
12043 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
12044 special state value for window-persistent-parameters.
12045 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
12046 (window--state-put-2): Reset all window parameters to nil before
12047 assigning values of persistent parameters.
12048
606c44c4
AM
120492012-01-18 Alan Mackenzie <acm@muc.de>
12050
12051 Eliminate sluggishness and hangs in fontification of "semicolon
12052 deserts".
12053
cb882333
JB
12054 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
12055 Change value 10000 -> 3000.
606c44c4
AM
12056 (c-state-safe-place): Reformulate so it doesn't stack up an
12057 infinite number of wrong entries in c-state-nonlit-pos-cache.
12058 (c-determine-limit-get-base, c-determine-limit): New functions to
12059 determine backward search limits disregarding literals.
12060 (c-find-decl-spots): Amend commenting.
12061 (c-cheap-inside-bracelist-p): New function which detects "={".
12062
12063 * progmodes/cc-fonts.el
12064 (c-make-font-lock-BO-decl-search-function): Give a limit to a
12065 backward search.
12066 (c-font-lock-declarations): Fix an occurrence of point being
12067 undefined. Check additionally for point being in a bracelist or
12068 near a macro invocation without a semicolon so as to avoid a
12069 fruitless time consuming search for a declarator. Give a more
12070 precise search limit for declarators using the new
12071 c-determine-limit.
12072
f3860cea
GM
120732012-01-18 Glenn Morris <rgm@gnu.org>
12074
12075 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
12076 (set-auto-mode): Doc fixes.
12077
1db03b16
GM
120782012-01-17 Glenn Morris <rgm@gnu.org>
12079
0e6038be
GM
12080 * isearch.el (search-nonincremental-instead): Fix doc typo.
12081
1db03b16
GM
12082 * dired.el (dired-insert-directory): Handle newlines in directory name.
12083 (dired-build-subdir-alist): Unescape newlines in directory name.
12084
4cb0aa75
MA
120852012-01-17 Michael Albinus <michael.albinus@gmx.de>
12086
12087 * net/tramp.el (tramp-local-end-of-line): New defcustom.
12088 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
12089 (tramp-action-terminal): Use it. (Bug#10530)
12090
1d00653d
SM
120912012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
12092
12093 * minibuffer.el (completion--replace): Strip properties (bug#10062).
12094
6a6ee00d
MR
120952012-01-16 Martin Rudalics <rudalics@gmx.at>
12096
12097 * window.el (window-state-ignored-parameters): Remove variable.
12098 (window--state-get-1): Rename argument MARKERS to IGNORE.
12099 Handle persistent window parameters. Make copy of clone-of
12100 parameter only if requested. (Bug#10348)
12101 (window--state-put-2): Install a window parameter only if it has
12102 a non-nil value or an existing parameter shall be overwritten.
12103
97912def
MA
121042012-01-15 Michael Albinus <michael.albinus@gmx.de>
12105
12106 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
12107
688070a5
EZ
121082012-01-14 Eli Zaretskii <eliz@gnu.org>
12109
12110 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
12111 don't pass the (nil) value of `upnode' to string-match.
12112
301afadc
CY
121132012-01-14 Chong Yidong <cyd@gnu.org>
12114
12115 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 12116 Fix values recognized by the cursorBlink resource.
301afadc 12117
9e5788aa
PE
121182012-01-14 Paul Eggert <eggert@cs.ucla.edu>
12119
12120 * epg.el (epg--make-temp-file): Avoid permission race condition
12121 when running on old Emacs versions (bug#10403).
12122
3cdb7f5a
GM
121232012-01-14 Glenn Morris <rgm@gnu.org>
12124
12125 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
12126
8c82b1b4
AM
121272012-01-13 Alan Mackenzie <acm@muc.de>
12128
12129 Fix filling for when filladapt mode is enabled.
12130
12131 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
12132 c-mask-paragraph, pass in `fill-paragraph' rather than
12133 `fill-region-as-paragraph'. (This is a reversion of a previous
12134 change.)
eb864a71
LM
12135 * progmodes/cc-mode.el (c-basic-common-init):
12136 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 12137
e517eda4
GM
121382012-01-13 Glenn Morris <rgm@gnu.org>
12139
1498536e
GM
12140 * dired.el (dired-switches-escape-p): New function.
12141 (dired-insert-directory): Use dired-switches-escape-p.
12142 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
12143
e517eda4
GM
12144 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
12145
328f984d
GM
121462012-01-12 Glenn Morris <rgm@gnu.org>
12147
12148 * mail/sendmail.el (mail-mode): Update paragraph-separate for
12149 changes in adaptive-fill-regexp. (Bug#10276)
12150
2cc769a8
AM
121512012-01-11 Alan Mackenzie <acm@muc.de>
12152
12153 Fix Emacs bug #10463 - put `widen's around the critical spots.
12154
1d00653d 12155 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
12156 widen around each invocation of c-state-pp-to-literal. Remove an
12157 unused let variable.
12158
e52c37fa
GM
121592012-01-11 Glenn Morris <rgm@gnu.org>
12160
12161 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 12162 Doc fix.
e52c37fa 12163
96f8741e
CY
121642012-01-10 Chong Yidong <cyd@gnu.org>
12165
1d00653d
SM
12166 * net/network-stream.el (network-stream-open-starttls):
12167 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
12168 response to the capability command.
12169
b09a806e
GM
121702012-01-10 Glenn Morris <rgm@gnu.org>
12171
12172 * mail/unrmail.el (unrmail): Tweak previous change.
12173
7655cb66
CY
121742012-01-09 Chong Yidong <cyd@gnu.org>
12175
12176 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
12177
9d5a8f0b
AM
121782012-01-08 Alan Mackenzie <acm@muc.de>
12179
12180 Optimise font locking in long enum definitions.
12181
12182 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
12183 arm to a cond form to handle enums.
12184 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
12185 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
12186
9a0115ab 121872012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
12188
12189 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 12190 (Bug#10401)
6bb72cbd 12191
f186bb95
LMI
121922012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12193
29232a68
LMI
12194 * faces.el (set-face-attribute): Clarify the meaning of the nil
12195 frame (bug#10294).
12196
4e5d086d
LMI
12197 * subr.el (with-selected-frame): Mention that the selected frame
12198 is restored (bug#9980).
12199
8e66aebe
LMI
12200 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
12201 (bug#9759).
12202
cd394be1 12203 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
12204 (password-read): Don't autoload unused function.
12205
adf4e762
JB
122062012-01-07 Juanma Barranquero <lekktu@gmail.com>
12207
12208 * progmodes/which-func.el (which-func-mode): Turn into a
12209 non-interactive function and mark as obsolete (bug#10428).
12210
89bd9ccd
CY
122112012-01-06 Chong Yidong <cyd@gnu.org>
12212
12213 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
12214 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
12215 functions, along with 1 and -1.
12216
4afee9d5
EZ
122172012-01-06 Eli Zaretskii <eliz@gnu.org>
12218
12219 * time.el (display-time-load-average)
12220 (display-time-default-load-average): Doc fixes. See the thread
12221 starting at
12222 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
12223 for the details.
12224
536aea70
GM
122252012-01-06 Glenn Morris <rgm@gnu.org>
12226
665ae865
GM
12227 * mail/unrmail.el (unrmail): Give an explicit error if the input file
12228 has no messages. (Bug#10377)
12229
c869783d
GM
12230 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
12231 than Info-edit. (Bug#10385)
12232
2bb4227e
GM
12233 * time.el (display-time-load-average, display-time-next-load-average):
12234 Doc fixes.
12235
7d5944b9
GM
12236 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
12237 local setting of buffer-read-only to the input buffer. (Bug#10419)
12238
536aea70
GM
12239 * calendar/calendar.el (calendar-mode):
12240 Locally set scroll-margin to 0. (Bug#10379)
12241
7dccca16
UM
122422012-01-06 Ulrich Mueller <ulm@gentoo.org>
12243
12244 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
12245
afbb7930
GM
122462012-01-05 Glenn Morris <rgm@gnu.org>
12247
12248 * eshell/em-unix.el (diff-no-select): Autoload it.
12249 (eshell/diff): Use diff-no-select. (Bug#10420)
12250
04482335
CY
122512012-01-05 Chong Yidong <cyd@gnu.org>
12252
7baca3bc
CY
12253 * shell.el (shell-dynamic-complete-functions): Revert last change.
12254 (shell-command-completion-function): New function.
12255 (shell-completion-vars): Use it to implement
12256 shell-completion-execonly (Bug#10417).
12257
04482335
CY
12258 * custom.el (enable-theme): Don't set custom-safe-themes.
12259
1d00653d
SM
12260 * cus-theme.el (custom-theme-merge-theme):
12261 Ignore custom-enabled-themes and custom-safe-themes.
04482335 12262
bb5aa5d6
MM
122632012-01-05 Michael R. Mauger <mmaug@yahoo.com>
12264
12265 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
12266 first prompt in `sql-interacive-mode'.
12267 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 12268 keywords.
6df6ae42 12269 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
12270 (sql-product-interactive): Bug fix: Set `sql-buffer' in
12271 context of original buffer. Invoke `sql-login-hook'.
12272
a7183d7c
EZ
122732012-01-04 Eli Zaretskii <eliz@gnu.org>
12274
12275 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
12276 letters in cite-prefix.
12277
a1eacd1e
LMI
122782012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12279
12280 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
12281
787cdb34
CY
122822012-01-03 Chong Yidong <cyd@gnu.org>
12283
1d00653d
SM
12284 * shell.el (shell-dynamic-complete-functions):
12285 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
12286 comint-filename-completion first (Bug#10417).
12287
30710442
RS
122882012-01-02 Richard Stallman <rms@gnu.org>
12289
12290 * battery.el (battery-status-function):
12291 Detect when to use battery-yeeloong-sysfs.
12292 (battery-echo-area-format): Add string for Yeeloong.
12293 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12294 (battery-yeeloong-sysfs): New function.
12295
f75bfc33
CY
122962012-01-02 Chong Yidong <cyd@gnu.org>
12297
12298 * dirtrack.el (dirtrack-list): Eliminate unused third element.
12299 (dirtrack): Merge code for handling relative filenames in prompt
12300 from shell-dir-cookie-watcher.
12301 (dirtrack-debug-message): New arg to avoid excess format calls.
12302
12303 * shell.el (shell-dir-cookie-re): Variable deleted.
12304 (shell-dir-cookie-watcher): Function deleted.
12305 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12306 with dirtrack-mode.
12307
651e947e
EZ
123082012-01-01 Eli Zaretskii <eliz@gnu.org>
12309
1d00653d
SM
12310 * term/w32-win.el (dynamic-library-alist) <gnutls>:
12311 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
12312 libgnutls-26.dll.
12313
94d4c7dc
AS
123142011-12-31 Andreas Schwab <schwab@linux-m68k.org>
12315
12316 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12317
8d43f3cd
EZ
123182011-12-31 Eli Zaretskii <eliz@gnu.org>
12319
12320 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12321 headers of non-MIME messages, when rmail-enable-mime is non-nil.
12322
98c8795a
MA
123232011-12-29 Michael Albinus <michael.albinus@gmx.de>
12324
12325 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12326 also for alternative shells.
12327 (tramp-open-connection-setup-interactive-shell): Check, whether
12328 the shell is a busybox.
12329 (tramp-send-command): Don't suppress multiple prompts for
12330 busyboxes, it hurts.
12331
51281b32
CY
123322011-12-28 Chong Yidong <cyd@gnu.org>
12333
12334 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12335 (gdb-get-source-file): Move mode line update to
12336 gdb-get-source-file (Bug#10087).
12337
2170cb53
CY
123382011-12-25 Chong Yidong <cyd@gnu.org>
12339
12340 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12341 gud-gdb-marker-filter without taking it as an argument.
12342 (gud-gdb-run-command-fetch-lines): Caller changed.
12343 (gud-gdb-completion-function): New variable.
12344 (gud-gdb-completion-at-point): Use it.
12345 (gud-gdb-completions-1): Split from gud-gdb-completions.
12346
12347 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12348 function as separate arguments.
12349 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12350 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12351 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12352 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12353 (gdb-stopped, def-gdb-auto-update-trigger)
12354 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
12355 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12356 Callers changed.
2170cb53
CY
12357 (gud-gdbmi-completions): New function.
12358 (gdb): Use it for generating the completion table.
12359
be8b11bb
AM
123602011-12-24 Alan Mackenzie <acm@muc.de>
12361
12362 Introduce a mechanism to widen the region used in context font
1d00653d 12363 locking. Use this to protect declarations from losing their contexts.
be8b11bb 12364
1d00653d
SM
12365 * progmodes/cc-langs.el (c-before-font-lock-functions):
12366 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 12367 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
12368 functions to be run just before context (etc.) font locking.
12369
12370 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 12371 New, functionality extracted from
be8b11bb 12372 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 12373 (c-in-after-change-fontification): New variable.
be8b11bb
AM
12374 (c-after-change): Set c-in-after-change-fontification.
12375 (c-set-fl-decl-start): Rejig its interface, so it can be called
12376 from both after-change and context fontifying.
b81d40f0
JB
12377 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12378 New functions.
12379 (c-standard-font-lock-fontify-region-function): New variable.
12380 (c-font-lock-fontify-region): New function.
be8b11bb 12381
341cf6ac
JL
123822011-12-24 Juri Linkov <juri@jurta.org>
12383
12384 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12385 (Bug#10348)
12386
bffcee0a
MA
123872011-12-23 Michael Albinus <michael.albinus@gmx.de>
12388
12389 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12390 existence of source file. (Bug#10325)
12391
cb5e207c
AM
123922011-12-23 Alan Mackenzie <acm@muc.de>
12393
12394 Fix unstable fontification inside templates.
12395
b81d40f0
JB
12396 * progmodes/cc-langs.el (c-before-font-lock-functions):
12397 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
12398 additionally has c-set-fl-decl-start. The other languages (apart
12399 from AWK) have that as a single entry.
12400
b81d40f0
JB
12401 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12402 The functionality for "local" declarations has been extracted to
cb5e207c
AM
12403 c-set-fl-decl-start.
12404
b81d40f0
JB
12405 * progmodes/cc-mode.el (c-common-init, c-after-change):
12406 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
12407 (c-set-fl-decl-start): New function, extracted from
12408 c-font-lock-enclosing-decls and enhanced.
12409
60ff536c
JB
124102011-12-23 Juanma Barranquero <lekktu@gmail.com>
12411
12412 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12413
1c4757d6
JL
124142011-12-22 Juri Linkov <juri@jurta.org>
12415
12416 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
12417
d031f2c7
CY
124182011-12-22 Chong Yidong <cyd@gnu.org>
12419
12420 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12421
bace743a
DA
124222011-12-21 Drew Adams <drew.adams@oracle.com>
12423
12424 * files.el (file-remote-p): Fix docstring. (Bug#10319)
12425
728a1f2b
JC
124262011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12427
12428 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12429
0d373f73
TZ
124302011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12431
fec0aaa4
TZ
12432 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
12433 highlighting and support. Fix up comments for capitalization.
12434 (cfengine-mode-debug): New var.
12435 (cfengine3-mode): Change the modeline indicator to "CFE3".
12436 (cfengine3-font-lock-keywords): Improve defun highlighting.
12437 (cfengine2-actions): Rename from `cfengine-actions'.
12438 (cfengine2-font-lock-keywords): Rename from
12439 `cfengine-font-lock-keywords'.
12440 (cfengine2-imenu-expression): Rename from
12441 `cfengine-imenu-expression'.
12442 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12443 (cfengine2-beginning-of-defun): Rename from
12444 `cfengine-beginning-of-defun'.
12445 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12446 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12447 (cfengine2-mode): Rename from `cfengine-mode'. Change the
12448 modeline indicator to "CFE2".
12449 (cfengine-mode): Defalias to `cfengine-auto-mode'.
12450 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 12451
bc86f573
CY
124522011-12-21 Chong Yidong <cyd@gnu.org>
12453
12454 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12455 filename argument.
12456
d45ba96b
MR
124572011-12-20 Martin Rudalics <rudalics@gmx.at>
12458
12459 * window.el (window-normalize-buffer-to-display): Remove.
12460 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12461
a6198c90
CY
124622011-12-19 Chong Yidong <cyd@gnu.org>
12463
12464 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12465 Don't signal an error in a predicate function; return non-nil.
12466 (vc-dir-mark-file): Move the error here.
12467 (vc-dir-mark-unmark): If acting on the region, keep going if one
12468 of the entries cannot be marked/unmarked.
12469 (vc-dir-mark-all-files): If current entry is a directory, mark
12470 only child files, as documented.
12471
34c5fb55
VB
124722011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12473
12474 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12475 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12476 addition.
12477
c803b2b7
JD
124782011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12479
12480 * term/ns-win.el (ns-get-selection-internal)
12481 (ns-store-selection-internal): Declare.
1154d12e
JB
12482 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12483 Declare as obsolete.
12484 (ns-get-pasteboard, ns-paste-secondary):
12485 Use ns-get-selection-internal.
41e9b956 12486 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 12487 Use ns-store-selection-internal.
c803b2b7 12488
9cff91f8 124892011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
12490
12491 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 12492 (vc-deduce-fileset): Doc fix.
99a289d9 12493
f16c898a
AS
124942011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12495
12496 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12497
763237c4
SS
124982011-12-13 Sam Steingold <sds@gnu.org>
12499
12500 * man.el (Man-getpage-in-background): When running under a
12501 window-system, ignore $MANWIDTH and $COLUMNS.
12502
5fc1c122
KH
125032011-12-15 Kenichi Handa <handa@m17n.org>
12504
12505 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12506 (setup-ethiopic-environment-internal): Comment out key-binding for
12507 ethio-toggle-punctuation.
12508
13d49cbb
AM
125092011-12-13 Alan Mackenzie <acm@muc.de>
12510
898169a2
AM
12511 Add the switch statement to AWK Mode.
12512
7a71b18d 12513 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
12514 "default" to the keywords regexp.
12515
7a71b18d 12516 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 12517 expression as the rest.
1d00653d
SM
12518 (c-nonlabel-token-key): Allow string literals for AWK.
12519 Refactor for the other modes.
898169a2 12520
13d49cbb 12521 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 12522 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
12523 routines. Limit backward searching in c-font-lock-enclosing.decl.
12524
12525 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12526 pp-state and literal type in addition to the limits.
1d00653d 12527 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 12528 (c-state-literal-at): Use the above new defun.
1d00653d
SM
12529 (c-slow-in-literal, c-fast-in-literal): Remove.
12530 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
12531
12532 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12533 being in a literal. Add a limit for backward searching.
12534
12535 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12536 c-slow-in-literal.
12537
15e0efc7
SM
125382011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12541
454592a6
MR
125422011-12-13 Martin Rudalics <rudalics@gmx.at>
12543
12544 * window.el (delete-other-windows): Use correct frame in call to
12545 window-with-parameter.
12546
87393f26
DP
125472011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12548
12549 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12550 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12551 (makefile-gmake-statements, makefile-makepp-statements):
12552 Use it and add new makepp keywords.
12553 (makefile-makepp-font-lock-keywords): Add new patterns.
12554 (makefile-match-function-end): Match new [...] and [[...]].
12555
11636b22
JB
125562011-12-11 Juanma Barranquero <lekktu@gmail.com>
12557
12558 * ses.el (ses-call-printer-return, ses-cell-property-get)
12559 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12560 (ses-create-cell-variable, ses-reset-header-string)
12561 (ses-cell-set-formula, ses-repair-cell-reference-all)
12562 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12563 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12564 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12565 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12566 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12567 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12568 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12569 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12570 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12571 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12572 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12573 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12574
cf018193
VB
125752011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12576
12577 * ses.el: The overall change is to add cell renaming, that is
12578 setting fancy names for cell symbols other than name matching
12579 "\\`[A-Z]+[0-9]+\\'" regexp .
12580 (ses-create-cell-variable): New defun.
12581 (ses-relocate-formula): Relocate formulas only for cells the
12582 symbols of which are not renamed, i.e. symbols whose names do not
12583 match regexp "\\`[A-Z]+[0-9]+\\'".
12584 (ses-relocate-all): Relocate values only for cells the symbols of
12585 which are not renamed.
12586 (ses-load): Create cells variables as the (ses-cell ...) are read,
12587 in order to check row col consistency with cell symbol name only
12588 for cells that are not renamed.
12589 (ses-replace-name-in-formula): New defun.
12590 (ses-rename-cell): New defun.
12591
ee957461
CY
125922011-12-11 Chong Yidong <cyd@gnu.org>
12593
12594 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12595 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12596
9a9e9ef0
MR
125972011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12598
12599 * window.el (other-window): Fix docstring.
12600
92a8eba5
EZ
126012011-12-10 Eli Zaretskii <eliz@gnu.org>
12602
12603 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
12604 `from' or `to' address before taking its substring.
12605 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
12606 encoded name is chopped in the middle of the encoded string, and
12607 thus displayed encoded.
12608
e152e577
JB
126092011-12-10 Juanma Barranquero <lekktu@gmail.com>
12610
12611 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12612
e5d84bfe
EZ
126132011-12-10 Eli Zaretskii <eliz@gnu.org>
12614
12615 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12616 to use texinfo-update-node and commands that call it if the
12617 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 12618 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
12619 (texinfo-all-menus-update, texinfo-master-menu)
12620 (texinfo-update-node, texinfo-every-node-update)
12621 (texinfo-multiple-files-update): Doc fix. Warn against updating
12622 all the @node lines.
12623 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
12624 argument is numeric. Explain better in the doc string what the
12625 function really does.
12626 (texinfo-insert-master-menu-list): Improve the error message
12627 displayed if there's no menu in the Top node.
12628 (Bug#2975) See also this thread:
e5d84bfe
EZ
12629 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12630
1d84e9bb
MG
126312011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12632
12633 * speedbar.el (speedbar-supported-extension-expressions):
12634 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12635
382c953b
JB
126362011-12-09 Juanma Barranquero <lekktu@gmail.com>
12637
12638 * printing.el (pr-mode-alist):
12639 * simple.el (filter-buffer-substring-functions)
12640 (completion-list-insert-choice-function):
12641 * window.el (window-with-parameter, window-atom-root)
12642 (window-sides-slots, window-size-fixed, window-min-delta)
12643 (window-max-delta, window--resize-mini-window)
12644 (window--resize-child-windows-normal, window-tree)
12645 (delete-other-windows, quit-window, split-window)
12646 (display-buffer-record-window, special-display-buffer-names)
12647 (special-display-regexps, special-display-popup-frame)
12648 (same-window-p, split-window-sensibly)
12649 (display-buffer-overriding-action, display-buffer-alist)
12650 (display-buffer-base-action, display-buffer, switch-to-buffer)
12651 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12652 (fit-window-to-buffer, recenter-positions)
12653 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12654 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12655 and remove unneeded backslashes in docstrings.
12656
39c9faef
SM
126572011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12658
98449af8
SM
12659 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12660
39c9faef
SM
12661 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12662 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12663 end in ".mk".
12664 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12665 when reading the makefile (bug#10116).
12666
86ed9fdc
SM
126672011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12670 (bug#10116).
12671
5580f89d
GM
126722011-12-06 Glenn Morris <rgm@gnu.org>
12673
12674 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12675
28d3917c
CY
126762011-12-06 Chong Yidong <cyd@gnu.org>
12677
12678 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12679
a98edce9
JB
126802011-12-06 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * textmodes/table.el (table-shorten-cell): Fix typo.
12683
e65adfac
CG
126842011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12685
12686 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12687
71cc0b74
EZ
126882011-12-05 Eli Zaretskii <eliz@gnu.org>
12689
12690 * descr-text.el (describe-char): Fix display of strong
12691 right-to-left characters and directional embeddings and overrides.
12692
12693 * simple.el (what-cursor-position): Fix display of codepoints of
12694 strong right-to-left characters.
12695
315bc30d
CY
126962011-12-05 Chong Yidong <cyd@gnu.org>
12697
12698 * faces.el (read-color): Doc fix.
12699
58a70b94
GM
127002011-12-05 Glenn Morris <rgm@gnu.org>
12701
12702 * align.el (align--set-marker): Add doc-string.
12703 Don't try to move something that is not a marker. (Bug#10216)
12704
5158face
GM
127052011-12-04 Glenn Morris <rgm@gnu.org>
12706
12707 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12708 overly zealous deletion of trailing whitespace.
12709
520fca41
JB
127102011-12-04 Juanma Barranquero <lekktu@gmail.com>
12711
12712 * server.el (server-delete-client): On Windows, do not try to delete
12713 the only terminal.
12714 (server-process-filter): On Windows, treat requests for a tty frame as
12715 if they were for a GUI frame if the running server is in GUI mode.
12716
5e605a2e
GM
127172011-12-03 Glenn Morris <rgm@gnu.org>
12718
12719 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12720
5c3fe83f
SM
127212011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12722
6f5e57e7
SM
12723 * electric.el: Streamline electric-indent's hook.
12724 (electric-indent-chars): Revert to simple list.
12725 (electric-indent-functions): New var.
12726 (electric-indent-post-self-insert-function): Use it.
12727
5c3fe83f
SM
12728 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12729 there's no inferior buffer (bug#10196).
12730 (prolog-consult-compile): Don't use toggle-read-only.
12731
6bdac736
MA
127322011-12-02 Michael Albinus <michael.albinus@gmx.de>
12733
12734 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12735 interrupt. (Bug#10187)
12736
6131ba7f
SM
127372011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12738
99c79fee
SM
12739 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12740 (bug#9160).
12741
6131ba7f
SM
12742 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12743 (bug#10191).
12744
cb0a02ea
JL
127452011-12-02 Juri Linkov <juri@jurta.org>
12746
12747 * info.el (Info-search): Display "end of manual" when Isearch
12748 reaches the end of single-file Info manual. (Bug#9918)
12749
66e0570c
EZ
127502011-12-02 Eli Zaretskii <eliz@gnu.org>
12751
12752 * isearch.el (isearch-message-prefix): Run the input method part
12753 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12754
02b16839
JL
127552011-12-02 Juri Linkov <juri@jurta.org>
12756
12757 * isearch.el (isearch-occur): Use `word-search-regexp' for
12758 `isearch-word'.
12759 (isearch-search-and-update): Add condition for `isearch-word' and
12760 call `word-search-regexp'. (Bug#10145)
12761
0b950688
GM
127622011-12-01 Glenn Morris <rgm@gnu.org>
12763
12764 * eshell/em-hist.el (eshell-hist-initialize):
12765 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 12766 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 12767
9505c3c7
SM
127682011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12771
1bbe96b2 127722011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 12773
a1beca85
SM
12774 * progmodes/verilog-mode.el (verilog-pretty-expr):
12775 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
12776 verilog, such as += *= and the like.
12777 (verilog-assignment-operator-re): Regular expression to find the
12778 assigment operator in a verilog assignment.
12779 (verilog-assignment-operation-re): Regular expression to find an
12780 assignment statement for pretty-expr.
12781 (verilog-in-attribute-p): Query returns true if point is in an
12782 attribute context; used to skip these for expression line up from
12783 pretty-expr.
12784 (verilog-in-parameter-p): Query returns true if point is in an
12785 parameter definition context; used to skip these for expression
12786 line up from pretty-expr.
12787 (verilog-in-parenthesis-p): Query returns true if point is in a
12788 parenthetical expression, specifically ( ) but not [ ] or { };
12789 used by pretty-expr.
12790 (verilog-just-one-space): If there is no space, don't add one.
12791 (verilog-get-lineup-indent-2): Specifically skip just attribute
12792 contexts for expression lineup, rather than skipping all
12793 parenthetical expressions.
12794 (verilog-calculate-indent): Fix comment, and fix indent.
12795 (verilog-do-indent): Indent declarations in lists (suggested by
12796 Joachim Lechner).
12797 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12798 skeleton items.
12799 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12800 by Alain Mellan).
12801
1bbe96b2 128022011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
12803
12804 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12805 parameters with embedded comments. Reported by Ray Stevens.
12806 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12807 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12808 Reported by Tim Holt.
12809 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12810 instantiated by upper module causing wrong expansion until AUTOed a
12811 second time. Reported by K C Buckenmaier.
12812 (verilog-diff-auto): Fix showing .* as a difference when
12813 `verilog-auto-star-save' off. Reported by Dan Dever.
12814 (verilog-auto-reset, verilog-read-always-signals)
12815 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12816 temporary signals in reset list if
12817 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
12818 style to each signal's assignment type, bug381.
12819 Reported by Thomas Esposito.
6288f0ca
WS
12820 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12821 (verilog-uvm-statement-re): Support UVM indentation and
12822 highlighting, with old OVM keywords only.
a1beca85 12823 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
12824 Support AUTOTIEOFF creating non-wire data types.
12825 Suggested by Jonathan Greenlaw.
6288f0ca
WS
12826 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12827 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12828 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
12829 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12830 Fix mismatching parenthesis inside commented out code when deleting
382c953b 12831 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
12832 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12833 non-numeric vector width. Reported by Alex Reed.
12834 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 12835 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
12836 (verilog-auto-delete-trailing-whitespace):
12837 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
12838 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12839 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12840 Fix verilog-scan-cache corruption when running user AUTO expansion
12841 hooks that call indentation routines.
12842 (verilog-simplify-range-expression): Fix typo ignoring lower case
12843 identifiers.
12844 (verilog-delete-auto): Fix delete-autos to also remove user created
12845 automatics, as long as they start with AUTO.
12846 (verilog-batch-diff-auto, verilog-diff-auto)
12847 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12848 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12849 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12850 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
12851 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12852 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
12853 is disabled and its cache will get corrupt, causing AUTOS not to
12854 expand. Instead use only -quick functions.
12855 (verilog-scan-region): Fix scanning over escaped quotes.
12856 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12857 (verilog-re-search-backward-quick)
12858 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12859 related functions now ignore strings, to fix misparsing of strings
12860 with magic comments embedded in them.
a1beca85
SM
12861 (verilog-read-auto-template):
12862 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12863 Reported by Brad Dobbie.
12864 (verilog-read-auto-template):
12865 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 12866 Reported by Brad Dobbie.
6288f0ca
WS
12867 (verilog-auto-inst, verilog-auto-inst-param)
12868 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12869 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12870 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
12871 debugging templates without merge conflicts, bug357.
12872 Reported by Brad Dobbie.
12873 (verilog-read-auto-template):
12874 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
12875 Reported by Brad Dobbie.
12876 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12877 abbrevs so user won't be asked to save.
12878 (verilog-read-auto-lisp-present): Fix to start at beginning of
12879 buffer in case called outside of verilog-auto.
12880 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12881 to "X-2". Reported by Matthew Myers.
12882 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12883 all inputs from module templates. Reported by Leith Johnson.
12884 (verilog-module-inside-filename-p): Fix locating programs as with
12885 modules.
12886 (verilog-auto-inst-port): Fix vl-width expressions when using
12887 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12888 (verilog-decls-get-regs, verilog-decls-get-signals,
12889 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12890 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12891 verilog-read-decls): Combine reg and wire structures into one var
12892 structure to represent SystemVerilog concepts.
12893 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12894 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
12895 (verilog-auto-wire-type, verilog-insert-definition):
12896 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
12897 SystemVerilog "logic" keyword instead of "wire"/"reg".
12898 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12899 to declares outputs that also have assignments (presumably in an
a1beca85
SM
12900 ifdef or generate if so there's not a driver conflict).
12901 Reported by Matthew Myers.
12902 (verilog-auto-declare-nettype, verilog-insert-definition):
12903 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
12904 `default_nettype none. Reported by Julian Gorfajn.
12905 (verilog-read-always-signals-recurse, verilog-read-decls)
12906 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12907 malformed end statement, bug325. Reported by Joshua Wise and
12908 Andrew Drake.
12909 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12910 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
12911 when expanding .* in interfaces, bug320.
12912 Reported by Pierre-David Pfister.
6288f0ca 12913 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
12914 name and open parenthesis, bug317.
12915 Reported by Pierre-David Pfister.
6288f0ca
WS
12916 (verilog-simplify-range-expression): Fix simplification of
12917 multiplications inside AUTOWIRE connections, bug303.
12918 (verilog-auto-inst-port): Support parameter expansion in
12919 multidimensional arrays.
12920 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12921 after "assert property". Reported by Julian Gorfajn.
12922 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12923 with multiplication, bug303.
12924 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12925 Reported by Jan Frode Lonnum.
12926
1bbe96b2
GM
129272011-11-30 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12930 (hfy-shell-file-name, hfy-shell):
12931 * international/fontset.el (x-decompose-font-name): Fix typos.
12932
129332011-11-29 Ken Brown <kbrown@cornell.edu>
12934
12935 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12936 (gdb-version): Remove defvar.
12937 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12938 (gdb-gud-context-command, gdb-non-stop-handler)
12939 (gdb-current-context-command, gdb-stopped): Use it.
12940 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
12941 (gdb-non-stop-handler): Don't enable pretty-printing here.
12942 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
12943 non-stop mode. Use the following.
12944 (gdb-check-target-async): New defun.
12945 (gud-watch, gdb-stopped): Fix whitespace.
12946 (gdb-get-source-file): Don't try to display the source file if
12947 `gdb-main-file' is nil.
12948
129492011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * align.el: Try to generate fewer markers (bug#10047).
12952 (align--set-marker): New macro.
12953 (align-region): Use it.
12954
c935221f
SM
129552011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12958
e70b5064
CY
129592011-11-29 Chong Yidong <cyd@gnu.org>
12960
12961 * indent.el (indent-for-tab-command, indent-according-to-mode):
12962 Doc fix.
12963 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12964
f3af92b7
MA
129652011-11-29 Michael Albinus <michael.albinus@gmx.de>
12966
12967 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12968 aware of remote file names. (Bug#10124)
12969
ed472be9
CY
129702011-11-29 Chong Yidong <cyd@gnu.org>
12971
12972 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12973
24510c22
SM
129742011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12975
12976 * files.el (find-file): Don't use force-same-window (bug#10144).
12977 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12978 use pop-to-buffer if the selected window can't be used.
12979 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12980
c60c3703
EZ
129812011-11-28 Eli Zaretskii <eliz@gnu.org>
12982
12983 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12984 special-mode-map.
12985
e95def75
CY
129862011-11-28 Chong Yidong <cyd@gnu.org>
12987
12988 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12989
c3f1c606
NR
129902011-11-27 Nick Roberts <nickrob@snap.net.nz>
12991
12992 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12993 gdb-get-source-file-list on gdb-create-source-file-list.
12994
00db469c
EZ
129952011-11-26 Eli Zaretskii <eliz@gnu.org>
12996
12997 * whitespace.el (whitespace-newline): Use a different foreground
12998 color for 16-color light-background displays.
12999
4ad3bc2a
CY
130002011-11-24 Chong Yidong <cyd@gnu.org>
13001
13002 * window.el (display-buffer--special-action): Doc fix.
13003
e9fce1ac
JB
130042011-11-25 Juanma Barranquero <lekktu@gmail.com>
13005
13006 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
13007 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
13008 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
13009 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
13010 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
13011 (avl-tree-stack-first):
13012 * emacs-lisp/cconv.el (cconv--analyse-use):
13013 * net/gnutls.el (gnutls-negotiate): Fix typos.
13014
cb825e5d
GM
130152011-11-24 Glenn Morris <rgm@gnu.org>
13016
3adbe224
GM
13017 * lpr.el (lpr-windows-system, lpr-lp-system):
13018 * mail/binhex.el (binhex-begin-line):
13019 * progmodes/grep.el (grep-history, grep-find-history):
13020 * textmodes/flyspell.el:
13021 * vc/pcvs-defs.el (cvs-global-menu):
13022 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
13023 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
13024 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
13025
321decc8
GM
13026 * net/tls.el: Fix case of "GnuTLS".
13027
420b63ad
GM
13028 * paths.el (rmail-file-name): Format doc-string for make-docfile.
13029
cb825e5d
GM
13030 * version.el (emacs-build-system): Give it a doc-string.
13031
a0649f08
JL
130322011-11-24 Juri Linkov <juri@jurta.org>
13033
13034 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
13035
c0bc0fd4
GM
130362011-11-24 Glenn Morris <rgm@gnu.org>
13037
13038 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
13039 if called on a non-mime message just toggle the headers. (Bug#8006)
13040
20db1522
JB
130412011-11-24 Juanma Barranquero <lekktu@gmail.com>
13042
13043 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
13044 (allout-lead-with-comment-string, allout-structure-deleted-hook)
13045 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
13046 (allout-rebullet-heading, allout-open-sibtopic)
13047 (allout-toggle-current-subtree-encryption)
13048 (allout-toggle-subtree-encryption, allout-encrypt-string)
13049 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
13050 (allout-distinctive-bullets-string, allout-auto-activation):
13051 * window.el (window-normalize-buffer-to-display):
13052 * progmodes/verilog-mode.el (verilog-batch-indent):
13053 * textmodes/bibtex.el (bibtex-field-braces-opt)
13054 (bibtex-field-strings-opt):
13055 * vc/cvs-status.el (cvs-tree-merge):
13056 Fix typos.
13057
7262a87c
MA
130582011-11-23 Michael Albinus <michael.albinus@gmx.de>
13059
13060 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
13061 `non-essential' to t, in order to avoid remote connections.
13062
283430a1
EZ
130632011-11-23 Eli Zaretskii <eliz@gnu.org>
13064
a1beca85
SM
13065 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13066 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
13067 case-insensitively.
13068
d2992a38
ML
130692011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13070
13071 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
13072
50419064
GM
130732011-11-23 Glenn Morris <rgm@gnu.org>
13074
da94eca1
GM
13075 * paths.el (rmail-file-name): Reformat the doc-string so that it
13076 is picked up.
13077
9aac4de2
GM
13078 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
13079 (rmail-auto-file): Ignore case in the "special" field names,
13080 as mail-fetch-field does for all others.
13081
8038d2d2
GM
13082 * mail/rmail.el (rmail-forward):
13083 * mail/rmailkwd.el (rmail-set-label):
13084 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
13085 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
13086
f3fe222a
GM
13087 * mail/rmail.el (rmail-current-message): Doc fix.
13088
50419064
GM
13089 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
13090
28109f49
SM
130912011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * server.el (server-eval-and-print): Allow C-g (bug#6585).
13094
394c65f1
GM
130952011-11-22 Glenn Morris <rgm@gnu.org>
13096
13097 * mail/rmailmm.el (test-rmail-mime-handler)
13098 (test-rmail-mime-bulk-handler)
13099 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
13100
f2a0aa3a
JL
131012011-11-21 Juri Linkov <juri@jurta.org>
13102
1154d12e
JB
13103 * calc/calc.el (calc-read-key-sequence):
13104 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 13105
9c34a344
LMI
131062011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13107
13108 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13109 Tell the caller that the next line needs recomputation, even
13110 though it doesn't start a sexp (bug#10094).
13111
f04a3be9
SM
131122011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
13115
7978747f
SM
131162011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13117
f04a3be9
SM
13118 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13119 Use force-same-window.
7978747f 13120
fe7a3057
JB
131212011-11-20 Juanma Barranquero <lekktu@gmail.com>
13122
13123 * descr-text.el (describe-char-unicode-data):
13124 * json.el (json-string-escape):
13125 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
13126 (Footnote-unicode, Footnote-style-p):
13127 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
13128
24901d61
CY
131292011-11-20 Chong Yidong <cyd@gnu.org>
13130
13131 * window.el (replace-buffer-in-windows): Restore interactive spec.
13132
bac7ff22
SM
131332011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
13134
24f3d7b9
SM
13135 * electric.el (electric-indent-mode): Fix last change (too optimistic).
13136
bac7ff22
SM
13137 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
13138 (byte-compile-global-not-obsolete-vars): New var.
13139 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
13140 Use it.
13141 (byte-compile-warn-obsolete): Align text with the one in *Help*.
13142
cd1181db
JB
131432011-11-20 Juanma Barranquero <lekktu@gmail.com>
13144
13145 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
13146 * progmodes/pascal.el (electric-pascal-equal):
13147 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
13148 * xml.el (xml-substitute-special): Fix typos.
13149
7fb18e9e
GM
131502011-11-20 Glenn Morris <rgm@gnu.org>
13151
13152 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
13153 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
13154 Doc fixes.
13155 (rmail-decode-mime-charset): Mark as obsolete.
13156
13157 * mail/rmailsum.el (rmail-message-regexp-p-1):
13158 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
13159 Before using mime functions, check they are set. (Bug#10077)
13160
d5a6b3ba
JL
131612011-11-19 Juri Linkov <juri@jurta.org>
13162
13163 * info.el (Info-finder-find-node): Use `package--builtins' instead
13164 of `package-alist'. Use node names formed by the pattern "Keyword "
13165 and the keyword name.
13166
e981b61f
AS
131672011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13168
1d00653d 13169 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 13170
3ffbc301
JL
131712011-11-19 Juri Linkov <juri@jurta.org>
13172
13173 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
13174 that calls `revert-buffer' on all Info buffers. (Bug#9915)
13175 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
13176 `old-history', `old-history-forward'. Add let-binding
13177 `window-selected'. Remove calls to `kill-buffer',
13178 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
13179 before calling `Info-find-node', so `Info-find-node-2' will reread
13180 the Info file. Restore window positions only when `window-selected'
13181 is non-nil.
13182
30c62133
JL
131832011-11-19 Juri Linkov <juri@jurta.org>
13184
13185 * isearch.el (isearch-lazy-highlight-new-loop):
13186 Remove condition `(not isearch-error)'. (Bug#9918)
13187
13188 * misearch.el (multi-isearch-search-fun): Add condition
13189 `(not bound)' to ignore lazy-highlighting search.
13190 Add the search-failed message "end of multi" when the end of
13191 multi-sequence is reached. Uncapitalize the search-failed
13192 message "Repeat for next buffer".
13193
13194 * info.el (Info-search): Add the search-failed message
13195 "end of the manual" when the end of the manual is reached
13196 in Isearch mode.
13197
645ca9cf
JL
131982011-11-19 Juri Linkov <juri@jurta.org>
13199
13200 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
13201 Use non-destructive `remove' instead of `delete' because
13202 `Info-history-list' stored to `Info-isearch-initial-history-list' in
13203 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
13204
df754f66
JL
132052011-11-19 Juri Linkov <juri@jurta.org>
13206
13207 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
13208 to nil instead of binding `search-ring' and `regexp-search-ring'.
13209 (Bug#9185)
13210
0e23d96a
EZ
132112011-11-19 Eli Zaretskii <eliz@gnu.org>
13212
13213 * simple.el (line-move): Force movement by logical lines for any
13214 hscrolled window, not only when auto-hscroll-mode is on.
13215 (line-move-visual): Update doc string to that effect. (Bug#10076)
13216
8a6ccb66
AS
132172011-11-19 Andreas Schwab <schwab@linux-m68k.org>
13218
13219 * language/european.el (macintosh): Define as alias for mac-roman.
13220
49ae5b39
EZ
132212011-11-19 Eli Zaretskii <eliz@gnu.org>
13222
13223 * mail/rmailmm.el (rmail-mime-display-header)
13224 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
13225 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
13226 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
13227 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
13228 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
13229 of a raw aref.
13230 (rmail-mime-entity-segment): To get past the tagline, move forward
13231 2 more lines, to account for the 2 empty lines that precede and
13232 follow the line with the buttons.
13233 (rmail-mime-update-tagline): Move one more line, to get past the
13234 empty line that follows the buttons in the tagline. (Bug#9520)
13235
c56cad4a
MR
132362011-11-19 Martin Rudalics <rudalics@gmx.at>
13237
13238 * window.el (window-max-delta-1, window-min-delta-1)
13239 (window-min-size-1, window-state-get-1, window-state-put-1)
13240 (window-state-put-2): Use "window--" prefix.
13241
cbe71af3
SM
132422011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
13243
2ad52c60
SM
13244 * emacs-lisp/smie.el: Improve warnings and conflict detection.
13245 (smie-warning-count): New var.
13246 (smie-set-prec2tab): Use it.
13247 (smie-bnf->prec2): Improve warnings. Add docstring.
13248 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
13249 (smie-bnf--set-class): New function.
13250 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
13251 corner case.
13252
6944dbc1
SM
13253 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
13254 (compilation-error-properties, compilation-move-to-column):
13255 Handle compilation-first-column while in the target buffer.
13256
c400c4d7
SM
13257 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
13258 Don't hardcode point-min==1.
13259
6dbe3e96
SM
13260 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
13261 (eshell-rewrite-for-command): Remove workaround.
13262 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
13263 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
13264 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
13265
cbe71af3
SM
13266 * files-x.el (modify-file-local-variable): Obey commenting conventions.
13267
a8e1496d
GM
132682011-11-17 Glenn Morris <rgm@gnu.org>
13269
13270 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13271 Ignore buffer-local generated-autoload-file if it is the same
13272 as the global value. (Bug#10049)
13273
df85d315
JB
132742011-11-17 Juanma Barranquero <lekktu@gmail.com>
13275
13276 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
13277 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
13278 (reftex-toc-previous-heading, reftex-toc-max-level)
13279 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
13280 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
13281 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13282 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13283 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
13284 (reftex-toc-rename-label, reftex-toc-visit-location)
13285 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
13286 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
13287 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
13288 leaving "*toc*" only for references to the buffer.
13289
a0c2d0ae
MR
132902011-11-17 Martin Rudalics <rudalics@gmx.at>
13291
13292 * window.el (window-resize, delete-window, split-window):
13293 Replace window-splits by window-combination-resize.
1d00653d 13294 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 13295
35c0bac8
GM
132962011-11-17 Glenn Morris <rgm@gnu.org>
13297
13298 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13299 Make bash entry derive from sh entry, not shell entry.
13300
d0c8fc8a
MA
133012011-11-16 Michael Albinus <michael.albinus@gmx.de>
13302
7262a87c
MA
13303 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13304 local file name.
13305
7877f373
JB
133062011-11-16 Juanma Barranquero <lekktu@gmail.com>
13307
13308 * menu-bar.el (menu-bar-file-menu):
13309 * printing.el (pr-ps-utility):
13310 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13311 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13312 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13313 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13314 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13315 (icalendar--convert-cyclic-to-ical)
13316 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13317 (icalendar--convert-ical-to-diary)
13318 (icalendar--convert-recurring-to-diary)
13319 (icalendar--convert-non-recurring-all-day-to-diary)
13320 (icalendar-import-format-sample):
13321 * progmodes/idlw-shell.el (idlwave-shell-mode):
13322 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13323 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13324 (vhdl-ps-print-init): Fix typos.
13325
10649b82
KM
133262011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
13327
9d0cfcd6
GM
13328 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13329 FSF and collapse date sequence, obscure author/maintainer email address
13330 better, remove extra version line, track relocation of author's webpage.
10649b82 13331
9d0cfcd6
GM
13332 * progmodes/python.el (python-pdbtrack-input-prompt)
13333 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13334 regular python pdb prompts. Adjustments shamelessly taken exactly as
13335 suggested in EmacsWiki page (tiny change):
13336 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 13337
58179cce
JB
133382011-11-16 Juanma Barranquero <lekktu@gmail.com>
13339
13340 * expand.el (expand-pos, expand-index, expand-point):
13341 Remove redundant info from docstring.
13342 (expand-add-abbrevs): Doc fix.
13343 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13344 (expand-sample-perl-mode-expand-list): Fix typos.
13345
13346 * net/dbus.el (dbus-event-member-name):
13347 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13348 * term/pc-win.el (msdos-create-frame-with-faces):
13349 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13350
b6f67890
MR
133512011-11-16 Martin Rudalics <rudalics@gmx.at>
13352
13353 * window.el (split-window, window-state-get-1)
13354 (window-state-put-1, window-state-put-2): Rename occurrences of
13355 window-nest to window-combination-limit.
1d00653d 13356 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 13357
ce7ddba0
CY
133582011-11-16 Chong Yidong <cyd@gnu.org>
13359
13360 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13361 regexp (Bug#10033).
13362
3ae704f4
SM
133632011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13366 `completing-read' will remove *Completions* and will preserve
13367 current-buffer for us.
13368 (tmm-add-prompt): Users of *Completions* will always (re)set its
13369 major mode.
13370 (tmm-old-comp-map): Remove.
13371
6ad1cdde
GM
133722011-11-16 Glenn Morris <rgm@gnu.org>
13373
13374 * mail/rmailedit.el: Require rmailmm when compiling.
13375 (rmail-old-mime-state): New declaration.
13376 (rmail-edit-current-message): If editing a mime message,
13377 edit the "raw" message from the mbox buffer.
13378 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13379
d20faa20
GM
133802011-11-15 Glenn Morris <rgm@gnu.org>
13381
13382 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13383 which wasn't being used. Add optional arg to force given state.
13384 (rmail-mime): Add optional arg to force given state.
13385
c7015153
JB
133862011-11-15 Juanma Barranquero <lekktu@gmail.com>
13387
13388 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13389 * frame.el (display-mm-dimensions-alist):
13390 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13391 (outline-move-subtree-down):
13392 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13393 (newsticker--treeview-do-get-node):
13394 * net/quickurl.el (quickurl-list-buffer-name):
13395 * progmodes/dcl-mode.el (dcl-mode):
13396 * progmodes/gdb-mi.el (gdb-mapcar*):
13397 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13398
45261b50
GM
133992011-11-15 Glenn Morris <rgm@gnu.org>
13400
13401 * mail/rmail.el (rmail-file-coding-system): It's only ever used
13402 in a boolean sense, so just make it a boolean, and fix the doc.
13403 (rmail-show-mime-function, rmail-mime-feature)
13404 (rmail-require-mime-maybe): Doc fixes.
13405 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13406
13407 * mail/rmailmm.el (rmail-show-mime): Doc fix.
13408
0d26e0b6
JB
134092011-11-15 Juanma Barranquero <lekktu@gmail.com>
13410
13411 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13412 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13413 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13414 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13415
447f30f6
GM
134162011-11-15 Glenn Morris <rgm@gnu.org>
13417
672b871d
GM
13418 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13419 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13420 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13421 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13422 (rmail-mime, rmail-show-mime): Doc fixes.
13423
f6aa5bb1
GM
13424 * term/ns-win.el (mode-line-frame-identification):
13425 Leave it alone. (Bug#10051)
13426
947cd66b
GM
13427 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
13428
447f30f6
GM
13429 * mail/rmailout.el (rmail-output-to-rmail-buffer):
13430 Handle empty buffers. (Bug#9978)
13431
0b381c7e
JB
134322011-11-14 Juanma Barranquero <lekktu@gmail.com>
13433
13434 * international/mule.el (define-charset):
13435 * mail/rmailmm.el (rmail-mime-find-header-encoding):
13436 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13437 * progmodes/verilog-mode.el (verilog-backward-token):
13438 * textmodes/ispell.el (lookup-words):
13439 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13440
71e027ac
GM
134412011-11-14 Glenn Morris <rgm@gnu.org>
13442
56632ce4
GM
13443 * progmodes/executable.el
13444 (executable-make-buffer-file-executable-if-script-p):
13445 Handle file-modes returning nil.
13446
40500957
GM
13447 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13448 message - not necessary, and causes problems. (Bug#9831)
13449
071c2340
GM
13450 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13451
d3cfca60
GM
13452 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13453
71e027ac
GM
13454 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13455 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
13456 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13457
89d61221
MR
134582011-11-12 Martin Rudalics <rudalics@gmx.at>
13459
13460 * window.el (window-resize, delete-window): Use window-splits
13461 variable instead of function.
13462 (window-state-get-1, window-state-put-2, window-state-put):
13463 Don't deal with windows' splits status.
13464
98282f6f
GM
134652011-11-12 Glenn Morris <rgm@gnu.org>
13466
13467 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13468 (apropos-documentation): Doc fixes.
13469
40a8bdf6
JB
134702011-11-11 Juanma Barranquero <lekktu@gmail.com>
13471
13472 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13473 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13474
65bd19ff
SM
134752011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13476
13477 * electric.el (electric-indent-post-self-insert-function): Make it
13478 possible for a char to only indent in some circumstances.
13479 (electric-indent-mode): Simplify.
13480
54f9154c
MR
134812011-11-11 Martin Rudalics <rudalics@gmx.at>
13482
13483 * window.el (windows-with-parameter): Remove unused function.
13484 (windows-at-side): Rename to window-at-side-list.
13485 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
13486 (window-side-check, window-size-ignore, window-size-fixed-1)
13487 (window-in-direction-2): Prefix with "window--".
13488 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 13489
68cbc58b
GM
134902011-11-11 Glenn Morris <rgm@gnu.org>
13491
13492 * subr.el (eval-after-load): If FILE is already loaded,
13493 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13494
b2621720
GM
134952011-11-10 Glenn Morris <rgm@gnu.org>
13496
9a4de110
GM
13497 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13498 Call svn via vc-svn-command rather than vc-do-command.
13499 (vc-svn-command): Add --non-interactive. (Bug#9993)
13500 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13501
b2621720
GM
13502 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13503 Add toggle-read-only. (Bug#7292)
13504 * files.el (toggle-read-only): Mention that it should only
13505 be used interactively. (Bug#10006)
13506
1dce7193
SM
135072011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13508
d9ac1a1e
SM
13509 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13510 Adjust regexp for OCaml warnings.
13511
0c325082
SM
13512 * electric.el (electric-pair-post-self-insert-function): Let user
13513 turn it off buffer-locally (bug#9932).
13514
90132c14
SM
13515 * progmodes/python.el (python-beginning-of-statement):
13516 Rewrite (bug#2703).
13517
1dce7193
SM
13518 * progmodes/compile.el: Better handle TABs (bug#9749).
13519 (compilation-internal-error-properties)
13520 (compilation-next-error-function): Obey the target buffer's
13521 compilation-error-screen-columns.
13522
c4e7c63a
JB
135232011-11-09 Juanma Barranquero <lekktu@gmail.com>
13524
13525 * progmodes/meta-mode.el: Remove obsolete comments.
13526 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13527 Fix typos in docstrings.
13528
2cffd681
MR
135292011-11-09 Martin Rudalics <rudalics@gmx.at>
13530
13531 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 13532 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
13533 (window--resizable): New function. Make all callers of
13534 window-resizable call window--resizable instead.
13535 (window-resizable): Rewrite in terms of window--resizable.
13536
0edcba87
GM
135372011-11-08 Glenn Morris <rgm@gnu.org>
13538
13539 * progmodes/delphi.el (delphi-mode-syntax-table):
13540 Let define-derived-mode define a proper syntax table. (Bug#9994)
13541
4b0d61e3
SM
135422011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13543
13544 * window.el: Stay away from defsubst.
13545 (window-list-no-nils): Remove.
13546 (window-state-get-1, window-state-get): Use backquote instead.
13547
cd394be1 135482011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 13549
4b0d61e3 13550 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 13551 Fix incorrect use of default argument in `completing-read'.
13552
e1c2c6f2
MR
135532011-11-08 Martin Rudalics <rudalics@gmx.at>
13554
13555 * window.el (display-buffer-function, special-display-function):
13556 Mention display-buffer-record-window but do not mention
13557 help-setup parameter in doc-strings.
b3f4a882 13558 (window-min-delta): Fix doc-string typo.
e1c2c6f2 13559
105216ed
CY
135602011-11-08 Chong Yidong <cyd@gnu.org>
13561
13562 * window.el (window-total-height, window-total-width): Doc fix.
13563 (window-body-size): Move from C.
13564 (window-body-height, window-body-width): Move to C.
13565
0a9f9ab5
SM
135662011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * window.el: Make special-display like display-buffer-alist (bug#9532).
13569 (display-buffer--special-action): New function, morphed
13570 from display-buffer--special.
13571 (display-buffer): Use it to handle special-display-buffers at higher
13572 priority (just after display-buffer-alist).
13573 (display-buffer-fallback-action, display-buffer--other-frame-action)
13574 (pop-to-buffer-same-window): Remove display-buffer--special.
13575
a769dd15
GM
135762011-11-07 Glenn Morris <rgm@gnu.org>
13577
13578 * calendar/cal-menu.el (cal-menu-set-date-title):
13579 Do nothing if not in a calendar. (Bug#9976)
13580
05a61ee3
SM
135812011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13582
13583 * files.el (find-file): Always use selected-window.
13584
be7f5545
MR
135852011-11-07 Martin Rudalics <rudalics@gmx.at>
13586
13587 * window.el (window-combinations): Make WINDOW argument
13588 mandatory. Rewrite doc-string.
13589 (walk-window-subtree, window-atom-check, window-min-delta)
13590 (window-max-delta, window--resize-this-window)
13591 (window--resize-root-window-vertically, window-tree)
13592 (balance-windows, window-state-put): Rewrite doc-strings as to
13593 not mention the term "subwindow".
13594 (window--resize-subwindows-skip-p): Rename to
13595 window--resize-child-windows-skip-p.
13596 (window--resize-subwindows-normal): Rename to
13597 window--resize-child-windows-normal.
13598 (window--resize-subwindows): Rename to
13599 window--resize-child-windows.
13600 (window-or-subwindow-p): Rename to window--in-subtree-p.
13601
3c6702ef
ML
136022011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13603
13604 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13605 Ensure that mbox format messages end in two newlines (Bug#9974).
13606
49745b39
CY
136072011-11-06 Chong Yidong <cyd@gnu.org>
13608
13609 * window.el (window-combination-p): Function deleted; its
13610 side-effect is not used in any existing code.
13611 (window-combinations, window-combined-p): Call window-*-child
13612 directly.
13613
24300f5f
CY
136142011-11-05 Chong Yidong <cyd@gnu.org>
13615
13616 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
13617 (window-size-ignore, window-state-get): Callers changed.
13618 (window-normalize-window): Rename from window-normalize-any-window.
13619 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 13620 (window-normalize-live-window): Delete.
447f16b8
CY
13621 (window-combination-p, window-combined-p, window-combinations)
13622 (walk-window-subtree, window-atom-root, window-min-size)
13623 (window-sizable, window-sizable-p, window-size-fixed-p)
13624 (window-min-delta, window-max-delta, window-resizable)
13625 (window-resizable-p, window-full-height-p, window-full-width-p)
13626 (window-current-scroll-bars, window-point-1, set-window-point-1)
13627 (window-at-side-p, window-in-direction, window-resize)
13628 (adjust-window-trailing-edge, maximize-window, minimize-window)
13629 (window-deletable-p, delete-window, delete-other-windows)
13630 (record-window-buffer, unrecord-window-buffer)
13631 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13632 (quit-window, split-window, window-state-put)
13633 (set-window-text-height, fit-window-to-buffer)
13634 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 13635
89bd5ee1
EZ
136362011-11-04 Eli Zaretskii <eliz@gnu.org>
13637
53479029
EZ
13638 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13639 rfc2047-decode-string.
13640 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13641 warnings.
13642
89bd5ee1
EZ
13643 * window.el (window-body-height, window-body-width): Mention in
13644 the doc string that the return values are in frame's canonical
13645 units. (Bug#9949)
13646
bd17fdee
AM
136472011-11-03 Alan Mackenzie <acm@muc.de>
13648
13649 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13650 change in cc-engine.el.
13651
acc825c5
SM
136522011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13655
1885e5b8
MR
136562011-11-02 Martin Rudalics <rudalics@gmx.at>
13657
13658 * window.el (quit-window): Call unrecord-window-buffer after
13659 showing another buffer in the window. (Bug#9937)
acc825c5 13660 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 13661
ebe06da9
JB
136622011-11-02 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13665 Accept status with more than 9 shelves. (Bug#9935)
13666 Reported by Colin D Bennett <colin@gibibit.com>.
13667
4ee88440
MR
136682011-11-01 Martin Rudalics <rudalics@gmx.at>
13669
13670 * help.el (with-help-window): Don't reference
13671 temp-buffer-show-specifiers in doc-string.
13672
08e1d82c
AS
136732011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13674
13675 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13676 menu-item.
13677
84bd6e9e
VJL
136782011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13679
13680 * whitespace.el: New version 13.2.2.
13681 (whitespace-newline-mode): Disable properly. Reported by Sarah
13682 <EmacsWiki>.
13683
dba0634a
UJ
136842011-10-30 Ulf Jasper <ulf.jasper@web.de>
13685
13686 * net/newst-treeview.el: Remove "Time-stamp".
13687 (newsticker--group-manage-orphan-feeds): Do not call
13688 newsticker--treeview-tree-update.
db22a3c2
JB
13689 (newsticker-treeview-update, newsticker-treeview):
13690 Call newsticker--treeview-tree-update if necessary.
dba0634a 13691
3d8daefe
MR
136922011-10-30 Martin Rudalics <rudalics@gmx.at>
13693
13694 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
13695 (window-iso-combinations): Remove "iso-" infix.
13696 Suggested by Chong Yidong.
3d8daefe
MR
13697 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13698 (window-max-delta-1, window-resize, window--resize-siblings)
13699 (window--resize-this-window, adjust-window-trailing-edge)
13700 (split-window, balance-windows-1)
13701 (shrink-window-if-larger-than-buffer):
13702 * calendar/calendar.el (calendar-generate-window):
db22a3c2 13703 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 13704
1bc4c3ae
SM
137052011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13708 in place (bug#9907).
13709 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13710 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13711 (eshell-structure-basic-command, eshell-rewrite-while-command)
13712 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13713 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13714 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13715 (eshell-do-pipelines-synchronously, eshell-eval-command):
13716 Use backquotes and prefer setq to set.
13717 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13718 (eshell-macrop): Use functionp.
c1e2f5fa 13719 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 13720
30b65d9c
CY
137212011-10-30 Chong Yidong <cyd@gnu.org>
13722
13723 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13724 instead of set-mark (Bug#9810).
13725
2d197ffb
CY
137262011-10-30 Chong Yidong <cyd@gnu.org>
13727
13728 * window.el (split-window-below, split-window-right): Rename from
13729 split-window-above-each-other and split-window-side-by-side
13730 respectively. All callers changed.
13731 (split-window-sensibly, split-window-sensibly): Use them.
13732 (split-window-keep-point): Doc fix.
13733
13734 * isearch.el: Add isearch-scroll property to split-window-below
13735 and split-window-right.
13736
13737 * follow.el (follow-mode):
13738 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13739 * progmodes/ada-xref.el (ada-gdb-application):
13740 * emulation/vip.el (vip-buffer-in-two-windows):
13741 * image-dired.el (image-dired-dired-with-window-configuration):
13742 * dired-x.el (dired-do-find-marked-files):
13743 * dired.el (dired-pop-to-buffer):
13744 * bs.el (bs--show-with-configuration):
13745 * vc/emerge.el (emerge-setup-windows):
13746 * textmodes/two-column.el (2C-two-columns):
13747 * textmodes/reftex-toc.el (reftex-toc):
13748 * progmodes/gdb-mi.el (gdb-setup-windows):
13749 * progmodes/fortran.el (fortran-window-create):
13750 * net/newst-treeview.el (newsticker--treeview-window-init):
13751 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13752 * emulation/tpu-edt.el (tpu-gold-map):
13753 * emulation/crisp.el (crisp-mode-map):
13754 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13755
38bb2ca8
CY
137562011-10-29 Chong Yidong <cyd@gnu.org>
13757
aa4de341
CY
13758 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13759
e1eb5385
CY
13760 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13761
5d2ece3c
CY
13762 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13763 forged Ispell output (Bug#7904).
13764
38bb2ca8
CY
13765 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13766
d0af9f77
SM
137672011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * doc-view.el: Avoid ugly errors about not finding nil.
13770 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13771 (doc-view-dvipdf-program, doc-view-unoconv-program)
13772 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13773 Avoid nil or absolute file name as default value.
13774 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13775
52bedd34
AM
137762011-10-28 Alan Mackenzie <acm@muc.de>
13777
db22a3c2 13778 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 13779
7e43cfa5
AM
137802011-10-28 Alan Mackenzie <acm@muc.de>
13781
13782 Amend the handling of c-beginning/end-of-defun in nested declaration
13783 scopes.
13784
52bedd34
AM
13785 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13786 cc-langs.el. Change it to a defcustom.
7e43cfa5 13787
52bedd34
AM
13788 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13789 cc-vars.el.
7e43cfa5 13790
d0af9f77
SM
13791 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13792 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 13793
52bedd34 13794 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 13795 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
13796 (c-widen-to-enclosing-decl-scope): New function.
13797 (c-while-widening-to-decl-block): New macro.
13798 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13799 outward for defun boundaries, and correspondingly change symbol
13800 `respect-enclosure' to `go-outward'.
13801 (c-declaration-limits): Change algorithm to report only the "innermost"
13802 defun's boundaries.
13803
1a2ce9ee
DD
138042011-10-28 Deniz Dogan <deniz@dogan.se>
13805
13806 * net/rcirc.el (rcirc-mode): Use hard newlines.
13807
bc97a826
AM
138082011-10-28 Alan Mackenzie <acm@muc.de>
13809
13810 Amend to indent and fontify macros "which include their own semicolon"
13811 correctly, using the "virtual semicolon" mechanism.
13812
52bedd34 13813 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 13814
d0af9f77 13815 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 13816 Recode to scan one line at a time rather than having \n and \r
58179cce 13817 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 13818 (c-forward-label): Amend for virtual semicolons.
58179cce 13819 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 13820
52bedd34
AM
13821 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13822 of the new C macros.
bc97a826 13823
52bedd34 13824 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
13825 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13826 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
13827 (c-opt-cpp-macro-define): Make into a full language variable.
13828 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13829 AWK Mode (including \n, \r) removed, no longer needed.
13830
d0af9f77
SM
13831 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13832 Invoke c-make-macro-with-semi-re.
bc97a826 13833
52bedd34
AM
13834 * progmodes/cc-vars.el (c-macro-with-semi-re):
13835 (c-macro-names-with-semicolon): New variables.
58179cce 13836 (c-make-macro-with-semi-re): New function.
bc97a826 13837
7a6c0941
SM
138382011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * vc/log-edit.el: Fill empty field rather than adding new one.
13841 (log-edit-add-field): New function.
13842 (log-edit-insert-changelog): Use it.
13843
b0c4cdcf
ML
138442011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13845
13846 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13847
ee1f1da9
SM
138482011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13851 (gdb--check-interpreter): New function.
13852 (gdb): Use it.
13853
51bc5f8b
GM
138542011-10-27 Glenn Morris <rgm@gnu.org>
13855
416a2c45
GM
13856 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13857 (least-positive-float, least-negative-float)
13858 (least-positive-normalized-float, least-negative-normalized-float)
13859 (float-epsilon, float-negative-epsilon):
13860 Remove unnecessary declarations.
13861
13862 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13863 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13864 (least-positive-float, least-negative-float)
13865 (least-positive-normalized-float, least-negative-normalized-float)
13866 (float-epsilon, float-negative-epsilon): Add doc-strings,
13867 based on those in cl.texi.
13868
51bc5f8b
GM
13869 * files.el (set-visited-file-name): If the major-mode changed,
13870 reload the local variables. (Bug#9796)
13871
15de15c6
CY
138722011-10-27 Chong Yidong <cyd@gnu.org>
13873
13874 * subr.el (change-major-mode-after-body-hook): New hook.
13875 (run-mode-hooks): Run it.
13876
ee1f1da9
SM
13877 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13878 Use change-major-mode-before-body-hook.
15de15c6
CY
13879
13880 * simple.el (fundamental-mode):
13881 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13882 change introducing fundamental-mode-hook.
13883
5430d399
JB
138842011-10-26 Juanma Barranquero <lekktu@gmail.com>
13885
acc825c5 13886 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 13887
ad74a69e
MA
138882011-10-26 Michael Albinus <michael.albinus@gmx.de>
13889
13890 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 13891 tramp.el explicitly. (Bug#7583)
ad74a69e 13892
71d4c2a5
SM
138932011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13894
13895 * progmodes/octave-mod.el:
13896 * progmodes/octave-inf.el: Update maintainer.
13897
b1f6fa26
CY
138982011-10-26 Chong Yidong <cyd@gnu.org>
13899
13900 * subr.el (with-wrapper-hook): Rewrite doc.
13901
3f04efd6
MA
139022011-10-25 Michael Albinus <michael.albinus@gmx.de>
13903
13904 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 13905 filenames "/method:foo:". (Bug#9793)
3f04efd6 13906
410488d3
SM
139072011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13910 (bug#9865).
13911
c1ebb47e
GM
139122011-10-24 Glenn Morris <rgm@gnu.org>
13913
13914 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13915
7f5c46c7
MA
139162011-10-24 Michael Albinus <michael.albinus@gmx.de>
13917
13918 * notifications.el: Add the requirement of a running D-Bus session
13919 bus to the Commentary.
13920
db2440b6
JL
139212011-10-24 Juri Linkov <juri@jurta.org>
13922
13923 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13924 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13925 (Bug#9364)
13926
feecf435
JL
139272011-10-24 Juri Linkov <juri@jurta.org>
13928
13929 * info.el (Info-following-node-name-re): Add newline to the list
13930 of allowed characters for leading space. (Bug#9824)
13931
a3839de2
SM
139322011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13933
acc825c5
SM
13934 * progmodes/octave-inf.el (inferior-octave-mode-map):
13935 Fix C-c C-h binding.
a3839de2
SM
13936 * progmodes/octave-mod.el (octave-help): Remove.
13937
09388e76
MA
139382011-10-23 Michael Albinus <michael.albinus@gmx.de>
13939
13940 Sync with Tramp 2.2.3.
13941
13942 * net/tramp-cache.el (top): Pacify byte-compiler using
13943 `init-file-user' and `site-run-file'.
13944
13945 * net/trampver.el: Update release number.
13946
86c60681
CY
139472011-10-23 Chong Yidong <cyd@gnu.org>
13948
13949 * files.el (toggle-read-only): Remove obsolete comment about
13950 version control.
13951
13952 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13953 for toggle-read-only. Note that this hasn't called vc-next-action
13954 since 2008-05-02, though it wasn't documented at the time.
13955
a3839de2
SM
13956 * vc/ediff-init.el (ediff-toggle-read-only-function):
13957 Use toggle-read-only.
86c60681 13958
cd5495ff
AM
139592011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13960
13961 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13962 of c-parse-state.
13963
00b77525 13964 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 13965 correct faulty logical expression.
cd5495ff
AM
13966 (c-parse-state-state, c-record-parse-state-state):
13967 (c-replay-parse-state-state): New defvar/defuns.
13968 (c-debug-parse-state): Use new functions.
13969
42ee24ed
MR
139702011-10-22 Martin Rudalics <rudalics@gmx.at>
13971
13972 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 13973 last fix. Use window-in-direction correctly.
42ee24ed 13974
a7dee7e7
CY
139752011-10-21 Chong Yidong <cyd@gnu.org>
13976
13977 * progmodes/idlwave.el (idlwave-mode):
13978 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
13979 require-final-newline; that's done in prog-mode.
13980 Suggested by Stefan Monnier.
a7dee7e7 13981
e07b9a6d
MR
139822011-10-21 Martin Rudalics <rudalics@gmx.at>
13983
13984 * mouse.el (mouse-drag-window-above)
13985 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13986 (mouse-drag-mode-line-1, mouse-drag-header-line)
13987 (mouse-drag-vertical-line-rightward-window): Remove.
13988 (mouse-drag-line): New function.
13989 (mouse-drag-mode-line, mouse-drag-header-line)
13990 (mouse-drag-vertical-line): Call mouse-drag-line.
13991 * window.el (window-at-side-p, windows-at-side): New functions.
13992
7e1361d9
UM
139932011-10-21 Ulrich Mueller <ulm@gentoo.org>
13994
13995 * tar-mode.el (tar-grind-file-mode):
13996 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13997
30fcaf3a
CY
139982011-10-21 Chong Yidong <cyd@gnu.org>
13999
14000 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
14001 * progmodes/vera-mode.el (vera-mode):
14002 Use mode-require-final-newline.
30fcaf3a 14003
516eddb0
GM
140042011-10-20 Glenn Morris <rgm@gnu.org>
14005
db22a3c2 14006 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 14007
10d5f513
CS
140082011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
14009
14010 * emulation/cua-base.el (cua-set-mark): Fix case of string.
14011
ac6c8639
CY
140122011-10-20 Chong Yidong <cyd@gnu.org>
14013
14014 * emulation/cua-base.el (cua-mode):
14015 * mail/footnote.el (footnote-mode):
14016 * mail/mailabbrev.el (mail-abbrevs-mode):
14017 * net/xesam.el (xesam-minor-mode):
14018 * progmodes/bug-reference.el (bug-reference-mode):
14019 * progmodes/cap-words.el (capitalized-words-mode):
14020 * progmodes/compile.el (compilation-minor-mode)
14021 (compilation-shell-minor-mode):
14022 * progmodes/gud.el (gud-tooltip-mode):
14023 * progmodes/hideif.el (hide-ifdef-mode):
14024 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
14025 * progmodes/subword.el (subword-mode):
14026 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14027 * progmodes/which-func.el (which-function-mode):
14028 * term/tvi970.el (tvi970-set-keypad-mode):
14029 * term/vt100.el (vt100-wide-mode):
14030 * textmodes/flyspell.el (flyspell-mode):
14031 * textmodes/ispell.el (ispell-minor-mode):
14032 * textmodes/nroff-mode.el (nroff-electric-mode):
14033 * textmodes/paragraphs.el (use-hard-newlines):
14034 * textmodes/refill.el (refill-mode):
14035 * textmodes/reftex.el (reftex-mode):
14036 * textmodes/rst.el (rst-minor-mode):
14037 * textmodes/sgml-mode.el (html-autoview-mode)
14038 (sgml-electric-tag-pair-mode):
14039 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
14040 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
14041 * emulation/crisp.el (crisp-mode):
14042 * emacs-lisp/eldoc.el (eldoc-mode):
14043 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
14044 minor mode behavior.
14045
aa42ab43
JL
140462011-10-19 Juri Linkov <juri@jurta.org>
14047
14048 * descr-text.el (describe-char): Add #x2010 and #x2011 to
14049 the list of hard-coded chars with escape-glyph face.
14050
89400f1d
SM
140512011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14052
14053 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
14054
305c07f6
MA
140552011-10-19 Michael Albinus <michael.albinus@gmx.de>
14056
14057 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
14058 running process.
14059
13754b54
GM
140602011-10-19 Glenn Morris <rgm@gnu.org>
14061
14062 * vc/vc-bzr.el (vc-bzr-after-dir-status):
14063 Ignore ignored files. (Bug#9726)
14064
06e21633
CY
140652011-10-19 Chong Yidong <cyd@gnu.org>
14066
14067 Doc fix for minor modes, stating that an omitted argument enables
14068 the mode unconditionally when called from Lisp.
14069
14070 * abbrev.el (abbrev-mode):
14071 * allout.el (allout-mode):
14072 * autoinsert.el (auto-insert-mode):
14073 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14074 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14075 (global-auto-revert-mode):
14076 * battery.el (display-battery-mode):
14077 * composite.el (global-auto-composition-mode)
14078 (auto-composition-mode):
14079 * delsel.el (delete-selection-mode):
14080 * desktop.el (desktop-save-mode):
14081 * dired-x.el (dired-omit-mode):
14082 * dirtrack.el (dirtrack-mode):
14083 * doc-view.el (doc-view-minor-mode):
14084 * double.el (double-mode):
14085 * electric.el (electric-indent-mode, electric-pair-mode):
14086 * emacs-lock.el (emacs-lock-mode):
14087 * epa-hook.el (auto-encryption-mode):
14088 * follow.el (follow-mode):
14089 * font-core.el (font-lock-mode):
14090 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
14091 * help.el (temp-buffer-resize-mode):
14092 * hilit-chg.el (highlight-changes-mode)
14093 (highlight-changes-visible-mode):
14094 * hi-lock.el (hi-lock-mode):
14095 * hl-line.el (hl-line-mode, global-hl-line-mode):
14096 * icomplete.el (icomplete-mode):
14097 * ido.el (ido-everywhere):
14098 * image-file.el (auto-image-file-mode):
14099 * image-mode.el (image-minor-mode):
14100 * iswitchb.el (iswitchb-mode):
14101 * jka-cmpr-hook.el (auto-compression-mode):
14102 * linum.el (linum-mode):
14103 * longlines.el (longlines-mode):
14104 * master.el (master-mode):
14105 * mb-depth.el (minibuffer-depth-indicate-mode):
14106 * menu-bar.el (menu-bar-mode):
14107 * minibuf-eldef.el (minibuffer-electric-default-mode):
14108 * mouse-sel.el (mouse-sel-mode):
14109 * msb.el (msb-mode):
14110 * mwheel.el (mouse-wheel-mode):
14111 * outline.el (outline-minor-mode):
14112 * paren.el (show-paren-mode):
14113 * recentf.el (recentf-mode):
14114 * reveal.el (reveal-mode, global-reveal-mode):
14115 * rfn-eshadow.el (file-name-shadow-mode):
14116 * ruler-mode.el (ruler-mode):
14117 * savehist.el (savehist-mode):
14118 * scroll-all.el (scroll-all-mode):
14119 * scroll-bar.el (scroll-bar-mode):
14120 * server.el (server-mode):
14121 * shell.el (shell-dirtrack-mode):
14122 * simple.el (auto-fill-mode, transient-mark-mode)
14123 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
14124 (line-number-mode, column-number-mode, size-indication-mode)
14125 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
14126 * strokes.el (strokes-mode):
14127 * time.el (display-time-mode):
14128 * t-mouse.el (gpm-mouse-mode):
14129 * tool-bar.el (tool-bar-mode):
14130 * tooltip.el (tooltip-mode):
14131 * type-break.el (type-break-mode-line-message-mode)
14132 (type-break-query-mode):
14133 * view.el (view-mode):
14134 * whitespace.el (whitespace-mode, whitespace-newline-mode)
14135 (global-whitespace-mode, global-whitespace-newline-mode):
14136 * xt-mouse.el (xterm-mouse-mode): Doc fix.
14137
a3839de2
SM
14138 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14139 Fix autogenerated docstring.
06e21633 14140
5214e501
JL
141412011-10-19 Juri Linkov <juri@jurta.org>
14142
14143 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
14144 by checking environment variables "DESKTOP_SESSION" and
14145 "XDG_CURRENT_DESKTOP". (Bug#9779)
14146
195f8db9
JL
141472011-10-19 Juri Linkov <juri@jurta.org>
14148
14149 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
14150 (browse-url-chromium-program, browse-url-chromium-arguments):
14151 New defcustoms.
14152 (browse-url-default-browser): Check for `browse-url-chromium' and
14153 call `browse-url-chromium-program'.
14154 (browse-url-chromium): New command. (Bug#9779)
14155
343a34ff
JB
141562011-10-18 Juanma Barranquero <lekktu@gmail.com>
14157
14158 * facemenu.el (list-colors-duplicates): On Windows, detect more
14159 duplicates by assuming that only colors matching "^System" are
14160 special "system colors". (Bug#9722)
14161
6978a151
SM
141622011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
14165 to distinguish the author from the committer.
14166
6a80b297
MA
141672011-10-18 Michael Albinus <michael.albinus@gmx.de>
14168
14169 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
14170
b31a5677
JK
141712011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
14172
14173 * international/mule.el (sgml-html-meta-auto-coding-function):
14174 Add support for detecting encoding in HTML5 specified only as
14175 <meta charset="UTF-8">. Implementation just makes http-equiv and
14176 content-type parts from HTML4 encoding string optional. (Bug#9716)
14177
80c6d77f
GM
141782011-10-18 Glenn Morris <rgm@gnu.org>
14179
14180 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
14181
08b0fee8
CY
141822011-10-18 Chong Yidong <cyd@gnu.org>
14183
14184 * faces.el (cursor): Doc fix.
14185
67e729a5
CY
141862011-10-17 Chong Yidong <cyd@gnu.org>
14187
14188 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
14189
343a34ff 141902011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
14191
14192 * dirtrack.el (dirtrack): Support shell buffers with path
14193 prefixes, e.g. tramp-based remote shells. (Bug#9647)
14194
0bc06380
TZ
141952011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
14196
14197 * json.el: Bump version to 1.3 and note change in History.
14198 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
14199
8b79f3e0
SM
142002011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14201
5a7c536b
SM
14202 * comint.el (comint-insert-input, comint-send-input)
14203 (comint-get-old-input-default, comint-backward-matching-input)
14204 (comint-next-prompt): Use nil instead of `input' for field property of
14205 past user input (bug#114).
14206
96a8a0df
SM
14207 * minibuffer.el (completion--replace): Inherit surrounding properties
14208 (bug#114).
14209 (minibuffer-complete-and-exit): Use it.
14210
8b79f3e0
SM
14211 * comint.el (comint--table-subvert): Quote the all-completions output
14212 (bug#9160).
14213
b8f7ff0d
MR
142142011-10-17 Martin Rudalics <rudalics@gmx.at>
14215
8b79f3e0 14216 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 14217
b8f7ff0d 14218 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 14219 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
14220 entries and separate them from frame entries.
14221
c235b555
GM
142222011-10-15 Glenn Morris <rgm@gnu.org>
14223
14224 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
14225 Doc fixes.
14226
6bbfa6e1
CY
142272011-10-15 Chong Yidong <cyd@stupidchicken.com>
14228
8b79f3e0
SM
14229 * net/network-stream.el (network-stream-open-starttls):
14230 Improve detection of failure due to lack of TLS support.
ec5c990d 14231
6bbfa6e1
CY
14232 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
14233 putting the input text in front and in bold.
14234
98488977
SM
142352011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
14236
3d1337be
SM
14237 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
14238
ee0b45e4
SM
14239 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
14240 empty buffer.
14241
98488977
SM
14242 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
14243 unread-command-events rather than pushing yet-another event.
14244
186f4720
EZ
142452011-10-14 Eli Zaretskii <eliz@gnu.org>
14246
14247 * mail/sendmail.el (sendmail-query-once): Improve the wording of
14248 the explanation of the possible choices. Make the options passed
14249 to completing-read shorter.
14250
8b7a997c
AM
142512011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14252
14253 * textmodes/flyspell.el (flyspell-large-region): Make sure
14254 extended character mode is used if defined (Bug#1339).
14255
12587bbb
EZ
142562011-10-13 Eli Zaretskii <eliz@gnu.org>
14257
14258 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
14259 character info for LRE, LRO, RLE, and RLO characters by appending
14260 an invisible PDF.
12587bbb 14261
bad41229
SM
142622011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
14265 even in case of error; add debug spec; simplify data flow.
14266 (with-timeout-handler): Remove.
14267
28dbc92f
MA
142682011-10-12 Michael Albinus <michael.albinus@gmx.de>
14269
14270 Fix Bug#6019, Bug#9315.
14271
14272 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
14273 complete `buffer-file-name', the local file name part could look
14274 remotely (for example on VMS).
14275
14276 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
14277 `tramp-run-real-handler'.
14278 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
14279 already quoted by '"'.
14280
14281 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
14282 Let `file-name-handler-alist' be nil, the local file name part
14283 could look remotely (for example on VMS).
14284
e1b0b23a
SM
142852011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
14288 from here...
14289 (flyspell-post-command-hook): ...to here.
14290
a120bde9
SM
142912011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14292
14293 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14294 if not needed.
14295 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
14296 using completion. Protect against "slow" callers.
14297 Remove the "message hack".
14298
7ce7717b
JL
142992011-10-11 Juri Linkov <juri@jurta.org>
14300
14301 * isearch.el (isearch-lazy-highlight-word): New variable.
14302 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14303 Use it. (Bug#9727)
14304
c02ee9d6
GM
143052011-10-11 Glenn Morris <rgm@gnu.org>
14306
14307 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14308 like f90-previous-statement does.
14309
93e616fd 143102011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14311
1f190e73 14312 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
14313 only in interactive use, to avoid error.
14314
af7b6078
SM
143152011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * minibuffer.el (completion-file-name-table): Fix last change,
14318 i.e. ignore normal errors but not the other ones.
14319
0563dae9
MR
143202011-10-10 Martin Rudalics <rudalics@gmx.at>
14321
14322 * window.el (special-display-buffer-names)
14323 (special-display-regexps): Remove some remnants of earlier
14324 changes from doc-strings.
366ca7f3
MR
14325 (quit-windows-on): New function.
14326
14327 * vc/vc.el (vc-revert, vc-rollback):
14328 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14329 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 14330 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 14331
49677495
MR
143322011-10-09 Martin Rudalics <rudalics@gmx.at>
14333
14334 * window.el (frame-auto-hide-function): Add version tag.
14335 (Bug#9699)
14336
56f2d1e1
MA
143372011-10-09 Michael Albinus <michael.albinus@gmx.de>
14338
14339 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14340 condition.
14341
112a6592
LL
143422011-10-09 Leo Liu <sdl.web@gmail.com>
14343
14344 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14345 (Bug#9701)
14346
0812589b
GM
143472011-10-08 Glenn Morris <rgm@gnu.org>
14348
14349 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14350 before the first code statement zero indent. (Bug#9690)
14351
b2b0776e
CY
143522011-10-08 Chong Yidong <cyd@stupidchicken.com>
14353
14354 * simple.el (count-words-region): Always count in the region.
14355 Report the number of lines and characters too.
14356 (count-words): New command, which counts in the buffer if the
14357 region is inactive, as count-words-region used to.
14358 (count-words--message): New function. Handle plurals.
14359 (count-lines-region): Make it an alias for count-words-region.
14360
14361 * bindings.el (esc-map): Replace count-lines-region with
14362 count-words-region.
14363
c557cd6b
MR
143642011-10-08 Martin Rudalics <rudalics@gmx.at>
14365
14366 * window.el (window--delete): Delete dedicated frame
14367 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 14368 (switch-to-buffer): Fix doc-string typo.
c557cd6b 14369
61a57ef4 143702011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14371
3a7d293b 14372 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 14373
c3833279
CY
143742011-10-07 Chong Yidong <cyd@stupidchicken.com>
14375
14376 * bindings.el ([M-left],[M-right]): Bind to left-word and
14377 right-word respectively.
14378
21ce8245
GM
143792011-10-07 Glenn Morris <rgm@gnu.org>
14380
14381 * cus-start.el (debug-on-quit): Fix custom type.
14382
6d823bb2
LMI
143832011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14384
0181e193
LMI
14385 * subr.el (define-key-after): Clarify that the function is not
14386 useful for non-menu keymaps.
14387
6d823bb2
LMI
14388 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14389
8e3459ce 143902011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14391
21ce8245 14392 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 14393 in current minibuffer (Fix bug with recursive minibuffers).
14394
a1c2d21e
CY
143952011-10-06 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * progmodes/gdb-mi.el (gdb): Doc fix.
14398
5a4cf282
MR
143992011-10-05 Martin Rudalics <rudalics@gmx.at>
14400
14401 * window.el (frame-auto-hide-function): New option replacing
14402 frame-auto-delete. Suggested by Stefan Monnier.
14403 (window--delete): Call frame-auto-hide-function instead of
14404 investigating frame-auto-delete.
c96111ea
MR
14405 (window-point-1, set-window-point-1): New functions.
14406 (window-in-direction, record-window-buffer, window-state-get-1)
14407 (display-buffer-record-window): Use window-point-1 instead of
14408 window-point.
14409 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 14410
9854542e
SM
144112011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14414
8943cfb0
GM
144152011-10-05 Glenn Morris <rgm@gnu.org>
14416
14417 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14418 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
14419
647ab967
LL
144202011-10-05 Leo Liu <sdl.web@gmail.com>
14421
14422 * subr.el (read-char-choice): Fix argument to buffer-live-p which
14423 works with buffer object.
14424
3ddfbced
SM
144252011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14426
14427 * mpc.el (mpc-tool-bar-map): Add labels.
14428
bdfa5dd2
GM
144292011-10-04 Glenn Morris <rgm@gnu.org>
14430
14431 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14432
0e2070b5
MR
144332011-10-04 Martin Rudalics <rudalics@gmx.at>
14434
14435 * window.el (window--delete): New function.
14436 (frame-auto-delete): Resuscitate option.
14437 (bury-buffer, replace-buffer-in-windows)
14438 (quit-window): Rewrite using window--delete.
14439 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14440 Pass display-buffer-mark-dedicated to window--display-buffer-2
14441 (Bug#9639).
14442
3dc61a09
SM
144432011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14444
915a9b64
SM
14445 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14446 returns a list (bug#9554). Add remote file name completion.
14447 * comint.el (comint--table-subvert): Curry and get quote&unquote
14448 functions as arguments.
14449 (comint--complete-file-name-data): Adjust call accordingly.
14450 * pcomplete.el (pcomplete--table-subvert): Remove.
14451 (pcomplete-completions-at-point): Use comint--table-subvert instead.
14452
3dc61a09
SM
14453 * minibuffer.el (completion-table-case-fold): Use currying.
14454 (completion--styles-type, completion--cycling-threshold-type):
14455 New constants.
14456 (completion-styles, completion-category-overrides)
14457 (completion-cycle-threshold): Use them.
14458 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14459 completion-table-case-fold.
14460
8ea0a993
SB
144612011-10-03 Stephen Berman <stephen.berman@gmx.net>
14462
14463 * minibuffer.el (completion-category-overrides): Fix type of styles
14464 and add more user friendly tags (bug#9660).
14465
8c24b7f6
SM
144662011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14469 (mule-input-method-string): New widget.
14470 (default-input-method, language-info-custom-alist): Use it.
14471
428fe61a
SM
144722011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14473
32c1fffd
SM
14474 * pcomplete.el: Require comint.
14475 (pcomplete--common-suffix): Remove.
14476 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14477 (pcomplete--table-subvert): Sync with comint--table-subvert.
14478 (pcomplete--entries): Use comint-completion-file-name-table.
14479 * comint.el (comint-unquote-filename): Simplify.
14480 (comint-completion-file-name-table): New function (bug#9616).
14481 (comint--complete-file-name-data): Use it.
14482
428fe61a
SM
14483 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14484 (pcmpl-gnu-tar-buffer): Remove.
14485 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
14486 around. Make sure pcomplete-suffix-list is only changed temporarily.
14487 Don't look inside the tar's file if it's too large.
428fe61a 14488
04c52e2f
CY
144892011-10-01 Chong Yidong <cyd@stupidchicken.com>
14490
ce3cefcc
CY
14491 * cus-edit.el (custom-mode-map):
14492 * epa.el (epa-key-list-mode-map):
14493 * man.el (Man-mode-map):
14494 * startup.el (splash-screen-keymap):
14495 * simple.el (special-mode-map): Use scroll-up-command and
14496 scroll-down-command.
14497
14498 * progmodes/idlw-help.el (idlwave-help-mode-map):
14499 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14500 * net/newst-plainview.el (newsticker-mode-map):
14501 * emulation/ws-mode.el (wordstar-mode-map):
14502 * emulation/vi.el (vi-com-map):
14503 * calc/calc-graph.el (calc-graph-show-dumb):
14504 * term/sun.el (terminal-init-sun):
14505 * term/ns-win.el (global-map):
14506 * progmodes/grep.el (grep-mode-map):
14507 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14508 * mail/rmail.el (rmail-mode-map):
14509 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14510
04c52e2f
CY
14511 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14512 custom-safe-themes as special.
14513
79adf8c8
JD
145142011-10-01 Julien Danjou <julien@danjou.info>
14515
14516 * notifications.el (notifications-notify): Fix docstring.
14517
63bd50d3
PS
145182011-10-01 Per Starbäck <per@starback.se>
14519
14520 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14521
199e4c7e
MR
145222011-09-30 Martin Rudalics <rudalics@gmx.at>
14523
14524 * startup.el (command-line-1): Fix last fix by inserting
14525 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 14526 (Bug#9605) and (Bug#9636)
199e4c7e 14527
fe5f08dd
EZ
145282011-09-29 Eli Zaretskii <eliz@gnu.org>
14529
14530 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14531 window is hscrolled, move by logical lines. (Bug#9607)
14532 (line-move-visual): Update the doc string to the above effect.
14533
b5516bbd
MR
145342011-09-29 Martin Rudalics <rudalics@gmx.at>
14535
ccee00c0
MR
14536 * window.el (display-buffer-record-window): When WINDOW is the
14537 selected window use `point' instead of `window-point'. (Bug#9626)
14538
b5516bbd
MR
14539 * startup.el (command-line-1): Use insert-before-markers when
14540 inserting initial-scratch-message. (Bug#9605)
ccee00c0 14541
b5516bbd
MR
14542 * help.el (help-window): Remove variable.
14543
52aa0014
GM
145442011-09-29 Glenn Morris <rgm@gnu.org>
14545
14546 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14547
df9a7357
JB
145482011-09-29 Juanma Barranquero <lekktu@gmail.com>
14549
14550 * descr-text.el (describe-char-categories): Accept category
14551 descriptions more than one line long.
14552
a8406c20
SM
145532011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14554
88d9610c
SM
14555 * simple.el (delete-trailing-whitespace): Fix last change.
14556
a5daf810
SM
14557 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14558 Don't confuse "y => 3" as the beginning of a `y' operation.
14559
a8406c20
SM
14560 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14561 object has more than 4 slots (bug#9613).
14562
a239d4e9
JB
145632011-09-28 Juanma Barranquero <lekktu@gmail.com>
14564
14565 * subr.el (with-output-to-temp-buffer):
14566 * net/quickurl.el (quickurl, quickurl-browse-url):
14567 Fix typos in docstrings.
14568
693fbdb6
EZ
145692011-09-27 Eli Zaretskii <eliz@gnu.org>
14570
14571 * minibuffer.el (completion-styles)
14572 (completion-category-overrides): Cross reference each other in doc
14573 strings.
14574
8b457e28
GM
145752011-09-27 Glenn Morris <rgm@gnu.org>
14576
14577 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14578 to split-string. (Bug#9606)
14579
85a16208
LMI
145802011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14581
14582 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14583 (bug#9615).
14584
502f9ebd
CY
145852011-09-27 Chong Yidong <cyd@stupidchicken.com>
14586
14587 * emacs-lisp/package.el (list-packages): Fix echo area message.
14588
7690bdea
LL
145892011-09-27 Leo Liu <sdl.web@gmail.com>
14590
14591 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14592
e2ee6f30
MA
145932011-09-25 Michael Albinus <michael.albinus@gmx.de>
14594
14595 * net/dbus.el (dbus-unregister-object): Don't release services for
14596 registered signals. (Bug#9581)
14597
f3f98342
TZ
145982011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14599
14600 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14601 function that picks between cfengine 2 and 3 support
14602 automatically. Update docs accordingly.
14603
dd7aa8dd
KH
146042011-09-22 Kenichi Handa <handa@m17n.org>
14605
14606 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14607 ZERO.
14608 (indian-itrans-v5-table-for-tamil): New variable.
14609 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14610
3f2b07f8
KM
146112011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14612
14613 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14614 that's true if the current command involved collapsing of text.
14615 It's reset to false at the beginning of the next command.
14616 (allout-post-command-business): Move the cursor to the beginning
14617 of entry if the cursor is hidden and collapsing activity just
14618 happened.
14619
371d6a61
CY
146202011-09-24 Chong Yidong <cyd@stupidchicken.com>
14621
14622 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14623 tracking (Bug#9541).
14624
2ac2721a
UJ
146252011-09-24 Ulf Jasper <ulf.jasper@web.de>
14626
14627 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
14628 (newsticker-show-news): Automatically load html rendering package
14629 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14630 because w3m-fill-column is let-bound" and the error "Symbol's value
14631 as variable is void: w3m-fill-column".
2ac2721a 14632
fac7ae53
MA
146332011-09-24 Michael Albinus <michael.albinus@gmx.de>
14634
14635 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14636 Release services only if they are defined. (Bug#9581)
14637
e08b633b
RS
146382011-09-23 Richard Stallman <rms@gnu.org>
14639
e488d29c
RS
14640 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14641 distinguish start of paragraph from start of its text.
14642
19c38752
RS
14643 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14644
e08b633b
RS
14645 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14646 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14647 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14648
0a39f27e
AS
146492011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14650
14651 * international/mule-diag.el (mule-diag): Insert a newline after
14652 each fontset description.
14653
db4e950d
SM
146542011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * simple.el (delete-trailing-whitespace):
14657 Document last change; simplify.
14658
eca3f3ea
PW
146592011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14660
d68e189a
PW
14661 * simple.el (delete-trailing-whitespace): Also delete
14662 extra newlines at the end of the buffer.
14663
eca3f3ea
PW
14664 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14665 (picture-newline): Use forward-line so as to ignore fields.
14666
01c157cc
SM
146672011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * subr.el (with-wrapper-hook): Fix edebug spec.
14670
022de23e
LMI
146712011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14672
14673 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14674 (bug#4538).
14675
91683089
MA
146762011-09-23 Michael Albinus <michael.albinus@gmx.de>
14677
eca3f3ea
PW
14678 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14679 Fix nasty bug using wrong cached values.
91683089 14680
5bdd6fa4
AM
146812011-09-23 Alan Mackenzie <acm@muc.de>
14682
14683 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14684
97adfb97
CY
146852011-09-23 Chong Yidong <cyd@stupidchicken.com>
14686
14687 * window.el (pop-to-buffer): Ensure right window is selected if we
14688 chose another frame.
14689
d4ef2b50
EZ
146902011-09-22 Eli Zaretskii <eliz@gnu.org>
14691
14692 * simple.el (what-cursor-position): Use get-char-property-change
14693 and next-single-char-property-change, to be able to show display
14694 properties that come from overlays as well as text properties.
14695
72258fe5
CY
146962011-09-22 Chong Yidong <cyd@stupidchicken.com>
14697
14698 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14699
14700 * cmuscheme.el (run-scheme, switch-to-scheme):
14701 * cus-edit.el (customize-group, custom-buffer-create)
14702 (customize-browse):
14703 * info.el (info):
14704 * shell.el (shell):
14705 * mail/sendmail.el (mail):
14706 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14707
8f098516
RS
147082011-09-22 Richard Stallman <rms@gnu.org>
14709
14710 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14711 move back only to line beg, don't move back over blank lines.
14712
e74f1bb6
MA
147132011-09-22 Michael Albinus <michael.albinus@gmx.de>
14714
14715 * files.el (copy-directory): Set directory attributes only in case
14716 they could be retrieved from the source directory. (Bug#9565)
14717
bfeef8b6
DK
147182011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14719
14720 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14721 (hs-find-block-beginning, hs-hide-level-recursive):
14722 Ignore strings as well as comments. (Bug#9502)
14723
7e423bb8
AS
147242011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14725
14726 * progmodes/sql.el (sql-comint-postgres):
14727 Convert port number to a string. (Bug#9566)
14728
b4d72fcf
MR
147292011-09-22 Martin Rudalics <rudalics@gmx.at>
14730
14731 * window.el (quit-window): Undedicate window when switching to
14732 previous buffer. Reported by Thierry Volpiatto
14733 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
14734 (special-display-popup-frame): When popping up a new frame reset
14735 its previous buffers to nil. Simplify code.
b4d72fcf 14736
a7b88dc6
MA
147372011-09-21 Michael Albinus <michael.albinus@gmx.de>
14738
14739 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14740 and process filter, as done also in `shell-command'.
14741
cf4eacfd
MR
147422011-09-21 Martin Rudalics <rudalics@gmx.at>
14743
eca3f3ea 14744 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
14745 Call set-window-start with NOFORCE argument t.
14746 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
14747 (quit-window): Reword doc-string. Handle new format of
14748 quit-restore parameter. Don't delete window if it has a
14749 previous buffer we can show instead of the present one.
14750 (display-buffer-record-window): Rewrite using a new format for
14751 the quit-restore window parameter
14752 (special-display-popup-frame, display-buffer-same-window)
14753 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14754 (display-buffer-pop-up-window, display-buffer-use-some-window):
14755 Adapt symbol passed to display-buffer-record-window.
14756 * help.el (help-window-setup): Handle new format of quit-restore
14757 parameter.
14758
8d28cb95
SM
147592011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14760
94ab793f
SM
14761 * faces.el (face-list): Fix docstring (bug#9564).
14762
8d28cb95
SM
14763 * window.el (display-buffer--action-function-custom-type):
14764 Don't include internal functions in the Custom interface.
14765
3820edeb
JL
147662011-09-20 Juri Linkov <juri@jurta.org>
14767
14768 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14769 (Info-forward-node, Info-backward-node, Info-next-preorder)
14770 (Info-last-preorder): Use it. (Bug#9528)
14771
5147931d
JL
147722011-09-20 Juri Linkov <juri@jurta.org>
14773
14774 * info.el (Info-last-preorder): Visit last menu item only when
14775 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14776
cf499a1a
JD
147772011-09-20 Julien Danjou <julien@danjou.info>
14778
14779 * password-cache.el (password-cache-remove): Remove entries even if the
14780 value is nil, so that password with a nil value (negative caching) is
14781 possible to invalidate.
14782
f84e2fe2
LM
147832011-09-20 Lawrence Mitchell <wence@gmx.li>
14784
14785 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14786 all whitespace around breakpoint. (Bug#9553)
14787 (f90-find-breakpoint): Only break at whitespace inside a comment.
14788
78054a46
SM
147892011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * minibuffer.el (completion-file-name-table): Keep track of errors.
14792 (completion-table-with-predicate): Handle the case where pred1 is nil.
14793 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14794
345083b2
SM
147952011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14796
e24e27be
SM
14797 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14798 (debugger-return-value): Signal an error if the debugging context does
14799 not await any return value.
14800
345083b2
SM
14801 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14802 * image-mode.el (image-toggle-display-text)
14803 (image-toggle-display-image): Stay away from evil `intangible'.
14804
08d355e3
LL
148052011-09-19 Leo Liu <sdl.web@gmail.com>
14806
14807 * replace.el (occur-revert-arguments): Make it permanent-local.
14808 (occur-mode): Don't call font-lock-defontify.
14809
f01da43f
CY
148102011-09-19 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * net/ldap.el (ldap-search-internal): Don't push empty search
14813 result (Bug#9508).
14814
b6072fa6
SM
148152011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14818
443d6696
MA
148192011-09-19 Michael Albinus <michael.albinus@gmx.de>
14820
14821 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14822 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14823
7cc6e154
JL
148242011-09-18 Juri Linkov <juri@jurta.org>
14825
14826 * buff-menu.el (Buffer-menu-mode-map):
14827 * dired.el (dired-mode-map):
14828 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14829 (lisp-interaction-mode-map):
14830 * emacs-lisp/package.el (package-menu-mode-map):
14831 * epa.el (epa-key-list-mode-map):
14832 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14833 (menu-bar-options-menu):
14834 * outline.el (outline-mode-menu-bar-map):
14835 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14836 * vc/vc-dir.el (vc-dir-menu-map):
14837 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14838 Capitalize non-function content words in menu item strings.
14839
14840 * dired.el (dired-mode-map): Add menu item for
14841 `image-dired-dired-toggle-marked-thumbs'.
14842
80302a81
JL
148432011-09-18 Juri Linkov <juri@jurta.org>
14844
14845 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14846 to `isearch-case-fold-search' and restore its original value
14847 after the `isearch-mode' call.
14848
46c5cf66
JL
148492011-09-18 Juri Linkov <juri@jurta.org>
14850
14851 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14852 because `zgrep' returns 1 for successful matches (bug#9226).
14853
d18b513b
JL
148542011-09-18 Juri Linkov <juri@jurta.org>
14855
14856 * info.el (Info-extract-menu-node-name): Check the second match
14857 for empty string (second test-case of bug#9528).
14858 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14859 intermediate nodes to the history (first test-case of bug#9528).
14860
72753f87
JL
148612011-09-18 Juri Linkov <juri@jurta.org>
14862
14863 * info.el (Info-mode-syntax-table): New variable.
1154d12e 14864 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 14865
c9384295
JL
148662011-09-18 Juri Linkov <juri@jurta.org>
14867
1154d12e
JB
14868 * info.el (Info-file-supports-index-cookies):
14869 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14870 outputs one more line for long file names (bug#4142).
c9384295 14871
d473dce8
CY
148722011-09-18 Chong Yidong <cyd@stupidchicken.com>
14873
14874 * newcomment.el (comment-normalize-vars): If prompting for
14875 comment-start, set comment-start-skip too (Bug#8424).
14876
2176854d
JB
148772011-09-18 Johan Bockgård <bojohan@gnu.org>
14878
14879 * icomplete.el: Fix previous fix of Bug#5849.
14880 (icomplete-mode): Don't set completion-show-inline-help.
14881 (icomplete-minibuffer-setup): Set completion-show-inline-help
14882 locally during icompletion.
14883
3aace4e4
CY
148842011-09-18 Chong Yidong <cyd@stupidchicken.com>
14885
c940224f
CY
14886 * woman.el (woman2-process-escapes): Don't delete unrecognized
14887 escapes (Bug#7843).
14888
3aace4e4
CY
14889 * files.el (inhibit-first-line-modes-regexps): Add image files.
14890 (hack-local-variables-prop-line): Return nil for malformed
14891 prop-lines (Bug#9044).
14892
710dec63
MA
148932011-09-18 Michael Albinus <michael.albinus@gmx.de>
14894
14895 * net/tramp.el (top): Don't require 'shell.
14896 (tramp-methods): Fix docstring.
14897 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
14898 Return complete remote file name. Handle "smb" case.
14899 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
14900 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14901
14902 * net/tramp-compat.el (top): Require 'shell.
14903
14904 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14905 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14906 `tramp-current-host'.
14907 (tramp-get-remote-tmpdir): Remove.
14908
14909 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14910 `tramp-tmpdir' entries.
14911 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14912 (tramp-smb-handle-file-attributes): Ignore errors.
14913 (tramp-smb-wait-for-output): Check also for process end.
14914
5d5ac8ec
LMI
149152011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14916
14917 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14918 when sending QUIT (bug#9312).
14919
8c0f49f0
CY
149202011-09-17 Chong Yidong <cyd@stupidchicken.com>
14921
14922 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14923 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14924 occur-mode-display-occurrence.
14925 (occur-edit-mode): Add usage message.
14926 (occur-cease-edit): New command.
14927 (occur-after-change-function): Use text properties to find the
14928 position of the prefix text.
14929 (occur-engine): Set stickiness of prefix text properties.
14930
8f1383f7
GM
149312011-09-17 Glenn Morris <rgm@gnu.org>
14932
14933 * progmodes/etags.el (complete-tag):
14934 Fix call to completion-in-region. (Bug#9526)
14935
744ba0e3
JL
149362011-09-17 Juri Linkov <juri@jurta.org>
14937
14938 * textmodes/ispell.el (ispell-word): Add to the error message
14939 the word, ispell program name and current dictionary (bug#9121).
14940 (ispell-tex-arg-end): Capitalize "error" in the error message.
14941
d9bbf400
AS
149422011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14943
14944 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14945 check. (Bug#4251)
14946
8da11505
JL
149472011-09-17 Juri Linkov <juri@jurta.org>
14948
14949 * window.el (window-safe-min-height, window-safe-min-width):
14950 Fix typos (followup to bug#9522).
14951
a91adc7e
SJ
149522011-09-17 Sven Joachim <svenjoac@gmx.de>
14953
14954 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14955
064f328a
EZ
149562011-09-16 Eli Zaretskii <eliz@gnu.org>
14957
14958 * simple.el (line-move): If goal-column is set, move by logical
14959 lines, not by display lines. (Bug#971)
14960 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14961 to reflect the above change.
14962
e69df516
SM
149632011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14964
14965 * image.el (imagemagick-register-types): Use regexp-opt.
14966
cbb0f9ab
CY
149672011-09-15 Chong Yidong <cyd@stupidchicken.com>
14968
14969 * window.el (display-buffer-base-action): Rename from
14970 display-buffer-default-action. Make default value empty.
14971 (display-buffer-overriding-action): Convert to defvar.
14972 (display-buffer-fallback-action): New var.
14973
25322144
CY
149742011-09-15 Chong Yidong <cyd@stupidchicken.com>
14975
14976 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14977 declaration.
14978 (package--add-to-archive-contents): If there is a duplicate entry
14979 with an older version, remove it.
14980 (package-menu-mark-delete, package-menu-mark-install)
14981 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
14982 (package-menu-mark-obsolete-for-deletion):
14983 Use package-menu-get-status instead of a regexp search.
25322144
CY
14984 (package-menu-get-status): Use tabulated-list-entry.
14985 (package-menu-mark-upgrades): New command.
d770725a 14986 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
14987 (package-menu-execute): Do installation before deletion.
14988 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14989 instead of checking major-mode.
14990 (package-menu--find-upgrades): New function.
14991
7520339c
LMI
149922011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14993
14994 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14995 passwords in the log buffer.
65a046c4
LMI
14996 (smtpmail-process-filter): Update the process marker so that the
14997 "broken by peer" status message is inserted in the right place.
7520339c 14998
d3c30954
SM
149992011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15000
3fe48822
SM
15001 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
15002 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
15003 bibtex-completion-at-point-function.
15004 (bibtex-completion-at-point-function): Use them.
15005
1b8b3954
SM
15006 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
15007
d3c30954
SM
15008 * mpc.el (mpc-constraints-tag-lookup): New function.
15009 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
15010 also to browser "album|playlist".
15011
72779976
JL
150122011-09-14 Juri Linkov <juri@jurta.org>
15013
15014 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
15015 (isearch-edit-string): Use length of `isearch-string' when
15016 `isearch-fail-pos' returns nil.
15017 (isearch-message): Remove duplicate code and call
15018 `isearch-fail-pos' with arg `t'.
15019
a0bf2bcd
CY
150202011-09-14 Chong Yidong <cyd@stupidchicken.com>
15021
17bb0a2d
CY
15022 * replace.el (occur-mode-goto-occurrence): Don't force using other
15023 window (Bug#9499).
15024
a0bf2bcd
CY
15025 * dired-aux.el (dired-do-chmod): Don't provide initial input.
15026
f678e0b6
MR
150272011-09-14 Martin Rudalics <rudalics@gmx.at>
15028
15029 * window.el (display-buffer-window): Remove.
15030 (display-buffer-record-window): Use help-setup window parameter
15031 instead of variable display-buffer-window.
15032 (display-buffer-function, special-display-buffer-names)
15033 (special-display-function): Mention help-setup parameter instead
15034 of display-buffer-window in doc-string.
d3c30954
SM
15035 * help.el (help-window-setup): New argument help-window.
15036 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
15037 Reword some messages.
15038 (with-help-window): Pass window used for displaying the buffer
15039 to help-window-setup. Don't set display-buffer-window.
15040
8e39b2e8
GM
150412011-09-13 Glenn Morris <rgm@gnu.org>
15042
15043 * emacs-lisp/debug.el (debugger-make-xrefs):
15044 Preserve point. (Bug#9462)
15045
85e9c04b
CY
150462011-09-13 Chong Yidong <cyd@stupidchicken.com>
15047
15048 * window.el (window-deletable-p): Use next-frame.
15049
1b36ed6a
MR
150502011-09-13 Martin Rudalics <rudalics@gmx.at>
15051
15052 * window.el (window-auto-delete): Remove.
15053 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 15054 dedication and previous buffers.
1b36ed6a
MR
15055 (switch-to-prev-buffer): Don't delete window.
15056 (delete-windows-on): Delete a window's frame if and only if the
15057 window is dedicated.
15058 (replace-buffer-in-windows): Delete buffer's window or frame if
15059 and only if window is dedicated.
15060 (quit-window): Handle quit-restore as before last change.
4d61f28d 15061 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 15062
ef8ef9fb
CY
150632011-09-13 Chong Yidong <cyd@stupidchicken.com>
15064
15065 * window.el (window-deletable-p): Never delete the last frame on a
15066 given terminal.
15067
b2cba41e
GM
150682011-09-13 Glenn Morris <rgm@gnu.org>
15069
15070 * help.el (describe-key-briefly): Copy previous standard-output change.
15071
51553db6 150722011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
15073
15074 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
15075
b7556719
GM
150762011-09-13 Glenn Morris <rgm@gnu.org>
15077
15078 * emacs-lisp/lisp-mode.el (lisp-indent-function):
15079 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
15080
64b51947
CY
150812011-09-12 Chong Yidong <cyd@stupidchicken.com>
15082
15083 * dired-aux.el (dired-mark-read-string): Don't return default
15084 value on empty input (Bug#9361).
15085 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
15086 Omit initial minibuffer contents.
15087 (dired-do-chmod): Signal an error on empty input.
15088 (dired-mark-read-string): Don't return default on empty input.
15089
15090 * files.el (file-modes-symbolic-to-number): Doc fix.
15091
393a301e
SM
150922011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * international/mule-cmds.el (ucs-completions): Remove.
15095 (read-char-by-name): Use complete-with-action instead; add metadata.
15096
fa5660f9
CY
150972011-09-11 Chong Yidong <cyd@stupidchicken.com>
15098
15099 * window.el (display-buffer--action-function-custom-type)
15100 (display-buffer--action-custom-type): New vars.
15101 (display-buffer-alist, display-buffer-default-action)
15102 (display-buffer-overriding-action): Add defcustom types.
15103
4a592f66
CY
15104 * frame.el (delete-other-frames): Doc fix (Bug#276).
15105
73d56dbd
LMI
151062011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15107
15108 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
15109
37ac18a3
CY
151102011-09-11 Chong Yidong <cyd@stupidchicken.com>
15111
15112 Change modes that used same-window-* vars to use switch-to-buffer.
15113
15114 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
15115 Use switch-to-buffer.
15116
15117 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
15118 (customize-browse, custom-buffer-create-other-window):
15119 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
15120
15121 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
15122 (Info-prev, Info-up, Info-speedbar-goto-node)
15123 (info-display-manual): Use switch-to-buffer.
15124 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
15125
15126 * mail/sendmail.el (mail): Use switch-to-buffer.
15127 (mail-recover): Use switch-to-buffer-other-window.
15128
15129 * cmuscheme.el (run-scheme, switch-to-scheme):
15130 * ielm.el (ielm):
15131 * shell.el (shell):
15132 * net/rlogin.el (rlogin):
15133 * net/telnet.el (telnet, rsh):
15134 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
15135
10195bd6
AS
151362011-09-11 Andreas Schwab <schwab@linux-m68k.org>
15137
15138 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
15139
b322f63a
LMI
151402011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15141
39d7fed6
LMI
15142 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
15143 so don't mention it (bug#9301).
ba5a81f1 15144 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 15145
ee0e9f11
LMI
15146 * faces.el (face-spec-set-match-display): Make `(type graphic)'
15147 match `x', `w32' and `ns', like the manual says (bug#9029).
15148
0b1c89c1 15149 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
15150 (process-kill-buffer-query-function): Mention the buffer name in
15151 the query.
0b1c89c1 15152
77549ea8
LMI
15153 * image-mode.el (image-next-line): The line parameter is mandatory
15154 (bug#9258).
15155
803ef892
LMI
15156 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
15157 which can be useful (bug#9301).
15158
12980837
LMI
15159 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
15160
91054f8f
LMI
15161 * subr.el (match-string): Mention that the current buffer should
15162 be the same as the search was done in (bug#9282).
15163
b322f63a
LMI
15164 * facemenu.el: Disable the remove-* commands if the mark isn't
15165 active (bug#9162).
15166
3199b96f
CY
151672011-09-10 Chong Yidong <cyd@stupidchicken.com>
15168
15169 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
15170 of display-buffer.
15171 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
15172
15173 * replace.el (occur-mode-goto-occurrence)
15174 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
15175 and display-buffer.
15176
15177 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
15178 display-buffer.
15179
15180 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
15181 special-display and same-window variables.
15182 (mail-other-window): Use switch-to-buffer-other-window.
15183 (mail-other-frame): USe switch-to-buffer-other-frame.
15184
393a301e
SM
15185 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
15186 Use display-buffer-other-frame.
3199b96f
CY
15187 (gdb-display-gdb-buffer): Use pop-to-buffer.
15188
15189 * progmodes/gud.el (gud-goto-info): Use info-other-window.
15190
15191 * progmodes/python.el: Don't set same-window-buffer-names.
15192
15193 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
15194
15195 * window.el (display-buffer-alist): Add *Python*.
15196
8319e0bf
CY
151972011-09-10 Chong Yidong <cyd@stupidchicken.com>
15198
15199 * window.el (display-buffer-alist): Add entry for buffers
15200 previously handled same-window-*.
15201 (display-buffer-alist, display-buffer-default-action)
15202 (display-buffer-overriding-action): Mark as risky.
15203 (display-buffer-alist): Document action function changes.
15204 (display-buffer--same-window-action)
15205 (display-buffer--other-frame-action): New variables.
15206 (switch-to-buffer, display-buffer-other-frame): Use them.
15207 (display-buffer): Rename reuse-frame entry to reusable-frames.
15208 (display-buffer-reuse-selected-window): Function deleted.
15209 (display-buffer-reuse-window): Handle reusable-frames alist entry.
15210 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
15211 (display-buffer-special): New function.
15212 (display-buffer--maybe-pop-up-frame-or-window): Rename from
15213 display-buffer-reuse-or-pop-window. Split off special-display
15214 part into display-buffer-special.
15215 (display-buffer-use-some-window): Don't perform any special
15216 pop-up-frames handling.
15217 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 15218 (display-buffer--maybe-same-window): Rename from
0d3ff375 15219 display-buffer-maybe-same-window.
8319e0bf 15220
919a69aa
CY
15221 * info.el: Don't set same-window-regexps.
15222 (info-setup): New function.
15223 (info-other-window, info): Call it.
15224
15225 * cus-edit.el: Don't set same-window-regexps.
15226 (customize-group): New argument.
15227 (customize-group-other-window): Use it.
15228 (customize-face, customize-face-other-window): Likewise.
15229 (custom-buffer-create-other-window): Use pop-to-buffer directly.
15230
8319e0bf
CY
15231 * net/rlogin.el:
15232 * net/telnet.el:
15233 * progmodes/gud.el: Don't set same-window-regexps.
15234
15235 * cmuscheme.el:
15236 * ielm.el:
15237 * shell.el:
15238 * mail/sendmail.el:
15239 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
15240
25173000
JL
152412011-09-10 Juri Linkov <juri@jurta.org>
15242
15243 * isearch.el (isearch-edit-string): Remove obsolete mention of
15244 `C-w' (`isearch-yank-word-or-char') from docstring.
15245 (isearch-query-replace): Fix typo in docstring (bug#9466).
15246
056e44ef
JL
152472011-09-10 Juri Linkov <juri@jurta.org>
15248
15249 * paren.el (show-paren-function): Don't show escaped parens.
15250 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
15251
c3760c17
EZ
152522011-09-10 Eli Zaretskii <eliz@gnu.org>
15253
15254 * mail/sendmail.el (mml-to-mime, mml-attach-file)
15255 (mm-default-file-encoding): Remove autoload forms, they are
15256 replaced with autoload cookies in mml.el and mm-encode.el.
15257 (mail-add-attachment): New command.
15258 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
15259 (mail-mode): Mention mail-insert-file and mail-add-attachment in
15260 the doc string.
15261 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
15262
fece895e
RT
152632011-09-10 Reuben Thomas <rrt@sc3d.org>
15264
e69df516
SM
15265 * simple.el (count-words-region): Use buffer if there's no region
15266 (bug#9429).
fece895e 15267
5e68ce4a
JL
152682011-09-09 Juri Linkov <juri@jurta.org>
15269
15270 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
15271 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
15272 (wdired-isearch-filter-read-only): New function. (Bug#6362)
15273
0a6b9622
AM
152742011-09-09 Alan Mackenzie <acm@muc.de>
15275
15276 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
15277 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
15278
14a29deb
EZ
152792011-09-09 Eli Zaretskii <eliz@gnu.org>
15280
15281 Fix for Savannah bug#9392.
15282 * simple.el (mail-encode-mml): New defvar.
15283
15284 * mail/rmail.el (mail-encode-mml): Add a defvar.
15285 (rmail-enable-mime-composing): Default to t.
15286 (rmail-forward): Use MIME method of forwarding only if both
15287 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
15288 Set mail-encode-mml non-nil if the MIME method was used.
15289
15290 * mail/sendmail.el (mml-to-mime): Add autoload form.
15291 (mail-encode-mml): Add a defvar.
15292 (mail-mode): Make mail-encode-mml buffer-local and initialize it
15293 to nil.
15294 (mail-send): If mail-encode-mml is non-nil, run the outgoing
15295 message through mml-to-mime, and reset mail-encode-mml to nil.
15296
28c45130
GM
152972011-09-09 Glenn Morris <rgm@gnu.org>
15298
15299 * woman.el (woman-if-body): When processing an .el block,
15300 do not delete the next .el block as well. (Bug#9447)
69f4b618 15301 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 15302
9b1c252e
MR
153032011-09-08 Martin Rudalics <rudalics@gmx.at>
15304
15305 * window.el (window-deletable-p): Make sure window is live before
15306 invoking window-prev-buffers.
15307
567457e3
LL
153082011-09-08 Leo Liu <sdl.web@gmail.com>
15309
15310 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
15311
97f05794
JL
153122011-09-08 Juri Linkov <juri@jurta.org>
15313
15314 * progmodes/compile.el (compilation-environment): Make it
15315 a defcustom (bug#8340).
15316
8b0874b5
MR
153172011-09-08 Martin Rudalics <rudalics@gmx.at>
15318
15319 * window.el (frame-auto-delete): Rename to window-auto-delete.
15320 Make it control auto-deletion of windows and/or frames.
15321 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 15322 for deleting window/frame. (Bug#9419)
8b0874b5
MR
15323 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15324 Rewrite handling of case when window/frame can be deleted.
15325 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 15326 argument t. (Bug#9456)
8b0874b5 15327
4feb6e73
CY
153282011-09-07 Chong Yidong <cyd@stupidchicken.com>
15329
15330 * help-mode.el (help-mode): Restore autoload.
15331
91ab9c13
JL
153322011-09-07 Juri Linkov <juri@jurta.org>
15333
15334 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15335 `compilation-environment'. Set buffer-local
15336 `compilation-environment' to `thisenv' later after (funcall mode).
15337 (Bug#8340)
15338
15339 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15340 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15341 instead of replacing its value. (Bug#8340)
15342
0527e251
JL
153432011-09-07 Juri Linkov <juri@jurta.org>
15344
15345 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15346 based on text properties put by `grep-filter' instead of matching
15347 escape sequences.
15348 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15349 to the value of `grep-error-screen-columns' (bug#9438).
15350
249f792c
JL
153512011-09-07 Juri Linkov <juri@jurta.org>
15352
15353 * simple.el (next-error-highlight, next-error-highlight-no-select):
15354 Doc fix (bug#9432).
15355
ff7271b9
OT
153562011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15357
15358 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15359 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15360
183fc730
LL
153612011-09-07 Leo Liu <sdl.web@gmail.com>
15362
15363 * net/rcirc.el (rcirc-mode): Conditionally initialize
15364 rcirc-input-ring.
15365
77694924
SM
153662011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * emacs-lisp/find-func.el (find-function-C-source): Only set
15369 find-function-C-source-directory after checking that we found a source
15370 file there (bug#9440).
15371
d809b8eb
AM
153722011-09-06 Alan Mackenzie <acm@muc.de>
15373
15374 * isearch.el (isearch-other-meta-char): Wherever a key list is
15375 unread, "unread" the prefix arg, too. This fixes bug #8901.
15376
453de99f
OG
153772011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15378
15379 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15380
90439906
JL
153812011-09-05 Juri Linkov <juri@jurta.org>
15382
15383 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15384
f62bd846
JL
153852011-09-05 Juri Linkov <juri@jurta.org>
15386
15387 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15388 keeping point where processing of grep matches begins, and
15389 continue to delete remaining escape sequences from the same point.
15390 (grep-filter): Make leading zero optional in "0?1;31m" because
15391 git-grep emits "\033[1;31m" escape sequences unlike expected
15392 "\033[01;31m" as GNU Grep does (bug#9408).
15393 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15394
045820ec
JL
153952011-09-05 Juri Linkov <juri@jurta.org>
15396
15397 * subr.el (y-or-n-p): Capitalize "yes".
15398
f5e29b9b
MA
153992011-09-04 Michael Albinus <michael.albinus@gmx.de>
15400
15401 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
15402 `tramp-cache-unload-hook' where appropriate.
15403 (tramp-methods): Rename `tramp-remote-sh' to
15404 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
15405 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15406
15407 * net/tramp-sh.el (top): Don't require 'shell.
15408 (tramp-methods): Add `tramp-remote-shell' and
15409 `tramp-remote-shell-args' entries.
15410 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15411 (tramp-sh-handle-shell-command): Remove.
15412 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15413 Use `tramp-remote-shell'.
15414
2784c434
CY
154152011-09-03 Chong Yidong <cyd@stupidchicken.com>
15416
393a301e 15417 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
15418 (sendmail-query-once): Save directly to send-mail-function.
15419 Update message-send-mail-function too.
15420
15421 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15422
464cdf56
CS
154232011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15424
15425 * progmodes/python.el (python-mode-map): Use correct function to
15426 start python interpreter from menu-bar (as reported by Geert
15427 Kloosterman).
15428 (inferior-python-mode-map): Fix typo.
393a301e 15429 (python-shell-map): Remove.
464cdf56 15430
d37e5c87
DD
154312011-09-03 Deniz Dogan <deniz@dogan.se>
15432
15433 * net/rcirc.el (rcirc-print): Simplify code for
15434 rcirc-scroll-show-maximum-output. There is no need to walk
15435 through all windows to find the right one.
15436
f3ada0ee
CS
154372011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15438
15439 * help.el (help-return-method): Doc fix.
15440
1f3c99ca
MR
154412011-09-03 Martin Rudalics <rudalics@gmx.at>
15442
15443 * window.el (window-deletable-p): Don't return a non-nil value
15444 when there's a buffer that was shown in the window before.
15445 (Bug#9419)
393a301e
SM
15446 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15447 Set window's previous buffers to nil.
1f3c99ca 15448
a3cf097f
EZ
154492011-09-03 Eli Zaretskii <eliz@gnu.org>
15450
15451 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15452 newline before and after the tag line, so it doesn't interfere
15453 with determining the paragraph direction of bidirectional text.
15454
3d03de90
LL
154552011-09-03 Leo Liu <sdl.web@gmail.com>
15456
15457 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
15458
c3313451
CY
154592011-09-02 Chong Yidong <cyd@stupidchicken.com>
15460
393a301e 15461 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
15462 (pop-to-buffer): Change interactive spec. Pass second argument
15463 directly to display-buffer.
15464 (display-buffer): Fix interactive spec. Use functionp to
15465 distinguish between a function and a list of functions.
15466
15467 * abbrev.el (edit-abbrevs):
15468 * arc-mode.el (archive-extract):
15469 * autoinsert.el (auto-insert):
15470 * bookmark.el (bookmark-bmenu-list):
15471 * files.el (find-file):
15472 * view.el (view-buffer):
15473 * progmodes/compile.el (compilation-goto-locus):
15474 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15475
89894cd8
CY
154762011-09-02 Chong Yidong <cyd@stupidchicken.com>
15477
15478 * window.el (display-buffer-alist): Doc fix.
15479 (display-buffer): Add docstring. Don't treat
15480 display-buffer-default specially.
15481 (display-buffer-reuse-selected-window)
15482 (display-buffer-same-window, display-buffer-maybe-same-window)
15483 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15484 (display-buffer-pop-up-window)
15485 (display-buffer-reuse-or-pop-window)
15486 (display-buffer-use-some-window): New functions.
15487 (display-buffer-default-action): Use them.
393a301e 15488 (display-buffer-default): Delete.
89894cd8
CY
15489 (pop-to-buffer-1): Fix choice of actions.
15490
ae0bc9fb
SM
154912011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * minibuffer.el (completion--insert-strings): Don't get confused by
15494 completion entries that end with an LF char.
15495
e9d90883
EZ
154962011-09-01 Eli Zaretskii <eliz@gnu.org>
15497
15498 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15499
437014c8
CY
155002011-09-01 Chong Yidong <cyd@stupidchicken.com>
15501
15502 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
15503 (display-buffer-same-window, display-buffer-other-window):
15504 New functions.
437014c8
CY
15505 (pop-to-buffer-1): New function. Use the above.
15506 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 15507 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
15508
15509 * view.el (view-buffer-other-window, view-buffer-other-frame):
15510 Just use pop-to-buffer.
15511
a5e063d5
TV
155122011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15513
15514 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15515
793d32bb
WH
155162011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15517
15518 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15519
d65e4c15
RS
155202011-08-31 Richard Stallman <rms@gnu.org>
15521
15522 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15523 of the separation of rmail-view-buffer from rmail-buffer.
15524 If you say no to "replace original", the decrypt is in the
15525 view buffer. If you say yes, the decrypt goes into the
15526 rmail buffer also.
15527
f818cd2a
MR
155282011-08-31 Martin Rudalics <rudalics@gmx.at>
15529
15530 * window.el (display-buffer-window): Rewrite doc-string.
15531 (display-buffer-record-window): New function.
15532 (display-buffer-macro-specifiers)
15533 (display-buffer-even-window-sizes, display-buffer-set-height)
15534 (display-buffer-set-width, display-buffer-in-window)
15535 (display-buffer-reuse-window, display-buffer-split-specifiers)
15536 (display-buffer-side-specifiers, display-buffer-split-window-1)
15537 (display-buffer-split-window, display-buffer-split-atom-window)
15538 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15539 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15540 (display-buffer-other-window-means-other-frame)
15541 (display-buffer-normalize-special)
15542 (display-buffer-normalize-default)
15543 (display-buffer-normalize-argument)
15544 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15545 (display-buffer-normalize-specifiers, display-buffer-frame)
15546 (display-buffer-same-window, display-buffer-same-frame)
15547 (display-buffer-other-window)
15548 (display-buffer-same-frame-other-window)
15549 (display-buffer-other-frame, pop-to-buffer-same-window)
15550 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15551 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15552 (switch-to-buffer-same-frame)
15553 (switch-to-buffer-other-window-same-frame)
15554 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15555 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15556 (display-buffer-alist-set): Remove.
15557 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
15558 (special-display-regexps, special-display-function):
15559 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
15560 parameter.
15561 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15562 (special-display-frame-alist, special-display-popup-frame)
15563 (same-window-buffer-names, same-window-regexps, same-window-p)
15564 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15565 (split-window-preferred-function, split-height-threshold)
15566 (split-width-threshold, window-splittable-p)
15567 (split-window-sensibly, window--try-to-split-window)
15568 (window--frame-usable-p, even-window-heights)
15569 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
15570 (window--display-buffer-2, display-buffer-other-frame):
15571 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
15572 (display-buffer-default, display-buffer-assq-regexp): New functions.
15573 (display-buffer-alist): Rewrite doc-string.
15574 (display-buffer-default-action)
15575 (display-buffer-overriding-action): New variables.
15576 (display-buffer, switch-to-buffer): Rewrite.
15577 (pop-to-buffer): Restore Emacs 23 behavior but use
15578 window-normalize-buffer-to-display.
15579 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15580 Restore Emacs 23 behavior but use
15581 window-normalize-buffer-to-switch-to.
15582 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
15583 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15584 Rewrite using Emacs 23 options.
f818cd2a 15585
5bc3b51d
MA
155862011-08-31 Michael Albinus <michael.albinus@gmx.de>
15587
15588 * net/tramp.el (tramp-root-regexp): Remove.
15589 (tramp-completion-file-name-regexp-unified)
15590 (tramp-completion-file-name-regexp-separate)
15591 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 15592 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
15593 (tramp-drop-volume-letter): Simplify definition.
15594 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 15595
b1a4f8e1
SM
155962011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15597
15598 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15599 (bug#9356).
15600
5664fa7b
RT
156012011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15602
b1a4f8e1 15603 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 15604
9a45d6c3
JL
156052011-08-29 Juri Linkov <juri@jurta.org>
15606
15607 * isearch.el (isearch-done): Don't display message "Mark saved"
15608 when arg `edit' is non-nil to prevent its flicker in the echo area.
15609
fb87e0fb
CY
156102011-08-28 Chong Yidong <cyd@stupidchicken.com>
15611
15612 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15613 obsolete packages for deletion.
15614
09ac1c2a
CS
156152011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15616
15617 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 15618 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
15619 view-mode from help-mode.
15620 (help-xref-override-view-map): Remove.
15621 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15622 view-mode is not used anymore.
15623
7a1ff57f
CY
156242011-08-28 Chong Yidong <cyd@stupidchicken.com>
15625
15626 * server.el (server-port): Doc fix.
15627
b9696605
CY
15628 * cus-theme.el (custom-theme-choose-mode): Inherit from
15629 special-mode (Bug#9124).
15630 (custom-theme-choose-mode-map): Add special-mode to parent.
15631
ef8cdf8c
AM
156322011-08-28 Alan Mackenzie <acm@muc.de>
15633
15634 * progmodes/cc-fonts.el
15635 (c-make-font-lock-BO-decl-search-function): New function.
15636 (c-basic-matchers-after - "Fontify the clauses after various
15637 keywords"): Extract the three keyword lists for the 3 erroneous
15638 constructs from the list of four, and use the new function above
15639 in place of an old one.
15640
27de4e20
DD
156412011-08-28 Deniz Dogan <deniz@dogan.se>
15642
15643 * net/rcirc.el (rcirc-insert-prev-input)
15644 (rcirc-insert-next-input): Remove unused argument.
15645
356a3681
SM
156462011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15649
3fc9b218
AM
156502011-08-27 Alan Mackenzie <acm@muc.de>
15651
15652 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15653 handle function pointer parameters properly.
15654
538a061c
MR
156552011-08-27 Martin Rudalics <rudalics@gmx.at>
15656
15657 * window.el (display-buffer-reuse-window): Fix case where
15658 selected window was reused with non-nil OTHER-WINDOW argument.
15659 (Bug#9381)
15660
35b1c40c
DD
156612011-08-27 Deniz Dogan <deniz@dogan.se>
15662
15663 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15664 oftc's NickServ messages.
15665
2f6a3e79
GM
156662011-08-27 Glenn Morris <rgm@gnu.org>
15667
15668 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15669
7254299e
CY
156702011-08-26 Chong Yidong <cyd@stupidchicken.com>
15671
15672 * emacs-lisp/package.el (package-install): Call package-initialize
15673 if called interactively.
15674
f8ccf167
LL
156752011-08-26 Leo Liu <sdl.web@gmail.com>
15676
15677 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15678
3e8cd5ce
JL
156792011-08-25 Juri Linkov <juri@jurta.org>
15680
15681 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15682 `search-whitespace-regexp' (bug#9364).
15683
93eb7113
JL
156842011-08-25 Juri Linkov <juri@jurta.org>
15685
15686 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15687 `regexp-search-ring' to their global values to protect from
15688 updating by `read-from-minibuffer' (bug#9185).
15689
f65d1611
JL
156902011-08-25 Juri Linkov <juri@jurta.org>
15691
15692 * textmodes/ispell.el (ispell-command-loop): Add newline
15693 at the end of the "Use option `i'..." line.
15694
f1cf7a31
JL
156952011-08-25 Juri Linkov <juri@jurta.org>
15696
15697 * battery.el (display-battery-mode): If `battery-status-function'
15698 or `battery-mode-line-format' is nil, display the message and set
15699 `display-battery-mode' to nil (bug#9363).
15700
0c95fcf7
EZ
157012011-08-25 Eli Zaretskii <eliz@gnu.org>
15702
15703 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15704 bidi-string-mark-left-to-right; they are unnecessary now.
15705
a2ebe600
DD
157062011-08-25 Deniz Dogan <deniz@dogan.se>
15707
15708 * net/quickurl.el: Documentation typo fixes.
15709
e4ed06f1
CY
157102011-08-25 Chong Yidong <cyd@stupidchicken.com>
15711
15712 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15713
e5f1c99e
GM
157142011-08-25 Glenn Morris <rgm@gnu.org>
15715
b2948976
GM
15716 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15717
e5f1c99e
GM
15718 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15719 (smtpmail-via-smtp): Handle nil response from smtp.
15720
f22f4808
JL
157212011-08-24 Juri Linkov <juri@jurta.org>
15722
15723 * proced.el (proced-marked): Inherit from `error' instead of
15724 `font-lock-warning-face'.
15725
15726 * ibuffer.el (ibuffer-marked-face): Change default face from
15727 `font-lock-warning-face' to `warning'.
15728 (ibuffer-deletion-face): Change default face from
15729 `font-lock-type-face' to `error'.
15730
15731 * battery.el (battery-update): Use the face `error' instead of
15732 `font-lock-warning-face' (bug#6117).
15733
6a93965e
JL
157342011-08-24 Juri Linkov <juri@jurta.org>
15735
15736 * faces.el (success): Change face color from "Green3" to
15737 "ForestGreen" on light background (bug#9353).
15738
1ed43b09
CY
157392011-08-24 Chong Yidong <cyd@stupidchicken.com>
15740
5664fa7b
RT
15741 * window.el (quit-window): Rename from quit-restore-window.
15742 Use same arglist as old quit-window.
1ed43b09
CY
15743 (frame-auto-delete): Doc fix.
15744
15745 * view.el (view-mode-exit): Use quit-window.
15746
11dcdbb2
JL
157472011-08-24 Juri Linkov <juri@jurta.org>
15748
15749 * isearch.el (isearch-ring-adjust1): Start visiting previous
15750 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15751 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15752 for empty search string (when the last search string is reused
15753 automatically) to adjust the isearch ring to the last element and
15754 prepare the correct index for further M-p commands (bug#9185).
15755
de62b4df
KH
157562011-08-24 Kenichi Handa <handa@m17n.org>
15757
15758 * international/ucs-normalize.el: If decomposition property of
15759 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15760 nil.
15761 (nfd, nfkd): Likewise.
15762
963b492b
SM
157632011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15766 from process filters aren't reliably transmitted to the surrounding
15767 accept-process-output.
15768 (mpc-proc-check): New function.
15769 (mpc-proc-sync): Use it (bug#8293)
15770
93b6b5e1
SM
157712011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15774 Add compatibility functions (bug#9313).
15775
bca633fb
EZ
157762011-08-23 Eli Zaretskii <eliz@gnu.org>
15777
b177498a
EZ
15778 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15779
6df6ae42 15780 * international/uni-bidi.el: Regenerate.
bca633fb 15781
0902a04e
KH
157822011-08-23 Kenichi Handa <handa@m17n.org>
15783
15784 * international/charprop.el:
15785 * international/uni-bidi.el:
15786 * international/uni-category.el:
15787 * international/uni-combining.el:
15788 * international/uni-comment.el:
15789 * international/uni-decimal.el:
15790 * international/uni-decomposition.el:
15791 * international/uni-digit.el:
15792 * international/uni-lowercase.el:
15793 * international/uni-mirrored.el:
15794 * international/uni-name.el:
15795 * international/uni-numeric.el:
15796 * international/uni-old-name.el:
15797 * international/uni-titlecase.el:
15798 * international/uni-uppercase.el: Regenerate.
15799
3bbf23bc
MR
158002011-08-23 Martin Rudalics <rudalics@gmx.at>
15801
15802 * help.el (help-window-setup): Fix message displayed when other
15803 window is reused. (Bug#9341)
15804
b3fd59bd
SM
158052011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15806
1802e444
SM
15807 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15808 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15809
b3fd59bd
SM
15810 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15811 Mark obsolete.
15812 * shell.el (shell-parse-pcomplete-arguments): New function.
15813 (shell-completion-vars): Use it instead (bug#9160).
15814
4eb61348
SM
158152011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15816
867cab74
SM
15817 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15818 strings and comments (bug#9333).
15819
4eb61348
SM
15820 * emacs-lisp/debug.el (debug-arglist): New function.
15821 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15822 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15823
262a1439
JL
158242011-08-22 Juri Linkov <juri@jurta.org>
15825
56ee679c
JL
15826 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15827 Revert regexp that highlights output switches to its old
15828 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15829
262a1439
JL
15830 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15831 to check for empty output (bug#9226).
15832
f13f86fb
CY
158332011-08-22 Chong Yidong <cyd@stupidchicken.com>
15834
15835 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15836 symbol-constituent as the default, as that stops font-lock from
15837 working properly (Bug#8843).
15838
c65c9622
LMI
158392011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15840
15841 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15842 `coding-system-for-*' around the process open call to avoid
15843 auth-source side effects.
e7f2c178 15844 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
15845 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15846 probe hangs.
c65c9622 15847
23a8a5ab
CY
158482011-08-21 Chong Yidong <cyd@stupidchicken.com>
15849
ff98b2dd
CY
15850 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15851
23a8a5ab
CY
15852 * emacs-lisp/find-func.el (find-function-noselect): New arg
15853 lisp-only.
15854
15855 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15856 signal an error for built-in functions (Bug#6664).
15857
f5e3c598
LMI
158582011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15859
15860 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15861 (smtpmail-try-auth-methods): Use it.
15862
a3f2468a
CY
158632011-08-21 Chong Yidong <cyd@stupidchicken.com>
15864
2c34e8da
CY
15865 * font-lock.el (font-lock-fontify-region)
15866 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15867 (font-lock-default-unfontify-buffer)
15868 (font-lock-default-fontify-region)
15869 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15870
b3fd59bd
SM
15871 * progmodes/compile.el (compilation-error-properties):
15872 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
15873 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15874 `ant' regexp.
ee31aabc 15875
a3f2468a
CY
15876 * net/browse-url.el (browse-url-firefox): Don't call
15877 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15878
8e999f70
GM
158792011-08-20 Glenn Morris <rgm@gnu.org>
15880
c21a496a
GM
15881 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15882
59ee0542
GM
15883 * tutorial.el (tutorial--default-keys): Update some default bindings.
15884
8e999f70
GM
15885 * files.el (hack-local-variables): Fully ignore case for "mode:".
15886
e3715033
AM
158872011-08-20 Alan Mackenzie <acm@muc.de>
15888
15889 Resolve invalid use of a regexp in regexp-opt.
15890
4d61f28d
JB
15891 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15892 detection for a java annotation.
e3715033 15893
4d61f28d 15894 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
15895 detection for a java annotation.
15896
4d61f28d
JB
15897 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15898 handling for java.
e3715033
AM
15899 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15900
04ed2e9c
CY
159012011-08-20 Chong Yidong <cyd@stupidchicken.com>
15902
15903 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15904 (Bug#9274).
15905
826cee64
AM
159062011-08-20 Alan Mackenzie <acm@muc.de>
15907
58179cce 15908 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
15909 such a construct. Mainly for when jit-lock etc. starts a chunk
15910 here.
15911
58179cce 15912 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 15913 variable.
58179cce 15914 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
15915 c-make-font-lock-search-function.
15916 (c-make-font-lock-search-function): Use the above function.
15917 (c-make-font-lock-context-search-function): New function.
15918 (c-cpp-matchers): Enhance the preprocessor expression case with
15919 the above function
15920 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15921 which takes an expression.
15922
15923 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15924
13009bd8
MR
159252011-08-20 Martin Rudalics <rudalics@gmx.at>
15926
15927 * window.el (display-buffer-reuse-window)
15928 (display-buffer-pop-up-window): Don't reuse or split a side
15929 window.
15930
9234ff7f
GM
159312011-08-19 Glenn Morris <rgm@gnu.org>
15932
15933 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 15934 Downcase "Mode:". (Bug#9331)
9234ff7f 15935
f635daa1
CY
159362011-08-18 Chong Yidong <cyd@stupidchicken.com>
15937
15938 * international/characters.el: Add L and R categories.
15939
15940 * subr.el (bidi-string-mark-left-to-right): Rename from
15941 string-mark-left-to-right. Use category search.
15942
15943 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15944
bc987f8b
JL
159452011-08-18 Juri Linkov <juri@jurta.org>
15946
15947 * faces.el (error, warning, success): New faces with definitions
15948 copied from old default values of `font-lock-warning-face',
15949 `compilation-warning', `compilation-info' (bug#6117).
15950
15951 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15952
15953 * progmodes/compile.el (compilation-error): Inherit from `error'.
15954 (compilation-warning): Inherit from `warning'.
15955 (compilation-info): Inherit from `success'.
15956
15957 * dired.el (dired-marked): Inherit from `warning'.
15958 (dired-flagged): Inherit from `error'.
15959
57173b96
LMI
159602011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15961
3e79eb87
LMI
15962 * mail/smtpmail.el (auth-source): Require to avoid problems with
15963 binding variables (bug#9298). Also clean up some unused
15964 autoloads.
15965
b3fd59bd
SM
15966 * net/network-stream.el (network-stream-open-starttls):
15967 Support using starttls.el without using gnutls-cli.
57173b96 15968
02b404de
JL
159692011-08-17 Juri Linkov <juri@jurta.org>
15970
15971 * progmodes/grep.el (rgrep): Handle the case when
15972 `grep-find-command' is a cons cell (bug#9278).
15973
8c9177f2
MR
159742011-08-17 Martin Rudalics <rudalics@gmx.at>
15975
15976 * window.el (display-buffer-pop-up-frame): Run frame creation
15977 function with BUFFER current (as special-display-popup-frame
15978 does). Reported by Drew Adams.
15979
3644a0ab
DU
159802011-08-17 Daiki Ueno <ueno@unixuser.org>
15981
15982 * epa-mail.el: Simplify GnuPG group expansion using
15983 epg-expand-group.
15984 (epa-mail-group-alist, epa-mail-group-modtime)
15985 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15986 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15987 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15988 Remove.
15989
5e617bc2 159902011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
15991
15992 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15993
9c4aeabf
AM
159942011-08-16 Alan Mackenzie <acm@muc.de>
15995
15996 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15997 Correct, to avoid the inside of macros.
15998
3a99bf64
RS
159992011-08-16 Richard Stallman <rms@gnu.org>
16000
04963aa8
RS
16001 * epa-mail.el: Handle GnuPG group definitions.
16002 (epa-mail-group-alist, epa-mail-group-modtime)
16003 (epa-mail-gnupg-conf-file): New variables.
16004 (epa-mail-parse-groups, epa-mail-sync-groups)
16005 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
16006 (epa-mail-expand-recipients): New functions.
16007 (epa-mail-encrypt): Call epa-mail-expand-recipients.
16008
177549d0
RS
16009 * mail/rmail.el (rmail-epa-decrypt): New command.
16010
fe38beef
RS
16011 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
16012 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
16013 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
16014 (epa-decrypt-armor-in-region): Make error message clearer.
16015
934eacb9
SM
160162011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
16017
16018 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
16019 and "a2b" to "ab" for `prefix'.
16020
d024fb4e
CY
160212011-08-14 Chong Yidong <cyd@stupidchicken.com>
16022
16023 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
16024 filter groups.
de148fee
CY
16025 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
16026 Fourquet (Bug#8804).
d024fb4e 16027
62f1ca49
JB
160282011-08-12 Juanma Barranquero <lekktu@gmail.com>
16029
16030 * startup.el (argi): Declare as global variable (bug#9275).
16031
9ccaaa4b
CY
160322011-08-12 Chong Yidong <cyd@stupidchicken.com>
16033
16034 * subr.el (string-mark-left-to-right): Search the entire string
16035 for RTL script, not just the terminating character. Doc fix.
16036
a3dae87a
SM
160372011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
16038
6cd18349
SM
16039 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
16040 New function.
16041 (js--regexp-literal, js-syntax-propertize-function): Remove.
16042 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
16043 (js-mode-map): Don't rebind electric keys.
16044 (js-insert-and-indent): Remove.
16045 (js-mode): Setup electric-layout and electric-indent instead.
16046
a3dae87a
SM
16047 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
16048
9d5cb631
DU
160492011-08-12 Daiki Ueno <ueno@unixuser.org>
16050
16051 * epa.el (epa-progress-callback-function): Fix the logic of
16052 displaying progress.
16053 * epa-file.el (epa-file-insert-file-contents): Make progress
16054 display more user-friendly.
16055 (epa-file-write-region): Ditto.
16056
3e26a4a2
CY
160572011-08-10 Chong Yidong <cyd@stupidchicken.com>
16058
16059 * subr.el (string-mark-left-to-right): New function.
16060
16061 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
16062 Use string-mark-left-to-right.
16063 (list-buffers-noselect): Caller changed.
16064
a3dae87a
SM
16065 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16066 Use string-mark-left-to-right.
3e26a4a2
CY
16067 (tabulated-list-print): Recenter after moving point.
16068
ac8cf6e6
JL
160692011-08-10 Juri Linkov <juri@jurta.org>
16070
16071 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
16072 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
16073 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
16074
8d96c9a4
CY
160752011-08-09 Chong Yidong <cyd@stupidchicken.com>
16076
16077 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
16078 (Bug#7554).
16079
7be1c708 160802011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
16081
16082 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
16083 character. (Bug#6594)
16084
37e11a63
CY
160852011-08-08 Chong Yidong <cyd@stupidchicken.com>
16086
839dde57
CY
16087 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
16088 (image-dired--with-db-file): New macro.
16089 (image-dired-write-tags, image-dired-remove-tag)
16090 (image-dired-create-gallery-lists, image-dired-write-comments)
16091 (image-dired-get-comment, image-dired-mark-tagged-files)
16092 (image-dired-list-tags, image-dired-gallery-generate): Use it.
16093 (image-dired-gallery-generate): Use insert-file-contents.
16094
37e11a63
CY
16095 * time.el (display-time-world-list, display-time-world-display):
16096 * time-stamp.el (time-stamp-string):
16097 * vc/add-log.el (add-change-log-entry): Use setenv instead of
16098 set-time-zone-rule (Bug#7337).
16099
0b4946c4
DU
161002011-08-08 Daiki Ueno <ueno@unixuser.org>
16101
16102 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
16103 (epg-error-to-string, epg-errors-to-string): New function.
16104 (epg-wait-for-completion): Reverse errors list.
16105 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
16106 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
16107 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
16108 (epg-sign-keys, epg-generate-key-from-file)
16109 (epg-generate-key-from-string): Format errors by using
16110 epg-errors-to-string (bug#9255).
16111 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
16112
75bfc667
JL
161132011-08-07 Juri Linkov <juri@jurta.org>
16114
16115 * faces.el (list-faces-display): Remove extra angle bracket
16116 from `help-mode-map'.
16117
16118 * info.el (Info-history-toc-nodes): Doc fix.
16119
16120 * longlines.el (longlines-mode): Doc fix.
16121
673e08bb
SM
161222011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
16123
4640dd88
SM
16124 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
16125 of statements and in a few more cases (bug#9183).
16126
673e08bb
SM
16127 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
16128 New functions.
16129 (cl-transform-lambda): Use them (bug#9239).
16130
89b3f019
MR
161312011-08-05 Martin Rudalics <rudalics@gmx.at>
16132
16133 * window.el (display-buffer-same-window)
16134 (display-buffer-same-frame, display-buffer-other-window)
16135 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16136 (pop-to-buffer-other-window)
16137 (pop-to-buffer-same-frame-other-window)
16138 (pop-to-buffer-other-frame): Make them defuns.
16139 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
16140
640c8776
SM
161412011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16142
16143 * subr.el (make-composed-keymap): Move from C. Change calling
16144 convention, and improve docstring to bring attention to a subtle point.
16145 * minibuffer.el (completing-read-default): Adjust accordingly.
16146
63648a95
MA
161472011-08-03 Michael Albinus <michael.albinus@gmx.de>
16148
16149 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
16150 (tramp-open-shell): Use `tramp-shell-quote-argument'.
16151
16152 * net/trampver.el: Update release number.
16153
b796c9b7
SM
161542011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
16157 "in" (bug#9190).
16158
2239d7d5
LMI
161592011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16160
e07dd7c3
LMI
16161 * mail/sendmail.el (sendmail-query-once): Restore the current
16162 buffer after querying (bug#9074).
16163
0e6a2bd7
LMI
16164 * dired.el (dired-flagged): Use different faces for marked and
16165 flagged files (bug#6117).
16166
ce887515
LMI
16167 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
16168 (bug#4433).
16169
92f2affc
LMI
16170 * ido.el (ido-mode): Switch off the message if called
16171 non-interactively.
16172
57d5aff0
LMI
16173 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
16174 before 587, since it appears that that's more likely to work for
16175 more people.
16176
98cd6c18 16177 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 16178 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
16179 exist.
16180
b96dec83
LMI
16181 * info.el: Remove the `Info-beginning-of-buffer' function
16182 (bug#8325).
16183
b796c9b7
SM
16184 * net/network-stream.el (network-stream-open-starttls):
16185 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 16186
d90e2ea0
MR
161872011-08-01 Martin Rudalics <rudalics@gmx.at>
16188
16189 * window.el (display-buffer-in-window): Don't set dedicated status
16190 of window here (Bug#9215).
16191 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
16192 (display-buffer-pop-up-side-window)
b796c9b7 16193 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 16194
cca09170
SM
161952011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
16196
16197 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
16198 before binding generated-autoload-file.
16199
027b979c
DD
162002011-08-01 Deniz Dogan <deniz@dogan.se>
16201
16202 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
16203
3c7ee4f3
MA
162042011-07-30 Michael Albinus <michael.albinus@gmx.de>
16205
16206 Sync with Tramp 2.2.2.
16207
16208 * net/trampver.el: Update release number.
16209
2cc8e51a
JL
162102011-07-30 Juri Linkov <juri@jurta.org>
16211
16212 * dired-aux.el (dired-touch-initial): Remove function.
16213 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
16214 current time, and `default' to the last modification time of the
16215 current marked file (bug#6887).
16216
a514d856
JM
162172011-07-28 Jose E. Marchesi <jemarch@gnu.org>
16218
16219 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 16220 numeric argument to read-number (bug#9163).
a514d856 16221
8a7eddd7
MA
162222011-07-27 Michael Albinus <michael.albinus@gmx.de>
16223
16224 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
16225 connection process, it could be nil.
16226
1ddd96f5
LL
162272011-07-27 Leo Liu <sdl.web@gmail.com>
16228
16229 Simplify url handling in rcirc-mode.
16230
16231 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
16232 (rcirc-browse-url-at-mouse): Remove.
16233 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
16234
b248a85d
AM
162352011-07-26 Alan Mackenzie <acm@muc.de>
16236
16237 Fontify bitfield declarations properly.
16238
16239 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
16240 (c-symbol-chars): Now exported as a lang variable.
16241 (c-not-primitive-type-keywords): New lang variable.
16242
16243 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
16244 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 16245 parsed as a bitfield declaration.
b248a85d 16246
b796c9b7
SM
16247 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16248 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
16249 (c-punctuation-in): New function.
16250 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
16251 declarations properly.
16252
68575ab0
UJ
162532011-07-26 Ulf Jasper <ulf.jasper@web.de>
16254
16255 * calendar/icalendar.el (icalendar--all-events): Take care of
16256 multiple vcalendars in a single file.
b796c9b7 16257 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 16258
0f0a88b9
DD
162592011-07-25 Deniz Dogan <deniz@dogan.se>
16260
16261 * image.el (insert-image): Clarifying docstring.
16262
0b3f36df
MA
162632011-07-24 Michael Albinus <michael.albinus@gmx.de>
16264
16265 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
16266 `tramp-send-command-and-check' if there is no error.
16267 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
16268
a9901f61
AM
162692011-07-22 Alan Mackenzie <acm@muc.de>
16270
16271 Prevent cc-langs.elc being loaded at run time.
16272
16273 * progmodes/cc-mode.el: Remove two autoload forms which loaded
16274 cc-langs.
16275
4d61f28d 16276 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
16277 "(require 'cc-langs)". Quote a form so it will evaluate at
16278 (cc-mode's) compilation time.
16279
11d074b2
MA
162802011-07-22 Michael Albinus <michael.albinus@gmx.de>
16281
16282 * net/tramp.el (tramp-file-name-handler): Avoid recursive
16283 loading. (Bug#9114)
16284
938b94c8
MR
162852011-07-21 Martin Rudalics <rudalics@gmx.at>
16286
16287 * window.el (display-buffer-pop-up-window)
16288 (display-buffer-pop-up-side-window)
16289 (display-buffer-in-side-window): Call display-buffer-set-height
16290 and display-buffer-set-width after setting the new window's
b796c9b7 16291 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 16292
bfa4f190
SS
162932011-07-20 Sam Steingold <sds@gnu.org>
16294
16295 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16296 (etags-tags-included-tables): Call `convert-standard-filename' on
16297 the file names contained in TAGS so that windows Emacs can handle
16298 TAGS files created by cygwin ctags.
16299
8ca42262
LMI
163002011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16301
16302 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16303 which apparently didn't work.
16304
5db2afd2 163052011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 16306
5db2afd2
RW
16307 * proced.el (proced-send-signal): For *Marked Processes* buffer
16308 put point at beginning of buffer.
16309
92e15d10
SB
163102011-07-19 Stephen Berman <stephen.berman@gmx.net>
16311
16312 * proced.el (proced-format): Make header lines align with the text
16313 (bug#1779).
16314
1bfd59e5
LMI
163152011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16316
16317 * view.el (view-buffer): Allow running in `special' modes if we're
16318 visiting a file (bug#8615).
16319
f5aae37c
MR
163202011-07-19 Martin Rudalics <rudalics@gmx.at>
16321
16322 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
16323 (display-buffer-alist-set-1, display-buffer-alist-set-2):
16324 New functions.
f5aae37c
MR
16325 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16326 more accurately.
16327
bf2c1571
AM
163282011-07-18 Alan Mackenzie <acm@muc.de>
16329
16330 Fontify declarators properly when, e.g., a jit-lock chunk begins
16331 inside a declaration.
16332
16333 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16334
b796c9b7
SM
16335 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16336 New function.
bf2c1571
AM
16337 (c-complex-decl-matchers): Insert reference to
16338 c-font-lock-enclosing-decls.
16339
16340 * progmodes/cc-engine.el (c-backward-single-comment):
16341 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16342 to nil around calls to (forward-comment -1).
16343
4e190b80
LMI
163442011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16345
12dc863d
LMI
16346 * image.el (put-image): Doc typo fix.
16347
a762e966
LMI
16348 * progmodes/etags.el (tags-search): Doc typo fix.
16349
4e190b80
LMI
16350 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16351 password if we get errors 550 to 554.
16352
f019fb21
LMI
163532011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16354
b796c9b7 16355 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 16356
81746738
LMI
16357 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16358 indentation character (bug#6380).
16359
3ee3a1b5
LMI
16360 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16361
c82f64de
LMI
16362 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16363 to clarify what the problem is (bug#4291).
16364
f019fb21
LMI
16365 * simple.el (current-kill): Clarify what
16366 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
16367 (auto-fill-mode): Document `auto-fill-function' in relation to
16368 `auto-fill-mode' (bug#2470).
f019fb21 16369
0794775d
LM
163702011-07-16 Lawrence Mitchell <wence@gmx.li>
16371
16372 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16373 method if slot is read-only (bug#9035).
16374
be39b8cc
MR
163752011-07-16 Martin Rudalics <rudalics@gmx.at>
16376
b796c9b7 16377 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 16378 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
16379 selected before, see discussion of (Bug#8615), (Bug#6954).
16380 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 16381
6ccf7859
GM
163822011-07-15 Glenn Morris <rgm@gnu.org>
16383
16384 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 16385 Respect help-form.
6ccf7859 16386
87e86684
LM
163872011-07-09 Lawrence Mitchell <wence@gmx.li>
16388
16389 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16390 (gnutls-negotiate): Use it.
16391
d6066239
LMI
163922011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16393
b796c9b7
SM
16394 * net/gnutls.el (gnutls-negotiate):
16395 Upcase `gnutls-algorithm-priority'.
d6066239 16396
bd23ebc0
GM
163972011-07-15 Glenn Morris <rgm@gnu.org>
16398
c65bca65
GM
16399 * jka-compr.el (jka-compr-verbose): Move from here...
16400 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
16401 Add missing :version tag.
16402 * info.el: No need to require jka-compr when compiling.
bd23ebc0 16403
478615cc
LMI
164042011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16405
7b41decb
LMI
16406 * net/gnutls.el (gnutls-algorithm-priority): New variable.
16407 (gnutls-negotiate): Use it.
16408
dbc44fcd
LMI
16409 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16410
06789f97
LMI
16411 * info.el (Info-beginning-of-buffer): New command.
16412 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16413 announcing `b' as the key (bug#8325).
ab896c37 16414 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 16415
c39da690
LMI
16416 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16417
3aa5f34b
LMI
16418 * international/mule-cmds.el
16419 (describe-specified-language-support): Make the error message
16420 clearer (bug#8905).
16421
4bf0979f
LMI
16422 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16423
478615cc
LMI
16424 * isearch.el (isearch-barrier): Add a doc string, since it's
16425 mentioned in a function doc string (bug#8678).
16426
75c68aa1
MR
164272011-07-15 Martin Rudalics <rudalics@gmx.at>
16428
16429 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16430 buffer argument (Bug#9083) and self-identifying label argument.
16431
a7c33da2
GM
164322011-07-15 Glenn Morris <rgm@gnu.org>
16433
16434 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
16435
2f5c6024
LMI
164362011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16437
16438 * man.el (Man-fontify-manpage): Fix message when formatting the
16439 man page (bug#7929).
16440
0bb23927 164412011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
16442
16443 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16444 argument LRM; if non-nil, append an invisible LRM character to the
16445 buffer name.
16446 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16447 last argument non-nil, when formatting buffer names.
0bb23927
EZ
16448 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16449 paragraph direction.
cce4b0a7 16450
621ef9ab
LMI
164512011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16452
d1583c48
LMI
16453 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16454 the man page name (bug#7929).
16455
6a57fb5f
LMI
16456 * image.el (put-image): Mention the `put-image' overlay property
16457 (bug#7834).
16458
d7956b14
LMI
16459 * scroll-bar.el (set-scroll-bar-mode): Mention that
16460 `scroll-bar-mode' lists the values (bug#7772).
16461
5b2d4a66
LMI
16462 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16463 command (bug#7729).
16464
7509a874
LMI
16465 * rect.el (apply-on-rectangle): Return the point after the last
16466 operation.
16467 (string-rectangle): Go to the point after the last operation
16468 (bug#7522).
16469
4fe74b19
LMI
16470 * printing.el (pr-toggle-region): Clarify the documentation
16471 slightly (bug#7493).
16472
b796c9b7
SM
16473 * time.el (display-time-update):
16474 Allow `display-time-mail-function' to return nil (bug#7158).
16475 Fix suggested by Detlev Zundel.
ab283561 16476
fc233c9d
LMI
16477 * vc/diff.el (diff): Clarify the order the file names are read
16478 (bug#7111).
16479
43f5740b
LMI
16480 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16481 the doc string (bug#7015).
16482
f2182a76
LMI
16483 * font-lock.el (font-lock-maximum-decoration): Mention what
16484 numeric levels mean (bug#6935).
16485
621ef9ab
LMI
16486 * startup.el (initial-buffer-choice): Don't mention the `none'
16487 selection, which is against policy.
16488
adc47434
MR
164892011-07-14 Martin Rudalics <rudalics@gmx.at>
16490
b796c9b7
SM
16491 * window.el (display-buffer-normalize-special):
16492 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 16493
7e5bfb8f
EZ
164942011-07-14 Eli Zaretskii <eliz@gnu.org>
16495
16496 * subr.el (version<, version<=, version=): Mention "-CVS" and
16497 "-12345" alpha version numbers.
16498
27fa387a
CY
164992011-07-14 Chong Yidong <cyd@stupidchicken.com>
16500
16501 * bindings.el: Add advertised binding for set-mark-command
16502 (Bug#5772).
16503
8bdfa064
CY
165042011-07-14 Chong Yidong <cyd@stupidchicken.com>
16505
16506 * bindings.el (mode-line-other-buffer):
16507 * bookmark.el (bookmark-bmenu-2-window):
16508 * bs.el (bs-cycle-next, bs-cycle-previous):
16509 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16510 switch-to-buffer.
16511
16512 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 16513 Delete.
8bdfa064 16514
5eba16a3
JB
165152011-07-14 Juanma Barranquero <lekktu@gmail.com>
16516
16517 * follow.el (follow-debug-message, follow-redisplay):
16518 * jka-cmpr-hook.el (with-auto-compression-mode):
16519 Fix typos in docstrings.
16520
15853710
LMI
165212011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16522
a28e4607
LMI
16523 * subr.el (with-silent-modifications): Clarify somewhat what the
16524 macro inhibits (bug#6525).
16525
15853710
LMI
16526 * simple.el (eval-expression): Note what it does if called
16527 interactively (bug#6495).
16528
bee0fcef
CY
165292011-07-13 Chong Yidong <cyd@stupidchicken.com>
16530
b796c9b7
SM
16531 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16532 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
16533
16534 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16535 Remove switch-to-buffer.
16536
58274504
LMI
165372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16538
bd2fcc8d
LMI
16539 * files.el (make-directory): Clarify that an error will be raised
16540 if there's an error (bug#6397).
16541
0f04b32c
LMI
16542 * startup.el (initial-buffer-choice): Add `none' as a choice
16543 (bug#6234).
16544
465c5fc8
LMI
16545 * subr.el (add-hook): Clarify section about buffer-local hooks
16546 (bug#6218).
16547
58274504
LMI
16548 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16549
bead9a43
JB
165502011-07-13 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * tabify.el (untabify): Preserve the current column so that point
16553 doesn't move (bug#6032).
16554
3af98a7b
LMI
165552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16556
b796c9b7
SM
16557 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16558 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 16559
6240145a
GM
165602011-07-13 Glenn Morris <rgm@gnu.org>
16561
16562 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16563 (dired-insert-directory): Give a message the first time
16564 if ls is found not to support --dired.
16565
1d8c2ccc
LMI
165662011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16567
16568 * simple.el (toggle-truncate-lines): Clarify what is toggled
16569 (bug#5580). Text by Drew Adams.
16570
5fc4038e
CY
165712011-07-13 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * simple.el (blink-matching-open): Make the error message from the
16574 last change less verbose.
16575
bf6012e5
DN
165762011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16577
16578 * font-lock.el (font-lock-comment-face): Use the high contrast
16579 "yellow" color for font-lock-comment-face on low color terminals
16580 using a dark background color (bug#4221).
16581
343c3b5a
LMI
165822011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16583
7e9505c5
LMI
16584 * dired.el (dired-insert-set-properties): Make the doc string
16585 reflect what it does now (bug#5325).
16586
c26fdcf5
LMI
16587 * simple.el (blink-matching-open): Say that we were unable to find
16588 the match within the limit, if we're limited (bug#5122).
16589
bb388cc5
LMI
16590 * international/mule-cmds.el (prefer-coding-system): Add an
16591 example (bug#4869).
16592
343c3b5a
LMI
16593 * progmodes/etags.el (tags-search): Document `file-list-form'
16594 (bug#4731).
16595
2a517d45
LM
165962011-07-13 Lawrence Mitchell <wence@gmx.li>
16597
16598 * net/browse-url.el (browse-url-default-browser)
16599 (browse-url-browser-function): Make the default browser choice a
16600 bit more logical (bug#4300). Also clean up the doc string.
16601
b6c78ef2
JB
166022011-07-13 Juanma Barranquero <lekktu@gmail.com>
16603
16604 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16605 binary endings (bug#4440).
16606
1c4dd947
LMI
166072011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16608
a2014063
LMI
16609 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16610 which can be pretty annoying (bug#8971).
16611
9c9c2d88
LMI
16612 * jka-compr.el (jka-compr-verbose): New variable, and use
16613 throughout (bug#8971).
16614
1c4dd947
LMI
16615 * info.el (Info-find-file): Fall back on the installation
16616 directory if we can't find the info node anywhere else.
16617
a1c9f41b
SO
166182011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16619
16620 * vc/vc.el (vc-revert-file):
16621 Don't set file time-stamp in the past. (Bug#5181)
16622
536f3d36
LMI
166232011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16624
7152b011
LMI
16625 * files.el (after-find-file): Give a better error message when
16626 trying to find a symlink that points to a file that doesn't exist
16627 (bug#4398).
16628
536f3d36
LMI
16629 * progmodes/cc-vars.el: Remove (probably) misleading comment
16630 (bug#4396).
16631
460c0fba
JB
166322011-07-12 Johan Bockgård <bojohan@gnu.org>
16633
16634 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16635
7a6bda45
CY
166362011-07-12 Chong Yidong <cyd@stupidchicken.com>
16637
16638 * mouse-sel.el: Hack restoring functionality, while keeping
16639 compatibility with 2010-07-03 changes to mouse selection.
16640 (mouse-sel-primary-overlay): New var.
16641 (mouse-sel-selection-alist): Use it.
16642 (mouse-sel-mode): Doc fix; remove points that are default features
16643 of mouse.el.
16644
c79598ef
JB
166452011-07-12 Johan Bockgård <bojohan@gnu.org>
16646
16647 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16648 Fix previous fix (bug#2490).
16649
ff8be6ef
RW
166502011-07-12 Roland Winkler <winkler@gnu.org>
16651
b796c9b7
SM
16652 * textmodes/bibtex.el (bibtex-initialize):
16653 Use pop-to-buffer-same-window.
ff8be6ef
RW
16654 (bibtex-search-entries): Fix interactive call.
16655
296ba3ee
LMI
166562011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16657
f5242a02 16658 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
16659 Fontise bytecomp Error lines more correctly (bug#2490).
16660 Fix suggested by Johan Bockgård.
f5242a02 16661
296ba3ee
LMI
16662 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16663
16664 * dired-x.el (dired-guess-default): Use `delete-dups'.
16665
f69fd0d2
CY
166662011-07-12 Chong Yidong <cyd@stupidchicken.com>
16667
16668 * dired.el (dired-mark-prompt):
16669 * dired-aux.el (dired-read-shell-command): Doc fix.
16670
eab5dc07
LMI
166712011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16672
b796c9b7
SM
16673 * mail/sendmail.el (sendmail-query-once):
16674 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
16675 emacs -Q.
16676
16677 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16678
eab5dc07
LMI
16679 * cus-edit.el (custom-file): Take an optional no-error variable.
16680 (customize-save-variable): Set the variable, and give a warning if
16681 running under "emacs -q".
16682
a1e65d42
JB
166832011-07-11 Juanma Barranquero <lekktu@gmail.com>
16684
16685 * loadhist.el (unload-feature-special-hooks):
16686 Add `auto-coding-functions', `fill-nobreak-predicate' and
16687 `find-directory-functions' (bug#5327).
16688
1d52da10
LMI
166892011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16690
be958f1d
LMI
16691 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16692
5bedb26c
LMI
16693 * cus-edit.el (custom-guess-name-alist): -alist variables should
16694 use the `alist' type (bug#3120). Suggested by Drew Adams.
16695
1d52da10
LMI
16696 * printing.el: Add documentation to all the `pr-toggle-' commands.
16697
cd394be1 166982011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
16699
16700 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16701 backends where it makes sense (bug#2623).
16702
dcc88d8a
LMI
167032011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16704
c3de9feb
LMI
16705 * dired-x.el (dired-guess-default): Remove duplicate shell command
16706 entries (bug#2028).
8a93078b 16707 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 16708 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 16709
dcc88d8a
LMI
16710 * subr.el (remove-duplicates): New conveniency function.
16711
505e3645
LMI
167122011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16713
16714 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16715 (bug#1526).
16716
167172011-07-10 Martin Rudalics <rudalics@gmx.at>
16718
16719 * window.el (display-buffer-normalize-default): Don't invert
16720 meaning of even-window-heights. Reported by Eli Zaretskii
16721 <eliz@gnu.org>.
16722
455e4fa1
BR
167232011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16724
16725 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16726
8e0bc3e9
CY
167272011-07-10 Chong Yidong <cyd@stupidchicken.com>
16728
16729 * window.el (display-buffer): Fix arguments to
16730 display-buffer-reuse-window in last change.
16731
fa7c3228
CY
16732 * faces.el (link): Use a less saturated blue on light backgrounds.
16733
16734 * startup.el (fancy-startup-text, fancy-about-text)
16735 (fancy-startup-tail): Use font-lock faces, for background safety.
16736
c0a7f300
BN
167372011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16738
b796c9b7
SM
16739 * emulation/viper-cmd.el (viper-change-state-to-vi):
16740 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 16741
4dc2a129
MR
167422011-07-09 Martin Rudalics <rudalics@gmx.at>
16743
16744 * window.el (display-buffer-default-specifiers): Remove.
16745 (display-buffer-macro-specifiers): Remove default specifiers.
16746 (display-buffer-alist): Default to nil.
b796c9b7 16747 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
16748 (display-buffer-pop-up-window): Allow splitting internal
16749 windows. Check whether a live window was created.
16750 (display-buffer-other-window-means-other-frame)
16751 (display-buffer-normalize-arguments): Rename to
16752 display-buffer-normalize-argument and rewrite. Set the
16753 other-window specifier.
16754 (display-buffer-normalize-special): New function.
16755 (display-buffer-normalize-options): Rename to
16756 display-buffer-normalize-default and rewrite.
16757 (display-buffer-normalize-options-inhibit): Remove.
16758 (display-buffer-normalize-specifiers): Rewrite.
16759 (display-buffer): Process other-window specifier and call
16760 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16761 more faithfully.
b796c9b7 16762 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 16763 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
16764 (display-buffer-in-window, display-buffer-alist-set):
16765 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
16766 <tassilo@member.fsf.org>.
16767
2d43b8c9
LL
167682011-07-09 Leo Liu <sdl.web@gmail.com>
16769
16770 * register.el (insert-register): Restore accidental change on
16771 2011-06-26. (Bug#9028)
16772
7f9b7c53
GM
167732011-07-09 Glenn Morris <rgm@gnu.org>
16774
16775 * subr.el (remq): Handle the empty list. (Bug#9024)
16776
f042cfd8
AS
167772011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16778
16779 * mail/sendmail.el (send-mail-function): No longer delay custom
16780 initialization.
16781 * custom.el (custom-initialize-delay): Doc fix.
16782
856b2f11
SM
167832011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16784
16785 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16786
afae1d68
MA
167872011-07-08 Michael Albinus <michael.albinus@gmx.de>
16788
16789 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16790 human-friendly prompt.
16791
0757af94
SM
167922011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16793
16794 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16795 provided by a particular plugin.
16796
d760b731
LMI
167972011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16798
16799 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16800 save customizations (with "emacs -Q"), just set the variable
16801 instead of erroring out.
16802
16803 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16804
cd79ce90
JL
168052011-07-08 Juri Linkov <juri@jurta.org>
16806
16807 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16808 (archive-zip-update-case): Use 7z if found by `executable-find'.
16809 The order of searching the available programs is the same as in
16810 `archive-zip-extract' (bug#8968).
16811
14cc04aa
CY
168122011-07-07 Chong Yidong <cyd@stupidchicken.com>
16813
16814 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16815 (menu-bar-options-menu): Tweak descriptions.
16816
0a1848ec
LMI
168172011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16818
16819 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16820 menu items into verb phrases (bug#1421). Also refill to fit under
16821 80 columns.
16822
f5bd0689
CY
168232011-07-07 Chong Yidong <cyd@stupidchicken.com>
16824
538e85c6
CY
16825 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16826 (Info-read-node-name): Doc fix (Bug#1084).
16827
f5bd0689
CY
16828 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16829 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16830 (end-of-sexp, beginning-of-sexp)
16831 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16832 (forward-symbol, forward-same-syntax, word-at-point)
16833 (sentence-at-point): Doc fix (Bug#1144).
16834
56ec5115
LMI
168352011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16836
f3f8e37f
LMI
16837 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16838 should cover it (bug#1281).
16839
0757af94 16840 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 16841
e9fce1ac 16842 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
16843 negotiation fails, then possibly try again with a non-encrypted
16844 connection (bug#9017).
16845
56ec5115
LMI
16846 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16847 be used.
16848
c2f9aec8
RS
168492011-07-07 Richard Stallman <rms@gnu.org>
16850
16851 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16852 property, and handle its changed format.
16853 Look for the correct line number.
16854 Use file's line contents (but not past first =) to find
16855 correct line in message.
16856
ef7b981d 168572011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
16858
16859 * international/characters.el (build-unicode-category-table):
16860 Delete it.
0757af94 16861 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 16862
0757af94 16863 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
16864 to src/chartab.c.
16865 (get-char-code-property): Call unicode-property-table-internal to
16866 load a file. Call get-unicode-property-internal where necessary.
16867 (put-char-code-property): Call unicode-property-table-internal to
16868 load a file. Call put-unicode-property-internal where necessary.
16869 put-unicode-property-internal where necessary.
0757af94
SM
16870 (char-code-property-description):
16871 Call unicode-property-table-internal to load a file.
c805dec0
KH
16872
16873 * international/charprop.el:
16874 * international/uni-bidi.el:
16875 * international/uni-category.el:
16876 * international/uni-combining.el:
16877 * international/uni-comment.el:
16878 * international/uni-decimal.el:
16879 * international/uni-decomposition.el:
16880 * international/uni-digit.el:
16881 * international/uni-lowercase.el:
16882 * international/uni-mirrored.el:
16883 * international/uni-name.el:
16884 * international/uni-numeric.el:
16885 * international/uni-old-name.el:
16886 * international/uni-titlecase.el:
16887 * international/uni-uppercase.el: Regenerate.
16888
16889 * loadup.el: Load international/charprop.el before
16890 international/characters.
16891
e14b388a
CY
168922011-07-07 Chong Yidong <cyd@stupidchicken.com>
16893
16894 * window.el (next-buffer, previous-buffer): Signal an error if
16895 called from a minibuffer window.
16896
16897 * bindings.el: Revert 2011-07-04 change.
16898
354cf0ba
RS
168992011-07-06 Richard Stallman <rms@gnu.org>
16900
16901 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16902 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16903 Treat markers like ints.
16904 (rmail-mime-entity): Doc fix.
16905
a48868a7
LMI
169062011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16907
4906cd3d
LMI
16908 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16909 defcustom again for backwards compatibility.
16910
e0457abe
LMI
16911 * simple.el (shell-command-on-region): Fill.
16912
d67f7e1f
LMI
16913 * dired-aux.el (dired-kill-line): Add a doc string.
16914
fe204702
LMI
16915 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16916 to "\\sw\\|\\s_" (bug#358).
16917
a48868a7
LMI
16918 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16919 (dired-unmark-backward): Ditto.
16920 (dired-flag-backup-files): Ditto.
16921
16922 * dired-x.el (dired-mark-sexp): Ditto.
16923
aa8a705c
RS
169242011-07-06 Richard Stallman <rms@gnu.org>
16925
16926 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16927 (rmail-mime-entity): New arg TRUNCATED.
16928 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16929 New functions.
16930 (rmail-mime-save): Warn if entity is truncated.
16931 (rmail-mime-toggle-hidden): Likewise, for showing.
16932 (rmail-mime-process-multipart): Record when an entity is truncated.
16933
a9a936b9
RS
16934 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16935 if ENTITY is a string.
16936
1f2b92cb
LMI
169372011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
f4f73198 16939 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
16940 of faces when `M-C-x'-ing their definitions (bug#8378).
16941 Also clean up the code slightly.
f4f73198 16942
12b16734 16943 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 16944 because that makes the colors go away.
12b16734 16945
f0691d22
LMI
16946 * mail/sendmail.el (send-mail-function): Change the default to
16947 `sendmail-query-once'.
9e87df06 16948 (sendmail-query-once): Add an autoload cookie.
f0691d22 16949
1f2b92cb
LMI
16950 * net/network-stream.el (network-stream-open-starttls): Try using
16951 a plain connection even if the server offered STARTTLS, and we
16952 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16953 capability. This should make smtpmail.el work in slightly more
16954 configurations.
16955
1cdd2a1b
MA
169562011-07-06 Michael Albinus <michael.albinus@gmx.de>
16957
16958 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16959 New defun.
16960 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16961
fbcc67e2
MM
169622011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16963
16964 * progmodes/sql.el: Version 3.0
0757af94 16965 (sql-product-alist): Add product :completion-object,
fbcc67e2 16966 :completion-column, and :statement attributes.
0757af94 16967 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 16968 (sql-mode-syntax-table): Mark all punctuation.
0757af94 16969 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
16970 ansi keywords.
16971 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 16972 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
16973 (sql-oracle-show-reserved-words): New function for development.
16974 (sql-product-font-lock): Simplify for source code buffers.
16975 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16976 New functions.
16977 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
16978 (sql-mode-map): Add statement movement functions.
16979 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16980 New variable.
fbcc67e2
MM
16981 (sql-statement-regexp, sql-beginning-of-statement)
16982 (sql-end-of-statement, sql-signum): New functions.
0757af94 16983 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
16984 (sql-show-sqli-buffer): Bug fix.
16985 (sql-interactive-mode): Store connection data as buffer local.
0757af94 16986 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
16987 with sql-interactive-mode.
16988 (sql-save-connection): Save buffer local settings.
0757af94 16989 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
16990 (sql-product-interactive): Bug fix.
16991 (sql-preoutput-hold): New variable.
16992 (sql-interactive-remove-continuation-prompt): Bug fixes.
16993 (sql-debug-redirect): New variable.
16994 (sql-str-literal): New function.
16995 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 16996 Redesign.
fbcc67e2
MM
16997 (sql-oracle-save-settings, sql-oracle-restore-settings)
16998 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16999 (sql-completion-object, sql-completion-column)
17000 (sql-completion-sqlbuf): New variables.
17001 (sql-build-completions-1, sql-build-completions)
17002 (sql-try-completion): New functions.
17003 (sql-read-table-name): Use them.
17004 (sql-contains-names): New buffer local variable.
17005 (sql-list-all, sql-list-table): Use it.
17006 (sql-oracle-completion-types): New variable.
17007 (sql-oracle-completion-object, sql-sqlite-completion-object)
17008 (sql-postgres-completion-object): New functions.
17009
d4eaeab1
GM
170102011-07-06 Glenn Morris <rgm@gnu.org>
17011
17012 * window.el (pop-to-buffer): Doc fix.
17013
322b7dab 170142011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
17015
17016 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
17017
322b7dab 170182011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 17019
322b7dab 17020 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 17021
322b7dab 17022 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 17023
605dd5bf
CY
170242011-07-05 Chong Yidong <cyd@stupidchicken.com>
17025
17026 * button.el (button): Inherit from link face. Suggested by Dan
17027 Nicolaescu.
17028
7dbfa719
SM
170292011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17030
3db614b0
SM
17031 * progmodes/gdb-mi.el: Fit in 80 columns.
17032 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
17033 switch-to-buffer.
17034
7dbfa719
SM
17035 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
17036 if imenu is simply not configured (bug#8941).
17037
919d884a
KM
170382011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
17039
17040 * allout.el (allout-post-undo-hook): New allout outline-change
17041 event hook to signal undo activity.
17042 (allout-post-command-business): Run allout-post-undo-hook if an
17043 undo just occurred.
7dbfa719
SM
17044 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
17045 * allout-widgets.el (allout-widgets-after-undo-function):
17046 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
17047 in the vicinity of an undo.
17048 (allout-widgets-mode): Include allout-widgets-after-undo-function
17049 on the new allout-post-undo-hook.
17050
450a0f09
SM
170512011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
17054 Let define-derived-mode define it.
17055 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
17056 cycles of abbrev-table inheritance (bug#8998).
17057
2de69e00
RW
170582011-07-05 Roland Winkler <winkler@gnu.org>
17059
17060 * textmodes/bibtex.el: Add support for biblatex.
17061 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
17062 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
17063 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
17064 (bibtex-entry-alist, bibtex-field-alist): New variables.
17065 (bibtex-entry-field-alist): Obsolete alias for
17066 bibtex-BibTeX-entry-alist.
17067 (bibtex-entry-alist, bibtex-field-alist): New widgets.
17068 (bibtex-set-dialect): New command.
17069 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
17070 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
17071 Bind via bibtex-set-dialect.
2de69e00
RW
17072 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
17073 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
17074 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
17075 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
17076 Define via bibtex-set-dialect.
450a0f09
SM
17077 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
17078 Obey bibtex-no-opt-remove-re.
2de69e00
RW
17079 (bibtex-vec-push, bibtex-vec-incr): New functions.
17080 (bibtex-format-entry, bibtex-field-list)
17081 (bibtex-print-help-message, bibtex-validate)
17082 (bibtex-search-entries): Use new format of bibtex-entry-alist.
17083
2dcdbdd9
SM
170842011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17085
17086 * progmodes/compile.el (compilation-goto-locus):
17087 * net/tramp-cmds.el (tramp-append-tramp-buffers):
17088 * bs.el (bs-cycle-next, bs-cycle-previous):
17089 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
17090 * bindings.el (mode-line-other-buffer):
17091 * autoinsert.el (auto-insert):
17092 * arc-mode.el (archive-extract):
17093 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
17094
b27640fe
JB
170952011-07-05 Juanma Barranquero <lekktu@gmail.com>
17096
17097 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
17098 Fix check of `emacs-lock-unlockable-modes'.
17099 Coerce true values of `emacs-lock--try-unlocking' to t.
17100
53bbe3ad
JB
171012011-07-05 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
17104 * emacs-lock.el: New file.
17105
1d3cdbc7
JD
171062011-07-05 Julien Danjou <julien@danjou.info>
17107
17108 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
17109 than `boundp' to check if face is set.
17110
9173deec
JB
171112011-07-05 Juanma Barranquero <lekktu@gmail.com>
17112
17113 * register.el (registerv-make):
17114 * window.el (window-min-height): Fix typos in docstrings.
17115
869795d6
JD
171162011-07-05 Jan Djärv <jan.h.d@swipnet.se>
17117
9173deec 17118 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
17119 Update doc string.
17120
b768cdcd
JB
171212011-07-04 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * server.el (server-execute): Catch quit and call
17124 `server-return-error' to pass the error back to emacsclient and
17125 close the connection (bug#8942).
17126
13aa217b
KM
171272011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
17128
17129 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
17130 insecure exception for current topic. Also note that auto-saves
17131 are handled differently.
17132
5d3385a0 17133 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
17134 State variables for tracking auto-save inhibition situation.
17135
17136 (allout-write-contents-hook-handler): Rename from
17137 'allout-write-file-hook-handler', and describe how it depends on
17138 write-contents-functions sensitivity to non-nil value to prevent
17139 file write.
17140
17141 (allout-auto-save-hook-handler): Remove. auto-save does not check
17142 this in individual buffers, only in the starting buffer, so this
17143 is not the right way for us to inhibit auto-save in a buffer
17144 according to its condition.
17145
17146 (allout-mode): Use new allout-write-contents-hook-handler, and
17147 only with write-contents-functions. Remove auto-save provisions -
17148 they're implemented elsewhere.
17149
17150 (allout-before-change-handler): If undo is in progress, note that
17151 for attention of allout-post-command-business.
17152
17153 (allout-post-command-business): If the command we're following was
17154 an undo, check for change in the status of encrypted items and
17155 adjust auto-save inhibitions accordingly.
17156
17157 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
17158 according to whether there are or aren't any plain-text topics
17159 pending encryption.
17160
2dcdbdd9 17161 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
17162 Adjust buffer-saved-size and some allout state to inhibit auto-saves
17163 if there are plain-text topics pending encryption.
13aa217b
KM
17164
17165 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
17166 buffer-saved-size and some allout state to not inhibit auto-saves
17167 if there are no longer any plain-text topics pending encryption.
17168
0757af94
SM
17169 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
17170 No longer provide for exemption of the current topic.
13aa217b 17171
ac89b32c
JL
171722011-07-04 Juri Linkov <juri@jurta.org>
17173
17174 Add 7z operations to delete and save changed members (bug#8968).
17175 * arc-mode.el (archive-7z-expunge, archive-7z-update):
17176 New defcustoms.
17177 (archive-7z-write-file-member): New function.
17178 (archive-7z-summarize): Fix the number of dashes in the
17179 listing output.
17180
8fa39615
SM
171812011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17182
17183 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
17184 (bug#8958).
17185
2f11b3f1
CY
171862011-07-04 Chong Yidong <cyd@stupidchicken.com>
17187
d66fef2b
CY
17188 * bindings.el: Ignore next-buffer and previous-buffer in
17189 minibuffer-local-map.
17190
2f11b3f1
CY
17191 * font-lock.el (font-lock-builtin-face): Change light background
17192 color to dark slate blue (Bug#6693).
17193
f932a347
WD
171942011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
17195
17196 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
17197
c8af70e1
SM
171982011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17199
17200 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
17201 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17202 Add switch-to-buffer.
17203
f158badc
LMI
172042011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17205
17206 * isearch.el (isearch-search-fun-function): Clarify further the
17207 meaning of the function returned.
17208
6d95bd46
MA
172092011-07-04 Michael Albinus <michael.albinus@gmx.de>
17210
17211 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
17212
17213 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
17214 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
17215 Use it.
17216 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
17217 `tramp-default-remote-path' does not exist.
17218 (tramp-send-command-and-read): New optional argument NOERROR.
17219 (tramp-open-connection-setup-interactive-shell)
17220 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
17221 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
17222 (tramp-process-sentinel): Flush also process' connection property.
17223 (tramp-sh-handle-start-file-process): Do not set process
17224 sentinel. It is done now ...
17225 (tramp-maybe-open-connection): ... here. (Bug#8929)
17226
909e6b67
MK
172272011-07-04 MON KEY <monkey@sandpframing.com>
17228
17229 * play/animate.el (animate-string): Doc fixes and allow changing
17230 the buffer name (bug#5417).
17231
172322011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17233
c8af70e1 17234 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 17235
f34755dc
PE
172362011-07-04 Paul Eggert <eggert@cs.ucla.edu>
17237
396cec72
PE
17238 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
17239 This is simpler and helps future-proof the code.
17240 (timer-until): Use time-subtract and float-time.
08235028 17241 (timer--time-less-p): Use time-less-p.
f34755dc 17242
56e6cc31
JB
172432011-07-04 Juanma Barranquero <lekktu@gmail.com>
17244
3abb79e5
JB
17245 * type-break.el (timep): Use the value of `float-time' to avoid a
17246 byte-compiler warning.
17247
56e6cc31
JB
17248 * server.el (server-eval-and-print): Return any result, even nil.
17249
7b9430b4
PE
172502011-07-03 Paul Eggert <eggert@cs.ucla.edu>
17251
17252 * type-break.el: Accept time formats that the builtins accept.
17253 (timep, type-break-time-difference): Accept any format that
17254 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
17255 This is simpler and helps future-proof the code.
17256 (type-break-time-difference): Round rather than ignoring
17257 subseconds components.
17258
3034e9e7
LMI
172592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17260
17261 * info.el (Info-apropos-matches): Make non-interactive, since it
17262 doesn't seem to do anything useful as a command (bug#8829).
17263
1485f4c0
CY
172642011-07-03 Chong Yidong <cyd@stupidchicken.com>
17265
17266 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 17267 Move from faces.el.
1485f4c0
CY
17268 (frame-default-terminal-background): New function.
17269
17270 * custom.el (custom-push-theme): Don't record faces in `changed'
17271 theme; this doesn't work correctly for per-frame face settings.
17272 (disable-theme): Use face-set-after-frame-default to reset faces.
17273 (custom--frame-color-default): New function.
17274
9fa3dd45
LMI
172752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17276
c8af70e1 17277 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
17278 (bug#8769).
17279
6cbbc20c
KR
172802011-03-29 Kevin Ryde <user42@zip.com.au>
17281
17282 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17283 `perl-Test2' extend to match possible "fail #N" rep count
17284 (bug#8377).
17285
c7f98048
LMI
172862011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17287
65676592
LMI
17288 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
17289 `smtpmail-via-smtp' now returns the error instead of nil.
17290
c7f98048
LMI
17291 * isearch.el (isearch-search-fun-function): Clarify the doc string
17292 (bug#8101).
17293
56e6cc31 172942011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
17295
17296 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17297 unnecessary spaces (bug#8987).
17298
2b216704
LMI
172992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17300
17301 * net/network-stream.el (open-network-stream): Use the
17302 :end-of-capability command thoughout.
17303
173042011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17305
17306 * net/network-stream.el (open-network-stream): Add the
17307 :end-of-capability command parameter, used by pop3.el.
17308
36adf6ce
LMI
173092011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17310
1ca0da0e
LMI
17311 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17312
fc00f69c
LMI
17313 * fringe.el (fringe-query-style): Remove redundant text " (type ?
17314 for list)" (bug#6475).
17315
28fd8759 17316 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 17317 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
17318 an error (bug#6297).
17319
0dd8b6da
LMI
17320 * man.el (Man-reference-regexp): Allow matching possible
17321 word-wrapped references (bug#6289).
17322
ce1438d6
LMI
17323 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17324 for consistency with the other vc buffers (bug#6197).
17325 (vc-checkin): Ditto.
17326
17327 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17328
36adf6ce
LMI
17329 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17330
e83cc1f7
LMI
173312011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17332
8a20ca4c
LMI
17333 * custom.el (defcustom): Clarify that :set is only used in the
17334 Customize user interface (bug#6089).
17335
83319045
LMI
17336 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17337 associated with a file, refuse to run instead of erroring out
17338 (bug#6084).
17339
a8392169
LMI
17340 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17341 the doc string, since it appears that using `fill-column' always
17342 controls the width (bug#7845).
17343
e83cc1f7
LMI
17344 * simple.el (shell-command-on-region): Say where the error output
17345 went if `shell-command-default-error-buffer' is set (bug#6857).
17346
e47ca23b
KM
173472011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17348
17349 * allout.el (allout-yank-processing): Adjust cursor position for
17350 backwards-deleted space.
17351
17352 (allout-rebullet-heading): Register changes with
17353 allout-exposure-changed-hook, so the modified topic is properly
17354 decorated.
17355
5cf56143
LMI
173562011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17357
08549772
LMI
17358 * minibuffer.el (completion-in-region): Document PREDICATE
17359 (bug#7136).
17360
48e96771
LMI
17361 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17362 of keyword/argument pairs (bug#6904).
17363
c8af70e1
SM
17364 * replace.el (multi-occur):
17365 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 17366
e17d05e2
LMI
173672011-07-02 Drew Adams <drew.adams@oracle.com>
17368
17369 * dired.el (dired-mark-if): Make the message about whether it's
17370 marking or unmarking clearer (bug#8523).
17371
063b0e45
LMI
173722011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17373
17374 * disp-table.el (display-table-print-array): New function.
17375 (describe-display-table): Use it to print the vectors more pretty
17376 (Bug#8859).
17377
28545e04
MR
173782011-07-02 Martin Rudalics <rudalics@gmx.at>
17379
17380 * window.el (window-state-get-1): Don't assign clone numbers.
17381 Add clone-of item to list of window parameters.
17382 (window-state-put-2): Don't process clone numbers.
17383 (display-buffer-alist): Fix doc-string.
17384
3349e122
SM
173852011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17386
17387 * subr.el (remq): Don't allocate if it's not needed.
17388 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17389 (keymap--merge-bindings): New functions.
17390 (keymap-canonicalize): Use them to refine the canonicalization.
17391 * minibuffer.el (minibuffer-local-completion-map)
17392 (minibuffer-local-must-match-map): Move initialization from C.
17393 (minibuffer-local-filename-completion-map): Move initialization from C;
17394 don't inherit from anything here.
17395 (minibuffer-local-filename-must-match-map): Make obsolete.
17396 (completing-read-default): Use make-composed-keymap to combine
17397 minibuffer-local-filename-completion-map with either
17398 minibuffer-local-must-match-map or
17399 minibuffer-local-filename-completion-map.
17400
d224ac83
GM
174012011-07-01 Glenn Morris <rgm@gnu.org>
17402
3de63bf8
GM
17403 * type-break.el (type-break-time-sum): Use dolist.
17404
d224ac83
GM
17405 * textmodes/flyspell.el (flyspell-word-search-backward):
17406 Replace CL function.
17407
1a1e3f32
SM
174082011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17409
fe3f64d5
SM
17410 * mouse.el (mouse--strip-first-event): New function.
17411 (function-key-map): Use it to map fringe clicks to normal clicks
17412 by default.
17413
eb604e34
SM
17414 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17415 (vc-bzr-revision-completion-table): Add support for annotate and date.
17416
1a1e3f32
SM
17417 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17418 inherit from parent.
17419
5bd35902
LMI
174202011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17421
ace6c69c 17422 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 17423 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 17424
191e2bed
LMI
17425 * dired.el (dired-mode): Fix up the doc string as suggested by
17426 Drew Adams (bug#8817).
17427
5bd35902
LMI
17428 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17429 cookie, since the manual says that it should be possible to add
17430 this function to `find-file-hook' (bug#8709).
17431
eee8207a
TZ
174322011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17433
17434 * progmodes/cfengine.el: Moved all cfengine3.el functionality
17435 here. Noted Ted Zlatanov as the maintainer.
17436 (cfengine-common-settings, cfengine-common-syntax): New functions
17437 to set up common things between `cfengine-mode' and
17438 `cfengine3-mode'.
17439 (cfengine3-mode): New mode.
17440 (cfengine3-defuns cfengine3-defuns-regex
17441 (cfengine3-class-selector-regex cfengine3-category-regex)
17442 (cfengine3-vartypes cfengine3-font-lock-keywords)
17443 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 17444 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 17445
36b148cf
MA
174462011-07-01 Michael Albinus <michael.albinus@gmx.de>
17447
17448 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17449
17450 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17451
0bf4ba9a
MR
174522011-07-01 Martin Rudalics <rudalics@gmx.at>
17453
17454 * window.el (same-window-buffer-names, same-window-regexps)
17455 (same-window-p, special-display-frame-alist)
17456 (special-display-popup-frame, special-display-function)
17457 (special-display-buffer-names, special-display-regexps)
17458 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17459 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17460 (split-window-preferred-function, split-height-threshold)
17461 (split-width-threshold, even-window-heights)
17462 (display-buffer-mark-dedicated, window-splittable-p)
17463 (split-window-sensibly, window-safely-shrinkable-p):
17464 Un-obsolete.
17465 (display-buffer): Don't spread args with function specifier
17466 because special-display-popup-frame won't like it.
17467
35837f51
PE
174682011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17469
d0672f86
PE
17470 Time-stamp simplifications and fixes.
17471 These improve accuracy slightly, and future-proof the code
17472 against some potential changes to current-time format.
17473
b9444d97
PE
17474 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17475 by using time-since and float-time.
17476
0ef923dc
PE
17477 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17478 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17479 + NNN microseconds".
17480
2f81380d
PE
17481 * type-break.el (type-break-time-sum): Rewrite using time-add.
17482
845b5c3e
PE
17483 * play/hanoi.el (hanoi-current-time-float): Remove.
17484 All uses replaced by float-time.
17485
ee6f1be0
PE
17486 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17487 This yields a more-accurate answer.
17488 (rng-time-to-float): Remove; no longer needed.
17489
fe955043
PE
17490 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17491
5777162a
PE
17492 * calendar/timeclock.el (timeclock-seconds-to-time):
17493 Defalias to seconds-to-time, since they're the same thing.
17494
3103f8b6 17495 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 17496 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
17497 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17498
0e61a35f
SM
174992011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * window.el (bury-buffer): Don't iconify the only frame.
17502 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17503 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17504
ddd63a1e
CY
175052011-07-01 Chong Yidong <cyd@stupidchicken.com>
17506
0e61a35f
SM
17507 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17508 Add mouse-yank-primary.
ddd63a1e 17509
055f4923
TZ
175102011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17511
17512 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17513
6a2fb145
SM
175142011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17517 (find-library-name): Use it to find relative load names when provided
17518 absolute file name (bug#8803).
17519
fd4983f2
LMI
175202011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17521
887d14ad
LMI
17522 * textmodes/flyspell.el (flyspell-word): Consider words that
17523 differ only in case as potential doublons (bug#5687).
17524
c53dc7fc
LMI
17525 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17526 Remove two rather uninteresting debugging-like messages to make
17527 debbugs.el more silent.
17528
fd4983f2
LMI
17529 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17530 a password-like phrase.
17531
7a71b18d 175322011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
17533
17534 * progmodes/cc-guess.el: New file.
17535
6a2fb145 17536 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
17537
17538 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17539 derived from `c-basic-common-init'.
17540
17541 * progmodes/cc-mode.el (top-level): Require cc-guess.
17542 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17543
1fa280a3
LM
175442011-06-30 Lawrence Mitchell <wence@gmx.li>
17545
17546 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17547
e6597158
AM
175482011-06-30 Alan Mackenzie <acm@muc.de>
17549
1fa280a3
LM
17550 * progmodes/cc-engine.el (c-guess-continued-construct):
17551 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
17552 lock is disabled. Name this case as "CASE G".
17553
68ba37fb
KM
175542011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17555
17556 * allout.el (allout-yank-processing): Fix injection of extra space
17557 between bullet and non-whitespace character in first topic when
17558 pasting, ensuring that the actual spacing in the pasted topic
17559 following the bullet char is preserved. This extra space was
17560 causing pasted encrypted topics to get a decrypted status even
17561 when the content was actually still encrypted. Now the decryption
17562 status from before the paste is preserved.
17563
17564 (allout-flag-region): Set all allout overlays so they evaporate
17565 when reduced to zero length (evanescent), to prevent overlay
17566 leakage.
17567
887a0b34
GM
175682011-06-30 Glenn Morris <rgm@gnu.org>
17569
94b9acce
GM
17570 * w32-fns.el (w32-charset-info-alist): Declare.
17571
1d9b46d4
GM
17572 * find-dired.el (find-grep-options): Simplify.
17573
cc232200
GM
17574 * term/ns-win.el (ns-set-resource): Declare.
17575
28e77c46
GM
17576 * ses.el (row, col): Declare dynamic variables honestly.
17577
887a0b34
GM
17578 * textmodes/reftex-parse.el (index-tags): Declare.
17579
658d8eb8
CY
175802011-06-30 Chong Yidong <cyd@stupidchicken.com>
17581
17582 * cus-edit.el (customize-push-and-save): New function.
17583
17584 * files.el (hack-local-variables-confirm): Use it.
17585
1fa280a3
LM
17586 * custom.el (load-theme): New arg NO-CONFIRM.
17587 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
17588 (custom-enabled-themes): Doc fix.
17589
17590 * cus-theme.el (customize-create-theme)
17591 (custom-theme-merge-theme): Callers to load-theme changed.
17592
bb617717
LMI
175932011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17594
d61bdd5d
LMI
17595 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17596 short URLs have at least one dot in them (bug #7614).
17597
bb617717
LMI
17598 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17599 nil, because using a pty is apparently too slow (bug #895).
17600
2f31f37a
LMI
176012011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17602
17603 * mail/sendmail.el (sendmail-query-once): New function.
17604 (sendmail-query-once-function): New variable.
17605
3076b24e
GM
176062011-06-29 Glenn Morris <rgm@gnu.org>
17607
faf2a174
GM
17608 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17609
3076b24e
GM
17610 * ses.el (top-level): Require cl when compiling.
17611 (ses-set-localvars): Fix error statement.
17612 Call it at compile time to silence a storm of warnings.
17613
5386012d
MR
176142011-06-29 Martin Rudalics <rudalics@gmx.at>
17615
17616 * window.el (normalize-live-buffer): Rename to
17617 window-normalize-buffer.
17618 (normalize-live-frame): Rename to window-normalize-frame.
17619 (normalize-any-window): Rename to window-normalize-any-window.
17620 (normalize-live-window): Rename to window-normalize-live-window.
17621 (make-window-atom): Rename to window-make-atom.
17622 (window-resize-reset): Rename to window--resize-reset.
17623 (window-resize-reset-1): Rename to window--resize-reset-1.
17624 (resize-mini-window): Rename to window--resize-mini-window.
17625 (resize-subwindows-skip-p): Rename to
17626 window--resize-subwindows-skip-p.
17627 (resize-subwindows-normal): Rename to
17628 window--resize-subwindows-normal.
17629 (resize-subwindows): Rename to window--resize-subwindows.
17630 (resize-other-windows): Rename to window--resize-siblings.
17631 (resize-this-window): Rename to window--resize-this-window.
17632 (resize-root-window): Rename to window--resize-root-window.
17633 (resize-root-window-vertically): Rename to
17634 window--resize-root-window-vertically.
17635 (normalize-buffer-to-display): Rename to
17636 window-normalize-buffer-to-display.
17637 (normalize-buffer-to-switch-to): Rename to
17638 window-normalize-buffer-to-switch-to.
17639 Correspondingly update all callers of the functions listed
17640 above.
17641 (display-buffer-alist, display-buffer-normalize-arguments)
17642 (display-buffer-normalize-options, display-buffer)
17643 (display-buffer-alist-set): Use "function" instead of
17644 "fun-with-args".
17645
1176868d
CY
176462011-06-28 Chong Yidong <cyd@stupidchicken.com>
17647
17648 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17649 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17650 debbugs.gnu.org. Mention acknowledgment email.
17651
20a7a65f
LMI
176522011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17653
17654 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17655 buffer multibyteness, since it shouldn't matter.
17656
5f45cca5
MR
176572011-06-28 Martin Rudalics <rudalics@gmx.at>
17658
17659 * window.el (display-buffer-in-side-window): Handle dedicated
17660 windows as in display-buffer-reuse-window.
17661 (display-buffer-normalize-alist): Use value of override
17662 specifier.
17663 (display-buffer-normalize-specifiers): Use value of
17664 other-window-means-other-frame specifier.
17665 (display-buffer-alist): Rewrite some texts in widgets.
17666 (display-buffer): Spread arguments when calling function
17667 specified by fun-with-args.
17668
ad85fe1f
DD
176692011-06-28 Deniz Dogan <deniz@dogan.se>
17670
1fa280a3
LM
17671 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17672 Unnest `let'.
da68c4c8 17673
ad85fe1f
DD
17674 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17675 selectors (Bug#5732).
ec49bd31 17676 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 17677
a08cc025
JA
176782011-06-27 Jari Aalto <jari.aalto@cante.net>
17679
17680 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17681 (eshell-ls-date-format): New defcustom.
17682 (eshell-ls-file): Use it.
17683
e2b551c5
SM
176842011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17685
17686 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17687
8982b231
KY
176882011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17689
17690 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17691 (ange-ftp-make-tmp-name): New arg.
17692 (ange-ftp-file-local-copy): Use it.
17693
36c9fa27
J
176942011-06-27 Jambunathan K <kjambunathan@gmail.com>
17695
17696 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17697 no-conversion (Bug#8870).
17698
d68443dc
MR
176992011-06-27 Martin Rudalics <rudalics@gmx.at>
17700
17701 * window.el (window-right, window-left, window-child)
17702 (window-child-count, window-last-child)
17703 (window-iso-combination-p, walk-window-tree-1)
17704 (window-atom-check-1, window-tree-1, delete-window)
17705 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17706 new naming conventions - window-vchild, window-hchild,
17707 window-next and window-prev are now called window-top-child,
17708 window-left-child, window-next-sibling and window-prev-sibling
17709 respectively.
d615d6d2
MR
17710 (resize-window-reset): Rename to window-resize-reset.
17711 (resize-window-reset-1): Rename to window-resize-reset-1.
17712 (resize-window): Rename to window-resize.
17713 (window-min-height, window-min-width)
17714 (resize-mini-window, resize-this-window, resize-root-window)
17715 (resize-root-window-vertically, adjust-window-trailing-edge)
17716 (enlarge-window, shrink-window, maximize-window)
17717 (minimize-window, delete-window, quit-restore-window)
17718 (split-window, balance-windows, balance-windows-area-adjust)
17719 (balance-windows-area, window-state-put-2)
17720 (display-buffer-even-window-sizes, display-buffer-set-height)
17721 (display-buffer-set-width, set-window-text-height)
17722 (fit-window-to-buffer): Rename all "resize-window" prefixed
17723 calls to use the "window-resize" prefix convention.
17724 (display-buffer-alist): Fix symbol for label specifier.
17725 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17726 corresponding specifier.
17727 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 17728
b6458526
VB
177292011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17730
17731 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17732 convention.
17733 (ses-call-printer): Does not pass an empty string to formatter when the
17734 cell is empty to keep from barking printer Calc math-format-value.
17735
d31fd9ac
RS
177362011-06-27 Richard Stallman <rms@gnu.org>
17737
43d5bf84
RS
17738 * battery.el (battery-mode-line-limit): New variable.
17739 (battery-update): Handle it.
17740
d31fd9ac
RS
17741 * mail/rmailmm.el (rmail-mime-process-multipart):
17742 Handle truncated messages.
17743
819a6054
GM
177442011-06-27 Glenn Morris <rgm@gnu.org>
17745
17746 * progmodes/flymake.el (flymake-err-line-patterns):
17747 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17748
cedc73f2
VB
177492011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17750
819a6054 17751 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
17752 (ses--clean-!, ses--clean-_): New functions.
17753 (ses-range): Add configurability of readout order, and conversion
17754 to Calc vector.
17755
5e5d49b6
VB
17756 * ses.el (ses-repair-cell-reference-all): New function.
17757 (ses-cell-symbol): Set macro as safe, so that it can be used in
17758 formulas.
17759
56e6cc31 17760 * ses.el: Update cycle detection algorithm.
90ca8b49 17761 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 17762 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
17763 (ses-set-localvars): New function.
17764 (ses-make-cell): Add property-list as a cell element.
17765 (ses-cell-property-get-fun, ses-cell-property-get)
17766 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
17767 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17768 New functions.
90ca8b49
VB
17769 (ses-cell-property-set, ses-cell-property-pop)
17770 (ses-cell-property-get-handle): New macro.
17771 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17772 New aliases, used for code readability.
17773 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17774 cycle detection.
17775 (ses-self-reference-early-detection): New defcustom.
fac916bf 17776 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
17777 (ses-mode): Use ses-set-localvars.
17778 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17779 before lauching the update processing.
17780 (ses-initialize-Dijkstra-attempt): New function.
17781 (ses-recalculate-cell): Update for cycle detection based on
17782 Dijkstra algorithm.
17783
2bb63e81
VB
17784 * ses.el: Fix commenting and indenting convention.
17785
c9d29fb8
SM
177862011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17787
17788 * bs.el (bs-cycle-next): Complete last change.
17789
d8e4b68b
JB
177902011-06-27 Drew Adams <drew.adams@oracle.com>
17791
17792 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17793
40098786
LMI
177942011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17795
c9d29fb8
SM
17796 * net/network-stream.el (network-stream-open-starttls):
17797 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
17798 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17799
40098786
LMI
17800 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17801 to binary to possibly avoid line encoding issues on Windows (among
17802 other things).
17803
468d09d4
LMI
178042011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17805
17806 * net/network-stream.el (open-network-stream): Return an :error
17807 saying what the problem was, if possible.
17808
17809 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17810 server.
17811
17812 * net/network-stream.el (network-stream-open-starttls): If we
17813 wanted to use STARTTLS, and the server offered it, but we weren't
17814 able to because we had no STARTTLS support, then close the connection.
17815 (open-network-stream): Return an :error element, if present.
17816
16f07dd7
CY
178172011-06-26 Chong Yidong <cyd@stupidchicken.com>
17818
88821ca0
CY
17819 * hl-line.el (hl-line-sticky-flag): Doc fix.
17820 (global-hl-line-sticky-flag): New option (Bug#8323).
17821 (global-hl-line-highlight): Obey it.
17822
16f07dd7
CY
17823 * vc/vc.el (vc-revert-show-diff): Default to t.
17824
6b5ccddf
KM
178252011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17826
c9d29fb8
SM
17827 * allout-widgets.el (allout-widgets-post-command-business):
17828 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
17829 undecorated when an isearch is continued past, and isearch
17830 automatically collapses them. This leads to "widget leaks", where
17831 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
17832 hidden widgets can slow down cursor travel, substantially.
17833 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
17834 so we're doing without this nicety.
17835
17836 (allout-widgets-tally-string): Don't try to do a hash-table-count
17837 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17838 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17839 *Messages* when allout-widgets-maintain-tally is t.
17840
355f2e07
MR
178412011-06-26 Martin Rudalics <rudalics@gmx.at>
17842
17843 * window.el (display-buffer-normalize-argument): Rename to
17844 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
17845 LABEL argument. Respect special-display-function when popping up
17846 a new frame. Fix code searching for a window showing the buffer
17847 on another frame.
c9d29fb8
SM
17848 (display-buffer-normalize-specifiers):
17849 Call display-buffer-normalize-arguments.
355f2e07
MR
17850 (display-buffer-in-window): Don't undedicate the window if its
17851 buffer remains the same.
17852 Reported by Drew Adams <drew.adams@oracle.com>.
17853 (display-buffer-alist): Add choice for same-window macro
17854 specfier.
17855 (display-buffer): Mention special meaning of LABEL argument in
17856 doc-string. Fix quoting. Don't pop up a new frame even as
17857 fallback.
17858
7ca8fc42
JB
178592011-06-26 Juanma Barranquero <lekktu@gmail.com>
17860
17861 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17862 avoid deleting the current window in some cases (bug#8911).
17863
bc312254
AS
178642011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17865
17866 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17867 (Bug#8934)
17868
2db18f3f
LMI
178692011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17870
c9d29fb8
SM
17871 * net/network-stream.el (network-stream-open-starttls):
17872 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
17873 (network-stream-open-tls): Ditto.
17874
6302e0d3
LL
178752011-06-26 Leo Liu <sdl.web@gmail.com>
17876
17877 * register.el (registerv): New struct.
17878 (registerv-make): New function.
c9d29fb8
SM
17879 (jump-to-register, describe-register-1, insert-register):
17880 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
17881 struct. (Bug#8415)
17882
5fdd4046
CY
178832011-06-26 Chong Yidong <cyd@stupidchicken.com>
17884
2afef60a
CY
17885 * vc/vc.el (vc-revert-show-diff): New defcustom.
17886 (vc-diff-internal): New arg specifying diff buffer.
17887 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17888 reuse an existing *vc-diff* buffer (Bug#8927).
17889
5fdd4046
CY
17890 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17891
e93db24a
GM
178922011-06-26 Glenn Morris <rgm@gnu.org>
17893
17894 * progmodes/f90.el (f90-critical-indent): New option.
17895 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17896 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17897 (f90-mode): Doc fix.
17898 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17899 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17900 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17901 (f90-match-end): Handle block, critical.
17902
eefff499
GM
179032011-06-25 Glenn Morris <rgm@gnu.org>
17904
f6ba4cc9
GM
17905 * calendar/diary-lib.el (diary-included-files): Doc fix.
17906 (diary-include-files): New function, extracted from
17907 diary-include-other-diary-files and diary-mark-included-diary-files.
17908 (diary-include-other-diary-files, diary-mark-included-diary-files):
17909 Just call diary-include-files.
17910 (diary-mark-entries): Reset diary-included-files on first call.
17911
16712304
GM
17912 * calendar/diary-lib.el (diary-mark-entries)
17913 (diary-mark-included-diary-files):
17914 Visit included diary-files in temp buffers.
17915
5d8e0d43
GM
17916 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17917 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17918 (f90-start-block-re, f90-imenu-generic-expression)
17919 (f90-looking-at-program-block-start, f90-no-block-limit):
17920 Add support for submodules.
17921
ccf7a5d5
GM
17922 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17923 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 17924
11fdef7d 179252011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
17926
17927 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17928 buffer-file-type before setting its value, to avoid disastrous
eefff499 17929 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 17930
74f53697
JB
179312011-06-25 Juanma Barranquero <lekktu@gmail.com>
17932
17933 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17934
17935 * ses.el (ses-unload-function):
17936 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17937
17938 * proced.el (proced-unload-function):
17939 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17940
18a4ce5e
AR
179412011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17942
17943 * server.el (server-create-window-system-frame): Add parameters arg.
17944 (server-process-filter): Doc fix. Handle frame-parameters.
17945
519d22cc
JB
179462011-06-25 Juanma Barranquero <lekktu@gmail.com>
17947
17948 Fix bug#8730, bug#8781.
17949
17950 * loadhist.el (unload--set-major-mode): New function.
17951 (unload-feature): Use it.
17952
17953 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17954 (python-unload-function): New function.
17955
c206f5b0
SM
179562011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17959
f9ad64f3
GS
179602011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17961
17962 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17963 the candidates list.
17964
7d0da90e
JB
179652011-06-24 Juanma Barranquero <lekktu@gmail.com>
17966
17967 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17968
14b4e83d
RS
179692011-06-23 Richard Stallman <rms@gnu.org>
17970
17971 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17972 (rmail-variables): Set next-error-move-function.
17973 (rmail-what-message): Take argument POS.
17974 (rmail-next-error-move): New function.
17975
273d2baf
SM
179762011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17977
17978 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17979 messages for adjacent non-terminals.
17980
56c2cc9a
RS
179812011-06-23 Richard Stallman <rms@gnu.org>
17982
17983 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 17984 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
17985 (rmail-start-mail): Don't specify use of rmail-mail-return;
17986 that's done by mail-bury now.
17987 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 17988
d59eb518
MA
179892011-06-23 Michael Albinus <michael.albinus@gmx.de>
17990
17991 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17992 SIZE is a number.
17993
02cfc6d6
MR
179942011-06-23 Martin Rudalics <rudalics@gmx.at>
17995
17996 * window.el (get-lru-window, get-mru-window)
17997 (get-largest-window): Never return a minibuffer window.
17998 (display-buffer-pop-up-window): Fix a bug that could lead to
17999 reusing the minibuffer window.
18000 (display-buffer): Pass original specifier argument to
18001 display-buffer-function instead of the normalized one.
18002 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18003
4e323265
LL
180042011-06-22 Leo Liu <sdl.web@gmail.com>
18005
18006 * minibuffer.el (completing-read-function)
1f9f395d 18007 (completing-read-default): Move from minibuf.c.
4e323265 18008
7a70468f
RS
180092011-06-22 Richard Stallman <rms@gnu.org>
18010
50718fc2
RS
18011 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
18012 to Rmail even if not started by a special Rmail command.
18013
7a70468f
RS
18014 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
18015 Copy the buffer currently showing just one message.
18016
297dde5a
RW
180172011-06-22 Roland Winkler <winkler@gnu.org>
18018
18019 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
18020 (bibtex-clean-entry): First delete the old key so that a
18021 customized algorithm for generating the new key does not get
18022 confused by the old key.
18023 (bibtex-url): Obey regexp of first step.
18024 (bibtex-search-entries): Do not use add-to-list with local
18025 list-var.
18026
97bb1093
LMI
180272011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18028
18029 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
18030 stored a user name, then query for the password first, instead of
18031 waiting for SMTP to give an error message and the trying again.
18032
1c0f1a19
JD
180332011-06-22 Lawrence Mitchell <wence@gmx.li>
18034
18035 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
18036 BUFFER in call-process.
18037
396f7c9d
LMI
180382011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
18039
18040 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
18041 QUIT twice.
ddb7ffee
LMI
18042 (smtpmail-try-auth-methods): Require user name and password from
18043 auth-source.
396f7c9d 18044
8998d1b3
MR
180452011-06-22 Martin Rudalics <rudalics@gmx.at>
18046
18047 * window.el (display-buffer-default-specifiers)
18048 (display-buffer-alist): Remove entries for pop-up-frame-alist.
18049 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 18050 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
18051
18052 * frame.el (pop-up-frame-alist, pop-up-frame-function)
18053 (special-display-frame-alist, special-display-popup-frame):
18054 Remove duplicate declarations. These are now in window.el.
18055
4ea31e07
LMI
180562011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18057
c9d29fb8
SM
18058 * mail/smtpmail.el (smtpmail-via-smtp):
18059 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
18060 server supports it. SMTP servers that support STARTTLS commonly
18061 require it.
18062
18063 * net/network-stream.el (network-stream-open-starttls): Support
18064 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 18065 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 18066
95f41d9a
LMI
18067 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
18068 upgrades with `open-network-stream', and rely solely on
18069 auth-source for all credentials. Big changes throughout the file,
18070 but in particular:
c9d29fb8
SM
18071 (smtpmail-auth-credentials): Remove.
18072 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
18073 (smtpmail-via-smtp): Check for servers saying they want AUTH after
18074 MAIL FROM, too.
95f41d9a 18075
c9d29fb8
SM
18076 * net/network-stream.el (network-stream-open-starttls):
18077 Provide support for client certificates both for external and built-in
4ea31e07
LMI
18078 STARTTLS.
18079 (auth-source): Require.
18080 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
18081 (network-stream-certificate): Change cert-cert to cert and
18082 cert-key to key.
4ea31e07 18083
065ec2c7
MA
180842011-06-21 Michael Albinus <michael.albinus@gmx.de>
18085
18086 * net/tramp-cache.el (top): Don't load the persistency file when
18087 "emacs -Q" has been called.
18088
cd93b359
DR
180892011-06-21 Tim Harper <timcharper@gmail.com>
18090
d8e4b68b
JB
18091 * term/ns-win.el (ns-initialize-window-system):
18092 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
18093 resource to NO as it is not yet supported by the NS port.
18094
ae9c0411
JB
180952011-06-21 Juanma Barranquero <lekktu@gmail.com>
18096
18097 * misc.el (list-dynamic-libraries--refresh): Compute header here...
18098 (list-dynamic-libraries): ...not here.
18099
7f3f739f
LL
181002011-06-21 Leo Liu <sdl.web@gmail.com>
18101
18102 * subr.el (sha1): Implement sha1 using secure-hash.
18103
327c8fb1
MR
181042011-06-21 Martin Rudalics <rudalics@gmx.at>
18105
18106 * window.el (display-buffer-alist): In default value do not
18107 enforce searching a window on any but the selected frame.
18108 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18109 (display-buffer-select-window): Remove function.
18110 (display-buffer-in-window): When a window on another frame gets
18111 reused, do not select it any more but just raise its frame if
18112 necessary (Bug#8851) and (Bug#8856).
18113 (display-buffer-normalize-options): Handle pop-up-frames related
18114 options more faithfully.
18115 (pop-to-buffer): Don't rely on `display-buffer' selecting the
18116 window if it is on another frame.
c9d29fb8
SM
18117 (display-buffer-alist, display-buffer-default-specifiers):
18118 Don't make new frame unsplittable by default.
9e9de014
MR
18119 (display-buffer-normalize-argument): Fix doc-string typo and use
18120 'same-frame-other-window instead of 'other-window when associating
18121 with display-buffer-macro-specifiers.
327c8fb1 18122
7cf3f556
VB
181232011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
18124
18125 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
18126 New functions.
18127 (5x5-mode-map, 5x5-mode-menu): Bind them.
18128 (5x5-draw-grid): Tweak the solver's rendering.
18129
60a406cf
SM
181302011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18131
18132 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
18133 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
18134
d8e4b68b 181352011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
18136
18137 * menu-bar.el: Use function variable instead of switch-to-buffer.
18138 (menu-bar-select-buffer-function): New variable.
60a406cf 18139 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 18140
478d6f95
SM
181412011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
18142
18143 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
18144 variable's status.
18145
ca530739
JD
181462011-06-20 Jan Djärv <jan.h.d@swipnet.se>
18147
18148 * x-dnd.el (x-dnd-version-from-flags)
18149 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
18150 and long as number (Bug#8899).
18151 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18152
bcd70d97
SM
181532011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
18154
60a406cf 18155 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
18156 (completion-try-completion, completion-all-completions): Compute the
18157 metadata argument if it's missing; make it optional (bug#8795).
18158
60a406cf 18159 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
18160 (widget-complete): Use new :completion-function property.
18161 (widget-completions-at-point): New function.
18162 (default): Use :completion-function instead of :complete.
60a406cf
SM
18163 (widget-default-completions): Rename from widget-default-complete;
18164 Rewrite.
bcd70d97
SM
18165 (widget-string-complete, widget-file-complete, widget-color-complete):
18166 Remove functions.
18167 (file, symbol, function, variable, coding-system, color):
18168 * international/mule-cmds.el (default-input-method, charset)
18169 (language-info-custom-alist):
18170 * cus-edit.el (face): Use new property :completions.
18171
18172 * progmodes/pascal.el (pascal-completions-at-point): New function.
18173 (pascal-mode): Use it.
18174 (pascal-mode-map): Use completion-at-point.
18175 (pascal-toggle-completions): Make obsolete.
18176 (pascal-complete-word, pascal-show-completions):
18177 * progmodes/octave-mod.el (octave-complete-symbol):
18178 Redefine as obsolete alias.
18179 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
18180 Signal absence of completion info for old Octave,
18181 (inferior-octave-complete): Redefine as obsolete alias.
18182 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
18183 (meta-completions-at-point): Rename from meta-complete-symbol and
18184 adapt it for use on completion-at-point-functions.
18185 (meta-common-mode): Use it.
18186 (meta-looking-at-backward, meta-match-buffer): Remove.
18187 (meta-complete-symbol): Redefine as obsolete alias.
18188 (meta-common-mode-map): Use completion-at-point.
18189 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
18190 (makefile-mode-map): Use completion-at-point.
18191 (makefile-completions-at-point): Rename from makefile-complete and
18192 adapt it for use on completion-at-point-functions.
18193 (makefile-mode): Use it.
18194 (makefile-complete): Redefine as obsolete alias.
18195
aebf69c8
DD
181962011-06-20 Deniz Dogan <deniz@dogan.se>
18197
18198 * net/rcirc.el: Delete trailing whitespaces once and for all.
18199
bfbbb27d
DC
182002011-06-20 Daniel Colascione <dan.colascione@gmail.com>
18201
18202 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
18203
d264a46b
CY
182042011-06-19 Chong Yidong <cyd@stupidchicken.com>
18205
4ca009e5
CY
18206 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
18207
d264a46b
CY
18208 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
18209
fbf5b3ce
MR
182102011-06-19 Martin Rudalics <rudalics@gmx.at>
18211
18212 * window.el (display-buffer-other-window-means-other-frame):
18213 Call display-buffer-normalize-alist.
18214 (display-buffer-normalize-specifiers-1): Rename to
18215 display-buffer-normalize-argument. New argument other-frame.
18216 Rewrite.
18217 (display-buffer-normalize-specifiers-2): Rename to
18218 display-buffer-normalize-options.
18219 (display-buffer-normalize-alist-1): New function.
18220 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
18221 display-buffer-normalize-alist.
18222 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
18223 (display-buffer-normalize-options-inhibit): New variable.
18224 (display-buffer-normalize-specifiers): Rewrite calling
18225 display-buffer-normalize-alist,
18226 display-buffer-normalize-argument, and
18227 display-buffer-normalize-options. Don't call the latter if
18228 display-buffer-normalize-options-inhibit is non-nil.
18229 (frame-auto-delete): New option.
18230 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
18231 (window-list-no-nils, window-state-ignored-parameters)
18232 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
18233 (window-state-put-1, window-state-put-2, window-state-put):
18234 New functions.
9a028c23
MR
18235 (display-buffer-normalize-options): Move special-display-p group
18236 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 18237
6d10d800
CY
182382011-06-18 Chong Yidong <cyd@stupidchicken.com>
18239
6420d28b
CY
18240 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
18241 groups (Bug#8776).
18242 (rx-submatch-n): New function.
18243 (rx): Document it.
18244
ddb8b596
CY
18245 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
18246 (Bug#8768).
18247
18248 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
18249
77080289
CY
18250 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
18251
61dfb316
CY
18252 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
18253 anytime existing face settings are present (Bug#8889).
18254
6d10d800
CY
18255 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
18256 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
18257 Remove unused argument.
18258
be3fb2b8
MR
182592011-06-18 Martin Rudalics <rudalics@gmx.at>
18260
bcd70d97
SM
18261 * window.el (display-buffer-default-specifiers):
18262 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
18263 pop-up-window-min-width, and another reuse-window specifier
18264 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
18265 (display-buffer-normalize-specifiers-2):
18266 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
18267 pop-up-windows is unset. Add a reuse-window specifier for the
18268 case popping up a new window fails.
18269 (special-display-popup-frame): Remove double quoting.
28dec25a 18270 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 18271
1c6d8c76
SM
182722011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * shell.el (shell-completion-vars): Set pcomplete-termination-string
18275 according to comint-completion-addsuffix.
18276
18277 * pcomplete.el: Convert to lexical binding and fix bug#8819.
18278 (pcomplete-suffix-list): Mark as obsolete.
18279 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
18280 pcomplete-seen in the closure.
18281 (pcomplete-comint-setup): Setup completion-at-point as well.
18282 (pcomplete--entries): New function.
18283 (pcomplete--env-regexp): New var.
18284 (pcomplete-entries): Rewrite to work with partial-completion and
18285 without relying on pcomplete-suffix-list.
18286 (pcomplete-pare-list): Remove, unused.
18287
25aef8b8
MR
182882011-06-17 Martin Rudalics <rudalics@gmx.at>
18289
18290 * window.el (display-buffer-alist): Set pop-up-window-min-height
18291 and pop-up-window-min-width in default value. Reported by
18292 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
18293 other-window-means-other-frame.
18294 (display-buffer-macro-specifiers): Comment out entry for
18295 other-window specifier.
18296 (display-buffer-other-window-means-other-frame): New function.
18297 (display-buffer-normalize-specifiers-1): New arguments
18298 buffer-name and label. Treat other-window case specially.
18299 (display-buffer-normalize-specifiers-2): Treat other-window case
18300 specially.
18301 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
18302 (display-buffer-normalize-specifiers):
18303 Call display-buffer-normalize-specifiers-3.
25aef8b8 18304
dbad4f69
MR
183052011-06-17 Martin Rudalics <rudalics@gmx.at>
18306
18307 * window.el (same-window-p): Fix two typos introduced when
18308 adding with-no-warnings.
d1067961
MR
18309 (display-buffer-normalize-specifiers-1): Don't check
18310 pop-up-frames for 'unset initialization.
18311 (display-buffer-normalize-specifiers-2): Major rewrite using
18312 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18313 (pop-up-frames, display-buffer-reuse-frames)
18314 (display-buffer-mark-dedicated): Don't initialize to 'unset.
18315 Suggested by David Engster <deng@randomsample.de>.
18316 (even-window-heights): Initialize to 'unset.
18317 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
18318 (display-buffer-macro-specifiers): Don't pop up a new frame in the
18319 other window case.
dbad4f69 18320
9b9c9e3a
MR
183212011-06-16 Martin Rudalics <rudalics@gmx.at>
18322
bcd70d97
SM
18323 * window.el (display-buffer-normalize-specifiers-1):
18324 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 18325 second argument of display-buffer (Bug#8865).
981d5c09
MR
18326 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18327 (switch-to-buffer-other-window-same-frame)
18328 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
18329 Adams (Bug#8875).
9c2755e9
MR
18330 (display-buffer): Don't check noninteractive when calling
18331 display-buffer-pop-up-frame.
18332 (display-buffer-pop-up-frame): Never pop up a frame in
18333 noninteractive mode (Bug#8857).
67222e1d
MR
18334 (enlarge-window, shrink-window): Don't report an error when the
18335 window can't be resized as requested (Bug#8862).
9b9c9e3a 18336
2b75be67
SM
183372011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18338
9ffdd3ba
SM
18339 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18340
cb581a67
SM
18341 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18342
2b75be67
SM
18343 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18344
8c0e3589
AM
183452011-06-15 Alan Mackenzie <acm@muc.de>
18346
cb581a67
SM
18347 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18348 for declarators, disable knr checking to speed up for normal files.
18349 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 18350
b96e6cde
LMI
183512011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18352
4bba86e6
LMI
18353 * net/network-stream.el (open-network-stream): Add the keyword
18354 :always-query-capabilities for the case where you want to force a
18355 `plain' network connection, but the protocol still requires the
18356 capabilitiy command (i.e., SMTP and EHLO).
18357
2b75be67 18358 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
18359 consistency with other `-live-p' functions.
18360
efdcdbf8
SM
183612011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * window.el (same-window-buffer-names, same-window-regexps)
18364 (special-display-frame-alist, special-display-popup-frame)
18365 (special-display-function, special-display-buffer-names)
18366 (special-display-regexps, pop-up-frame-alist)
18367 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18368 (pop-up-windows, split-window-preferred-function)
18369 (split-height-threshold, split-width-threshold, even-window-heights)
18370 (display-buffer-mark-dedicated): Don't encourage the use of
18371 display-buffer-alist from Elisp code.
18372
c5cde042
DN
183732011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18374
18375 * progmodes/python.el (python-mode): Derive from prog-mode.
18376 * progmodes/ps-mode.el (ps-mode):
18377 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 18378 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
18379 * progmodes/ld-script.el (ld-script-mode): Likewise.
18380
baa1c9ab
MR
183812011-06-15 Martin Rudalics <rudalics@gmx.at>
18382
18383 * window.el (display-buffer-alist): Trim default value to avoid
18384 popping up a new frame (Bug#8857) or reusing an arbitrary window
18385 on another frame.
18386 (display-buffer): Do not fall back on popping up a new frame in
18387 batch mode (Bug#8857).
18388
c5dd5a51
CY
183892011-06-14 Chong Yidong <cyd@stupidchicken.com>
18390
18391 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18392 (custom-theme-summary): New function.
18393 (customize-themes): Use it.
18394
d647b7c4
GM
183952011-06-13 Glenn Morris <rgm@gnu.org>
18396
18397 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18398
9481c002
MR
183992011-06-13 Martin Rudalics <rudalics@gmx.at>
18400
357f93d2
MR
18401 * help.el (help-window): Remove variable.
18402 (help-window-point-marker, temp-buffer-max-height)
18403 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18404 (help-print-return-message): Don't set help-window.
18405 (resize-temp-buffer-window): Rewrite cod eand doc-string.
18406 (help-window-setup-finish): Remove.
18407 (help-window-display-message, help-window-setup)
18408 (with-help-window): Major rewrite based on new
18409 display-buffer-window variable.
18410
18411 * help-mode.el (help-mode-finish): Remove help-window related
18412 code.
18413
18414 * view.el (view-exits-all-viewing-windows): Remove reference to
18415 view-return-to-alist in doc-string.
18416 (view-return-to-alist): Make obsolete.
18417 (view-buffer): Call pop-to-buffer-same-window and remove
18418 undo-window code.
18419 (view-buffer-other-window): Call pop-to-buffer-other-window and
18420 simplify code. Ignore second argument.
18421 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18422 simplify code. Ignore second argument.
18423 (view-return-to-alist-update): Make obsolete.
18424 (view-mode-enter): Rename second argument to QUIT-RESTORE.
18425 Rewrite using quit-restore window parameters.
2b75be67
SM
18426 (view-mode-exit): Rename second argument to EXIT-ONLY.
18427 Rewrite using quit-restore-window.
357f93d2
MR
18428 (View-exit, View-exit-and-edit, View-leave, View-quit)
18429 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18430 appropriate arguments.
18431 (view-end-message): Use quit-restore window parameter.
18432
9481c002
MR
18433 * window.el (display-buffer-function): Rewrite doc-string.
18434 (display-buffer-window, display-buffer-alist): New variables.
18435 (display-buffer-split-specifiers)
18436 (display-buffer-side-specifiers)
18437 (display-buffer-macro-specifiers): New constants.
18438 (display-buffer-even-window-sizes, display-buffer-set-height)
18439 (display-buffer-set-width, display-buffer-select-window)
18440 (display-buffer-in-window, display-buffer-reuse-window)
18441 (display-buffer-split-window-1, display-buffer-split-window)
18442 (display-buffer-split-atom-window, display-buffer-pop-up-window)
18443 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18444 (display-buffer-in-side-window, normalize-buffer-to-display)
18445 (display-buffer-normalize-specifiers-1)
18446 (display-buffer-normalize-specifiers-2)
2b75be67
SM
18447 (display-buffer-normalize-specifiers, display-buffer-frame):
18448 New functions.
9481c002
MR
18449 (display-buffer): Major rewrite.
18450 (display-buffer-other-window, display-buffer-other-frame)
18451 (pop-to-buffer, switch-to-buffer-other-window)
18452 (switch-to-buffer-other-frame): Rewrite.
18453 (display-buffer-same-window, display-buffer-same-frame)
18454 (display-buffer-same-frame-other-window)
18455 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18456 (pop-to-buffer-other-window)
18457 (pop-to-buffer-same-frame-other-window)
18458 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18459 (switch-to-buffer-other-window-same-frame): New functions.
18460 (same-window-p, special-display-p): Rewrite disabling warnings.
18461 Make obsolete.
18462 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18463 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18464 Make obsolete
18465 (same-window-buffer-names, same-window-regexps)
18466 (special-display-frame-alist, special-display-popup-frame)
18467 (special-display-function, special-display-buffer-names)
18468 (special-display-regexps, pop-up-frame-alist)
18469 (pop-up-frame-function, split-window-preferred-function)
18470 (split-height-threshold, split-width-threshold)
18471 (even-window-heights): Make obsolete.
18472
9db51aca
GM
184732011-06-12 Glenn Morris <rgm@gnu.org>
18474
18475 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 18476 Misc simplifications.
9db51aca 18477
39cffb44
MR
184782011-06-12 Martin Rudalics <rudalics@gmx.at>
18479
18480 * window.el (window-safely-shrinkable-p): Restore function which
18481 was inadvertently removed in change from 2011-06-11. Declare as
18482 obsolete.
18483
2b75be67
SM
18484 * calendar/calendar.el (calendar-generate-window):
18485 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
18486 window-safely-shrinkable-p.
18487
a8955be7
GM
184882011-06-12 Glenn Morris <rgm@gnu.org>
18489
18490 * progmodes/fortran.el (fortran-mode-syntax-table):
18491 * progmodes/f90.el (f90-mode-syntax-table):
18492 Set % to punctuation. (Bug#8820)
18493 (f90-find-tag-default): Remove, no longer needed.
18494
f0d4059d
DC
184952011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18496
18497 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18498
1100a63c
CY
184992011-06-11 Chong Yidong <cyd@stupidchicken.com>
18500
18501 * image.el (image-animated-p): Return animation delay in seconds.
18502 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18503 (image-animate-timeout): Remove DELAY argument. Don't assume
18504 every subimage has the same delay; get it from image-animated-p.
18505 (image-animate): Caller changed.
18506
def722bf
MA
185072011-06-11 Michael Albinus <michael.albinus@gmx.de>
18508
18509 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18510 to ignored backtrace functions.
18511
0a2bb1a9
GM
185122011-06-11 Glenn Morris <rgm@gnu.org>
18513
18514 * calendar/appt.el (appt-disp-window-function): Doc fix.
18515 (appt-check): Handle overlapping appointments. (Bug#8337)
18516
6198ccd0
MR
185172011-06-11 Martin Rudalics <rudalics@gmx.at>
18518
18519 * window.el (window-tree-1, window-tree): New functions, moving
18520 the latter to window.el.
18521 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18522 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18523 (bw-refresh-edges): Remove.
18524 (balance-windows-1, balance-windows-2): New functions.
18525 (balance-windows): Rewrite in terms of window tree functions,
18526 balance-windows-1 and balance-windows-2.
18527 (bw-adjust-window): Remove.
18528 (balance-windows-area-adjust): New function with functionality of
18529 bw-adjust-window but using resize-window.
2b75be67
SM
18530 (set-window-text-height): Rewrite doc-string.
18531 Use normalize-live-window and resize-window.
18532 (enlarge-window-horizontally, shrink-window-horizontally):
18533 Rename argument to DELTA.
6198ccd0
MR
18534 (window-buffer-height): New function.
18535 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18536 Rewrite using new window resize routines.
2b75be67
SM
18537 (kill-buffer-and-window, mouse-autoselect-window-select):
18538 Use ignore-errors instead of condition-case.
6198ccd0
MR
18539 (quit-window): Call delete-frame instead of delete-windows-on
18540 for the only buffer on frame.
18541
9397e56f
MR
185422011-06-10 Martin Rudalics <rudalics@gmx.at>
18543
18544 * loadup.el (top-level): Load window before files for the sake
18545 of replace-buffer-in-windows.
18546
18547 * files.el (read-buffer-to-switch)
18548 (switch-to-buffer-other-window)
2b75be67
SM
18549 (switch-to-buffer-other-frame, display-buffer-other-frame):
18550 Move to window.el.
9397e56f
MR
18551
18552 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18553 (previous-buffer): Move to window.el.
18554
18555 * bindings.el (unbury-buffer): Move to window.el.
18556
18557 * window.el (delete-other-windows-vertically): Move after
18558 definition of delete-other-windows.
18559 (other-window, delete-windows-on, replace-buffer-in-windows):
18560 Move here from window.c.
18561 (record-window-buffer, unrecord-window-buffer)
18562 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18563 (switch-to-next-buffer): New functions.
18564 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18565 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
18566 (previous-buffer): Move here from simple.el.
18567 Call switch-to-prev-buffer.
9397e56f
MR
18568 (bury-buffer): Move here from buffer.c. Switch to previous
18569 buffer when window cannot be deleted.
18570 (unbury-buffer): Move here from bindings.el.
18571 (ctl-x-map): Move binding for other-window from window.c to
18572 here.
18573 (read-buffer-to-switch, switch-to-buffer-other-window)
18574 (switch-to-buffer-other-frame): Move here from files.el.
18575 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
18576 (switch-to-buffer): Move here from buffer.c.
18577 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 18578
562dd5e9
MR
185792011-06-10 Martin Rudalics <rudalics@gmx.at>
18580
18581 * window.el (window-min-height, window-min-width): Move here
18582 from window.c. Add defcustoms and rewrite doc-strings.
18583 (resize-mini-window, resize-window): New functions.
18584 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18585 Move here from window.c.
18586 (maximize-window, minimize-window): New functions.
18587 (delete-window, delete-other-windows, split-window): Move here
18588 from window.c.
18589 (window-split-min-size): New function.
18590 (split-window-keep-point): Mention split-window-above-each-other
18591 instead of split-window-vertically.
2b75be67 18592 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
18593 Rename split-window-vertically to split-window-above-each-other
18594 and provide defalias for old definition.
18595 (split-window-side-by-side, split-window-horizontally):
18596 Rename split-window-horizontally to split-window-side-by-side
18597 and provide defalias for the old definition.
562dd5e9
MR
18598 (ctl-x-map): Move bindings for delete-window,
18599 delete-other-windows and enlarge-window here from window.c.
18600 Replace bindings for split-window-vertically and
18601 split-window-horizontally by bindings for
18602 split-window-above-each-other and split-window-side-by-side.
18603
18604 * cus-start.el (all): Remove entries for window-min-height and
18605 window-min-width. Add entries for window-splits and
18606 window-nest.
18607
f0da764a
GM
186082011-06-09 Glenn Morris <rgm@gnu.org>
18609
80675c21
GM
18610 * calendar/appt.el (appt-mode-line): New function.
18611 (appt-check, appt-disp-window): Use it.
18612
f0da764a
GM
18613 * files.el (hack-one-local-variable-eval-safep):
18614 Allow minor-modes with explicit +/-1 arguments.
18615
59f623b7
TZ
186162011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18617
18618 * term/xterm.el (xterm): Add defgroup.
18619 (xterm-extra-capabilities): Add defcustom to supply known xterm
18620 capabilities, skip querying them, or query them (default).
18621 (terminal-init-xterm): Use it.
18622 (terminal-init-xterm-modify-other-keys): New function to set up
18623 modifyOtherKeys support to simplify `terminal-init-xterm'.
18624
9aab8e0d
MR
186252011-06-09 Martin Rudalics <rudalics@gmx.at>
18626
18627 * window.el (resize-window-reset, resize-window-reset-1)
18628 (resize-subwindows-skip-p, resize-subwindows-normal)
18629 (resize-subwindows, resize-other-windows, resize-this-window)
18630 (resize-root-window, resize-root-window-vertically)
18631 (window-deletable-p, window-or-subwindow-p)
18632 (frame-root-window-p): New functions.
18633
e8b08aee
GM
186342011-06-09 Glenn Morris <rgm@gnu.org>
18635
18636 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18637 (ange-ftp-get-files): Use it.
18638
254c37a5
AK
186392011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18640
18641 * mail/sendmail.el (mail-recover-1, mail-recover):
18642 * files.el (recover-file, recover-session):
18643 Handle dired-listing-switches not being just a single short option.
18644
35d7dbd3
GM
186452011-06-09 Glenn Morris <rgm@gnu.org>
18646
18647 * calendar/appt.el (appt-display-message, appt-disp-window):
18648 Handle lists of appointments.
18649
387522b2
MR
186502011-06-08 Martin Rudalics <rudalics@gmx.at>
18651
2b75be67
SM
18652 * window.el (one-window-p): Move down in code.
18653 Rewrite doc-string.
18654 (window-current-scroll-bars): Rewrite doc-string.
18655 Normalize live window argument.
387522b2
MR
18656 (walk-windows, get-window-with-predicate, count-windows):
18657 Rewrite doc-string. Use window-list-1.
18658 (window-in-direction-2, window-in-direction, get-mru-window):
18659 New functions.
18660
d8e4b68b 186612011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
18662
18663 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18664 Doc fix (Bug#8713).
18665
186662011-06-08 Chong Yidong <cyd@stupidchicken.com>
18667
18668 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18669
186702011-06-08 Juanma Barranquero <lekktu@gmail.com>
18671
18672 * loadhist.el (unload-feature-special-hooks):
18673 Add `comint-output-filter-functions'.
18674
0de12c52
IK
186752011-06-08 Ivan Kanis <gnu@kanis.fr>
18676
18677 * calendar/appt.el (appt-check): Move some initializations into the let.
18678
f3d1777e
MR
186792011-06-08 Martin Rudalics <rudalics@gmx.at>
18680
18681 * window.el (window-height): Defalias to window-total-height.
18682 (window-width): Defalias to window-body-width.
18683
18af70d0
CY
186842011-06-07 Chong Yidong <cyd@stupidchicken.com>
18685
18686 * image-mode.el (image-toggle-animation): New command.
18687 (image-mode-map): Bind it to RET.
18688 (image-mode): Update message.
18689 (image-toggle-display-image): Avoid a spurious cache flush.
18690 (image-transform-rotation): Doc fix.
18691 (image-transform-properties): Return quickly in the normal case.
18692 (image-animate-loop): Rename from image-animate-max-time.
18693
2b75be67 18694 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
18695 (create-animated-image): Remove unnecessary function.
18696 (image-animate): Rename from image-animate-start. New arg.
2b75be67 18697 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
18698 (image-animate-timer): Use car-safe.
18699 (image-animate-timeout): Rename argument.
18700
190b47e6
MR
187012011-06-07 Martin Rudalics <rudalics@gmx.at>
18702
18703 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
18704 window.c. Rename first argument to ALL-FRAMES.
18705 Rephrase doc-strings.
18706 (get-buffer-window-list): Rewrite using window-list-1.
18707 Rephrase doc-string.
a1511caf
MR
18708 (window-safe-min-height, window-safe-min-width): New constants.
18709 (window-size-ignore, window-min-size, window-min-size-1)
18710 (window-sizable, window-sizable-p, window-size-fixed-1)
18711 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18712 (window-max-delta-1, window-max-delta, window-resizable)
18713 (window-resizable-p, window-total-height, window-total-width)
18714 (window-body-width): New functions.
18715 (window-full-height-p, window-full-width-p): Rewrite using
18716 window-total-size.
18717 (window-body-height): Rewrite using window-body-size.
190b47e6 18718
85cc1f11
MR
187192011-06-06 Martin Rudalics <rudalics@gmx.at>
18720
18721 * window.el (window-right, window-left, window-child)
18722 (window-child-count, window-last-child, window-any-p)
18723 (normalize-live-buffer, normalize-live-frame)
18724 (normalize-any-window, normalize-live-window)
18725 (window-iso-combination-p, window-iso-combined-p)
18726 (window-iso-combinations)
18727 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18728 (windows-with-parameter, window-with-parameter)
18729 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
18730 (window-atom-check, window-side-check, window-check):
18731 New functions.
85cc1f11
MR
18732 (ignore-window-parameters, window-sides, window-sides-vertical)
18733 (window-sides-slots): New variables.
18734 (window-size-fixed): Move down in code. Minor doc-string fix.
18735
e7156492
AS
187362011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18737
18738 * comint.el (comint-dynamic-complete-as-filename)
18739 (comint-dynamic-complete-filename): Correctly call
18740 completion-in-region.
18741
7e821d0d
DD
187422011-06-05 Deniz Dogan <deniz@dogan.se>
18743
18744 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18745 in last change.
18746
ac09b8a1
DD
187472011-06-05 Deniz Dogan <deniz@dogan.se>
18748
18749 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18750 (rcirc): Use it to prompt for encryption.
18751
34699b85
RW
187522011-06-05 Roland Winkler <winkler@gnu.org>
18753
18754 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18755 (bibtex-search-entries): New command bound to C-c C-a.
18756 (bibtex-display-entries): New function.
18757
004dedd3
RW
187582011-06-05 Roland Winkler <winkler@gnu.org>
18759
18760 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18761 (bibtex-insert-kill): After yanking insert newline if necessary.
18762 (bibtex-initialize): Call bibtex-string-files-init only once.
18763 (bibtex-mode): Do not call easy-menu-add.
18764 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18765 (bibtex-yank): Set arg properly if nil.
18766
022fe7ce
RW
187672011-06-05 Roland Winkler <winkler@gnu.org>
18768
2b75be67
SM
18769 * textmodes/bibtex.el (bibtex-search-entry-globally):
18770 New variable.
022fe7ce
RW
18771 (bibtex-search-entry): Use it.
18772
b7c3692a
RW
187732011-06-05 Roland Winkler <winkler@gnu.org>
18774
18775 * textmodes/bibtex.el (bibtex-entry-format): New option
18776 sort-fields.
18777 (bibtex-format-entry, bibtex-reformat): Honor this option.
18778 (bibtex-parse-entry): Return fields in proper order.
18779
8eda563d
JB
187802011-06-05 Juanma Barranquero <lekktu@gmail.com>
18781
18782 * doc-view.el (doc-view-remove-if): Move computation of result out
18783 of `dolist' to silence misleading lexical-binding warning.
18784
7dbe3dbc
CY
187852011-06-04 Chong Yidong <cyd@stupidchicken.com>
18786
18787 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18788 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18789
0c33dd17
MA
187902011-06-04 Michael Albinus <michael.albinus@gmx.de>
18791
18792 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18793 "SunOS 5.10".
18794
f8f91c2b
MA
187952011-06-04 Michael Albinus <michael.albinus@gmx.de>
18796
18797 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18798 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18799 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18800 (tramp-parse-putty):
18801 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18802 (tramp-completion-function-alist-ssh)
18803 (tramp-completion-function-alist-telnet)
18804 (tramp-completion-function-alist-su)
18805 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18806 cookie.
18807
18808 * net/tramp-ftp.el:
18809 * net/tramp-sh.el:
18810 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18811 load "tramp.el" `tramp-set-completion-function'.
18812
e17d9003
SM
188132011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18814
18815 * shell.el: Require and use pcomplete.
18816 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18817 (shell-completion-vars): Set pcomplete-default-completion-function.
18818
6c4cab03
DD
188192011-06-04 Deniz Dogan <deniz@dogan.se>
18820
18821 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18822 `memq' (Bug#8799).
18823
ea9fafe0
SM
188242011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18827
b3e945d3
JB
188282011-06-02 Juanma Barranquero <lekktu@gmail.com>
18829
18830 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18831 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18832 * vc/log-view.el (log-view-beginning-of-defun):
18833 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18834 (smerge-refine-forward, smerge-refine-chopup-region):
18835 Silence warning for unused `dotimes' counter variables.
18836
7d520089
SM
188372011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18838
18839 * net/tramp.el (tramp-with-progress-reporter): Rename from
18840 with-progress-reporter. Use `declare'.
18841 * net/tramp-smb.el:
18842 * net/tramp-sh.el:
18843 * net/tramp-gvfs.el: Update all uses.
18844
a1c2400f
JB
188452011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18846
18847 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18848 buffer isn't killed before making it current.
18849
2403c841
SM
188502011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18851
18852 Silence various byte-compiler warnings.
18853 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18854 `access-type' and new obsolescence format.
18855 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18856 new format.
18857 (byte-compile-check-variable): New `access-type' argument.
18858 Only warn if the access-type is obsolete.
18859 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18860 (byte-compile-variable-set): Adjust callers.
18861 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18862 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18863 setting it as obsolete.
18864 * simple.el (minibuffer-completing-symbol):
18865 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18866 access as obsolete.
18867 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18868 obsolete yet.
18869 * international/quail.el (quail-mouse-choose-completion): Remove unused
18870 code referring to obsolete var.
18871 (quail-choose-completion-string): Remove.
18872 * server.el (server-clients-with, server-kill-buffer-query-function)
18873 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18874 * proced.el (proced-send-signal):
18875 * emacs-lisp/lisp.el (lisp-complete-symbol):
18876 Replace completion-annotate-function with completion-extra-properties.
18877
2462470b
SM
188782011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18879
fb5b2591
SM
18880 * simple.el (goto-line): Use read-number.
18881 (overriding-map-is-bound): Remove.
18882 (saved-overriding-map): Change default.
18883 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18884 Take the map as argument.
18885 (universal-argument, negative-argument, digit-argument): Use it.
18886 (restore-overriding-map): Adjust.
18887 (do-auto-fill): Use fill-forward-paragraph.
18888 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18889
fd6fa53f
SM
18890 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18891 (minibuffer-inactive-mode): New major mode.
18892 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18893 the *Messages* buffer" hack.
18894 (mouse-popup-menubar): Don't burp if the event is a normal key.
18895
2462470b
SM
18896 Miscellaneous tweaks.
18897 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18898 lexical scoping as in subr.el's dolist and dotimes.
18899 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18900 Silence compiler warning.
18901 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18902 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18903 * international/ccl.el (ccl-compile): Trivial simplification.
18904 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18905 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18906 `printflag' argument.
18907 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18908 Purecopy the whole obsolescence data.
18909
108bf785
LL
189102011-06-01 Leo Liu <sdl.web@gmail.com>
18911
18912 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18913 improve doc-string as suggested by Marco Pessotto
18914 <melmothx@gmail.com>.
18915 (rcirc-print): Fix last change.
18916
30a23501
SM
189172011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18918
18919 * minibuffer.el (complete-with-action): Return nil for the metadata and
18920 boundaries of non-functional tables.
18921 (completion-table-dynamic): Return nil for the metadata.
18922 (completion-table-with-terminator): Add default case, using
18923 complete-with-action.
18924 (completion--metadata): New function.
18925 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18926 to try and avoid pathological performance problems.
18927 (completion--embedded-envvar-table): Return `category' metadata.
18928
bcd54f83
LMI
189292011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18930
18931 * subr.el (process-alive-p): New tiny convenience function.
18932
e227544d
SM
189332011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18936 content but also its previous major mode.
18937
e8296fdc
HE
189382011-05-31 Helmut Eller <eller.helmut@gmail.com>
18939
4d61f28d 18940 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
18941 *Backtrace* buffer when we exit with C-M-c.
18942
620c53a6
SM
189432011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * minibuffer.el: Add metadata method to completion tables.
18946 (completion-category-overrides): New defcustom.
18947 (completion-metadata, completion--field-metadata)
18948 (completion-metadata-get, completion--styles)
18949 (completion--cycle-threshold): New functions.
18950 (completion-try-completion, completion-all-completions):
18951 Add `metadata' argument to choose completion-styles.
18952 (completion--do-completion): Use metadata to choose cycling.
18953 (completion-all-sorted-completions): Use metadata for sorting.
18954 Remove :completion-cycle-penalty which is not needed any more.
18955 (completion--try-word-completion): Add `metadata' argument.
18956 (minibuffer-completion-help): Check metadata for annotation function
18957 and sorting.
18958 (completion-file-name-table): Return `category' metadata.
18959 (minibuffer-completing-file-name): Make obsolete.
18960 * simple.el (minibuffer-completing-symbol): Make obsolete.
18961 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18962 completion-try-completion.
18963
1257e755
SM
189642011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18965
18966 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18967
3767e706
LL
189682011-05-30 Leo Liu <sdl.web@gmail.com>
18969
18970 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
18971 (rcirc-print): Decode all incoming messages (bug#8744).
18972 (rcirc-decode-coding-system): Allow value nil for automatic coding
18973 system detection.
3767e706 18974
d1a5d56a
GM
189752011-06-01 Glenn Morris <rgm@gnu.org>
18976
18977 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18978
e8cbec34
CY
189792011-05-29 Chong Yidong <cyd@stupidchicken.com>
18980
18981 * image.el (image-animate-max-time): Allow nil and t values.
18982 Default to nil.
18983 (create-animated-image): Doc fix.
18984 (image-animate-start): Remove second arg; just use
18985 image-animate-max-time.
18986 (image-animate-timeout): Doc fix. Args changed.
18987
18988 * image-mode.el (image-toggle-display-image): Ensure that the
18989 image spec passed to the animate timer is the same object as in
58179cce 18990 the buffer's display property (Bug#6981).
e8cbec34
CY
18991 (image-transform-properties): Doc fix.
18992
18993 * image.el (image-animate-max-time): Default to nil.
18994
159daf87
MR
189952011-05-29 Martin Rudalics <rudalics@gmx.at>
18996
18997 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18998 entire buffer list (Bug#8184).
18999
d66c4c7c
CY
190002011-05-29 Chong Yidong <cyd@stupidchicken.com>
19001
19002 * image.el (imagemagick-types-inhibit)
19003 (imagemagick-register-types): Doc fix.
19004
80aec780
DD
190052011-05-29 Deniz Dogan <deniz@dogan.se>
19006
19007 * net/rcirc.el (rcirc): Use the user's stored encryption method by
19008 default.
19009
1dd3c2d9
CY
190102011-05-29 Chong Yidong <cyd@stupidchicken.com>
19011
19012 * select.el: Don't perform clipboard-manager saving in hooks;
19013 leave the hooks empty.
19014
60e56523
LL
190152011-05-28 Leo Liu <sdl.web@gmail.com>
19016
19017 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
19018 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
19019 (occur-edit-mode): New major mode (Bug#8463).
19020 (occur-after-change-function): New function.
19021 (occur-engine): Give Occur tags a read-only property.
19022
2b1e1a22
KR
190232011-05-28 Kevin Ryde <user42@zip.com.au>
19024
19025 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
19026
5d344e88
CY
190272011-05-28 Chong Yidong <cyd@stupidchicken.com>
19028
8e6ca83d
CY
19029 * bindings.el (help-echo): Make the initial non-indicator dash
19030 empty on graphical terminals (Bug#7295).
19031
5d344e88
CY
19032 * files.el (auto-mode-alist): Move config rule after the
19033 in-stripping one (Bug#8547).
19034
bfbbace7
CY
19035 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
19036
fbeba6e2
CY
19037 * startup.el (normal-splash-screen): Remove gratuitous mode-line
19038 setting (Bug#8740).
19039
60ed8c72
AA
190402011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
19041
4ac619f0
AA
19042 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
19043 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
19044 (Bug#8539).
60ed8c72 19045
23db196e
CY
190462011-05-28 Chong Yidong <cyd@stupidchicken.com>
19047
19048 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
19049
5012f24c
DK
190502011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
19051
19052 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
19053 (hs-hide-block-at-point, hs-find-block-beginning)
19054 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
19055 (Bug#8279).
19056
6a639b16
GM
190572011-05-28 Glenn Morris <rgm@gnu.org>
19058
19059 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
19060
d43eaf2c
CY
190612011-05-28 Chong Yidong <cyd@stupidchicken.com>
19062
5199bde1
CY
19063 * help-fns.el (describe-function-1): If the function is a derived
19064 major mode, print the parent mode.
19065
d43eaf2c
CY
19066 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
19067 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
19068
423428a8
SM
190692011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
19070
0ff8e1ba 19071 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 19072 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
19073 * progmodes/etags.el (tags-completion-at-point-function):
19074 * info-look.el (info-lookup-completions-at-point): Mark as
19075 non-exclusive.
19076 (info-complete): Adjust accordingly.
19077
423428a8
SM
19078 * info-look.el: Convert to lexical-binding and completion-at-point.
19079 (info-lookup-completions-at-point): New function.
19080 (info-complete): Use it and completion-in-region.
19081
b74aa22b
DA
190822011-05-28 Drew Adams <drew.adams@oracle.com>
19083
19084 * isearch.el: Let M-e start with point at the first mismatched char.
19085 (isearch-fail-pos): New function.
19086 (isearch-edit-string): Use it.
19087
66e2e71d
DK
190882011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19089
19090 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19091
b1890b0f 190922011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
19093
19094 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
19095 traversal functions for avl-trees.
19096 (avl-tree--stack): New struct.
19097 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
19098 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
19099 (avl-tree--do-enter): Add optional `updatefun' arg.
19100 Change return value.
eb95d01d 19101 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
19102 (avl-tree--do-delete): Add `test' and `nilflag' args.
19103 Change return value.
eb95d01d
TC
19104 (avl-tree-member): Add optional `nilflag'
19105 (avl-tree-member-p): New function.
19106 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
19107 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
19108 (avl-tree-stack-empty-p): New functions.
19109
3769ddcf
TC
19110 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
19111 avl-tree--del-balance1 and make it work both ways.
19112 (avl-tree--del-balance2): Remove.
19113 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
19114 make it work both ways.
19115 (avl-tree--enter-balance2): Remove.
19116 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
19117 New macros.
19118 (avl-tree--mapc, avl-tree-map): Add direction argument.
19119
eb95d01d 191202011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
19121
19122 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
19123
a9f737ee
CY
191242011-05-27 Chong Yidong <cyd@stupidchicken.com>
19125
19126 * select.el: Support clipboard managers with built-in function
19127 x-clipboard-manager-save, via delete-frame-functions and
19128 kill-emacs-hook.
19129 (xselect-convert-to-targets): Add MULTIPLE target to list.
19130 (xselect-convert-to-save-targets): New function.
19131
c92a1e54
KH
191322011-05-27 Kenichi Handa <handa@m17n.org>
19133
19134 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
19135 let-binding rfc2047-encode-encoded-words to nil.
19136
e145f188
GM
191372011-05-27 Glenn Morris <rgm@gnu.org>
19138
5ec8a862
GM
19139 * mail/emacsbug.el: Don't require url-util.
19140
4b29d9fb
GM
19141 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
19142
e145f188
GM
19143 * files.el (set-auto-mode):
19144 Also respect mode: entries at the end of the file. (Bug#8586)
19145
7d15102b
GM
191462011-05-26 Glenn Morris <rgm@gnu.org>
19147
98f593b8
GM
19148 * files.el (hack-local-variables-prop-line, hack-local-variables):
19149 Downcase mode names, as seems to be traditional.
27b48e63 19150 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 19151
7d15102b
GM
19152 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
19153 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
19154
51d5b4ec
JD
191552011-05-25 Julien Danjou <julien@danjou.info>
19156
19157 * textmodes/rst.el (rst-define-level-faces): Do not define face
19158 symbol if it is already defined.
19159
91513f63
VB
191602011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
19161
19162 * play/5x5.el (5x5-new-game, 5x5-randomize):
19163 Reset 5x5-solver-output to nil when a new grid is cast.
19164 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
19165 these debugging traces, as defmacro breaks the compiled code.
19166
4d90d6d0
DK
191672011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
19168
19169 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
19170
e1b90ef6
LL
191712011-05-24 Leo Liu <sdl.web@gmail.com>
19172
19173 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
19174 (vc-bzr-sha1): Adapt.
19175
d8e4b68b 19176 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
19177
19178 * bindings.el: Provide sha1 feature.
19179
db0406bb 191802011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
19181
19182 * mail/sendmail.el: Require `rfc2047'.
19183 (mail-insert-from-field): Do not perform RFC2047 encoding.
19184 (mail-encode-header): New function.
19185 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
19186 buffer to the return value of select-message-coding-system.
19187 Call mail-encode-header.
b8d747b9
KH
19188
19189 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
19190
db0406bb 191912011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 19192
4d90d6d0
DK
19193 * mail/supercite.el (sc-default-cite-frame):
19194 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 19195
eb8a5e9b
GM
191962011-05-24 Glenn Morris <rgm@gnu.org>
19197
f8630703
GM
19198 * progmodes/python.el (brm-menu): Declare.
19199
8831bbed
GM
19200 * emulation/viper.el (viper-set-hooks): Declare.
19201
eb8a5e9b
GM
19202 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
19203 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
19204 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
19205 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
19206 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
19207 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
19208
a2a25d24
SM
192092011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
19210
19211 Add an :exit-function for completion-at-point.
19212
19213 * minibuffer.el (completion--done): New fun.
19214 (completion--do-completion): Use it. New arg `expect-exact'.
19215 (minibuffer-complete, minibuffer-complete-word): Don't output message,
19216 since completion--do-completion does it for us now.
19217 (minibuffer-force-complete): Use completion--done and
19218 completion--replace. Handle sole-completion case with more care.
19219 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
19220 (completion-extra-properties): New var.
19221 (completion-annotate-function): Make obsolete.
19222 (minibuffer-completion-help): Adjust accordingly.
19223 Use completion-list-insert-choice-function.
19224 (completion-at-point, completion-help-at-point):
19225 Bind completion-extra-properties.
19226 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
19227 * simple.el (completion-list-insert-choice-function): New var.
19228 (completion-setup-function): Preserve it.
19229 (choose-completion): Pay attention to it, shuffle the code a bit.
19230 (choose-completion-string): New arg `insert-function'.
19231
19232 * textmodes/bibtex.el: Convert to lexical binding.
19233 (bibtex-mode-map): Use completion-at-point.
19234 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
19235 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
19236 (bibtex-complete): Define as obsolete alias.
19237 (bibtex-complete-internal): Remove.
19238 (bibtex-format-entry): Remove unused sub-group in regexp.
19239 * shell.el (shell--command-completion-data)
19240 (shell-environment-variable-completion):
19241 * pcomplete.el (pcomplete-completions-at-point):
19242 * comint.el (comint--complete-file-name-data): Use :exit-function
19243 instead of completion-table-with-terminator so it also works for
19244 choose-completion.
19245
e44e373d
SM
192462011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19247
4f91a816
SM
19248 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
19249
782fc819
SM
19250 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
19251 (bug#8710).
19252
e44e373d
SM
19253 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
19254
381987c3
KM
192552011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
19256
19257 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
19258 customization variable and implement: If non-nil, auto-fill will
19259 be inhibited while on topic's header line.
19260
b776bc70
VB
192612011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
19262
19263 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 19264 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
19265 always have a solution in grid size = 5 cases.
19266 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
19267 (5x5-solver-output, 5x5-log-buffer): New vars.
19268 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
19269 Make these variables buffer local to achieve 5x5 multi-session-ness.
19270 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
19271 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
19272 (5x5-solve-suggest): New funs.
19273 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
19274 randomize a grid so that we ensure that there is always a solution.
19275 (5x5-make-random-grid): Allow other movement than flipping.
19276
7de88b6e
KR
192772011-05-23 Kevin Ryde <user42@zip.com.au>
19278
19279 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 19280 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
19281 advice and passes PREDICATE.
19282
b1ef1257
SM
192832011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
19284
bbca48fe
SM
19285 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
19286 byte-compile-lambda if it's actually a lambda.
19287
b1ef1257
SM
19288 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
19289 Fix function quoting. Use backquote better.
19290
92a9cc65
YS
192912011-05-22 Yuanle Song <sylecn@gmail.com>
19292
19293 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19294 matching (Bug#8516).
19295
f0fb8059
JA
192962011-01-22 Jari Aalto <jari.aalto@cante.net>
19297
19298 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19299 different face (Bug#8178).
19300
d5b44c93
CY
193012011-05-22 Chong Yidong <cyd@stupidchicken.com>
19302
19303 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19304 defface (Bug#8144).
19305
79106a44
SM
193062011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19307
9c848d8a
SM
19308 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19309 funcall as well (bug#8712). Warn when performing those conversions.
19310 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19311
79106a44
SM
19312 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19313
88dfa756
GM
193142011-05-22 Glenn Morris <rgm@gnu.org>
19315
19316 * files.el (hack-local-variables-prop-line): Small simplifications.
19317 (hack-local-variables, hack-local-variables-prop-line):
19318 If MODE-ONLY, return the mode, rather than just `t'.
19319
b7cf2c79
SM
193202011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19323
3f1a8558
GM
193242011-05-21 Glenn Morris <rgm@gnu.org>
19325
7e4ccca3
GM
19326 * files.el (hack-local-variables-prop-line, hack-local-variables):
19327 If only interested in the mode, don't bother doing the other stuff.
19328
637d46ca
GM
19329 * image-mode.el (image-after-revert-hook):
19330 Redraw all frames on which the image is visible. (Bug#8567)
19331
973d955b
GM
19332 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19333
3f1a8558
GM
19334 * wid-edit.el (widget-checklist-match-inline):
19335 Fix 2011-04-19 change. (Bug#8649)
19336
96479927
SM
193372011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19338
1dcf791f
SM
19339 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19340 Also allow singlespace after single-letter capitals followed by a dot.
19341
96479927
SM
19342 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19343 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19344
35fd0881
N
193452011-05-20 Nix <nix@esperi.org.uk>
19346
19347 * files.el (basic-save-buffer-2):
19348 Fix handling of break-hardlink-on-save with non-existent files.
19349
82745640
DD
193502011-05-19 Deniz Dogan <deniz@dogan.se>
19351
19352 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 19353 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 19354
4a720484
GM
193552011-05-19 Glenn Morris <rgm@gnu.org>
19356
d1f21341
GM
19357 * progmodes/f90.el (f90-type-def-re):
19358 Handle "type, bind(c)". (Bug#8691)
19359
4a720484
GM
19360 * emacs-lisp/autoload.el (batch-update-autoloads):
19361 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19362
2fb0a219
MA
193632011-05-18 Michael Albinus <michael.albinus@gmx.de>
19364
19365 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19366 property for the correct connection in case of multihops.
19367
e565dd37
GM
193682011-05-18 Glenn Morris <rgm@gnu.org>
19369
c2571358 19370 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
19371 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19372
e565dd37
GM
19373 Rationalize calendar handling of day and month abbrev-arrays.
19374 * calendar/calendar.el (calendar-customized-p): New function.
19375 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19376 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19377 Add :set function.
19378 (calendar-abbrev-length, calendar-day-abbrev-array)
19379 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19380 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19381 Elements may no longer be nil.
19382 (calendar-day-name, calendar-month-name):
19383 Update for changed nature of abbrev arrays.
19384 * calendar/diary-lib.el (diary-name-pattern):
19385 Update for changed nature of abbrev arrays.
19386 (diary-mark-entries-1): Update calendar-make-alist calls.
19387 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19388 * calendar/cal-html.el (cal-html-day-abbrev-array):
19389 Simply inherit from calendar-day-abbrev-array.
19390
1d99a745
SM
193912011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19392
19393 * progmodes/grep.el (grep-mode): Disable default
19394 compilation-directory-matcher setting (bug#8684).
19395
7c1d9aa0
MA
193962011-05-17 Michael Albinus <michael.albinus@gmx.de>
19397
19398 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19399 instead of "head" and "tail". There were problems with SunOS 5.9,
19400 and it performs better.
19401
3952e9d8
GM
194022011-05-17 Glenn Morris <rgm@gnu.org>
19403
2dd12e7f
GM
19404 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19405
e4157b9c
GM
19406 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19407 Replace obsolete function.
19408
8e249bbd
GM
19409 * shell.el (pcomplete-parse-arguments-function): Declare.
19410
3952e9d8
GM
19411 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19412 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19413 (appt-check): Doc fixes.
19414 (appt-disp-window-function, appt-delete-window-function):
19415 Remove needless special case in custom :type.
19416 (appt-display-count): Default to 0, not nil.
19417 (appt-check): Reset appt-display-count to 0, not nil.
19418
c71a0d48 194192011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 19420
c71a0d48
GM
19421 * progmodes/python.el (python-font-lock-keywords):
19422 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 19423
31d55be9
SM
194242011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19425
19426 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19427
3bfacb2f
KR
194282011-05-16 Kevin Ryde <user42@zip.com.au>
19429
19430 * info-look.el (makefile-automake-mode): New setups, looking in
19431 automake manual, then makefile-mode.
19432 (makefile-mode): Remove automake manual, have it just in
19433 makefile-automake-mode since there's various things different or
19434 not relevant to plain make.
19435 (makefile-mode): Remove "other-modes" non-existent automake-mode,
19436 believe a hypothetical automake-mode would go to makefile-mode,
19437 not the other way around.
19438
c8e83751
CY
194392011-05-15 Chong Yidong <cyd@stupidchicken.com>
19440
5e9e35cd
CY
19441 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19442 hunk-end tags (Bug#8672).
19443
c8e83751
CY
19444 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19445 vc-annotate-show-diff-revision-at-line (Bug#8671).
19446
50b23e5a
GM
194472011-05-14 Glenn Morris <rgm@gnu.org>
19448
7210a739
GM
19449 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19450 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
19451 (change-log-font-lock-keywords): Also handle multiple author lines
19452 with leading tabs. (Bug#8644)
7210a739 19453
4691905a
GM
19454 * calendar/appt.el (appt-check): Rename some local variables.
19455 Some simplification/reordering.
19456
50b23e5a
GM
19457 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19458 (feedmail-sendmail-f-doesnt-sell-me-out)
19459 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19460 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19461 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
19462 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19463 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
19464 (feedmail-binmail-gnulinuxish-template):
19465 Rename from feedmail-binmail-linuxish-template.
19466 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19467 Use insert-buffer-substring.
19468
215cda7c
BC
194692011-05-14 Bill Carpenter <bill@carpenter.org>
19470
19471 * mail/feedmail.el (feedmail-patch-level): Increase.
19472 (feedmail-debug): New custom group.
19473 (feedmail-confirm-outgoing-timeout)
19474 (feedmail-sendmail-f-doesnt-sell-me-out)
19475 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19476 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19477 (feedmail-sender-line, feedmail-from-line)
19478 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 19479 (feedmail-spray-this-address)
215cda7c
BC
19480 (feedmail-spray-address-fiddle-plex-list)
19481 (feedmail-queue-use-send-time-for-date)
19482 (feedmail-queue-use-send-time-for-message-id)
19483 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19484 (feedmail-buffer-eating-function):
19485 Doc fixes.
19486 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19487 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19488 (feedmail-message-action-scroll-down): New functions.
19489 (feedmail-queue-directory, feedmail-queue-draft-directory):
19490 Use expand-file-name.
19491 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19492 Remove C-v help entry.
19493 (feedmail-queue-buffer-file-name): New variable.
19494 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19495 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19496 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19497 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19498 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19499 (feedmail-message-action-toggle-spray)
19500 (feedmail-run-the-queue-no-prompts)
19501 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19502 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19503 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19504 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19505 (feedmail-envelope-deducer, feedmail-fiddle-from)
19506 (feedmail-fiddle-sender, feedmail-default-date-generator)
19507 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19508 (feedmail-fiddle-spray-address)
19509 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19510 (feedmail-fiddle-list-of-fiddle-plexes)
19511 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19512 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19513 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19514 Change default. Doc fix.
19515 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19516 (feedmail-binmail-linuxish-template): New constant.
19517 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19518 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19519 (feedmail-send-it): Add debug call.
19520 Use feedmail-queue-buffer-file-name, and
19521 feedmail-send-it-immediately-wrapper.
19522 (feedmail-message-action-send): Add debug call.
19523 Use feedmail-send-it-immediately-wrapper.
19524 (feedmail-queue-express-to-queue): Add debug call.
19525 Run feedmail-queue-express-hook.
19526 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19527 (feedmail-message-action-help-blat):
19528 Rename from feedmail-queue-send-edit-prompt-help-first.
19529 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19530 Check line-endings. Handle errors better.
19531 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19532 Doc fix. Add debug call.
19533 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19534 Use feedmail-queue-send-edit-prompt-inner.
19535 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19536 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19537 from feedmail-queue-send-edit-prompt.
19538 (feedmail-queue-send-edit-prompt-help)
19539 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19540 (feedmail-tidy-up-slug): Add debug call.
19541 Respect feedmail-queue-slug-suspect-regexp.
19542 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19543 (feedmail-dump-message-to-queue): Add debug call.
19544 Expand queue-directory.
19545 (feedmail-dump-message-to-queue): Change message slightly.
19546 Use feedmail-say-chatter.
19547 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19548 (feedmail-send-it-immediately-wrapper): New function.
19549 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19550 Insert empty string rather than newline. Handle full-frame case.
19551 Use catch/throw. Use feedmail-say-chatter.
19552 (feedmail-fiddle-from): Try mail-host-address.
19553 (feedmail-default-message-id-generator): Doc fix.
19554 Bind system-time-locale. Handle missing end.
19555 (feedmail-fiddle-x-mailer): Add debug call.
19556 Handle feedmail-x-mailer-line being nil.
19557 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19558 Add debug call. Use buffer-substring-no-properties.
19559 (feedmail-say-debug, feedmail-say-chatter): New functions.
19560 (feedmail-find-eoh): Give an explicit error.
19561
42c7e61e
UJ
195622011-05-13 Ulf Jasper <ulf.jasper@web.de>
19563
c2571358 19564 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 19565 family from helvetica to sans.
c2571358 19566 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
19567 etc/images/newsticker.
19568
c2571358 19569 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
19570 family from helvetica to sans.
19571
19572 * net/newst-plainview.el (newsticker-new-item-face)
19573 (newsticker-old-item-face, newsticker-immortal-item-face)
19574 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 19575 (newsticker-statistics-face): Change default family from
42c7e61e 19576 helvetica to sans.
c2571358 19577 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
19578 etc/images/newsticker.
19579
5d3385a0
JB
19580 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19581 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
19582 auto-marking.
19583
8497a297
DV
195842011-05-13 Didier Verna <didier@xemacs.org>
19585
19586 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
19587 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19588 TODO entries.
8497a297
DV
19589 (lisp-lambda-list-keyword-parameter-indentation)
19590 (lisp-lambda-list-keyword-parameter-alignment)
19591 (lisp-lambda-list-keyword-alignment): New customizable user options.
19592 (lisp-indent-defun-method): Improve docstring.
19593 (extended-loop-p): Fix comment.
19594 (lisp-indent-lambda-list-keywords-regexp): New variable.
19595 (lisp-indent-lambda-list): New function.
19596 (lisp-indent-259): Use it.
19597 (lisp-indent-defmethod): Support for more than one
19598 method qualifier and properly indent methods lambda-lists.
19599 (defgeneric): Provide a missing common-lisp-indent-function property.
19600
f278f87f
SM
196012011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19602
19603 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19604 bounds for the empty string (bug#8667).
19605
5233edd7
GM
196062011-05-13 Glenn Morris <rgm@gnu.org>
19607
5237a44f
GM
19608 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19609
8340026c 19610 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 19611 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 19612
5233edd7 19613 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 19614 (appt-time-msg-list): Doc fix.
a5464014 19615 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 19616
92d10796
AS
196172011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19618
19619 * progmodes/ld-script.el (ld-script-keywords)
19620 (ld-script-builtins): Update keywords list.
19621
914a0ae1
SM
196222011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19623
c89be45f
SM
19624 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19625
914a0ae1
SM
19626 * shell.el (shell-completion-vars): New function.
19627 (shell-mode):
19628 * simple.el (read-shell-command): Use it.
19629 (blink-matching-open): No need for " [...]" in minibuffer-message.
19630
98dc3df3
GM
196312011-05-12 Glenn Morris <rgm@gnu.org>
19632
19633 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19634 (appt-check): Simplify.
19635
d2fc7e3d 196362011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 19637
4d61f28d 19638 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
19639 literal "/dev/null".
19640
d2fc7e3d 196412011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
19642
19643 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19644 Fix typo.
19645
d2fc7e3d 196462011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 19647
3f254caa
SM
19648 * progmodes/which-func.el (which-function):
19649 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
19650 which might not be defined (Bug#8260).
19651
d45885f7
GM
196522011-05-12 Glenn Morris <rgm@gnu.org>
19653
19654 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19655 Let byte-compile-initial-macro-environment always take precedence.
19656
488086f4
SM
196572011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * net/rcirc.el: Add support for SSL/TLS connections.
19660 (rcirc-server-alist): New field `encryption'.
19661 (rcirc): Check `encryption' settings.
19662 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19663 Merge make-local-variable into `set'.
19664 (rcirc--connection-open-p): New function.
19665 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19666 the process is not a network process (e.g. running gnutls-cli).
19667 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19668 Make rcirc-(en|de)code-coding-system local here.
19669 (rcirc-mode): Merge make-local-variable into `set'.
19670 (rcirc-parent-buffer): Make permanent buffer-local.
19671 (rcirc-multiline-minor-mode): Don't do it here.
19672 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19673 there's no server buffer.
19674
7d3b9d44
GM
196752011-05-11 Glenn Morris <rgm@gnu.org>
19676
f64049c6
GM
19677 * newcomment.el (comment-kill): Prefix "unused" local.
19678
93c9df73
GM
19679 * term/w32console.el (get-screen-color): Declare.
19680
7d3b9d44
GM
19681 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19682 Handle symbol elements of byte-compile-initial-macro-environment.
19683
9e2dd53f
LL
196842011-05-10 Leo Liu <sdl.web@gmail.com>
19685
488086f4
SM
19686 * bookmark.el (bookmark-bmenu-mode-map):
19687 Bind bookmark-bmenu-search to `/'.
8b340240 19688
9e2dd53f 19689 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
19690 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19691 (Footnote-unicode): New function.
19692 (footnote-style-alist): Add unicode style to the list.
19693 (footnote-style): Doc fix.
9e2dd53f 19694
79b70037
GM
196952011-05-10 Jim Meyering <meyering@redhat.com>
19696
19697 Fix doubled-word typos.
19698 * international/quail.el (quail-insert-kbd-layout): and and -> and
19699 * kermit.el: and and -> and
19700 * net/ldap.el (ldap-search-internal): to to -> to
19701 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19702 * progmodes/js.el (js-mode): and and -> and
19703 * textmodes/artist.el (artist-move-to-xy): at at -> at
19704 (artist-draw-region-trim-line-endings): if if -> if
19705 And Safetyc -> Safety.
19706 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19707
b8f82dc1 197082011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 19709 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
19710
19711 * files.el (hack-one-local-variable-eval-safep):
19712 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19713
4f99f44b
GM
197142011-05-10 Glenn Morris <rgm@gnu.org>
19715
19716 * calendar/diary-lib.el (diary-list-entries-hook)
19717 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19718 (diary-nongregorian-marking-hook, diary-list-entries)
19719 (diary-include-other-diary-files, diary-mark-entries)
19720 (diary-mark-included-diary-files): Doc fixes.
19721
84f29e6b
JB
197222011-05-09 Juanma Barranquero <lekktu@gmail.com>
19723
19724 * misc.el: Require tabulated-list.el during compilation.
19725
9bedd73a
CY
197262011-05-09 Chong Yidong <cyd@stupidchicken.com>
19727
488086f4
SM
19728 * progmodes/compile.el (compilation-start):
19729 Run compilation-filter-hook for the async case too.
9bedd73a
CY
19730 (compilation-filter-hook): Doc fix.
19731
797c735c
DD
197322011-05-09 Deniz Dogan <deniz@dogan.se>
19733
19734 * wdired.el: Remove outdated installation comment. Fix usage
19735 comment.
19736
5f4b1dfe
JB
197372011-05-09 Juanma Barranquero <lekktu@gmail.com>
19738
19739 * misc.el: Implement new command `list-dynamic-libraries'.
19740 (list-dynamic-libraries--loaded-only-p): New variable.
19741 (list-dynamic-libraries--refresh): New function.
19742 (list-dynamic-libraries): New command.
19743
4c44026c
CY
197442011-05-09 Chong Yidong <cyd@stupidchicken.com>
19745
488086f4
SM
19746 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19747 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
19748 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19749 higher priority to avoid clobbering by gnu.
19750
027f966d
CY
197512011-05-08 Chong Yidong <cyd@stupidchicken.com>
19752
19753 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19754 if the face has existing theme settings (Bug#8454).
19755
085f5d7d
CY
197562011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19757
488086f4
SM
19758 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19759 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 19760
2a86a00c
RS
19761 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19762 special file names `.' and `..' (Bug#8259).
19763
d9c54a06
CY
197642011-05-08 Chong Yidong <cyd@stupidchicken.com>
19765
488086f4
SM
19766 * progmodes/grep.el (grep-mode-font-lock-keywords):
19767 Remove buffer-changing entries.
d9c54a06
CY
19768 (grep-filter): New function.
19769 (grep-mode): Add it to compilation-filter-hook.
19770
19771 * progmodes/compile.el (compilation-filter-hook)
19772 (compilation-filter-start): New defvars.
19773 (compilation-filter): Call compilation-filter-hook prior to
19774 updating the process mark.
19775
c4662635
SM
197762011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19777
19778 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19779
b0512a1d
EZ
197802011-05-07 Eli Zaretskii <eliz@gnu.org>
19781
605c9376
EZ
19782 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19783 mailclient-send-it even if window-system is nil. (Bug#8595)
19784
c4662635
SM
19785 * term/w32console.el (terminal-init-w32console):
19786 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
19787 background-mode. (Bug#8597)
19788
d1dc2cc2
SM
197892011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19790
19791 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19792 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19793 New functions.
19794 (defgeneric, eieio--defmethod): Use them.
19795 (eieio-defgeneric): Remove.
19796 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19797
915d1300
GM
197982011-05-07 Glenn Morris <rgm@gnu.org>
19799
a3961c3e
GM
19800 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19801 Use let rather than let*.
19802 (timeclock-find-discrep): Remove unused local.
19803
314347b9
GM
19804 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19805
915d1300
GM
19806 * calendar/appt.el (appt-time-msg-list): Doc fix.
19807
275b59b0
NF
198082011-05-06 Noah Friedman <friedman@splode.com>
19809
19810 * apropos.el (apropos-print-doc): Only use
19811 emacs-lisp-docstring-fill-column when it is bound to an integer,
19812 per that variable's documentation.
19813
6c19f744
SM
198142011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19815
19816 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 19817 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 19818
60f884b2
GM
198192011-05-06 Glenn Morris <rgm@gnu.org>
19820
5006e634
GM
19821 * calendar/appt.el (appt-message-warning-time): Doc fix.
19822 (appt-warning-time-regexp): New option.
19823 (appt-make-list): Respect appt-message-warning-time.
19824
548d0a63
GM
19825 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19826 New options.
19827 (diary-add-to-list): Strip comments from the displayed string.
19828 (diary-mode): Set comment-start and comment-end.
19829
60f884b2
GM
19830 * vc/diff-mode.el (smerge-refine-subst): Declare.
19831 (diff-refine-hunk): Don't require smerge-mode when compiling.
19832
989681bb
JB
198332011-05-06 Juanma Barranquero <lekktu@gmail.com>
19834
19835 * simple.el (list-processes): Return nil as the docstring says.
19836
a6bc05e1
MA
198372011-05-05 Michael Albinus <michael.albinus@gmx.de>
19838
19839 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19840 to "".
19841 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19842 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19843 determining of binary transfer. (Bug#7383)
19844
23c22e9a
MA
198452011-05-05 Michael Albinus <michael.albinus@gmx.de>
19846
c4662635
SM
19847 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19848 Fix port computation bug. (Bug#8618)
23c22e9a 19849
0bff894f
GM
198502011-05-05 Glenn Morris <rgm@gnu.org>
19851
b8296902
GM
19852 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19853
1f522ce8
GM
19854 * simple.el (shell-dynamic-complete-functions)
19855 (comint-dynamic-complete-functions): Declare.
19856
cf5bee67
GM
19857 * net/network-stream.el (gnutls-negotiate):
19858 * simple.el (tabulated-list-print): Fix declarations.
19859
19860 * progmodes/gud.el (syntax-symbol, syntax-point):
19861 Remove unnecessary and incorrect declarations.
19862
0bff894f 19863 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 19864 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 19865
9869b3ae
SM
198662011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19867
19868 Fix earlier half-done eieio-defmethod change (bug#8338).
19869 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19870 Streamline and change calling convention.
19871 (defmethod): Adjust accordingly and simplify.
19872 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19873 new eieio--defmethod.
19874 (slot-boundp): Minor CSE simplification.
19875
9c1d5ac5
MZ
198762011-05-05 Milan Zamazal <pdm@zamazal.org>
19877
19878 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19879 (glasses-make-readable): Use glasses-separate-capital-groups.
19880
455c834e
JB
198812011-05-05 Juanma Barranquero <lekktu@gmail.com>
19882
19883 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19884 (warning-series): Doc fix.
19885 (display-warning): Don't try to create the buffer if we just found it.
19886
9ed7c8cb
CY
198872011-05-04 Chong Yidong <cyd@stupidchicken.com>
19888
19889 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19890 (autoload-find-generated-file): New function.
19891 (generate-file-autoloads): Bind generated-autoload-file to
19892 buffer-file-name.
9869b3ae
SM
19893 (update-file-autoloads, update-directory-autoloads):
19894 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
19895 output file (Bug#7989).
19896 (batch-update-autoloads): Doc fix.
19897
0898ca10
JB
198982011-05-04 Juanma Barranquero <lekktu@gmail.com>
19899
19900 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19901
31dfb76c
GM
199022011-05-04 Glenn Morris <rgm@gnu.org>
19903
f330b642
GM
19904 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19905 function, so it follows changes in calendar-date-style.
19906 (diary-fancy-date-matcher): New function.
19907 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19908 (diary-fancy-font-lock-fontify-region-function):
19909 Use diary-fancy-date-pattern as a function.
19910
31dfb76c
GM
19911 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19912 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19913
48e79d6a
TZ
199142011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19915
19916 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19917 instead of positional arguments. Allow :keylist and :crlfiles
19918 arguments.
19919 (open-gnutls-stream): Call it.
19920
19921 * net/network-stream.el (network-stream-open-starttls): Adjust to
19922 call `gnutls-negotiate' with :process and :hostname arguments.
19923
dd5a5ee0
SM
199242011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19925
ef80fc09
SM
19926 * minibuffer.el (completion--message): New function.
19927 (completion--do-completion, minibuffer-complete)
19928 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19929 (completion--do-completion): Don't ignore completion-auto-help when in
19930 icomplete-mode.
19931
dd5a5ee0
SM
19932 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19933 internal encoding (e.g. tibetan zero is not whitespace).
19934 (global-whitespace-mode): Prefer save-current-buffer.
19935 (whitespace-trailing-regexp): Remove useless save-match-data.
19936 (whitespace-empty-at-bob-regexp): Minor simplification.
19937
b7d22a83
CY
199382011-05-03 Chong Yidong <cyd@stupidchicken.com>
19939
19940 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19941
5192af46
AM
199422011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19943
19944 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 19945 Use `concat' to create string for insertion.
5192af46 19946
5767d190
SM
199472011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19948
19949 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19950 Avoid open-line which runs post-self-insert-hook.
19951 (bibtex-fill-entry): Remove unused `end' var.
19952
bf242939
AM
199532011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19954
5767d190
SM
19955 * textmodes/ispell.el (ispell-add-per-file-word-list):
19956 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 19957
25666126
LL
199582011-05-03 Leo Liu <sdl.web@gmail.com>
19959
19960 * isearch.el (isearch-yank-pop): New command.
5767d190 19961 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
19962 (isearch-forward): Mention it.
19963
52d3c2d0
SM
199642011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19965
1bcace58
SM
19966 * simple.el (minibuffer-complete-shell-command): Remove.
19967 (minibuffer-local-shell-command-map): Use completion-at-point.
19968 (read-shell-command): Setup completion vars here instead.
19969 (read-expression-map): Bind TAB to symbol completion.
19970
52d3c2d0
SM
19971 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19972 error directly rather via storing it into `results'.
19973
35813471
LL
199742011-05-02 Leo Liu <sdl.web@gmail.com>
19975
19976 * vc/diff.el: Fix description.
19977
e793a940
LMI
199782011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19979
19980 * server.el (server-eval-at): New function.
19981
8de66e05
LMI
199822011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19983
19984 * net/network-stream.el (open-network-stream): Take a :nowait
19985 parameter and pass it on to `make-network-process'.
19986 (network-stream-open-plain): Ditto.
19987
dcb79f20
AS
199882011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19989
19990 * faces.el (face-spec-set-match-display): Don't match toolkit
19991 options on terminal frames.
19992
14a7fbd8
SM
199932011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19994
7eabc1be
SM
19995 * progmodes/pascal.el: Use lexical binding.
19996 (pascal-mode-map): Remove author preferences.
19997
14a7fbd8
SM
19998 * pcomplete.el (pcomplete-std-complete): Don't abuse
19999 completion-at-point.
20000
50f84510
JB
200012011-04-28 Juanma Barranquero <lekktu@gmail.com>
20002
6e087a44
JB
20003 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
20004 removing code that has been dead since 1991 or so.
20005
50f84510
JB
20006 * startup.el (command-line): When warning about "_emacs", use a
20007 delayed warning to allow the user to filter it out.
20008
0ba690bd
DD
200092011-04-28 Deniz Dogan <deniz@dogan.se>
20010
20011 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
20012 user has not joined.
20013
08abfaad
SM
200142011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
20017 aren't any completions at point.
20018
638f053a
JB
200192011-04-28 Juanma Barranquero <lekktu@gmail.com>
20020
20021 * subr.el (display-delayed-warnings): New function.
20022 (delayed-warnings-hook): New variable.
20023
8fff8daa
SM
200242011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20025
08abfaad
SM
20026 * minibuffer.el (completion-at-point, completion-help-at-point):
20027 Don't presume that a given completion-at-point-function will always
20028 use the same calling convention.
20029
8fff8daa
SM
20030 * pcomplete.el (pcomplete-completions-at-point):
20031 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
20032 pcomplete-seen is non-nil.
20033 (pcomplete-comint-setup): Also recognize the new comint/shell
20034 completion functions.
20035 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
20036 pcomplete-seen is non-nil.
20037
841a1577 200382011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 20039
841a1577 20040 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 20041 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 20042 the first character in the entry. This allows for code to add its
211ec907
UJ
20043 own uid to the entry.
20044 (icalendar--convert-float-to-ical): Add export of
20045 `diary-float'-entries save for those with the optional DAY
20046 argument.
20047
2a782793
DC
200482011-04-27 Daniel Colascione <dan.colascione@gmail.com>
20049
20050 * subr.el (shell-quote-argument): Use alternate escaping strategy
20051 when we spot a variable reference in a string.
20052
0438ce91
DC
200532011-04-26 Daniel Colascione <dan.colascione@gmail.com>
20054
20055 * cus-start.el (all): Define customization for debug-on-event.
20056
841a1577 200572011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
20058
20059 * subr.el (shell-quote-argument): Escape correctly under Windows.
20060
d090ed6c
SM
200612011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
20064
bfd31217
MA
200652011-04-25 Michael Albinus <michael.albinus@gmx.de>
20066
d090ed6c
SM
20067 * net/tramp.el (tramp-process-actions): Add POS argument.
20068 Delete region between POS and (pos).
bfd31217 20069
d090ed6c
SM
20070 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20071 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
20072 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
20073
20074 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
20075 position in `tramp-process-actions' call.
20076
20077 * net/trampver.el: Update release number.
20078
e92f3bd3
SM
200792011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
20080
850256b5
SM
20081 * custom.el (defcustom): Obey lexical-binding.
20082
e92f3bd3
SM
20083 Fix octave-inf completion problems reported by Alexander Klimov.
20084 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
20085 Inherit from octave-mode-syntax-table.
20086 (inferior-octave-mode): Set info-lookup-mode.
20087 (inferior-octave-completion-at-point): New function.
20088 (inferior-octave-complete): Use it and completion-in-region.
20089 (inferior-octave-dynamic-complete-functions): Use it as well, and use
20090 comint-filename-completion.
20091 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
20092 symbol elements which shouldn't be word elements.
20093 (octave-font-lock-keywords, octave-beginning-of-defun)
20094 (octave-function-header-regexp): Adjust regexps accordingly.
20095 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
20096
cd22b309
JB
200972011-04-25 Juanma Barranquero <lekktu@gmail.com>
20098
20099 * net/gnutls.el (gnutls-errorp): Declare before first use.
20100
8b492194
TZ
201012011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
20102
20103 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
20104 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 20105 default trustfile exists before going to use it. Add missing
5a5fa834 20106 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
20107 Reported by Claudio Bley <claudio.bley@gmail.com>.
20108 (open-gnutls-stream): Add usage example.
20109
20110 * net/network-stream.el (network-stream-open-starttls): Give host
20111 parameter to `gnutls-negotiate'.
20112 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 20113 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 20114
841a1577 201152011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 20116
cd22b309
JB
20117 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
20118 Use correct match group (bug#8438).
05842630 20119
3ba7869c
CY
201202011-04-24 Chong Yidong <cyd@stupidchicken.com>
20121
512e3ae1
CY
20122 * emacs-lisp/package.el (package-built-in-p): Fix typo.
20123 (package-menu--generate): New arg specifying packages to show.
20124 (package-menu-refresh, package-menu-execute, list-packages):
20125 Callers changed.
20126 (package-show-package-list): New function, replacing deleted
20127 package--list-packages (renamed because it is non-internal).
20128
20129 * finder.el (finder-list-matches): Use package-show-package-list
20130 instead of deleted package--list-packages.
20131
e92f3bd3
SM
20132 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
20133 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
20134 (vc-annotate-mode-map): Bind it to RET.
20135
7031be6d
UR
201362011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
20137
20138 * progmodes/etags.el (next-file): Don't use set-buffer to change
20139 buffers (Bug#8478).
20140
4ef177aa
CY
201412011-04-24 Chong Yidong <cyd@stupidchicken.com>
20142
c8d173eb
CY
20143 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
20144
4ef177aa
CY
20145 * apropos.el (apropos-label-face): Avoid variable-pitch face.
20146 (apropos-accumulator): Doc fix.
20147 (apropos-function, apropos-macro, apropos-command)
20148 (apropos-variable, apropos-face, apropos-group, apropos-widget)
20149 (apropos-plist): Add face property.
20150 (apropos-symbols-internal): Fix indentation.
20151 (apropos-print): Simplify help, and recognize apropos-multi-type.
20152 (apropos-print-doc): Use button-type-get to extract the button's
20153 face property. Fill docstring (Bug#8352).
20154
4ffd0d6b 201552011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
20156
20157 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
20158
c6c32125 20159 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 20160 (mpuz-mode-map): Use mapc.
c6c32125
JB
20161 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
20162 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
20163 Fix typos in docstrings.
20164
58d468b4
JB
20165 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
20166 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
20167
6470c3c6
JB
20168 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
20169
4ffd0d6b 201702011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
20171
20172 * minibuffer.el (completion--do-completion): Avoid the "Next char
20173 not unique" prompt if icomplete-mode is enabled (Bug#5849).
20174
3ad8bad0
CY
20175 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
20176 mouse-2 into unread-command-events, it is interpreted correctly.
20177
71d73c9c 20178 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 20179 (image-toggle-display): Doc fix.
71d73c9c 20180
841a1577 201812011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 20182
4ffd0d6b
GM
20183 * textmodes/page.el (what-page): Use line-number-at-pos to
20184 calculate line number (Bug#6825).
6e1dbaa9 20185
c2fb1b60
JB
201862011-04-22 Juanma Barranquero <lekktu@gmail.com>
20187
20188 * eshell/esh-mode.el (find-tag-interactive): Declare function.
20189 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
20190 Pass argument NO-DEFAULT to `find-tag-interactive'.
20191
e02f48d7
JB
201922011-04-22 Juanma Barranquero <lekktu@gmail.com>
20193
20194 Lexical-binding cleanup.
20195
20196 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
20197 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
20198 * progmodes/ada-prj.el (ada-prj-initialize-values)
20199 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
20200 (ada-prj-show-value):
20201 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
20202 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
20203 (antlr-invalidate-context-cache, antlr-options-menu-filter)
20204 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
20205 * progmodes/bug-reference.el (bug-reference-push-button):
20206 * progmodes/fortran.el (fortran-line-length):
20207 * progmodes/glasses.el (glasses-change):
20208 * progmodes/octave-mod.el (octave-fill-paragraph):
20209 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
20210 (python-pdbtrack-grub-for-buffer, python-sentinel):
20211 * progmodes/sql.el (sql-save-connection):
20212 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
20213 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
20214 Mark unused parameters.
20215
20216 * progmodes/compile.el (compilation--flush-directory-cache)
20217 (compilation--flush-parse, compile-internal): Mark unused parameters.
20218 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
20219 (compilation-next-error-function): Remove unused variable `timestamp'.
20220
20221 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
20222 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
20223
20224 * progmodes/dcl-mode.el (dcl-end-of-command):
20225 Remove unused variable `start'.
20226 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
20227 (dcl-option-value-basic, dcl-option-value-offset)
20228 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
20229 Mark unused parameters.
20230 (dcl-save-local-variable): Remove unused variable `val'.
20231 (mode): Declare.
20232
20233 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
20234 Mark unused parameters.
20235 (delphi-ignore-changes): Move before first use.
20236 (delphi-charset-token-at): Remove unused variable `start'.
20237 (delphi-else-start): Remove unused variable `if-count'.
20238 (delphi-comment-block-start, delphi-comment-block-end):
20239 Remove unused variable `kind'.
20240 (delphi-indent-line): Remove unused variable `new-point'.
20241
20242 * progmodes/ebrowse.el (ebrowse-files-list)
20243 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
20244 Mark unused parameters. Don't quote `lambda'.
20245 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
20246 Don't quote `lambda'.
20247 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
20248 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
20249 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
20250 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
20251 Use `ignore-errors'.
20252 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
20253 (ebrowse-view/find-file-and-search-pattern)
20254 (ebrowse-view/find-member-declaration/definition):
20255 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
20256 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
20257 Rename parameter PREFIX-ARG to PREFIX.
20258 (ebrowse-tags-read-name): Remove unused variables `start' and
20259 `member-info'.
20260 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
20261 to `tags-file'.
20262
20263 * progmodes/etags.el (local-find-tag-hook): Declare.
20264 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
20265 Mark unused parameters.
20266
20267 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
20268 (executable-interpret): Mark unused parameter.
20269
20270 * progmodes/flymake.el (flymake-process-sentinel)
20271 (flymake-after-change-function)
20272 (flymake-create-temp-with-folder-structure)
20273 (flymake-get-include-dirs-dot): Mark unused parameters.
20274 (flymake-safe-delete-directory): Remove unused variable `err'.
20275
20276 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
20277 (speedbar-timer-fn, speedbar-line-text)
20278 (speedbar-change-expand-button-char, speedbar-delete-subblock)
20279 (speedbar-center-buffer-smartly): Declare functions.
20280 (gdb-find-watch-expression): Remove unused variable `array'.
20281 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
20282 (gdb-starting): Mark unused parameters.
20283 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
20284 (gdb-table-string): Remove unused variable `res'.
20285 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
20286 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
20287 (gdb-display-buffer): Remove unused variable `cur-size'.
20288
20289 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
20290 allow lexical-binding compilation.
20291 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
20292 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20293 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20294 Mark unused parameters.
20295 (gud-gdb-marker-filter): Remove unused variable `match'.
20296 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20297 lambda expressions and funcall them, instead of using `fset'.
20298
20299 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20300 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20301
20302 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20303 variable `header-beg'; use `let'.
20304
20305 * progmodes/icon.el (indent-icon-exp): Remove unused variables
20306 `restart', `last-sexp' and `at-do'.
20307
20308 * progmodes/js.el (js--debug): Mark unused parameter.
20309 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20310 (js--splice-into-items): Remove unused variable `item'.
20311 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20312
20313 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20314 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20315 (makefile-complete): Remove unused variable `try'.
20316 (makefile-fill-paragraph, makefile-match-function-end):
20317 Mark unused parameters.
20318
20319 * progmodes/octave-inf.el (inferior-octave-complete):
20320 Remove unused variable `proc'.
20321 (inferior-octave-output-digest): Mark unused parameter.
20322
20323 * progmodes/perl-mode.el (perl-calculate-indent):
20324 Remove unused variable `err'.
20325
20326 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20327 (prolog-indent-line): Mark unused parameters.
20328 (prolog-indent-line): Remove unused variable `beg'.
20329
20330 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20331 (reporter-dont-compact-list): Declare.
20332
20333 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20334 Remove unused variable `char'.
20335 (sh-debug): Mark unused parameter.
20336 (sh-get-indent-info): Remove unused variable `start'.
20337 (sh-calculate-indent): Remove unused variable `var'.
20338
20339 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20340 (simula-electric-keyword): Remove unused variable `null'.
20341 (simula-search-backward, simula-search-forward): Remove unused
20342 variables `begin' and `end'.
20343
20344 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20345 Remove unused variable `pos'.
20346 (vera-electric-tab, vera-comment-uncomment-region):
20347 Mark unused parameters.
20348 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20349
7ede3b65
CY
203502011-04-22 Chong Yidong <cyd@stupidchicken.com>
20351
20352 * emacs-lisp/package.el (package--builtins, package-alist)
20353 (package-load-descriptor, package-built-in-p, package-activate)
20354 (define-package, package-installed-p)
20355 (package-compute-transaction, package-buffer-info)
20356 (package--push): Doc fix. Distinguish more clearly between
20357 version strings and version lists.
20358
121656e9
JB
203592011-04-21 Juanma Barranquero <lekktu@gmail.com>
20360
20361 Lexical-binding cleanup.
20362
20363 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20364 (5x5-make-mutate-best):
20365 * play/fortune.el (fortune-in-buffer):
20366 * play/gomoku.el (gomoku-init-display):
20367 * play/solitaire.el (solitaire, solitaire-do-check):
20368 * play/tetris.el (tetris-default-update-speed-function):
20369 Mark unused parameters.
20370
20371 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20372 (bubbles--shift): Remove unused variable `char-org'.
20373 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20374 (bubbles--show-images): Remove unused variable `char'.
20375
20376 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20377 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20378 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20379 (decipher-analyze-buffer): Use ?\s.
20380 (decipher-make-checkpoint): Remove unused variable `mapping'.
20381
20382 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20383
20384 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20385 Remove unused variable `result'; use `let'.
20386
20387 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20388 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20389 (gametree-children-shown-p, gametree-compute-reduced-score):
20390 Use `ignore-errors'.
20391
20392 * play/handwrite.el (ps-lpr-switches): Declare.
20393 (handwrite): Remove unused variables `pmin' and `lastp'.
20394
20395 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20396
20397 * play/landmark.el (landmark-init-display)
20398 (landmark-update-naught-weights): Mark unused parameters.
20399 (landmark-y): Remove unused variable `noise'. Simplify.
20400 (landmark-human-plays): Remove unused variable `score'.
20401
20402 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20403 (mpuz-try-proposal): Remove unused variable `game'.
20404
20405 * play/zone.el (life-patterns): Declare.
20406
80f499c7
JB
204072011-04-20 Juanma Barranquero <lekktu@gmail.com>
20408
20409 * vc/vc.el (ediff-vc-internal): Declare function.
20410
024ff170
SM
204112011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20412
c0a193ea
SM
20413 * shell.el: Use lexical-binding and std completion UI.
20414 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20415 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20416 comint-preoutput-filter-functions rather than on
20417 comint-output-filter-functions.
20418 (shell-command-completion, shell--command-completion-data)
20419 (shell-filename-completion, shell-environment-variable-completion)
20420 (shell-c-a-p-replace-by-expanded-directory): New functions.
20421 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20422 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20423 (shell-dynamic-complete-environment-variable): Use them.
20424 (shell-dynamic-complete-as-environment-variable)
20425 (shell-dynamic-complete-as-command): Remove.
20426 (shell-match-partial-variable): Match past point.
20427 * comint.el: Clean up use of completion-at-point-functions.
20428 (comint-completion-at-point): New function.
20429 (comint-mode): Use it completion-at-point-functions.
20430 (comint-dynamic-complete): Make it obsolete.
20431 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20432 (comint-c-a-p-replace-by-expanded-history): New function.
20433 (comint-dynamic-complete-functions)
20434 (comint-replace-by-expanded-history): Use it.
20435 * minibuffer.el (completion-table-with-terminator): Allow dynamic
20436 termination strings. Try harder to avoid second try-completion.
20437 (completion-in-region-mode-map): Disable bindings that don't work yet.
20438
2dbaa080
SM
20439 * comint.el: Use lexical-binding. Require CL.
20440 (comint-dynamic-complete-functions): Use comint-filename-completion.
20441 (comint-completion-addsuffix): Tweak custom type.
20442 (comint-filename-completion, comint--common-suffix)
20443 (comint--common-quoted-suffix, comint--table-subvert)
20444 (comint--complete-file-name-data): New functions.
20445 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20446 (comint-dynamic-list-filename-completions): Use them.
20447 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 20448
2dbaa080
SM
20449 * minibuffer.el (completion-in-region-mode):
20450 Keep completion-in-region-mode--predicate global.
20451 (completion-in-region--postch):
20452 Assume completion-in-region-mode--predicate is not null.
20453
c79a6f38
SM
20454 * progmodes/flymake.el (flymake-start-syntax-check-process):
20455 Obey `dir'. Simplify.
20456
024ff170
SM
20457 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20458 we're in VC after all.
20459
1c6c854e
CS
204602011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20461
20462 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 20463 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
20464 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20465
bed7f140
SM
204662011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20467
332e62ab
SM
20468 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20469 add sanity check.
20470
bed7f140
SM
20471 * obsolete/erc-hecomplete.el: Make obsolete.
20472 * obsolete/: Standardize obsolescence info in the header.
20473
f195c582
GM
204742011-04-20 Glenn Morris <rgm@gnu.org>
20475
20476 * calendar/solar.el (solar-horizontal-coordinates):
20477 Use the longitude argument rather than `calendar-longitude'.
20478 (solar-date-next-longitude): Remove unused locals.
20479
cb79b8c0
VJL
204802011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20481
20482 * whitespace.el: New version 13.2.1.
20483
204842011-04-20 felix <EmacsWiki> (tiny change)
20485
d8e4b68b 20486 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
20487 switching between major modes on a file.
20488
602ea69d
SM
204892011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20490
20491 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20492 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20493 multi-line comments as well.
20494
06b60517
JB
204952011-04-19 Juanma Barranquero <lekktu@gmail.com>
20496
20497 Lexical-binding cleanup.
20498
20499 * arc-mode.el (archive-mode-revert):
20500 * cmuscheme.el (scheme-interactively-start-process):
20501 * custom.el (custom-initialize-delay):
20502 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20503 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20504 * emacs-lock.el (emacs-lock-clear-sentinel):
20505 * ezimage.el (defezimage):
20506 * follow.el (follow-avoid-tail-recenter):
20507 * fringe.el (set-fringe-mode-1):
20508 * generic-x.el (bat-generic-mode-compile):
20509 * help-mode.el (help-info-variable, help-do-xref)
20510 (help-mode-revert-buffer):
20511 * help.el (view-emacs-todo):
20512 * iswitchb.el (iswitchb-completion-help):
20513 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20514 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20515 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20516 * locate.el (locate-update):
20517 * longlines.el (longlines-encode-region)
20518 (longlines-after-change-function):
20519 * outline.el (outline-isearch-open-invisible):
20520 * ps-def.el (declare-function, charset-dimension, char-width)
20521 (encode-char):
20522 * ps-mule.el (ps-mule-plot-string):
20523 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20524 (recentf-edit-list-select, recentf-edit-list-validate)
20525 (recentf-open-files-action):
20526 * rect.el (delete-whitespace-rectangle-line)
20527 (rectangle-number-line-callback):
20528 * register.el (window-configuration-to-register)
20529 (frame-configuration-to-register):
20530 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20531 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20532 (xselect-convert-to-targets, xselect-convert-to-delete)
20533 (xselect-convert-to-filename, xselect-convert-to-charpos)
20534 (xselect-convert-to-lineno, xselect-convert-to-colno)
20535 (xselect-convert-to-os, xselect-convert-to-host)
20536 (xselect-convert-to-user, xselect-convert-to-class)
20537 (xselect-convert-to-name, xselect-convert-to-integer)
20538 (xselect-convert-to-atom, xselect-convert-to-identity):
20539 * subr.el (declare, ignore, process-kill-without-query)
20540 (text-clone-maintain):
20541 * terminal.el (te-get-char, te-tic-sentinel):
20542 * tool-bar.el (tool-bar-make-keymap):
20543 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20544 * type-break.el (type-break-mode, type-break-noninteractive-query):
20545 * view.el (View-back-to-mark):
20546 * wid-browse.el (widget-browse-action, widget-browse-widget)
20547 (widget-browse-widgets, widget-browse-sexp):
20548 * widget.el (define-widget-keywords):
20549 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20550 Mark unused parameters.
20551
20552 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20553 (align-areas): Remove unused variable `look'.
20554 (align-region): Remove unused variables `real-end' and `pos-list'.
20555
20556 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20557
20558 * bindings.el (mode-line-modified, mode-line-remote):
20559 Mark unused parameters.
20560 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20561
20562 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20563 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20564
20565 * comint.el (comint-history-isearch-pop-state)
20566 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20567 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20568 (comint-substitute-in-file-name): Doc fix.
20569
20570 * completion.el (cmpl-statistics-block): Mark unused parameter.
20571 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20572 (save-completions-to-file, load-completions-from-file):
20573 Remove unused local variable `e'.
20574
20575 * composite.el (compose-chars): Remove unused variable `len'.
20576 (lgstring-insert-glyph): Remove unused variable `g'.
20577 (compose-glyph-string): Remove unused variables `ascent',
20578 `descent', `lbearing' and `rbearing'.
20579 (compose-glyph-string-relative): Remove unused variables
20580 `lbearing', `rbearing' and `wadjust'.
20581 (compose-gstring-for-graphic): Remove unused variables `header',
20582 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20583 (compose-gstring-for-terminal): Remove unused variables `header'
20584 and `nchars'. Use `let', not `let*'.
20585
20586 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20587 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20588 (Custom-buffer-done, custom-buffer-create-internal)
20589 (custom-browse-visibility-action, custom-browse-group-tag-action)
20590 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20591 (widget-magic-mouse-down-action, custom-toggle-parent)
20592 (custom-add-parent-links, custom-toggle-hide-variable)
20593 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20594 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20595 (custom-face-menu-create, custom-variable-menu-create, get)
20596 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20597 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20598 (customize-apropos): Remove unused variable `tests'.
20599 (custom-group-value-create): Remove unused variable `hidden-p'.
20600 (sort-fold-case): Declare.
20601
20602 * cus-theme.el (custom-reset-standard-faces-list)
20603 (custom-reset-standard-variables-list): Declare.
20604 (customize-create-theme, custom-theme-revert, custom-theme-write)
20605 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20606 Mark unused parameters.
20607
20608 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20609
20610 * delim-col.el (delimit-columns-max): Move defvar before first use.
20611
20612 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 20613 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
20614
20615 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20616 (auto-insert): Declare.
20617 (desktop-restore-file-buffer): Rename desktop-* parameters;
20618 mark unused ones.
20619 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20620 (desktop-buffer): Rename desktop-* parameters.
20621
20622 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20623 (dframe-reposition-frame-xemacs, dframe-help-echo)
20624 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20625 Mark unused parameters.
20626
20627 * dired-aux.el (backup-extract-version-start, overwrite-query)
20628 (overwrite-backup-query, rename-regexp-query)
20629 (rename-non-directory-query): Declare.
20630 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20631 (dired-add-entry): Remove unused variable `orig-file-name'.
20632 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20633 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20634 `dired-copy-preserve-time' directly.
20635 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20636 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20637
20638 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20639 (dired-virtual-revert, dired-make-relative-symlink):
20640 Mark unused parameters.
20641 (manual-program): Declare.
20642 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20643 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20644 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20645
20646 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20647
20648 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20649
20650 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20651 Declare.
20652
20653 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20654
20655 * electric.el (Electric-command-loop): Rename parameter
20656 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20657
20658 * expand.el (expand-in-literal): Remove unused variable `here'.
20659
20660 * facemenu.el (facemenu-add-new-color):
20661 Remove unused variable `docstring'.
20662
20663 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20664 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20665 (face-attr-construct): Mark unused parameter. Doc fix.
20666 (read-color): Remove unused variable `hex-string'.
20667
20668 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20669 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20670 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20671 (display-buffer-other-frame): Remove unused variable `old-window'.
20672 (kill-buffer-hook): Declare.
20673 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20674 Mark unused parameters.
20675 (after-find-file): Pass 1 to `auto-save-mode', not t.
20676
20677 * files-x.el (auto-insert): Declare.
20678 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20679
20680 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 20681 variable `buf'. Mark unused parameter.
06b60517
JB
20682 (find-lisp-insert-directory): Mark unused parameter.
20683
20684 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20685 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20686 (format-common-tail): Remove, unused.
20687 (format-deannotate-region): Remove unused variable `loc'.
20688 (format-annotate-region): Remove unused variable `p'.
20689 (format-annotate-single-property-change): Remove unused variables
20690 `default' and `tail'.
20691
20692 * forms.el (read-file-filter): Declare.
20693 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20694
20695 * frame.el (frame-creation-function-alist): Mark unused parameter.
20696 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20697
20698 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20699 Remove unused parameters.
20700 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20701 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20702
20703 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20704 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20705 (hfy-prepare-tag-map): Mark unused parameters.
20706 (htmlfontify-buffer): Use `called-interactively-p'.
20707
20708 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20709 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20710 (ibuffer-do-occur): Mark unused parameters.
20711 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20712 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20713
20714 * ibuffer.el: Don't quote `lambda'.
20715 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20716 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20717 Mark unused parameters.
20718
20719 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20720 (ido-completing-read): Mark unused parameters.
20721 (ido-copy-current-word): Mark unused parameters;
20722 remove unused variable `name'.
20723 (ido-sort-merged-list): Remove unused parameter `dirs'.
20724
20725 * ielm.el (ielm-input-sender): Mark unused parameter.
20726 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20727 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20728 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20729 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20730 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20731
20732 * image-dired.el (image-dired-display-thumbs): Remove unused
20733 variables `curr-file' and `count'.
20734 (image-dired-remove-tag): Remove unused variable `start'.
20735 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20736 variable `curr-file'
20737 (image-dired-rotate-original): Remove unused variable `temp-file'.
20738 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20739 Remove unused variable `file'.
20740 (image-dired-gallery-generate): Remove unused variable `curr'.
20741 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20742
20743 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20744
20745 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20746
20747 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20748
20749 * isearch.el (minibuffer-history-symbol): Declare.
20750 (isearch-edit-string): Remove unused variable `err'.
20751 (isearch-message-prefix, isearch-message-suffix):
20752 Mark unused parameters.
20753
20754 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20755
20756 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20757
20758 * makesum.el (double-column): Remove unused variable `cnt'.
20759
20760 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20761 (ido-ignore-item-temp-list): Declare.
20762
20763 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20764 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20765 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20766 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20767 `mouse-col-delta'.
20768
20769 * mouse-sel.el (mouse-extend-internal):
20770 Remove unused variable `orig-window-frame'.
20771
20772 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20773 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20774 Move declarations before first use.
20775 (pcomplete-opt): Mark unused parameters; doc fix.
20776
20777 * proced.el (proced-revert): Mark unused parameter.
20778 (proced-send-signal): Remove unused variable `err'.
20779
20780 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20781 Rename parameter PREFIX-ARG to ARG.
20782 (ps-basic-plot-string, ps-basic-plot-whitespace):
20783 Mark unused parameters.
20784
20785 * replace.el (replace-count): Define.
20786 (occur-revert-function): Mark unused parameters.
20787 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20788 (isearch-case-fold-search, isearch-string): Declare.
20789 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20790 bind `case-fold-search'. Remove unused variables `beg' and `end',
20791 and simplify.
20792 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20793 COUNT and bind `replace-count'.
20794 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20795 to COUNT.
20796
20797 * savehist.el (print-readably, print-string-length): Declare.
20798
20799 * shadowfile.el (shadow-expand-cluster-in-file-name):
20800 Remove unused variable `cluster'.
20801 (shadow-copy-file): Remove unused variable `i'.
20802 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20803 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20804 (shadow-define-literal-group, shadow-define-regexp-group)
20805 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20806
20807 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20808 (shell): Use `called-interactively-p'.
20809 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20810
20811 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20812 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20813 (delete-backward-char): Remove unused variable `ocol'.
20814 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20815 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20816 (event-apply-hyper-modifier, event-apply-shift-modifier)
20817 (event-apply-control-modifier, event-apply-meta-modifier):
20818 Mark unused parameters.
20819 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20820 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20821
20822 * speedbar.el (speedbar-ignored-directory-expressions)
20823 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20824 (speedbar-find-file, speedbar-dir-follow)
20825 (speedbar-directory-buttons-follow, speedbar-tag-find)
20826 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20827 (speedbar-buffers-line-directory, speedbar-buffer-click):
20828 Mark unused parameters.
20829 (speedbar-tag-file): Remove unused variable `mode'.
20830 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20831
20832 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20833
20834 * talk.el (talk): Remove unused variable `display'.
20835
20836 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20837 (tar-write-region-annotate): Mark unused parameter.
20838
20839 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20840 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20841 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20842 warning by another.
20843
20844 * time-stamp.el (time-stamp-string-preprocess):
20845 Remove unused variable `require-padding'.
20846
20847 * tree-widget.el (widget-glyph-enable): Declare.
20848 (tree-widget-action): Mark unused parameter.
20849
20850 * w32-fns.el (x-get-selection): Mark unused parameter.
20851 (autoload-make-program, generated-autoload-file): Declare.
20852
20853 * wdired.el (wdired-revert): Mark unused parameters.
20854 (wdired-xcase-word): Remove unused variable `err'.
20855
20856 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20857 (whitespace-help-scroll): Remove unused variable `data-help'.
20858
20859 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20860 (widget-image-insert, widget-after-change, default)
20861 (widget-default-format-handler, widget-default-notify)
20862 (widget-default-prompt-value, widget-info-link-action)
20863 (widget-url-link-action, widget-function-link-action)
20864 (widget-variable-link-action, widget-file-link-action)
20865 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20866 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20867 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20868 (widget-insert-button-action, widget-delete-button-action, visibility)
20869 (widget-documentation-link-action, widget-documentation-string-action)
20870 (widget-const-prompt-value, widget-regexp-match, symbol)
20871 (widget-coding-system-prompt-value)
20872 (widget-key-sequence-value-to-external, sexp)
20873 (widget-sexp-value-to-internal, character, vector, cons)
20874 (widget-choice-prompt-value, widget-boolean-prompt-value)
20875 (widget-color--choose-action): Mark unused parameters.
20876 (widget-item-match-inline, widget-choice-match-inline)
20877 (widget-checklist-match, widget-checklist-match-inline)
20878 (widget-group-match): Rename parameter VALUES to VALS.
20879 (widget-field-value-set): Remove unused variable `size'.
20880 (widget-color-action): Remove unused variables `value' and `start'.
20881
20882 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 20883 variable `dir'. Doc fix.
06b60517
JB
20884 (windmove-find-other-window): Don't pass it.
20885
20886 * window.el (count-windows): Mark unused parameter.
20887 (bw-adjust-window): Remove unused variable `err'.
20888
20889 * woman.el (woman-file-name): Remove unused variable `default'.
20890 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20891 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20892 (global-font-lock-mode): Declare.
20893 (woman-decode-region): Mark unused parameter.
20894 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20895
20896 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20897 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20898 (x-dnd-handle-moz-url): Remove unused variable `title'.
20899 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20900
20901 * xml.el (xml-parse-tag, xml-parse-attlist):
20902 Remove unused variable `pos'.
20903
bc4f7f3d
GM
209042011-04-19 Glenn Morris <rgm@gnu.org>
20905
20906 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20907 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20908 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20909 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20910 * calendar/cal-html.el (cal-html-insert-minical):
20911 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20912 (calendar-mark-date-pattern):
20913 Prefix "unused" locals.
20914
20915 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20916 optional argument `style'.
20917
20918 * calendar/appt.el (appt-make-list):
20919 * calendar/cal-china.el (calendar-chinese-date-string):
20920 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20921 (diary-hebrew-yahrzeit):
20922 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20923 * calendar/calendar.el (calendar-generate-window):
20924 * calendar/time-date.el (time-to-days):
20925 Remove unused local variables.
20926
16a43933
CY
209272011-04-18 Chong Yidong <cyd@stupidchicken.com>
20928
20929 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20930 glyphless-char-display table.
20931 (tabulated-list-glyphless-char-display): New var.
20932
7eed1860
SS
209332011-04-18 Sam Steingold <sds@gnu.org>
20934
20935 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20936 to acknowledgments.
20937
4d2d1ccd
GM
209382011-04-17 Glenn Morris <rgm@gnu.org>
20939
20940 * calendar/diary-lib.el (diary-sexp-entry):
20941 * calendar/holidays.el (holiday-sexp):
20942 Set debug-on-error rather than the removed stack-trace-on-error.
20943
239da61d
GM
209442011-04-16 Glenn Morris <rgm@gnu.org>
20945
20946 * progmodes/f90.el: Use lexical-binding.
20947 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20948
8b05752a
SM
209492011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20950
daca8ba5
SM
20951 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20952 (mail-mode): Setup mailalias completion here instead.
20953 * mail/mailalias.el: Use lexical-binding.
20954 (pattern, mailalias-done): Declare dynamic.
20955 (mail-completion-at-point-function): New function, from mail-complete.
20956 (mail-complete): Use it.
20957 (mail-completion-expand): New function.
20958 (mail-get-names): Use it.
20959 (mail-directory, mail-directory-process, mail-directory-stream):
20960 Don't use `pattern' for lexically bound arg.
20961
6f542485
SM
20962 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20963
037e7c3f
SM
20964 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20965 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20966 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20967
8b05752a
SM
20968 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20969 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20970 (byte-interactive-p): Define them again, for use when inlining
20971 old code.
20972
49093f60
JB
209732011-04-15 Juanma Barranquero <lekktu@gmail.com>
20974
20975 * loadup.el: Use `string-to-number', not `string-to-int'.
20976
b5b8e7de
SM
209772011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20978
20979 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20980 gud-gdb-complete-command.
20981 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20982 (gud-gdb-completion-at-point): New function.
20983 (gud-gdb-completions): Remove.
20984
f42efeb5
MA
209852011-04-14 Michael Albinus <michael.albinus@gmx.de>
20986
49093f60
JB
20987 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20988 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20989 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20990 whether `executable-find' is bound.
f42efeb5
MA
20991
20992 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20993
e240cc21
SM
209942011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20995
20996 * minibuffer.el (completion-in-region-mode-predicate)
20997 (completion-in-region-mode--predicate): New vars.
20998 (completion-in-region, completion-in-region--postch)
20999 (completion-in-region-mode): Use them.
21000 (completion--capf-wrapper): Also return the hook function.
21001 (completion-at-point, completion-help-at-point):
21002 Adjust and provide a predicate.
c2bd2ab0
SM
21003
21004 Preserve arg names for advice of subr and lexical functions (bug#8457).
21005 * help-fns.el (help-function-arglist): Consolidate the subr and
21006 new-byte-code cases. Add argument `preserve-names' to extract names
21007 from the docstring when needed.
21008 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
21009 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
21010 (ad-arglist): Use help-function-arglist's new arg.
21011 (ad-definition-type): Use cond.
21012
c183f693
JB
210132011-04-13 Juanma Barranquero <lekktu@gmail.com>
21014
06641a47
JB
21015 * autorevert.el (auto-revert-handler):
21016 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
21017 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
21018 Don't quote lambda.
21019
c183f693
JB
21020 * image-mode.el (image-transform-set-scale):
21021 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
21022
1e3b6001
G
210232011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21024
21025 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 21026 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
21027 Upgrades via gnutls-cli are too slow to be done opportunistically.
21028
2d6af8dd
JB
210292011-04-12 Juanma Barranquero <lekktu@gmail.com>
21030
21031 * dframe.el (dframe-current-frame): Remove spurious quote.
21032
c0749a51
GM
210332011-04-12 Glenn Morris <rgm@gnu.org>
21034
088d0d61
GM
21035 * calendar/cal-tex.el (cal-tex-end-document):
21036 Try to automatically use latin1 input if needed.
21037
c0749a51
GM
21038 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
21039 Don't try to cons a mark onto an empty element.
21040
5c90fde0
LL
210412011-04-11 Leo Liu <sdl.web@gmail.com>
21042
21043 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
21044 buffers.
21045 (ido-kill-buffer-at-head): Support killing virtual buffers.
21046
369e974d
CY
210472011-04-10 Chong Yidong <cyd@stupidchicken.com>
21048
21049 * minibuffer.el (completion-show-inline-help): New var.
21050 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
21051 (minibuffer-force-complete, minibuffer-complete-word):
21052 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
21053
21054 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
21055 to avoid interference from inline help (Bug#5849).
21056
37f1c930
LL
210572011-04-10 Leo Liu <sdl.web@gmail.com>
21058
099c39a4
JB
21059 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
21060 Fix typo.
37f1c930 21061
a32d4040
CY
210622011-04-09 Chong Yidong <cyd@stupidchicken.com>
21063
21064 * image-mode.el (image-toggle-display-image): Signal an error if
21065 not in Image mode.
21066 (image-transform-mode, image-transform-resize)
21067 (image-transform-set-rotation): Doc fix.
daca8ba5 21068 (image-transform-set-resize): Delete.
a32d4040
CY
21069 (image-transform-set-scale, image-transform-fit-to-height)
21070 (image-transform-fit-to-width): Handle image-toggle-display-image
21071 and image-transform-resize directly.
21072
099c39a4 210732011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
21074
21075 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
21076 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
21077 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
21078 (doc-view-mode-map): Add bindings for the new functions.
21079
099c39a4 210802011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 21081
4d61f28d 21082 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
21083 Fix typo in docstring.
21084
3726838a
EZ
210852011-04-08 Eli Zaretskii <eliz@gnu.org>
21086
04f33f1e
EZ
21087 * files.el (file-size-human-readable): Produce one digit after
21088 decimal, like "ls -lh" does.
21089
21090 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
21091 the file size representation.
21092
3726838a
EZ
21093 * simple.el (list-processes): If async subprocesses are not
21094 available, error out with a clear error message.
21095
cbb59342
CY
210962011-04-08 Chong Yidong <cyd@stupidchicken.com>
21097
21098 * help.el (help-form-show): New function, to be called from C.
21099 Put help-form output in a buffer named differently than *Help*.
21100
e3971c44
EZ
211012011-04-08 Eli Zaretskii <eliz@gnu.org>
21102
21103 * files.el (file-size-human-readable): New function.
21104
21105 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
21106 computing the representation inline. Don't require `cl'.
21107
12544bbe
GM
211082011-04-08 Glenn Morris <rgm@gnu.org>
21109
a1de6c6a
GM
21110 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
21111
3c4671f4
GM
21112 * net/browse-url.el (browse-url-firefox):
21113 Test system-type, not system-configuration.
21114
b605679c
GM
21115 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
21116 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
21117 Use log-edit-empty-buffer-p. (Bug#7598)
21118
56442f0c
GM
21119 * net/rlogin.el (rlogin-process-connection-type): Simplify.
21120 (rlogin-mode-map): Initialize in the defvar.
21121 (rlogin): Use ignore-errors.
21122
12544bbe
GM
21123 * replace.el (occur-mode-map): Some fixes for menu items.
21124
eb237b0f
AH
211252011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
21126
21127 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
21128
7d668f2c
CY
211292011-04-06 Chong Yidong <cyd@stupidchicken.com>
21130
e67a13ab
CY
21131 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
21132 issuing unused warnings.
21133
21134 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
21135 macro directly.
21136
7d668f2c
CY
21137 * simple.el: Lisp reimplement of list-processes. Based on an
21138 earlier reimplementation by Leo Liu, but using tabulated-list.el.
21139 (process-menu-mode): New major mode.
21140 (list-processes--refresh, list-processes):
21141 (process-menu-visit-buffer): New functions.
21142
21143 * files.el (save-buffers-kill-emacs): Don't assume any return
21144 value of list-processes, which is undocumented anyway.
21145
a83ec3c9
CY
211462011-04-06 Chong Yidong <cyd@stupidchicken.com>
21147
21148 * emacs-lisp/tabulated-list.el: New file.
21149
e91a96fe
CY
21150 * emacs-lisp/package.el: Use Tabulated List mode.
21151 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
21152 (package-menu-mode): Derive from tabulated-list-mode. Set up the
21153 table format using Tabulated List mode variables.
21154 (package--push): New macro, replacing package-list-maybe-add.
21155 (package-menu--generate): Use package--push. Renamed from
21156 package--generate-package-list.
21157 (package-menu-refresh, list-packages): Use it.
daca8ba5 21158 (package-menu--print-info): Rename from package-print-package.
e91a96fe 21159 Return insertion data instead of inserting it directly.
099c39a4
JB
21160 (package-menu-describe-package, package-menu-execute):
21161 Use tabulated-list-get-id.
e91a96fe
CY
21162 (package-menu-mark-delete, package-menu-mark-install)
21163 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
21164 (package-menu-mark-obsolete-for-deletion):
21165 Use tabulated-list-put-tag.
e91a96fe
CY
21166 (package--list-packages, package-menu-revert)
21167 (package-menu-get-package, package-menu-get-version)
21168 (package-menu-sort-by-column): Functions deleted.
21169 (package-menu-package-list, package-menu-sort-key): Vars deleted.
21170 (package-menu--status-predicate, package-menu--version-predicate)
21171 (package-menu--name-predicate)
21172 (package-menu--description-predicate): Handle arguments in the
21173 Tabulated List format.
21174 (package-list-packages-no-fetch): Call list-packages.
21175
3e214b50
JB
211762011-04-06 Juanma Barranquero <lekktu@gmail.com>
21177
21178 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 21179 (after-find-file): Don't bind it.
3e214b50
JB
21180 (revert-buffer-in-progress-p): New variable.
21181 (revert-buffer): Bind it.
21182 Pass nil for `after-find-file-from-revert-buffer'.
21183
21184 * saveplace.el (save-place-find-file-hook): Use new variable
21185 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
21186
3f0f1700
GM
211872011-04-06 Glenn Morris <rgm@gnu.org>
21188
c0274801
GM
21189 * Makefile.in (AUTOGEN_VCS): New variable.
21190 (autoloads): Use $AUTOGEN_VCS.
21191
3f0f1700
GM
21192 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
21193 * calendar/calendar.el (calendar-mode-map):
21194 Check for toolkit scroll bars. (Bug#8305)
21195
41ea9e48
CY
211962011-04-05 Chong Yidong <cyd@stupidchicken.com>
21197
21198 * minibuffer.el (completion-in-region--postch)
21199 (completion-in-region-mode): Remove unnecessary messages.
21200
6194c800
JB
212012011-04-05 Juanma Barranquero <lekktu@gmail.com>
21202
33256f14
JB
21203 * font-lock.el (font-lock-refresh-defaults):
21204 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
21205 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
21206
6194c800
JB
21207 * info.el (Info-directory-list, Info-read-node-name-2)
21208 (Info-split-parameter-string): Doc fixes.
21209 (Info-virtual-nodes): Reflow docstring.
21210 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
21211 (Info-apropos-toc-nodes, info-finder, Info-get-token)
21212 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
21213 Fix typos in docstrings.
21214 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
21215 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
21216 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
21217 (Info-restore-desktop-buffer): Mark unused parameters.
21218 (Info-directory-find-file, Info-directory-find-node)
21219 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
21220 (Info-virtual-index-find-node, Info-apropos-find-file)
21221 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 21222 Mark unused parameters; fix typos in docstrings.
6194c800
JB
21223 (Info-virtual-index): Remove unused local variable `nodename'.
21224
b87a8200 212252011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 21226
b87a8200
DD
21227 * net/rcirc.el: Update my e-mail address.
21228 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 21229
3b2ff876
CY
212302011-04-05 Chong Yidong <cyd@stupidchicken.com>
21231
21232 * startup.el (command-line): Save the cursor's theme-face
21233 directly, instead of using face-override-spec.
21234
21235 * custom.el (load-theme): Minor optimization in assigning faces.
21236
8d17e7ca
JB
212372011-04-04 Juanma Barranquero <lekktu@gmail.com>
21238
21239 * help-fns.el (describe-variable): Complete all variables having
21240 documentation, including keywords.
21241 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
21242
2fbc1934
JB
212432011-04-04 Juanma Barranquero <lekktu@gmail.com>
21244
21245 Convert to lexical-binding.
21246
21247 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
21248 (bs--get-marked-string, bs--get-modified-string)
21249 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
21250 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
21251 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
21252
21253 * ehelp.el (electric-help-execute-extended)
21254 (electric-help-ctrl-x-prefix):
21255 * hexl.el (hexl-revert-buffer-function):
21256 * linum.el (linum-after-change, linum-after-scroll):
21257 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
21258
21259 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
21260
74f50695
DU
212612011-04-04 Daiki Ueno <ueno@unixuser.org>
21262
21263 * epa-dired.el:
21264 * epa-mail.el:
21265 * epa-hook.el:
21266 * epa-file.el:
21267 * epa.el:
21268 * epg.el: Use lexical binding.
21269
c11325f7
CY
212702011-04-03 Chong Yidong <cyd@stupidchicken.com>
21271
0d9e9a12
CY
21272 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
21273
c11325f7 21274 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
21275 dictionary case for flyspell-mark-duplications-exceptions.
21276 Use regexp matching for languages.
c11325f7
CY
21277 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
21278 default dictionary (Bug#7926).
21279
da91b5f2
CY
212802011-04-02 Chong Yidong <cyd@stupidchicken.com>
21281
099c39a4
JB
21282 * emacs-lisp/package.el (package--with-work-buffer):
21283 Recognize https URLs.
da91b5f2 21284
099c39a4
JB
21285 * net/network-stream.el: Move from gnus/proto-stream.el.
21286 Change prefix to network-stream throughout.
da91b5f2
CY
21287 (open-protocol-stream): Merge into open-network-stream, leaving
21288 open-protocol-stream as an alias. Handle nil BUFFER args.
21289
21290 * subr.el (open-network-stream): Move to net/network-stream.el.
21291
afa8e9f6
GM
212922011-04-02 Glenn Morris <rgm@gnu.org>
21293
1d2e369d
GM
21294 * find-dired.el (find-exec-terminator): New option.
21295 (find-ls-option): Test for -ls support.
21296 (find-ls-subdir-switches): Test for -b in find-ls-option.
21297 (find-dired, find-grep-dired): Doc fixes.
21298 (find-dired): Use find-exec-terminator.
21299
8abb7da8 21300 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
21301 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21302 (find-name-arg): Remove purecopy.
8abb7da8 21303
f3ca7378
GM
21304 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21305 (grep-compute-defaults): Check for `-exec COMMAND +' support.
21306 Set grep-find-use-xargs, grep-find-command, and grep-find-template
21307 accordingly. Don't add the null-device if not needed.
21308
afa8e9f6
GM
21309 * files.el (save-some-buffers): Doc fix.
21310
35eae264
EZ
213112011-04-02 Eli Zaretskii <eliz@gnu.org>
21312
21313 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21314
26b51db5
JB
213152011-04-01 Juanma Barranquero <lekktu@gmail.com>
21316
21317 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21318 Use `dolist' rather than `mapcar'.
21319
7200d79c
SM
213202011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21321
03408648 21322 Add lexical binding.
7200d79c 21323
03408648
SM
21324 * subr.el (apply-partially): Use new closures rather than CL.
21325 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21326 (dolist, dotimes): Use slightly different expansion for lexical code.
21327 (functionp): Move to C.
21328 (letrec): New macro.
21329 (with-wrapper-hook): Use it and apply-partially instead of CL.
21330 (eval-after-load): Preserve lexical-binding.
21331 (save-window-excursion, with-output-to-temp-buffer): Turn them
21332 into macros.
7200d79c 21333
03408648
SM
21334 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21335
21336 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21337 than the arglist.
21338 (help-add-fundoc-usage): Don't add `Not documented'.
21339 (help-function-arglist): Handle closures, subroutines, and new
21340 byte-code-functions.
21341 (help-make-usage): Remove leading underscores.
21342 (describe-function-1): Handle closures.
21343 (describe-variable): Use special-variable-p for completion.
21344
21345 * files.el (lexical-binding): Declare safe.
f488fb65 21346
03408648
SM
21347 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21348 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21349 (pcase): Add `let' pattern.
21350 Change memoization so it actually works.
21351 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21352 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21353 <let>: New case.
f488fb65 21354
03408648
SM
21355 * emacs-lisp/macroexp.el: Use lexical binding.
21356 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21357 Don't convert ' to #' without checking that it's indeed quoting
21358 a lambda.
21359
21360 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 21361 Use eval-sexp-add-defvars.
03408648
SM
21362 (eval-sexp-add-defvars): New fun.
21363
21364 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21365
21366 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21367 Don't autoload.
21368 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21369 than the internal `byte-compile-lambda'.
21370 (defmethod): Don't hide code under quotes.
21371 (eieio-defmethod): New `code' argument.
21372
21373 * emacs-lisp/eieio-comp.el: Remove.
21374
21375 * emacs-lisp/edebug.el (edebug-eval-defun)
21376 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21377 (edebug-toggle): Avoid `eval'.
21378
21379 * emacs-lisp/disass.el (disassemble-internal): Handle new
21380 `closure' objects.
21381 (disassemble-1): Handle new byte codes.
21382
21383 * emacs-lisp/cl.el (pushnew): Silence warning.
21384
21385 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21386 (cl-byte-compile-throw): Remove.
21387 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21388
21389 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21390 closures.
21391
21392 * emacs-lisp/cconv.el: New file.
21393
21394 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21395 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21396 (byte-compile-initial-macro-environment):
21397 Handle declare-function here.
21398 (byte-compile--lexical-environment): New var.
21399 (byte-stack-ref, byte-stack-set, byte-discardN)
21400 (byte-discardN-preserve-tos): New lap codes.
21401 (byte-interactive-p): Don't use any more.
21402 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21403 New macros.
21404 (byte-compile-lapcode): Use them and handle new lap codes.
21405 (byte-compile-obsolete): Remove.
21406 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21407 (byte-compile-arglist-warn): Check late def of inlinable funs.
21408 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21409 since they should have been expanded by now.
21410 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21411 (byte-compile-from-buffer): Remove unused second arg.
21412 (byte-compile-preprocess): New function.
21413 (byte-compile-toplevel-file-form): New function to distinguish
21414 file-form calls from outside from file-form calls from hunk-handlers.
21415 (byte-compile-file-form): Simplify.
21416 (byte-compile-file-form-defsubst): Remove.
21417 (byte-compile-file-form-defmumble): Simplify now that
21418 byte-compile-lambda always returns a byte-code-function.
21419 (byte-compile): Preprocess.
21420 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21421 Remove, not used any more.
21422 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21423 (byte-compile-make-args-desc): New funs.
21424 (byte-compile-lambda): Handle lexical functions. Always return
21425 a byte-code-function.
21426 (byte-compile-reserved-constants): New var, to make up room for
21427 closed-over variables.
21428 (byte-compile-constants-vector): Obey it.
21429 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21430 (byte-compile-macroexpand-declare-function): New function.
21431 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21432 byte-code-functions.
21433 (byte-compile-form): Check obsolescence here.
21434 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21435 (byte-compile-variable-ref): Remove.
21436 (byte-compile-dynamic-variable-op): New fun.
21437 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21438 (byte-compile-variable-set): New funs.
21439 (byte-compile-discard): Add 2 args.
21440 (byte-compile-stack-ref, byte-compile-stack-set)
21441 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21442 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21443 macroexpand-all instead.
21444 (byte-compile-quote-form): Remove.
21445 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21446 (byte-compile-bind, byte-compile-unbind): New funs.
21447 (byte-compile-let): Handle let* and lexical binding.
21448 (byte-compile-let*): Remove.
21449 (byte-compile-catch, byte-compile-unwind-protect)
21450 (byte-compile-track-mouse, byte-compile-condition-case):
21451 Handle a new :fun-body form, used for lexical scoping.
21452 (byte-compile-save-window-excursion)
21453 (byte-compile-with-output-to-temp-buffer): Remove.
21454 (byte-compile-defun): Simplify.
21455 (byte-compile-stack-adjustment): New fun.
21456 (byte-compile-out): Use it.
21457 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21458
21459 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21460 handler any more.
21461
21462 * emacs-lisp/byte-opt.el: Use lexical binding.
21463 (byte-inline-lapcode): Remove (to bytecomp).
21464 (byte-compile-inline-expand): Pay attention to inlining to/from
21465 lexically bound code.
21466 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21467 any more.
21468 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21469 any more and don't call compiler-macros.
21470 (byte-compile-splice-in-already-compiled-code): Remove.
21471 (byte-code): Don't inline any more.
21472 (disassemble-offset): Receive `bytes' as argument rather than via
21473 dynamic scoping.
21474 (byte-compile-tag-number): Declare before first use.
21475 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21476 `return' even if make-spliceable.
21477 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21478 obsolete interactive-p.
21479 (byte-optimize-lapcode): Optimize new lap-codes.
21480 Don't trip up on new form of `byte-constant' lap code.
21481
21482 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21483
21484 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21485
21486 * custom.el (custom-initialize-default, custom-declare-variable):
21487 Use `defvar'.
21488
21489 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21490 New variables.
21491 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21492 (COMPILE_FIRST): Add macroexp and cconv.
21493 * makefile.w32-in: Mirror changes in Makefile.in.
21494
21495 * vc/cvs-status.el:
21496 * vc/diff-mode.el:
21497 * vc/log-edit.el:
21498 * vc/log-view.el:
21499 * vc/smerge-mode.el:
21500 * textmodes/bibtex-style.el:
090bd7cb 21501 * textmodes/css-mode.el:
03408648
SM
21502 * startup.el:
21503 * uniquify.el:
da91b5f2
CY
21504 * minibuffer.el:
21505 * newcomment.el:
21506 * reveal.el:
21507 * server.el:
21508 * mpc.el:
21509 * emacs-lisp/smie.el:
21510 * doc-view.el:
21511 * dired.el:
03408648
SM
21512 * abbrev.el: Use lexical binding.
21513
0f0c1f27
EZ
215142011-04-01 Eli Zaretskii <eliz@gnu.org>
21515
21516 * info.el (info-display-manual): New function.
21517
c82b2579
SM
215182011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21521
221ddf68
TH
215222011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21523
21524 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 21525 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 21526
cba6e77e
GM
215272011-03-31 Glenn Morris <rgm@gnu.org>
21528
e040639f
GM
21529 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21530
cba6e77e
GM
21531 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21532
6d0f1c9e
CS
215332011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21534
21535 * progmodes/python.el (python-default-interpreter)
21536 (python-python-command-args, python-jython-command-args)
21537 (python-which-shell, python-which-args, python-which-bufname)
21538 (python-file-queue, python-comint-output-filter-function)
21539 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21540 variables and functions.
21541
3e2d70fd
SM
215422011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21543
21544 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21545 (completion-in-region-mode): New minor mode.
21546 (completion-in-region): Use it.
21547 (completion-in-region--data, completion-in-region-mode-map): New vars.
21548 (completion-in-region--postch): New function.
21549 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21550 New vars.
21551 (completion--capf-wrapper): New function.
21552 (completion-at-point): Use it to track well-behavedness of
21553 hook functions.
21554 (completion-help-at-point): New command.
21555
f3e4086c
JM
215562011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21557
21558 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21559 syntax class to search for whitespace on a single line
21560 (Message-ID: <4D938140.4030905@redhat.com>).
21561
eb7ffc14
LL
215622011-03-30 Leo Liu <sdl.web@gmail.com>
21563
21564 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21565 New commands.
21566 (edit-abbrevs-map): Bind them here.
21567 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21568
d806ab68
KM
215692011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21570
21571 * allout.el (allout-hide-by-annotation, allout-flag-region):
21572 Reduce possibility of overlay leakage by making them volatile.
21573
21574 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21575 hash is not shared between buffers. Mode initialization is
21576 responsible for giving it a useful starting value.
21577 (allout-item-span): Reduce possibility of overlay leakage by
21578 making them volatile.
21579 (allout-widgets-count-buttons-in-region): Add diagnostic function
21580 for tracking down button overlay leaks.
21581
ea622834
LL
215822011-03-29 Leo Liu <sdl.web@gmail.com>
21583
21584 * ido.el (ido-read-internal): Use the default history var
21585 minibuffer-history if no HISTORY is specified.
21586
b62f8267
G
215872011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21588
03408648
SM
21589 * net/imap.el (imap-shell-open, imap-process-connection-type):
21590 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
21591 Kerberos, SSL, other subprocesses.
21592
947b6566
LL
215932011-03-28 Leo Liu <sdl.web@gmail.com>
21594
21595 * abbrev.el (abbrev-table-empty-p): New function.
21596 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21597 nonempty ones. (Bug#5937)
21598
5ffb62aa
JD
215992011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21600
21601 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21602
7a097943
LL
216032011-03-27 Leo Liu <sdl.web@gmail.com>
21604
21605 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21606 for foreground and background colors.
21607 (ansi-color-make-color-map): Adapt.
21608
c5b40130
LL
216092011-03-25 Leo Liu <sdl.web@gmail.com>
21610
1f48f7d2
LL
21611 * midnight.el (midnight-time-float): Remove. Note it calculates
21612 the microsecond component incorrectly and seconds-to-time does the
21613 same job.
625897ec 21614 Remove redundant (require 'timer).
1f48f7d2 21615
c5b40130
LL
21616 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21617 (ido-completions): Remove unused arguments. (Bug#8329)
21618
d86d2721
SM
216192011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21620
21621 * minibuffer.el (completion--flush-all-sorted-completions):
21622 Remove itself from hook.
21623 (completion-at-point): Let the functions perform the completion
21624 immediately and return nil or t.
21625 * comint.el (comint-dynamic-complete-functions): Now identical to
21626 completion-at-point-functions.
21627 (comint-dynamic-list-input-ring): Remove unused var `index'.
21628 (comint--match-partial-filename, comint--unquote&expand-filename):
21629 New funs, split from comint-match-partial-filename.
21630 (comint-dynamic-complete): Use completion-at-point.
21631 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21632
e8974c48
DA
216332011-03-24 Drew Adams <drew.adams@oracle.com>
21634
21635 * thingatpt.el: Support `defun'.
21636
def71b5e
LL
216372011-03-23 Leo Liu <sdl.web@gmail.com>
21638
cb5af48e
LL
21639 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21640
def71b5e
LL
21641 * help-mode.el (help-mode-finish): Tweak regexp.
21642
927c53e7
GM
216432011-03-23 Glenn Morris <rgm@gnu.org>
21644
18d05bed
GM
21645 * eshell/esh-opt.el (eshell-eval-using-options):
21646 Do not bind unused local variable `eshell-option-stub'.
21647
927c53e7
GM
21648 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21649
9d0da923
JB
216502011-03-22 Juanma Barranquero <lekktu@gmail.com>
21651
21652 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21653 keymap variable in `with-no-warnings' to avoid a warning when the
21654 keymap has been already `defconst'ed.
21655
4b978a67
LL
216562011-03-22 Leo Liu <sdl.web@gmail.com>
21657
21658 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21659 encode all chars in abbrevs; otherwise use emacs-mule or
21660 utf-8-emacs. (Bug#8308)
21661
5fd62452
JB
216622011-03-22 Juanma Barranquero <lekktu@gmail.com>
21663
0b1596c6
JB
21664 * simple.el (backward-delete-char-untabify):
21665 Avoid warning about using `delete-backward-char'.
21666
5fd62452
JB
21667 * image.el (image-type-file-name-regexps): Make it variable.
21668 `imagemagick-register-types' modifies it, and the user may want
21669 to add new extensions for known image types.
21670 (imagemagick-register-types): Throw error if not using ImageMagick.
21671
0b4e93f1
LL
216722011-03-22 Leo Liu <sdl.web@gmail.com>
21673
21674 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21675 located before rcirc-prompt-end-marker.
21676 (rcirc-complete): Error if point is not after rcirc prompt.
21677 Handle the case when table is nil.
9882e214 21678 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 21679
fccee4ab
CY
216802011-03-22 Chong Yidong <cyd@stupidchicken.com>
21681
21682 * custom.el (custom--inhibit-theme-enable): Make it affect only
21683 custom-theme-set-variables and custom-theme-set-faces.
21684 (provide-theme): Ignore custom--inhibit-theme-enable.
21685 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21686 (custom-enabling-themes): Delete variable.
d86d2721
SM
21687 (enable-theme): Accept only loaded themes as arguments.
21688 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
21689 (custom-enabled-themes): Forbid themes from setting this.
21690 Eliminate use of custom-enabling-themes.
21691 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 21692
af896da6
LL
216932011-03-21 Leo Liu <sdl.web@gmail.com>
21694
21695 * ido.el (ido-read-internal): Add ido-selected to history instead
21696 of user input.
21697
78f64af0
SM
216982011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21699
21700 * subr.el (deferred-action-list, deferred-action-function):
21701 Mark obsolete.
21702
b16ac1ec
LL
217032011-03-21 Leo Liu <sdl.web@gmail.com>
21704
810f7698
LL
21705 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21706 change on 2011-02-13 (bug#8309).
21707
b16ac1ec
LL
21708 * minibuffer.el (read-file-name-function): Change default value.
21709 (read-file-name--defaults): Rename from read-file-name-defaults.
21710 (read-file-name-default): Rename from read-file-name.
21711 (read-file-name): Call read-file-name-function.
21712
4e05e67e
GM
217132011-03-21 Glenn Morris <rgm@gnu.org>
21714
21715 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21716 Doc fixes.
21717
4359915b
CY
217182011-03-21 Chong Yidong <cyd@stupidchicken.com>
21719
21720 * cus-theme.el: Add missing provide statement.
21721 (customize-create-theme): Extract theme value correctly.
21722 (custom-theme-visit-theme): Autoload.
21723 (customize-create-theme): Prompt before inserting default faces.
21724
1fe275ee
JB
217252011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21726
21727 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21728 units and musical notes.
21729
cd394be1 217302011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
21731
21732 * ido.el (ido-read-internal): Use completing-read-default.
21733 (ido-completing-read): Fix compatibility with completing-read.
21734
7d476bde
CO
217352011-03-20 Christian Ohler <ohler@gnu.org>
21736
21737 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21738 (ert-delete-all-tests): Use `called-interactively-p' rather than
21739 `interactive-p'.
21740 (ert--make-xrefs-region): Respect END.
21741
fe0fb33e
CY
217422011-03-19 Chong Yidong <cyd@stupidchicken.com>
21743
ff854b0b
CY
21744 * dired-aux.el (dired-create-directory): Signal an error if the
21745 directory already exists (Bug#8246).
21746
fe0fb33e
CY
21747 * facemenu.el (list-colors-display): Call list-faces-display
21748 inside with-help-window.
21749 (list-colors-print): Use display property to align the final
21750 column, instead of checking window-width.
21751
576bce32
EZ
217522011-03-19 Eli Zaretskii <eliz@gnu.org>
21753
4d61f28d 21754 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
21755 windows-nt systems.
21756 (emerge-protect-metachars): Quote correctly for ms-dos and
21757 windows-nt systems.
21758
89c41d68 217592011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
21760
21761 * info.el (info-initialize): Replace all uses of `:' with
21762 path-separator for compatibility with non-Unix systems.
21763 Cache quoting of path-separator. (Bug#8258)
21764
b14e3e21 217652011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
21766
21767 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21768 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21769 (mouse-avoidance-mode): Fix typos in docstrings.
21770
4525ce3e
CY
217712011-03-19 Chong Yidong <cyd@stupidchicken.com>
21772
21773 * startup.el (package-subdirectory-regexp): Move from package.el.
21774 Omit \\` and \\', and let callers add them.
21775
21776 * emacs-lisp/package.el (package-strip-version)
21777 (package-load-all-descriptors): Add \\` and \\' to
21778 package-subdirectory-regexp before using it.
21779 (package-untar-buffer): New arg DIR; ensure that file untars only
21780 into this expected directory. Remove superfluous delete-region.
21781 (package-unpack): Caller changed.
21782 (package-tar-file-info): Use package-subdirectory-regexp.
21783
a904a09a 217842011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 21785
a904a09a
SM
21786 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21787 diff-mode-shared-map (bug#8284).
21788 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
21789
217902011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21791
21792 * calendar/time-date.el (format-seconds): Use assoc instead of
21793 assoc-string, since assoc-string doesn't exist in XEmacs.
21794
171fc304
JB
217952011-03-17 Juanma Barranquero <lekktu@gmail.com>
21796
21797 * custom.el (custom-known-themes): Reflow docstring.
21798 (custom-theme-load-path): Fix typo in docstring.
21799 (load-theme): Fix typo in error message.
21800 (custom-available-themes, custom-variable-theme-value):
21801 Use `let', not `let*'.
21802
d71990a1
JB
218032011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21804
21805 * calc/README: Mention inclusion of musical notes.
21806
21807 * calc/calc-units.el (calc-lu-quant): Rename from
21808 `calc-logunits-quantity'.
21809 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21810 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21811 (calc-db): Rename from `calc-dblevel'.
21812 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21813 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21814 (calc-np): Rename from `calc-nplevel'.
21815 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21816 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21817 (calc-lu-plus): Rename from `calc-logunits-add'.
21818 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21819 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21820 (calc-lu-minus): Rename from `calc-logunits-sub'.
21821 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21822 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21823 (calc-lu-times): Rename from `calc-logunits-mul'.
21824 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21825 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21826 (calc-lu-divide): Rename from `calc-logunits-div'.
21827 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21828 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21829
21830 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21831 functions being autoloaded.
21832
21833 * calc/calc.el (calc-lu-power-reference): Rename from
21834 `calc-logunits-power-reference'.
21835 (calc-lu-field-reference): Rename from
21836 `calc-logunits-field-reference'.
21837
7a71b18d
GM
21838 * calc/calc-help.el (calc-l-prefix-help):
21839 Mention musical note functions.
d71990a1 21840
40c2934b
SM
218412011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21842
21843 * minibuffer.el (completion-all-sorted-completions):
21844 Use :completion-cycle-penalty text property if present.
21845
b0911414
KM
218462011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21847
21848 * allout.el (allout-yank-processing): Adjust for new rebulleting
21849 regime so bullet being yanked is used without prompting the user
21850 for a choice.
21851
8a05b668
JB
218522011-03-16 Juanma Barranquero <lekktu@gmail.com>
21853
21854 * startup.el (command-line): Warn the user that _emacs is deprecated.
21855
5ba5fb81
JB
218562011-03-16 Juanma Barranquero <lekktu@gmail.com>
21857
21858 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21859 (delphi-verbose, delphi-comment-face, delphi-string-face)
21860 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21861 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21862 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21863 (delphi-new-comment-line, delphi-font-lock-defaults)
21864 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21865 Fix typos in docstrings.
21866
2dab465b
KM
218672011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21868
5ba5fb81 21869 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
21870 Invert the roles of character and string values for INSTEAD, so a
21871 string is used for the more common case of a defaulting prompt.
21872
0adf5618
SM
218732011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21874
21875 * progmodes/ruby-mode.el (ruby-backward-sexp):
21876 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21877 * play/gamegrid.el (gamegrid-make-face):
21878 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21879 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21880 * notifications.el (notifications-notify):
21881 * net/xesam.el (xesam-search-engines):
21882 * net/quickurl.el (quickurl-list-insert):
21883 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21884
d72700e5
CY
218852011-03-15 Chong Yidong <cyd@stupidchicken.com>
21886
21887 * startup.el (command-line): Update package subdirectory regexp.
21888
49c5410a
SM
218892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21890
c6eee9aa
SM
21891 * allout.el (allout-abbreviate-flattened-numbering)
21892 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21893
49c5410a
SM
21894 * subr.el (read-char-choice): Only show the cursor after the prompt,
21895 not after the answer.
21896
047b2bb9
KR
218972011-03-15 Kevin Ryde <user42@zip.com.au>
21898
21899 * help-fns.el (variable-at-point): Skip leading quotes, if any
21900 (bug#8253).
21901
0a57d256
SM
219022011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21903
21904 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21905 warning message.
21906
77c992bc
MA
219072011-03-14 Michael Albinus <michael.albinus@gmx.de>
21908
21909 * shell.el (shell): When called interactively, offer to change the
21910 shell file name on remote hosts.
21911
eebc475d
TZ
219122011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21913
21914 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21915 integration for LDAP parameters. The host, base, user or binddn,
21916 and secret tokens can be specified in a netrc file, for instance.
21917 This is optional because an `auth-source' parameter must be
21918 specified in the search attributes.
21919
9d05d1ba
JB
219202011-03-13 Juanma Barranquero <lekktu@gmail.com>
21921
21922 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21923
09d9db2c
GM
219242011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21927 into declaration. Remove redundant and harmful binding.
21928
219292011-03-12 Eli Zaretskii <eliz@gnu.org>
21930
21931 * files.el (file-ownership-preserved-p): Pass `integer' as an
21932 explicit 2nd argument to `file-attributes'. If the file's owner
21933 is the Administrators group on Windows, and the current user is
21934 Administrator, consider that a match.
21935
21936 * server.el (server-ensure-safe-dir): Consider server directory
21937 safe on MS-Windows if its owner is the Administrators group while
21938 the current Emacs user is Administrator. Use `=' to compare
21939 numerical UIDs, since they could be integers or floats.
21940
219bd536
JB
219412011-03-12 Juanma Barranquero <lekktu@gmail.com>
21942
21943 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21944
f3afd36b
MA
219452011-03-12 Michael Albinus <michael.albinus@gmx.de>
21946
21947 Sync with Tramp 2.2.1.
21948
21949 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21950
21951 * net/trampver.el: Update release number.
21952
3aaaa6f1
SM
219532011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21954
94642599
SM
21955 * progmodes/compile.el (compilation--previous-directory): Fix up
21956 various nil/dead-marker mismatches (bug#8014).
21957 (compilation-directory-properties, compilation-error-properties):
21958 Don't call it at a position past the one we're about to change.
21959
3aaaa6f1
SM
21960 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21961 Disable obsolescence warnings in the file that declares it.
21962
14239447
KM
219632011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21964
099c39a4
JB
21965 * allout-widgets.el (allout-widgets-tally):
21966 Initialize allout-widgets-tally as a hash table rather than nil to
21967 prevent mode-line redisplay warnings. Also, clarify the module
21968 description and fix a comment typo.
14239447 21969
135e287c
JB
219702011-03-11 Juanma Barranquero <lekktu@gmail.com>
21971
21972 * help-fns.el (describe-variable): Don't complete keywords.
21973 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21974
ffbf300e
CY
219752011-03-10 Chong Yidong <cyd@stupidchicken.com>
21976
ba08b241
CY
21977 * emacs-lisp/package.el (package-version-join): Impose a standard
21978 string representation for pre/alpha/beta version lists.
21979 (package-unpack-single): Standardize the directory name by passing
21980 it through package-version-join.
21981 (package-strip-rcs-id): Accept any version string that does not
21982 signal an error in version-to-list.
ffbf300e 21983
f346fd6b
MA
219842011-03-10 Michael Albinus <michael.albinus@gmx.de>
21985
21986 * simple.el (delete-trailing-whitespace): Return nil for the
21987 benefit of `write-file-functions'.
21988
ccb55d27
GM
219892011-03-10 Glenn Morris <rgm@gnu.org>
21990
5ceaac0c
GM
21991 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21992
02da65ff
GM
21993 * vc/vc-git.el (vc-git-program): New option.
21994 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21995 (vc-git--call): Use it.
21996
b2f603cc
GM
21997 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21998
5772caab
GM
21999 * cus-edit.el (Custom-newline): If no button at point, look
22000 for a subgroup button at start-of-line. (Bug#2298)
22001
ccb55d27
GM
22002 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
22003
ec6ecaed
JD
220042011-03-10 Julien Danjou <julien@danjou.info>
22005
22006 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
22007 `cursor-type' is nil.
22008
9d5aa01d
JB
220092011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
22010
22011 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
22012
b6a5875b
KM
220132011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
22014
7a71b18d 22015 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
22016 preserves the existing header prefix, rebulleting it if necessary,
22017 rather than replacing it. This is necessary for proper operation
22018 of cooperative addons like allout-widgets.
1154d12e
JB
22019 (allout-make-topic-prefix, allout-rebullet-heading):
22020 Change SOLICIT arg to INSTEAD, and interpret additionally a string
22021 value as alternate bullet to be used, instead of prompting the user
22022 for a bullet character.
b6a5875b 22023
ee545c35
MA
220242011-03-09 Michael Albinus <michael.albinus@gmx.de>
22025
d86d2721
SM
22026 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22027 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
22028 `tramp-default-port'.
22029
c47971d7
DD
220302011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
22031
22032 * net/rcirc.el (rcirc-handler-001): Remove useless
22033 with-rcirc-process-buffer.
22034 (rcirc-check-auth-status): Swap arguments to string-match.
22035
13522cb4
GM
220362011-03-09 Glenn Morris <rgm@gnu.org>
22037
0be6f4f1
GM
22038 * shell.el (shell-mode):
22039 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
22040
13522cb4
GM
22041 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
22042 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
22043
515de2e3
CY
220442011-03-08 Chong Yidong <cyd@stupidchicken.com>
22045
22046 * emacs-lisp/package.el (package-refresh-contents)
22047 (package-menu-execute): Use condition-case-no-debug.
22048
b511b994
MA
220492011-03-08 Michael Albinus <michael.albinus@gmx.de>
22050
22051 * simple.el (shell-command-to-string): Use `process-file'.
22052
22053 * emacs-lisp/package.el (package-tar-file-info): Handle also
22054 remote files.
22055
d86d2721
SM
22056 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22057 Use `equal' for upload base check.
b511b994 22058
25bbfb31
AM
220592011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
22060
22061 * textmodes/texinfo.el (texinfo-environments):
22062 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
22063
be996521
GM
220642011-03-08 Glenn Morris <rgm@gnu.org>
22065
e9c8529f
GM
22066 * cus-start.el (cursor-in-non-selected-windows):
22067 Fix :set quoting oddness. (Bug#8192)
22068
be996521
GM
22069 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
22070 in some setf expressions. (Bug#2159)
22071
2bb5649e
CY
220722011-03-08 Chong Yidong <cyd@stupidchicken.com>
22073
22074 * custom.el (custom-available-themes): Return themes in
22075 alphabetical order.
22076
33383987 22077See ChangeLog.15 for earlier changes.
e3d51b27
MR
22078
22079;; Local Variables:
22080;; coding: utf-8
e3d51b27
MR
22081;; End:
22082
acaf905b 22083 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
22084
22085 This file is part of GNU Emacs.
22086
22087 GNU Emacs is free software: you can redistribute it and/or modify
22088 it under the terms of the GNU General Public License as published by
22089 the Free Software Foundation, either version 3 of the License, or
22090 (at your option) any later version.
22091
22092 GNU Emacs is distributed in the hope that it will be useful,
22093 but WITHOUT ANY WARRANTY; without even the implied warranty of
22094 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22095 GNU General Public License for more details.
22096
22097 You should have received a copy of the GNU General Public License
22098 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.