Fix emacsclient/server behavior under --without-x.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
de6ff46d
CY
12012-04-20 Chong Yidong <cyd@gnu.org>
2
3 * server.el (server-execute): Respect initial-buffer-choice if it
4 is a string and there are no files to open (Bug#2825).
5 (server-create-window-system-frame, server-create-tty-frame):
6 Don't switch buffers here.
2d0e8e61
CY
7 (server-process-filter): Only try to open a window system frame if
8 compiled with graphical support (Bug#8314).
de6ff46d 9
54071013
DN
102012-04-20 Dan Nicolaescu <dann@gnu.org>
11
12 * battery.el (battery-echo-area-format): Display remaining time
13 for sysfs backend too (Bug#11269).
14 (battery-linux-sysfs): Fix conditional for the charge.
15
f30d612a
CY
162012-04-20 Chong Yidong <cyd@gnu.org>
17
c07a4c0b 18 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
19 (gdb-inferior-io--init-proc): New function.
20 (gdb-init-1): Use it.
21 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
22 responsible for allocating a new pty and hooking it to gdb when
23 the old pty gets an EIO due to process exit.
24 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
25 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
26 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
27
2116e93c
EZ
282012-04-20 Eli Zaretskii <eliz@gnu.org>
29
30 * window.el (window-min-size, window-sizable, window-min-delta)
31 (window-max-delta, window--resizable, window-resizable)
32 (window-total-size, window-full-height-p, window-full-width-p)
33 (window-in-direction, window--resize-mini-window, window-resize)
34 (window--resize-child-windows-normal)
35 (window--resize-child-windows, window--resize-siblings)
36 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 37 (enlarge-window, shrink-window): Doc fixes.
2116e93c 38
c07a4c0b 392012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e
CY
40
41 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty): New
42 function to call delete-process on the gdb-inferior buffer's pty.
43 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
44 pty process (Bug#11273).
45 (gdb-update): New arg to suppress talking to the gdb process.
46 (gdb-done-or-error): Use it.
47 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
48 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
49 sentinel not being called.
50
51 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
52
d02766ab
CY
53 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
54
c07a4c0b 552012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
56
57 * net/network-stream.el (open-network-stream): Doc fix.
58
c07a4c0b 592012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
60
61 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
62
c07a4c0b 632012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
64
65 Ensure searching for keywords is case sensitive.
66
67 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
68 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
69 (c-defun-name, c-mark-function, c-cpp-define-name)
70 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 71 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 72
c07a4c0b 73 * progmodes/cc-mode.el (c-font-lock-fontify-region): Bind
f0f6bc35
AM
74 case-fold-search to nil.
75
c07a4c0b 762012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
77
78 * mail/sendmail.el (mail-bury): Call return action with the right
79 Rmail buffer (Bug#11242).
80
9a864fa2
CY
81 * server.el (server-process-filter): Handle corner case where both
82 tty and nowait options are present (Bug#11102).
83
539aa513
EZ
842012-04-20 Eli Zaretskii <eliz@gnu.org>
85
86 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
87 (top level): Put into the executable the ident-style '$Id:' tag on
88 windows-nt as well.
539aa513 89
cfc7d5da
SM
902012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * electric.el (electric-indent-post-self-insert-function): Check that
93 electric-indent-mode is enabled in current buffer.
94
5b01685c
JB
952012-04-19 Juanma Barranquero <lekktu@gmail.com>
96
97 * imenu.el (imenu-progress-message): Restore; it is "used" in
98 erc/erc-imenu.el and net/snmp-mode.el.
99
4d6769e1
JB
1002012-04-19 Juanma Barranquero <lekktu@gmail.com>
101
102 * avoid.el (mouse-avoidance-mode): Mark unused arg.
103 (mouse-avoidance-nudge-mouse): Remove unused binding.
104
105 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
106
107 * descr-text.el (describe-char):
108 * progmodes/python.el (python-describe-symbol):
109 Don't call `toggle-read-only', set `buffer-read-only'.
110
111 * imenu.el (imenu-default-goto-function): Mark unused args.
112 (imenu-progress-message): Remove obsolete macro; all callers changed.
113
114 * subr.el (keymap-canonicalize): Remove unused binding.
115 (read-passwd): Mark unused arg.
116
117 * tutorial.el (tutorial--display-changes): Remove unused binding.
118 (tutorial--save-tutorial-to): Remove unused variable.
119
120 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
121 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
122 (package-generate-autoloads, package-menu--generate)
123 (package-menu--find-upgrades): Remove unused bindings.
124
125 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
126 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
127 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
128 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
129 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
130 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
131 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
132 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
133 (cua-delete-char-rectangle): Mark unused args.
134 (cua-align-rectangle): Remove unused binding.
135
136 * mail/rmail.el (compilation--message->loc)
137 (epa--find-coding-system-for-mime-charset): Declare.
138
139 * net/dbus.el (dbus-register-service): Declare.
140 (dbus-name-owner-changed-handler): Remove unused binding.
141
142 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
143 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
144 (nxml-scan-backward-within): Mark unused arg.
145 (nxml-dynamic-markup-word): Remove unused binding.
146
147 * mouse.el (mouse-menu-major-mode-map):
148 * emacs-lisp/authors.el (authors-scan-change-log)
149 (authors-add-to-author-list):
150 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
151 * emacs-lisp/smie.el (smie-auto-fill):
152 * mail/sendmail.el (mail-bury):
153 * mail/unrmail.el (unrmail):
154 * net/tls.el (open-tls-stream):
155 * textmodes/picture.el (picture-mouse-set-point):
156 Remove unused bindings.
157
8c8fc5df
MA
1582012-04-19 Michael Albinus <michael.albinus@gmx.de>
159
160 * net/tramp.el (tramp-action-password): Let-bind
161 `enable-recursive-minibuffers' to t.
162
a77b0ac9
SS
1632012-04-18 Sam Steingold <sds@gnu.org>
164
165 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
166 instead of 'string to accommodate values like [f11].
167 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
168 * progmodes/gdb-mi.el: Likewise.
169
12a106a9
LL
1702012-04-18 Leo Liu <sdl.web@gmail.com>
171
172 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
173 current buffer.
174 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
175 LOCAL is nil.
176
bc6494ef
CY
1772012-04-18 Chong Yidong <cyd@gnu.org>
178
179 * simple.el (line-move): Use forward-line if in batch mode
180 (Bug#11053).
181
c09c46b2
CS
1822012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
183
184 * files.el (after-find-file): Do not try to add a final newline if
185 the buffer is read-only (Bug#11156).
186
5f6530ea
RS
1872012-04-17 Richard Stallman <rms@gnu.org>
188
189 * mail/rmail.el (rmail-start-mail):
190 Pass (rmail-mail-return...) for the return-action.
191 Pass (rmail-yank-current-message...) for the yank-action.
192 (rmail-yank-current-message): New function.
193 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
194 (rmail-reply): Likewise.
195 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
196
197 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 198 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
199 buffer, not newbuf.
200
197b6f3c
JB
2012012-04-17 Juanma Barranquero <lekktu@gmail.com>
202
203 * server.el (server-ensure-safe-dir): Simplify.
204
2311d8e5 2052012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 206
2311d8e5
GM
207 * emacs-lisp/smie.el: Provide smarter auto-filling.
208 (smie-auto-fill): New function.
209 (smie-setup): Use it.
98fb480e 210
2311d8e5
GM
211 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
212
2132012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
214
215 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
216 (comment-indent): Use it.
217
2311d8e5 2182012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
219
220 * ses.el: The overall change is to add cell renaming, that is
221 setting fancy names for cell symbols other than name matching
222 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 223 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 224 (ses-create-cell-variable): New defun.
2311d8e5 225 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
226 (ses-relocate-formula): Relocate formulas only for cells the
227 symbols of which are not renamed, i.e. symbols whose names do not
228 match regexp "\\`[A-Z]+[0-9]+\\'".
229 (ses-relocate-all): Relocate values only for cells the symbols of
230 which are not renamed.
231 (ses-load): Create cells variables as the (ses-cell ...) are read,
232 in order to check row col consistency with cell symbol name only
233 for cells that are not renamed.
234 (ses-replace-name-in-formula): New defun.
235 (ses-rename-cell): New defun.
4bdf2ad2 236
fc72b15c
PO
2372012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
238
239 * progmodes/perl-mode.el (perl-indent-parens-as-block):
240 New option (bug#11118).
241 (perl-calculate-indent): Respect it.
242
12e10e61
GM
2432012-04-17 Glenn Morris <rgm@gnu.org>
244
245 * dired-aux.el (dired-mark-read-string): Doc fix.
246
30009afd
DA
2472012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
248
249 * dired-aux.el (dired-mark-read-string): Offer optional completion.
250 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
251
41f03f4d
GM
2522012-04-17 Glenn Morris <rgm@gnu.org>
253
254 * mouse.el (mouse-drag-track):
255 * speedbar.el (speedbar-frame-mode):
256 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
257
f45f90f3
LL
2582012-04-16 Leo Liu <sdl.web@gmail.com>
259
260 * progmodes/python.el: Trivial cleanup.
261
94ee8db5
GM
2622012-04-16 Glenn Morris <rgm@gnu.org>
263
121b8917
GM
264 * vc/vc.el (vc-string-prefix-p):
265 * vc/pcvs-util.el (cvs-string-prefix-p):
266 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
267 * mpc.el (mpc-string-prefix-p):
268 Make all of these into obsolete aliases for string-prefix-p.
269 Update callers.
270 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
271
1197ecfa
GM
272 * textmodes/two-column.el: Move custom options to the start.
273 (frame-width): Remove compat definition.
274 (2C-associate-buffer, 2C-dissociate):
275 Use with-current-buffer rather than save-excursion.
276 (2C-dissociate): Force a mode-line update.
277 (2C-autoscroll): Use ignore-errors.
278
099e7202
GM
279 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
280 Autoload trivia.
281
bf350d6a
GM
282 * emacs-lisp/cl-extra.el (*random-state*):
283 Remove unnecessary declaration.
284
0e829eab
GM
285 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
286
e3ad7552
GM
287 * play/cookie1.el (cookie-snarf):
288 Give an explicit error if input file cannot be read.
289
68892d27
GM
290 * play/yow.el (yow-file): Use expand-file-name rather than concat.
291
20f0c46d
GM
292 * progmodes/perl-mode.el (c-macro-expand):
293 Remove unnecessary autoload (it is in loaddefs.el).
294
5a0978ce
GM
295 * textmodes/picture.el (picture-desired-column)
296 (picture-update-desired-column): Convert comments to doc-strings.
297 (picture-substitute): Remove function.
298 (picture-mode-map): Initialize in the defvar.
299
6b955486
GM
300 * woman.el: Remove eval-after-load for tar-mode.
301 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
302 (woman-tar-extract-file): Autoload it.
303
94ee8db5
GM
304 * frame.el (automatic-hscrolling): Make this alias obsolete.
305
177eca34
AM
3062012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
307
308 * ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 309 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
310 (ispell-dictionary-base-alist): Revert to original XEmacs
311 friendly version for default. [:alpha:] will be added in
312 `ispell-set-spellchecker-params' if needed
177eca34 313
c505aaeb
CY
3142012-04-16 Chong Yidong <cyd@gnu.org>
315
316 * image.el (imagemagick--extension-regexp): New variable.
317 (imagemagick-register-types): Use it.
318 (imagemagick-types-inhibit): Add :set function. Allow new value
319 of t to inhibit all types.
320
321 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
322 so we can preload it.
323
324 * loadup.el (fboundp): Preload regexp-opt, needed by
325 imagemagick-register-types.
326
60efac0f
CY
3272012-04-15 Chong Yidong <cyd@gnu.org>
328
329 * frame.el (scrolling): Remove nearly unused customization group.
330
331 * scroll-all.el (scroll-all-mode): Move to windows group.
332
5dd1713e
CY
3332012-04-15 Chong Yidong <cyd@gnu.org>
334
335 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
336
e6fd457e
CY
3372012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 340 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 341
e153c136
GM
3422012-04-15 Glenn Morris <rgm@gnu.org>
343
344 * simple.el (process-file-side-effects): Doc fix.
345
e6fd457e 3462012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
347
348 * international/mule-cmds.el (set-language-environment): Doc fix.
349
3603c3b1
JB
3502012-04-14 Juanma Barranquero <lekktu@gmail.com>
351
352 * server.el (server-auth-key, server-generate-key): Doc fixes.
353 (server-get-auth-key): Doc fix. Use `string-match-p'.
354 (server-start): Reflow docstring.
355
e6de100c
LI
3562012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
357
358 * server.el (server-generate-key): `called-interactively-p'
359 requires a parameter.
360
29734c21
MN
3612012-04-14 Michal Nazarewicz <mina86@mina86.com>
362
363 * server.el (server-auth-key): New variable.
75f1671a 364 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
365 (server-start): Use the new variable and functions to allow
366 setting a permanent server key (bug#9423).
367
d65c9521
LL
3682012-04-14 Leo Liu <sdl.web@gmail.com>
369
370 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
371
5ae255c7
PE
3722012-04-14 Paul Eggert <eggert@cs.ucla.edu>
373
374 Spelling fixes.
375 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
376 Emacs uses American spelling.
377
d5e6342e
JB
3782012-04-14 Juanma Barranquero <lekktu@gmail.com>
379
380 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
381 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
382 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
383 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
384
ab036cd7
SM
3852012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * progmodes/which-func.el (which-func-modes): Change default.
388
35dc09a1 3892012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
390
391 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
392 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
393
35dc09a1 3942012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
395
396 * custom.el (custom-theme-set-variables): Doc fix.
397
35dc09a1 3982012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
399
400 * international/mule.el (set-auto-coding-for-load): Doc fix.
401
35dc09a1 4022012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 403
35dc09a1
GM
404 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
405 imenu work again for Objective C Mode. Correct the *-index values,
406 these having been disturbed by a previous change in 2011-08.
57f845ee 407
0de3da9f
AM
408 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
409 Correct two search limits.
410
35dc09a1 4112012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
412
413 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
414
35dc09a1 4152012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
416
417 * international/characters.el: Fix sorting.
418
35dc09a1 4192012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
420
421 * international/characters.el: Add more missing Latin case pairs.
422
35dc09a1 4232012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
424
425 * files.el (dir-locals-set-class-variables): Doc fix.
426
35dc09a1 4272012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 428
3f1b5bf8
EZ
429 * international/characters.el: Add set-case-syntax-pair call for
430 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
431 counterpart. (Bug#11209)
432
9f847f41
EZ
433 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
434
35dc09a1 4352012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
436
437 * calendar/holidays.el (calendar-check-holidays): Doc fix.
438
35dc09a1 4392012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 440
35dc09a1
GM
441 * textmodes/ispell.el (ispell-dictionary-base-alist):
442 Add data for Hebrew.
e2627d21 443
35dc09a1 4442012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 445
35dc09a1
GM
446 * net/rcirc.el (rcirc-cmd-quit):
447 Revert 2012-03-18 change (Bug#11192).
5c14e333 448
35dc09a1 4492012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
450
451 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
452
35dc09a1 4532012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 454
4517fe3a
SM
455 * minibuffer.el (completion-in-region-mode-map):
456 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 457
b472a594
VD
4582012-04-13 Vivek Dasmohapatra <vivek@etla.org>
459
460 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
461
09b95ce3
MY
4622012-04-13 Masatake YAMATO <yamato@redhat.com>
463
464 * minibuffer.el (minibuffer-local-filename-syntax): New variable
465 to allow `C-M-f' and `C-M-b' to move to the nearest path
466 separator (bug#9511).
467
4b63a9ca
LI
4682012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
469
470 * avoid.el: Require cl when compiling. And also move the
471 `provide' to the end.
472
7b55b8bf
TV
4732012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
474
475 * avoid.el (mouse-avoidance-banish-position): New variable.
476 (mouse-avoidance-banish-destination): Use it (bug#10165).
477
adedaa1f
LL
4782012-04-13 Leo Liu <sdl.web@gmail.com>
479
480 * progmodes/which-func.el (which-func-modes): Add objc-mode.
481
70e74021
KB
4822012-04-13 Ken Brown <kbrown@cornell.edu>
483
484 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 485 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
486 (browse-url-filename-alist): For the same reason, don't modify
487 file:// URLs on Cygwin.
488
e75e89ba
SM
4892012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
492 the region on shift if the binding is already shifted (bug#11221).
493
82f289a4
GM
4942012-04-12 Glenn Morris <rgm@gnu.org>
495
496 * mail/mailpost.el: Move to obsolete/.
497
d333dc4c
DA
4982012-04-12 Drew Adams <drew.adams@oracle.com>
499
500 * imenu.el (imenu--generic-function): Ignore invisible definitions
501 (bug#10123).
502
0d15b5ba
VD
5032012-04-12 Vivek Dasmohapatra <vivek@etla.org>
504
505 * hexl.el (hexl-bits): New variable.
506 (hexl-options): Mention the variable in the doc string.
75f1671a 507 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 508 (hexl-mode): Mention the new variable.
75f1671a
JB
509 (hexl-mode, hexl-current-address, hexl-current-address):
510 Use the displen.
0d15b5ba
VD
511 (hexl-ascii-start-column): New function.
512 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
513 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
514
64a440db
AM
5152012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
516
517 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
518 '("-i" ENCODING), in 2 separate command-line arguments, to specify
519 the encoding, as expected by hunspell.
520
6decb6c2
SM
5212012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * battery.el (battery--linux-sysfs-regexp): New const.
524 (battery-status-function): Use it. Remove yeeloong special case.
525 (battery-yeeloong-sysfs): Remove.
526 (battery-echo-area-format): Remove yeeloong special case.
527
088be6fb
SM
5282012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
529
6622e416
SM
530 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
531 Reported by Noah Friedman.
532
088be6fb
SM
533 * subr.el (read-passwd): Use read-string.
534
b49f886e
LMI
5352012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
536
537 * vcursor.el (vcursor-move): Increase the priority of the overlay
538 (bug#9663).
539
a63067fc
DD
5402012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
541
542 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
543 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
544
ac3cf14a
WS
5452012-04-11 William Stevenson <yhvh2000@gmail.com>
546
547 * textmodes/artist.el (artist-mode): Convert artist-mode to use
548 define-minor-mode (bug#10760).
549
c4fc691b 5502012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 551
4d6769e1 552 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
553 that directories matching `grep-find-ignored-files' won't be
554 pruned (bug#10351).
555
af23e2e5
CY
5562012-04-11 Chong Yidong <cyd@gnu.org>
557
558 * startup.el (command-line): Remove support for long-obsolete
559 variable font-lock-face-attributes.
560
ab7ce8c1
GM
5612012-04-11 Glenn Morris <rgm@gnu.org>
562
563 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
564
de8c03dc
SM
5652012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * window.el (window--state-get-1): Obey window-point-insertion-type.
568
050cc68b
LB
5692012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
570
571 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
572 to previous function when point is on the first character of a
75f1671a 573 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 574
a38c310c
GM
5752012-04-11 Glenn Morris <rgm@gnu.org>
576
effed0c2
GM
577 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
578 not just file-errors.
579
a38c310c
GM
580 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
581 (vc-bzr-sha1): Use internal sha1.
582
0221e323
SM
5832012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
586
43956923
SG
5872012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
588
589 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
590 that start in the middle of the line (bug#10496).
591
6a8c9eaf
DN
5922012-04-10 Dan Nicolaescu <dann@gnu.org>
593
594 * battery.el (battery-linux-proc-acpi): Only one battery is
595 discharged at a time, but that seems to confuse battery.el when
596 computing `rate-type' for the battery not being discharged
597 (bug#10332).
598
1930bf5d
SM
5992012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
600
2a718f6f
SM
601 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
602
599430d0
SM
603 * international/quail.el: Use dolist and simplify.
604 (quail-define-package, quail-update-keyboard-layout)
605 (quail-define-rules): Use dolist.
606 (quail-insert-kbd-layout, quail-get-translation): CSE.
607
a2754b6c
SM
608 * tmm.el: Use dolist, remove left over hook.
609 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
610 Use dolist.
611 (calendar-load-hook): Don't mess with it.
612
1930bf5d
SM
613 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
614 Use derived-mode-p. Run the diff asynchronously.
615
9f67961c
LMI
6162012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
617
618 * obsolete/mouse-sel.el: Add an Obsolete-since header.
619
2a8ce227
JB
6202012-04-10 Juanma Barranquero <lekktu@gmail.com>
621
622 * misc.el: Display absolute path of loaded DLLs (bug#10424).
623 (list-dynamic-libraries--loaded): New function.
624 (list-dynamic-libraries--refresh): Use it.
625
8f33b5f8
NW
6262012-04-10 Nathan Weizenbaum <nweiz@google.com>
627
1930bf5d
SM
628 * progmodes/python.el (python-fill-paragraph):
629 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
630 disabled (bug#7018).
631
b12f0439
L
6322012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
633
1930bf5d 634 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
635 DOS/MS Windows for the Baltic languages. There are still plenty
636 of texts written in this encoding/codepage (bug#6519).
b12f0439 637
57c3bd01
GM
6382012-04-10 Glenn Morris <rgm@gnu.org>
639
640 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
641 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
642
6c3eab30
FA
6432012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
644
1930bf5d 645 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
646 next-line "n" and previous-line "p" in order to make recentf more
647 consistent with ibuffer, dired or org-mode (bug#9387).
648
24d78a88
LMI
6492012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
650
bc72b5d9
LMI
651 * image.el (put-image): Return the overlay created instead of the
652 optional input string (bug#7834). Note that this may break code
653 that is (for some reason or other) depending on `put-image'
654 returning the string.
655
bd2dba5a
LMI
656 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
657
74beb59f
LMI
658 * simple.el (zap-to-char): Allow zapping using input methods
659 (bug#1580).
660
24d78a88
LMI
661 * textmodes/fill.el (fill-region): Leave point and mark where they
662 were before filling (bug#5399).
663
263f20cd
GM
6642012-04-09 Glenn Morris <rgm@gnu.org>
665
666 * version.el (emacs-bzr-get-version):
667 Handle lightweight checkouts of local branches.
668
58d1f797
AS
6692012-04-09 Andreas Schwab <schwab@linux-m68k.org>
670
263f20cd 671 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 672
b4d3bc10
CY
6732012-04-09 Chong Yidong <cyd@gnu.org>
674
675 * custom.el (custom-variable-p): Return nil for non-symbol
676 arguments instead of signaling an error.
677 (user-variable-p): Obsolete alias for custom-variable-p.
678
679 * apropos.el (apropos-variable):
680 * files-x.el (read-file-local-variable):
681 * simple.el (set-variable):
682 * woman.el (woman-mini-help):
683 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
684
fd06db5d
GM
6852012-04-09 Glenn Morris <rgm@gnu.org>
686
e5fcdb5e
GM
687 * startup.el (normal-top-level): Don't look for leim-list.el
688 in places where it will not be found. (Bug#910)
689
fd06db5d
GM
690 * international/mule-cmds.el (set-default-coding-systems):
691 * files.el (normal-mode):
692 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
693 This function was removed with ucs-tables.el in 2008.
694
b39bb7e1
EZ
6952012-04-08 Eli Zaretskii <eliz@gnu.org>
696
697 * textmodes/ispell.el (ispell-check-version): For hunspell, set
698 ispell-encoding8-command to "-i", without a trailing space.
699 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
700 separate command-line arguments, to specify the encoding, since
701 that's how hunspell expects it.
702
5c5b8e23
GM
7032012-04-08 Glenn Morris <rgm@gnu.org>
704
705 * loadup.el: Load bindings before cus-start.
706 This reduces somewhat the number of "rogue" settings in emacs -Q.
707
a1ed8b05
GM
7082012-04-07 Glenn Morris <rgm@gnu.org>
709
710 * version.el (emacs-bzr-get-version): New function.
dfae128a 711 (emacs-bzr-version): New variable.
a1ed8b05
GM
712 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
713 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
714
b142f158
EZ
7152012-04-07 Eli Zaretskii <eliz@gnu.org>
716
dfae128a
GM
717 * international/uni-bidi.el, international/uni-category.el:
718 * international/uni-combining.el, international/uni-decimal.el:
719 * international/uni-decomposition.el, international/uni-digit.el:
720 * international/uni-lowercase.el, international/uni-mirrored.el:
721 * international/uni-name.el, international/uni-numeric.el:
722 * international/uni-titlecase.el, international/uni-uppercase.el:
723 Update for Unicode 6.1.
b142f158 724
9078ead6
EZ
7252012-04-07 Eli Zaretskii <eliz@gnu.org>
726
727 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
728
f23d2c7d
LMI
7292012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
730
731 * window.el (shrink-window): Mention the `window-min-height'
732 variable in the doc string.
733
0a0a3573
BG
7342012-04-05 Bastien Guerry <bzg@altern.org>
735
736 * color.el (color-lighten-name): Fix typo.
737
e5248ac9
SM
7382012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * server.el (server--on-display-p): New function.
741 (server--on-display-p): Use it.
742
b4243e22
GV
7432012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
744
745 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
746 (bug#11145).
747
305d9f44
SM
7482012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * comint.el (comint--common-quoted-suffix): Check string boundary
751 before comparing (bug#11158).
752 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
753
3d439cd1
CY
7542012-04-04 Chong Yidong <cyd@gnu.org>
755
321cc491
CY
756 * minibuffer.el (completion-extra-properties): Doc fix.
757
3d439cd1
CY
758 * subr.el (delayed-warnings-hook): Doc fix.
759
2d562c0f
DU
7602012-04-04 Daiki Ueno <ueno@unixuser.org>
761
762 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
763 selection (Bug#11159).
764 (epa-insert-keys): Inform that the default public key will be
765 exported if no key is selected.
766
4443f204
RS
7672012-04-04 Richard Stallman <rms@gnu.org>
768
769 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
770
529c06b6
CY
7712012-04-03 Chong Yidong <cyd@gnu.org>
772
773 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
774 mail-insert-file, not its obsolete alias mail-attach-file.
775
66b907dc
MA
7762012-04-03 Michael Albinus <michael.albinus@gmx.de>
777
778 * notifications.el (notifications-notify): Fix docstring.
779
c0ea195d
GM
7802012-04-02 Glenn Morris <rgm@gnu.org>
781
782 * emacs-lisp/authors.el (authors-aliases): Another addition.
783
5ca64e00
MA
7842012-04-02 Michael Albinus <michael.albinus@gmx.de>
785
786 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
787 `tramp-compat-call-process' instead of `tramp-local-call-process'.
788 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
789
42ee526b
CY
7902012-04-01 Chong Yidong <cyd@gnu.org>
791
792 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
793 Handle root directory properly.
794 (copy-directory): Caller changed.
795
796 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
797 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
798
0b021094
GM
7992012-03-31 Glenn Morris <rgm@gnu.org>
800
40f86458
GM
801 * term/xterm.el (xterm-extra-capabilities): Doc fix.
802
7019c177
GM
803 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
804
a1daddd6
GM
805 * calendar/calendar.el (calendar-window-list)
806 (calendar-hide-window): Restore. (Bug#11140)
807 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
808
0b021094
GM
809 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
810
40311efc
TV
8112012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
812
813 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
814 Check if file is a symlink (Bug#10489).
815
816 * files.el (copy-directory): Likewise.
817
5319014e
CY
8182012-03-30 Chong Yidong <cyd@gnu.org>
819
820 * image.el (imagemagick-types-inhibit)
821 (imagemagick-register-types): Doc fix.
822
935d1290
AM
8232012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
824
825 * ispell.el (ispell-get-extended-character-mode): Disable
75f1671a
JB
826 extended-char-mode for hunspell. hunspell does not support it
827 and treats ~word as ordinary words in pipe mode.
935d1290 828
61c6e8fd
GM
8292012-03-30 Glenn Morris <rgm@gnu.org>
830
831 * tutorial.el (help-with-tutorial): Ensure local variables don't
832 happen to make the buffer read-only. (Bug#11127)
833
81fdff00
SM
8342012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
835
836 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
837 (perl-calculate-indent): Return `noindent' in strings.
838
6e7a6ec0
SS
8392012-03-28 Sam Steingold <sds@gnu.org>
840
841 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
842 instead of the broken adhockery which does not prevent calendar
843 buffers from being displayed at random after exit.
844 (calendar-window-list, calendar-hide-window): Remove the broken
845 adhockery.
846
fee88ca0
GM
8472012-03-28 Glenn Morris <rgm@gnu.org>
848
849 * replace.el (query-replace-map): Doc fix.
850
38de3354
AS
8512012-03-28 Andreas Schwab <schwab@linux-m68k.org>
852
853 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
854 contents. (Bug#11109)
855
b973155e
SM
8562012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
857
858 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
859 (bug#11077).
860 (avl-tree--check, avl-tree--check-node): New funs.
861
dcb6e7b3
MR
8622012-03-27 Martin Rudalics <rudalics@gmx.at>
863
864 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
865 (switch-to-prev-buffer, switch-to-next-buffer):
866 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
867 showing a buffer already is done on the same frame.
868
b4fa35fa
GM
8692012-03-27 Glenn Morris <rgm@gnu.org>
870
871 * startup.el (mail-host-address): Doc fix.
872
f9210e18
SM
8732012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
876 than 197 variables.
877
c0bf7753
AF
8782012-03-26 Ami Fischman <ami@fischman.org>
879
880 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
881
33da7b16
GM
8822012-03-26 Glenn Morris <rgm@gnu.org>
883
02243d9d
GM
884 * files.el (save-buffers-kill-emacs): Doc fix.
885
33da7b16
GM
886 * startup.el (normal-top-level, command-line, command-line-1):
887 Give them doc strings.
888
e5a69fd0
EZ
8892012-03-25 Eli Zaretskii <eliz@gnu.org>
890
891 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 892 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 893
9a69676a
CY
8942012-03-25 Chong Yidong <cyd@gnu.org>
895
4125cb8b
CY
896 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
897 theme if it was previously enabled before (Bug#11031).
898
dd470960
CY
899 * cus-theme.el (custom-theme-write-faces): Retrieve current face
900 spec with custom-face-get-current-spec if its :shown-value is not
901 determined yet (Bug#9337).
4125cb8b 902 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 903
9a69676a
CY
904 * button.el (button-at): Minor addition to docstring.
905
6e7e90fa
SL
9062012-03-24 Simon Leinen <simon.leinen@gmail.com>
907
908 * vc/vc.el (vc-merge): Fix a prompt.
909
f06e2758
CY
9102012-03-24 Chong Yidong <cyd@gnu.org>
911
912 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
913 point (Bug#9623).
914
6e7e90fa
SL
915 * button.el (button-at): Minor addition to docstring.
916
b9d0879b
SM
9172012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * newcomment.el (comment-choose-indent): No space after BOL.
920
e71cebb3
SS
9212012-03-22 Sam Steingold <sds@gnu.org>
922
923 * window.el (switch-to-prev-buffer): Revert last patch because the
924 bug turned out to be an advertised feature (Elisp manual 28.14).
925
335aff35
GM
9262012-03-22 Glenn Morris <rgm@gnu.org>
927
928 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
929 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
930
c676576a
LMI
9312012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
933 * net/network-stream.el (network-stream-open-starttls): Make error
934 message under Windows be less misleading.
935
126f3d39
LW
9362012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
937
938 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
939 understands (bug#9942).
940
64fee311
CY
9412012-03-22 Chong Yidong <cyd@gnu.org>
942
943 * simple.el (end-of-visible-line): Handle return value of
944 next-single-property-change properly (Bug#9371).
945
a640d29a
KH
9462012-03-22 Kenichi Handa <handa@m17n.org>
947
948 * international/quail.el (quail-insert-kbd-layout): Fix previous
949 change. To avoid unwanted bidi reordering, use
950 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
951
39675016
DG
9522012-03-21 Dmitry Gutov <dgutov@yandex.ru>
953
954 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
955 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
956 (ruby-beginning-of-indent): Be more careful with the difference
957 between word-boundary and symbol boundary.
958 (ruby-mode-syntax-table): Make : a symbol constituent.
959
0a6934fc 9602012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 961
3d008e4f
SM
962 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
963
0a6934fc
SM
9642012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
965
af67c9d7
SM
966 * progmodes/etags.el (tags-completion-at-point-function):
967 Improve last fix.
968
1acad97c
SM
969 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
970
e298b5da
SS
9712012-03-21 Sam Steingold <sds@gnu.org>
972
973 * progmodes/etags.el (tags-completion-at-point-function):
974 Avoid the error when point is inside the pattern.
975
91d82a70
JY
9762012-03-21 John Yates <john@yates-sheets.org> (tiny change)
977
978 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
979 line (Bug#10855).
980
69188b79
CY
9812012-03-21 Drew Adams <drew.adams@oracle.com>
982
983 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
984
99fc91fe
AK
9852012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
986
987 * ido.el (ido-set-current-directory, ido-read-internal)
988 (ido-choose-completion-string, ido-completion-help): Handle nil
989 value of ido-completion-buffer (Bug#11008).
990
087bbb4c
SS
9912012-03-21 Sam Steingold <sds@gnu.org>
992
993 * window.el (switch-to-prev-buffer): Do not switch to a visible
994 window previous buffer, just like with the frame previous buffers.
995
fb5b8aca
CY
9962012-03-21 Chong Yidong <cyd@gnu.org>
997
998 * faces.el (make-face, make-empty-face, copy-face):
999 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1000 Doc fixes.
1001
dc9924b8
SM
10022012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * wid-edit.el (widget-complete-field): Remove (bug#11051).
1005 (widget-complete): Remove broken use of it.
1006
f0bcceb9
CY
10072012-03-20 Chong Yidong <cyd@gnu.org>
1008
dc9924b8
SM
1009 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1010 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
1011 characters.
1012
ee52ebf3
TH
10132012-03-20 Tassilo Horn <tassilo@member.fsf.org>
1014
1015 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
1016 to draw rectangles, not squares. (Regression introduced by revno
1017 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
1018
4c5779ab
CY
10192012-03-18 Chong Yidong <cyd@gnu.org>
1020
1021 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
1022 it is not yet defined (for temacs).
1023
15360934
LL
10242012-03-18 Leo Liu <sdl.web@gmail.com>
1025
dc9924b8 1026 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 1027
d9a8eb66
EZ
10282012-03-17 Eli Zaretskii <eliz@gnu.org>
1029
1030 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
1031 (ispell-choices-win-default-height, ispell-silently-savep)
1032 (ispell-dictionary-alist, ispell-encoding8-command)
1033 (ispell-check-version, ispell-aspell-find-dictionary)
1034 (ispell-valid-dictionary-list, ispell-words-keyword)
1035 (ispell-get-word, ispell-internal-change-dictionary)
1036 (ispell-region, ispell-skip-region-list)
1037 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
1038 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
1039 (ispell-message-text-end, ispell-message)
1040 (ispell-buffer-local-parsing): Doc fix.
1041
f02ff80d
J
10422012-03-13 Jambunathan K <kjambunathan@gmail.com>
1043
1044 * htmlfontify.el: Add support for code block fontification for ODT
1045 export (Bug #9914).
1046 (hfy-optimisations): Define new option
1047 `body-text-only'
1048 (hfy-fontify-buffer): Honor above setting.
1049 (hfy-begin-span, hfy-end-span): New routines factored out form
1050 `hfy-fontify-buffer'.
1051 (hfy-begin-span-handler, hfy-end-span-handler): New variables
1052 that permit insertion of custom tags.
1053 (hfy-fontify-buffer): Use above handlers.
1054 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
1055 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 1056 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 1057 over multiple runs. This is made possible by having the caller let
f02ff80d
J
1058 bind a special variable `hfy-user-sheet-assoc'.
1059 (htmlfontify-string): New defun.
1060 (hfy-compile-face-map): Make sure that the last char in the
1061 buffer is correctly fontified.
1062 (hfy-face-resolve-face): Whitespace only change.
1063
9ac7a13f
EZ
10642012-03-17 Eli Zaretskii <eliz@gnu.org>
1065
1066 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
1067 message more clear.
1068
e2b5bdd7
LL
10692012-03-16 Leo Liu <sdl.web@gmail.com>
1070
1071 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
1072
2e492df3
AM
10732012-03-16 Alan Mackenzie <acm@muc.de>
1074
1075 Further optimise the handling of large macros.
1076
1077 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
1078 limit to a call of `c-literal-limits'.
1079 (c-determine-+ve-limit): New function.
dc9924b8
SM
1080 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
1081 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
1082 In CASE 5B, restrict a search limit to 500.
1083 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
1084
1085 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
1086 Restrict macro bounds to +-500 from after-change's BEG END.
1087
50e94f0c
LL
10882012-03-16 Leo Liu <sdl.web@gmail.com>
1089
1090 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
1091
6f09f6ed
AH
10922012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
1093
1094 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 1095 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 1096
c7e73d51
GM
10972012-03-16 Glenn Morris <rgm@gnu.org>
1098
da986230
GM
1099 * view.el (view-buffer, view-buffer-other-window)
1100 (view-buffer-other-frame): Doc fixes re special mode-class.
1101
0835f01e
GM
1102 * subr.el (eval-after-load): If named feature is provided not from
1103 a file, run after-load forms. (Bug#10946)
1104
c7e73d51
GM
1105 * calendar/calendar.el (calendar-insert-at-column):
1106 Handle non-unit-width characters a bit better. (Bug#10978)
1107
3f2eafd1
CY
11082012-03-15 Chong Yidong <cyd@gnu.org>
1109
1110 * emacs-lisp/ring.el (ring-extend): New function.
1111 (ring-insert+extend): Extend the ring correctly (Bug#11019).
1112
1113 * comint.el (comint-read-input-ring)
1114 (comint-add-to-input-history): Grow comint-input-ring lazily.
1115
103af3fe
SM
11162012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1117
663b1677
SM
1118 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1119 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
1120
103af3fe
SM
1121 * imenu.el: Fix multiple inheritance breakage (bug#9199).
1122 (imenu-add-to-menubar): Don't add a redundant index.
1123 (imenu-update-menubar): Handle a dynamically composed keymap.
1124
899cb7cb
KY
11252012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1126
1127 * mail/sendmail.el (mail-encode-header):
1128 Bind rfc2047-encode-encoded-words to nil.
1129
3809f91d
GM
11302012-03-13 Glenn Morris <rgm@gnu.org>
1131
1132 * calendar/calendar.el (calendar-string-spread):
1133 Handle non-unit-width characters a bit better. (Bug#10978)
1134
9e345a01
LL
11352012-03-13 Leo Liu <sdl.web@gmail.com>
1136
1137 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
1138 directory and file as argument (Bug#10822).
1139
4a07df36
KS
11402012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1141
1142 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
1143 For dynamically generated code, follow $PC.
1144 (gdb-disassembly-handler-custom): Handle no function name case.
1145
4aaa9356
TL
11462012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
1147
1148 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
1149 * emulation/ws-mode.el (ws-query-replace):
1150 * sort.el (sort-regexp-fields):
1151 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
1152
225979da
SM
11532012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * dabbrev.el: Fix cycle completion order (bug#10963).
1156 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
1157 (dabbrev-completion): Don't use an obarray; provide
1158 a cycle-sort-function.
1159
e2f1fdab
LL
11602012-03-12 Leo Liu <sdl.web@gmail.com>
1161
dc9924b8 1162 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
1163 (kill-do-not-save-duplicates): Doc fix.
1164
b19490ed
SM
11652012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * dabbrev.el: Fix cycle completion (bug#10963).
1168 Use lexical binding and wrap to 80 columns.
1169 (dabbrev-completion): Delay computing the list of completions.
1170
4b05d722
KH
11712012-03-12 Kenichi Handa <handa@m17n.org>
1172
1173 * international/quail.el (quail-insert-kbd-layout): Surround each
1174 row by LRO and PDF instead of inserting many LRMs. Pad the left
1175 and right of each non-spacing marks. Insert invisible space
1176 between lower and upper characters to prevent composition.
1177
dbbc2e69
SM
11782012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * minibuffer.el (minibuffer-complete): Don't get confused when the
1181 function is run twice via different commands (bug#10958).
1182 (complete-with-action): Fix docstring.
1183
292112ed
CY
11842012-03-12 Chong Yidong <cyd@gnu.org>
1185
5d1ac394
CY
1186 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
1187 (nxml-completion-at-point-function): New function.
1188 (nxml-mode): Use it.
1189 (nxml-bind-meta-tab-to-complete-flag): Default to t.
1190
292112ed
CY
1191 * emacs-lisp/package.el (package-unpack, package-unpack-single):
1192 Load generated autoloads file before byte compiling (Bug#10970).
1193 (package--make-autoloads-and-compile): New helper fun.
1194
4098f8f7
CS
11952012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
1196
1197 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
1198
8f754691
MA
11992012-03-11 Michael Albinus <michael.albinus@gmx.de>
1200
1201 * autorevert.el (auto-revert-handler): Ensure, that
1202 file-readable-p is applied only for local files or in
1203 auto-revert-tail-mode.
1204
e29ab36b
AS
12052012-03-11 Andreas Schwab <schwab@linux-m68k.org>
1206
dbbc2e69
SM
1207 * server.el (server-eval-at): Handle non-tcp connections.
1208 Decode result string.
ad0bf5b6 1209
e29ab36b
AS
1210 * server.el (server-msg-size): New constant.
1211 (server-reply-print): New function.
1212 (server-eval-and-print): Use it.
1213 (server-eval-at): Use server-quote-arg and server-unquote-arg.
1214 Handle -print-nonl.
1215
de5939ba
CS
12162012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
1217
1218 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
1219 (Bug#10987).
1220
0c93eabf
CY
12212012-03-11 Chong Yidong <cyd@gnu.org>
1222
397a688f
CY
1223 * simple.el (goto-line): Doc fix (Bug#9938).
1224
2cc775f9
CY
1225 * subr.el (save-window-excursion): Doc fix (Bug#9979).
1226
0c93eabf
CY
1227 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
1228 when finished (Bug#10963).
1229
c491fa41
MR
12302012-03-11 Martin Rudalics <rudalics@gmx.at>
1231
1232 * window.el (split-window-below): Fix bug in case where
1233 split-window-keep-point is nil (Bug#10971).
1234
300e8fa5
JL
12352012-03-11 Juri Linkov <juri@jurta.org>
1236
1237 * replace.el (replace-highlight): Set isearch-word to nil
1238 unconditionally. (Bug#10887)
1239
dbf6c5a1
EZ
12402012-03-10 Eli Zaretskii <eliz@gnu.org>
1241
1242 * net/mairix.el (mairix-replace-invalid-chars): Rename from
1243 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 1244 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
1245 (mairix-widget-create-query): Add usage information about mairix
1246 search forms: negating words, searching for substrings, etc.
1247
b9e501de
JP
12482012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
1249
1250 * international/fontset.el (font-encoding-alist): Add an entry for
1251 ksx1001 (Bug#5667).
1252
92795c91
RS
12532012-03-10 Richard Stallman <rms@gnu.org>
1254
1694e6c1
RS
1255 * mail/sendmail.el (mail-encode-header):
1256 Set rfc2047-encode-encoded-words.
1257
607e8555
RS
1258 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
1259
de3bc99a
RS
1260 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
1261 view buffer means not swapped.
1262 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
1263 (rmail-write-region-annotate): Error if real text has disappeared.
1264
92795c91
RS
1265 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
1266
699bd04e
CY
12672012-03-10 Chong Yidong <cyd@gnu.org>
1268
1269 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
1270 * emulation/cua-base.el (cua--init-keymaps):
1271 Add delete-forward-char to remappings (Bug#9666).
699bd04e 1272
570a1714
MR
12732012-03-10 Martin Rudalics <rudalics@gmx.at>
1274
dbbc2e69
SM
1275 * speedbar.el (speedbar-unhighlight-one-tag-line):
1276 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 1277
82dcf4e4
CY
12782012-03-10 Chong Yidong <cyd@gnu.org>
1279
7a2c7ca7
CY
1280 * minibuffer.el (completion-in-region, completion-help-at-point):
1281 Give the completion field overlay a high priority (Bug#6830).
1282
82dcf4e4
CY
1283 * dired.el (dired-goto-file): Recognize absolute file name
1284 listings (Bug#7126).
1285 (dired-goto-file-1): New helper function.
1286 (dired-toggle-read-only): Inhibit warnings.
1287
052e28ac
MA
12882012-03-09 Michael Albinus <michael.albinus@gmx.de>
1289
75f1671a 1290 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
1291 there are no properties.
1292
95d5e396
LL
12932012-03-09 Leo Liu <sdl.web@gmail.com>
1294
1295 * savehist.el (savehist-printable): Stricter check for string
1296 value (Bug#10937).
1297
3f018d6d
EZ
12982012-03-09 Eli Zaretskii <eliz@gnu.org>
1299
dbbc2e69
SM
1300 * mail/smtpmail.el (smtpmail-send-it):
1301 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
1302 valid mbox format.
1303
f7fd3d79
GM
13042012-03-09 Glenn Morris <rgm@gnu.org>
1305
1306 * files.el (dir-locals-find-file):
1307 Don't check result is regular, readable.
1308 (dir-locals-read-from-file): Demote errors.
1309
6ff6e72f
EZ
13102012-03-08 Eli Zaretskii <eliz@gnu.org>
1311
dbbc2e69
SM
1312 * international/quail.el (quail-insert-kbd-layout):
1313 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
1314 layout cell, to prevent their reordering by bidi display engine.
1315 For details, see the discussion in
1316 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
1317
9cec7834
AM
13182012-03-08 Alan Mackenzie <acm@muc.de>
1319
1320 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
1321 the starting position; make it extend the marked region when
1322 invoked repeatedly - all under appropriate circumstances.
1323 Fixes bugs #5525, #10906.
1324
9a40b8d4
GM
13252012-03-08 Glenn Morris <rgm@gnu.org>
1326
1327 * files.el (locate-dominating-file, dir-locals-find-file):
1328 Undo 2012-03-06 change.
1329
7a08ed35
EZ
13302012-03-07 Eli Zaretskii <eliz@gnu.org>
1331
dbbc2e69
SM
1332 * international/quail.el (quail-help):
1333 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
1334 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
1335 for the reason.
1336
5aca4f71 13372012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
1338
1339 Avoid superfluous registering of signals. (Bug#10807)
1340
1341 * notifications.el (notifications-on-action-object)
1342 (notifications-on-close-object): New defvars.
1343 (notifications-on-action-signal, notifications-on-closed-signal):
1344 Unregister the signal if not needed any longer.
1345 (notifications-notify): Register `notifications-action-signal' or
1346 `notifications-closed-signal', if :on-action or :on-close has been
1347 passed as argument.
1348
78e8b10a
CY
13492012-03-07 Chong Yidong <cyd@gnu.org>
1350
1351 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
1352 non-X platforms.
1353
69481eb8
GM
13542012-03-06 Glenn Morris <rgm@gnu.org>
1355
1356 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1357 (x-disown-selection-internal, x-get-selection-internal):
1358 Doc fix (add arglist signatures). (Bug#10783)
1359
133b8e11
KS
13602012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
1361
1362 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1363 Handle breakpoints with no "type".
1364
99a83064
GM
13652012-03-06 Glenn Morris <rgm@gnu.org>
1366
1367 * files.el (locate-dominating-file): Add optional predicate argument.
1368 (dir-locals-find-file): Make use of above change.
1369
17798e78
TTN
13702012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
1371
1372 * info.el (Info-insert-dir): Also try "dir.gz".
1373
eb182446
GM
13742012-03-06 Glenn Morris <rgm@gnu.org>
1375
8f2114ee
GM
1376 * files.el (dir-locals-find-file):
1377 Ignore non-readable or non-regular files. (Bug#10928)
1378
eb182446
GM
1379 * files.el (locate-dominating-file): Doc fix.
1380
24679323
AS
13812012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
1382
1383 * calendar/calendar.el (calendar-set-mode-line):
1384 `getenv' returns a string. (Bug#10951)
1385
01d972a9
LL
13862012-03-05 Leo Liu <sdl.web@gmail.com>
1387
109aa8a9
LL
1388 * simple.el (backward-delete-char-untabify): Constrain point to
1389 field (Bug#10939).
1390
01d972a9
LL
1391 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
1392
10607bea
CY
13932012-03-05 Chong Yidong <cyd@gnu.org>
1394
1395 * simple.el (count-words): If called from Lisp, return the word
1396 count, for symmetry with `count-lines'. Arglist changed.
1397 (count-words--message): Args changed. Consolidate counting code
1398 from count-words and count-words-region.
1399 (count-words-region): Caller changed.
1400 (count-lines-region): Make it an obsolete alias.
1401
5dd11cfe
TH
14022012-03-04 Tassilo Horn <tassilo@member.fsf.org>
1403
1404 * saveplace.el (save-place-to-alist)
1405 (save-place-ignore-files-regexp): Allow value nil to disable this
1406 feature.
1407
c349f4e6
CY
14082012-03-04 Chong Yidong <cyd@gnu.org>
1409
1410 * faces.el (face-spec-reset-face): For the default face, reset the
1411 attributes to default values (Bug#10748).
1412
e627be4c
LMI
14132012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1414
1415 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
1416 previous patch: Check `message-send-mail-function', and not the
1417 default function (bug#10897).
1418
ebeabff4
MA
14192012-03-04 Michael Albinus <michael.albinus@gmx.de>
1420
a41a6cf4
MA
1421 * notifications.el (notifications-on-action-signal)
1422 (notifications-on-closed-signal): Check for unique service name of
1423 incoming event. Fix error in removing entry.
ebeabff4 1424 (top): Register for signals with wildcard service name.
a41a6cf4 1425 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 1426
c1ca42b4
CY
14272012-03-04 Chong Yidong <cyd@gnu.org>
1428
dc9924b8 1429 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 1430
ea16568d
GM
14312012-03-04 Glenn Morris <rgm@gnu.org>
1432
1433 * abbrev.el (copy-abbrev-table, abbrev-table-p)
1434 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
1435 (expand-abbrev, define-abbrev-table): Doc fixes.
1436
fbae4637
LMI
14372012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
1439 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
1440 `message-default-send-mail-function' and not `send-mail-function'
1441 when doing the prompting for `sendmail-query-once' before sending
1442 in Message buffers (bug#10897).
1443
a1e7225c
LMI
1444 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
1445 This is inconsistent with all the other stream functions, which leave
1446 the setting up to the higher levels (if so wanted) (bug#10931).
1447
56d093a9
AM
14482012-03-02 Alan Mackenzie <acm@muc.de>
1449
1450 Depessimize the handling of very large macros.
1451
1452 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
1453 (c-macro-cache-syntactic): New variables to implement a one
1454 element macro cache.
1455 (c-invalidate-macro-cache): New function.
1456 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
1457 Adapt to use the new cache.
1458 (c-state-safe-place): Use better the cache of safe positions.
1459 (c-state-semi-nonlit-pos-cache)
1460 (c-state-semi-nonlit-pos-cache-limit):
1461 New variables for...
1462 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
1463 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
1464 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
1465 Use c-state-semi-safe-place.
56d093a9 1466
dbbc2e69
SM
1467 * progmodes/cc-langs.el (c-get-state-before-change-functions):
1468 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 1469
817e5c3d
MA
14702012-03-02 Michael Albinus <michael.albinus@gmx.de>
1471
dbbc2e69
SM
1472 * jka-compr.el (jka-compr-call-process):
1473 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
1474 not remote.
1475
a032a702
MA
14762012-03-01 Michael Albinus <michael.albinus@gmx.de>
1477
1478 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
1479 access of FILE2, if FILE1 does not exist.
1480
99a54f21
MA
1481 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
1482 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
1483
1484 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
1485 Add "PAGER=" to `process-environment'.
1486
f6561e1f
MM
14872012-03-01 Michael R. Mauger <mmaug@yahoo.com>
1488
1489 * progmodes/sql.el: Bug fix
1490 (sql-get-login-ext): Save login values in globals.
1491 (sql-get-login): Use new version of `sql-get-login-ext'.
1492 (sql-interactive-mode): Set global `sql-connection' to nil.
1493 (sql-connect): Set global values for connection.
1494 (sql-product-interactive): Save global values as buffer local.
1495
2d44d9cc
LL
14962012-02-29 Leo Liu <sdl.web@gmail.com>
1497
1498 * abbrev.el (define-abbrevs): Reset sys to nil.
1499
96b49301 15002012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1501
bf7f9bc5
JB
1502 * files.el (file-equal-p): Rename from `files-equal-p'.
1503 Return nil when one or both files don't exist.
96b49301 1504 (file-subdir-of-p): Now only top directory must exists,
1505 return nil if it doesn't.
bf7f9bc5
JB
1506 (copy-directory): No need to test with `file-subdir-of-p' after
1507 creating dir.
1508 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1509 to `file-equal-p'.
96b49301 1510
44e97401
GM
15112012-02-28 Glenn Morris <rgm@gnu.org>
1512
1513 * shell.el (shell-mode):
1514 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1515 * play/landmark.el (landmark-font-lock-face-O):
1516 * play/handwrite.el (handwrite):
1517 * play/gomoku.el (gomoku-O):
1518 * net/browse-url.el (browse-url-browser-display):
1519 * international/mule.el (define-charset):
1520 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1521 * filesets.el (filesets-find-file-delay):
1522 * eshell/em-xtra.el (eshell-xtra):
1523 * eshell/em-unix.el (eshell-grep):
1524 * emulation/viper.el (viper-mode):
1525 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1526 * emacs-lisp/easymenu.el (easy-menu-define):
1527 * calendar/timeclock.el (timeclock-use-display-time):
1528 * bs.el (bs-mode):
1529 * bookmark.el (bookmark-save-flag):
1530 Doc fix (standardize possessive apostrophe usage).
1531
c98c6276
CY
15322012-02-27 Chong Yidong <cyd@gnu.org>
1533
bf7f9bc5
JB
1534 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1535 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 1536
c98c6276
CY
1537 * font-lock.el (font-lock-specified-p): Rename from
1538 font-lock-spec-present. Callers changed.
1539
9c62cd04 15402012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 1541
bf7f9bc5
JB
1542 * emacs-lisp/package.el (package-compute-transaction):
1543 Handle holding a package version to t in package-load-list.
8ac9e529 1544
530739c9
MA
15452012-02-26 Michael Albinus <michael.albinus@gmx.de>
1546
1547 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1548 (tramp-get-inode, tramp-get-device): Use cached values.
1549
487915d7
AM
15502012-02-26 Alan Mackenzie <acm@muc.de>
1551
1552 Check there is a font-lock specification before doing initial
1553 fontification.
1554
1555 * font-core.el (font-lock-mode): Move the conditional from
1556 :after-hook to font-lock-initial-fontify.
1557 (font-lock-default-function): Move the check for a specification
1558 to font-lock-spec-present.
1559
dc9924b8 1560 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
1561 (font-lock-spec-present): New function.
1562
4fd96557
JB
15632012-02-26 Jim Blandy <jimb@red-bean.com>
1564
1565 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1566 (gdb-send): Apply it to the operand of the '-interpreter-exec
1567 console' command, so that we can pass arguments with (say) quotes
1568 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1569
9a4888c0
CY
15702012-02-26 Chong Yidong <cyd@gnu.org>
1571
07498861
CY
1572 * help-fns.el (describe-function-1): Clarify description of
1573 remapping (Bug#10844).
1574
9a4888c0
CY
1575 * files.el (files-equal-p): Doc fix.
1576 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1577 and quit the loop once a mismatch is found.
1578
ea8fb88d
JB
15792012-02-25 Juanma Barranquero <lekktu@gmail.com>
1580
1581 * bs.el (bs--show-with-configuration): Don't throw an error
1582 if the window cannot be split; otherwise, subsequent calls to
1583 bs-show fail, restoring a stale window config. (Bug#10882)
1584
525795c1
JD
15852012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1586
1587 * term/ns-win.el (global-map): Bind ns-drag-file to
1588 ns-find-file (Bug#5855, Bug#10050).
1589
f008086f
AS
15902012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1591
1592 * calendar/parse-time.el (parse-time-string): Allow extractor to
1593 return nil.
1594
a3fcfa99
MA
15952012-02-25 Michael Albinus <michael.albinus@gmx.de>
1596
91027d08
JB
1597 * net/tramp.el (tramp-file-name-for-operation):
1598 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
1599
1600 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
1601 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1602 Add COPY-CONTENTS argument.
a3fcfa99 1603
67b0de11
CY
16042012-02-25 Chong Yidong <cyd@gnu.org>
1605
1606 Add custom groups for VC backends, for consistency with vc-bzr.
1607
1608 * vc/vc-arch.el (vc-arch):
1609 * vc/vc-cvs.el (vc-cvs):
1610 * vc/vc-git.el (vc-git):
1611 * vc/vc-hg.el (vc-hg):
1612 * vc/vc-mtn.el (vc-mtn):
1613 * vc/vc-rcs.el (vc-rcs):
1614 * vc/vc-sccs.el (vc-sccs):
1615 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1616 All relevant defcustoms reassigned.
1617
3c9dfce6
CY
16182012-02-25 Chong Yidong <cyd@gnu.org>
1619
1339bf43
CY
1620 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1621
3c9dfce6
CY
1622 * term/x-win.el (x-initialize-window-system): Reduce default for
1623 x-selection-timeout to 5 seconds (Bug#8869).
1624
25b2e303 16252012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1626
ec70a47d
GM
1627 * files.el (files-equal-p, file-subdir-of-p): New functions.
1628 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 1629 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
1630 * dired-aux.el (dired-copy-file-recursive): Same.
1631 (dired-create-files): Modify destination when source is equal to
1632 dest when copying files.
53a46cd0 1633 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 1634
914260cd
MA
16352012-02-24 Michael Albinus <michael.albinus@gmx.de>
1636
1637 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1638 (Bug#10874)
1639
2cb228f7
AM
16402012-02-23 Alan Mackenzie <acm@muc.de>
1641
1642 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1643 parameter "after-hook:" to allow the expansion to run code after
1644 the execution of the mode hooks.
1645
1646 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 1647 from font-lock-mode-internal.
2cb228f7 1648
91027d08 1649 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
1650 :after-hook.
1651
8f0fde21
SM
16522012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1653
3e88618b
SM
1654 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1655 (completion--cache-all-sorted-completions): New function.
1656 (completion-all-sorted-completions): Use it.
1657 (completion--do-completion, minibuffer-force-complete):
1658 Use it to re-instate the flush hook.
1659
8f0fde21
SM
1660 * icomplete.el (icomplete-completions): Replace last fix with a better
1661 one (bug#10850).
1662
8e911f6f
DG
16632012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1664
1665 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1666 when it might call us back infinitely (bug#10797).
1667
49fe4321
GM
16682012-02-23 Glenn Morris <rgm@gnu.org>
1669
1670 * minibuffer.el (completion-category-overrides): Doc fix.
1671
b291b572
SM
16722012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1675 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1676
31a9ef2e
GM
16772012-02-23 Glenn Morris <rgm@gnu.org>
1678
5e6e6794 1679 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
1680 (authors-obsolete-files-regexps, authors-ignored-files)
1681 (authors-ambiguous-files, authors-renamed-files-alist):
1682 Add more entries.
1683
0bd1e074
JL
16842012-02-23 Juri Linkov <juri@jurta.org>
1685
1686 * isearch.el (isearch-occur): Sync interactive spec with occur's
1687 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1688
b617673c
JL
1689 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1690
19e9789e
JL
16912012-02-22 Juri Linkov <juri@jurta.org>
1692
1693 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1694 (ucs-insert): Doc fix. Check for hex digits in the string.
1695 Don't display `nil' in the error message. (Bug#10857)
1696
f41ce09d
AM
16972012-02-22 Alan Mackenzie <acm@muc.de>
1698
7a71b18d 1699 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 1700
ac2eceee
GM
17012012-02-22 Glenn Morris <rgm@gnu.org>
1702
1703 * ffap.el (ffap-c-path):
1704 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1705
abd1f678
CY
17062012-02-22 Chong Yidong <cyd@gnu.org>
1707
1708 * custom.el (load-theme): Doc fix.
1709
f25aef2e
GM
17102012-02-22 Glenn Morris <rgm@gnu.org>
1711
1712 * dired-x.el (dired-guess-shell-alist-default):
1713 Remove escape sequences from nroff output. (Bug#172)
1714
5f8dc2ca
GM
17152012-02-21 Glenn Morris <rgm@gnu.org>
1716
6ff86ec4
GM
1717 * vc/emerge.el (emerge-defvar-local):
1718 Set `permanent-local' property rather than unused `preserved'.
1719
be3223a3 1720 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
1721 (picture-mode-map): Use it. (Bug#10860)
1722 (picture-mode): Doc fix.
1723
3fe58f4f
JB
17242012-02-21 Juanma Barranquero <lekktu@gmail.com>
1725
1726 * newcomment.el (uncomment-region-default): Remove unused binding.
1727
f9a998c3
GM
17282012-02-21 Glenn Morris <rgm@gnu.org>
1729
1730 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1731 (picture-self-insert, picture-tab-chars): Doc fix.
1732 (picture-mode-map): Fix C-a, C-e.
1733
c6029348
GM
17342012-02-20 Glenn Morris <rgm@gnu.org>
1735
1736 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1737
ab1ce9d7
LL
17382012-02-20 Leo Liu <sdl.web@gmail.com>
1739
1740 * icomplete.el (icomplete-completions): Check FROM arg before
1741 passing to substring (Bug#10850).
1742
0fd40f89
CY
17432012-02-19 Chong Yidong <cyd@gnu.org>
1744
1745 * comint.el: Require ansi-color.
1746 (comint-output-filter-functions): Add ansi-color-process-output.
1747
1748 * ansi-color.el: Don't set comint-output-filter-functions; it is
1749 now in the initial value defined in comint.el.
1750 (ansi-color-apply-face-function): New variable.
1751 (ansi-color-apply-on-region): Use it.
1752 (ansi-color-apply-overlay-face): New function.
1753
1754 * shell.el (shell): No need to require ansi-color.
1755 (shell-mode): Use ansi-color-apply-face-function to highlight
1756 color escapes using font-lock-face property (Bug#10835).
1757
20af2394
CY
17582012-02-19 Chong Yidong <cyd@gnu.org>
1759
1760 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1761 mode-line formats (Bug#10839).
1762
e23a3fbe
GM
17632012-02-18 Glenn Morris <rgm@gnu.org>
1764
b474519e
GM
1765 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1766
1767 * mail/undigest.el (unforward-rmail-message): Doc fix.
1768
e23a3fbe
GM
1769 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1770
57939ff4
EZ
17712012-02-18 Eli Zaretskii <eliz@gnu.org>
1772
1773 * international/characters.el (script-list): Sync with the latest
1774 Unicode Character Database.
1775
0c23686e
AS
17762012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1777
1778 * international/titdic-cnv.el: Remove duplicate coding tag.
1779 * language/cham.el: Likewise.
1780 * language/tai-viet.el: Likewise.
1781
6818b449
GM
17822012-02-18 Glenn Morris <rgm@gnu.org>
1783
1784 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1785 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1786 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1787 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1788 * calendar/holidays.el (holiday-bahai-holidays)
1789 (calendar-holidays, list-holidays):
1790 Use utf-8 Bahá'í in doc-strings, menus, etc.
1791
0311a3fc
TH
17922012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1793
1794 * saveplace.el (save-place-ignore-files-regexp): New variable
1795 allowing for excluding files from saving their location of point.
1796 The default value matches the temporary commit message editing
1797 files from Git, SVN, Bazaar, and Mercurial.
1798 (save-place-to-alist): Use it.
1799
eb864a71
LM
18002012-02-17 Lawrence Mitchell <wence@gmx.li>
1801 Stefan Monnier <monnier@iro.umontreal.ca>
1802
1803 * newcomment.el (uncomment-region-default): Don't leave extra space
1804 when an arg is provided (bug#8150).
1805
ee0ce425
TZ
18062012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1807
eb864a71 1808 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 1809
95ddf442
GM
18102012-02-17 Glenn Morris <rgm@gnu.org>
1811
1812 * net/socks.el: Require network-stream. (Bug#10599)
1813
48dd1e39 18142012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
1815
1816 * international/charprop.el:
1817 * international/uni-name.el:
1818 * international/uni-old-name.el:
1819 * international/uni-comment.el: Regenerate.
1820
d68cd087
GM
18212012-02-16 Glenn Morris <rgm@gnu.org>
1822
1823 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1824 Interactively in calendar buffer, give an error if not on a date.
1825
13932042
GM
18262012-02-15 Glenn Morris <rgm@gnu.org>
1827
1828 * shell.el (shell-delimiter-argument-list):
1829 Revert 2011-02-17 change. (Bug#8027)
1830
c3a70e2b
CY
18312012-02-15 Chong Yidong <cyd@gnu.org>
1832
60236b0d
CY
1833 * minibuffer.el (completion-at-point-functions): Doc fix.
1834
c3a70e2b
CY
1835 * custom.el (defcustom): Doc fix; note use of defvar.
1836
9f26dc24
GM
18372012-02-15 Glenn Morris <rgm@gnu.org>
1838
1839 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1840 Doc fixes.
1841
6546b134
GM
18422012-02-14 Glenn Morris <rgm@gnu.org>
1843
1844 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1845
d29b2b4c
LI
18462012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1847
1848 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1849 way the ports list is computed.
835bdcba
LI
1850 (smtpmail-query-smtp-server): Prompt the user for a port number if
1851 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 1852
08dcdbc9
TZ
18532012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1854
1855 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1856
2605051a
GM
18572012-02-13 Glenn Morris <rgm@gnu.org>
1858
1859 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1860
7ee99f32
TZ
18612012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1862
1863 * net/gnutls.el (gnutls-trustfiles): New variable.
1864 (gnutls-negotiate): Use it.
1865
5f0af64f
LI
18662012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1867
1868 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1869 does its stuff if Gnus is running.
1870
c14fcc95
AM
18712012-02-13 Alan Mackenzie <acm@muc.de>
1872
1873 Fix a loop in c-set-fl-decl-start.
1874
7a71b18d 1875 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
1876 c-backward-syntactic-ws actually moves backwards.
1877
142b4d90
LL
18782012-02-13 Leo Liu <sdl.web@gmail.com>
1879
1880 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1881 beginning so that all \C-o chars are removed.
1882
fa9958a6
TZ
18832012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1884
dc9924b8 1885 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 1886
0bc5886a
AM
18872012-02-12 Alan Mackenzie <acm@muc.de>
1888
1889 Fix infinite loop with long macros.
4d6769e1 1890 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 1891
d4bd55e7
CY
18922012-02-12 Chong Yidong <cyd@gnu.org>
1893
1894 * window.el (display-buffer): Doc fix (Bug#10785).
1895
66f3fe22
GM
18962012-02-12 Glenn Morris <rgm@gnu.org>
1897
bd7da63e
GM
1898 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1899 (x-disown-selection-internal, x-get-selection-internal):
1900 Sync docs with the xselect.c versions.
1901
66f3fe22
GM
1902 * allout-widgets.el: Add missing license notice.
1903
3e0d2fa7
GM
19042012-02-11 Glenn Morris <rgm@gnu.org>
1905
cfecdf09
GM
1906 * select.el (x-get-selection-internal, x-own-selection-internal)
1907 (x-disown-selection-internal):
1908 * x-dnd.el (x-get-selection-internal): Update declarations.
1909
6d216d7f
GM
1910 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1911
2bed3f04
GM
1912 * window.el (window-sides-slots):
1913 * tool-bar.el (tool-bar-position):
1914 * term/xterm.el (xterm-extra-capabilities):
1915 * ses.el (ses-self-reference-early-detection):
1916 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1917 (verilog-auto-wire-type)
1918 (verilog-auto-delete-trailing-whitespace)
1919 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1920 (verilog-auto-tieoff-declaration):
1921 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1922 (sql-oracle-statement-starters, sql-oracle-scan-on):
1923 * progmodes/prolog.el (prolog-align-comments-flag)
1924 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1925 (prolog-left-indent-regexp, prolog-paren-indent-p)
1926 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1927 (prolog-types, prolog-mode-specificators)
1928 (prolog-determinism-specificators, prolog-directives)
1929 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1930 (prolog-electric-dot-flag)
1931 (prolog-electric-dot-full-predicate-template)
1932 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1933 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1934 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1935 (prolog-program-switches, prolog-prompt-regexp)
1936 (prolog-debug-on-string, prolog-debug-off-string)
1937 (prolog-trace-on-string, prolog-trace-off-string)
1938 (prolog-zip-on-string, prolog-zip-off-string)
1939 (prolog-use-standard-consult-compile-method-flag)
1940 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1941 (prolog-imenu-max-lines, prolog-info-predicate-index)
1942 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1943 (prolog-char-quote-workaround):
1944 * progmodes/cc-vars.el (c-defun-tactic):
1945 * net/tramp.el (tramp-encoding-command-interactive)
1946 (tramp-local-end-of-line):
1947 * net/soap-client.el (soap-client):
1948 * net/netrc.el (netrc-file):
1949 * net/gnutls.el (gnutls):
1950 * minibuffer.el (completion-category-overrides)
1951 (completion-cycle-threshold)
1952 (completion-pcm-complete-word-inserts-delimiters):
1953 * man.el (Man-name-local-regexp):
1954 * mail/feedmail.el (feedmail-display-full-frame):
1955 * international/characters.el (glyphless-char-display-control):
1956 * eshell/em-ls.el (eshell-ls-date-format):
1957 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1958 (lisp-lambda-list-keyword-parameter-indentation)
1959 (lisp-lambda-list-keyword-parameter-alignment):
1960 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1961 * dired-x.el (dired-omit-verbose):
1962 * cus-theme.el (custom-theme-allow-multiple-selections):
1963 * calc/calc.el (calc-highlight-selections-with-faces)
1964 (calc-lu-field-reference, calc-lu-power-reference)
1965 (calc-note-threshold):
1966 * battery.el (battery-mode-line-limit):
1967 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1968 (archive-7z-update):
1969 * allout.el (allout-prefixed-keybindings)
1970 (allout-unprefixed-keybindings)
1971 (allout-inhibit-auto-fill-on-headline)
1972 (allout-flattened-numbering-abbreviation):
1973 * allout-widgets.el (allout-widgets-auto-activation)
1974 (allout-widgets-icons-dark-subdir)
1975 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1976 (allout-widgets-theme-dark-background)
1977 (allout-widgets-theme-light-background)
1978 (allout-widgets-item-image-properties-emacs)
1979 (allout-widgets-item-image-properties-xemacs)
1980 (allout-widgets-run-unit-tests-on-load)
1981 (allout-widgets-time-decoration-activity)
1982 (allout-widgets-hook-error-post-time)
1983 (allout-widgets-track-decoration):
1984 Add missing :version tags to new defcustoms and defgroups.
1985
5fec1b8e
GM
1986 * progmodes/sql.el (sql-ansi-statement-starters)
1987 (sql-oracle-statement-starters): Add custom type.
1988
3e0d2fa7
GM
1989 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1990 (prolog-system-version): Give it a type.
1991
90b671e2
EZ
19922012-02-11 Eli Zaretskii <eliz@gnu.org>
1993
1994 * term/pc-win.el (x-select-text, x-selection-owner-p)
1995 (x-own-selection-internal, x-disown-selection-internal)
1996 (x-get-selection-internal): Sync doc strings and argument lists
1997 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1998
5eac0c02
LL
19992012-02-11 Leo Liu <sdl.web@gmail.com>
2000
2001 * progmodes/python.el (python-end-of-statement): Fix infinite
2002 loop. (Bug#10788)
2003
f82cb659
GM
20042012-02-10 Glenn Morris <rgm@gnu.org>
2005
2006 * international/mule-cmds.el (unify-8859-on-encoding-mode)
2007 (unify-8859-on-decoding-mode): Properly mark as obsolete.
2008
cc26d239
LI
20092012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2010
2011 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
2012 about SMTP before checking the From header.
2013
91027d08 2014 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
2015 into own function for reuse by emacsbug.el.
2016
1be3ca5a
LL
20172012-02-10 Leo Liu <sdl.web@gmail.com>
2018
2019 * subr.el (condition-case-unless-debug): Rename from
2020 condition-case-no-debug. All callers changed.
2021 (with-demoted-errors): Fix caller.
2022
2023 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
2024 * nxml/rng-valid.el (rng-do-some-validation):
2025 * emacs-lisp/package.el (package-refresh-contents)
2026 (package-menu-execute):
2027 * desktop.el (desktop-create-buffer):
91027d08 2028 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 2029
b011fbfe
GM
20302012-02-10 Glenn Morris <rgm@gnu.org>
2031
b2096d72
GM
2032 * textmodes/bibtex.el:
2033 Add missing :version tags for new/changed defcustoms.
2034
b011fbfe
GM
2035 * files.el (remote-file-name-inhibit-cache): Doc fixes.
2036
4c7e65bf
LI
20372012-02-09 Lars Ingebrigtsen <larsi@rusty>
2038
2039 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
2040 (smtpmail-via-smtp): Use it, or fall back on the From address.
2041 (smtpmail-send-it): Ditto.
2042
f3934f6f
SM
20432012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
2046 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
2047 (byte-compile-tmp-var): New const.
2048 (byte-compile-defvar): Use it to minimize .elc size.
2049 Just use `defvar' rather than simulate it (bug#10761).
2050
a075a2c5
GM
20512012-02-09 Glenn Morris <rgm@gnu.org>
2052
cf3aa21b
GM
2053 * files.el (rename-uniquely): Doc fix. (Bug#3806)
2054
354998cd
GM
2055 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
2056 Add :version tags.
2057
dc9924b8
SM
2058 * progmodes/compile.el (compilation-error-screen-columns)
2059 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 2060
dab3703d
GM
2061 * vc/log-view.el (log-view-toggle-entry-display):
2062 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
2063
3f88cd72
GM
2064 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
2065 (report-emacs-bug-can-use-xdg-email):
2066 (report-emacs-bug-insert-to-mailer): Doc fixes.
2067 (report-emacs-bug): Message fix.
2068
d95b247d
GM
2069 * net/browse-url.el (browse-url-can-use-xdg-open)
2070 (browse-url-xdg-open): Doc fixes.
2071
a075a2c5
GM
2072 * electric.el (electric-indent-mode, electric-pair-mode)
2073 (electric-layout-rules, electric-layout-mode): Doc fixes.
2074 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
2075
ffb6157e
MR
20762012-02-08 Martin Rudalics <rudalics@gmx.at>
2077
2078 * server.el (server-unselect-display): Don't inadvertently kill
2079 the current buffer. (Bug#10729)
2080
e1ac4066
GM
20812012-02-08 Glenn Morris <rgm@gnu.org>
2082
34e8a2da
GM
2083 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
2084 (sql-list-table): Doc fixes.
2085
b4ac6e8c
GM
2086 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
2087 Comment out (does nothing).
2088
e1ac4066
GM
2089 * completion.el (dynamic-completion-mode):
2090 * dirtrack.el (dirtrack-debug-mode):
2091 * electric.el (electric-layout-mode):
2092 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
2093 * face-remap.el (text-scale-mode, buffer-face-mode):
2094 * iimage.el (iimage-mode):
2095 * image-mode.el (image-transform-mode):
2096 * minibuffer.el (completion-in-region-mode):
2097 * scroll-lock.el (scroll-lock-mode):
2098 * simple.el (next-error-follow-minor-mode):
2099 * tar-mode.el (tar-subfile-mode):
2100 * tooltip.el (tooltip-mode):
2101 * vcursor.el (vcursor-use-vcursor-map):
2102 * wid-browse.el (widget-minor-mode):
2103 * emulation/tpu-edt.el (tpu-edt-mode):
2104 * emulation/tpu-extras.el (tpu-cursor-free-mode):
2105 * international/iso-ascii.el (iso-ascii-mode):
2106 * language/thai-util.el (thai-word-mode):
2107 * mail/supercite.el (sc-minor-mode):
2108 * net/goto-addr.el (goto-address-mode):
2109 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
2110 * progmodes/cwarn.el (cwarn-mode):
2111 * progmodes/flymake.el (flymake-mode):
2112 * progmodes/glasses.el (glasses-mode):
2113 * progmodes/hideshow.el (hs-minor-mode):
2114 * progmodes/pascal.el (pascal-outline-mode):
2115 * textmodes/enriched.el (enriched-mode):
2116 * vc/smerge-mode.el (smerge-mode):
2117 Doc fixes (minor mode argument).
2118
5e0d957f
EZ
21192012-02-07 Eli Zaretskii <eliz@gnu.org>
2120
2121 * ls-lisp.el (ls-lisp-sanitize): New function.
2122 (ls-lisp-insert-directory): Use it to fix or remove any elements
2123 in file-alist with missing attributes. (Bug#4673)
2124
98d7371e
AM
21252012-02-07 Alan Mackenzie <acm@muc.de>
2126
2127 Fix spurious recognition of c-in-knr-argdecl.
2128
2129 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
2130 putative K&R region.
2131
667ced3a
AM
21322012-02-07 Alan Mackenzie <acm@muc.de>
2133
eb864a71
LM
2134 * progmodes/cc-engine.el (c-forward-objc-directive):
2135 Prevent looping in "#pragma mark @implementation".
667ced3a 2136
5b77774d
MA
21372012-02-07 Michael Albinus <michael.albinus@gmx.de>
2138
2139 * notifications.el (notifications-on-closed-signal): Make `reason'
2140 optional. (Bug#10744)
2141
af008560
GM
21422012-02-07 Glenn Morris <rgm@gnu.org>
2143
60d47423
GM
2144 * emacs-lisp/easy-mmode.el (define-minor-mode):
2145 Doc fixes for the macro and the mode it defines.
2146
dd605cc4
GM
2147 * image.el (imagemagick-types-inhibit): Doc fix.
2148
af008560
GM
2149 * cus-start.el (imagemagick-render-type): Add it.
2150
5cc59a37
LI
21512012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2152
4d6769e1
JB
2153 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
2154 Set the default at load time, too, so that `font-lock-fontify-buffer'
2155 can be called without setting up the entire mode first. This fixes
2156 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 2157
9a6dd747
CY
21582012-02-06 Chong Yidong <cyd@gnu.org>
2159
2d16b285
CY
2160 * simple.el (list-processes--refresh): Delete exited processes
2161 (Bug#8094).
2162
171e9b6e
CY
2163 * comint.el (comint-next-prompt): next-single-char-property-change
2164 and prev-single-char-property-change never return nil (Bug#8657).
2165
9a6dd747
CY
2166 * custom.el (defcustom): Doc fix (Bug#9711).
2167
aa4589a7
CY
21682012-02-05 Chong Yidong <cyd@gnu.org>
2169
5c2a252f
CY
2170 * cus-edit.el (custom-variable-reset-backup): Quote the value
2171 before storing it in the customized-value property (Bug#6712).
4aab9006 2172 (custom-display): Add a customization type tag.
983b9602 2173 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 2174
aa4589a7
CY
2175 * wid-edit.el (widget-field-value-get): New optional arg to
2176 suppress trailing whitespace truncation.
2177 (character): Use it (Bug#2689).
2178
1ff980ae
AS
21792012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2180
2181 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
2182 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
2183
03988c98
CY
21842012-02-05 Chong Yidong <cyd@gnu.org>
2185
eeb6cc88
CY
2186 * cus-edit.el (custom-variable-value-create): For mismatched
2187 types, show the current value (Bug#7600).
2188
03988c98
CY
2189 * custom.el (defcustom): Doc fix.
2190
f8cdeef0
GM
21912012-02-05 Glenn Morris <rgm@gnu.org>
2192
2193 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
2194
0696d255
JB
21952012-02-05 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
2198 (pp-buffer): Use `ignore-errors', `looking-at-p'.
2199 (pp-last-sexp): Use `looking-at-p'.
2200
34c99998
GM
22012012-02-04 Glenn Morris <rgm@gnu.org>
2202
8f05da42
GM
2203 * files.el (revert-buffer):
2204 Doc fix (mention revert-buffer-in-progress-p).
2205
f160676e
GM
2206 * emacs-lisp/ert-x.el (ert-simulate-command):
2207 Check deferred-action-list (which is obsolete) is bound.
2208
c7291ad9
GM
2209 * subr.el (with-wrapper-hook): Doc fixes.
2210
34c99998
GM
2211 * simple.el (filter-buffer-substring-functions)
2212 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
2213
6283a7d3
LL
22142012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
2215
2216 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
2217 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
2218
e96e3013
LL
22192012-02-04 Leo Liu <sdl.web@gmail.com>
2220
2221 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
2222
8ded50f2
GM
22232012-02-04 Glenn Morris <rgm@gnu.org>
2224
82ff1d13
GM
2225 * image.el (image-extension-data): Add obsolete alias.
2226
987a0a16
GM
2227 * isearch.el (isearch-update): Doc fix.
2228
ea32ef46
GM
2229 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
2230
8ded50f2
GM
2231 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
2232
eea14f31
GM
22332012-02-03 Glenn Morris <rgm@gnu.org>
2234
2235 * image.el (image-animated-p): Doc fix. Use image-animated-types.
2236 (image-animate-timeout): Doc fix.
2237
2238 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
2239
12f381b7
GM
22402012-02-02 Glenn Morris <rgm@gnu.org>
2241
953cebf5
GM
2242 * server.el (server-auth-dir): Doc fix.
2243 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
2244
12f381b7
GM
2245 * subr.el (run-mode-hooks): Doc fix.
2246
953a8c3b
JL
22472012-02-02 Juri Linkov <juri@jurta.org>
2248
2249 * image-mode.el (image-toggle-display-image): Remove tautological
2250 `major-mode' from the `derived-mode-p' test.
2251
c5d3843c
KH
22522012-02-02 Kenichi Handa <handa@m17n.org>
2253
9f6e692e 2254 * composite.el (compose-region): Cancel previous change.
c5d3843c 2255
159462d4 22562012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
2257
2258 * composite.el (compose-region, compose-string): Signal error for
2259 a null string component (Bug#6988).
2260
9f562668
CY
22612012-02-01 Chong Yidong <cyd@gnu.org>
2262
e2cef717
CY
2263 * view.el (view-buffer-other-window, view-buffer-other-frame):
2264 Handle special modes like view-buffer (Bug#10650).
2265 (view-buffer): Simplify.
2266
9f562668
CY
2267 * frame.el (set-frame-font): Tweak meaning of third argument.
2268
9f6e692e
JB
2269 * dynamic-setting.el (font-setting-change-default-font):
2270 Use set-frame-font (Bug#9982).
9f562668 2271
781acb9f
GM
22722012-02-01 Glenn Morris <rgm@gnu.org>
2273
6035be52
GM
2274 * progmodes/compile.el (compilation-internal-error-properties):
2275 Respect compilation-first-column in the "*compilation*" buffer.
2276
781acb9f
GM
2277 * emacs-lisp/easy-mmode.el (define-minor-mode):
2278 Relax :variable's test for a named function.
2279
abbceb00
AM
22802012-01-31 Alan Mackenzie <acm@muc.de>
2281
2282 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
2283 off by one error.
2284
fce3fdeb
CY
22852012-01-31 Chong Yidong <cyd@gnu.org>
2286
2287 * frame.el (set-frame-font): New arg ALL-FRAMES.
2288
2289 * menu-bar.el (menu-set-font): Use set-frame-font.
2290
2291 * faces.el (face-spec-reset-face): Don't apply unspecified
2292 attribute values to the default face.
2293
47893581
JB
22942012-01-31 Juanma Barranquero <lekktu@gmail.com>
2295
2296 * progmodes/cwarn.el (cwarn): Remove dead link.
2297 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
2298 Remove * from defcustom docstrings.
2299 (turn-on-cwarn-mode): Make obsolete.
2300 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
2301 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
2302
e58e988a
GM
23032012-01-31 Glenn Morris <rgm@gnu.org>
2304
60dc2671 2305 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 2306 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 2307 Allow named functions to be used as the cdr of :variable.
e58e988a 2308
7a3f511d
GM
23092012-01-30 Glenn Morris <rgm@gnu.org>
2310
2311 * emacs-lisp/authors.el (authors-fixed-entries):
2312 Remove reference to deleted file rnewspost.el.
2313
cb882333
JB
23142012-01-29 Juanma Barranquero <lekktu@gmail.com>
2315
2316 * window.el (window-with-parameter): Remove unused variable `windows'.
2317 (window--side-check): Remove unused variable `code'.
2318 (window--resize-siblings): Remove unused variable `first'.
2319 (adjust-window-trailing-edge): Remove unused variable `failed'.
2320 (window-deletable-p, window--delete): Remove unused variable `buffer'.
2321 Use `let', not `let*'.
2322 (balance-windows-2): Remove unused variable `found'.
2323 (window--state-put-2): Remove unused variable `splits'.
2324 (window-state-put): Remove unused variable `selected'.
2325 (same-window-p): Use `string-match-p'.
2326 (display-buffer-assq-regexp): Remove unused variable `value'.
2327 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2328 Mark argument ALIST as ignored.
2329 (pop-to-buffer): Remove unused variable `old-window'.
2330
907201af
EZ
23312012-01-29 Eli Zaretskii <eliz@gnu.org>
2332
2333 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
2334 and .lzma compressed files.
2335
ea162670
CY
23362012-01-29 Chong Yidong <cyd@gnu.org>
2337
5b95ee8a
CY
2338 * frame.el (window-system-default-frame-alist): Doc fix.
2339
ea162670
CY
2340 * dynamic-setting.el (font-setting-change-default-font): Don't
2341 change the default face if SET-FONT argument is non-nil (Bug#9982).
2342
d6e6f4b1
SB
23432012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
2344
2345 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
2346
0f29fa41 23472012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
2348
2349 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
2350 breakpoints in files outside current directory (Bug#6098).
2351
db174434
CY
23522012-01-29 Chong Yidong <cyd@gnu.org>
2353
6b25e4e2
SE
2354 * progmodes/python.el: Require ansi-color at top-level.
2355
6df6ae42
JB
2356 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
2357 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
2358 (lisp-mode-abbrev-table): Add doc.
2359 (lisp-mode-variables): Don't set local-abbrev-table.
2360 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
2361
e70ee681
RW
23622012-01-28 Roland Winkler <winkler@gnu.org>
2363
2364 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
2365
ace88aa2
RW
23662012-01-28 Roland Winkler <winkler@gnu.org>
2367
2368 * textmodes/bibtex.el (bibtex-entry-alist): New function.
2369 (bibtex-set-dialect): Use it. Either set global values of
2370 dialect-dependent variables or bind these variables buffer-locally
2371 (Bug#10254).
2372 (bibtex-mode): Call bibtex-set-dialect via
2373 hack-local-variables-hook.
eb864a71
LM
2374 (bibtex-dialect): Update docstring.
2375 Add safe-local-variable predicate.
ace88aa2
RW
2376 (bibtex-entry-alist, bibtex-field-alist): Initialize via
2377 bibtex-set-dialect.
2378 (bibtex-mode-map): Define menu for each dialect.
2379 (bibtex-entry): Fix docstring.
2380
93376c5b
CY
23812012-01-28 Chong Yidong <cyd@gnu.org>
2382
2383 * eshell/esh-arg.el (eshell-quote-argument): New function.
2384
2385 * eshell/esh-ext.el (eshell-invoke-batch-file):
2386 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
2387 first arg to eshell-parse-command (Bug#10523).
2388
4372494f
DA
23892012-01-28 Drew Adams <drew.adams@oracle.com>
2390
2391 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
2392 `default-directory' is non-nil.
2393
4d4ec1f8
EZ
23942012-01-28 Eli Zaretskii <eliz@gnu.org>
2395
2396 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
2397 line that displays system-configuration-options. (Bug#9924)
2398
7c188927
DA
23992012-01-28 Drew Adams <drew.adams@oracle.com>
2400
2401 * descr-text.el (describe-char): Show information about POS, in
2402 addition to information about the character at POS. Improve and
2403 update the doc string. Change "code point" to "code point in
2404 charset", to avoid confusion with the character's Unicode code
2405 point shown above that. (Bug#10129)
2406
e0da685a
EZ
24072012-01-28 Eli Zaretskii <eliz@gnu.org>
2408
2409 * descr-text.el (describe-char): Show the raw character, not only
2410 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
2411 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
2412 for the reasons.
2413
70550acf
PH
24142012-01-28 Phil Hagelberg <phil@hagelb.org>
2415
eb864a71
LM
2416 * emacs-lisp/package.el (package-install):
2417 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 2418
0ce8e868
CY
24192012-01-28 Chong Yidong <cyd@gnu.org>
2420
cb882333
JB
2421 * emacs-lisp/package.el (package-maybe-load-descriptor):
2422 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
2423 (package-maybe-load-descriptor): Use it.
2424 (package-download-transaction): Fully load required packages
2425 inside the loop, so that `require' calls work (Bug#10593).
2426 (package-install): No need to call package-initialize now.
2427
2e7f3bea
CY
24282012-01-28 Chong Yidong <cyd@gnu.org>
2429
6e9bad14
CY
2430 * simple.el (deactivate-mark): Doc fix (Bug#8614).
2431
f823b8ca
CY
2432 * tooltip.el (tooltip-mode): Doc fix.
2433 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
2434
2680c309
CY
2435 * frame.el (set-cursor-color): Doc fix (Bug#352).
2436
d7a9e63b
CY
2437 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
2438 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
2439
2e7f3bea
CY
2440 * cus-edit.el (custom-buffer-create-internal): Fix search button
2441 action (Bug#10542).
2ae01800 2442 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 2443
fc4f7a23
EW
24442012-01-27 Eduard Wiebe <usenet@pusto.de>
2445
2446 * dired.el (dired-mark-files-regexp):
2447 Include any subdirectory components. (Bug#10445)
2448
7dd37071
ML
24492012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
2450
2451 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
2452 Handle [host]:port syntax. (Bug#10533)
2453
a268160b
AH
24542012-01-27 Alex Harsanyi <harsanyi@mac.com>
2455
2456 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
2457
e43273ef
GM
24582012-01-26 Glenn Morris <rgm@gnu.org>
2459
2460 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
2461 * term.el (term-raw-escape-map): Use Control-X-prefix.
2462 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
2463
1edf595d
MR
24642012-01-25 Martin Rudalics <rudalics@gmx.at>
2465
2466 * window.el (window-state-get, window--state-get-1): Don't deal
2467 with fixed-sizeness of windows. Simplify code.
2468
fa8eafef
JC
24692012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
2470
6df6ae42
JB
2471 * window.el (window--state-get-1, window--state-put-2):
2472 Don't save and restore the mark.
fa8eafef 2473
0b21c100
CY
24742012-01-25 Chong Yidong <cyd@gnu.org>
2475
2476 * custom.el (custom-variable-p): Doc fix.
2477
5ae1a6c8
GM
24782012-01-25 Glenn Morris <rgm@gnu.org>
2479
40047858
GM
2480 * dired.el (dired-goto-file): Handle some of the more common
2481 characters that `ls -b' escapes. (Bug#10596)
2482
5ddce96c
GM
2483 * progmodes/compile.el (compilation-next-error-function):
2484 Respect compilation-first-column in the "*compilation*" buffer.
2485 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
2486
5ae1a6c8
GM
2487 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
2488
b559f1a9
GM
24892012-01-24 Glenn Morris <rgm@gnu.org>
2490
2491 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
2492
6725d21a
JD
24932012-01-24 Julien Danjou <julien@danjou.info>
2494
2495 * color.el (color-rgb-to-hsl): Fix value computing.
2496 (color-hue-to-rgb): New function.
2497 (color-hsl-to-rgb): New function.
2498 (color-clamp, color-saturate-hsl, color-saturate-name)
2499 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2500 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2501
70df4bbe
GM
25022012-01-24 Glenn Morris <rgm@gnu.org>
2503
2504 * vc/vc-rcs.el (vc-rcs-create-tag):
2505 * vc/vc-sccs.el (vc-sccs-create-tag):
2506 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2507
802a2ae2
ML
25082012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2509
2510 * eshell/esh-util.el (eshell-read-hosts-file):
2511 Skip comment lines. (Bug#10549)
2512
d7128bb1
ML
2513 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2514
d1a5c3b4
JB
25152012-01-23 Juanma Barranquero <lekktu@gmail.com>
2516
2724d9c7
JB
2517 * subr.el (display-delayed-warnings): Doc fix.
2518 (collapse-delayed-warnings): New function to collapse identical
2519 adjacent warnings.
2520 (delayed-warnings-hook): Add it.
d1a5c3b4 2521
a5509865
MA
25222012-01-22 Michael Albinus <michael.albinus@gmx.de>
2523
2524 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2525
2526 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2527 properties, when "login-as" is set.
2528
2529 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2530 (tramp-default-user-alist): Don't add "pscp".
2531 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2532 property "login-as", if set. (Bug#10530)
2533
cc6d5805
MA
25342012-01-21 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2537 "plink1" and "psftp". (Bug#10530)
2538
25392012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
2540
2541 * international/mule-cmds.el (prefer-coding-system): Show a
2542 warning message if the default value of file-name-coding-system
2543 was not changed.
2544
f0960428
JC
25452012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2546
cb882333
JB
2547 * windmove.el (windmove-reference-loc):
2548 Fix windmove-reference-loc miscalculation.
f0960428 2549
dd6f2a63
JB
25502012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2551
2552 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2553 default unit.
2554
7b447e9b
GM
25552012-01-21 Glenn Morris <rgm@gnu.org>
2556
117a9ea1
GM
2557 * international/mule.el (auto-coding-alist): Add .tbz.
2558
7b447e9b
GM
2559 * files.el (local-enable-local-variables): Doc fix.
2560 (inhibit-local-variables-regexps): Rename from
2561 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2562 Doc fix. Add some extensions from auto-coding-alist.
2563 (inhibit-local-variables-suffixes):
2564 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2565 (inhibit-local-variables-p):
2566 New function, extracted from set-auto-mode-1.
2567 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2568 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2569 (hack-local-variables): Doc fix. Make the mode-only case
2570 respect enable-local-variables and friends.
2571 Respect inhibit-local-variables-regexps for file-locals, but
2572 not for directory-locals.
2573 (set-visited-file-name):
2574 Take account of inhibit-local-variables-regexps.
2575 Whether it applies may change as the file name is changed.
2576 * jka-cmpr-hook.el (jka-compr-install):
2577 * jka-compr.el (jka-compr-uninstall):
2578 Update for inhibit-first-line-modes-suffixes name change.
2579
dd6e3cdd
MR
25802012-01-20 Martin Rudalics <rudalics@gmx.at>
2581
2582 * help-macro.el (make-help-screen): Temporarily restore original
2583 binding for minor-mode-map-alist (Bug#10454).
2584
0d0deb38
JD
25852012-01-19 Julien Danjou <julien@danjou.info>
2586
2587 * color.el (color-name-to-rgb): Use the white color to find the max
2588 color component value and return correctly computed values.
2589 (color-name-to-rgb): Add missing float conversion for max value.
2590
34a02f46
MR
25912012-01-19 Martin Rudalics <rudalics@gmx.at>
2592
2593 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
2594 special state value for window-persistent-parameters.
2595 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
2596 (window--state-put-2): Reset all window parameters to nil before
2597 assigning values of persistent parameters.
2598
606c44c4
AM
25992012-01-18 Alan Mackenzie <acm@muc.de>
2600
2601 Eliminate sluggishness and hangs in fontification of "semicolon
2602 deserts".
2603
cb882333
JB
2604 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2605 Change value 10000 -> 3000.
606c44c4
AM
2606 (c-state-safe-place): Reformulate so it doesn't stack up an
2607 infinite number of wrong entries in c-state-nonlit-pos-cache.
2608 (c-determine-limit-get-base, c-determine-limit): New functions to
2609 determine backward search limits disregarding literals.
2610 (c-find-decl-spots): Amend commenting.
2611 (c-cheap-inside-bracelist-p): New function which detects "={".
2612
2613 * progmodes/cc-fonts.el
2614 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2615 backward search.
2616 (c-font-lock-declarations): Fix an occurrence of point being
2617 undefined. Check additionally for point being in a bracelist or
2618 near a macro invocation without a semicolon so as to avoid a
2619 fruitless time consuming search for a declarator. Give a more
2620 precise search limit for declarators using the new
2621 c-determine-limit.
2622
f3860cea
GM
26232012-01-18 Glenn Morris <rgm@gnu.org>
2624
2625 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2626 (set-auto-mode): Doc fixes.
2627
1db03b16
GM
26282012-01-17 Glenn Morris <rgm@gnu.org>
2629
0e6038be
GM
2630 * isearch.el (search-nonincremental-instead): Fix doc typo.
2631
1db03b16
GM
2632 * dired.el (dired-insert-directory): Handle newlines in directory name.
2633 (dired-build-subdir-alist): Unescape newlines in directory name.
2634
4cb0aa75
MA
26352012-01-17 Michael Albinus <michael.albinus@gmx.de>
2636
2637 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2638 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2639 (tramp-action-terminal): Use it. (Bug#10530)
2640
1d00653d
SM
26412012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2644
6a6ee00d
MR
26452012-01-16 Martin Rudalics <rudalics@gmx.at>
2646
2647 * window.el (window-state-ignored-parameters): Remove variable.
2648 (window--state-get-1): Rename argument MARKERS to IGNORE.
2649 Handle persistent window parameters. Make copy of clone-of
2650 parameter only if requested. (Bug#10348)
2651 (window--state-put-2): Install a window parameter only if it has
2652 a non-nil value or an existing parameter shall be overwritten.
2653
97912def
MA
26542012-01-15 Michael Albinus <michael.albinus@gmx.de>
2655
2656 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2657
688070a5
EZ
26582012-01-14 Eli Zaretskii <eliz@gnu.org>
2659
2660 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2661 don't pass the (nil) value of `upnode' to string-match.
2662
301afadc
CY
26632012-01-14 Chong Yidong <cyd@gnu.org>
2664
2665 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 2666 Fix values recognized by the cursorBlink resource.
301afadc 2667
9e5788aa
PE
26682012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2669
2670 * epg.el (epg--make-temp-file): Avoid permission race condition
2671 when running on old Emacs versions (bug#10403).
2672
3cdb7f5a
GM
26732012-01-14 Glenn Morris <rgm@gnu.org>
2674
2675 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2676
8c82b1b4
AM
26772012-01-13 Alan Mackenzie <acm@muc.de>
2678
2679 Fix filling for when filladapt mode is enabled.
2680
2681 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2682 c-mask-paragraph, pass in `fill-paragraph' rather than
2683 `fill-region-as-paragraph'. (This is a reversion of a previous
2684 change.)
eb864a71
LM
2685 * progmodes/cc-mode.el (c-basic-common-init):
2686 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 2687
e517eda4
GM
26882012-01-13 Glenn Morris <rgm@gnu.org>
2689
1498536e
GM
2690 * dired.el (dired-switches-escape-p): New function.
2691 (dired-insert-directory): Use dired-switches-escape-p.
2692 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2693
e517eda4
GM
2694 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2695
328f984d
GM
26962012-01-12 Glenn Morris <rgm@gnu.org>
2697
2698 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2699 changes in adaptive-fill-regexp. (Bug#10276)
2700
2cc769a8
AM
27012012-01-11 Alan Mackenzie <acm@muc.de>
2702
2703 Fix Emacs bug #10463 - put `widen's around the critical spots.
2704
1d00653d 2705 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
2706 widen around each invocation of c-state-pp-to-literal. Remove an
2707 unused let variable.
2708
e52c37fa
GM
27092012-01-11 Glenn Morris <rgm@gnu.org>
2710
2711 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 2712 Doc fix.
e52c37fa 2713
96f8741e
CY
27142012-01-10 Chong Yidong <cyd@gnu.org>
2715
1d00653d
SM
2716 * net/network-stream.el (network-stream-open-starttls):
2717 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
2718 response to the capability command.
2719
b09a806e
GM
27202012-01-10 Glenn Morris <rgm@gnu.org>
2721
2722 * mail/unrmail.el (unrmail): Tweak previous change.
2723
7655cb66
CY
27242012-01-09 Chong Yidong <cyd@gnu.org>
2725
2726 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2727
9d5a8f0b
AM
27282012-01-08 Alan Mackenzie <acm@muc.de>
2729
2730 Optimise font locking in long enum definitions.
2731
2732 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2733 arm to a cond form to handle enums.
2734 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2735 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2736
9a0115ab 27372012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
2738
2739 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 2740 (Bug#10401)
6bb72cbd 2741
f186bb95
LMI
27422012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
29232a68
LMI
2744 * faces.el (set-face-attribute): Clarify the meaning of the nil
2745 frame (bug#10294).
2746
4e5d086d
LMI
2747 * subr.el (with-selected-frame): Mention that the selected frame
2748 is restored (bug#9980).
2749
8e66aebe
LMI
2750 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2751 (bug#9759).
2752
cd394be1 2753 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
2754 (password-read): Don't autoload unused function.
2755
adf4e762
JB
27562012-01-07 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * progmodes/which-func.el (which-func-mode): Turn into a
2759 non-interactive function and mark as obsolete (bug#10428).
2760
89bd9ccd
CY
27612012-01-06 Chong Yidong <cyd@gnu.org>
2762
2763 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2764 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2765 functions, along with 1 and -1.
2766
4afee9d5
EZ
27672012-01-06 Eli Zaretskii <eliz@gnu.org>
2768
2769 * time.el (display-time-load-average)
2770 (display-time-default-load-average): Doc fixes. See the thread
2771 starting at
2772 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2773 for the details.
2774
536aea70
GM
27752012-01-06 Glenn Morris <rgm@gnu.org>
2776
665ae865
GM
2777 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2778 has no messages. (Bug#10377)
2779
c869783d
GM
2780 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2781 than Info-edit. (Bug#10385)
2782
2bb4227e
GM
2783 * time.el (display-time-load-average, display-time-next-load-average):
2784 Doc fixes.
2785
7d5944b9
GM
2786 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2787 local setting of buffer-read-only to the input buffer. (Bug#10419)
2788
536aea70
GM
2789 * calendar/calendar.el (calendar-mode):
2790 Locally set scroll-margin to 0. (Bug#10379)
2791
7dccca16
UM
27922012-01-06 Ulrich Mueller <ulm@gentoo.org>
2793
2794 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2795
afbb7930
GM
27962012-01-05 Glenn Morris <rgm@gnu.org>
2797
2798 * eshell/em-unix.el (diff-no-select): Autoload it.
2799 (eshell/diff): Use diff-no-select. (Bug#10420)
2800
04482335
CY
28012012-01-05 Chong Yidong <cyd@gnu.org>
2802
7baca3bc
CY
2803 * shell.el (shell-dynamic-complete-functions): Revert last change.
2804 (shell-command-completion-function): New function.
2805 (shell-completion-vars): Use it to implement
2806 shell-completion-execonly (Bug#10417).
2807
04482335
CY
2808 * custom.el (enable-theme): Don't set custom-safe-themes.
2809
1d00653d
SM
2810 * cus-theme.el (custom-theme-merge-theme):
2811 Ignore custom-enabled-themes and custom-safe-themes.
04482335 2812
bb5aa5d6
MM
28132012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2814
2815 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2816 first prompt in `sql-interacive-mode'.
2817 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 2818 keywords.
6df6ae42 2819 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
2820 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2821 context of original buffer. Invoke `sql-login-hook'.
2822
a7183d7c
EZ
28232012-01-04 Eli Zaretskii <eliz@gnu.org>
2824
2825 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2826 letters in cite-prefix.
2827
a1eacd1e
LMI
28282012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2829
2830 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2831
787cdb34
CY
28322012-01-03 Chong Yidong <cyd@gnu.org>
2833
1d00653d
SM
2834 * shell.el (shell-dynamic-complete-functions):
2835 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
2836 comint-filename-completion first (Bug#10417).
2837
30710442
RS
28382012-01-02 Richard Stallman <rms@gnu.org>
2839
2840 * battery.el (battery-status-function):
2841 Detect when to use battery-yeeloong-sysfs.
2842 (battery-echo-area-format): Add string for Yeeloong.
2843 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2844 (battery-yeeloong-sysfs): New function.
2845
f75bfc33
CY
28462012-01-02 Chong Yidong <cyd@gnu.org>
2847
2848 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2849 (dirtrack): Merge code for handling relative filenames in prompt
2850 from shell-dir-cookie-watcher.
2851 (dirtrack-debug-message): New arg to avoid excess format calls.
2852
2853 * shell.el (shell-dir-cookie-re): Variable deleted.
2854 (shell-dir-cookie-watcher): Function deleted.
2855 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2856 with dirtrack-mode.
2857
651e947e
EZ
28582012-01-01 Eli Zaretskii <eliz@gnu.org>
2859
1d00653d
SM
2860 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2861 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
2862 libgnutls-26.dll.
2863
94d4c7dc
AS
28642011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2865
2866 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2867
8d43f3cd
EZ
28682011-12-31 Eli Zaretskii <eliz@gnu.org>
2869
2870 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2871 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2872
98c8795a
MA
28732011-12-29 Michael Albinus <michael.albinus@gmx.de>
2874
2875 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2876 also for alternative shells.
2877 (tramp-open-connection-setup-interactive-shell): Check, whether
2878 the shell is a busybox.
2879 (tramp-send-command): Don't suppress multiple prompts for
2880 busyboxes, it hurts.
2881
51281b32
CY
28822011-12-28 Chong Yidong <cyd@gnu.org>
2883
2884 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2885 (gdb-get-source-file): Move mode line update to
2886 gdb-get-source-file (Bug#10087).
2887
2170cb53
CY
28882011-12-25 Chong Yidong <cyd@gnu.org>
2889
2890 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2891 gud-gdb-marker-filter without taking it as an argument.
2892 (gud-gdb-run-command-fetch-lines): Caller changed.
2893 (gud-gdb-completion-function): New variable.
2894 (gud-gdb-completion-at-point): Use it.
2895 (gud-gdb-completions-1): Split from gud-gdb-completions.
2896
2897 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2898 function as separate arguments.
2899 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2900 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2901 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2902 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2903 (gdb-stopped, def-gdb-auto-update-trigger)
2904 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
2905 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2906 Callers changed.
2170cb53
CY
2907 (gud-gdbmi-completions): New function.
2908 (gdb): Use it for generating the completion table.
2909
be8b11bb
AM
29102011-12-24 Alan Mackenzie <acm@muc.de>
2911
2912 Introduce a mechanism to widen the region used in context font
1d00653d 2913 locking. Use this to protect declarations from losing their contexts.
be8b11bb 2914
1d00653d
SM
2915 * progmodes/cc-langs.el (c-before-font-lock-functions):
2916 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 2917 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
2918 functions to be run just before context (etc.) font locking.
2919
2920 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 2921 New, functionality extracted from
be8b11bb 2922 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 2923 (c-in-after-change-fontification): New variable.
be8b11bb
AM
2924 (c-after-change): Set c-in-after-change-fontification.
2925 (c-set-fl-decl-start): Rejig its interface, so it can be called
2926 from both after-change and context fontifying.
b81d40f0
JB
2927 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2928 New functions.
2929 (c-standard-font-lock-fontify-region-function): New variable.
2930 (c-font-lock-fontify-region): New function.
be8b11bb 2931
341cf6ac
JL
29322011-12-24 Juri Linkov <juri@jurta.org>
2933
2934 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2935 (Bug#10348)
2936
bffcee0a
MA
29372011-12-23 Michael Albinus <michael.albinus@gmx.de>
2938
2939 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2940 existence of source file. (Bug#10325)
2941
cb5e207c
AM
29422011-12-23 Alan Mackenzie <acm@muc.de>
2943
2944 Fix unstable fontification inside templates.
2945
b81d40f0
JB
2946 * progmodes/cc-langs.el (c-before-font-lock-functions):
2947 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
2948 additionally has c-set-fl-decl-start. The other languages (apart
2949 from AWK) have that as a single entry.
2950
b81d40f0
JB
2951 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2952 The functionality for "local" declarations has been extracted to
cb5e207c
AM
2953 c-set-fl-decl-start.
2954
b81d40f0
JB
2955 * progmodes/cc-mode.el (c-common-init, c-after-change):
2956 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
2957 (c-set-fl-decl-start): New function, extracted from
2958 c-font-lock-enclosing-decls and enhanced.
2959
60ff536c
JB
29602011-12-23 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2963
1c4757d6
JL
29642011-12-22 Juri Linkov <juri@jurta.org>
2965
2966 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2967
d031f2c7
CY
29682011-12-22 Chong Yidong <cyd@gnu.org>
2969
2970 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2971
bace743a
DA
29722011-12-21 Drew Adams <drew.adams@oracle.com>
2973
2974 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2975
728a1f2b
JC
29762011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2977
2978 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2979
0d373f73
TZ
29802011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2981
fec0aaa4
TZ
2982 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2983 highlighting and support. Fix up comments for capitalization.
2984 (cfengine-mode-debug): New var.
2985 (cfengine3-mode): Change the modeline indicator to "CFE3".
2986 (cfengine3-font-lock-keywords): Improve defun highlighting.
2987 (cfengine2-actions): Rename from `cfengine-actions'.
2988 (cfengine2-font-lock-keywords): Rename from
2989 `cfengine-font-lock-keywords'.
2990 (cfengine2-imenu-expression): Rename from
2991 `cfengine-imenu-expression'.
2992 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2993 (cfengine2-beginning-of-defun): Rename from
2994 `cfengine-beginning-of-defun'.
2995 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2996 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2997 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2998 modeline indicator to "CFE2".
2999 (cfengine-mode): Defalias to `cfengine-auto-mode'.
3000 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 3001
bc86f573
CY
30022011-12-21 Chong Yidong <cyd@gnu.org>
3003
3004 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
3005 filename argument.
3006
d45ba96b
MR
30072011-12-20 Martin Rudalics <rudalics@gmx.at>
3008
3009 * window.el (window-normalize-buffer-to-display): Remove.
3010 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
3011
a6198c90
CY
30122011-12-19 Chong Yidong <cyd@gnu.org>
3013
3014 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
3015 Don't signal an error in a predicate function; return non-nil.
3016 (vc-dir-mark-file): Move the error here.
3017 (vc-dir-mark-unmark): If acting on the region, keep going if one
3018 of the entries cannot be marked/unmarked.
3019 (vc-dir-mark-all-files): If current entry is a directory, mark
3020 only child files, as documented.
3021
34c5fb55
VB
30222011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
3023
3024 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
3025 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
3026 addition.
3027
c803b2b7
JD
30282011-12-18 Jan Djärv <jan.h.d@swipnet.se>
3029
3030 * term/ns-win.el (ns-get-selection-internal)
3031 (ns-store-selection-internal): Declare.
1154d12e
JB
3032 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
3033 Declare as obsolete.
3034 (ns-get-pasteboard, ns-paste-secondary):
3035 Use ns-get-selection-internal.
3036 (ns-set-pasteboard, ns-copy-including-secondary):
3037 Use ns-store-selection-internal.
c803b2b7 3038
9cff91f8 30392011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
3040
3041 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 3042 (vc-deduce-fileset): Doc fix.
99a289d9 3043
f16c898a
AS
30442011-12-16 Andreas Schwab <schwab@linux-m68k.org>
3045
3046 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
3047
763237c4
SS
30482011-12-13 Sam Steingold <sds@gnu.org>
3049
3050 * man.el (Man-getpage-in-background): When running under a
3051 window-system, ignore $MANWIDTH and $COLUMNS.
3052
5fc1c122
KH
30532011-12-15 Kenichi Handa <handa@m17n.org>
3054
3055 * language/ethio-util.el: Change coding tag to utf-8-emacs.
3056 (setup-ethiopic-environment-internal): Comment out key-binding for
3057 ethio-toggle-punctuation.
3058
13d49cbb
AM
30592011-12-13 Alan Mackenzie <acm@muc.de>
3060
898169a2
AM
3061 Add the switch statement to AWK Mode.
3062
7a71b18d 3063 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
3064 "default" to the keywords regexp.
3065
7a71b18d 3066 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 3067 expression as the rest.
1d00653d
SM
3068 (c-nonlabel-token-key): Allow string literals for AWK.
3069 Refactor for the other modes.
898169a2 3070
13d49cbb 3071 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 3072 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
3073 routines. Limit backward searching in c-font-lock-enclosing.decl.
3074
3075 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
3076 pp-state and literal type in addition to the limits.
1d00653d 3077 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 3078 (c-state-literal-at): Use the above new defun.
1d00653d
SM
3079 (c-slow-in-literal, c-fast-in-literal): Remove.
3080 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
3081
3082 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
3083 being in a literal. Add a limit for backward searching.
3084
3085 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
3086 c-slow-in-literal.
3087
15e0efc7
SM
30882011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
3091
454592a6
MR
30922011-12-13 Martin Rudalics <rudalics@gmx.at>
3093
3094 * window.el (delete-other-windows): Use correct frame in call to
3095 window-with-parameter.
3096
87393f26
DP
30972011-12-12 Daniel Pfeiffer <occitan@t-online.de>
3098
3099 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
3100 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
3101 (makefile-gmake-statements, makefile-makepp-statements):
3102 Use it and add new makepp keywords.
3103 (makefile-makepp-font-lock-keywords): Add new patterns.
3104 (makefile-match-function-end): Match new [...] and [[...]].
3105
11636b22
JB
31062011-12-11 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * ses.el (ses-call-printer-return, ses-cell-property-get)
3109 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
3110 (ses-create-cell-variable, ses-reset-header-string)
3111 (ses-cell-set-formula, ses-repair-cell-reference-all)
3112 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
3113 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
3114 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
3115 (ses-aset-with-undo, ses-load, ses-truncate-cell)
3116 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
3117 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
3118 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
3119 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
3120 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
3121 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
3122 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
3123 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
3124
cf018193
VB
31252011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
3126
3127 * ses.el: The overall change is to add cell renaming, that is
3128 setting fancy names for cell symbols other than name matching
3129 "\\`[A-Z]+[0-9]+\\'" regexp .
3130 (ses-create-cell-variable): New defun.
3131 (ses-relocate-formula): Relocate formulas only for cells the
3132 symbols of which are not renamed, i.e. symbols whose names do not
3133 match regexp "\\`[A-Z]+[0-9]+\\'".
3134 (ses-relocate-all): Relocate values only for cells the symbols of
3135 which are not renamed.
3136 (ses-load): Create cells variables as the (ses-cell ...) are read,
3137 in order to check row col consistency with cell symbol name only
3138 for cells that are not renamed.
3139 (ses-replace-name-in-formula): New defun.
3140 (ses-rename-cell): New defun.
3141
ee957461
CY
31422011-12-11 Chong Yidong <cyd@gnu.org>
3143
3144 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
3145 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
3146
9a9e9ef0
MR
31472011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
3148
3149 * window.el (other-window): Fix docstring.
3150
92a8eba5
EZ
31512011-12-10 Eli Zaretskii <eliz@gnu.org>
3152
3153 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
3154 `from' or `to' address before taking its substring.
3155 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
3156 encoded name is chopped in the middle of the encoded string, and
3157 thus displayed encoded.
3158
e152e577
JB
31592011-12-10 Juanma Barranquero <lekktu@gmail.com>
3160
3161 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
3162
e5d84bfe
EZ
31632011-12-10 Eli Zaretskii <eliz@gnu.org>
3164
3165 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
3166 to use texinfo-update-node and commands that call it if the
3167 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 3168 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
3169 (texinfo-all-menus-update, texinfo-master-menu)
3170 (texinfo-update-node, texinfo-every-node-update)
3171 (texinfo-multiple-files-update): Doc fix. Warn against updating
3172 all the @node lines.
3173 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
3174 argument is numeric. Explain better in the doc string what the
3175 function really does.
3176 (texinfo-insert-master-menu-list): Improve the error message
3177 displayed if there's no menu in the Top node.
3178 (Bug#2975) See also this thread:
e5d84bfe
EZ
3179 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
3180
1d84e9bb
MG
31812011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
3182
3183 * speedbar.el (speedbar-supported-extension-expressions):
3184 Add .adb and .ads, commonly used for Ada source code (bug#10256).
3185
382c953b
JB
31862011-12-09 Juanma Barranquero <lekktu@gmail.com>
3187
3188 * printing.el (pr-mode-alist):
3189 * simple.el (filter-buffer-substring-functions)
3190 (completion-list-insert-choice-function):
3191 * window.el (window-with-parameter, window-atom-root)
3192 (window-sides-slots, window-size-fixed, window-min-delta)
3193 (window-max-delta, window--resize-mini-window)
3194 (window--resize-child-windows-normal, window-tree)
3195 (delete-other-windows, quit-window, split-window)
3196 (display-buffer-record-window, special-display-buffer-names)
3197 (special-display-regexps, special-display-popup-frame)
3198 (same-window-p, split-window-sensibly)
3199 (display-buffer-overriding-action, display-buffer-alist)
3200 (display-buffer-base-action, display-buffer, switch-to-buffer)
3201 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
3202 (fit-window-to-buffer, recenter-positions)
3203 (mouse-autoselect-window-state, mouse-autoselect-window-select):
3204 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
3205 and remove unneeded backslashes in docstrings.
3206
39c9faef
SM
32072011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3208
98449af8
SM
3209 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
3210
39c9faef
SM
3211 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
3212 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
3213 end in ".mk".
3214 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
3215 when reading the makefile (bug#10116).
3216
86ed9fdc
SM
32172011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
3220 (bug#10116).
3221
5580f89d
GM
32222011-12-06 Glenn Morris <rgm@gnu.org>
3223
3224 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
3225
28d3917c
CY
32262011-12-06 Chong Yidong <cyd@gnu.org>
3227
3228 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
3229
a98edce9
JB
32302011-12-06 Juanma Barranquero <lekktu@gmail.com>
3231
3232 * textmodes/table.el (table-shorten-cell): Fix typo.
3233
e65adfac
CG
32342011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
3235
3236 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
3237
71cc0b74
EZ
32382011-12-05 Eli Zaretskii <eliz@gnu.org>
3239
3240 * descr-text.el (describe-char): Fix display of strong
3241 right-to-left characters and directional embeddings and overrides.
3242
3243 * simple.el (what-cursor-position): Fix display of codepoints of
3244 strong right-to-left characters.
3245
315bc30d
CY
32462011-12-05 Chong Yidong <cyd@gnu.org>
3247
3248 * faces.el (read-color): Doc fix.
3249
58a70b94
GM
32502011-12-05 Glenn Morris <rgm@gnu.org>
3251
3252 * align.el (align--set-marker): Add doc-string.
3253 Don't try to move something that is not a marker. (Bug#10216)
3254
5158face
GM
32552011-12-04 Glenn Morris <rgm@gnu.org>
3256
3257 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
3258 overly zealous deletion of trailing whitespace.
3259
520fca41
JB
32602011-12-04 Juanma Barranquero <lekktu@gmail.com>
3261
3262 * server.el (server-delete-client): On Windows, do not try to delete
3263 the only terminal.
3264 (server-process-filter): On Windows, treat requests for a tty frame as
3265 if they were for a GUI frame if the running server is in GUI mode.
3266
5e605a2e
GM
32672011-12-03 Glenn Morris <rgm@gnu.org>
3268
3269 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
3270
5c3fe83f
SM
32712011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3272
6f5e57e7
SM
3273 * electric.el: Streamline electric-indent's hook.
3274 (electric-indent-chars): Revert to simple list.
3275 (electric-indent-functions): New var.
3276 (electric-indent-post-self-insert-function): Use it.
3277
5c3fe83f
SM
3278 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
3279 there's no inferior buffer (bug#10196).
3280 (prolog-consult-compile): Don't use toggle-read-only.
3281
6bdac736
MA
32822011-12-02 Michael Albinus <michael.albinus@gmx.de>
3283
3284 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
3285 interrupt. (Bug#10187)
3286
6131ba7f
SM
32872011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3288
99c79fee
SM
3289 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
3290 (bug#9160).
3291
6131ba7f
SM
3292 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
3293 (bug#10191).
3294
cb0a02ea
JL
32952011-12-02 Juri Linkov <juri@jurta.org>
3296
3297 * info.el (Info-search): Display "end of manual" when Isearch
3298 reaches the end of single-file Info manual. (Bug#9918)
3299
66e0570c
EZ
33002011-12-02 Eli Zaretskii <eliz@gnu.org>
3301
3302 * isearch.el (isearch-message-prefix): Run the input method part
3303 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
3304
02b16839
JL
33052011-12-02 Juri Linkov <juri@jurta.org>
3306
3307 * isearch.el (isearch-occur): Use `word-search-regexp' for
3308 `isearch-word'.
3309 (isearch-search-and-update): Add condition for `isearch-word' and
3310 call `word-search-regexp'. (Bug#10145)
3311
0b950688
GM
33122011-12-01 Glenn Morris <rgm@gnu.org>
3313
3314 * eshell/em-hist.el (eshell-hist-initialize):
3315 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 3316 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 3317
9505c3c7
SM
33182011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3319
3320 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
3321
1bbe96b2 33222011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 3323
a1beca85
SM
3324 * progmodes/verilog-mode.el (verilog-pretty-expr):
3325 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
3326 verilog, such as += *= and the like.
3327 (verilog-assignment-operator-re): Regular expression to find the
3328 assigment operator in a verilog assignment.
3329 (verilog-assignment-operation-re): Regular expression to find an
3330 assignment statement for pretty-expr.
3331 (verilog-in-attribute-p): Query returns true if point is in an
3332 attribute context; used to skip these for expression line up from
3333 pretty-expr.
3334 (verilog-in-parameter-p): Query returns true if point is in an
3335 parameter definition context; used to skip these for expression
3336 line up from pretty-expr.
3337 (verilog-in-parenthesis-p): Query returns true if point is in a
3338 parenthetical expression, specifically ( ) but not [ ] or { };
3339 used by pretty-expr.
3340 (verilog-just-one-space): If there is no space, don't add one.
3341 (verilog-get-lineup-indent-2): Specifically skip just attribute
3342 contexts for expression lineup, rather than skipping all
3343 parenthetical expressions.
3344 (verilog-calculate-indent): Fix comment, and fix indent.
3345 (verilog-do-indent): Indent declarations in lists (suggested by
3346 Joachim Lechner).
3347 (verilog-mode-abbrev-table): Populate abbrev mode with the various
3348 skeleton items.
3349 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
3350 by Alain Mellan).
3351
1bbe96b2 33522011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
3353
3354 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
3355 parameters with embedded comments. Reported by Ray Stevens.
3356 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
3357 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
3358 Reported by Tim Holt.
3359 (verilog-auto): Fix AUTOing a upper module then AUTOing module
3360 instantiated by upper module causing wrong expansion until AUTOed a
3361 second time. Reported by K C Buckenmaier.
3362 (verilog-diff-auto): Fix showing .* as a difference when
3363 `verilog-auto-star-save' off. Reported by Dan Dever.
3364 (verilog-auto-reset, verilog-read-always-signals)
3365 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
3366 temporary signals in reset list if
3367 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
3368 style to each signal's assignment type, bug381.
3369 Reported by Thomas Esposito.
6288f0ca
WS
3370 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
3371 (verilog-uvm-statement-re): Support UVM indentation and
3372 highlighting, with old OVM keywords only.
a1beca85 3373 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
3374 Support AUTOTIEOFF creating non-wire data types.
3375 Suggested by Jonathan Greenlaw.
6288f0ca
WS
3376 (verilog-auto-insert-lisp, verilog-delete-to-paren)
3377 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
3378 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
3379 (verilog-read-sub-decls, verilog-read-sub-decls-line):
3380 Fix mismatching parenthesis inside commented out code when deleting
382c953b 3381 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
3382 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
3383 non-numeric vector width. Reported by Alex Reed.
3384 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 3385 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
3386 (verilog-auto-delete-trailing-whitespace):
3387 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
3388 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
3389 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
3390 Fix verilog-scan-cache corruption when running user AUTO expansion
3391 hooks that call indentation routines.
3392 (verilog-simplify-range-expression): Fix typo ignoring lower case
3393 identifiers.
3394 (verilog-delete-auto): Fix delete-autos to also remove user created
3395 automatics, as long as they start with AUTO.
3396 (verilog-batch-diff-auto, verilog-diff-auto)
3397 (verilog-diff-function): Add `verilog-diff-auto' and bind to
3398 "C-c?" to report differences in AUTO expansion, ignoring spaces.
3399 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
3400 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
3401 (verilog-re-search-forward-quick, verilog-syntax-ppss):
3402 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
3403 is disabled and its cache will get corrupt, causing AUTOS not to
3404 expand. Instead use only -quick functions.
3405 (verilog-scan-region): Fix scanning over escaped quotes.
3406 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
3407 (verilog-re-search-backward-quick)
3408 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
3409 related functions now ignore strings, to fix misparsing of strings
3410 with magic comments embedded in them.
a1beca85
SM
3411 (verilog-read-auto-template):
3412 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
3413 Reported by Brad Dobbie.
3414 (verilog-read-auto-template):
3415 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 3416 Reported by Brad Dobbie.
6288f0ca
WS
3417 (verilog-auto-inst, verilog-auto-inst-param)
3418 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
3419 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
3420 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
3421 debugging templates without merge conflicts, bug357.
3422 Reported by Brad Dobbie.
3423 (verilog-read-auto-template):
3424 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
3425 Reported by Brad Dobbie.
3426 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
3427 abbrevs so user won't be asked to save.
3428 (verilog-read-auto-lisp-present): Fix to start at beginning of
3429 buffer in case called outside of verilog-auto.
3430 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
3431 to "X-2". Reported by Matthew Myers.
3432 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
3433 all inputs from module templates. Reported by Leith Johnson.
3434 (verilog-module-inside-filename-p): Fix locating programs as with
3435 modules.
3436 (verilog-auto-inst-port): Fix vl-width expressions when using
3437 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
3438 (verilog-decls-get-regs, verilog-decls-get-signals,
3439 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
3440 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
3441 verilog-read-decls): Combine reg and wire structures into one var
3442 structure to represent SystemVerilog concepts.
3443 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
3444 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
3445 (verilog-auto-wire-type, verilog-insert-definition):
3446 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
3447 SystemVerilog "logic" keyword instead of "wire"/"reg".
3448 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
3449 to declares outputs that also have assignments (presumably in an
a1beca85
SM
3450 ifdef or generate if so there's not a driver conflict).
3451 Reported by Matthew Myers.
3452 (verilog-auto-declare-nettype, verilog-insert-definition):
3453 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
3454 `default_nettype none. Reported by Julian Gorfajn.
3455 (verilog-read-always-signals-recurse, verilog-read-decls)
3456 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
3457 malformed end statement, bug325. Reported by Joshua Wise and
3458 Andrew Drake.
3459 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
3460 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
3461 when expanding .* in interfaces, bug320.
3462 Reported by Pierre-David Pfister.
6288f0ca 3463 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
3464 name and open parenthesis, bug317.
3465 Reported by Pierre-David Pfister.
6288f0ca
WS
3466 (verilog-simplify-range-expression): Fix simplification of
3467 multiplications inside AUTOWIRE connections, bug303.
3468 (verilog-auto-inst-port): Support parameter expansion in
3469 multidimensional arrays.
3470 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
3471 after "assert property". Reported by Julian Gorfajn.
3472 (verilog-simplify-range-expression): Fix "couldn't merge" errors
3473 with multiplication, bug303.
3474 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
3475 Reported by Jan Frode Lonnum.
3476
1bbe96b2
GM
34772011-11-30 Juanma Barranquero <lekktu@gmail.com>
3478
3479 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
3480 (hfy-shell-file-name, hfy-shell):
3481 * international/fontset.el (x-decompose-font-name): Fix typos.
3482
34832011-11-29 Ken Brown <kbrown@cornell.edu>
3484
3485 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
3486 (gdb-version): Remove defvar.
3487 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
3488 (gdb-gud-context-command, gdb-non-stop-handler)
3489 (gdb-current-context-command, gdb-stopped): Use it.
3490 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
3491 (gdb-non-stop-handler): Don't enable pretty-printing here.
3492 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
3493 non-stop mode. Use the following.
3494 (gdb-check-target-async): New defun.
3495 (gud-watch, gdb-stopped): Fix whitespace.
3496 (gdb-get-source-file): Don't try to display the source file if
3497 `gdb-main-file' is nil.
3498
34992011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * align.el: Try to generate fewer markers (bug#10047).
3502 (align--set-marker): New macro.
3503 (align-region): Use it.
3504
c935221f
SM
35052011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3508
e70b5064
CY
35092011-11-29 Chong Yidong <cyd@gnu.org>
3510
3511 * indent.el (indent-for-tab-command, indent-according-to-mode):
3512 Doc fix.
3513 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3514
f3af92b7
MA
35152011-11-29 Michael Albinus <michael.albinus@gmx.de>
3516
3517 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3518 aware of remote file names. (Bug#10124)
3519
ed472be9
CY
35202011-11-29 Chong Yidong <cyd@gnu.org>
3521
3522 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3523
24510c22
SM
35242011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * files.el (find-file): Don't use force-same-window (bug#10144).
3527 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3528 use pop-to-buffer if the selected window can't be used.
3529 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3530
c60c3703
EZ
35312011-11-28 Eli Zaretskii <eliz@gnu.org>
3532
3533 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3534 special-mode-map.
3535
e95def75
CY
35362011-11-28 Chong Yidong <cyd@gnu.org>
3537
3538 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3539
c3f1c606
NR
35402011-11-27 Nick Roberts <nickrob@snap.net.nz>
3541
3542 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3543 gdb-get-source-file-list on gdb-create-source-file-list.
3544
00db469c
EZ
35452011-11-26 Eli Zaretskii <eliz@gnu.org>
3546
3547 * whitespace.el (whitespace-newline): Use a different foreground
3548 color for 16-color light-background displays.
3549
4ad3bc2a
CY
35502011-11-24 Chong Yidong <cyd@gnu.org>
3551
3552 * window.el (display-buffer--special-action): Doc fix.
3553
e9fce1ac
JB
35542011-11-25 Juanma Barranquero <lekktu@gmail.com>
3555
3556 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3557 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3558 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3559 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3560 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3561 (avl-tree-stack-first):
3562 * emacs-lisp/cconv.el (cconv--analyse-use):
3563 * net/gnutls.el (gnutls-negotiate): Fix typos.
3564
cb825e5d
GM
35652011-11-24 Glenn Morris <rgm@gnu.org>
3566
3adbe224
GM
3567 * lpr.el (lpr-windows-system, lpr-lp-system):
3568 * mail/binhex.el (binhex-begin-line):
3569 * progmodes/grep.el (grep-history, grep-find-history):
3570 * textmodes/flyspell.el:
3571 * vc/pcvs-defs.el (cvs-global-menu):
3572 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3573 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3574 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3575
321decc8
GM
3576 * net/tls.el: Fix case of "GnuTLS".
3577
420b63ad
GM
3578 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3579
cb825e5d
GM
3580 * version.el (emacs-build-system): Give it a doc-string.
3581
a0649f08
JL
35822011-11-24 Juri Linkov <juri@jurta.org>
3583
3584 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3585
c0bc0fd4
GM
35862011-11-24 Glenn Morris <rgm@gnu.org>
3587
3588 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3589 if called on a non-mime message just toggle the headers. (Bug#8006)
3590
20db1522
JB
35912011-11-24 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3594 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3595 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3596 (allout-rebullet-heading, allout-open-sibtopic)
3597 (allout-toggle-current-subtree-encryption)
3598 (allout-toggle-subtree-encryption, allout-encrypt-string)
3599 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3600 (allout-distinctive-bullets-string, allout-auto-activation):
3601 * window.el (window-normalize-buffer-to-display):
3602 * progmodes/verilog-mode.el (verilog-batch-indent):
3603 * textmodes/bibtex.el (bibtex-field-braces-opt)
3604 (bibtex-field-strings-opt):
3605 * vc/cvs-status.el (cvs-tree-merge):
3606 Fix typos.
3607
7262a87c
MA
36082011-11-23 Michael Albinus <michael.albinus@gmx.de>
3609
3610 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3611 `non-essential' to t, in order to avoid remote connections.
3612
283430a1
EZ
36132011-11-23 Eli Zaretskii <eliz@gnu.org>
3614
a1beca85
SM
3615 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3616 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
3617 case-insensitively.
3618
d2992a38
ML
36192011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3620
3621 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3622
50419064
GM
36232011-11-23 Glenn Morris <rgm@gnu.org>
3624
da94eca1
GM
3625 * paths.el (rmail-file-name): Reformat the doc-string so that it
3626 is picked up.
3627
9aac4de2
GM
3628 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3629 (rmail-auto-file): Ignore case in the "special" field names,
3630 as mail-fetch-field does for all others.
3631
8038d2d2
GM
3632 * mail/rmail.el (rmail-forward):
3633 * mail/rmailkwd.el (rmail-set-label):
3634 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3635 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3636
f3fe222a
GM
3637 * mail/rmail.el (rmail-current-message): Doc fix.
3638
50419064
GM
3639 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3640
28109f49
SM
36412011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3644
394c65f1
GM
36452011-11-22 Glenn Morris <rgm@gnu.org>
3646
3647 * mail/rmailmm.el (test-rmail-mime-handler)
3648 (test-rmail-mime-bulk-handler)
3649 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3650
f2a0aa3a
JL
36512011-11-21 Juri Linkov <juri@jurta.org>
3652
1154d12e
JB
3653 * calc/calc.el (calc-read-key-sequence):
3654 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 3655
9c34a344
LMI
36562011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3657
3658 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3659 Tell the caller that the next line needs recomputation, even
3660 though it doesn't start a sexp (bug#10094).
3661
f04a3be9
SM
36622011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3665
7978747f
SM
36662011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3667
f04a3be9
SM
3668 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3669 Use force-same-window.
7978747f 3670
fe7a3057
JB
36712011-11-20 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * descr-text.el (describe-char-unicode-data):
3674 * json.el (json-string-escape):
3675 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3676 (Footnote-unicode, Footnote-style-p):
3677 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3678
24901d61
CY
36792011-11-20 Chong Yidong <cyd@gnu.org>
3680
3681 * window.el (replace-buffer-in-windows): Restore interactive spec.
3682
bac7ff22
SM
36832011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3684
24f3d7b9
SM
3685 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3686
bac7ff22
SM
3687 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3688 (byte-compile-global-not-obsolete-vars): New var.
3689 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3690 Use it.
3691 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3692
cd1181db
JB
36932011-11-20 Juanma Barranquero <lekktu@gmail.com>
3694
3695 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3696 * progmodes/pascal.el (electric-pascal-equal):
3697 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3698 * xml.el (xml-substitute-special): Fix typos.
3699
7fb18e9e
GM
37002011-11-20 Glenn Morris <rgm@gnu.org>
3701
3702 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3703 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3704 Doc fixes.
3705 (rmail-decode-mime-charset): Mark as obsolete.
3706
3707 * mail/rmailsum.el (rmail-message-regexp-p-1):
3708 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3709 Before using mime functions, check they are set. (Bug#10077)
3710
d5a6b3ba
JL
37112011-11-19 Juri Linkov <juri@jurta.org>
3712
3713 * info.el (Info-finder-find-node): Use `package--builtins' instead
3714 of `package-alist'. Use node names formed by the pattern "Keyword "
3715 and the keyword name.
3716
e981b61f
AS
37172011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3718
1d00653d 3719 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 3720
3ffbc301
JL
37212011-11-19 Juri Linkov <juri@jurta.org>
3722
3723 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3724 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3725 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3726 `old-history', `old-history-forward'. Add let-binding
3727 `window-selected'. Remove calls to `kill-buffer',
3728 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3729 before calling `Info-find-node', so `Info-find-node-2' will reread
3730 the Info file. Restore window positions only when `window-selected'
3731 is non-nil.
3732
30c62133
JL
37332011-11-19 Juri Linkov <juri@jurta.org>
3734
3735 * isearch.el (isearch-lazy-highlight-new-loop):
3736 Remove condition `(not isearch-error)'. (Bug#9918)
3737
3738 * misearch.el (multi-isearch-search-fun): Add condition
3739 `(not bound)' to ignore lazy-highlighting search.
3740 Add the search-failed message "end of multi" when the end of
3741 multi-sequence is reached. Uncapitalize the search-failed
3742 message "Repeat for next buffer".
3743
3744 * info.el (Info-search): Add the search-failed message
3745 "end of the manual" when the end of the manual is reached
3746 in Isearch mode.
3747
645ca9cf
JL
37482011-11-19 Juri Linkov <juri@jurta.org>
3749
3750 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3751 Use non-destructive `remove' instead of `delete' because
3752 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3753 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3754
df754f66
JL
37552011-11-19 Juri Linkov <juri@jurta.org>
3756
3757 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3758 to nil instead of binding `search-ring' and `regexp-search-ring'.
3759 (Bug#9185)
3760
0e23d96a
EZ
37612011-11-19 Eli Zaretskii <eliz@gnu.org>
3762
3763 * simple.el (line-move): Force movement by logical lines for any
3764 hscrolled window, not only when auto-hscroll-mode is on.
3765 (line-move-visual): Update doc string to that effect. (Bug#10076)
3766
8a6ccb66
AS
37672011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3768
3769 * language/european.el (macintosh): Define as alias for mac-roman.
3770
49ae5b39
EZ
37712011-11-19 Eli Zaretskii <eliz@gnu.org>
3772
3773 * mail/rmailmm.el (rmail-mime-display-header)
3774 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3775 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3776 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3777 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3778 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3779 of a raw aref.
3780 (rmail-mime-entity-segment): To get past the tagline, move forward
3781 2 more lines, to account for the 2 empty lines that precede and
3782 follow the line with the buttons.
3783 (rmail-mime-update-tagline): Move one more line, to get past the
3784 empty line that follows the buttons in the tagline. (Bug#9520)
3785
c56cad4a
MR
37862011-11-19 Martin Rudalics <rudalics@gmx.at>
3787
3788 * window.el (window-max-delta-1, window-min-delta-1)
3789 (window-min-size-1, window-state-get-1, window-state-put-1)
3790 (window-state-put-2): Use "window--" prefix.
3791
cbe71af3
SM
37922011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3793
2ad52c60
SM
3794 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3795 (smie-warning-count): New var.
3796 (smie-set-prec2tab): Use it.
3797 (smie-bnf->prec2): Improve warnings. Add docstring.
3798 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3799 (smie-bnf--set-class): New function.
3800 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3801 corner case.
3802
6944dbc1
SM
3803 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3804 (compilation-error-properties, compilation-move-to-column):
3805 Handle compilation-first-column while in the target buffer.
3806
c400c4d7
SM
3807 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3808 Don't hardcode point-min==1.
3809
6dbe3e96
SM
3810 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3811 (eshell-rewrite-for-command): Remove workaround.
3812 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3813 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3814 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3815
cbe71af3
SM
3816 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3817
a8e1496d
GM
38182011-11-17 Glenn Morris <rgm@gnu.org>
3819
3820 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3821 Ignore buffer-local generated-autoload-file if it is the same
3822 as the global value. (Bug#10049)
3823
df85d315
JB
38242011-11-17 Juanma Barranquero <lekktu@gmail.com>
3825
3826 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3827 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3828 (reftex-toc-previous-heading, reftex-toc-max-level)
3829 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3830 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3831 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3832 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3833 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3834 (reftex-toc-rename-label, reftex-toc-visit-location)
3835 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3836 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3837 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3838 leaving "*toc*" only for references to the buffer.
3839
a0c2d0ae
MR
38402011-11-17 Martin Rudalics <rudalics@gmx.at>
3841
3842 * window.el (window-resize, delete-window, split-window):
3843 Replace window-splits by window-combination-resize.
1d00653d 3844 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 3845
35c0bac8
GM
38462011-11-17 Glenn Morris <rgm@gnu.org>
3847
3848 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3849 Make bash entry derive from sh entry, not shell entry.
3850
d0c8fc8a
MA
38512011-11-16 Michael Albinus <michael.albinus@gmx.de>
3852
d0c8fc8a
MA
3853 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3854 properties of linked files. (Bug#9879)
3855
7262a87c
MA
3856 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3857 local file name.
3858
7877f373
JB
38592011-11-16 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * menu-bar.el (menu-bar-file-menu):
3862 * printing.el (pr-ps-utility):
3863 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3864 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3865 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3866 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3867 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3868 (icalendar--convert-cyclic-to-ical)
3869 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3870 (icalendar--convert-ical-to-diary)
3871 (icalendar--convert-recurring-to-diary)
3872 (icalendar--convert-non-recurring-all-day-to-diary)
3873 (icalendar-import-format-sample):
3874 * progmodes/idlw-shell.el (idlwave-shell-mode):
3875 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3876 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3877 (vhdl-ps-print-init): Fix typos.
3878
10649b82
KM
38792011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3880
9d0cfcd6
GM
3881 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3882 FSF and collapse date sequence, obscure author/maintainer email address
3883 better, remove extra version line, track relocation of author's webpage.
10649b82 3884
9d0cfcd6
GM
3885 * progmodes/python.el (python-pdbtrack-input-prompt)
3886 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3887 regular python pdb prompts. Adjustments shamelessly taken exactly as
3888 suggested in EmacsWiki page (tiny change):
3889 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 3890
58179cce
JB
38912011-11-16 Juanma Barranquero <lekktu@gmail.com>
3892
3893 * expand.el (expand-pos, expand-index, expand-point):
3894 Remove redundant info from docstring.
3895 (expand-add-abbrevs): Doc fix.
3896 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3897 (expand-sample-perl-mode-expand-list): Fix typos.
3898
3899 * net/dbus.el (dbus-event-member-name):
3900 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3901 * term/pc-win.el (msdos-create-frame-with-faces):
3902 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3903
b6f67890
MR
39042011-11-16 Martin Rudalics <rudalics@gmx.at>
3905
3906 * window.el (split-window, window-state-get-1)
3907 (window-state-put-1, window-state-put-2): Rename occurrences of
3908 window-nest to window-combination-limit.
1d00653d 3909 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 3910
ce7ddba0
CY
39112011-11-16 Chong Yidong <cyd@gnu.org>
3912
3913 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3914 regexp (Bug#10033).
3915
3ae704f4
SM
39162011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3917
3918 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3919 `completing-read' will remove *Completions* and will preserve
3920 current-buffer for us.
3921 (tmm-add-prompt): Users of *Completions* will always (re)set its
3922 major mode.
3923 (tmm-old-comp-map): Remove.
3924
6ad1cdde
GM
39252011-11-16 Glenn Morris <rgm@gnu.org>
3926
3927 * mail/rmailedit.el: Require rmailmm when compiling.
3928 (rmail-old-mime-state): New declaration.
3929 (rmail-edit-current-message): If editing a mime message,
3930 edit the "raw" message from the mbox buffer.
3931 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3932
d20faa20
GM
39332011-11-15 Glenn Morris <rgm@gnu.org>
3934
3935 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3936 which wasn't being used. Add optional arg to force given state.
3937 (rmail-mime): Add optional arg to force given state.
3938
c7015153
JB
39392011-11-15 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3942 * frame.el (display-mm-dimensions-alist):
3943 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3944 (outline-move-subtree-down):
3945 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3946 (newsticker--treeview-do-get-node):
3947 * net/quickurl.el (quickurl-list-buffer-name):
3948 * progmodes/dcl-mode.el (dcl-mode):
3949 * progmodes/gdb-mi.el (gdb-mapcar*):
3950 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3951
45261b50
GM
39522011-11-15 Glenn Morris <rgm@gnu.org>
3953
3954 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3955 in a boolean sense, so just make it a boolean, and fix the doc.
3956 (rmail-show-mime-function, rmail-mime-feature)
3957 (rmail-require-mime-maybe): Doc fixes.
3958 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3959
3960 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3961
0d26e0b6
JB
39622011-11-15 Juanma Barranquero <lekktu@gmail.com>
3963
3964 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3965 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3966 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3967 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3968
447f30f6
GM
39692011-11-15 Glenn Morris <rgm@gnu.org>
3970
672b871d
GM
3971 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3972 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3973 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3974 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3975 (rmail-mime, rmail-show-mime): Doc fixes.
3976
f6aa5bb1
GM
3977 * term/ns-win.el (mode-line-frame-identification):
3978 Leave it alone. (Bug#10051)
3979
947cd66b
GM
3980 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3981
447f30f6
GM
3982 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3983 Handle empty buffers. (Bug#9978)
3984
0b381c7e
JB
39852011-11-14 Juanma Barranquero <lekktu@gmail.com>
3986
3987 * international/mule.el (define-charset):
3988 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3989 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3990 * progmodes/verilog-mode.el (verilog-backward-token):
3991 * textmodes/ispell.el (lookup-words):
3992 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3993
71e027ac
GM
39942011-11-14 Glenn Morris <rgm@gnu.org>
3995
56632ce4
GM
3996 * progmodes/executable.el
3997 (executable-make-buffer-file-executable-if-script-p):
3998 Handle file-modes returning nil.
3999
40500957
GM
4000 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
4001 message - not necessary, and causes problems. (Bug#9831)
4002
071c2340
GM
4003 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
4004
d3cfca60
GM
4005 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
4006
71e027ac
GM
4007 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
4008 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
4009 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
4010
89d61221
MR
40112011-11-12 Martin Rudalics <rudalics@gmx.at>
4012
4013 * window.el (window-resize, delete-window): Use window-splits
4014 variable instead of function.
4015 (window-state-get-1, window-state-put-2, window-state-put):
4016 Don't deal with windows' splits status.
4017
98282f6f
GM
40182011-11-12 Glenn Morris <rgm@gnu.org>
4019
4020 * apropos.el (apropos-do-all, apropos-library, apropos-value)
4021 (apropos-documentation): Doc fixes.
4022
40a8bdf6
JB
40232011-11-11 Juanma Barranquero <lekktu@gmail.com>
4024
4025 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
4026 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
4027
65bd19ff
SM
40282011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4029
4030 * electric.el (electric-indent-post-self-insert-function): Make it
4031 possible for a char to only indent in some circumstances.
4032 (electric-indent-mode): Simplify.
4033
54f9154c
MR
40342011-11-11 Martin Rudalics <rudalics@gmx.at>
4035
4036 * window.el (windows-with-parameter): Remove unused function.
4037 (windows-at-side): Rename to window-at-side-list.
4038 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
4039 (window-side-check, window-size-ignore, window-size-fixed-1)
4040 (window-in-direction-2): Prefix with "window--".
4041 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 4042
68cbc58b
GM
40432011-11-11 Glenn Morris <rgm@gnu.org>
4044
4045 * subr.el (eval-after-load): If FILE is already loaded,
4046 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
4047
b2621720
GM
40482011-11-10 Glenn Morris <rgm@gnu.org>
4049
9a4de110
GM
4050 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
4051 Call svn via vc-svn-command rather than vc-do-command.
4052 (vc-svn-command): Add --non-interactive. (Bug#9993)
4053 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
4054
b2621720
GM
4055 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4056 Add toggle-read-only. (Bug#7292)
4057 * files.el (toggle-read-only): Mention that it should only
4058 be used interactively. (Bug#10006)
4059
1dce7193
SM
40602011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4061
d9ac1a1e
SM
4062 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4063 Adjust regexp for OCaml warnings.
4064
0c325082
SM
4065 * electric.el (electric-pair-post-self-insert-function): Let user
4066 turn it off buffer-locally (bug#9932).
4067
90132c14
SM
4068 * progmodes/python.el (python-beginning-of-statement):
4069 Rewrite (bug#2703).
4070
1dce7193
SM
4071 * progmodes/compile.el: Better handle TABs (bug#9749).
4072 (compilation-internal-error-properties)
4073 (compilation-next-error-function): Obey the target buffer's
4074 compilation-error-screen-columns.
4075
c4e7c63a
JB
40762011-11-09 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * progmodes/meta-mode.el: Remove obsolete comments.
4079 (meta-right-comment-regexp, meta-ignore-comment-regexp):
4080 Fix typos in docstrings.
4081
2cffd681
MR
40822011-11-09 Martin Rudalics <rudalics@gmx.at>
4083
4084 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 4085 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
4086 (window--resizable): New function. Make all callers of
4087 window-resizable call window--resizable instead.
4088 (window-resizable): Rewrite in terms of window--resizable.
4089
0edcba87
GM
40902011-11-08 Glenn Morris <rgm@gnu.org>
4091
4092 * progmodes/delphi.el (delphi-mode-syntax-table):
4093 Let define-derived-mode define a proper syntax table. (Bug#9994)
4094
4b0d61e3
SM
40952011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * window.el: Stay away from defsubst.
4098 (window-list-no-nils): Remove.
4099 (window-state-get-1, window-state-get): Use backquote instead.
4100
cd394be1 41012011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 4102
4b0d61e3 4103 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 4104 Fix incorrect use of default argument in `completing-read'.
4105
e1c2c6f2
MR
41062011-11-08 Martin Rudalics <rudalics@gmx.at>
4107
4108 * window.el (display-buffer-function, special-display-function):
4109 Mention display-buffer-record-window but do not mention
4110 help-setup parameter in doc-strings.
b3f4a882 4111 (window-min-delta): Fix doc-string typo.
e1c2c6f2 4112
105216ed
CY
41132011-11-08 Chong Yidong <cyd@gnu.org>
4114
4115 * window.el (window-total-height, window-total-width): Doc fix.
4116 (window-body-size): Move from C.
4117 (window-body-height, window-body-width): Move to C.
4118
0a9f9ab5
SM
41192011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * window.el: Make special-display like display-buffer-alist (bug#9532).
4122 (display-buffer--special-action): New function, morphed
4123 from display-buffer--special.
4124 (display-buffer): Use it to handle special-display-buffers at higher
4125 priority (just after display-buffer-alist).
4126 (display-buffer-fallback-action, display-buffer--other-frame-action)
4127 (pop-to-buffer-same-window): Remove display-buffer--special.
4128
a769dd15
GM
41292011-11-07 Glenn Morris <rgm@gnu.org>
4130
4131 * calendar/cal-menu.el (cal-menu-set-date-title):
4132 Do nothing if not in a calendar. (Bug#9976)
4133
05a61ee3
SM
41342011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * files.el (find-file): Always use selected-window.
4137
be7f5545
MR
41382011-11-07 Martin Rudalics <rudalics@gmx.at>
4139
4140 * window.el (window-combinations): Make WINDOW argument
4141 mandatory. Rewrite doc-string.
4142 (walk-window-subtree, window-atom-check, window-min-delta)
4143 (window-max-delta, window--resize-this-window)
4144 (window--resize-root-window-vertically, window-tree)
4145 (balance-windows, window-state-put): Rewrite doc-strings as to
4146 not mention the term "subwindow".
4147 (window--resize-subwindows-skip-p): Rename to
4148 window--resize-child-windows-skip-p.
4149 (window--resize-subwindows-normal): Rename to
4150 window--resize-child-windows-normal.
4151 (window--resize-subwindows): Rename to
4152 window--resize-child-windows.
4153 (window-or-subwindow-p): Rename to window--in-subtree-p.
4154
3c6702ef
ML
41552011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4156
4157 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
4158 Ensure that mbox format messages end in two newlines (Bug#9974).
4159
49745b39
CY
41602011-11-06 Chong Yidong <cyd@gnu.org>
4161
4162 * window.el (window-combination-p): Function deleted; its
4163 side-effect is not used in any existing code.
4164 (window-combinations, window-combined-p): Call window-*-child
4165 directly.
4166
24300f5f
CY
41672011-11-05 Chong Yidong <cyd@gnu.org>
4168
4169 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
4170 (window-size-ignore, window-state-get): Callers changed.
4171 (window-normalize-window): Rename from window-normalize-any-window.
4172 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 4173 (window-normalize-live-window): Delete.
447f16b8
CY
4174 (window-combination-p, window-combined-p, window-combinations)
4175 (walk-window-subtree, window-atom-root, window-min-size)
4176 (window-sizable, window-sizable-p, window-size-fixed-p)
4177 (window-min-delta, window-max-delta, window-resizable)
4178 (window-resizable-p, window-full-height-p, window-full-width-p)
4179 (window-current-scroll-bars, window-point-1, set-window-point-1)
4180 (window-at-side-p, window-in-direction, window-resize)
4181 (adjust-window-trailing-edge, maximize-window, minimize-window)
4182 (window-deletable-p, delete-window, delete-other-windows)
4183 (record-window-buffer, unrecord-window-buffer)
4184 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
4185 (quit-window, split-window, window-state-put)
4186 (set-window-text-height, fit-window-to-buffer)
4187 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 4188
89bd5ee1
EZ
41892011-11-04 Eli Zaretskii <eliz@gnu.org>
4190
53479029
EZ
4191 * mail/rmail.el (rmail-simplified-subject): Decode subject with
4192 rfc2047-decode-string.
4193 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
4194 warnings.
4195
89bd5ee1
EZ
4196 * window.el (window-body-height, window-body-width): Mention in
4197 the doc string that the return values are in frame's canonical
4198 units. (Bug#9949)
4199
bd17fdee
AM
42002011-11-03 Alan Mackenzie <acm@muc.de>
4201
4202 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
4203 change in cc-engine.el.
4204
acc825c5
SM
42052011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * window.el (switch-to-buffer): Use `force-same-window' interactively.
4208
1885e5b8
MR
42092011-11-02 Martin Rudalics <rudalics@gmx.at>
4210
4211 * window.el (quit-window): Call unrecord-window-buffer after
4212 showing another buffer in the window. (Bug#9937)
acc825c5 4213 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 4214
ebe06da9
JB
42152011-11-02 Juanma Barranquero <lekktu@gmail.com>
4216
4217 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
4218 Accept status with more than 9 shelves. (Bug#9935)
4219 Reported by Colin D Bennett <colin@gibibit.com>.
4220
4ee88440
MR
42212011-11-01 Martin Rudalics <rudalics@gmx.at>
4222
4223 * help.el (with-help-window): Don't reference
4224 temp-buffer-show-specifiers in doc-string.
4225
08e1d82c
AS
42262011-10-31 Andreas Schwab <schwab@linux-m68k.org>
4227
4228 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
4229 menu-item.
4230
84bd6e9e
VJL
42312011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4232
4233 * whitespace.el: New version 13.2.2.
4234 (whitespace-newline-mode): Disable properly. Reported by Sarah
4235 <EmacsWiki>.
4236
dba0634a
UJ
42372011-10-30 Ulf Jasper <ulf.jasper@web.de>
4238
4239 * net/newst-treeview.el: Remove "Time-stamp".
4240 (newsticker--group-manage-orphan-feeds): Do not call
4241 newsticker--treeview-tree-update.
db22a3c2
JB
4242 (newsticker-treeview-update, newsticker-treeview):
4243 Call newsticker--treeview-tree-update if necessary.
dba0634a 4244
3d8daefe
MR
42452011-10-30 Martin Rudalics <rudalics@gmx.at>
4246
4247 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
4248 (window-iso-combinations): Remove "iso-" infix.
4249 Suggested by Chong Yidong.
3d8daefe
MR
4250 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
4251 (window-max-delta-1, window-resize, window--resize-siblings)
4252 (window--resize-this-window, adjust-window-trailing-edge)
4253 (split-window, balance-windows-1)
4254 (shrink-window-if-larger-than-buffer):
4255 * calendar/calendar.el (calendar-generate-window):
db22a3c2 4256 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 4257
1bc4c3ae
SM
42582011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
4261 in place (bug#9907).
4262 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
4263 (eshell-rewrite-if-command, eshell-rewrite-for-command)
4264 (eshell-structure-basic-command, eshell-rewrite-while-command)
4265 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
4266 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
4267 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
4268 (eshell-do-pipelines-synchronously, eshell-eval-command):
4269 Use backquotes and prefer setq to set.
4270 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
4271 (eshell-macrop): Use functionp.
c1e2f5fa 4272 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 4273
30b65d9c
CY
42742011-10-30 Chong Yidong <cyd@gnu.org>
4275
4276 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
4277 instead of set-mark (Bug#9810).
4278
2d197ffb
CY
42792011-10-30 Chong Yidong <cyd@gnu.org>
4280
4281 * window.el (split-window-below, split-window-right): Rename from
4282 split-window-above-each-other and split-window-side-by-side
4283 respectively. All callers changed.
4284 (split-window-sensibly, split-window-sensibly): Use them.
4285 (split-window-keep-point): Doc fix.
4286
4287 * isearch.el: Add isearch-scroll property to split-window-below
4288 and split-window-right.
4289
4290 * follow.el (follow-mode):
4291 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
4292 * progmodes/ada-xref.el (ada-gdb-application):
4293 * emulation/vip.el (vip-buffer-in-two-windows):
4294 * image-dired.el (image-dired-dired-with-window-configuration):
4295 * dired-x.el (dired-do-find-marked-files):
4296 * dired.el (dired-pop-to-buffer):
4297 * bs.el (bs--show-with-configuration):
4298 * vc/emerge.el (emerge-setup-windows):
4299 * textmodes/two-column.el (2C-two-columns):
4300 * textmodes/reftex-toc.el (reftex-toc):
4301 * progmodes/gdb-mi.el (gdb-setup-windows):
4302 * progmodes/fortran.el (fortran-window-create):
4303 * net/newst-treeview.el (newsticker--treeview-window-init):
4304 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
4305 * emulation/tpu-edt.el (tpu-gold-map):
4306 * emulation/crisp.el (crisp-mode-map):
4307 * calendar/calendar.el (calendar-basic-setup): Callers changed.
4308
38bb2ca8
CY
43092011-10-29 Chong Yidong <cyd@gnu.org>
4310
aa4de341
CY
4311 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
4312
e1eb5385
CY
4313 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
4314
5d2ece3c
CY
4315 * textmodes/flyspell.el (flyspell-word): Fix char offset for
4316 forged Ispell output (Bug#7904).
4317
38bb2ca8
CY
4318 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
4319
d0af9f77
SM
43202011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * doc-view.el: Avoid ugly errors about not finding nil.
4323 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4324 (doc-view-dvipdf-program, doc-view-unoconv-program)
4325 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
4326 Avoid nil or absolute file name as default value.
4327 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
4328
52bedd34
AM
43292011-10-28 Alan Mackenzie <acm@muc.de>
4330
db22a3c2 4331 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 4332
7e43cfa5
AM
43332011-10-28 Alan Mackenzie <acm@muc.de>
4334
4335 Amend the handling of c-beginning/end-of-defun in nested declaration
4336 scopes.
4337
52bedd34
AM
4338 * progmodes/cc-vars.el (c-defun-tactic): Move here from
4339 cc-langs.el. Change it to a defcustom.
7e43cfa5 4340
52bedd34
AM
4341 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
4342 cc-vars.el.
7e43cfa5 4343
d0af9f77
SM
4344 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4345 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 4346
52bedd34 4347 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 4348 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
4349 (c-widen-to-enclosing-decl-scope): New function.
4350 (c-while-widening-to-decl-block): New macro.
4351 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
4352 outward for defun boundaries, and correspondingly change symbol
4353 `respect-enclosure' to `go-outward'.
4354 (c-declaration-limits): Change algorithm to report only the "innermost"
4355 defun's boundaries.
4356
1a2ce9ee
DD
43572011-10-28 Deniz Dogan <deniz@dogan.se>
4358
4359 * net/rcirc.el (rcirc-mode): Use hard newlines.
4360
bc97a826
AM
43612011-10-28 Alan Mackenzie <acm@muc.de>
4362
4363 Amend to indent and fontify macros "which include their own semicolon"
4364 correctly, using the "virtual semicolon" mechanism.
4365
52bedd34 4366 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 4367
d0af9f77 4368 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 4369 Recode to scan one line at a time rather than having \n and \r
58179cce 4370 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 4371 (c-forward-label): Amend for virtual semicolons.
58179cce 4372 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 4373
52bedd34
AM
4374 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
4375 of the new C macros.
bc97a826 4376
52bedd34 4377 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
4378 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
4379 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
4380 (c-opt-cpp-macro-define): Make into a full language variable.
4381 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
4382 AWK Mode (including \n, \r) removed, no longer needed.
4383
d0af9f77
SM
4384 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
4385 Invoke c-make-macro-with-semi-re.
bc97a826 4386
52bedd34
AM
4387 * progmodes/cc-vars.el (c-macro-with-semi-re):
4388 (c-macro-names-with-semicolon): New variables.
58179cce 4389 (c-make-macro-with-semi-re): New function.
bc97a826 4390
7a6c0941
SM
43912011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * vc/log-edit.el: Fill empty field rather than adding new one.
4394 (log-edit-add-field): New function.
4395 (log-edit-insert-changelog): Use it.
4396
b0c4cdcf
ML
43972011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
4398
4399 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
4400
ee1f1da9
SM
44012011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
4404 (gdb--check-interpreter): New function.
4405 (gdb): Use it.
4406
51bc5f8b
GM
44072011-10-27 Glenn Morris <rgm@gnu.org>
4408
416a2c45
GM
4409 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4410 (least-positive-float, least-negative-float)
4411 (least-positive-normalized-float, least-negative-normalized-float)
4412 (float-epsilon, float-negative-epsilon):
4413 Remove unnecessary declarations.
4414
4415 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
4416 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
4417 (least-positive-float, least-negative-float)
4418 (least-positive-normalized-float, least-negative-normalized-float)
4419 (float-epsilon, float-negative-epsilon): Add doc-strings,
4420 based on those in cl.texi.
4421
51bc5f8b
GM
4422 * files.el (set-visited-file-name): If the major-mode changed,
4423 reload the local variables. (Bug#9796)
4424
15de15c6
CY
44252011-10-27 Chong Yidong <cyd@gnu.org>
4426
4427 * subr.el (change-major-mode-after-body-hook): New hook.
4428 (run-mode-hooks): Run it.
4429
ee1f1da9
SM
4430 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4431 Use change-major-mode-before-body-hook.
15de15c6
CY
4432
4433 * simple.el (fundamental-mode):
4434 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
4435 change introducing fundamental-mode-hook.
4436
5430d399
JB
44372011-10-26 Juanma Barranquero <lekktu@gmail.com>
4438
acc825c5 4439 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 4440
ad74a69e
MA
44412011-10-26 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 4444 tramp.el explicitly. (Bug#7583)
ad74a69e 4445
71d4c2a5
SM
44462011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * progmodes/octave-mod.el:
4449 * progmodes/octave-inf.el: Update maintainer.
4450
b1f6fa26
CY
44512011-10-26 Chong Yidong <cyd@gnu.org>
4452
4453 * subr.el (with-wrapper-hook): Rewrite doc.
4454
3f04efd6
MA
44552011-10-25 Michael Albinus <michael.albinus@gmx.de>
4456
4457 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 4458 filenames "/method:foo:". (Bug#9793)
3f04efd6 4459
410488d3
SM
44602011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
4463 (bug#9865).
4464
c1ebb47e
GM
44652011-10-24 Glenn Morris <rgm@gnu.org>
4466
4467 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
4468
7f5c46c7
MA
44692011-10-24 Michael Albinus <michael.albinus@gmx.de>
4470
4471 * notifications.el: Add the requirement of a running D-Bus session
4472 bus to the Commentary.
4473
db2440b6
JL
44742011-10-24 Juri Linkov <juri@jurta.org>
4475
4476 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4477 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
4478 (Bug#9364)
4479
feecf435
JL
44802011-10-24 Juri Linkov <juri@jurta.org>
4481
4482 * info.el (Info-following-node-name-re): Add newline to the list
4483 of allowed characters for leading space. (Bug#9824)
4484
a3839de2
SM
44852011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4486
acc825c5
SM
4487 * progmodes/octave-inf.el (inferior-octave-mode-map):
4488 Fix C-c C-h binding.
a3839de2
SM
4489 * progmodes/octave-mod.el (octave-help): Remove.
4490
09388e76
MA
44912011-10-23 Michael Albinus <michael.albinus@gmx.de>
4492
4493 Sync with Tramp 2.2.3.
4494
4495 * net/tramp-cache.el (top): Pacify byte-compiler using
4496 `init-file-user' and `site-run-file'.
4497
4498 * net/trampver.el: Update release number.
4499
86c60681
CY
45002011-10-23 Chong Yidong <cyd@gnu.org>
4501
4502 * files.el (toggle-read-only): Remove obsolete comment about
4503 version control.
4504
4505 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4506 for toggle-read-only. Note that this hasn't called vc-next-action
4507 since 2008-05-02, though it wasn't documented at the time.
4508
a3839de2
SM
4509 * vc/ediff-init.el (ediff-toggle-read-only-function):
4510 Use toggle-read-only.
86c60681 4511
cd5495ff
AM
45122011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4513
4514 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4515 of c-parse-state.
4516
00b77525 4517 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 4518 correct faulty logical expression.
cd5495ff
AM
4519 (c-parse-state-state, c-record-parse-state-state):
4520 (c-replay-parse-state-state): New defvar/defuns.
4521 (c-debug-parse-state): Use new functions.
4522
42ee24ed
MR
45232011-10-22 Martin Rudalics <rudalics@gmx.at>
4524
4525 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 4526 last fix. Use window-in-direction correctly.
42ee24ed 4527
a7dee7e7
CY
45282011-10-21 Chong Yidong <cyd@gnu.org>
4529
4530 * progmodes/idlwave.el (idlwave-mode):
4531 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
4532 require-final-newline; that's done in prog-mode.
4533 Suggested by Stefan Monnier.
a7dee7e7 4534
e07b9a6d
MR
45352011-10-21 Martin Rudalics <rudalics@gmx.at>
4536
4537 * mouse.el (mouse-drag-window-above)
4538 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4539 (mouse-drag-mode-line-1, mouse-drag-header-line)
4540 (mouse-drag-vertical-line-rightward-window): Remove.
4541 (mouse-drag-line): New function.
4542 (mouse-drag-mode-line, mouse-drag-header-line)
4543 (mouse-drag-vertical-line): Call mouse-drag-line.
4544 * window.el (window-at-side-p, windows-at-side): New functions.
4545
7e1361d9
UM
45462011-10-21 Ulrich Mueller <ulm@gentoo.org>
4547
4548 * tar-mode.el (tar-grind-file-mode):
4549 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4550
30fcaf3a
CY
45512011-10-21 Chong Yidong <cyd@gnu.org>
4552
4553 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
4554 * progmodes/vera-mode.el (vera-mode):
4555 Use mode-require-final-newline.
30fcaf3a 4556
516eddb0
GM
45572011-10-20 Glenn Morris <rgm@gnu.org>
4558
db22a3c2 4559 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 4560
10d5f513
CS
45612011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4562
4563 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4564
ac6c8639
CY
45652011-10-20 Chong Yidong <cyd@gnu.org>
4566
4567 * emulation/cua-base.el (cua-mode):
4568 * mail/footnote.el (footnote-mode):
4569 * mail/mailabbrev.el (mail-abbrevs-mode):
4570 * net/xesam.el (xesam-minor-mode):
4571 * progmodes/bug-reference.el (bug-reference-mode):
4572 * progmodes/cap-words.el (capitalized-words-mode):
4573 * progmodes/compile.el (compilation-minor-mode)
4574 (compilation-shell-minor-mode):
4575 * progmodes/gud.el (gud-tooltip-mode):
4576 * progmodes/hideif.el (hide-ifdef-mode):
4577 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4578 * progmodes/subword.el (subword-mode):
4579 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4580 * progmodes/which-func.el (which-function-mode):
4581 * term/tvi970.el (tvi970-set-keypad-mode):
4582 * term/vt100.el (vt100-wide-mode):
4583 * textmodes/flyspell.el (flyspell-mode):
4584 * textmodes/ispell.el (ispell-minor-mode):
4585 * textmodes/nroff-mode.el (nroff-electric-mode):
4586 * textmodes/paragraphs.el (use-hard-newlines):
4587 * textmodes/refill.el (refill-mode):
4588 * textmodes/reftex.el (reftex-mode):
4589 * textmodes/rst.el (rst-minor-mode):
4590 * textmodes/sgml-mode.el (html-autoview-mode)
4591 (sgml-electric-tag-pair-mode):
4592 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4593 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4594 * emulation/crisp.el (crisp-mode):
4595 * emacs-lisp/eldoc.el (eldoc-mode):
4596 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4597 minor mode behavior.
4598
aa42ab43
JL
45992011-10-19 Juri Linkov <juri@jurta.org>
4600
4601 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4602 the list of hard-coded chars with escape-glyph face.
4603
89400f1d
SM
46042011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4607
305c07f6
MA
46082011-10-19 Michael Albinus <michael.albinus@gmx.de>
4609
4610 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4611 running process.
4612
13754b54
GM
46132011-10-19 Glenn Morris <rgm@gnu.org>
4614
4615 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4616 Ignore ignored files. (Bug#9726)
4617
06e21633
CY
46182011-10-19 Chong Yidong <cyd@gnu.org>
4619
4620 Doc fix for minor modes, stating that an omitted argument enables
4621 the mode unconditionally when called from Lisp.
4622
4623 * abbrev.el (abbrev-mode):
4624 * allout.el (allout-mode):
4625 * autoinsert.el (auto-insert-mode):
4626 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4627 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4628 (global-auto-revert-mode):
4629 * battery.el (display-battery-mode):
4630 * composite.el (global-auto-composition-mode)
4631 (auto-composition-mode):
4632 * delsel.el (delete-selection-mode):
4633 * desktop.el (desktop-save-mode):
4634 * dired-x.el (dired-omit-mode):
4635 * dirtrack.el (dirtrack-mode):
4636 * doc-view.el (doc-view-minor-mode):
4637 * double.el (double-mode):
4638 * electric.el (electric-indent-mode, electric-pair-mode):
4639 * emacs-lock.el (emacs-lock-mode):
4640 * epa-hook.el (auto-encryption-mode):
4641 * follow.el (follow-mode):
4642 * font-core.el (font-lock-mode):
4643 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4644 * help.el (temp-buffer-resize-mode):
4645 * hilit-chg.el (highlight-changes-mode)
4646 (highlight-changes-visible-mode):
4647 * hi-lock.el (hi-lock-mode):
4648 * hl-line.el (hl-line-mode, global-hl-line-mode):
4649 * icomplete.el (icomplete-mode):
4650 * ido.el (ido-everywhere):
4651 * image-file.el (auto-image-file-mode):
4652 * image-mode.el (image-minor-mode):
4653 * iswitchb.el (iswitchb-mode):
4654 * jka-cmpr-hook.el (auto-compression-mode):
4655 * linum.el (linum-mode):
4656 * longlines.el (longlines-mode):
4657 * master.el (master-mode):
4658 * mb-depth.el (minibuffer-depth-indicate-mode):
4659 * menu-bar.el (menu-bar-mode):
4660 * minibuf-eldef.el (minibuffer-electric-default-mode):
4661 * mouse-sel.el (mouse-sel-mode):
4662 * msb.el (msb-mode):
4663 * mwheel.el (mouse-wheel-mode):
4664 * outline.el (outline-minor-mode):
4665 * paren.el (show-paren-mode):
4666 * recentf.el (recentf-mode):
4667 * reveal.el (reveal-mode, global-reveal-mode):
4668 * rfn-eshadow.el (file-name-shadow-mode):
4669 * ruler-mode.el (ruler-mode):
4670 * savehist.el (savehist-mode):
4671 * scroll-all.el (scroll-all-mode):
4672 * scroll-bar.el (scroll-bar-mode):
4673 * server.el (server-mode):
4674 * shell.el (shell-dirtrack-mode):
4675 * simple.el (auto-fill-mode, transient-mark-mode)
4676 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4677 (line-number-mode, column-number-mode, size-indication-mode)
4678 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4679 * strokes.el (strokes-mode):
4680 * time.el (display-time-mode):
4681 * t-mouse.el (gpm-mouse-mode):
4682 * tool-bar.el (tool-bar-mode):
4683 * tooltip.el (tooltip-mode):
4684 * type-break.el (type-break-mode-line-message-mode)
4685 (type-break-query-mode):
4686 * view.el (view-mode):
4687 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4688 (global-whitespace-mode, global-whitespace-newline-mode):
4689 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4690
a3839de2
SM
4691 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4692 Fix autogenerated docstring.
06e21633 4693
5214e501
JL
46942011-10-19 Juri Linkov <juri@jurta.org>
4695
4696 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4697 by checking environment variables "DESKTOP_SESSION" and
4698 "XDG_CURRENT_DESKTOP". (Bug#9779)
4699
195f8db9
JL
47002011-10-19 Juri Linkov <juri@jurta.org>
4701
4702 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4703 (browse-url-chromium-program, browse-url-chromium-arguments):
4704 New defcustoms.
4705 (browse-url-default-browser): Check for `browse-url-chromium' and
4706 call `browse-url-chromium-program'.
4707 (browse-url-chromium): New command. (Bug#9779)
4708
343a34ff
JB
47092011-10-18 Juanma Barranquero <lekktu@gmail.com>
4710
4711 * facemenu.el (list-colors-duplicates): On Windows, detect more
4712 duplicates by assuming that only colors matching "^System" are
4713 special "system colors". (Bug#9722)
4714
6978a151
SM
47152011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4718 to distinguish the author from the committer.
4719
6a80b297
MA
47202011-10-18 Michael Albinus <michael.albinus@gmx.de>
4721
4722 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4723
b31a5677
JK
47242011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4725
4726 * international/mule.el (sgml-html-meta-auto-coding-function):
4727 Add support for detecting encoding in HTML5 specified only as
4728 <meta charset="UTF-8">. Implementation just makes http-equiv and
4729 content-type parts from HTML4 encoding string optional. (Bug#9716)
4730
80c6d77f
GM
47312011-10-18 Glenn Morris <rgm@gnu.org>
4732
4733 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4734
08b0fee8
CY
47352011-10-18 Chong Yidong <cyd@gnu.org>
4736
4737 * faces.el (cursor): Doc fix.
4738
67e729a5
CY
47392011-10-17 Chong Yidong <cyd@gnu.org>
4740
4741 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4742
343a34ff 47432011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
4744
4745 * dirtrack.el (dirtrack): Support shell buffers with path
4746 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4747
0bc06380
TZ
47482011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4749
4750 * json.el: Bump version to 1.3 and note change in History.
4751 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4752
8b79f3e0
SM
47532011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4754
5a7c536b
SM
4755 * comint.el (comint-insert-input, comint-send-input)
4756 (comint-get-old-input-default, comint-backward-matching-input)
4757 (comint-next-prompt): Use nil instead of `input' for field property of
4758 past user input (bug#114).
4759
96a8a0df
SM
4760 * minibuffer.el (completion--replace): Inherit surrounding properties
4761 (bug#114).
4762 (minibuffer-complete-and-exit): Use it.
4763
8b79f3e0
SM
4764 * comint.el (comint--table-subvert): Quote the all-completions output
4765 (bug#9160).
4766
b8f7ff0d
MR
47672011-10-17 Martin Rudalics <rudalics@gmx.at>
4768
8b79f3e0 4769 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 4770
b8f7ff0d 4771 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 4772 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
4773 entries and separate them from frame entries.
4774
c235b555
GM
47752011-10-15 Glenn Morris <rgm@gnu.org>
4776
4777 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4778 Doc fixes.
4779
6bbfa6e1
CY
47802011-10-15 Chong Yidong <cyd@stupidchicken.com>
4781
8b79f3e0
SM
4782 * net/network-stream.el (network-stream-open-starttls):
4783 Improve detection of failure due to lack of TLS support.
ec5c990d 4784
6bbfa6e1
CY
4785 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4786 putting the input text in front and in bold.
4787
98488977
SM
47882011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4789
3d1337be
SM
4790 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4791
ee0b45e4
SM
4792 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4793 empty buffer.
4794
98488977
SM
4795 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4796 unread-command-events rather than pushing yet-another event.
4797
186f4720
EZ
47982011-10-14 Eli Zaretskii <eliz@gnu.org>
4799
4800 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4801 the explanation of the possible choices. Make the options passed
4802 to completing-read shorter.
4803
8b7a997c
AM
48042011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4805
4806 * textmodes/flyspell.el (flyspell-large-region): Make sure
4807 extended character mode is used if defined (Bug#1339).
4808
12587bbb
EZ
48092011-10-13 Eli Zaretskii <eliz@gnu.org>
4810
4811 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
4812 character info for LRE, LRO, RLE, and RLO characters by appending
4813 an invisible PDF.
12587bbb 4814
bad41229
SM
48152011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4818 even in case of error; add debug spec; simplify data flow.
4819 (with-timeout-handler): Remove.
4820
28dbc92f
MA
48212011-10-12 Michael Albinus <michael.albinus@gmx.de>
4822
4823 Fix Bug#6019, Bug#9315.
4824
4825 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4826 complete `buffer-file-name', the local file name part could look
4827 remotely (for example on VMS).
4828
4829 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4830 `tramp-run-real-handler'.
4831 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4832 already quoted by '"'.
4833
4834 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4835 Let `file-name-handler-alist' be nil, the local file name part
4836 could look remotely (for example on VMS).
4837
e1b0b23a
SM
48382011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4841 from here...
4842 (flyspell-post-command-hook): ...to here.
4843
a120bde9
SM
48442011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4845
4846 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4847 if not needed.
4848 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4849 using completion. Protect against "slow" callers.
4850 Remove the "message hack".
4851
7ce7717b
JL
48522011-10-11 Juri Linkov <juri@jurta.org>
4853
4854 * isearch.el (isearch-lazy-highlight-word): New variable.
4855 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4856 Use it. (Bug#9727)
4857
c02ee9d6
GM
48582011-10-11 Glenn Morris <rgm@gnu.org>
4859
4860 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4861 like f90-previous-statement does.
4862
93e616fd 48632011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4864
1f190e73 4865 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
4866 only in interactive use, to avoid error.
4867
af7b6078
SM
48682011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * minibuffer.el (completion-file-name-table): Fix last change,
4871 i.e. ignore normal errors but not the other ones.
4872
0563dae9
MR
48732011-10-10 Martin Rudalics <rudalics@gmx.at>
4874
4875 * window.el (special-display-buffer-names)
4876 (special-display-regexps): Remove some remnants of earlier
4877 changes from doc-strings.
366ca7f3
MR
4878 (quit-windows-on): New function.
4879
4880 * vc/vc.el (vc-revert, vc-rollback):
4881 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4882 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 4883 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 4884
49677495
MR
48852011-10-09 Martin Rudalics <rudalics@gmx.at>
4886
4887 * window.el (frame-auto-hide-function): Add version tag.
4888 (Bug#9699)
4889
56f2d1e1
MA
48902011-10-09 Michael Albinus <michael.albinus@gmx.de>
4891
4892 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4893 condition.
4894
112a6592
LL
48952011-10-09 Leo Liu <sdl.web@gmail.com>
4896
4897 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4898 (Bug#9701)
4899
0812589b
GM
49002011-10-08 Glenn Morris <rgm@gnu.org>
4901
4902 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4903 before the first code statement zero indent. (Bug#9690)
4904
b2b0776e
CY
49052011-10-08 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * simple.el (count-words-region): Always count in the region.
4908 Report the number of lines and characters too.
4909 (count-words): New command, which counts in the buffer if the
4910 region is inactive, as count-words-region used to.
4911 (count-words--message): New function. Handle plurals.
4912 (count-lines-region): Make it an alias for count-words-region.
4913
4914 * bindings.el (esc-map): Replace count-lines-region with
4915 count-words-region.
4916
c557cd6b
MR
49172011-10-08 Martin Rudalics <rudalics@gmx.at>
4918
4919 * window.el (window--delete): Delete dedicated frame
4920 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 4921 (switch-to-buffer): Fix doc-string typo.
c557cd6b 4922
61a57ef4 49232011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4924
3a7d293b 4925 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 4926
c3833279
CY
49272011-10-07 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * bindings.el ([M-left],[M-right]): Bind to left-word and
4930 right-word respectively.
4931
21ce8245
GM
49322011-10-07 Glenn Morris <rgm@gnu.org>
4933
4934 * cus-start.el (debug-on-quit): Fix custom type.
4935
6d823bb2
LMI
49362011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4937
0181e193
LMI
4938 * subr.el (define-key-after): Clarify that the function is not
4939 useful for non-menu keymaps.
4940
6d823bb2
LMI
4941 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4942
8e3459ce 49432011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4944
21ce8245 4945 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 4946 in current minibuffer (Fix bug with recursive minibuffers).
4947
a1c2d21e
CY
49482011-10-06 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * progmodes/gdb-mi.el (gdb): Doc fix.
4951
5a4cf282
MR
49522011-10-05 Martin Rudalics <rudalics@gmx.at>
4953
4954 * window.el (frame-auto-hide-function): New option replacing
4955 frame-auto-delete. Suggested by Stefan Monnier.
4956 (window--delete): Call frame-auto-hide-function instead of
4957 investigating frame-auto-delete.
c96111ea
MR
4958 (window-point-1, set-window-point-1): New functions.
4959 (window-in-direction, record-window-buffer, window-state-get-1)
4960 (display-buffer-record-window): Use window-point-1 instead of
4961 window-point.
4962 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 4963
9854542e
SM
49642011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4967
8943cfb0
GM
49682011-10-05 Glenn Morris <rgm@gnu.org>
4969
4970 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4971 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4972
647ab967
LL
49732011-10-05 Leo Liu <sdl.web@gmail.com>
4974
4975 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4976 works with buffer object.
4977
3ddfbced
SM
49782011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * mpc.el (mpc-tool-bar-map): Add labels.
4981
bdfa5dd2
GM
49822011-10-04 Glenn Morris <rgm@gnu.org>
4983
4984 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4985
0e2070b5
MR
49862011-10-04 Martin Rudalics <rudalics@gmx.at>
4987
4988 * window.el (window--delete): New function.
4989 (frame-auto-delete): Resuscitate option.
4990 (bury-buffer, replace-buffer-in-windows)
4991 (quit-window): Rewrite using window--delete.
4992 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4993 Pass display-buffer-mark-dedicated to window--display-buffer-2
4994 (Bug#9639).
4995
3dc61a09
SM
49962011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4997
915a9b64
SM
4998 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4999 returns a list (bug#9554). Add remote file name completion.
5000 * comint.el (comint--table-subvert): Curry and get quote&unquote
5001 functions as arguments.
5002 (comint--complete-file-name-data): Adjust call accordingly.
5003 * pcomplete.el (pcomplete--table-subvert): Remove.
5004 (pcomplete-completions-at-point): Use comint--table-subvert instead.
5005
3dc61a09
SM
5006 * minibuffer.el (completion-table-case-fold): Use currying.
5007 (completion--styles-type, completion--cycling-threshold-type):
5008 New constants.
5009 (completion-styles, completion-category-overrides)
5010 (completion-cycle-threshold): Use them.
5011 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
5012 completion-table-case-fold.
5013
8ea0a993
SB
50142011-10-03 Stephen Berman <stephen.berman@gmx.net>
5015
5016 * minibuffer.el (completion-category-overrides): Fix type of styles
5017 and add more user friendly tags (bug#9660).
5018
8c24b7f6
SM
50192011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5020
5021 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
5022 (mule-input-method-string): New widget.
5023 (default-input-method, language-info-custom-alist): Use it.
5024
428fe61a
SM
50252011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
5026
32c1fffd
SM
5027 * pcomplete.el: Require comint.
5028 (pcomplete--common-suffix): Remove.
5029 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
5030 (pcomplete--table-subvert): Sync with comint--table-subvert.
5031 (pcomplete--entries): Use comint-completion-file-name-table.
5032 * comint.el (comint-unquote-filename): Simplify.
5033 (comint-completion-file-name-table): New function (bug#9616).
5034 (comint--complete-file-name-data): Use it.
5035
428fe61a
SM
5036 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
5037 (pcmpl-gnu-tar-buffer): Remove.
5038 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
5039 around. Make sure pcomplete-suffix-list is only changed temporarily.
5040 Don't look inside the tar's file if it's too large.
428fe61a 5041
04c52e2f
CY
50422011-10-01 Chong Yidong <cyd@stupidchicken.com>
5043
ce3cefcc
CY
5044 * cus-edit.el (custom-mode-map):
5045 * epa.el (epa-key-list-mode-map):
5046 * man.el (Man-mode-map):
5047 * startup.el (splash-screen-keymap):
5048 * simple.el (special-mode-map): Use scroll-up-command and
5049 scroll-down-command.
5050
5051 * progmodes/idlw-help.el (idlwave-help-mode-map):
5052 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
5053 * net/newst-plainview.el (newsticker-mode-map):
5054 * emulation/ws-mode.el (wordstar-mode-map):
5055 * emulation/vi.el (vi-com-map):
5056 * calc/calc-graph.el (calc-graph-show-dumb):
5057 * term/sun.el (terminal-init-sun):
5058 * term/ns-win.el (global-map):
5059 * progmodes/grep.el (grep-mode-map):
5060 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
5061 * mail/rmail.el (rmail-mode-map):
5062 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
5063
04c52e2f
CY
5064 * custom.el (custom-safe-themes, load-theme): Treat value of t for
5065 custom-safe-themes as special.
5066
79adf8c8
JD
50672011-10-01 Julien Danjou <julien@danjou.info>
5068
5069 * notifications.el (notifications-notify): Fix docstring.
5070
63bd50d3
PS
50712011-10-01 Per Starbäck <per@starback.se>
5072
5073 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
5074
199e4c7e
MR
50752011-09-30 Martin Rudalics <rudalics@gmx.at>
5076
5077 * startup.el (command-line-1): Fix last fix by inserting
5078 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 5079 (Bug#9605) and (Bug#9636)
199e4c7e 5080
fe5f08dd
EZ
50812011-09-29 Eli Zaretskii <eliz@gnu.org>
5082
5083 * simple.el (line-move): If auto-hscroll-mode is disabled and the
5084 window is hscrolled, move by logical lines. (Bug#9607)
5085 (line-move-visual): Update the doc string to the above effect.
5086
b5516bbd
MR
50872011-09-29 Martin Rudalics <rudalics@gmx.at>
5088
ccee00c0
MR
5089 * window.el (display-buffer-record-window): When WINDOW is the
5090 selected window use `point' instead of `window-point'. (Bug#9626)
5091
b5516bbd
MR
5092 * startup.el (command-line-1): Use insert-before-markers when
5093 inserting initial-scratch-message. (Bug#9605)
ccee00c0 5094
b5516bbd
MR
5095 * help.el (help-window): Remove variable.
5096
52aa0014
GM
50972011-09-29 Glenn Morris <rgm@gnu.org>
5098
5099 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
5100
df9a7357
JB
51012011-09-29 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * descr-text.el (describe-char-categories): Accept category
5104 descriptions more than one line long.
5105
a8406c20
SM
51062011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5107
88d9610c
SM
5108 * simple.el (delete-trailing-whitespace): Fix last change.
5109
a5daf810
SM
5110 * progmodes/perl-mode.el (perl-syntax-propertize-function):
5111 Don't confuse "y => 3" as the beginning of a `y' operation.
5112
a8406c20
SM
5113 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
5114 object has more than 4 slots (bug#9613).
5115
a239d4e9
JB
51162011-09-28 Juanma Barranquero <lekktu@gmail.com>
5117
5118 * subr.el (with-output-to-temp-buffer):
5119 * net/quickurl.el (quickurl, quickurl-browse-url):
5120 Fix typos in docstrings.
5121
693fbdb6
EZ
51222011-09-27 Eli Zaretskii <eliz@gnu.org>
5123
5124 * minibuffer.el (completion-styles)
5125 (completion-category-overrides): Cross reference each other in doc
5126 strings.
5127
8b457e28
GM
51282011-09-27 Glenn Morris <rgm@gnu.org>
5129
5130 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
5131 to split-string. (Bug#9606)
5132
85a16208
LMI
51332011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5134
5135 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
5136 (bug#9615).
5137
502f9ebd
CY
51382011-09-27 Chong Yidong <cyd@stupidchicken.com>
5139
5140 * emacs-lisp/package.el (list-packages): Fix echo area message.
5141
7690bdea
LL
51422011-09-27 Leo Liu <sdl.web@gmail.com>
5143
5144 * ido.el (ido-read-internal): Accept cons cell HIST arg.
5145
e2ee6f30
MA
51462011-09-25 Michael Albinus <michael.albinus@gmx.de>
5147
5148 * net/dbus.el (dbus-unregister-object): Don't release services for
5149 registered signals. (Bug#9581)
5150
f3f98342
TZ
51512011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5152
5153 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
5154 function that picks between cfengine 2 and 3 support
5155 automatically. Update docs accordingly.
5156
dd7aa8dd
KH
51572011-09-22 Kenichi Handa <handa@m17n.org>
5158
5159 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
5160 ZERO.
5161 (indian-itrans-v5-table-for-tamil): New variable.
5162 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
5163
3f2b07f8
KM
51642011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
5165
5166 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
5167 that's true if the current command involved collapsing of text.
5168 It's reset to false at the beginning of the next command.
5169 (allout-post-command-business): Move the cursor to the beginning
5170 of entry if the cursor is hidden and collapsing activity just
5171 happened.
5172
371d6a61
CY
51732011-09-24 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
5176 tracking (Bug#9541).
5177
2ac2721a
UJ
51782011-09-24 Ulf Jasper <ulf.jasper@web.de>
5179
5180 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
5181 (newsticker-show-news): Automatically load html rendering package
5182 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
5183 because w3m-fill-column is let-bound" and the error "Symbol's value
5184 as variable is void: w3m-fill-column".
2ac2721a 5185
fac7ae53
MA
51862011-09-24 Michael Albinus <michael.albinus@gmx.de>
5187
5188 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
5189 Release services only if they are defined. (Bug#9581)
5190
e08b633b
RS
51912011-09-23 Richard Stallman <rms@gnu.org>
5192
e488d29c
RS
5193 * textmodes/paragraphs.el (forward-sentence): For backwards case,
5194 distinguish start of paragraph from start of its text.
5195
19c38752
RS
5196 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
5197
e08b633b
RS
5198 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
5199 (rmail-generate-viewer-buffer): Put that hook on view buffer.
5200 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
5201
0a39f27e
AS
52022011-09-23 Andreas Schwab <schwab@linux-m68k.org>
5203
5204 * international/mule-diag.el (mule-diag): Insert a newline after
5205 each fontset description.
5206
db4e950d
SM
52072011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5208
5209 * simple.el (delete-trailing-whitespace):
5210 Document last change; simplify.
5211
eca3f3ea
PW
52122011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
5213
d68e189a
PW
5214 * simple.el (delete-trailing-whitespace): Also delete
5215 extra newlines at the end of the buffer.
5216
eca3f3ea
PW
5217 * textmodes/picture.el: Make motion commands obey shift-select-mode.
5218 (picture-newline): Use forward-line so as to ignore fields.
5219
01c157cc
SM
52202011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * subr.el (with-wrapper-hook): Fix edebug spec.
5223
022de23e
LMI
52242011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5225
5226 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
5227 (bug#4538).
5228
91683089
MA
52292011-09-23 Michael Albinus <michael.albinus@gmx.de>
5230
eca3f3ea
PW
5231 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
5232 Fix nasty bug using wrong cached values.
91683089 5233
5bdd6fa4
AM
52342011-09-23 Alan Mackenzie <acm@muc.de>
5235
5236 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
5237
97adfb97
CY
52382011-09-23 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * window.el (pop-to-buffer): Ensure right window is selected if we
5241 chose another frame.
5242
d4ef2b50
EZ
52432011-09-22 Eli Zaretskii <eliz@gnu.org>
5244
5245 * simple.el (what-cursor-position): Use get-char-property-change
5246 and next-single-char-property-change, to be able to show display
5247 properties that come from overlays as well as text properties.
5248
72258fe5
CY
52492011-09-22 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
5252
5253 * cmuscheme.el (run-scheme, switch-to-scheme):
5254 * cus-edit.el (customize-group, custom-buffer-create)
5255 (customize-browse):
5256 * info.el (info):
5257 * shell.el (shell):
5258 * mail/sendmail.el (mail):
5259 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
5260
8f098516
RS
52612011-09-22 Richard Stallman <rms@gnu.org>
5262
5263 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
5264 move back only to line beg, don't move back over blank lines.
5265
e74f1bb6
MA
52662011-09-22 Michael Albinus <michael.albinus@gmx.de>
5267
5268 * files.el (copy-directory): Set directory attributes only in case
5269 they could be retrieved from the source directory. (Bug#9565)
5270
bfeef8b6
DK
52712011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
5272
5273 * progmodes/hideshow.el (hs-looking-at-block-start-p)
5274 (hs-find-block-beginning, hs-hide-level-recursive):
5275 Ignore strings as well as comments. (Bug#9502)
5276
7e423bb8
AS
52772011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
5278
5279 * progmodes/sql.el (sql-comint-postgres):
5280 Convert port number to a string. (Bug#9566)
5281
b4d72fcf
MR
52822011-09-22 Martin Rudalics <rudalics@gmx.at>
5283
5284 * window.el (quit-window): Undedicate window when switching to
5285 previous buffer. Reported by Thierry Volpiatto
5286 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
5287 (special-display-popup-frame): When popping up a new frame reset
5288 its previous buffers to nil. Simplify code.
b4d72fcf 5289
a7b88dc6
MA
52902011-09-21 Michael Albinus <michael.albinus@gmx.de>
5291
5292 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
5293 and process filter, as done also in `shell-command'.
5294
cf4eacfd
MR
52952011-09-21 Martin Rudalics <rudalics@gmx.at>
5296
eca3f3ea 5297 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
5298 Call set-window-start with NOFORCE argument t.
5299 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
5300 (quit-window): Reword doc-string. Handle new format of
5301 quit-restore parameter. Don't delete window if it has a
5302 previous buffer we can show instead of the present one.
5303 (display-buffer-record-window): Rewrite using a new format for
5304 the quit-restore window parameter
5305 (special-display-popup-frame, display-buffer-same-window)
5306 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5307 (display-buffer-pop-up-window, display-buffer-use-some-window):
5308 Adapt symbol passed to display-buffer-record-window.
5309 * help.el (help-window-setup): Handle new format of quit-restore
5310 parameter.
5311
8d28cb95
SM
53122011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5313
94ab793f
SM
5314 * faces.el (face-list): Fix docstring (bug#9564).
5315
8d28cb95
SM
5316 * window.el (display-buffer--action-function-custom-type):
5317 Don't include internal functions in the Custom interface.
5318
3820edeb
JL
53192011-09-20 Juri Linkov <juri@jurta.org>
5320
5321 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
5322 (Info-forward-node, Info-backward-node, Info-next-preorder)
5323 (Info-last-preorder): Use it. (Bug#9528)
5324
5147931d
JL
53252011-09-20 Juri Linkov <juri@jurta.org>
5326
5327 * info.el (Info-last-preorder): Visit last menu item only when
5328 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
5329
cf499a1a
JD
53302011-09-20 Julien Danjou <julien@danjou.info>
5331
5332 * password-cache.el (password-cache-remove): Remove entries even if the
5333 value is nil, so that password with a nil value (negative caching) is
5334 possible to invalidate.
5335
f84e2fe2
LM
53362011-09-20 Lawrence Mitchell <wence@gmx.li>
5337
5338 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
5339 all whitespace around breakpoint. (Bug#9553)
5340 (f90-find-breakpoint): Only break at whitespace inside a comment.
5341
78054a46
SM
53422011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * minibuffer.el (completion-file-name-table): Keep track of errors.
5345 (completion-table-with-predicate): Handle the case where pred1 is nil.
5346 * pcomplete.el (pcomplete-completions-at-point): Simplify.
5347
345083b2
SM
53482011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5349
e24e27be
SM
5350 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
5351 (debugger-return-value): Signal an error if the debugging context does
5352 not await any return value.
5353
345083b2
SM
5354 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
5355 * image-mode.el (image-toggle-display-text)
5356 (image-toggle-display-image): Stay away from evil `intangible'.
5357
08d355e3
LL
53582011-09-19 Leo Liu <sdl.web@gmail.com>
5359
5360 * replace.el (occur-revert-arguments): Make it permanent-local.
5361 (occur-mode): Don't call font-lock-defontify.
5362
f01da43f
CY
53632011-09-19 Chong Yidong <cyd@stupidchicken.com>
5364
5365 * net/ldap.el (ldap-search-internal): Don't push empty search
5366 result (Bug#9508).
5367
b6072fa6
SM
53682011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
5371
443d6696
MA
53722011-09-19 Michael Albinus <michael.albinus@gmx.de>
5373
5374 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
5375 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
5376
7cc6e154
JL
53772011-09-18 Juri Linkov <juri@jurta.org>
5378
5379 * buff-menu.el (Buffer-menu-mode-map):
5380 * dired.el (dired-mode-map):
5381 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
5382 (lisp-interaction-mode-map):
5383 * emacs-lisp/package.el (package-menu-mode-map):
5384 * epa.el (epa-key-list-mode-map):
5385 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
5386 (menu-bar-options-menu):
5387 * outline.el (outline-mode-menu-bar-map):
5388 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
5389 * vc/vc-dir.el (vc-dir-menu-map):
5390 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
5391 Capitalize non-function content words in menu item strings.
5392
5393 * dired.el (dired-mode-map): Add menu item for
5394 `image-dired-dired-toggle-marked-thumbs'.
5395
80302a81
JL
53962011-09-18 Juri Linkov <juri@jurta.org>
5397
5398 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
5399 to `isearch-case-fold-search' and restore its original value
5400 after the `isearch-mode' call.
5401
46c5cf66
JL
54022011-09-18 Juri Linkov <juri@jurta.org>
5403
5404 * progmodes/grep.el (grep-process-setup): Don't check code for 1
5405 because `zgrep' returns 1 for successful matches (bug#9226).
5406
d18b513b
JL
54072011-09-18 Juri Linkov <juri@jurta.org>
5408
5409 * info.el (Info-extract-menu-node-name): Check the second match
5410 for empty string (second test-case of bug#9528).
5411 (Info-last-preorder): Let-bind `Info-history' to nil to not add
5412 intermediate nodes to the history (first test-case of bug#9528).
5413
72753f87
JL
54142011-09-18 Juri Linkov <juri@jurta.org>
5415
5416 * info.el (Info-mode-syntax-table): New variable.
1154d12e 5417 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 5418
c9384295
JL
54192011-09-18 Juri Linkov <juri@jurta.org>
5420
1154d12e
JB
5421 * info.el (Info-file-supports-index-cookies):
5422 Increment line-beginning-position's arg from 3 to 4 because makeinfo
5423 outputs one more line for long file names (bug#4142).
c9384295 5424
d473dce8
CY
54252011-09-18 Chong Yidong <cyd@stupidchicken.com>
5426
5427 * newcomment.el (comment-normalize-vars): If prompting for
5428 comment-start, set comment-start-skip too (Bug#8424).
5429
2176854d
JB
54302011-09-18 Johan Bockgård <bojohan@gnu.org>
5431
5432 * icomplete.el: Fix previous fix of Bug#5849.
5433 (icomplete-mode): Don't set completion-show-inline-help.
5434 (icomplete-minibuffer-setup): Set completion-show-inline-help
5435 locally during icompletion.
5436
3aace4e4
CY
54372011-09-18 Chong Yidong <cyd@stupidchicken.com>
5438
c940224f
CY
5439 * woman.el (woman2-process-escapes): Don't delete unrecognized
5440 escapes (Bug#7843).
5441
3aace4e4
CY
5442 * files.el (inhibit-first-line-modes-regexps): Add image files.
5443 (hack-local-variables-prop-line): Return nil for malformed
5444 prop-lines (Bug#9044).
5445
710dec63
MA
54462011-09-18 Michael Albinus <michael.albinus@gmx.de>
5447
5448 * net/tramp.el (top): Don't require 'shell.
5449 (tramp-methods): Fix docstring.
5450 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
5451 Return complete remote file name. Handle "smb" case.
5452 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
5453 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
5454
5455 * net/tramp-compat.el (top): Require 'shell.
5456
5457 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5458 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
5459 `tramp-current-host'.
5460 (tramp-get-remote-tmpdir): Remove.
5461
5462 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
5463 `tramp-tmpdir' entries.
5464 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
5465 (tramp-smb-handle-file-attributes): Ignore errors.
5466 (tramp-smb-wait-for-output): Check also for process end.
5467
5d5ac8ec
LMI
54682011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5469
5470 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
5471 when sending QUIT (bug#9312).
5472
8c0f49f0
CY
54732011-09-17 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
5476 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
5477 occur-mode-display-occurrence.
5478 (occur-edit-mode): Add usage message.
5479 (occur-cease-edit): New command.
5480 (occur-after-change-function): Use text properties to find the
5481 position of the prefix text.
5482 (occur-engine): Set stickiness of prefix text properties.
5483
8f1383f7
GM
54842011-09-17 Glenn Morris <rgm@gnu.org>
5485
5486 * progmodes/etags.el (complete-tag):
5487 Fix call to completion-in-region. (Bug#9526)
5488
744ba0e3
JL
54892011-09-17 Juri Linkov <juri@jurta.org>
5490
5491 * textmodes/ispell.el (ispell-word): Add to the error message
5492 the word, ispell program name and current dictionary (bug#9121).
5493 (ispell-tex-arg-end): Capitalize "error" in the error message.
5494
d9bbf400
AS
54952011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5496
5497 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5498 check. (Bug#4251)
5499
8da11505
JL
55002011-09-17 Juri Linkov <juri@jurta.org>
5501
5502 * window.el (window-safe-min-height, window-safe-min-width):
5503 Fix typos (followup to bug#9522).
5504
a91adc7e
SJ
55052011-09-17 Sven Joachim <svenjoac@gmx.de>
5506
5507 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5508
064f328a
EZ
55092011-09-16 Eli Zaretskii <eliz@gnu.org>
5510
5511 * simple.el (line-move): If goal-column is set, move by logical
5512 lines, not by display lines. (Bug#971)
5513 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5514 to reflect the above change.
5515
e69df516
SM
55162011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * image.el (imagemagick-register-types): Use regexp-opt.
5519
cbb0f9ab
CY
55202011-09-15 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * window.el (display-buffer-base-action): Rename from
5523 display-buffer-default-action. Make default value empty.
5524 (display-buffer-overriding-action): Convert to defvar.
5525 (display-buffer-fallback-action): New var.
5526
25322144
CY
55272011-09-15 Chong Yidong <cyd@stupidchicken.com>
5528
5529 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5530 declaration.
5531 (package--add-to-archive-contents): If there is a duplicate entry
5532 with an older version, remove it.
5533 (package-menu-mark-delete, package-menu-mark-install)
5534 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
5535 (package-menu-mark-obsolete-for-deletion):
5536 Use package-menu-get-status instead of a regexp search.
25322144
CY
5537 (package-menu-get-status): Use tabulated-list-entry.
5538 (package-menu-mark-upgrades): New command.
d770725a 5539 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
5540 (package-menu-execute): Do installation before deletion.
5541 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5542 instead of checking major-mode.
5543 (package-menu--find-upgrades): New function.
5544
7520339c
LMI
55452011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5546
5547 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5548 passwords in the log buffer.
65a046c4
LMI
5549 (smtpmail-process-filter): Update the process marker so that the
5550 "broken by peer" status message is inserted in the right place.
7520339c 5551
d3c30954
SM
55522011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5553
3fe48822
SM
5554 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5555 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5556 bibtex-completion-at-point-function.
5557 (bibtex-completion-at-point-function): Use them.
5558
1b8b3954
SM
5559 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5560
d3c30954
SM
5561 * mpc.el (mpc-constraints-tag-lookup): New function.
5562 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5563 also to browser "album|playlist".
5564
72779976
JL
55652011-09-14 Juri Linkov <juri@jurta.org>
5566
5567 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5568 (isearch-edit-string): Use length of `isearch-string' when
5569 `isearch-fail-pos' returns nil.
5570 (isearch-message): Remove duplicate code and call
5571 `isearch-fail-pos' with arg `t'.
5572
a0bf2bcd
CY
55732011-09-14 Chong Yidong <cyd@stupidchicken.com>
5574
17bb0a2d
CY
5575 * replace.el (occur-mode-goto-occurrence): Don't force using other
5576 window (Bug#9499).
5577
a0bf2bcd
CY
5578 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5579
f678e0b6
MR
55802011-09-14 Martin Rudalics <rudalics@gmx.at>
5581
5582 * window.el (display-buffer-window): Remove.
5583 (display-buffer-record-window): Use help-setup window parameter
5584 instead of variable display-buffer-window.
5585 (display-buffer-function, special-display-buffer-names)
5586 (special-display-function): Mention help-setup parameter instead
5587 of display-buffer-window in doc-string.
d3c30954
SM
5588 * help.el (help-window-setup): New argument help-window.
5589 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
5590 Reword some messages.
5591 (with-help-window): Pass window used for displaying the buffer
5592 to help-window-setup. Don't set display-buffer-window.
5593
8e39b2e8
GM
55942011-09-13 Glenn Morris <rgm@gnu.org>
5595
5596 * emacs-lisp/debug.el (debugger-make-xrefs):
5597 Preserve point. (Bug#9462)
5598
85e9c04b
CY
55992011-09-13 Chong Yidong <cyd@stupidchicken.com>
5600
5601 * window.el (window-deletable-p): Use next-frame.
5602
1b36ed6a
MR
56032011-09-13 Martin Rudalics <rudalics@gmx.at>
5604
5605 * window.el (window-auto-delete): Remove.
5606 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 5607 dedication and previous buffers.
1b36ed6a
MR
5608 (switch-to-prev-buffer): Don't delete window.
5609 (delete-windows-on): Delete a window's frame if and only if the
5610 window is dedicated.
5611 (replace-buffer-in-windows): Delete buffer's window or frame if
5612 and only if window is dedicated.
5613 (quit-window): Handle quit-restore as before last change.
4d61f28d 5614 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 5615
ef8ef9fb
CY
56162011-09-13 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * window.el (window-deletable-p): Never delete the last frame on a
5619 given terminal.
5620
b2cba41e
GM
56212011-09-13 Glenn Morris <rgm@gnu.org>
5622
5623 * help.el (describe-key-briefly): Copy previous standard-output change.
5624
51553db6 56252011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
5626
5627 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5628
b7556719
GM
56292011-09-13 Glenn Morris <rgm@gnu.org>
5630
5631 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5632 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5633
64b51947
CY
56342011-09-12 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * dired-aux.el (dired-mark-read-string): Don't return default
5637 value on empty input (Bug#9361).
5638 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5639 Omit initial minibuffer contents.
5640 (dired-do-chmod): Signal an error on empty input.
5641 (dired-mark-read-string): Don't return default on empty input.
5642
5643 * files.el (file-modes-symbolic-to-number): Doc fix.
5644
393a301e
SM
56452011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * international/mule-cmds.el (ucs-completions): Remove.
5648 (read-char-by-name): Use complete-with-action instead; add metadata.
5649
fa5660f9
CY
56502011-09-11 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * window.el (display-buffer--action-function-custom-type)
5653 (display-buffer--action-custom-type): New vars.
5654 (display-buffer-alist, display-buffer-default-action)
5655 (display-buffer-overriding-action): Add defcustom types.
5656
4a592f66
CY
5657 * frame.el (delete-other-frames): Doc fix (Bug#276).
5658
73d56dbd
LMI
56592011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5660
5661 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5662
37ac18a3
CY
56632011-09-11 Chong Yidong <cyd@stupidchicken.com>
5664
5665 Change modes that used same-window-* vars to use switch-to-buffer.
5666
5667 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5668 Use switch-to-buffer.
5669
5670 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
5671 (customize-browse, custom-buffer-create-other-window):
5672 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
5673
5674 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5675 (Info-prev, Info-up, Info-speedbar-goto-node)
5676 (info-display-manual): Use switch-to-buffer.
5677 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5678
5679 * mail/sendmail.el (mail): Use switch-to-buffer.
5680 (mail-recover): Use switch-to-buffer-other-window.
5681
5682 * cmuscheme.el (run-scheme, switch-to-scheme):
5683 * ielm.el (ielm):
5684 * shell.el (shell):
5685 * net/rlogin.el (rlogin):
5686 * net/telnet.el (telnet, rsh):
5687 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5688
10195bd6
AS
56892011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5690
5691 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5692
b322f63a
LMI
56932011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5694
39d7fed6
LMI
5695 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5696 so don't mention it (bug#9301).
ba5a81f1 5697 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 5698
ee0e9f11
LMI
5699 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5700 match `x', `w32' and `ns', like the manual says (bug#9029).
5701
0b1c89c1 5702 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
5703 (process-kill-buffer-query-function): Mention the buffer name in
5704 the query.
0b1c89c1 5705
77549ea8
LMI
5706 * image-mode.el (image-next-line): The line parameter is mandatory
5707 (bug#9258).
5708
803ef892
LMI
5709 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5710 which can be useful (bug#9301).
5711
12980837
LMI
5712 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5713
91054f8f
LMI
5714 * subr.el (match-string): Mention that the current buffer should
5715 be the same as the search was done in (bug#9282).
5716
b322f63a
LMI
5717 * facemenu.el: Disable the remove-* commands if the mark isn't
5718 active (bug#9162).
5719
3199b96f
CY
57202011-09-10 Chong Yidong <cyd@stupidchicken.com>
5721
5722 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5723 of display-buffer.
5724 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5725
5726 * replace.el (occur-mode-goto-occurrence)
5727 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5728 and display-buffer.
5729
5730 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5731 display-buffer.
5732
5733 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5734 special-display and same-window variables.
5735 (mail-other-window): Use switch-to-buffer-other-window.
5736 (mail-other-frame): USe switch-to-buffer-other-frame.
5737
393a301e
SM
5738 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5739 Use display-buffer-other-frame.
3199b96f
CY
5740 (gdb-display-gdb-buffer): Use pop-to-buffer.
5741
5742 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5743
5744 * progmodes/python.el: Don't set same-window-buffer-names.
5745
5746 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5747
5748 * window.el (display-buffer-alist): Add *Python*.
5749
8319e0bf
CY
57502011-09-10 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * window.el (display-buffer-alist): Add entry for buffers
5753 previously handled same-window-*.
5754 (display-buffer-alist, display-buffer-default-action)
5755 (display-buffer-overriding-action): Mark as risky.
5756 (display-buffer-alist): Document action function changes.
5757 (display-buffer--same-window-action)
5758 (display-buffer--other-frame-action): New variables.
5759 (switch-to-buffer, display-buffer-other-frame): Use them.
5760 (display-buffer): Rename reuse-frame entry to reusable-frames.
5761 (display-buffer-reuse-selected-window): Function deleted.
5762 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5763 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5764 (display-buffer-special): New function.
5765 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5766 display-buffer-reuse-or-pop-window. Split off special-display
5767 part into display-buffer-special.
5768 (display-buffer-use-some-window): Don't perform any special
5769 pop-up-frames handling.
5770 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 5771 (display-buffer--maybe-same-window): Rename from
0d3ff375 5772 display-buffer-maybe-same-window.
8319e0bf 5773
919a69aa
CY
5774 * info.el: Don't set same-window-regexps.
5775 (info-setup): New function.
5776 (info-other-window, info): Call it.
5777
5778 * cus-edit.el: Don't set same-window-regexps.
5779 (customize-group): New argument.
5780 (customize-group-other-window): Use it.
5781 (customize-face, customize-face-other-window): Likewise.
5782 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5783
8319e0bf
CY
5784 * net/rlogin.el:
5785 * net/telnet.el:
5786 * progmodes/gud.el: Don't set same-window-regexps.
5787
5788 * cmuscheme.el:
5789 * ielm.el:
5790 * shell.el:
5791 * mail/sendmail.el:
5792 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5793
25173000
JL
57942011-09-10 Juri Linkov <juri@jurta.org>
5795
5796 * isearch.el (isearch-edit-string): Remove obsolete mention of
5797 `C-w' (`isearch-yank-word-or-char') from docstring.
5798 (isearch-query-replace): Fix typo in docstring (bug#9466).
5799
056e44ef
JL
58002011-09-10 Juri Linkov <juri@jurta.org>
5801
5802 * paren.el (show-paren-function): Don't show escaped parens.
5803 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5804
c3760c17
EZ
58052011-09-10 Eli Zaretskii <eliz@gnu.org>
5806
5807 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5808 (mm-default-file-encoding): Remove autoload forms, they are
5809 replaced with autoload cookies in mml.el and mm-encode.el.
5810 (mail-add-attachment): New command.
5811 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5812 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5813 the doc string.
5814 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5815
fece895e
RT
58162011-09-10 Reuben Thomas <rrt@sc3d.org>
5817
e69df516
SM
5818 * simple.el (count-words-region): Use buffer if there's no region
5819 (bug#9429).
fece895e 5820
5e68ce4a
JL
58212011-09-09 Juri Linkov <juri@jurta.org>
5822
5823 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5824 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5825 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5826
0a6b9622
AM
58272011-09-09 Alan Mackenzie <acm@muc.de>
5828
5829 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5830 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5831
14a29deb
EZ
58322011-09-09 Eli Zaretskii <eliz@gnu.org>
5833
5834 Fix for Savannah bug#9392.
5835 * simple.el (mail-encode-mml): New defvar.
5836
5837 * mail/rmail.el (mail-encode-mml): Add a defvar.
5838 (rmail-enable-mime-composing): Default to t.
5839 (rmail-forward): Use MIME method of forwarding only if both
5840 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5841 Set mail-encode-mml non-nil if the MIME method was used.
5842
5843 * mail/sendmail.el (mml-to-mime): Add autoload form.
5844 (mail-encode-mml): Add a defvar.
5845 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5846 to nil.
5847 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5848 message through mml-to-mime, and reset mail-encode-mml to nil.
5849
28c45130
GM
58502011-09-09 Glenn Morris <rgm@gnu.org>
5851
5852 * woman.el (woman-if-body): When processing an .el block,
5853 do not delete the next .el block as well. (Bug#9447)
69f4b618 5854 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 5855
9b1c252e
MR
58562011-09-08 Martin Rudalics <rudalics@gmx.at>
5857
5858 * window.el (window-deletable-p): Make sure window is live before
5859 invoking window-prev-buffers.
5860
567457e3
LL
58612011-09-08 Leo Liu <sdl.web@gmail.com>
5862
5863 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5864
97f05794
JL
58652011-09-08 Juri Linkov <juri@jurta.org>
5866
5867 * progmodes/compile.el (compilation-environment): Make it
5868 a defcustom (bug#8340).
5869
8b0874b5
MR
58702011-09-08 Martin Rudalics <rudalics@gmx.at>
5871
5872 * window.el (frame-auto-delete): Rename to window-auto-delete.
5873 Make it control auto-deletion of windows and/or frames.
5874 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 5875 for deleting window/frame. (Bug#9419)
8b0874b5
MR
5876 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5877 Rewrite handling of case when window/frame can be deleted.
5878 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 5879 argument t. (Bug#9456)
8b0874b5 5880
4feb6e73
CY
58812011-09-07 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * help-mode.el (help-mode): Restore autoload.
5884
91ab9c13
JL
58852011-09-07 Juri Linkov <juri@jurta.org>
5886
5887 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5888 `compilation-environment'. Set buffer-local
5889 `compilation-environment' to `thisenv' later after (funcall mode).
5890 (Bug#8340)
5891
5892 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5893 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5894 instead of replacing its value. (Bug#8340)
5895
0527e251
JL
58962011-09-07 Juri Linkov <juri@jurta.org>
5897
5898 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5899 based on text properties put by `grep-filter' instead of matching
5900 escape sequences.
5901 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5902 to the value of `grep-error-screen-columns' (bug#9438).
5903
249f792c
JL
59042011-09-07 Juri Linkov <juri@jurta.org>
5905
5906 * simple.el (next-error-highlight, next-error-highlight-no-select):
5907 Doc fix (bug#9432).
5908
ff7271b9
OT
59092011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5910
5911 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5912 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5913
183fc730
LL
59142011-09-07 Leo Liu <sdl.web@gmail.com>
5915
5916 * net/rcirc.el (rcirc-mode): Conditionally initialize
5917 rcirc-input-ring.
5918
77694924
SM
59192011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5920
5921 * emacs-lisp/find-func.el (find-function-C-source): Only set
5922 find-function-C-source-directory after checking that we found a source
5923 file there (bug#9440).
5924
d809b8eb
AM
59252011-09-06 Alan Mackenzie <acm@muc.de>
5926
5927 * isearch.el (isearch-other-meta-char): Wherever a key list is
5928 unread, "unread" the prefix arg, too. This fixes bug #8901.
5929
453de99f
OG
59302011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5931
5932 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5933
90439906
JL
59342011-09-05 Juri Linkov <juri@jurta.org>
5935
5936 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5937
f62bd846
JL
59382011-09-05 Juri Linkov <juri@jurta.org>
5939
5940 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5941 keeping point where processing of grep matches begins, and
5942 continue to delete remaining escape sequences from the same point.
5943 (grep-filter): Make leading zero optional in "0?1;31m" because
5944 git-grep emits "\033[1;31m" escape sequences unlike expected
5945 "\033[01;31m" as GNU Grep does (bug#9408).
5946 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5947
045820ec
JL
59482011-09-05 Juri Linkov <juri@jurta.org>
5949
5950 * subr.el (y-or-n-p): Capitalize "yes".
5951
f5e29b9b
MA
59522011-09-04 Michael Albinus <michael.albinus@gmx.de>
5953
5954 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5955 `tramp-cache-unload-hook' where appropriate.
5956 (tramp-methods): Rename `tramp-remote-sh' to
5957 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5958 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5959
5960 * net/tramp-sh.el (top): Don't require 'shell.
5961 (tramp-methods): Add `tramp-remote-shell' and
5962 `tramp-remote-shell-args' entries.
5963 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5964 (tramp-sh-handle-shell-command): Remove.
5965 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5966 Use `tramp-remote-shell'.
5967
2784c434
CY
59682011-09-03 Chong Yidong <cyd@stupidchicken.com>
5969
393a301e 5970 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
5971 (sendmail-query-once): Save directly to send-mail-function.
5972 Update message-send-mail-function too.
5973
5974 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5975
464cdf56
CS
59762011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5977
5978 * progmodes/python.el (python-mode-map): Use correct function to
5979 start python interpreter from menu-bar (as reported by Geert
5980 Kloosterman).
5981 (inferior-python-mode-map): Fix typo.
393a301e 5982 (python-shell-map): Remove.
464cdf56 5983
d37e5c87
DD
59842011-09-03 Deniz Dogan <deniz@dogan.se>
5985
5986 * net/rcirc.el (rcirc-print): Simplify code for
5987 rcirc-scroll-show-maximum-output. There is no need to walk
5988 through all windows to find the right one.
5989
f3ada0ee
CS
59902011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5991
5992 * help.el (help-return-method): Doc fix.
5993
1f3c99ca
MR
59942011-09-03 Martin Rudalics <rudalics@gmx.at>
5995
5996 * window.el (window-deletable-p): Don't return a non-nil value
5997 when there's a buffer that was shown in the window before.
5998 (Bug#9419)
393a301e
SM
5999 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6000 Set window's previous buffers to nil.
1f3c99ca 6001
a3cf097f
EZ
60022011-09-03 Eli Zaretskii <eliz@gnu.org>
6003
6004 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
6005 newline before and after the tag line, so it doesn't interfere
6006 with determining the paragraph direction of bidirectional text.
6007
3d03de90
LL
60082011-09-03 Leo Liu <sdl.web@gmail.com>
6009
6010 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
6011
c3313451
CY
60122011-09-02 Chong Yidong <cyd@stupidchicken.com>
6013
393a301e 6014 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
6015 (pop-to-buffer): Change interactive spec. Pass second argument
6016 directly to display-buffer.
6017 (display-buffer): Fix interactive spec. Use functionp to
6018 distinguish between a function and a list of functions.
6019
6020 * abbrev.el (edit-abbrevs):
6021 * arc-mode.el (archive-extract):
6022 * autoinsert.el (auto-insert):
6023 * bookmark.el (bookmark-bmenu-list):
6024 * files.el (find-file):
6025 * view.el (view-buffer):
6026 * progmodes/compile.el (compilation-goto-locus):
6027 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
6028
89894cd8
CY
60292011-09-02 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * window.el (display-buffer-alist): Doc fix.
6032 (display-buffer): Add docstring. Don't treat
6033 display-buffer-default specially.
6034 (display-buffer-reuse-selected-window)
6035 (display-buffer-same-window, display-buffer-maybe-same-window)
6036 (display-buffer-reuse-window, display-buffer-pop-up-frame)
6037 (display-buffer-pop-up-window)
6038 (display-buffer-reuse-or-pop-window)
6039 (display-buffer-use-some-window): New functions.
6040 (display-buffer-default-action): Use them.
393a301e 6041 (display-buffer-default): Delete.
89894cd8
CY
6042 (pop-to-buffer-1): Fix choice of actions.
6043
ae0bc9fb
SM
60442011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * minibuffer.el (completion--insert-strings): Don't get confused by
6047 completion entries that end with an LF char.
6048
e9d90883
EZ
60492011-09-01 Eli Zaretskii <eliz@gnu.org>
6050
6051 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
6052
437014c8
CY
60532011-09-01 Chong Yidong <cyd@stupidchicken.com>
6054
6055 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
6056 (display-buffer-same-window, display-buffer-other-window):
6057 New functions.
437014c8
CY
6058 (pop-to-buffer-1): New function. Use the above.
6059 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 6060 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
6061
6062 * view.el (view-buffer-other-window, view-buffer-other-frame):
6063 Just use pop-to-buffer.
6064
a5e063d5
TV
60652011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6066
6067 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
6068
793d32bb
WH
60692011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
6070
6071 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
6072
d65e4c15
RS
60732011-08-31 Richard Stallman <rms@gnu.org>
6074
6075 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
6076 of the separation of rmail-view-buffer from rmail-buffer.
6077 If you say no to "replace original", the decrypt is in the
6078 view buffer. If you say yes, the decrypt goes into the
6079 rmail buffer also.
6080
f818cd2a
MR
60812011-08-31 Martin Rudalics <rudalics@gmx.at>
6082
6083 * window.el (display-buffer-window): Rewrite doc-string.
6084 (display-buffer-record-window): New function.
6085 (display-buffer-macro-specifiers)
6086 (display-buffer-even-window-sizes, display-buffer-set-height)
6087 (display-buffer-set-width, display-buffer-in-window)
6088 (display-buffer-reuse-window, display-buffer-split-specifiers)
6089 (display-buffer-side-specifiers, display-buffer-split-window-1)
6090 (display-buffer-split-window, display-buffer-split-atom-window)
6091 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6092 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
6093 (display-buffer-other-window-means-other-frame)
6094 (display-buffer-normalize-special)
6095 (display-buffer-normalize-default)
6096 (display-buffer-normalize-argument)
6097 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
6098 (display-buffer-normalize-specifiers, display-buffer-frame)
6099 (display-buffer-same-window, display-buffer-same-frame)
6100 (display-buffer-other-window)
6101 (display-buffer-same-frame-other-window)
6102 (display-buffer-other-frame, pop-to-buffer-same-window)
6103 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
6104 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
6105 (switch-to-buffer-same-frame)
6106 (switch-to-buffer-other-window-same-frame)
6107 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
6108 (display-buffer-alist-set-1, display-buffer-alist-set-2)
6109 (display-buffer-alist-set): Remove.
6110 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
6111 (special-display-regexps, special-display-function):
6112 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
6113 parameter.
6114 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
6115 (special-display-frame-alist, special-display-popup-frame)
6116 (same-window-buffer-names, same-window-regexps, same-window-p)
6117 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6118 (split-window-preferred-function, split-height-threshold)
6119 (split-width-threshold, window-splittable-p)
6120 (split-window-sensibly, window--try-to-split-window)
6121 (window--frame-usable-p, even-window-heights)
6122 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
6123 (window--display-buffer-2, display-buffer-other-frame):
6124 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
6125 (display-buffer-default, display-buffer-assq-regexp): New functions.
6126 (display-buffer-alist): Rewrite doc-string.
6127 (display-buffer-default-action)
6128 (display-buffer-overriding-action): New variables.
6129 (display-buffer, switch-to-buffer): Rewrite.
6130 (pop-to-buffer): Restore Emacs 23 behavior but use
6131 window-normalize-buffer-to-display.
6132 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6133 Restore Emacs 23 behavior but use
6134 window-normalize-buffer-to-switch-to.
6135 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
6136 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
6137 Rewrite using Emacs 23 options.
f818cd2a 6138
5bc3b51d
MA
61392011-08-31 Michael Albinus <michael.albinus@gmx.de>
6140
6141 * net/tramp.el (tramp-root-regexp): Remove.
6142 (tramp-completion-file-name-regexp-unified)
6143 (tramp-completion-file-name-regexp-separate)
6144 (tramp-completion-file-name-regexp-url): Don't use leading volume
6145 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
6146 (tramp-drop-volume-letter): Simplify definition.
6147 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 6148
b1a4f8e1
SM
61492011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
6152 (bug#9356).
6153
5664fa7b
RT
61542011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
6155
b1a4f8e1 6156 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 6157
9a45d6c3
JL
61582011-08-29 Juri Linkov <juri@jurta.org>
6159
6160 * isearch.el (isearch-done): Don't display message "Mark saved"
6161 when arg `edit' is non-nil to prevent its flicker in the echo area.
6162
fb87e0fb
CY
61632011-08-28 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
6166 obsolete packages for deletion.
6167
09ac1c2a
CS
61682011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
6169
6170 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 6171 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
6172 view-mode from help-mode.
6173 (help-xref-override-view-map): Remove.
6174 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
6175 view-mode is not used anymore.
6176
7a1ff57f
CY
61772011-08-28 Chong Yidong <cyd@stupidchicken.com>
6178
6179 * server.el (server-port): Doc fix.
6180
b9696605
CY
6181 * cus-theme.el (custom-theme-choose-mode): Inherit from
6182 special-mode (Bug#9124).
6183 (custom-theme-choose-mode-map): Add special-mode to parent.
6184
ef8cdf8c
AM
61852011-08-28 Alan Mackenzie <acm@muc.de>
6186
6187 * progmodes/cc-fonts.el
6188 (c-make-font-lock-BO-decl-search-function): New function.
6189 (c-basic-matchers-after - "Fontify the clauses after various
6190 keywords"): Extract the three keyword lists for the 3 erroneous
6191 constructs from the list of four, and use the new function above
6192 in place of an old one.
6193
27de4e20
DD
61942011-08-28 Deniz Dogan <deniz@dogan.se>
6195
6196 * net/rcirc.el (rcirc-insert-prev-input)
6197 (rcirc-insert-next-input): Remove unused argument.
6198
356a3681
SM
61992011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
6202
3fc9b218
AM
62032011-08-27 Alan Mackenzie <acm@muc.de>
6204
6205 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
6206 handle function pointer parameters properly.
6207
538a061c
MR
62082011-08-27 Martin Rudalics <rudalics@gmx.at>
6209
6210 * window.el (display-buffer-reuse-window): Fix case where
6211 selected window was reused with non-nil OTHER-WINDOW argument.
6212 (Bug#9381)
6213
35b1c40c
DD
62142011-08-27 Deniz Dogan <deniz@dogan.se>
6215
6216 * net/rcirc.el (rcirc-check-auth-status): Adding support for
6217 oftc's NickServ messages.
6218
2f6a3e79
GM
62192011-08-27 Glenn Morris <rgm@gnu.org>
6220
6221 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
6222
7254299e
CY
62232011-08-26 Chong Yidong <cyd@stupidchicken.com>
6224
6225 * emacs-lisp/package.el (package-install): Call package-initialize
6226 if called interactively.
6227
f8ccf167
LL
62282011-08-26 Leo Liu <sdl.web@gmail.com>
6229
6230 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
6231
3e8cd5ce
JL
62322011-08-25 Juri Linkov <juri@jurta.org>
6233
6234 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
6235 `search-whitespace-regexp' (bug#9364).
6236
93eb7113
JL
62372011-08-25 Juri Linkov <juri@jurta.org>
6238
6239 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
6240 `regexp-search-ring' to their global values to protect from
6241 updating by `read-from-minibuffer' (bug#9185).
6242
f65d1611
JL
62432011-08-25 Juri Linkov <juri@jurta.org>
6244
6245 * textmodes/ispell.el (ispell-command-loop): Add newline
6246 at the end of the "Use option `i'..." line.
6247
f1cf7a31
JL
62482011-08-25 Juri Linkov <juri@jurta.org>
6249
6250 * battery.el (display-battery-mode): If `battery-status-function'
6251 or `battery-mode-line-format' is nil, display the message and set
6252 `display-battery-mode' to nil (bug#9363).
6253
0c95fcf7
EZ
62542011-08-25 Eli Zaretskii <eliz@gnu.org>
6255
6256 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
6257 bidi-string-mark-left-to-right; they are unnecessary now.
6258
a2ebe600
DD
62592011-08-25 Deniz Dogan <deniz@dogan.se>
6260
6261 * net/quickurl.el: Documentation typo fixes.
6262
e4ed06f1
CY
62632011-08-25 Chong Yidong <cyd@stupidchicken.com>
6264
6265 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
6266
e5f1c99e
GM
62672011-08-25 Glenn Morris <rgm@gnu.org>
6268
b2948976
GM
6269 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
6270
e5f1c99e
GM
6271 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
6272 (smtpmail-via-smtp): Handle nil response from smtp.
6273
f22f4808
JL
62742011-08-24 Juri Linkov <juri@jurta.org>
6275
6276 * proced.el (proced-marked): Inherit from `error' instead of
6277 `font-lock-warning-face'.
6278
6279 * ibuffer.el (ibuffer-marked-face): Change default face from
6280 `font-lock-warning-face' to `warning'.
6281 (ibuffer-deletion-face): Change default face from
6282 `font-lock-type-face' to `error'.
6283
6284 * battery.el (battery-update): Use the face `error' instead of
6285 `font-lock-warning-face' (bug#6117).
6286
6a93965e
JL
62872011-08-24 Juri Linkov <juri@jurta.org>
6288
6289 * faces.el (success): Change face color from "Green3" to
6290 "ForestGreen" on light background (bug#9353).
6291
1ed43b09
CY
62922011-08-24 Chong Yidong <cyd@stupidchicken.com>
6293
5664fa7b
RT
6294 * window.el (quit-window): Rename from quit-restore-window.
6295 Use same arglist as old quit-window.
1ed43b09
CY
6296 (frame-auto-delete): Doc fix.
6297
6298 * view.el (view-mode-exit): Use quit-window.
6299
11dcdbb2
JL
63002011-08-24 Juri Linkov <juri@jurta.org>
6301
6302 * isearch.el (isearch-ring-adjust1): Start visiting previous
6303 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
6304 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
6305 for empty search string (when the last search string is reused
6306 automatically) to adjust the isearch ring to the last element and
6307 prepare the correct index for further M-p commands (bug#9185).
6308
de62b4df
KH
63092011-08-24 Kenichi Handa <handa@m17n.org>
6310
6311 * international/ucs-normalize.el: If decomposition property of
6312 CHAR is the default one (i.e. a list of CHAR itself), treat it as
6313 nil.
6314 (nfd, nfkd): Likewise.
6315
963b492b
SM
63162011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
6319 from process filters aren't reliably transmitted to the surrounding
6320 accept-process-output.
6321 (mpc-proc-check): New function.
6322 (mpc-proc-sync): Use it (bug#8293)
6323
93b6b5e1
SM
63242011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
6327 Add compatibility functions (bug#9313).
6328
bca633fb
EZ
63292011-08-23 Eli Zaretskii <eliz@gnu.org>
6330
b177498a
EZ
6331 * cus-start.el (all): Add entry for bidi-paragraph-direction.
6332
6df6ae42 6333 * international/uni-bidi.el: Regenerate.
bca633fb 6334
0902a04e
KH
63352011-08-23 Kenichi Handa <handa@m17n.org>
6336
6337 * international/charprop.el:
6338 * international/uni-bidi.el:
6339 * international/uni-category.el:
6340 * international/uni-combining.el:
6341 * international/uni-comment.el:
6342 * international/uni-decimal.el:
6343 * international/uni-decomposition.el:
6344 * international/uni-digit.el:
6345 * international/uni-lowercase.el:
6346 * international/uni-mirrored.el:
6347 * international/uni-name.el:
6348 * international/uni-numeric.el:
6349 * international/uni-old-name.el:
6350 * international/uni-titlecase.el:
6351 * international/uni-uppercase.el: Regenerate.
6352
3bbf23bc
MR
63532011-08-23 Martin Rudalics <rudalics@gmx.at>
6354
6355 * help.el (help-window-setup): Fix message displayed when other
6356 window is reused. (Bug#9341)
6357
b3fd59bd
SM
63582011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6359
1802e444
SM
6360 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
6361 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
6362
b3fd59bd
SM
6363 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
6364 Mark obsolete.
6365 * shell.el (shell-parse-pcomplete-arguments): New function.
6366 (shell-completion-vars): Use it instead (bug#9160).
6367
4eb61348
SM
63682011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
6369
867cab74
SM
6370 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
6371 strings and comments (bug#9333).
6372
4eb61348
SM
6373 * emacs-lisp/debug.el (debug-arglist): New function.
6374 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
6375 (debug-on-entry-1): Handle interpreted closures (bug#9120).
6376
262a1439
JL
63772011-08-22 Juri Linkov <juri@jurta.org>
6378
56ee679c
JL
6379 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6380 Revert regexp that highlights output switches to its old
6381 pre-2010-10-28 value and remove one `?' from it (bug#9319).
6382
262a1439
JL
6383 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
6384 to check for empty output (bug#9226).
6385
f13f86fb
CY
63862011-08-22 Chong Yidong <cyd@stupidchicken.com>
6387
6388 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
6389 symbol-constituent as the default, as that stops font-lock from
6390 working properly (Bug#8843).
6391
c65c9622
LMI
63922011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6393
6394 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
6395 `coding-system-for-*' around the process open call to avoid
6396 auth-source side effects.
e7f2c178 6397 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
6398 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
6399 probe hangs.
c65c9622 6400
23a8a5ab
CY
64012011-08-21 Chong Yidong <cyd@stupidchicken.com>
6402
ff98b2dd
CY
6403 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
6404
23a8a5ab
CY
6405 * emacs-lisp/find-func.el (find-function-noselect): New arg
6406 lisp-only.
6407
6408 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
6409 signal an error for built-in functions (Bug#6664).
6410
f5e3c598
LMI
64112011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6412
6413 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
6414 (smtpmail-try-auth-methods): Use it.
6415
a3f2468a
CY
64162011-08-21 Chong Yidong <cyd@stupidchicken.com>
6417
2c34e8da
CY
6418 * font-lock.el (font-lock-fontify-region)
6419 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
6420 (font-lock-default-unfontify-buffer)
6421 (font-lock-default-fontify-region)
6422 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
6423
b3fd59bd
SM
6424 * progmodes/compile.el (compilation-error-properties):
6425 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
6426 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
6427 `ant' regexp.
ee31aabc 6428
a3f2468a
CY
6429 * net/browse-url.el (browse-url-firefox): Don't call
6430 browse-url-firefox-sentinel unless using -remote (Bug#9328).
6431
8e999f70
GM
64322011-08-20 Glenn Morris <rgm@gnu.org>
6433
c21a496a
GM
6434 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
6435
59ee0542
GM
6436 * tutorial.el (tutorial--default-keys): Update some default bindings.
6437
8e999f70
GM
6438 * files.el (hack-local-variables): Fully ignore case for "mode:".
6439
e3715033
AM
64402011-08-20 Alan Mackenzie <acm@muc.de>
6441
6442 Resolve invalid use of a regexp in regexp-opt.
6443
4d61f28d
JB
6444 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
6445 detection for a java annotation.
e3715033 6446
4d61f28d 6447 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
6448 detection for a java annotation.
6449
4d61f28d
JB
6450 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
6451 handling for java.
e3715033
AM
6452 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
6453
04ed2e9c
CY
64542011-08-20 Chong Yidong <cyd@stupidchicken.com>
6455
6456 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
6457 (Bug#9274).
6458
826cee64
AM
64592011-08-20 Alan Mackenzie <acm@muc.de>
6460
58179cce 6461 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
6462 such a construct. Mainly for when jit-lock etc. starts a chunk
6463 here.
6464
58179cce 6465 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 6466 variable.
58179cce 6467 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
6468 c-make-font-lock-search-function.
6469 (c-make-font-lock-search-function): Use the above function.
6470 (c-make-font-lock-context-search-function): New function.
6471 (c-cpp-matchers): Enhance the preprocessor expression case with
6472 the above function
6473 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
6474 which takes an expression.
6475
6476 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
6477
13009bd8
MR
64782011-08-20 Martin Rudalics <rudalics@gmx.at>
6479
6480 * window.el (display-buffer-reuse-window)
6481 (display-buffer-pop-up-window): Don't reuse or split a side
6482 window.
6483
9234ff7f
GM
64842011-08-19 Glenn Morris <rgm@gnu.org>
6485
6486 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 6487 Downcase "Mode:". (Bug#9331)
9234ff7f 6488
f635daa1
CY
64892011-08-18 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * international/characters.el: Add L and R categories.
6492
6493 * subr.el (bidi-string-mark-left-to-right): Rename from
6494 string-mark-left-to-right. Use category search.
6495
6496 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6497
bc987f8b
JL
64982011-08-18 Juri Linkov <juri@jurta.org>
6499
6500 * faces.el (error, warning, success): New faces with definitions
6501 copied from old default values of `font-lock-warning-face',
6502 `compilation-warning', `compilation-info' (bug#6117).
6503
6504 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6505
6506 * progmodes/compile.el (compilation-error): Inherit from `error'.
6507 (compilation-warning): Inherit from `warning'.
6508 (compilation-info): Inherit from `success'.
6509
6510 * dired.el (dired-marked): Inherit from `warning'.
6511 (dired-flagged): Inherit from `error'.
6512
57173b96
LMI
65132011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6514
3e79eb87
LMI
6515 * mail/smtpmail.el (auth-source): Require to avoid problems with
6516 binding variables (bug#9298). Also clean up some unused
6517 autoloads.
6518
b3fd59bd
SM
6519 * net/network-stream.el (network-stream-open-starttls):
6520 Support using starttls.el without using gnutls-cli.
57173b96 6521
02b404de
JL
65222011-08-17 Juri Linkov <juri@jurta.org>
6523
6524 * progmodes/grep.el (rgrep): Handle the case when
6525 `grep-find-command' is a cons cell (bug#9278).
6526
8c9177f2
MR
65272011-08-17 Martin Rudalics <rudalics@gmx.at>
6528
6529 * window.el (display-buffer-pop-up-frame): Run frame creation
6530 function with BUFFER current (as special-display-popup-frame
6531 does). Reported by Drew Adams.
6532
3644a0ab
DU
65332011-08-17 Daiki Ueno <ueno@unixuser.org>
6534
6535 * epa-mail.el: Simplify GnuPG group expansion using
6536 epg-expand-group.
6537 (epa-mail-group-alist, epa-mail-group-modtime)
6538 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6539 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6540 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6541 Remove.
6542
5e617bc2 65432011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
6544
6545 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6546
9c4aeabf
AM
65472011-08-16 Alan Mackenzie <acm@muc.de>
6548
6549 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6550 Correct, to avoid the inside of macros.
6551
3a99bf64
RS
65522011-08-16 Richard Stallman <rms@gnu.org>
6553
04963aa8
RS
6554 * epa-mail.el: Handle GnuPG group definitions.
6555 (epa-mail-group-alist, epa-mail-group-modtime)
6556 (epa-mail-gnupg-conf-file): New variables.
6557 (epa-mail-parse-groups, epa-mail-sync-groups)
6558 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6559 (epa-mail-expand-recipients): New functions.
6560 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6561
177549d0
RS
6562 * mail/rmail.el (rmail-epa-decrypt): New command.
6563
fe38beef
RS
6564 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6565 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
6566 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6567 (epa-decrypt-armor-in-region): Make error message clearer.
6568
934eacb9
SM
65692011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6572 and "a2b" to "ab" for `prefix'.
6573
d024fb4e
CY
65742011-08-14 Chong Yidong <cyd@stupidchicken.com>
6575
6576 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6577 filter groups.
de148fee
CY
6578 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6579 Fourquet (Bug#8804).
d024fb4e 6580
62f1ca49
JB
65812011-08-12 Juanma Barranquero <lekktu@gmail.com>
6582
6583 * startup.el (argi): Declare as global variable (bug#9275).
6584
9ccaaa4b
CY
65852011-08-12 Chong Yidong <cyd@stupidchicken.com>
6586
6587 * subr.el (string-mark-left-to-right): Search the entire string
6588 for RTL script, not just the terminating character. Doc fix.
6589
a3dae87a
SM
65902011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6591
6cd18349
SM
6592 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6593 New function.
6594 (js--regexp-literal, js-syntax-propertize-function): Remove.
6595 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6596 (js-mode-map): Don't rebind electric keys.
6597 (js-insert-and-indent): Remove.
6598 (js-mode): Setup electric-layout and electric-indent instead.
6599
a3dae87a
SM
6600 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6601
9d5cb631
DU
66022011-08-12 Daiki Ueno <ueno@unixuser.org>
6603
6604 * epa.el (epa-progress-callback-function): Fix the logic of
6605 displaying progress.
6606 * epa-file.el (epa-file-insert-file-contents): Make progress
6607 display more user-friendly.
6608 (epa-file-write-region): Ditto.
6609
3e26a4a2
CY
66102011-08-10 Chong Yidong <cyd@stupidchicken.com>
6611
6612 * subr.el (string-mark-left-to-right): New function.
6613
6614 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6615 Use string-mark-left-to-right.
6616 (list-buffers-noselect): Caller changed.
6617
a3dae87a
SM
6618 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6619 Use string-mark-left-to-right.
3e26a4a2
CY
6620 (tabulated-list-print): Recenter after moving point.
6621
ac8cf6e6
JL
66222011-08-10 Juri Linkov <juri@jurta.org>
6623
6624 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6625 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6626 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6627
8d96c9a4
CY
66282011-08-09 Chong Yidong <cyd@stupidchicken.com>
6629
6630 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6631 (Bug#7554).
6632
7be1c708 66332011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
6634
6635 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6636 character. (Bug#6594)
6637
37e11a63
CY
66382011-08-08 Chong Yidong <cyd@stupidchicken.com>
6639
839dde57
CY
6640 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6641 (image-dired--with-db-file): New macro.
6642 (image-dired-write-tags, image-dired-remove-tag)
6643 (image-dired-create-gallery-lists, image-dired-write-comments)
6644 (image-dired-get-comment, image-dired-mark-tagged-files)
6645 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6646 (image-dired-gallery-generate): Use insert-file-contents.
6647
37e11a63
CY
6648 * time.el (display-time-world-list, display-time-world-display):
6649 * time-stamp.el (time-stamp-string):
6650 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6651 set-time-zone-rule (Bug#7337).
6652
0b4946c4
DU
66532011-08-08 Daiki Ueno <ueno@unixuser.org>
6654
6655 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6656 (epg-error-to-string, epg-errors-to-string): New function.
6657 (epg-wait-for-completion): Reverse errors list.
6658 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6659 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6660 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6661 (epg-sign-keys, epg-generate-key-from-file)
6662 (epg-generate-key-from-string): Format errors by using
6663 epg-errors-to-string (bug#9255).
6664 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6665
75bfc667
JL
66662011-08-07 Juri Linkov <juri@jurta.org>
6667
6668 * faces.el (list-faces-display): Remove extra angle bracket
6669 from `help-mode-map'.
6670
6671 * info.el (Info-history-toc-nodes): Doc fix.
6672
6673 * longlines.el (longlines-mode): Doc fix.
6674
673e08bb
SM
66752011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6676
4640dd88
SM
6677 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6678 of statements and in a few more cases (bug#9183).
6679
673e08bb
SM
6680 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6681 New functions.
6682 (cl-transform-lambda): Use them (bug#9239).
6683
89b3f019
MR
66842011-08-05 Martin Rudalics <rudalics@gmx.at>
6685
6686 * window.el (display-buffer-same-window)
6687 (display-buffer-same-frame, display-buffer-other-window)
6688 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6689 (pop-to-buffer-other-window)
6690 (pop-to-buffer-same-frame-other-window)
6691 (pop-to-buffer-other-frame): Make them defuns.
6692 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6693
640c8776
SM
66942011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6695
6696 * subr.el (make-composed-keymap): Move from C. Change calling
6697 convention, and improve docstring to bring attention to a subtle point.
6698 * minibuffer.el (completing-read-default): Adjust accordingly.
6699
63648a95
MA
67002011-08-03 Michael Albinus <michael.albinus@gmx.de>
6701
6702 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6703 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6704
6705 * net/trampver.el: Update release number.
6706
b796c9b7
SM
67072011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6708
6709 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6710 "in" (bug#9190).
6711
2239d7d5
LMI
67122011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6713
e07dd7c3
LMI
6714 * mail/sendmail.el (sendmail-query-once): Restore the current
6715 buffer after querying (bug#9074).
6716
0e6a2bd7
LMI
6717 * dired.el (dired-flagged): Use different faces for marked and
6718 flagged files (bug#6117).
6719
ce887515
LMI
6720 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6721 (bug#4433).
6722
92f2affc
LMI
6723 * ido.el (ido-mode): Switch off the message if called
6724 non-interactively.
6725
57d5aff0
LMI
6726 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6727 before 587, since it appears that that's more likely to work for
6728 more people.
6729
98cd6c18 6730 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 6731 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
6732 exist.
6733
b96dec83
LMI
6734 * info.el: Remove the `Info-beginning-of-buffer' function
6735 (bug#8325).
6736
b796c9b7
SM
6737 * net/network-stream.el (network-stream-open-starttls):
6738 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 6739
d90e2ea0
MR
67402011-08-01 Martin Rudalics <rudalics@gmx.at>
6741
6742 * window.el (display-buffer-in-window): Don't set dedicated status
6743 of window here (Bug#9215).
6744 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6745 (display-buffer-pop-up-side-window)
b796c9b7 6746 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 6747
cca09170
SM
67482011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6751 before binding generated-autoload-file.
6752
027b979c
DD
67532011-08-01 Deniz Dogan <deniz@dogan.se>
6754
6755 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6756
3c7ee4f3
MA
67572011-07-30 Michael Albinus <michael.albinus@gmx.de>
6758
6759 Sync with Tramp 2.2.2.
6760
6761 * net/trampver.el: Update release number.
6762
2cc8e51a
JL
67632011-07-30 Juri Linkov <juri@jurta.org>
6764
6765 * dired-aux.el (dired-touch-initial): Remove function.
6766 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6767 current time, and `default' to the last modification time of the
6768 current marked file (bug#6887).
6769
a514d856
JM
67702011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6771
6772 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 6773 numeric argument to read-number (bug#9163).
a514d856 6774
8a7eddd7
MA
67752011-07-27 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6778 connection process, it could be nil.
6779
1ddd96f5
LL
67802011-07-27 Leo Liu <sdl.web@gmail.com>
6781
6782 Simplify url handling in rcirc-mode.
6783
6784 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6785 (rcirc-browse-url-at-mouse): Remove.
6786 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6787
b248a85d
AM
67882011-07-26 Alan Mackenzie <acm@muc.de>
6789
6790 Fontify bitfield declarations properly.
6791
6792 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6793 (c-symbol-chars): Now exported as a lang variable.
6794 (c-not-primitive-type-keywords): New lang variable.
6795
6796 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6797 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 6798 parsed as a bitfield declaration.
b248a85d 6799
b796c9b7
SM
6800 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6801 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
6802 (c-punctuation-in): New function.
6803 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6804 declarations properly.
6805
68575ab0
UJ
68062011-07-26 Ulf Jasper <ulf.jasper@web.de>
6807
6808 * calendar/icalendar.el (icalendar--all-events): Take care of
6809 multiple vcalendars in a single file.
b796c9b7 6810 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 6811
0f0a88b9
DD
68122011-07-25 Deniz Dogan <deniz@dogan.se>
6813
6814 * image.el (insert-image): Clarifying docstring.
6815
0b3f36df
MA
68162011-07-24 Michael Albinus <michael.albinus@gmx.de>
6817
6818 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6819 `tramp-send-command-and-check' if there is no error.
6820 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6821
a9901f61
AM
68222011-07-22 Alan Mackenzie <acm@muc.de>
6823
6824 Prevent cc-langs.elc being loaded at run time.
6825
6826 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6827 cc-langs.
6828
4d61f28d 6829 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
6830 "(require 'cc-langs)". Quote a form so it will evaluate at
6831 (cc-mode's) compilation time.
6832
11d074b2
MA
68332011-07-22 Michael Albinus <michael.albinus@gmx.de>
6834
6835 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6836 loading. (Bug#9114)
6837
938b94c8
MR
68382011-07-21 Martin Rudalics <rudalics@gmx.at>
6839
6840 * window.el (display-buffer-pop-up-window)
6841 (display-buffer-pop-up-side-window)
6842 (display-buffer-in-side-window): Call display-buffer-set-height
6843 and display-buffer-set-width after setting the new window's
b796c9b7 6844 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 6845
bfa4f190
SS
68462011-07-20 Sam Steingold <sds@gnu.org>
6847
6848 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6849 (etags-tags-included-tables): Call `convert-standard-filename' on
6850 the file names contained in TAGS so that windows Emacs can handle
6851 TAGS files created by cygwin ctags.
6852
8ca42262
LMI
68532011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6854
6855 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6856 which apparently didn't work.
6857
5db2afd2 68582011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 6859
5db2afd2
RW
6860 * proced.el (proced-send-signal): For *Marked Processes* buffer
6861 put point at beginning of buffer.
6862
92e15d10
SB
68632011-07-19 Stephen Berman <stephen.berman@gmx.net>
6864
6865 * proced.el (proced-format): Make header lines align with the text
6866 (bug#1779).
6867
1bfd59e5
LMI
68682011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6869
6870 * view.el (view-buffer): Allow running in `special' modes if we're
6871 visiting a file (bug#8615).
6872
f5aae37c
MR
68732011-07-19 Martin Rudalics <rudalics@gmx.at>
6874
6875 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
6876 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6877 New functions.
f5aae37c
MR
6878 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6879 more accurately.
6880
bf2c1571
AM
68812011-07-18 Alan Mackenzie <acm@muc.de>
6882
6883 Fontify declarators properly when, e.g., a jit-lock chunk begins
6884 inside a declaration.
6885
6886 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6887
b796c9b7
SM
6888 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6889 New function.
bf2c1571
AM
6890 (c-complex-decl-matchers): Insert reference to
6891 c-font-lock-enclosing-decls.
6892
6893 * progmodes/cc-engine.el (c-backward-single-comment):
6894 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6895 to nil around calls to (forward-comment -1).
6896
4e190b80
LMI
68972011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6898
12dc863d
LMI
6899 * image.el (put-image): Doc typo fix.
6900
a762e966
LMI
6901 * progmodes/etags.el (tags-search): Doc typo fix.
6902
4e190b80
LMI
6903 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6904 password if we get errors 550 to 554.
6905
f019fb21
LMI
69062011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6907
b796c9b7 6908 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 6909
81746738
LMI
6910 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6911 indentation character (bug#6380).
6912
3ee3a1b5
LMI
6913 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6914
c82f64de
LMI
6915 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6916 to clarify what the problem is (bug#4291).
6917
f019fb21
LMI
6918 * simple.el (current-kill): Clarify what
6919 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
6920 (auto-fill-mode): Document `auto-fill-function' in relation to
6921 `auto-fill-mode' (bug#2470).
f019fb21 6922
0794775d
LM
69232011-07-16 Lawrence Mitchell <wence@gmx.li>
6924
6925 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6926 method if slot is read-only (bug#9035).
6927
be39b8cc
MR
69282011-07-16 Martin Rudalics <rudalics@gmx.at>
6929
b796c9b7 6930 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 6931 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
6932 selected before, see discussion of (Bug#8615), (Bug#6954).
6933 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 6934
6ccf7859
GM
69352011-07-15 Glenn Morris <rgm@gnu.org>
6936
6937 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 6938 Respect help-form.
6ccf7859 6939
87e86684
LM
69402011-07-09 Lawrence Mitchell <wence@gmx.li>
6941
6942 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6943 (gnutls-negotiate): Use it.
6944
d6066239
LMI
69452011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
b796c9b7
SM
6947 * net/gnutls.el (gnutls-negotiate):
6948 Upcase `gnutls-algorithm-priority'.
d6066239 6949
bd23ebc0
GM
69502011-07-15 Glenn Morris <rgm@gnu.org>
6951
c65bca65
GM
6952 * jka-compr.el (jka-compr-verbose): Move from here...
6953 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6954 Add missing :version tag.
6955 * info.el: No need to require jka-compr when compiling.
bd23ebc0 6956
478615cc
LMI
69572011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
7b41decb
LMI
6959 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6960 (gnutls-negotiate): Use it.
6961
dbc44fcd
LMI
6962 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6963
06789f97
LMI
6964 * info.el (Info-beginning-of-buffer): New command.
6965 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6966 announcing `b' as the key (bug#8325).
ab896c37 6967 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 6968
c39da690
LMI
6969 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6970
3aa5f34b
LMI
6971 * international/mule-cmds.el
6972 (describe-specified-language-support): Make the error message
6973 clearer (bug#8905).
6974
4bf0979f
LMI
6975 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6976
478615cc
LMI
6977 * isearch.el (isearch-barrier): Add a doc string, since it's
6978 mentioned in a function doc string (bug#8678).
6979
75c68aa1
MR
69802011-07-15 Martin Rudalics <rudalics@gmx.at>
6981
6982 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6983 buffer argument (Bug#9083) and self-identifying label argument.
6984
a7c33da2
GM
69852011-07-15 Glenn Morris <rgm@gnu.org>
6986
6987 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6988
2f5c6024
LMI
69892011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6990
6991 * man.el (Man-fontify-manpage): Fix message when formatting the
6992 man page (bug#7929).
6993
0bb23927 69942011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
6995
6996 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6997 argument LRM; if non-nil, append an invisible LRM character to the
6998 buffer name.
6999 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
7000 last argument non-nil, when formatting buffer names.
0bb23927
EZ
7001 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
7002 paragraph direction.
cce4b0a7 7003
621ef9ab
LMI
70042011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7005
d1583c48
LMI
7006 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
7007 the man page name (bug#7929).
7008
6a57fb5f
LMI
7009 * image.el (put-image): Mention the `put-image' overlay property
7010 (bug#7834).
7011
d7956b14
LMI
7012 * scroll-bar.el (set-scroll-bar-mode): Mention that
7013 `scroll-bar-mode' lists the values (bug#7772).
7014
5b2d4a66
LMI
7015 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
7016 command (bug#7729).
7017
7509a874
LMI
7018 * rect.el (apply-on-rectangle): Return the point after the last
7019 operation.
7020 (string-rectangle): Go to the point after the last operation
7021 (bug#7522).
7022
4fe74b19
LMI
7023 * printing.el (pr-toggle-region): Clarify the documentation
7024 slightly (bug#7493).
7025
b796c9b7
SM
7026 * time.el (display-time-update):
7027 Allow `display-time-mail-function' to return nil (bug#7158).
7028 Fix suggested by Detlev Zundel.
ab283561 7029
fc233c9d
LMI
7030 * vc/diff.el (diff): Clarify the order the file names are read
7031 (bug#7111).
7032
43f5740b
LMI
7033 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
7034 the doc string (bug#7015).
7035
f2182a76
LMI
7036 * font-lock.el (font-lock-maximum-decoration): Mention what
7037 numeric levels mean (bug#6935).
7038
621ef9ab
LMI
7039 * startup.el (initial-buffer-choice): Don't mention the `none'
7040 selection, which is against policy.
7041
adc47434
MR
70422011-07-14 Martin Rudalics <rudalics@gmx.at>
7043
b796c9b7
SM
7044 * window.el (display-buffer-normalize-special):
7045 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 7046
7e5bfb8f
EZ
70472011-07-14 Eli Zaretskii <eliz@gnu.org>
7048
7049 * subr.el (version<, version<=, version=): Mention "-CVS" and
7050 "-12345" alpha version numbers.
7051
27fa387a
CY
70522011-07-14 Chong Yidong <cyd@stupidchicken.com>
7053
7054 * bindings.el: Add advertised binding for set-mark-command
7055 (Bug#5772).
7056
8bdfa064
CY
70572011-07-14 Chong Yidong <cyd@stupidchicken.com>
7058
7059 * bindings.el (mode-line-other-buffer):
7060 * bookmark.el (bookmark-bmenu-2-window):
7061 * bs.el (bs-cycle-next, bs-cycle-previous):
7062 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
7063 switch-to-buffer.
7064
7065 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 7066 Delete.
8bdfa064 7067
5eba16a3
JB
70682011-07-14 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * follow.el (follow-debug-message, follow-redisplay):
7071 * jka-cmpr-hook.el (with-auto-compression-mode):
7072 Fix typos in docstrings.
7073
15853710
LMI
70742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7075
a28e4607
LMI
7076 * subr.el (with-silent-modifications): Clarify somewhat what the
7077 macro inhibits (bug#6525).
7078
15853710
LMI
7079 * simple.el (eval-expression): Note what it does if called
7080 interactively (bug#6495).
7081
bee0fcef
CY
70822011-07-13 Chong Yidong <cyd@stupidchicken.com>
7083
b796c9b7
SM
7084 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
7085 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
7086
7087 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7088 Remove switch-to-buffer.
7089
58274504
LMI
70902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7091
bd2fcc8d
LMI
7092 * files.el (make-directory): Clarify that an error will be raised
7093 if there's an error (bug#6397).
7094
0f04b32c
LMI
7095 * startup.el (initial-buffer-choice): Add `none' as a choice
7096 (bug#6234).
7097
465c5fc8
LMI
7098 * subr.el (add-hook): Clarify section about buffer-local hooks
7099 (bug#6218).
7100
58274504
LMI
7101 * dired.el (dired-flagged): Clarify doc string (bug#6117).
7102
bead9a43
JB
71032011-07-13 Juanma Barranquero <lekktu@gmail.com>
7104
7105 * tabify.el (untabify): Preserve the current column so that point
7106 doesn't move (bug#6032).
7107
3af98a7b
LMI
71082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7109
b796c9b7
SM
7110 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
7111 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 7112
6240145a
GM
71132011-07-13 Glenn Morris <rgm@gnu.org>
7114
7115 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
7116 (dired-insert-directory): Give a message the first time
7117 if ls is found not to support --dired.
7118
1d8c2ccc
LMI
71192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7120
7121 * simple.el (toggle-truncate-lines): Clarify what is toggled
7122 (bug#5580). Text by Drew Adams.
7123
5fc4038e
CY
71242011-07-13 Chong Yidong <cyd@stupidchicken.com>
7125
7126 * simple.el (blink-matching-open): Make the error message from the
7127 last change less verbose.
7128
bf6012e5
DN
71292011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 * font-lock.el (font-lock-comment-face): Use the high contrast
7132 "yellow" color for font-lock-comment-face on low color terminals
7133 using a dark background color (bug#4221).
7134
343c3b5a
LMI
71352011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7136
7e9505c5
LMI
7137 * dired.el (dired-insert-set-properties): Make the doc string
7138 reflect what it does now (bug#5325).
7139
c26fdcf5
LMI
7140 * simple.el (blink-matching-open): Say that we were unable to find
7141 the match within the limit, if we're limited (bug#5122).
7142
bb388cc5
LMI
7143 * international/mule-cmds.el (prefer-coding-system): Add an
7144 example (bug#4869).
7145
343c3b5a
LMI
7146 * progmodes/etags.el (tags-search): Document `file-list-form'
7147 (bug#4731).
7148
2a517d45
LM
71492011-07-13 Lawrence Mitchell <wence@gmx.li>
7150
7151 * net/browse-url.el (browse-url-default-browser)
7152 (browse-url-browser-function): Make the default browser choice a
7153 bit more logical (bug#4300). Also clean up the doc string.
7154
b6c78ef2
JB
71552011-07-13 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
7158 binary endings (bug#4440).
7159
1c4dd947
LMI
71602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7161
a2014063
LMI
7162 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
7163 which can be pretty annoying (bug#8971).
7164
9c9c2d88
LMI
7165 * jka-compr.el (jka-compr-verbose): New variable, and use
7166 throughout (bug#8971).
7167
1c4dd947
LMI
7168 * info.el (Info-find-file): Fall back on the installation
7169 directory if we can't find the info node anywhere else.
7170
a1c9f41b
SO
71712011-07-13 Sergei Organov <osv@javad.com> (tiny change)
7172
7173 * vc/vc.el (vc-revert-file):
7174 Don't set file time-stamp in the past. (Bug#5181)
7175
536f3d36
LMI
71762011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7177
7152b011
LMI
7178 * files.el (after-find-file): Give a better error message when
7179 trying to find a symlink that points to a file that doesn't exist
7180 (bug#4398).
7181
536f3d36
LMI
7182 * progmodes/cc-vars.el: Remove (probably) misleading comment
7183 (bug#4396).
7184
460c0fba
JB
71852011-07-12 Johan Bockgård <bojohan@gnu.org>
7186
7187 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
7188
7a6bda45
CY
71892011-07-12 Chong Yidong <cyd@stupidchicken.com>
7190
7191 * mouse-sel.el: Hack restoring functionality, while keeping
7192 compatibility with 2010-07-03 changes to mouse selection.
7193 (mouse-sel-primary-overlay): New var.
7194 (mouse-sel-selection-alist): Use it.
7195 (mouse-sel-mode): Doc fix; remove points that are default features
7196 of mouse.el.
7197
c79598ef
JB
71982011-07-12 Johan Bockgård <bojohan@gnu.org>
7199
7200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7201 Fix previous fix (bug#2490).
7202
ff8be6ef
RW
72032011-07-12 Roland Winkler <winkler@gnu.org>
7204
b796c9b7
SM
7205 * textmodes/bibtex.el (bibtex-initialize):
7206 Use pop-to-buffer-same-window.
ff8be6ef
RW
7207 (bibtex-search-entries): Fix interactive call.
7208
296ba3ee
LMI
72092011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7210
f5242a02 7211 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
7212 Fontise bytecomp Error lines more correctly (bug#2490).
7213 Fix suggested by Johan Bockgård.
f5242a02 7214
296ba3ee
LMI
7215 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
7216
7217 * dired-x.el (dired-guess-default): Use `delete-dups'.
7218
f69fd0d2
CY
72192011-07-12 Chong Yidong <cyd@stupidchicken.com>
7220
7221 * dired.el (dired-mark-prompt):
7222 * dired-aux.el (dired-read-shell-command): Doc fix.
7223
eab5dc07
LMI
72242011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7225
b796c9b7
SM
7226 * mail/sendmail.el (sendmail-query-once):
7227 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
7228 emacs -Q.
7229
7230 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7231
eab5dc07
LMI
7232 * cus-edit.el (custom-file): Take an optional no-error variable.
7233 (customize-save-variable): Set the variable, and give a warning if
7234 running under "emacs -q".
7235
a1e65d42
JB
72362011-07-11 Juanma Barranquero <lekktu@gmail.com>
7237
7238 * loadhist.el (unload-feature-special-hooks):
7239 Add `auto-coding-functions', `fill-nobreak-predicate' and
7240 `find-directory-functions' (bug#5327).
7241
1d52da10
LMI
72422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
be958f1d
LMI
7244 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
7245
5bedb26c
LMI
7246 * cus-edit.el (custom-guess-name-alist): -alist variables should
7247 use the `alist' type (bug#3120). Suggested by Drew Adams.
7248
1d52da10
LMI
7249 * printing.el: Add documentation to all the `pr-toggle-' commands.
7250
cd394be1 72512011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
7252
7253 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
7254 backends where it makes sense (bug#2623).
7255
dcc88d8a
LMI
72562011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7257
c3de9feb
LMI
7258 * dired-x.el (dired-guess-default): Remove duplicate shell command
7259 entries (bug#2028).
8a93078b 7260 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 7261 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 7262
dcc88d8a
LMI
7263 * subr.el (remove-duplicates): New conveniency function.
7264
505e3645
LMI
72652011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7266
7267 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
7268 (bug#1526).
7269
72702011-07-10 Martin Rudalics <rudalics@gmx.at>
7271
7272 * window.el (display-buffer-normalize-default): Don't invert
7273 meaning of even-window-heights. Reported by Eli Zaretskii
7274 <eliz@gnu.org>.
7275
455e4fa1
BR
72762011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
7277
7278 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
7279
8e0bc3e9
CY
72802011-07-10 Chong Yidong <cyd@stupidchicken.com>
7281
7282 * window.el (display-buffer): Fix arguments to
7283 display-buffer-reuse-window in last change.
7284
fa7c3228
CY
7285 * faces.el (link): Use a less saturated blue on light backgrounds.
7286
7287 * startup.el (fancy-startup-text, fancy-about-text)
7288 (fancy-startup-tail): Use font-lock faces, for background safety.
7289
c0a7f300
BN
72902011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
7291
b796c9b7
SM
7292 * emulation/viper-cmd.el (viper-change-state-to-vi):
7293 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 7294
4dc2a129
MR
72952011-07-09 Martin Rudalics <rudalics@gmx.at>
7296
7297 * window.el (display-buffer-default-specifiers): Remove.
7298 (display-buffer-macro-specifiers): Remove default specifiers.
7299 (display-buffer-alist): Default to nil.
b796c9b7 7300 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
7301 (display-buffer-pop-up-window): Allow splitting internal
7302 windows. Check whether a live window was created.
7303 (display-buffer-other-window-means-other-frame)
7304 (display-buffer-normalize-arguments): Rename to
7305 display-buffer-normalize-argument and rewrite. Set the
7306 other-window specifier.
7307 (display-buffer-normalize-special): New function.
7308 (display-buffer-normalize-options): Rename to
7309 display-buffer-normalize-default and rewrite.
7310 (display-buffer-normalize-options-inhibit): Remove.
7311 (display-buffer-normalize-specifiers): Rewrite.
7312 (display-buffer): Process other-window specifier and call
7313 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
7314 more faithfully.
b796c9b7 7315 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 7316 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
7317 (display-buffer-in-window, display-buffer-alist-set):
7318 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
7319 <tassilo@member.fsf.org>.
7320
2d43b8c9
LL
73212011-07-09 Leo Liu <sdl.web@gmail.com>
7322
7323 * register.el (insert-register): Restore accidental change on
7324 2011-06-26. (Bug#9028)
7325
7f9b7c53
GM
73262011-07-09 Glenn Morris <rgm@gnu.org>
7327
7328 * subr.el (remq): Handle the empty list. (Bug#9024)
7329
f042cfd8
AS
73302011-07-08 Andreas Schwab <schwab@linux-m68k.org>
7331
7332 * mail/sendmail.el (send-mail-function): No longer delay custom
7333 initialization.
7334 * custom.el (custom-initialize-delay): Doc fix.
7335
856b2f11
SM
73362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
7339
afae1d68
MA
73402011-07-08 Michael Albinus <michael.albinus@gmx.de>
7341
7342 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
7343 human-friendly prompt.
7344
0757af94
SM
73452011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7346
7347 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
7348 provided by a particular plugin.
7349
d760b731
LMI
73502011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7351
7352 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
7353 save customizations (with "emacs -Q"), just set the variable
7354 instead of erroring out.
7355
7356 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
7357
cd79ce90
JL
73582011-07-08 Juri Linkov <juri@jurta.org>
7359
7360 * arc-mode.el (archive-zip-expunge, archive-zip-update)
7361 (archive-zip-update-case): Use 7z if found by `executable-find'.
7362 The order of searching the available programs is the same as in
7363 `archive-zip-extract' (bug#8968).
7364
14cc04aa
CY
73652011-07-07 Chong Yidong <cyd@stupidchicken.com>
7366
7367 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
7368 (menu-bar-options-menu): Tweak descriptions.
7369
0a1848ec
LMI
73702011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7371
7372 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
7373 menu items into verb phrases (bug#1421). Also refill to fit under
7374 80 columns.
7375
f5bd0689
CY
73762011-07-07 Chong Yidong <cyd@stupidchicken.com>
7377
538e85c6
CY
7378 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
7379 (Info-read-node-name): Doc fix (Bug#1084).
7380
f5bd0689
CY
7381 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
7382 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
7383 (end-of-sexp, beginning-of-sexp)
7384 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
7385 (forward-symbol, forward-same-syntax, word-at-point)
7386 (sentence-at-point): Doc fix (Bug#1144).
7387
56ec5115
LMI
73882011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7389
f3f8e37f
LMI
7390 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
7391 should cover it (bug#1281).
7392
0757af94 7393 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 7394
e9fce1ac 7395 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
7396 negotiation fails, then possibly try again with a non-encrypted
7397 connection (bug#9017).
7398
56ec5115
LMI
7399 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
7400 be used.
7401
c2f9aec8
RS
74022011-07-07 Richard Stallman <rms@gnu.org>
7403
7404 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
7405 property, and handle its changed format.
7406 Look for the correct line number.
7407 Use file's line contents (but not past first =) to find
7408 correct line in message.
7409
ef7b981d 74102011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
7411
7412 * international/characters.el (build-unicode-category-table):
7413 Delete it.
0757af94 7414 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 7415
0757af94 7416 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
7417 to src/chartab.c.
7418 (get-char-code-property): Call unicode-property-table-internal to
7419 load a file. Call get-unicode-property-internal where necessary.
7420 (put-char-code-property): Call unicode-property-table-internal to
7421 load a file. Call put-unicode-property-internal where necessary.
7422 put-unicode-property-internal where necessary.
0757af94
SM
7423 (char-code-property-description):
7424 Call unicode-property-table-internal to load a file.
c805dec0
KH
7425
7426 * international/charprop.el:
7427 * international/uni-bidi.el:
7428 * international/uni-category.el:
7429 * international/uni-combining.el:
7430 * international/uni-comment.el:
7431 * international/uni-decimal.el:
7432 * international/uni-decomposition.el:
7433 * international/uni-digit.el:
7434 * international/uni-lowercase.el:
7435 * international/uni-mirrored.el:
7436 * international/uni-name.el:
7437 * international/uni-numeric.el:
7438 * international/uni-old-name.el:
7439 * international/uni-titlecase.el:
7440 * international/uni-uppercase.el: Regenerate.
7441
7442 * loadup.el: Load international/charprop.el before
7443 international/characters.
7444
e14b388a
CY
74452011-07-07 Chong Yidong <cyd@stupidchicken.com>
7446
7447 * window.el (next-buffer, previous-buffer): Signal an error if
7448 called from a minibuffer window.
7449
7450 * bindings.el: Revert 2011-07-04 change.
7451
354cf0ba
RS
74522011-07-06 Richard Stallman <rms@gnu.org>
7453
7454 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
7455 (rmail-mime-insert-bulk, rmail-mime-insert-text):
7456 Treat markers like ints.
7457 (rmail-mime-entity): Doc fix.
7458
a48868a7
LMI
74592011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7460
4906cd3d
LMI
7461 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
7462 defcustom again for backwards compatibility.
7463
e0457abe
LMI
7464 * simple.el (shell-command-on-region): Fill.
7465
d67f7e1f
LMI
7466 * dired-aux.el (dired-kill-line): Add a doc string.
7467
fe204702
LMI
7468 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
7469 to "\\sw\\|\\s_" (bug#358).
7470
a48868a7
LMI
7471 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
7472 (dired-unmark-backward): Ditto.
7473 (dired-flag-backup-files): Ditto.
7474
7475 * dired-x.el (dired-mark-sexp): Ditto.
7476
aa8a705c
RS
74772011-07-06 Richard Stallman <rms@gnu.org>
7478
7479 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
7480 (rmail-mime-entity): New arg TRUNCATED.
7481 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
7482 New functions.
7483 (rmail-mime-save): Warn if entity is truncated.
7484 (rmail-mime-toggle-hidden): Likewise, for showing.
7485 (rmail-mime-process-multipart): Record when an entity is truncated.
7486
a9a936b9
RS
7487 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
7488 if ENTITY is a string.
7489
1f2b92cb
LMI
74902011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7491
f4f73198 7492 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
7493 of faces when `M-C-x'-ing their definitions (bug#8378).
7494 Also clean up the code slightly.
f4f73198 7495
12b16734 7496 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 7497 because that makes the colors go away.
12b16734 7498
f0691d22
LMI
7499 * mail/sendmail.el (send-mail-function): Change the default to
7500 `sendmail-query-once'.
9e87df06 7501 (sendmail-query-once): Add an autoload cookie.
f0691d22 7502
1f2b92cb
LMI
7503 * net/network-stream.el (network-stream-open-starttls): Try using
7504 a plain connection even if the server offered STARTTLS, and we
7505 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7506 capability. This should make smtpmail.el work in slightly more
7507 configurations.
7508
1cdd2a1b
MA
75092011-07-06 Michael Albinus <michael.albinus@gmx.de>
7510
7511 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7512 New defun.
7513 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7514
fbcc67e2
MM
75152011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7516
7517 * progmodes/sql.el: Version 3.0
0757af94 7518 (sql-product-alist): Add product :completion-object,
fbcc67e2 7519 :completion-column, and :statement attributes.
0757af94 7520 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 7521 (sql-mode-syntax-table): Mark all punctuation.
0757af94 7522 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
7523 ansi keywords.
7524 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 7525 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
7526 (sql-oracle-show-reserved-words): New function for development.
7527 (sql-product-font-lock): Simplify for source code buffers.
7528 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7529 New functions.
7530 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
7531 (sql-mode-map): Add statement movement functions.
7532 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7533 New variable.
fbcc67e2
MM
7534 (sql-statement-regexp, sql-beginning-of-statement)
7535 (sql-end-of-statement, sql-signum): New functions.
0757af94 7536 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
7537 (sql-show-sqli-buffer): Bug fix.
7538 (sql-interactive-mode): Store connection data as buffer local.
0757af94 7539 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
7540 with sql-interactive-mode.
7541 (sql-save-connection): Save buffer local settings.
0757af94 7542 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
7543 (sql-product-interactive): Bug fix.
7544 (sql-preoutput-hold): New variable.
7545 (sql-interactive-remove-continuation-prompt): Bug fixes.
7546 (sql-debug-redirect): New variable.
7547 (sql-str-literal): New function.
7548 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 7549 Redesign.
fbcc67e2
MM
7550 (sql-oracle-save-settings, sql-oracle-restore-settings)
7551 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7552 (sql-completion-object, sql-completion-column)
7553 (sql-completion-sqlbuf): New variables.
7554 (sql-build-completions-1, sql-build-completions)
7555 (sql-try-completion): New functions.
7556 (sql-read-table-name): Use them.
7557 (sql-contains-names): New buffer local variable.
7558 (sql-list-all, sql-list-table): Use it.
7559 (sql-oracle-completion-types): New variable.
7560 (sql-oracle-completion-object, sql-sqlite-completion-object)
7561 (sql-postgres-completion-object): New functions.
7562
d4eaeab1
GM
75632011-07-06 Glenn Morris <rgm@gnu.org>
7564
7565 * window.el (pop-to-buffer): Doc fix.
7566
322b7dab 75672011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
7568
7569 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7570
322b7dab 75712011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 7572
322b7dab 7573 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 7574
322b7dab 7575 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 7576
605dd5bf
CY
75772011-07-05 Chong Yidong <cyd@stupidchicken.com>
7578
7579 * button.el (button): Inherit from link face. Suggested by Dan
7580 Nicolaescu.
7581
7dbfa719
SM
75822011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7583
3db614b0
SM
7584 * progmodes/gdb-mi.el: Fit in 80 columns.
7585 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7586 switch-to-buffer.
7587
7dbfa719
SM
7588 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7589 if imenu is simply not configured (bug#8941).
7590
919d884a
KM
75912011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7592
7593 * allout.el (allout-post-undo-hook): New allout outline-change
7594 event hook to signal undo activity.
7595 (allout-post-command-business): Run allout-post-undo-hook if an
7596 undo just occurred.
7dbfa719
SM
7597 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7598 * allout-widgets.el (allout-widgets-after-undo-function):
7599 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
7600 in the vicinity of an undo.
7601 (allout-widgets-mode): Include allout-widgets-after-undo-function
7602 on the new allout-post-undo-hook.
7603
450a0f09
SM
76042011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7607 Let define-derived-mode define it.
7608 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7609 cycles of abbrev-table inheritance (bug#8998).
7610
2de69e00
RW
76112011-07-05 Roland Winkler <winkler@gnu.org>
7612
7613 * textmodes/bibtex.el: Add support for biblatex.
7614 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7615 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7616 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7617 (bibtex-entry-alist, bibtex-field-alist): New variables.
7618 (bibtex-entry-field-alist): Obsolete alias for
7619 bibtex-BibTeX-entry-alist.
7620 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7621 (bibtex-set-dialect): New command.
7622 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
7623 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7624 Bind via bibtex-set-dialect.
2de69e00
RW
7625 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7626 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7627 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7628 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7629 Define via bibtex-set-dialect.
450a0f09
SM
7630 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7631 Obey bibtex-no-opt-remove-re.
2de69e00
RW
7632 (bibtex-vec-push, bibtex-vec-incr): New functions.
7633 (bibtex-format-entry, bibtex-field-list)
7634 (bibtex-print-help-message, bibtex-validate)
7635 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7636
2dcdbdd9
SM
76372011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * progmodes/compile.el (compilation-goto-locus):
7640 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7641 * bs.el (bs-cycle-next, bs-cycle-previous):
7642 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7643 * bindings.el (mode-line-other-buffer):
7644 * autoinsert.el (auto-insert):
7645 * arc-mode.el (archive-extract):
7646 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7647
b27640fe
JB
76482011-07-05 Juanma Barranquero <lekktu@gmail.com>
7649
7650 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7651 Fix check of `emacs-lock-unlockable-modes'.
7652 Coerce true values of `emacs-lock--try-unlocking' to t.
7653
53bbe3ad
JB
76542011-07-05 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7657 * emacs-lock.el: New file.
7658
1d3cdbc7
JD
76592011-07-05 Julien Danjou <julien@danjou.info>
7660
7661 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7662 than `boundp' to check if face is set.
7663
9173deec
JB
76642011-07-05 Juanma Barranquero <lekktu@gmail.com>
7665
7666 * register.el (registerv-make):
7667 * window.el (window-min-height): Fix typos in docstrings.
7668
869795d6
JD
76692011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7670
9173deec 7671 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
7672 Update doc string.
7673
b768cdcd
JB
76742011-07-04 Juanma Barranquero <lekktu@gmail.com>
7675
7676 * server.el (server-execute): Catch quit and call
7677 `server-return-error' to pass the error back to emacsclient and
7678 close the connection (bug#8942).
7679
13aa217b
KM
76802011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7681
7682 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7683 insecure exception for current topic. Also note that auto-saves
7684 are handled differently.
7685
7686 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7687 State variables for tracking auto-save inhibition situation.
7688
7689 (allout-write-contents-hook-handler): Rename from
7690 'allout-write-file-hook-handler', and describe how it depends on
7691 write-contents-functions sensitivity to non-nil value to prevent
7692 file write.
7693
7694 (allout-auto-save-hook-handler): Remove. auto-save does not check
7695 this in individual buffers, only in the starting buffer, so this
7696 is not the right way for us to inhibit auto-save in a buffer
7697 according to its condition.
7698
7699 (allout-mode): Use new allout-write-contents-hook-handler, and
7700 only with write-contents-functions. Remove auto-save provisions -
7701 they're implemented elsewhere.
7702
7703 (allout-before-change-handler): If undo is in progress, note that
7704 for attention of allout-post-command-business.
7705
7706 (allout-post-command-business): If the command we're following was
7707 an undo, check for change in the status of encrypted items and
7708 adjust auto-save inhibitions accordingly.
7709
7710 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7711 according to whether there are or aren't any plain-text topics
7712 pending encryption.
7713
2dcdbdd9 7714 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
7715 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7716 if there are plain-text topics pending encryption.
13aa217b
KM
7717
7718 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7719 buffer-saved-size and some allout state to not inhibit auto-saves
7720 if there are no longer any plain-text topics pending encryption.
7721
0757af94
SM
7722 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7723 No longer provide for exemption of the current topic.
13aa217b 7724
ac89b32c
JL
77252011-07-04 Juri Linkov <juri@jurta.org>
7726
7727 Add 7z operations to delete and save changed members (bug#8968).
7728 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7729 New defcustoms.
7730 (archive-7z-write-file-member): New function.
7731 (archive-7z-summarize): Fix the number of dashes in the
7732 listing output.
7733
8fa39615
SM
77342011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7737 (bug#8958).
7738
2f11b3f1
CY
77392011-07-04 Chong Yidong <cyd@stupidchicken.com>
7740
d66fef2b
CY
7741 * bindings.el: Ignore next-buffer and previous-buffer in
7742 minibuffer-local-map.
7743
2f11b3f1
CY
7744 * font-lock.el (font-lock-builtin-face): Change light background
7745 color to dark slate blue (Bug#6693).
7746
f932a347
WD
77472011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7748
7749 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7750
c8af70e1
SM
77512011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7754 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7755 Add switch-to-buffer.
7756
f158badc
LMI
77572011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7758
7759 * isearch.el (isearch-search-fun-function): Clarify further the
7760 meaning of the function returned.
7761
6d95bd46
MA
77622011-07-04 Michael Albinus <michael.albinus@gmx.de>
7763
7764 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7765
7766 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7767 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7768 Use it.
7769 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7770 `tramp-default-remote-path' does not exist.
7771 (tramp-send-command-and-read): New optional argument NOERROR.
7772 (tramp-open-connection-setup-interactive-shell)
7773 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7774 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7775 (tramp-process-sentinel): Flush also process' connection property.
7776 (tramp-sh-handle-start-file-process): Do not set process
7777 sentinel. It is done now ...
7778 (tramp-maybe-open-connection): ... here. (Bug#8929)
7779
909e6b67
MK
77802011-07-04 MON KEY <monkey@sandpframing.com>
7781
7782 * play/animate.el (animate-string): Doc fixes and allow changing
7783 the buffer name (bug#5417).
7784
77852011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7786
c8af70e1 7787 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 7788
f34755dc
PE
77892011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7790
396cec72
PE
7791 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7792 This is simpler and helps future-proof the code.
7793 (timer-until): Use time-subtract and float-time.
08235028 7794 (timer--time-less-p): Use time-less-p.
f34755dc 7795
56e6cc31
JB
77962011-07-04 Juanma Barranquero <lekktu@gmail.com>
7797
3abb79e5
JB
7798 * type-break.el (timep): Use the value of `float-time' to avoid a
7799 byte-compiler warning.
7800
56e6cc31
JB
7801 * server.el (server-eval-and-print): Return any result, even nil.
7802
7b9430b4
PE
78032011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7804
7805 * type-break.el: Accept time formats that the builtins accept.
7806 (timep, type-break-time-difference): Accept any format that
7807 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7808 This is simpler and helps future-proof the code.
7809 (type-break-time-difference): Round rather than ignoring
7810 subseconds components.
7811
3034e9e7
LMI
78122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7813
7814 * info.el (Info-apropos-matches): Make non-interactive, since it
7815 doesn't seem to do anything useful as a command (bug#8829).
7816
1485f4c0
CY
78172011-07-03 Chong Yidong <cyd@stupidchicken.com>
7818
7819 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 7820 Move from faces.el.
1485f4c0
CY
7821 (frame-default-terminal-background): New function.
7822
7823 * custom.el (custom-push-theme): Don't record faces in `changed'
7824 theme; this doesn't work correctly for per-frame face settings.
7825 (disable-theme): Use face-set-after-frame-default to reset faces.
7826 (custom--frame-color-default): New function.
7827
9fa3dd45
LMI
78282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7829
c8af70e1 7830 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
7831 (bug#8769).
7832
6cbbc20c
KR
78332011-03-29 Kevin Ryde <user42@zip.com.au>
7834
7835 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7836 `perl-Test2' extend to match possible "fail #N" rep count
7837 (bug#8377).
7838
c7f98048
LMI
78392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7840
65676592
LMI
7841 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7842 `smtpmail-via-smtp' now returns the error instead of nil.
7843
c7f98048
LMI
7844 * isearch.el (isearch-search-fun-function): Clarify the doc string
7845 (bug#8101).
7846
56e6cc31 78472011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
7848
7849 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7850 unnecessary spaces (bug#8987).
7851
2b216704
LMI
78522011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7853
7854 * net/network-stream.el (open-network-stream): Use the
7855 :end-of-capability command thoughout.
7856
78572011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7858
7859 * net/network-stream.el (open-network-stream): Add the
7860 :end-of-capability command parameter, used by pop3.el.
7861
36adf6ce
LMI
78622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7863
1ca0da0e
LMI
7864 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7865
fc00f69c
LMI
7866 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7867 for list)" (bug#6475).
7868
28fd8759 7869 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 7870 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
7871 an error (bug#6297).
7872
0dd8b6da
LMI
7873 * man.el (Man-reference-regexp): Allow matching possible
7874 word-wrapped references (bug#6289).
7875
ce1438d6
LMI
7876 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7877 for consistency with the other vc buffers (bug#6197).
7878 (vc-checkin): Ditto.
7879
7880 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7881
36adf6ce
LMI
7882 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7883
e83cc1f7
LMI
78842011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7885
8a20ca4c
LMI
7886 * custom.el (defcustom): Clarify that :set is only used in the
7887 Customize user interface (bug#6089).
7888
83319045
LMI
7889 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7890 associated with a file, refuse to run instead of erroring out
7891 (bug#6084).
7892
a8392169
LMI
7893 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7894 the doc string, since it appears that using `fill-column' always
7895 controls the width (bug#7845).
7896
e83cc1f7
LMI
7897 * simple.el (shell-command-on-region): Say where the error output
7898 went if `shell-command-default-error-buffer' is set (bug#6857).
7899
e47ca23b
KM
79002011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7901
7902 * allout.el (allout-yank-processing): Adjust cursor position for
7903 backwards-deleted space.
7904
7905 (allout-rebullet-heading): Register changes with
7906 allout-exposure-changed-hook, so the modified topic is properly
7907 decorated.
7908
5cf56143
LMI
79092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7910
08549772
LMI
7911 * minibuffer.el (completion-in-region): Document PREDICATE
7912 (bug#7136).
7913
48e96771
LMI
7914 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7915 of keyword/argument pairs (bug#6904).
7916
c8af70e1
SM
7917 * replace.el (multi-occur):
7918 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 7919
e17d05e2
LMI
79202011-07-02 Drew Adams <drew.adams@oracle.com>
7921
7922 * dired.el (dired-mark-if): Make the message about whether it's
7923 marking or unmarking clearer (bug#8523).
7924
063b0e45
LMI
79252011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7926
7927 * disp-table.el (display-table-print-array): New function.
7928 (describe-display-table): Use it to print the vectors more pretty
7929 (Bug#8859).
7930
28545e04
MR
79312011-07-02 Martin Rudalics <rudalics@gmx.at>
7932
7933 * window.el (window-state-get-1): Don't assign clone numbers.
7934 Add clone-of item to list of window parameters.
7935 (window-state-put-2): Don't process clone numbers.
7936 (display-buffer-alist): Fix doc-string.
7937
3349e122
SM
79382011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * subr.el (remq): Don't allocate if it's not needed.
7941 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7942 (keymap--merge-bindings): New functions.
7943 (keymap-canonicalize): Use them to refine the canonicalization.
7944 * minibuffer.el (minibuffer-local-completion-map)
7945 (minibuffer-local-must-match-map): Move initialization from C.
7946 (minibuffer-local-filename-completion-map): Move initialization from C;
7947 don't inherit from anything here.
7948 (minibuffer-local-filename-must-match-map): Make obsolete.
7949 (completing-read-default): Use make-composed-keymap to combine
7950 minibuffer-local-filename-completion-map with either
7951 minibuffer-local-must-match-map or
7952 minibuffer-local-filename-completion-map.
7953
d224ac83
GM
79542011-07-01 Glenn Morris <rgm@gnu.org>
7955
3de63bf8
GM
7956 * type-break.el (type-break-time-sum): Use dolist.
7957
d224ac83
GM
7958 * textmodes/flyspell.el (flyspell-word-search-backward):
7959 Replace CL function.
7960
1a1e3f32
SM
79612011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7962
fe3f64d5
SM
7963 * mouse.el (mouse--strip-first-event): New function.
7964 (function-key-map): Use it to map fringe clicks to normal clicks
7965 by default.
7966
eb604e34
SM
7967 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7968 (vc-bzr-revision-completion-table): Add support for annotate and date.
7969
1a1e3f32
SM
7970 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7971 inherit from parent.
7972
5bd35902
LMI
79732011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7974
ace6c69c 7975 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 7976 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 7977
191e2bed
LMI
7978 * dired.el (dired-mode): Fix up the doc string as suggested by
7979 Drew Adams (bug#8817).
7980
5bd35902
LMI
7981 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7982 cookie, since the manual says that it should be possible to add
7983 this function to `find-file-hook' (bug#8709).
7984
eee8207a
TZ
79852011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7986
7987 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7988 here. Noted Ted Zlatanov as the maintainer.
7989 (cfengine-common-settings, cfengine-common-syntax): New functions
7990 to set up common things between `cfengine-mode' and
7991 `cfengine3-mode'.
7992 (cfengine3-mode): New mode.
7993 (cfengine3-defuns cfengine3-defuns-regex
7994 (cfengine3-class-selector-regex cfengine3-category-regex)
7995 (cfengine3-vartypes cfengine3-font-lock-keywords)
7996 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 7997 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 7998
36b148cf
MA
79992011-07-01 Michael Albinus <michael.albinus@gmx.de>
8000
8001 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
8002
8003 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
8004
0bf4ba9a
MR
80052011-07-01 Martin Rudalics <rudalics@gmx.at>
8006
8007 * window.el (same-window-buffer-names, same-window-regexps)
8008 (same-window-p, special-display-frame-alist)
8009 (special-display-popup-frame, special-display-function)
8010 (special-display-buffer-names, special-display-regexps)
8011 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
8012 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8013 (split-window-preferred-function, split-height-threshold)
8014 (split-width-threshold, even-window-heights)
8015 (display-buffer-mark-dedicated, window-splittable-p)
8016 (split-window-sensibly, window-safely-shrinkable-p):
8017 Un-obsolete.
8018 (display-buffer): Don't spread args with function specifier
8019 because special-display-popup-frame won't like it.
8020
35837f51
PE
80212011-07-01 Paul Eggert <eggert@cs.ucla.edu>
8022
d0672f86
PE
8023 Time-stamp simplifications and fixes.
8024 These improve accuracy slightly, and future-proof the code
8025 against some potential changes to current-time format.
8026
b9444d97
PE
8027 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
8028 by using time-since and float-time.
8029
0ef923dc
PE
8030 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
8031 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
8032 + NNN microseconds".
8033
2f81380d
PE
8034 * type-break.el (type-break-time-sum): Rewrite using time-add.
8035
845b5c3e
PE
8036 * play/hanoi.el (hanoi-current-time-float): Remove.
8037 All uses replaced by float-time.
8038
ee6f1be0
PE
8039 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
8040 This yields a more-accurate answer.
8041 (rng-time-to-float): Remove; no longer needed.
8042
fe955043
PE
8043 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
8044
5777162a
PE
8045 * calendar/timeclock.el (timeclock-seconds-to-time):
8046 Defalias to seconds-to-time, since they're the same thing.
8047
3103f8b6 8048 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 8049 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
8050 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
8051
0e61a35f
SM
80522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * window.el (bury-buffer): Don't iconify the only frame.
8055 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
8056 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
8057
ddd63a1e
CY
80582011-07-01 Chong Yidong <cyd@stupidchicken.com>
8059
0e61a35f
SM
8060 * eshell/em-smart.el (eshell-smart-display-navigate-list):
8061 Add mouse-yank-primary.
ddd63a1e 8062
055f4923
TZ
80632011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
8064
8065 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
8066
6a2fb145
SM
80672011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * emacs-lisp/find-func.el (find-library--load-name): New fun.
8070 (find-library-name): Use it to find relative load names when provided
8071 absolute file name (bug#8803).
8072
fd4983f2
LMI
80732011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8074
887d14ad
LMI
8075 * textmodes/flyspell.el (flyspell-word): Consider words that
8076 differ only in case as potential doublons (bug#5687).
8077
c53dc7fc
LMI
8078 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
8079 Remove two rather uninteresting debugging-like messages to make
8080 debbugs.el more silent.
8081
fd4983f2
LMI
8082 * comint.el (comint-password-prompt-regexp): Accept "Response" as
8083 a password-like phrase.
8084
7a71b18d 80852011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
8086
8087 * progmodes/cc-guess.el: New file.
8088
6a2fb145 8089 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
8090
8091 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
8092 derived from `c-basic-common-init'.
8093
8094 * progmodes/cc-mode.el (top-level): Require cc-guess.
8095 (c-basic-common-init): Use `cc-choose-style-for-mode'.
8096
1fa280a3
LM
80972011-06-30 Lawrence Mitchell <wence@gmx.li>
8098
8099 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
8100
e6597158
AM
81012011-06-30 Alan Mackenzie <acm@muc.de>
8102
1fa280a3
LM
8103 * progmodes/cc-engine.el (c-guess-continued-construct):
8104 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
8105 lock is disabled. Name this case as "CASE G".
8106
68ba37fb
KM
81072011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
8108
8109 * allout.el (allout-yank-processing): Fix injection of extra space
8110 between bullet and non-whitespace character in first topic when
8111 pasting, ensuring that the actual spacing in the pasted topic
8112 following the bullet char is preserved. This extra space was
8113 causing pasted encrypted topics to get a decrypted status even
8114 when the content was actually still encrypted. Now the decryption
8115 status from before the paste is preserved.
8116
8117 (allout-flag-region): Set all allout overlays so they evaporate
8118 when reduced to zero length (evanescent), to prevent overlay
8119 leakage.
8120
887a0b34
GM
81212011-06-30 Glenn Morris <rgm@gnu.org>
8122
94b9acce
GM
8123 * w32-fns.el (w32-charset-info-alist): Declare.
8124
1d9b46d4
GM
8125 * find-dired.el (find-grep-options): Simplify.
8126
cc232200
GM
8127 * term/ns-win.el (ns-set-resource): Declare.
8128
28e77c46
GM
8129 * ses.el (row, col): Declare dynamic variables honestly.
8130
887a0b34
GM
8131 * textmodes/reftex-parse.el (index-tags): Declare.
8132
658d8eb8
CY
81332011-06-30 Chong Yidong <cyd@stupidchicken.com>
8134
8135 * cus-edit.el (customize-push-and-save): New function.
8136
8137 * files.el (hack-local-variables-confirm): Use it.
8138
1fa280a3
LM
8139 * custom.el (load-theme): New arg NO-CONFIRM.
8140 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
8141 (custom-enabled-themes): Doc fix.
8142
8143 * cus-theme.el (customize-create-theme)
8144 (custom-theme-merge-theme): Callers to load-theme changed.
8145
bb617717
LMI
81462011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8147
d61bdd5d
LMI
8148 * thingatpt.el (thing-at-point-short-url-regexp): Require that
8149 short URLs have at least one dot in them (bug #7614).
8150
bb617717
LMI
8151 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
8152 nil, because using a pty is apparently too slow (bug #895).
8153
2f31f37a
LMI
81542011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8155
8156 * mail/sendmail.el (sendmail-query-once): New function.
8157 (sendmail-query-once-function): New variable.
8158
3076b24e
GM
81592011-06-29 Glenn Morris <rgm@gnu.org>
8160
faf2a174
GM
8161 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
8162
3076b24e
GM
8163 * ses.el (top-level): Require cl when compiling.
8164 (ses-set-localvars): Fix error statement.
8165 Call it at compile time to silence a storm of warnings.
8166
5386012d
MR
81672011-06-29 Martin Rudalics <rudalics@gmx.at>
8168
8169 * window.el (normalize-live-buffer): Rename to
8170 window-normalize-buffer.
8171 (normalize-live-frame): Rename to window-normalize-frame.
8172 (normalize-any-window): Rename to window-normalize-any-window.
8173 (normalize-live-window): Rename to window-normalize-live-window.
8174 (make-window-atom): Rename to window-make-atom.
8175 (window-resize-reset): Rename to window--resize-reset.
8176 (window-resize-reset-1): Rename to window--resize-reset-1.
8177 (resize-mini-window): Rename to window--resize-mini-window.
8178 (resize-subwindows-skip-p): Rename to
8179 window--resize-subwindows-skip-p.
8180 (resize-subwindows-normal): Rename to
8181 window--resize-subwindows-normal.
8182 (resize-subwindows): Rename to window--resize-subwindows.
8183 (resize-other-windows): Rename to window--resize-siblings.
8184 (resize-this-window): Rename to window--resize-this-window.
8185 (resize-root-window): Rename to window--resize-root-window.
8186 (resize-root-window-vertically): Rename to
8187 window--resize-root-window-vertically.
8188 (normalize-buffer-to-display): Rename to
8189 window-normalize-buffer-to-display.
8190 (normalize-buffer-to-switch-to): Rename to
8191 window-normalize-buffer-to-switch-to.
8192 Correspondingly update all callers of the functions listed
8193 above.
8194 (display-buffer-alist, display-buffer-normalize-arguments)
8195 (display-buffer-normalize-options, display-buffer)
8196 (display-buffer-alist-set): Use "function" instead of
8197 "fun-with-args".
8198
1176868d
CY
81992011-06-28 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
8202 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
8203 debbugs.gnu.org. Mention acknowledgment email.
8204
20a7a65f
LMI
82052011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
8206
8207 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
8208 buffer multibyteness, since it shouldn't matter.
8209
5f45cca5
MR
82102011-06-28 Martin Rudalics <rudalics@gmx.at>
8211
8212 * window.el (display-buffer-in-side-window): Handle dedicated
8213 windows as in display-buffer-reuse-window.
8214 (display-buffer-normalize-alist): Use value of override
8215 specifier.
8216 (display-buffer-normalize-specifiers): Use value of
8217 other-window-means-other-frame specifier.
8218 (display-buffer-alist): Rewrite some texts in widgets.
8219 (display-buffer): Spread arguments when calling function
8220 specified by fun-with-args.
8221
ad85fe1f
DD
82222011-06-28 Deniz Dogan <deniz@dogan.se>
8223
1fa280a3
LM
8224 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8225 Unnest `let'.
da68c4c8 8226
ad85fe1f
DD
8227 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
8228 selectors (Bug#5732).
ec49bd31 8229 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 8230
a08cc025
JA
82312011-06-27 Jari Aalto <jari.aalto@cante.net>
8232
8233 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
8234 (eshell-ls-date-format): New defcustom.
8235 (eshell-ls-file): Use it.
8236
e2b551c5
SM
82372011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * help-fns.el (describe-variable): Fix message for terminal-local vars.
8240
8982b231
KY
82412011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
8242
8243 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
8244 (ange-ftp-make-tmp-name): New arg.
8245 (ange-ftp-file-local-copy): Use it.
8246
36c9fa27
J
82472011-06-27 Jambunathan K <kjambunathan@gmail.com>
8248
8249 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
8250 no-conversion (Bug#8870).
8251
d68443dc
MR
82522011-06-27 Martin Rudalics <rudalics@gmx.at>
8253
8254 * window.el (window-right, window-left, window-child)
8255 (window-child-count, window-last-child)
8256 (window-iso-combination-p, walk-window-tree-1)
8257 (window-atom-check-1, window-tree-1, delete-window)
8258 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8259 new naming conventions - window-vchild, window-hchild,
8260 window-next and window-prev are now called window-top-child,
8261 window-left-child, window-next-sibling and window-prev-sibling
8262 respectively.
d615d6d2
MR
8263 (resize-window-reset): Rename to window-resize-reset.
8264 (resize-window-reset-1): Rename to window-resize-reset-1.
8265 (resize-window): Rename to window-resize.
8266 (window-min-height, window-min-width)
8267 (resize-mini-window, resize-this-window, resize-root-window)
8268 (resize-root-window-vertically, adjust-window-trailing-edge)
8269 (enlarge-window, shrink-window, maximize-window)
8270 (minimize-window, delete-window, quit-restore-window)
8271 (split-window, balance-windows, balance-windows-area-adjust)
8272 (balance-windows-area, window-state-put-2)
8273 (display-buffer-even-window-sizes, display-buffer-set-height)
8274 (display-buffer-set-width, set-window-text-height)
8275 (fit-window-to-buffer): Rename all "resize-window" prefixed
8276 calls to use the "window-resize" prefix convention.
8277 (display-buffer-alist): Fix symbol for label specifier.
8278 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
8279 corresponding specifier.
8280 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 8281
b6458526
VB
82822011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8283
8284 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
8285 convention.
8286 (ses-call-printer): Does not pass an empty string to formatter when the
8287 cell is empty to keep from barking printer Calc math-format-value.
8288
d31fd9ac
RS
82892011-06-27 Richard Stallman <rms@gnu.org>
8290
43d5bf84
RS
8291 * battery.el (battery-mode-line-limit): New variable.
8292 (battery-update): Handle it.
8293
d31fd9ac
RS
8294 * mail/rmailmm.el (rmail-mime-process-multipart):
8295 Handle truncated messages.
8296
819a6054
GM
82972011-06-27 Glenn Morris <rgm@gnu.org>
8298
8299 * progmodes/flymake.el (flymake-err-line-patterns):
8300 Allow for column numbers in the ant/javac pattern. (Bug#8866)
8301
cedc73f2
VB
83022011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
8303
819a6054 8304 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
8305 (ses--clean-!, ses--clean-_): New functions.
8306 (ses-range): Add configurability of readout order, and conversion
8307 to Calc vector.
8308
5e5d49b6
VB
8309 * ses.el (ses-repair-cell-reference-all): New function.
8310 (ses-cell-symbol): Set macro as safe, so that it can be used in
8311 formulas.
8312
56e6cc31 8313 * ses.el: Update cycle detection algorithm.
90ca8b49 8314 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 8315 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
8316 (ses-set-localvars): New function.
8317 (ses-make-cell): Add property-list as a cell element.
8318 (ses-cell-property-get-fun, ses-cell-property-get)
8319 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
8320 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
8321 New functions.
90ca8b49
VB
8322 (ses-cell-property-set, ses-cell-property-pop)
8323 (ses-cell-property-get-handle): New macro.
8324 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
8325 New aliases, used for code readability.
8326 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
8327 cycle detection.
8328 (ses-self-reference-early-detection): New defcustom.
fac916bf 8329 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
8330 (ses-mode): Use ses-set-localvars.
8331 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
8332 before lauching the update processing.
8333 (ses-initialize-Dijkstra-attempt): New function.
8334 (ses-recalculate-cell): Update for cycle detection based on
8335 Dijkstra algorithm.
8336
2bb63e81
VB
8337 * ses.el: Fix commenting and indenting convention.
8338
c9d29fb8
SM
83392011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 * bs.el (bs-cycle-next): Complete last change.
8342
d8e4b68b
JB
83432011-06-27 Drew Adams <drew.adams@oracle.com>
8344
8345 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
8346
40098786
LMI
83472011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8348
c9d29fb8
SM
8349 * net/network-stream.el (network-stream-open-starttls):
8350 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
8351 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
8352
40098786
LMI
8353 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
8354 to binary to possibly avoid line encoding issues on Windows (among
8355 other things).
8356
468d09d4
LMI
83572011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8358
8359 * net/network-stream.el (open-network-stream): Return an :error
8360 saying what the problem was, if possible.
8361
8362 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
8363 server.
8364
8365 * net/network-stream.el (network-stream-open-starttls): If we
8366 wanted to use STARTTLS, and the server offered it, but we weren't
8367 able to because we had no STARTTLS support, then close the connection.
8368 (open-network-stream): Return an :error element, if present.
8369
16f07dd7
CY
83702011-06-26 Chong Yidong <cyd@stupidchicken.com>
8371
88821ca0
CY
8372 * hl-line.el (hl-line-sticky-flag): Doc fix.
8373 (global-hl-line-sticky-flag): New option (Bug#8323).
8374 (global-hl-line-highlight): Obey it.
8375
16f07dd7
CY
8376 * vc/vc.el (vc-revert-show-diff): Default to t.
8377
6b5ccddf
KM
83782011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
8379
c9d29fb8
SM
8380 * allout-widgets.el (allout-widgets-post-command-business):
8381 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
8382 undecorated when an isearch is continued past, and isearch
8383 automatically collapses them. This leads to "widget leaks", where
8384 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
8385 hidden widgets can slow down cursor travel, substantially.
8386 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
8387 so we're doing without this nicety.
8388
8389 (allout-widgets-tally-string): Don't try to do a hash-table-count
8390 of allout-widgets-tally when it's nil. This eliminates spurious "Error
8391 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
8392 *Messages* when allout-widgets-maintain-tally is t.
8393
355f2e07
MR
83942011-06-26 Martin Rudalics <rudalics@gmx.at>
8395
8396 * window.el (display-buffer-normalize-argument): Rename to
8397 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
8398 LABEL argument. Respect special-display-function when popping up
8399 a new frame. Fix code searching for a window showing the buffer
8400 on another frame.
c9d29fb8
SM
8401 (display-buffer-normalize-specifiers):
8402 Call display-buffer-normalize-arguments.
355f2e07
MR
8403 (display-buffer-in-window): Don't undedicate the window if its
8404 buffer remains the same.
8405 Reported by Drew Adams <drew.adams@oracle.com>.
8406 (display-buffer-alist): Add choice for same-window macro
8407 specfier.
8408 (display-buffer): Mention special meaning of LABEL argument in
8409 doc-string. Fix quoting. Don't pop up a new frame even as
8410 fallback.
8411
7ca8fc42
JB
84122011-06-26 Juanma Barranquero <lekktu@gmail.com>
8413
8414 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
8415 avoid deleting the current window in some cases (bug#8911).
8416
bc312254
AS
84172011-06-26 Andreas Schwab <schwab@linux-m68k.org>
8418
8419 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
8420 (Bug#8934)
8421
2db18f3f
LMI
84222011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8423
c9d29fb8
SM
8424 * net/network-stream.el (network-stream-open-starttls):
8425 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
8426 (network-stream-open-tls): Ditto.
8427
6302e0d3
LL
84282011-06-26 Leo Liu <sdl.web@gmail.com>
8429
8430 * register.el (registerv): New struct.
8431 (registerv-make): New function.
c9d29fb8
SM
8432 (jump-to-register, describe-register-1, insert-register):
8433 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
8434 struct. (Bug#8415)
8435
5fdd4046
CY
84362011-06-26 Chong Yidong <cyd@stupidchicken.com>
8437
2afef60a
CY
8438 * vc/vc.el (vc-revert-show-diff): New defcustom.
8439 (vc-diff-internal): New arg specifying diff buffer.
8440 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
8441 reuse an existing *vc-diff* buffer (Bug#8927).
8442
5fdd4046
CY
8443 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
8444
e93db24a
GM
84452011-06-26 Glenn Morris <rgm@gnu.org>
8446
8447 * progmodes/f90.el (f90-critical-indent): New option.
8448 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
8449 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
8450 (f90-mode): Doc fix.
8451 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
8452 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
8453 (f90-beginning-of-block, f90-next-block, f90-indent-region)
8454 (f90-match-end): Handle block, critical.
8455
eefff499
GM
84562011-06-25 Glenn Morris <rgm@gnu.org>
8457
f6ba4cc9
GM
8458 * calendar/diary-lib.el (diary-included-files): Doc fix.
8459 (diary-include-files): New function, extracted from
8460 diary-include-other-diary-files and diary-mark-included-diary-files.
8461 (diary-include-other-diary-files, diary-mark-included-diary-files):
8462 Just call diary-include-files.
8463 (diary-mark-entries): Reset diary-included-files on first call.
8464
16712304
GM
8465 * calendar/diary-lib.el (diary-mark-entries)
8466 (diary-mark-included-diary-files):
8467 Visit included diary-files in temp buffers.
8468
5d8e0d43
GM
8469 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
8470 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
8471 (f90-start-block-re, f90-imenu-generic-expression)
8472 (f90-looking-at-program-block-start, f90-no-block-limit):
8473 Add support for submodules.
8474
ccf7a5d5
GM
8475 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8476 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 8477
11fdef7d 84782011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
8479
8480 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
8481 buffer-file-type before setting its value, to avoid disastrous
eefff499 8482 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 8483
74f53697
JB
84842011-06-25 Juanma Barranquero <lekktu@gmail.com>
8485
8486 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
8487
8488 * ses.el (ses-unload-function):
8489 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
8490
8491 * proced.el (proced-unload-function):
8492 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8493
18a4ce5e
AR
84942011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8495
8496 * server.el (server-create-window-system-frame): Add parameters arg.
8497 (server-process-filter): Doc fix. Handle frame-parameters.
8498
519d22cc
JB
84992011-06-25 Juanma Barranquero <lekktu@gmail.com>
8500
8501 Fix bug#8730, bug#8781.
8502
8503 * loadhist.el (unload--set-major-mode): New function.
8504 (unload-feature): Use it.
8505
8506 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8507 (python-unload-function): New function.
8508
c206f5b0
SM
85092011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8510
8511 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8512
f9ad64f3
GS
85132011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8514
8515 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8516 the candidates list.
8517
7d0da90e
JB
85182011-06-24 Juanma Barranquero <lekktu@gmail.com>
8519
8520 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8521
14b4e83d
RS
85222011-06-23 Richard Stallman <rms@gnu.org>
8523
8524 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8525 (rmail-variables): Set next-error-move-function.
8526 (rmail-what-message): Take argument POS.
8527 (rmail-next-error-move): New function.
8528
273d2baf
SM
85292011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8532 messages for adjacent non-terminals.
8533
56c2cc9a
RS
85342011-06-23 Richard Stallman <rms@gnu.org>
8535
8536 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 8537 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
8538 (rmail-start-mail): Don't specify use of rmail-mail-return;
8539 that's done by mail-bury now.
8540 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 8541
d59eb518
MA
85422011-06-23 Michael Albinus <michael.albinus@gmx.de>
8543
8544 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8545 SIZE is a number.
8546
02cfc6d6
MR
85472011-06-23 Martin Rudalics <rudalics@gmx.at>
8548
8549 * window.el (get-lru-window, get-mru-window)
8550 (get-largest-window): Never return a minibuffer window.
8551 (display-buffer-pop-up-window): Fix a bug that could lead to
8552 reusing the minibuffer window.
8553 (display-buffer): Pass original specifier argument to
8554 display-buffer-function instead of the normalized one.
8555 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8556
4e323265
LL
85572011-06-22 Leo Liu <sdl.web@gmail.com>
8558
8559 * minibuffer.el (completing-read-function)
8560 (completing-read-default): Move from minibuf.c
8561
7a70468f
RS
85622011-06-22 Richard Stallman <rms@gnu.org>
8563
50718fc2
RS
8564 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8565 to Rmail even if not started by a special Rmail command.
8566
7a70468f
RS
8567 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8568 Copy the buffer currently showing just one message.
8569
297dde5a
RW
85702011-06-22 Roland Winkler <winkler@gnu.org>
8571
8572 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8573 (bibtex-clean-entry): First delete the old key so that a
8574 customized algorithm for generating the new key does not get
8575 confused by the old key.
8576 (bibtex-url): Obey regexp of first step.
8577 (bibtex-search-entries): Do not use add-to-list with local
8578 list-var.
8579
97bb1093
LMI
85802011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8581
8582 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8583 stored a user name, then query for the password first, instead of
8584 waiting for SMTP to give an error message and the trying again.
8585
1c0f1a19
JD
85862011-06-22 Lawrence Mitchell <wence@gmx.li>
8587
8588 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8589 BUFFER in call-process.
8590
396f7c9d
LMI
85912011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8592
8593 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8594 QUIT twice.
ddb7ffee
LMI
8595 (smtpmail-try-auth-methods): Require user name and password from
8596 auth-source.
396f7c9d 8597
8998d1b3
MR
85982011-06-22 Martin Rudalics <rudalics@gmx.at>
8599
8600 * window.el (display-buffer-default-specifiers)
8601 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8602 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 8603 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
8604
8605 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8606 (special-display-frame-alist, special-display-popup-frame):
8607 Remove duplicate declarations. These are now in window.el.
8608
4ea31e07
LMI
86092011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8610
c9d29fb8
SM
8611 * mail/smtpmail.el (smtpmail-via-smtp):
8612 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
8613 server supports it. SMTP servers that support STARTTLS commonly
8614 require it.
8615
8616 * net/network-stream.el (network-stream-open-starttls): Support
8617 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 8618 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 8619
95f41d9a
LMI
8620 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8621 upgrades with `open-network-stream', and rely solely on
8622 auth-source for all credentials. Big changes throughout the file,
8623 but in particular:
c9d29fb8
SM
8624 (smtpmail-auth-credentials): Remove.
8625 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
8626 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8627 MAIL FROM, too.
95f41d9a 8628
c9d29fb8
SM
8629 * net/network-stream.el (network-stream-open-starttls):
8630 Provide support for client certificates both for external and built-in
4ea31e07
LMI
8631 STARTTLS.
8632 (auth-source): Require.
8633 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
8634 (network-stream-certificate): Change cert-cert to cert and
8635 cert-key to key.
4ea31e07 8636
065ec2c7
MA
86372011-06-21 Michael Albinus <michael.albinus@gmx.de>
8638
8639 * net/tramp-cache.el (top): Don't load the persistency file when
8640 "emacs -Q" has been called.
8641
cd93b359
DR
86422011-06-21 Tim Harper <timcharper@gmail.com>
8643
d8e4b68b
JB
8644 * term/ns-win.el (ns-initialize-window-system):
8645 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
8646 resource to NO as it is not yet supported by the NS port.
8647
ae9c0411
JB
86482011-06-21 Juanma Barranquero <lekktu@gmail.com>
8649
8650 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8651 (list-dynamic-libraries): ...not here.
8652
7f3f739f
LL
86532011-06-21 Leo Liu <sdl.web@gmail.com>
8654
8655 * subr.el (sha1): Implement sha1 using secure-hash.
8656
327c8fb1
MR
86572011-06-21 Martin Rudalics <rudalics@gmx.at>
8658
8659 * window.el (display-buffer-alist): In default value do not
8660 enforce searching a window on any but the selected frame.
8661 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8662 (display-buffer-select-window): Remove function.
8663 (display-buffer-in-window): When a window on another frame gets
8664 reused, do not select it any more but just raise its frame if
8665 necessary (Bug#8851) and (Bug#8856).
8666 (display-buffer-normalize-options): Handle pop-up-frames related
8667 options more faithfully.
8668 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8669 window if it is on another frame.
c9d29fb8
SM
8670 (display-buffer-alist, display-buffer-default-specifiers):
8671 Don't make new frame unsplittable by default.
9e9de014
MR
8672 (display-buffer-normalize-argument): Fix doc-string typo and use
8673 'same-frame-other-window instead of 'other-window when associating
8674 with display-buffer-macro-specifiers.
327c8fb1 8675
7cf3f556
VB
86762011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8677
8678 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8679 New functions.
8680 (5x5-mode-map, 5x5-mode-menu): Bind them.
8681 (5x5-draw-grid): Tweak the solver's rendering.
8682
60a406cf
SM
86832011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8684
8685 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8686 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8687
d8e4b68b 86882011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
8689
8690 * menu-bar.el: Use function variable instead of switch-to-buffer.
8691 (menu-bar-select-buffer-function): New variable.
60a406cf 8692 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 8693
478d6f95
SM
86942011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8697 variable's status.
8698
ca530739
JD
86992011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8700
8701 * x-dnd.el (x-dnd-version-from-flags)
8702 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8703 and long as number (Bug#8899).
8704 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8705
bcd70d97
SM
87062011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8707
60a406cf 8708 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
8709 (completion-try-completion, completion-all-completions): Compute the
8710 metadata argument if it's missing; make it optional (bug#8795).
8711
60a406cf 8712 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
8713 (widget-complete): Use new :completion-function property.
8714 (widget-completions-at-point): New function.
8715 (default): Use :completion-function instead of :complete.
60a406cf
SM
8716 (widget-default-completions): Rename from widget-default-complete;
8717 Rewrite.
bcd70d97
SM
8718 (widget-string-complete, widget-file-complete, widget-color-complete):
8719 Remove functions.
8720 (file, symbol, function, variable, coding-system, color):
8721 * international/mule-cmds.el (default-input-method, charset)
8722 (language-info-custom-alist):
8723 * cus-edit.el (face): Use new property :completions.
8724
8725 * progmodes/pascal.el (pascal-completions-at-point): New function.
8726 (pascal-mode): Use it.
8727 (pascal-mode-map): Use completion-at-point.
8728 (pascal-toggle-completions): Make obsolete.
8729 (pascal-complete-word, pascal-show-completions):
8730 * progmodes/octave-mod.el (octave-complete-symbol):
8731 Redefine as obsolete alias.
8732 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8733 Signal absence of completion info for old Octave,
8734 (inferior-octave-complete): Redefine as obsolete alias.
8735 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8736 (meta-completions-at-point): Rename from meta-complete-symbol and
8737 adapt it for use on completion-at-point-functions.
8738 (meta-common-mode): Use it.
8739 (meta-looking-at-backward, meta-match-buffer): Remove.
8740 (meta-complete-symbol): Redefine as obsolete alias.
8741 (meta-common-mode-map): Use completion-at-point.
8742 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8743 (makefile-mode-map): Use completion-at-point.
8744 (makefile-completions-at-point): Rename from makefile-complete and
8745 adapt it for use on completion-at-point-functions.
8746 (makefile-mode): Use it.
8747 (makefile-complete): Redefine as obsolete alias.
8748
aebf69c8
DD
87492011-06-20 Deniz Dogan <deniz@dogan.se>
8750
8751 * net/rcirc.el: Delete trailing whitespaces once and for all.
8752
bfbbb27d
DC
87532011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8754
8755 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8756
d264a46b
CY
87572011-06-19 Chong Yidong <cyd@stupidchicken.com>
8758
4ca009e5
CY
8759 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8760
d264a46b
CY
8761 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8762
fbf5b3ce
MR
87632011-06-19 Martin Rudalics <rudalics@gmx.at>
8764
8765 * window.el (display-buffer-other-window-means-other-frame):
8766 Call display-buffer-normalize-alist.
8767 (display-buffer-normalize-specifiers-1): Rename to
8768 display-buffer-normalize-argument. New argument other-frame.
8769 Rewrite.
8770 (display-buffer-normalize-specifiers-2): Rename to
8771 display-buffer-normalize-options.
8772 (display-buffer-normalize-alist-1): New function.
8773 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
8774 display-buffer-normalize-alist.
8775 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
8776 (display-buffer-normalize-options-inhibit): New variable.
8777 (display-buffer-normalize-specifiers): Rewrite calling
8778 display-buffer-normalize-alist,
8779 display-buffer-normalize-argument, and
8780 display-buffer-normalize-options. Don't call the latter if
8781 display-buffer-normalize-options-inhibit is non-nil.
8782 (frame-auto-delete): New option.
8783 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
8784 (window-list-no-nils, window-state-ignored-parameters)
8785 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
8786 (window-state-put-1, window-state-put-2, window-state-put):
8787 New functions.
9a028c23
MR
8788 (display-buffer-normalize-options): Move special-display-p group
8789 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 8790
6d10d800
CY
87912011-06-18 Chong Yidong <cyd@stupidchicken.com>
8792
6420d28b
CY
8793 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8794 groups (Bug#8776).
8795 (rx-submatch-n): New function.
8796 (rx): Document it.
8797
ddb8b596
CY
8798 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8799 (Bug#8768).
8800
8801 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8802
77080289
CY
8803 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8804
61dfb316
CY
8805 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8806 anytime existing face settings are present (Bug#8889).
8807
6d10d800
CY
8808 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8809 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8810 Remove unused argument.
8811
be3fb2b8
MR
88122011-06-18 Martin Rudalics <rudalics@gmx.at>
8813
bcd70d97
SM
8814 * window.el (display-buffer-default-specifiers):
8815 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
8816 pop-up-window-min-width, and another reuse-window specifier
8817 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
8818 (display-buffer-normalize-specifiers-2):
8819 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
8820 pop-up-windows is unset. Add a reuse-window specifier for the
8821 case popping up a new window fails.
8822 (special-display-popup-frame): Remove double quoting.
28dec25a 8823 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 8824
1c6d8c76
SM
88252011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8828 according to comint-completion-addsuffix.
8829
8830 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8831 (pcomplete-suffix-list): Mark as obsolete.
8832 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8833 pcomplete-seen in the closure.
8834 (pcomplete-comint-setup): Setup completion-at-point as well.
8835 (pcomplete--entries): New function.
8836 (pcomplete--env-regexp): New var.
8837 (pcomplete-entries): Rewrite to work with partial-completion and
8838 without relying on pcomplete-suffix-list.
8839 (pcomplete-pare-list): Remove, unused.
8840
25aef8b8
MR
88412011-06-17 Martin Rudalics <rudalics@gmx.at>
8842
8843 * window.el (display-buffer-alist): Set pop-up-window-min-height
8844 and pop-up-window-min-width in default value. Reported by
8845 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8846 other-window-means-other-frame.
8847 (display-buffer-macro-specifiers): Comment out entry for
8848 other-window specifier.
8849 (display-buffer-other-window-means-other-frame): New function.
8850 (display-buffer-normalize-specifiers-1): New arguments
8851 buffer-name and label. Treat other-window case specially.
8852 (display-buffer-normalize-specifiers-2): Treat other-window case
8853 specially.
8854 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
8855 (display-buffer-normalize-specifiers):
8856 Call display-buffer-normalize-specifiers-3.
25aef8b8 8857
dbad4f69
MR
88582011-06-17 Martin Rudalics <rudalics@gmx.at>
8859
8860 * window.el (same-window-p): Fix two typos introduced when
8861 adding with-no-warnings.
d1067961
MR
8862 (display-buffer-normalize-specifiers-1): Don't check
8863 pop-up-frames for 'unset initialization.
8864 (display-buffer-normalize-specifiers-2): Major rewrite using
8865 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8866 (pop-up-frames, display-buffer-reuse-frames)
8867 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8868 Suggested by David Engster <deng@randomsample.de>.
8869 (even-window-heights): Initialize to 'unset.
8870 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
8871 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8872 other window case.
dbad4f69 8873
9b9c9e3a
MR
88742011-06-16 Martin Rudalics <rudalics@gmx.at>
8875
bcd70d97
SM
8876 * window.el (display-buffer-normalize-specifiers-1):
8877 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 8878 second argument of display-buffer (Bug#8865).
981d5c09
MR
8879 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8880 (switch-to-buffer-other-window-same-frame)
8881 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8882 Adams (Bug#8875).
9c2755e9
MR
8883 (display-buffer): Don't check noninteractive when calling
8884 display-buffer-pop-up-frame.
8885 (display-buffer-pop-up-frame): Never pop up a frame in
8886 noninteractive mode (Bug#8857).
67222e1d
MR
8887 (enlarge-window, shrink-window): Don't report an error when the
8888 window can't be resized as requested (Bug#8862).
9b9c9e3a 8889
2b75be67
SM
88902011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8891
9ffdd3ba
SM
8892 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8893
cb581a67
SM
8894 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8895
2b75be67
SM
8896 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8897
8c0e3589
AM
88982011-06-15 Alan Mackenzie <acm@muc.de>
8899
cb581a67
SM
8900 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8901 for declarators, disable knr checking to speed up for normal files.
8902 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 8903
b96e6cde
LMI
89042011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8905
4bba86e6
LMI
8906 * net/network-stream.el (open-network-stream): Add the keyword
8907 :always-query-capabilities for the case where you want to force a
8908 `plain' network connection, but the protocol still requires the
8909 capabilitiy command (i.e., SMTP and EHLO).
8910
2b75be67 8911 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
8912 consistency with other `-live-p' functions.
8913
efdcdbf8
SM
89142011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * window.el (same-window-buffer-names, same-window-regexps)
8917 (special-display-frame-alist, special-display-popup-frame)
8918 (special-display-function, special-display-buffer-names)
8919 (special-display-regexps, pop-up-frame-alist)
8920 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8921 (pop-up-windows, split-window-preferred-function)
8922 (split-height-threshold, split-width-threshold, even-window-heights)
8923 (display-buffer-mark-dedicated): Don't encourage the use of
8924 display-buffer-alist from Elisp code.
8925
c5cde042
DN
89262011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8927
8928 * progmodes/python.el (python-mode): Derive from prog-mode.
8929 * progmodes/ps-mode.el (ps-mode):
8930 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 8931 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
8932 * progmodes/ld-script.el (ld-script-mode): Likewise.
8933
baa1c9ab
MR
89342011-06-15 Martin Rudalics <rudalics@gmx.at>
8935
8936 * window.el (display-buffer-alist): Trim default value to avoid
8937 popping up a new frame (Bug#8857) or reusing an arbitrary window
8938 on another frame.
8939 (display-buffer): Do not fall back on popping up a new frame in
8940 batch mode (Bug#8857).
8941
c5dd5a51
CY
89422011-06-14 Chong Yidong <cyd@stupidchicken.com>
8943
8944 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8945 (custom-theme-summary): New function.
8946 (customize-themes): Use it.
8947
d647b7c4
GM
89482011-06-13 Glenn Morris <rgm@gnu.org>
8949
8950 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8951
9481c002
MR
89522011-06-13 Martin Rudalics <rudalics@gmx.at>
8953
357f93d2
MR
8954 * help.el (help-window): Remove variable.
8955 (help-window-point-marker, temp-buffer-max-height)
8956 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8957 (help-print-return-message): Don't set help-window.
8958 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8959 (help-window-setup-finish): Remove.
8960 (help-window-display-message, help-window-setup)
8961 (with-help-window): Major rewrite based on new
8962 display-buffer-window variable.
8963
8964 * help-mode.el (help-mode-finish): Remove help-window related
8965 code.
8966
8967 * view.el (view-exits-all-viewing-windows): Remove reference to
8968 view-return-to-alist in doc-string.
8969 (view-return-to-alist): Make obsolete.
8970 (view-buffer): Call pop-to-buffer-same-window and remove
8971 undo-window code.
8972 (view-buffer-other-window): Call pop-to-buffer-other-window and
8973 simplify code. Ignore second argument.
8974 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8975 simplify code. Ignore second argument.
8976 (view-return-to-alist-update): Make obsolete.
8977 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8978 Rewrite using quit-restore window parameters.
2b75be67
SM
8979 (view-mode-exit): Rename second argument to EXIT-ONLY.
8980 Rewrite using quit-restore-window.
357f93d2
MR
8981 (View-exit, View-exit-and-edit, View-leave, View-quit)
8982 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8983 appropriate arguments.
8984 (view-end-message): Use quit-restore window parameter.
8985
9481c002
MR
8986 * window.el (display-buffer-function): Rewrite doc-string.
8987 (display-buffer-window, display-buffer-alist): New variables.
8988 (display-buffer-split-specifiers)
8989 (display-buffer-side-specifiers)
8990 (display-buffer-macro-specifiers): New constants.
8991 (display-buffer-even-window-sizes, display-buffer-set-height)
8992 (display-buffer-set-width, display-buffer-select-window)
8993 (display-buffer-in-window, display-buffer-reuse-window)
8994 (display-buffer-split-window-1, display-buffer-split-window)
8995 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8996 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8997 (display-buffer-in-side-window, normalize-buffer-to-display)
8998 (display-buffer-normalize-specifiers-1)
8999 (display-buffer-normalize-specifiers-2)
2b75be67
SM
9000 (display-buffer-normalize-specifiers, display-buffer-frame):
9001 New functions.
9481c002
MR
9002 (display-buffer): Major rewrite.
9003 (display-buffer-other-window, display-buffer-other-frame)
9004 (pop-to-buffer, switch-to-buffer-other-window)
9005 (switch-to-buffer-other-frame): Rewrite.
9006 (display-buffer-same-window, display-buffer-same-frame)
9007 (display-buffer-same-frame-other-window)
9008 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
9009 (pop-to-buffer-other-window)
9010 (pop-to-buffer-same-frame-other-window)
9011 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
9012 (switch-to-buffer-other-window-same-frame): New functions.
9013 (same-window-p, special-display-p): Rewrite disabling warnings.
9014 Make obsolete.
9015 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
9016 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
9017 Make obsolete
9018 (same-window-buffer-names, same-window-regexps)
9019 (special-display-frame-alist, special-display-popup-frame)
9020 (special-display-function, special-display-buffer-names)
9021 (special-display-regexps, pop-up-frame-alist)
9022 (pop-up-frame-function, split-window-preferred-function)
9023 (split-height-threshold, split-width-threshold)
9024 (even-window-heights): Make obsolete.
9025
9db51aca
GM
90262011-06-12 Glenn Morris <rgm@gnu.org>
9027
9028 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 9029 Misc simplifications.
9db51aca 9030
39cffb44
MR
90312011-06-12 Martin Rudalics <rudalics@gmx.at>
9032
9033 * window.el (window-safely-shrinkable-p): Restore function which
9034 was inadvertently removed in change from 2011-06-11. Declare as
9035 obsolete.
9036
2b75be67
SM
9037 * calendar/calendar.el (calendar-generate-window):
9038 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
9039 window-safely-shrinkable-p.
9040
a8955be7
GM
90412011-06-12 Glenn Morris <rgm@gnu.org>
9042
9043 * progmodes/fortran.el (fortran-mode-syntax-table):
9044 * progmodes/f90.el (f90-mode-syntax-table):
9045 Set % to punctuation. (Bug#8820)
9046 (f90-find-tag-default): Remove, no longer needed.
9047
f0d4059d
DC
90482011-06-12 Daniel Colascione <dan.colascione@gmail.com>
9049
9050 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
9051
1100a63c
CY
90522011-06-11 Chong Yidong <cyd@stupidchicken.com>
9053
9054 * image.el (image-animated-p): Return animation delay in seconds.
9055 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
9056 (image-animate-timeout): Remove DELAY argument. Don't assume
9057 every subimage has the same delay; get it from image-animated-p.
9058 (image-animate): Caller changed.
9059
def722bf
MA
90602011-06-11 Michael Albinus <michael.albinus@gmx.de>
9061
9062 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
9063 to ignored backtrace functions.
9064
0a2bb1a9
GM
90652011-06-11 Glenn Morris <rgm@gnu.org>
9066
9067 * calendar/appt.el (appt-disp-window-function): Doc fix.
9068 (appt-check): Handle overlapping appointments. (Bug#8337)
9069
6198ccd0
MR
90702011-06-11 Martin Rudalics <rudalics@gmx.at>
9071
9072 * window.el (window-tree-1, window-tree): New functions, moving
9073 the latter to window.el.
9074 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9075 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9076 (bw-refresh-edges): Remove.
9077 (balance-windows-1, balance-windows-2): New functions.
9078 (balance-windows): Rewrite in terms of window tree functions,
9079 balance-windows-1 and balance-windows-2.
9080 (bw-adjust-window): Remove.
9081 (balance-windows-area-adjust): New function with functionality of
9082 bw-adjust-window but using resize-window.
2b75be67
SM
9083 (set-window-text-height): Rewrite doc-string.
9084 Use normalize-live-window and resize-window.
9085 (enlarge-window-horizontally, shrink-window-horizontally):
9086 Rename argument to DELTA.
6198ccd0
MR
9087 (window-buffer-height): New function.
9088 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
9089 Rewrite using new window resize routines.
2b75be67
SM
9090 (kill-buffer-and-window, mouse-autoselect-window-select):
9091 Use ignore-errors instead of condition-case.
6198ccd0
MR
9092 (quit-window): Call delete-frame instead of delete-windows-on
9093 for the only buffer on frame.
9094
9397e56f
MR
90952011-06-10 Martin Rudalics <rudalics@gmx.at>
9096
9097 * loadup.el (top-level): Load window before files for the sake
9098 of replace-buffer-in-windows.
9099
9100 * files.el (read-buffer-to-switch)
9101 (switch-to-buffer-other-window)
2b75be67
SM
9102 (switch-to-buffer-other-frame, display-buffer-other-frame):
9103 Move to window.el.
9397e56f
MR
9104
9105 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
9106 (previous-buffer): Move to window.el.
9107
9108 * bindings.el (unbury-buffer): Move to window.el.
9109
9110 * window.el (delete-other-windows-vertically): Move after
9111 definition of delete-other-windows.
9112 (other-window, delete-windows-on, replace-buffer-in-windows):
9113 Move here from window.c.
9114 (record-window-buffer, unrecord-window-buffer)
9115 (set-window-buffer-start-and-point, switch-to-prev-buffer)
9116 (switch-to-next-buffer): New functions.
9117 (get-next-valid-buffer, last-buffer, next-buffer): Move here
9118 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
9119 (previous-buffer): Move here from simple.el.
9120 Call switch-to-prev-buffer.
9397e56f
MR
9121 (bury-buffer): Move here from buffer.c. Switch to previous
9122 buffer when window cannot be deleted.
9123 (unbury-buffer): Move here from bindings.el.
9124 (ctl-x-map): Move binding for other-window from window.c to
9125 here.
9126 (read-buffer-to-switch, switch-to-buffer-other-window)
9127 (switch-to-buffer-other-frame): Move here from files.el.
9128 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
9129 (switch-to-buffer): Move here from buffer.c.
9130 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 9131
562dd5e9
MR
91322011-06-10 Martin Rudalics <rudalics@gmx.at>
9133
9134 * window.el (window-min-height, window-min-width): Move here
9135 from window.c. Add defcustoms and rewrite doc-strings.
9136 (resize-mini-window, resize-window): New functions.
9137 (adjust-window-trailing-edge, enlarge-window, shrink-window):
9138 Move here from window.c.
9139 (maximize-window, minimize-window): New functions.
9140 (delete-window, delete-other-windows, split-window): Move here
9141 from window.c.
9142 (window-split-min-size): New function.
9143 (split-window-keep-point): Mention split-window-above-each-other
9144 instead of split-window-vertically.
2b75be67 9145 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
9146 Rename split-window-vertically to split-window-above-each-other
9147 and provide defalias for old definition.
9148 (split-window-side-by-side, split-window-horizontally):
9149 Rename split-window-horizontally to split-window-side-by-side
9150 and provide defalias for the old definition.
562dd5e9
MR
9151 (ctl-x-map): Move bindings for delete-window,
9152 delete-other-windows and enlarge-window here from window.c.
9153 Replace bindings for split-window-vertically and
9154 split-window-horizontally by bindings for
9155 split-window-above-each-other and split-window-side-by-side.
9156
9157 * cus-start.el (all): Remove entries for window-min-height and
9158 window-min-width. Add entries for window-splits and
9159 window-nest.
9160
f0da764a
GM
91612011-06-09 Glenn Morris <rgm@gnu.org>
9162
80675c21
GM
9163 * calendar/appt.el (appt-mode-line): New function.
9164 (appt-check, appt-disp-window): Use it.
9165
f0da764a
GM
9166 * files.el (hack-one-local-variable-eval-safep):
9167 Allow minor-modes with explicit +/-1 arguments.
9168
59f623b7
TZ
91692011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
9170
9171 * term/xterm.el (xterm): Add defgroup.
9172 (xterm-extra-capabilities): Add defcustom to supply known xterm
9173 capabilities, skip querying them, or query them (default).
9174 (terminal-init-xterm): Use it.
9175 (terminal-init-xterm-modify-other-keys): New function to set up
9176 modifyOtherKeys support to simplify `terminal-init-xterm'.
9177
9aab8e0d
MR
91782011-06-09 Martin Rudalics <rudalics@gmx.at>
9179
9180 * window.el (resize-window-reset, resize-window-reset-1)
9181 (resize-subwindows-skip-p, resize-subwindows-normal)
9182 (resize-subwindows, resize-other-windows, resize-this-window)
9183 (resize-root-window, resize-root-window-vertically)
9184 (window-deletable-p, window-or-subwindow-p)
9185 (frame-root-window-p): New functions.
9186
e8b08aee
GM
91872011-06-09 Glenn Morris <rgm@gnu.org>
9188
9189 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
9190 (ange-ftp-get-files): Use it.
9191
254c37a5
AK
91922011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9193
9194 * mail/sendmail.el (mail-recover-1, mail-recover):
9195 * files.el (recover-file, recover-session):
9196 Handle dired-listing-switches not being just a single short option.
9197
35d7dbd3
GM
91982011-06-09 Glenn Morris <rgm@gnu.org>
9199
9200 * calendar/appt.el (appt-display-message, appt-disp-window):
9201 Handle lists of appointments.
9202
387522b2
MR
92032011-06-08 Martin Rudalics <rudalics@gmx.at>
9204
2b75be67
SM
9205 * window.el (one-window-p): Move down in code.
9206 Rewrite doc-string.
9207 (window-current-scroll-bars): Rewrite doc-string.
9208 Normalize live window argument.
387522b2
MR
9209 (walk-windows, get-window-with-predicate, count-windows):
9210 Rewrite doc-string. Use window-list-1.
9211 (window-in-direction-2, window-in-direction, get-mru-window):
9212 New functions.
9213
d8e4b68b 92142011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
9215
9216 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
9217 Doc fix (Bug#8713).
9218
92192011-06-08 Chong Yidong <cyd@stupidchicken.com>
9220
9221 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
9222
92232011-06-08 Juanma Barranquero <lekktu@gmail.com>
9224
9225 * loadhist.el (unload-feature-special-hooks):
9226 Add `comint-output-filter-functions'.
9227
0de12c52
IK
92282011-06-08 Ivan Kanis <gnu@kanis.fr>
9229
9230 * calendar/appt.el (appt-check): Move some initializations into the let.
9231
f3d1777e
MR
92322011-06-08 Martin Rudalics <rudalics@gmx.at>
9233
9234 * window.el (window-height): Defalias to window-total-height.
9235 (window-width): Defalias to window-body-width.
9236
18af70d0
CY
92372011-06-07 Chong Yidong <cyd@stupidchicken.com>
9238
9239 * image-mode.el (image-toggle-animation): New command.
9240 (image-mode-map): Bind it to RET.
9241 (image-mode): Update message.
9242 (image-toggle-display-image): Avoid a spurious cache flush.
9243 (image-transform-rotation): Doc fix.
9244 (image-transform-properties): Return quickly in the normal case.
9245 (image-animate-loop): Rename from image-animate-max-time.
9246
2b75be67 9247 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
9248 (create-animated-image): Remove unnecessary function.
9249 (image-animate): Rename from image-animate-start. New arg.
2b75be67 9250 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
9251 (image-animate-timer): Use car-safe.
9252 (image-animate-timeout): Rename argument.
9253
190b47e6
MR
92542011-06-07 Martin Rudalics <rudalics@gmx.at>
9255
9256 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
9257 window.c. Rename first argument to ALL-FRAMES.
9258 Rephrase doc-strings.
9259 (get-buffer-window-list): Rewrite using window-list-1.
9260 Rephrase doc-string.
a1511caf
MR
9261 (window-safe-min-height, window-safe-min-width): New constants.
9262 (window-size-ignore, window-min-size, window-min-size-1)
9263 (window-sizable, window-sizable-p, window-size-fixed-1)
9264 (window-size-fixed-p, window-min-delta-1, window-min-delta)
9265 (window-max-delta-1, window-max-delta, window-resizable)
9266 (window-resizable-p, window-total-height, window-total-width)
9267 (window-body-width): New functions.
9268 (window-full-height-p, window-full-width-p): Rewrite using
9269 window-total-size.
9270 (window-body-height): Rewrite using window-body-size.
190b47e6 9271
85cc1f11
MR
92722011-06-06 Martin Rudalics <rudalics@gmx.at>
9273
9274 * window.el (window-right, window-left, window-child)
9275 (window-child-count, window-last-child, window-any-p)
9276 (normalize-live-buffer, normalize-live-frame)
9277 (normalize-any-window, normalize-live-window)
9278 (window-iso-combination-p, window-iso-combined-p)
9279 (window-iso-combinations)
9280 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
9281 (windows-with-parameter, window-with-parameter)
9282 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
9283 (window-atom-check, window-side-check, window-check):
9284 New functions.
85cc1f11
MR
9285 (ignore-window-parameters, window-sides, window-sides-vertical)
9286 (window-sides-slots): New variables.
9287 (window-size-fixed): Move down in code. Minor doc-string fix.
9288
e7156492
AS
92892011-06-05 Andreas Schwab <schwab@linux-m68k.org>
9290
9291 * comint.el (comint-dynamic-complete-as-filename)
9292 (comint-dynamic-complete-filename): Correctly call
9293 completion-in-region.
9294
7e821d0d
DD
92952011-06-05 Deniz Dogan <deniz@dogan.se>
9296
9297 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
9298 in last change.
9299
ac09b8a1
DD
93002011-06-05 Deniz Dogan <deniz@dogan.se>
9301
9302 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
9303 (rcirc): Use it to prompt for encryption.
9304
34699b85
RW
93052011-06-05 Roland Winkler <winkler@gnu.org>
9306
9307 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
9308 (bibtex-search-entries): New command bound to C-c C-a.
9309 (bibtex-display-entries): New function.
9310
004dedd3
RW
93112011-06-05 Roland Winkler <winkler@gnu.org>
9312
9313 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
9314 (bibtex-insert-kill): After yanking insert newline if necessary.
9315 (bibtex-initialize): Call bibtex-string-files-init only once.
9316 (bibtex-mode): Do not call easy-menu-add.
9317 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
9318 (bibtex-yank): Set arg properly if nil.
9319
022fe7ce
RW
93202011-06-05 Roland Winkler <winkler@gnu.org>
9321
2b75be67
SM
9322 * textmodes/bibtex.el (bibtex-search-entry-globally):
9323 New variable.
022fe7ce
RW
9324 (bibtex-search-entry): Use it.
9325
b7c3692a
RW
93262011-06-05 Roland Winkler <winkler@gnu.org>
9327
9328 * textmodes/bibtex.el (bibtex-entry-format): New option
9329 sort-fields.
9330 (bibtex-format-entry, bibtex-reformat): Honor this option.
9331 (bibtex-parse-entry): Return fields in proper order.
9332
8eda563d
JB
93332011-06-05 Juanma Barranquero <lekktu@gmail.com>
9334
9335 * doc-view.el (doc-view-remove-if): Move computation of result out
9336 of `dolist' to silence misleading lexical-binding warning.
9337
7dbe3dbc
CY
93382011-06-04 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
9341 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
9342
0c33dd17
MA
93432011-06-04 Michael Albinus <michael.albinus@gmx.de>
9344
9345 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
9346 "SunOS 5.10".
9347
f8f91c2b
MA
93482011-06-04 Michael Albinus <michael.albinus@gmx.de>
9349
9350 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
9351 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
9352 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
9353 (tramp-parse-putty):
9354 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
9355 (tramp-completion-function-alist-ssh)
9356 (tramp-completion-function-alist-telnet)
9357 (tramp-completion-function-alist-su)
9358 (tramp-completion-function-alist-putty): Set `tramp-autoload'
9359 cookie.
9360
9361 * net/tramp-ftp.el:
9362 * net/tramp-sh.el:
9363 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
9364 load "tramp.el" `tramp-set-completion-function'.
9365
e17d9003
SM
93662011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * shell.el: Require and use pcomplete.
9369 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
9370 (shell-completion-vars): Set pcomplete-default-completion-function.
9371
6c4cab03
DD
93722011-06-04 Deniz Dogan <deniz@dogan.se>
9373
9374 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
9375 `memq' (Bug#8799).
9376
ea9fafe0
SM
93772011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
9380
b3e945d3
JB
93812011-06-02 Juanma Barranquero <lekktu@gmail.com>
9382
9383 * bs.el (bs--mark-unmark, bs--nth-wrapper):
9384 * mpc.el (mpc-select-extend, mpc-songpointer-context):
9385 * vc/log-view.el (log-view-beginning-of-defun):
9386 * vc/smerge-mode.el (smerge-apply-resolution-patch)
9387 (smerge-refine-forward, smerge-refine-chopup-region):
9388 Silence warning for unused `dotimes' counter variables.
9389
7d520089
SM
93902011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * net/tramp.el (tramp-with-progress-reporter): Rename from
9393 with-progress-reporter. Use `declare'.
9394 * net/tramp-smb.el:
9395 * net/tramp-sh.el:
9396 * net/tramp-gvfs.el: Update all uses.
9397
a1c2400f
JB
93982011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
9399
9400 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
9401 buffer isn't killed before making it current.
9402
2403c841
SM
94032011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 Silence various byte-compiler warnings.
9406 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
9407 `access-type' and new obsolescence format.
9408 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
9409 new format.
9410 (byte-compile-check-variable): New `access-type' argument.
9411 Only warn if the access-type is obsolete.
9412 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9413 (byte-compile-variable-set): Adjust callers.
9414 * help-fns.el (describe-variable): Adjust to new obsolescence format.
9415 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
9416 setting it as obsolete.
9417 * simple.el (minibuffer-completing-symbol):
9418 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
9419 access as obsolete.
9420 * minibuffer.el (minibuffer-completing-file-name): Don't make it
9421 obsolete yet.
9422 * international/quail.el (quail-mouse-choose-completion): Remove unused
9423 code referring to obsolete var.
9424 (quail-choose-completion-string): Remove.
9425 * server.el (server-clients-with, server-kill-buffer-query-function)
9426 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
9427 * proced.el (proced-send-signal):
9428 * emacs-lisp/lisp.el (lisp-complete-symbol):
9429 Replace completion-annotate-function with completion-extra-properties.
9430
2462470b
SM
94312011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9432
fb5b2591
SM
9433 * simple.el (goto-line): Use read-number.
9434 (overriding-map-is-bound): Remove.
9435 (saved-overriding-map): Change default.
9436 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
9437 Take the map as argument.
9438 (universal-argument, negative-argument, digit-argument): Use it.
9439 (restore-overriding-map): Adjust.
9440 (do-auto-fill): Use fill-forward-paragraph.
9441 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
9442
fd6fa53f
SM
9443 * minibuffer.el (minibuffer-inactive-mode-map): New var.
9444 (minibuffer-inactive-mode): New major mode.
9445 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
9446 the *Messages* buffer" hack.
9447 (mouse-popup-menubar): Don't burp if the event is a normal key.
9448
2462470b
SM
9449 Miscellaneous tweaks.
9450 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
9451 lexical scoping as in subr.el's dolist and dotimes.
9452 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
9453 Silence compiler warning.
9454 * thingatpt.el (forward-whitespace): Trivial coding style fix.
9455 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
9456 * international/ccl.el (ccl-compile): Trivial simplification.
9457 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
9458 * emacs-lisp/testcover.el (testcover-end): Remove spurious
9459 `printflag' argument.
9460 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9461 Purecopy the whole obsolescence data.
9462
108bf785
LL
94632011-06-01 Leo Liu <sdl.web@gmail.com>
9464
9465 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
9466 improve doc-string as suggested by Marco Pessotto
9467 <melmothx@gmail.com>.
9468 (rcirc-print): Fix last change.
9469
30a23501
SM
94702011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * minibuffer.el (complete-with-action): Return nil for the metadata and
9473 boundaries of non-functional tables.
9474 (completion-table-dynamic): Return nil for the metadata.
9475 (completion-table-with-terminator): Add default case, using
9476 complete-with-action.
9477 (completion--metadata): New function.
9478 (completion-all-sorted-completions, minibuffer-completion-help): Use it
9479 to try and avoid pathological performance problems.
9480 (completion--embedded-envvar-table): Return `category' metadata.
9481
bcd54f83
LMI
94822011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9483
9484 * subr.el (process-alive-p): New tiny convenience function.
9485
e227544d
SM
94862011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
9489 content but also its previous major mode.
9490
e8296fdc
HE
94912011-05-31 Helmut Eller <eller.helmut@gmail.com>
9492
4d61f28d 9493 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
9494 *Backtrace* buffer when we exit with C-M-c.
9495
620c53a6
SM
94962011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * minibuffer.el: Add metadata method to completion tables.
9499 (completion-category-overrides): New defcustom.
9500 (completion-metadata, completion--field-metadata)
9501 (completion-metadata-get, completion--styles)
9502 (completion--cycle-threshold): New functions.
9503 (completion-try-completion, completion-all-completions):
9504 Add `metadata' argument to choose completion-styles.
9505 (completion--do-completion): Use metadata to choose cycling.
9506 (completion-all-sorted-completions): Use metadata for sorting.
9507 Remove :completion-cycle-penalty which is not needed any more.
9508 (completion--try-word-completion): Add `metadata' argument.
9509 (minibuffer-completion-help): Check metadata for annotation function
9510 and sorting.
9511 (completion-file-name-table): Return `category' metadata.
9512 (minibuffer-completing-file-name): Make obsolete.
9513 * simple.el (minibuffer-completing-symbol): Make obsolete.
9514 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9515 completion-try-completion.
9516
1257e755
SM
95172011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9518
9519 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9520
3767e706
LL
95212011-05-30 Leo Liu <sdl.web@gmail.com>
9522
9523 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
9524 (rcirc-print): Decode all incoming messages (bug#8744).
9525 (rcirc-decode-coding-system): Allow value nil for automatic coding
9526 system detection.
3767e706 9527
d1a5d56a
GM
95282011-06-01 Glenn Morris <rgm@gnu.org>
9529
9530 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9531
e8cbec34
CY
95322011-05-29 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * image.el (image-animate-max-time): Allow nil and t values.
9535 Default to nil.
9536 (create-animated-image): Doc fix.
9537 (image-animate-start): Remove second arg; just use
9538 image-animate-max-time.
9539 (image-animate-timeout): Doc fix. Args changed.
9540
9541 * image-mode.el (image-toggle-display-image): Ensure that the
9542 image spec passed to the animate timer is the same object as in
58179cce 9543 the buffer's display property (Bug#6981).
e8cbec34
CY
9544 (image-transform-properties): Doc fix.
9545
9546 * image.el (image-animate-max-time): Default to nil.
9547
159daf87
MR
95482011-05-29 Martin Rudalics <rudalics@gmx.at>
9549
9550 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9551 entire buffer list (Bug#8184).
9552
d66c4c7c
CY
95532011-05-29 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * image.el (imagemagick-types-inhibit)
9556 (imagemagick-register-types): Doc fix.
9557
80aec780
DD
95582011-05-29 Deniz Dogan <deniz@dogan.se>
9559
9560 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9561 default.
9562
1dd3c2d9
CY
95632011-05-29 Chong Yidong <cyd@stupidchicken.com>
9564
9565 * select.el: Don't perform clipboard-manager saving in hooks;
9566 leave the hooks empty.
9567
60e56523
LL
95682011-05-28 Leo Liu <sdl.web@gmail.com>
9569
9570 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9571 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9572 (occur-edit-mode): New major mode (Bug#8463).
9573 (occur-after-change-function): New function.
9574 (occur-engine): Give Occur tags a read-only property.
9575
2b1e1a22
KR
95762011-05-28 Kevin Ryde <user42@zip.com.au>
9577
9578 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9579
5d344e88
CY
95802011-05-28 Chong Yidong <cyd@stupidchicken.com>
9581
8e6ca83d
CY
9582 * bindings.el (help-echo): Make the initial non-indicator dash
9583 empty on graphical terminals (Bug#7295).
9584
5d344e88
CY
9585 * files.el (auto-mode-alist): Move config rule after the
9586 in-stripping one (Bug#8547).
9587
bfbbace7
CY
9588 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9589
fbeba6e2
CY
9590 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9591 setting (Bug#8740).
9592
60ed8c72
AA
95932011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9594
4ac619f0
AA
9595 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9596 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9597 (Bug#8539).
60ed8c72 9598
23db196e
CY
95992011-05-28 Chong Yidong <cyd@stupidchicken.com>
9600
9601 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9602
5012f24c
DK
96032011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9604
9605 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9606 (hs-hide-block-at-point, hs-find-block-beginning)
9607 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9608 (Bug#8279).
9609
6a639b16
GM
96102011-05-28 Glenn Morris <rgm@gnu.org>
9611
9612 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9613
d43eaf2c
CY
96142011-05-28 Chong Yidong <cyd@stupidchicken.com>
9615
5199bde1
CY
9616 * help-fns.el (describe-function-1): If the function is a derived
9617 major mode, print the parent mode.
9618
d43eaf2c
CY
9619 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9620 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9621
423428a8
SM
96222011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9623
0ff8e1ba 9624 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 9625 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
9626 * progmodes/etags.el (tags-completion-at-point-function):
9627 * info-look.el (info-lookup-completions-at-point): Mark as
9628 non-exclusive.
9629 (info-complete): Adjust accordingly.
9630
423428a8
SM
9631 * info-look.el: Convert to lexical-binding and completion-at-point.
9632 (info-lookup-completions-at-point): New function.
9633 (info-complete): Use it and completion-in-region.
9634
b74aa22b
DA
96352011-05-28 Drew Adams <drew.adams@oracle.com>
9636
9637 * isearch.el: Let M-e start with point at the first mismatched char.
9638 (isearch-fail-pos): New function.
9639 (isearch-edit-string): Use it.
9640
66e2e71d
DK
96412011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9642
9643 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9644
b1890b0f 96452011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
9646
9647 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9648 traversal functions for avl-trees.
9649 (avl-tree--stack): New struct.
9650 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9651 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
9652 (avl-tree--do-enter): Add optional `updatefun' arg.
9653 Change return value.
eb95d01d 9654 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
9655 (avl-tree--do-delete): Add `test' and `nilflag' args.
9656 Change return value.
eb95d01d
TC
9657 (avl-tree-member): Add optional `nilflag'
9658 (avl-tree-member-p): New function.
9659 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9660 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9661 (avl-tree-stack-empty-p): New functions.
9662
3769ddcf
TC
9663 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9664 avl-tree--del-balance1 and make it work both ways.
9665 (avl-tree--del-balance2): Remove.
9666 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9667 make it work both ways.
9668 (avl-tree--enter-balance2): Remove.
9669 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9670 New macros.
9671 (avl-tree--mapc, avl-tree-map): Add direction argument.
9672
eb95d01d 96732011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
9674
9675 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9676
a9f737ee
CY
96772011-05-27 Chong Yidong <cyd@stupidchicken.com>
9678
9679 * select.el: Support clipboard managers with built-in function
9680 x-clipboard-manager-save, via delete-frame-functions and
9681 kill-emacs-hook.
9682 (xselect-convert-to-targets): Add MULTIPLE target to list.
9683 (xselect-convert-to-save-targets): New function.
9684
c92a1e54
KH
96852011-05-27 Kenichi Handa <handa@m17n.org>
9686
9687 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9688 let-binding rfc2047-encode-encoded-words to nil.
9689
e145f188
GM
96902011-05-27 Glenn Morris <rgm@gnu.org>
9691
5ec8a862
GM
9692 * mail/emacsbug.el: Don't require url-util.
9693
4b29d9fb
GM
9694 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9695
e145f188
GM
9696 * files.el (set-auto-mode):
9697 Also respect mode: entries at the end of the file. (Bug#8586)
9698
7d15102b
GM
96992011-05-26 Glenn Morris <rgm@gnu.org>
9700
98f593b8
GM
9701 * files.el (hack-local-variables-prop-line, hack-local-variables):
9702 Downcase mode names, as seems to be traditional.
27b48e63 9703 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 9704
7d15102b
GM
9705 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9706 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9707
51d5b4ec
JD
97082011-05-25 Julien Danjou <julien@danjou.info>
9709
9710 * textmodes/rst.el (rst-define-level-faces): Do not define face
9711 symbol if it is already defined.
9712
91513f63
VB
97132011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9714
9715 * play/5x5.el (5x5-new-game, 5x5-randomize):
9716 Reset 5x5-solver-output to nil when a new grid is cast.
9717 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9718 these debugging traces, as defmacro breaks the compiled code.
9719
4d90d6d0
DK
97202011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9721
9722 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9723
e1b90ef6
LL
97242011-05-24 Leo Liu <sdl.web@gmail.com>
9725
9726 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9727 (vc-bzr-sha1): Adapt.
9728
d8e4b68b 9729 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
9730
9731 * bindings.el: Provide sha1 feature.
9732
db0406bb 97332011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
9734
9735 * mail/sendmail.el: Require `rfc2047'.
9736 (mail-insert-from-field): Do not perform RFC2047 encoding.
9737 (mail-encode-header): New function.
9738 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
9739 buffer to the return value of select-message-coding-system.
9740 Call mail-encode-header.
b8d747b9
KH
9741
9742 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9743
db0406bb 97442011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 9745
4d90d6d0
DK
9746 * mail/supercite.el (sc-default-cite-frame):
9747 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 9748
eb8a5e9b
GM
97492011-05-24 Glenn Morris <rgm@gnu.org>
9750
f8630703
GM
9751 * progmodes/python.el (brm-menu): Declare.
9752
8831bbed
GM
9753 * emulation/viper.el (viper-set-hooks): Declare.
9754
eb8a5e9b
GM
9755 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9756 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9757 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9758 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9759 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9760 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9761
a2a25d24
SM
97622011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 Add an :exit-function for completion-at-point.
9765
9766 * minibuffer.el (completion--done): New fun.
9767 (completion--do-completion): Use it. New arg `expect-exact'.
9768 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9769 since completion--do-completion does it for us now.
9770 (minibuffer-force-complete): Use completion--done and
9771 completion--replace. Handle sole-completion case with more care.
9772 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9773 (completion-extra-properties): New var.
9774 (completion-annotate-function): Make obsolete.
9775 (minibuffer-completion-help): Adjust accordingly.
9776 Use completion-list-insert-choice-function.
9777 (completion-at-point, completion-help-at-point):
9778 Bind completion-extra-properties.
9779 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9780 * simple.el (completion-list-insert-choice-function): New var.
9781 (completion-setup-function): Preserve it.
9782 (choose-completion): Pay attention to it, shuffle the code a bit.
9783 (choose-completion-string): New arg `insert-function'.
9784
9785 * textmodes/bibtex.el: Convert to lexical binding.
9786 (bibtex-mode-map): Use completion-at-point.
9787 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9788 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9789 (bibtex-complete): Define as obsolete alias.
9790 (bibtex-complete-internal): Remove.
9791 (bibtex-format-entry): Remove unused sub-group in regexp.
9792 * shell.el (shell--command-completion-data)
9793 (shell-environment-variable-completion):
9794 * pcomplete.el (pcomplete-completions-at-point):
9795 * comint.el (comint--complete-file-name-data): Use :exit-function
9796 instead of completion-table-with-terminator so it also works for
9797 choose-completion.
9798
e44e373d
SM
97992011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9800
4f91a816
SM
9801 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9802
782fc819
SM
9803 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9804 (bug#8710).
9805
e44e373d
SM
9806 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9807
381987c3
KM
98082011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9809
9810 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9811 customization variable and implement: If non-nil, auto-fill will
9812 be inhibited while on topic's header line.
9813
b776bc70
VB
98142011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9815
9816 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 9817 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
9818 always have a solution in grid size = 5 cases.
9819 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9820 (5x5-solver-output, 5x5-log-buffer): New vars.
9821 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9822 Make these variables buffer local to achieve 5x5 multi-session-ness.
9823 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9824 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9825 (5x5-solve-suggest): New funs.
9826 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9827 randomize a grid so that we ensure that there is always a solution.
9828 (5x5-make-random-grid): Allow other movement than flipping.
9829
7de88b6e
KR
98302011-05-23 Kevin Ryde <user42@zip.com.au>
9831
9832 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 9833 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
9834 advice and passes PREDICATE.
9835
b1ef1257
SM
98362011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9837
bbca48fe
SM
9838 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9839 byte-compile-lambda if it's actually a lambda.
9840
b1ef1257
SM
9841 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9842 Fix function quoting. Use backquote better.
9843
92a9cc65
YS
98442011-05-22 Yuanle Song <sylecn@gmail.com>
9845
9846 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9847 matching (Bug#8516).
9848
f0fb8059
JA
98492011-01-22 Jari Aalto <jari.aalto@cante.net>
9850
9851 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9852 different face (Bug#8178).
9853
d5b44c93
CY
98542011-05-22 Chong Yidong <cyd@stupidchicken.com>
9855
9856 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9857 defface (Bug#8144).
9858
79106a44
SM
98592011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9860
9c848d8a
SM
9861 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9862 funcall as well (bug#8712). Warn when performing those conversions.
9863 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9864
79106a44
SM
9865 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9866
88dfa756
GM
98672011-05-22 Glenn Morris <rgm@gnu.org>
9868
9869 * files.el (hack-local-variables-prop-line): Small simplifications.
9870 (hack-local-variables, hack-local-variables-prop-line):
9871 If MODE-ONLY, return the mode, rather than just `t'.
9872
b7cf2c79
SM
98732011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9876
3f1a8558
GM
98772011-05-21 Glenn Morris <rgm@gnu.org>
9878
7e4ccca3
GM
9879 * files.el (hack-local-variables-prop-line, hack-local-variables):
9880 If only interested in the mode, don't bother doing the other stuff.
9881
637d46ca
GM
9882 * image-mode.el (image-after-revert-hook):
9883 Redraw all frames on which the image is visible. (Bug#8567)
9884
973d955b
GM
9885 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9886
3f1a8558
GM
9887 * wid-edit.el (widget-checklist-match-inline):
9888 Fix 2011-04-19 change. (Bug#8649)
9889
96479927
SM
98902011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9891
1dcf791f
SM
9892 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9893 Also allow singlespace after single-letter capitals followed by a dot.
9894
96479927
SM
9895 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9896 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9897
35fd0881
N
98982011-05-20 Nix <nix@esperi.org.uk>
9899
9900 * files.el (basic-save-buffer-2):
9901 Fix handling of break-hardlink-on-save with non-existent files.
9902
82745640
DD
99032011-05-19 Deniz Dogan <deniz@dogan.se>
9904
9905 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 9906 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 9907
4a720484
GM
99082011-05-19 Glenn Morris <rgm@gnu.org>
9909
d1f21341
GM
9910 * progmodes/f90.el (f90-type-def-re):
9911 Handle "type, bind(c)". (Bug#8691)
9912
4a720484
GM
9913 * emacs-lisp/autoload.el (batch-update-autoloads):
9914 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9915
2fb0a219
MA
99162011-05-18 Michael Albinus <michael.albinus@gmx.de>
9917
9918 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9919 property for the correct connection in case of multihops.
9920
e565dd37
GM
99212011-05-18 Glenn Morris <rgm@gnu.org>
9922
c2571358 9923 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
9924 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9925
e565dd37
GM
9926 Rationalize calendar handling of day and month abbrev-arrays.
9927 * calendar/calendar.el (calendar-customized-p): New function.
9928 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9929 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9930 Add :set function.
9931 (calendar-abbrev-length, calendar-day-abbrev-array)
9932 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9933 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9934 Elements may no longer be nil.
9935 (calendar-day-name, calendar-month-name):
9936 Update for changed nature of abbrev arrays.
9937 * calendar/diary-lib.el (diary-name-pattern):
9938 Update for changed nature of abbrev arrays.
9939 (diary-mark-entries-1): Update calendar-make-alist calls.
9940 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9941 * calendar/cal-html.el (cal-html-day-abbrev-array):
9942 Simply inherit from calendar-day-abbrev-array.
9943
1d99a745
SM
99442011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * progmodes/grep.el (grep-mode): Disable default
9947 compilation-directory-matcher setting (bug#8684).
9948
7c1d9aa0
MA
99492011-05-17 Michael Albinus <michael.albinus@gmx.de>
9950
9951 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9952 instead of "head" and "tail". There were problems with SunOS 5.9,
9953 and it performs better.
9954
3952e9d8
GM
99552011-05-17 Glenn Morris <rgm@gnu.org>
9956
2dd12e7f
GM
9957 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9958
e4157b9c
GM
9959 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9960 Replace obsolete function.
9961
8e249bbd
GM
9962 * shell.el (pcomplete-parse-arguments-function): Declare.
9963
3952e9d8
GM
9964 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9965 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9966 (appt-check): Doc fixes.
9967 (appt-disp-window-function, appt-delete-window-function):
9968 Remove needless special case in custom :type.
9969 (appt-display-count): Default to 0, not nil.
9970 (appt-check): Reset appt-display-count to 0, not nil.
9971
c71a0d48 99722011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 9973
c71a0d48
GM
9974 * progmodes/python.el (python-font-lock-keywords):
9975 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 9976
31d55be9
SM
99772011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9980
3bfacb2f
KR
99812011-05-16 Kevin Ryde <user42@zip.com.au>
9982
9983 * info-look.el (makefile-automake-mode): New setups, looking in
9984 automake manual, then makefile-mode.
9985 (makefile-mode): Remove automake manual, have it just in
9986 makefile-automake-mode since there's various things different or
9987 not relevant to plain make.
9988 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9989 believe a hypothetical automake-mode would go to makefile-mode,
9990 not the other way around.
9991
c8e83751
CY
99922011-05-15 Chong Yidong <cyd@stupidchicken.com>
9993
5e9e35cd
CY
9994 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9995 hunk-end tags (Bug#8672).
9996
c8e83751
CY
9997 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9998 vc-annotate-show-diff-revision-at-line (Bug#8671).
9999
50b23e5a
GM
100002011-05-14 Glenn Morris <rgm@gnu.org>
10001
7210a739
GM
10002 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
10003 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
10004 (change-log-font-lock-keywords): Also handle multiple author lines
10005 with leading tabs. (Bug#8644)
7210a739 10006
4691905a
GM
10007 * calendar/appt.el (appt-check): Rename some local variables.
10008 Some simplification/reordering.
10009
50b23e5a
GM
10010 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
10011 (feedmail-sendmail-f-doesnt-sell-me-out)
10012 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10013 (feedmail-debug-sit-for, feedmail-queue-express-hook)
10014 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
10015 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
10016 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
10017 (feedmail-binmail-gnulinuxish-template):
10018 Rename from feedmail-binmail-linuxish-template.
10019 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
10020 Use insert-buffer-substring.
10021
215cda7c
BC
100222011-05-14 Bill Carpenter <bill@carpenter.org>
10023
10024 * mail/feedmail.el (feedmail-patch-level): Increase.
10025 (feedmail-debug): New custom group.
10026 (feedmail-confirm-outgoing-timeout)
10027 (feedmail-sendmail-f-doesnt-sell-me-out)
10028 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
10029 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
10030 (feedmail-sender-line, feedmail-from-line)
10031 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 10032 (feedmail-spray-this-address)
215cda7c
BC
10033 (feedmail-spray-address-fiddle-plex-list)
10034 (feedmail-queue-use-send-time-for-date)
10035 (feedmail-queue-use-send-time-for-message-id)
10036 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
10037 (feedmail-buffer-eating-function):
10038 Doc fixes.
10039 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
10040 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
10041 (feedmail-message-action-scroll-down): New functions.
10042 (feedmail-queue-directory, feedmail-queue-draft-directory):
10043 Use expand-file-name.
10044 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
10045 Remove C-v help entry.
10046 (feedmail-queue-buffer-file-name): New variable.
10047 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
10048 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
10049 (feedmail-message-action-send-strong, feedmail-message-action-edit)
10050 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
10051 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
10052 (feedmail-message-action-toggle-spray)
10053 (feedmail-run-the-queue-no-prompts)
10054 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
10055 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
10056 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
10057 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
10058 (feedmail-envelope-deducer, feedmail-fiddle-from)
10059 (feedmail-fiddle-sender, feedmail-default-date-generator)
10060 (feedmail-fiddle-date, feedmail-fiddle-message-id)
10061 (feedmail-fiddle-spray-address)
10062 (feedmail-fiddle-list-of-spray-fiddle-plexes)
10063 (feedmail-fiddle-list-of-fiddle-plexes)
10064 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
10065 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
10066 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
10067 Change default. Doc fix.
10068 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
10069 (feedmail-binmail-linuxish-template): New constant.
10070 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
10071 Respect feedmail-sendmail-f-doesnt-sell-me-out.
10072 (feedmail-send-it): Add debug call.
10073 Use feedmail-queue-buffer-file-name, and
10074 feedmail-send-it-immediately-wrapper.
10075 (feedmail-message-action-send): Add debug call.
10076 Use feedmail-send-it-immediately-wrapper.
10077 (feedmail-queue-express-to-queue): Add debug call.
10078 Run feedmail-queue-express-hook.
10079 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
10080 (feedmail-message-action-help-blat):
10081 Rename from feedmail-queue-send-edit-prompt-help-first.
10082 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
10083 Check line-endings. Handle errors better.
10084 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
10085 Doc fix. Add debug call.
10086 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
10087 Use feedmail-queue-send-edit-prompt-inner.
10088 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
10089 (feedmail-queue-send-edit-prompt-inner): New function, extracted
10090 from feedmail-queue-send-edit-prompt.
10091 (feedmail-queue-send-edit-prompt-help)
10092 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
10093 (feedmail-tidy-up-slug): Add debug call.
10094 Respect feedmail-queue-slug-suspect-regexp.
10095 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
10096 (feedmail-dump-message-to-queue): Add debug call.
10097 Expand queue-directory.
10098 (feedmail-dump-message-to-queue): Change message slightly.
10099 Use feedmail-say-chatter.
10100 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
10101 (feedmail-send-it-immediately-wrapper): New function.
10102 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
10103 Insert empty string rather than newline. Handle full-frame case.
10104 Use catch/throw. Use feedmail-say-chatter.
10105 (feedmail-fiddle-from): Try mail-host-address.
10106 (feedmail-default-message-id-generator): Doc fix.
10107 Bind system-time-locale. Handle missing end.
10108 (feedmail-fiddle-x-mailer): Add debug call.
10109 Handle feedmail-x-mailer-line being nil.
10110 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
10111 Add debug call. Use buffer-substring-no-properties.
10112 (feedmail-say-debug, feedmail-say-chatter): New functions.
10113 (feedmail-find-eoh): Give an explicit error.
10114
42c7e61e
UJ
101152011-05-13 Ulf Jasper <ulf.jasper@web.de>
10116
c2571358 10117 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 10118 family from helvetica to sans.
c2571358 10119 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10120 etc/images/newsticker.
10121
c2571358 10122 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
10123 family from helvetica to sans.
10124
10125 * net/newst-plainview.el (newsticker-new-item-face)
10126 (newsticker-old-item-face, newsticker-immortal-item-face)
10127 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 10128 (newsticker-statistics-face): Change default family from
42c7e61e 10129 helvetica to sans.
c2571358 10130 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
10131 etc/images/newsticker.
10132
10133 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
10134 (newsticker--process-auto-mark-filter-match): : Tell user about
10135 auto-marking.
10136
8497a297
DV
101372011-05-13 Didier Verna <didier@xemacs.org>
10138
10139 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
10140 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
10141 TODO entries.
8497a297
DV
10142 (lisp-lambda-list-keyword-parameter-indentation)
10143 (lisp-lambda-list-keyword-parameter-alignment)
10144 (lisp-lambda-list-keyword-alignment): New customizable user options.
10145 (lisp-indent-defun-method): Improve docstring.
10146 (extended-loop-p): Fix comment.
10147 (lisp-indent-lambda-list-keywords-regexp): New variable.
10148 (lisp-indent-lambda-list): New function.
10149 (lisp-indent-259): Use it.
10150 (lisp-indent-defmethod): Support for more than one
10151 method qualifier and properly indent methods lambda-lists.
10152 (defgeneric): Provide a missing common-lisp-indent-function property.
10153
f278f87f
SM
101542011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
10157 bounds for the empty string (bug#8667).
10158
5233edd7
GM
101592011-05-13 Glenn Morris <rgm@gnu.org>
10160
5237a44f
GM
10161 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
10162
8340026c 10163 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 10164 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 10165
5233edd7 10166 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 10167 (appt-time-msg-list): Doc fix.
a5464014 10168 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 10169
92d10796
AS
101702011-05-12 Andreas Schwab <schwab@linux-m68k.org>
10171
10172 * progmodes/ld-script.el (ld-script-keywords)
10173 (ld-script-builtins): Update keywords list.
10174
914a0ae1
SM
101752011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10176
c89be45f
SM
10177 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
10178
914a0ae1
SM
10179 * shell.el (shell-completion-vars): New function.
10180 (shell-mode):
10181 * simple.el (read-shell-command): Use it.
10182 (blink-matching-open): No need for " [...]" in minibuffer-message.
10183
98dc3df3
GM
101842011-05-12 Glenn Morris <rgm@gnu.org>
10185
10186 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
10187 (appt-check): Simplify.
10188
d2fc7e3d 101892011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 10190
4d61f28d 10191 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
10192 literal "/dev/null".
10193
d2fc7e3d 101942011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
10195
10196 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
10197 Fix typo.
10198
d2fc7e3d 101992011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 10200
3f254caa
SM
10201 * progmodes/which-func.el (which-function):
10202 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
10203 which might not be defined (Bug#8260).
10204
d45885f7
GM
102052011-05-12 Glenn Morris <rgm@gnu.org>
10206
10207 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
10208 Let byte-compile-initial-macro-environment always take precedence.
10209
488086f4
SM
102102011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * net/rcirc.el: Add support for SSL/TLS connections.
10213 (rcirc-server-alist): New field `encryption'.
10214 (rcirc): Check `encryption' settings.
10215 (rcirc-connect): New arg `encryption'. Use open-network-stream.
10216 Merge make-local-variable into `set'.
10217 (rcirc--connection-open-p): New function.
10218 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
10219 the process is not a network process (e.g. running gnutls-cli).
10220 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10221 Make rcirc-(en|de)code-coding-system local here.
10222 (rcirc-mode): Merge make-local-variable into `set'.
10223 (rcirc-parent-buffer): Make permanent buffer-local.
10224 (rcirc-multiline-minor-mode): Don't do it here.
10225 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
10226 there's no server buffer.
10227
7d3b9d44
GM
102282011-05-11 Glenn Morris <rgm@gnu.org>
10229
f64049c6
GM
10230 * newcomment.el (comment-kill): Prefix "unused" local.
10231
93c9df73
GM
10232 * term/w32console.el (get-screen-color): Declare.
10233
7d3b9d44
GM
10234 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
10235 Handle symbol elements of byte-compile-initial-macro-environment.
10236
9e2dd53f
LL
102372011-05-10 Leo Liu <sdl.web@gmail.com>
10238
488086f4
SM
10239 * bookmark.el (bookmark-bmenu-mode-map):
10240 Bind bookmark-bmenu-search to `/'.
8b340240 10241
9e2dd53f 10242 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
10243 (footnote-unicode-string, footnote-unicode-regexp): New variable.
10244 (Footnote-unicode): New function.
10245 (footnote-style-alist): Add unicode style to the list.
10246 (footnote-style): Doc fix.
9e2dd53f 10247
79b70037
GM
102482011-05-10 Jim Meyering <meyering@redhat.com>
10249
10250 Fix doubled-word typos.
10251 * international/quail.el (quail-insert-kbd-layout): and and -> and
10252 * kermit.el: and and -> and
10253 * net/ldap.el (ldap-search-internal): to to -> to
10254 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
10255 * progmodes/js.el (js-mode): and and -> and
10256 * textmodes/artist.el (artist-move-to-xy): at at -> at
10257 (artist-draw-region-trim-line-endings): if if -> if
10258 And Safetyc -> Safety.
10259 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
10260
b8f82dc1 102612011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 10262 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
10263
10264 * files.el (hack-one-local-variable-eval-safep):
10265 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
10266
4f99f44b
GM
102672011-05-10 Glenn Morris <rgm@gnu.org>
10268
10269 * calendar/diary-lib.el (diary-list-entries-hook)
10270 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
10271 (diary-nongregorian-marking-hook, diary-list-entries)
10272 (diary-include-other-diary-files, diary-mark-entries)
10273 (diary-mark-included-diary-files): Doc fixes.
10274
84f29e6b
JB
102752011-05-09 Juanma Barranquero <lekktu@gmail.com>
10276
10277 * misc.el: Require tabulated-list.el during compilation.
10278
9bedd73a
CY
102792011-05-09 Chong Yidong <cyd@stupidchicken.com>
10280
488086f4
SM
10281 * progmodes/compile.el (compilation-start):
10282 Run compilation-filter-hook for the async case too.
9bedd73a
CY
10283 (compilation-filter-hook): Doc fix.
10284
797c735c
DD
102852011-05-09 Deniz Dogan <deniz@dogan.se>
10286
10287 * wdired.el: Remove outdated installation comment. Fix usage
10288 comment.
10289
5f4b1dfe
JB
102902011-05-09 Juanma Barranquero <lekktu@gmail.com>
10291
10292 * misc.el: Implement new command `list-dynamic-libraries'.
10293 (list-dynamic-libraries--loaded-only-p): New variable.
10294 (list-dynamic-libraries--refresh): New function.
10295 (list-dynamic-libraries): New command.
10296
4c44026c
CY
102972011-05-09 Chong Yidong <cyd@stupidchicken.com>
10298
488086f4
SM
10299 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10300 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
10301 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
10302 higher priority to avoid clobbering by gnu.
10303
027f966d
CY
103042011-05-08 Chong Yidong <cyd@stupidchicken.com>
10305
10306 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
10307 if the face has existing theme settings (Bug#8454).
10308
085f5d7d
CY
103092011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
10310
488086f4
SM
10311 * progmodes/perl-mode.el (perl-imenu-generic-expression):
10312 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 10313
2a86a00c
RS
10314 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
10315 special file names `.' and `..' (Bug#8259).
10316
d9c54a06
CY
103172011-05-08 Chong Yidong <cyd@stupidchicken.com>
10318
488086f4
SM
10319 * progmodes/grep.el (grep-mode-font-lock-keywords):
10320 Remove buffer-changing entries.
d9c54a06
CY
10321 (grep-filter): New function.
10322 (grep-mode): Add it to compilation-filter-hook.
10323
10324 * progmodes/compile.el (compilation-filter-hook)
10325 (compilation-filter-start): New defvars.
10326 (compilation-filter): Call compilation-filter-hook prior to
10327 updating the process mark.
10328
c4662635
SM
103292011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
10332
b0512a1d
EZ
103332011-05-07 Eli Zaretskii <eliz@gnu.org>
10334
605c9376
EZ
10335 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
10336 mailclient-send-it even if window-system is nil. (Bug#8595)
10337
c4662635
SM
10338 * term/w32console.el (terminal-init-w32console):
10339 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
10340 background-mode. (Bug#8597)
10341
d1dc2cc2
SM
103422011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 Make bytecomp.el understand that defmethod defines funs (bug#8631).
10345 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
10346 New functions.
10347 (defgeneric, eieio--defmethod): Use them.
10348 (eieio-defgeneric): Remove.
10349 (defmethod): Call defgeneric in a way visible to the byte-compiler.
10350
915d1300
GM
103512011-05-07 Glenn Morris <rgm@gnu.org>
10352
a3961c3e
GM
10353 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
10354 Use let rather than let*.
10355 (timeclock-find-discrep): Remove unused local.
10356
314347b9
GM
10357 * calendar/diary-lib.el (diary-comment-start): Doc fix.
10358
915d1300
GM
10359 * calendar/appt.el (appt-time-msg-list): Doc fix.
10360
275b59b0
NF
103612011-05-06 Noah Friedman <friedman@splode.com>
10362
10363 * apropos.el (apropos-print-doc): Only use
10364 emacs-lisp-docstring-fill-column when it is bound to an integer,
10365 per that variable's documentation.
10366
6c19f744
SM
103672011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 10370 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 10371
60f884b2
GM
103722011-05-06 Glenn Morris <rgm@gnu.org>
10373
5006e634
GM
10374 * calendar/appt.el (appt-message-warning-time): Doc fix.
10375 (appt-warning-time-regexp): New option.
10376 (appt-make-list): Respect appt-message-warning-time.
10377
548d0a63
GM
10378 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
10379 New options.
10380 (diary-add-to-list): Strip comments from the displayed string.
10381 (diary-mode): Set comment-start and comment-end.
10382
60f884b2
GM
10383 * vc/diff-mode.el (smerge-refine-subst): Declare.
10384 (diff-refine-hunk): Don't require smerge-mode when compiling.
10385
989681bb
JB
103862011-05-06 Juanma Barranquero <lekktu@gmail.com>
10387
10388 * simple.el (list-processes): Return nil as the docstring says.
10389
a6bc05e1
MA
103902011-05-05 Michael Albinus <michael.albinus@gmx.de>
10391
10392 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
10393 to "".
10394 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10395 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
10396 determining of binary transfer. (Bug#7383)
10397
23c22e9a
MA
103982011-05-05 Michael Albinus <michael.albinus@gmx.de>
10399
c4662635
SM
10400 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10401 Fix port computation bug. (Bug#8618)
23c22e9a 10402
0bff894f
GM
104032011-05-05 Glenn Morris <rgm@gnu.org>
10404
b8296902
GM
10405 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
10406
1f522ce8
GM
10407 * simple.el (shell-dynamic-complete-functions)
10408 (comint-dynamic-complete-functions): Declare.
10409
cf5bee67
GM
10410 * net/network-stream.el (gnutls-negotiate):
10411 * simple.el (tabulated-list-print): Fix declarations.
10412
10413 * progmodes/gud.el (syntax-symbol, syntax-point):
10414 Remove unnecessary and incorrect declarations.
10415
0bff894f
GM
10416 * emacs-lisp/check-declare.el (check-declare-scan):
10417 Handle byte-compile-initial-macro-environment in bytecomp.el
10418
9869b3ae
SM
104192011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 Fix earlier half-done eieio-defmethod change (bug#8338).
10422 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
10423 Streamline and change calling convention.
10424 (defmethod): Adjust accordingly and simplify.
10425 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
10426 new eieio--defmethod.
10427 (slot-boundp): Minor CSE simplification.
10428
9c1d5ac5
MZ
104292011-05-05 Milan Zamazal <pdm@zamazal.org>
10430
10431 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
10432 (glasses-make-readable): Use glasses-separate-capital-groups.
10433
455c834e
JB
104342011-05-05 Juanma Barranquero <lekktu@gmail.com>
10435
10436 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
10437 (warning-series): Doc fix.
10438 (display-warning): Don't try to create the buffer if we just found it.
10439
9ed7c8cb
CY
104402011-05-04 Chong Yidong <cyd@stupidchicken.com>
10441
10442 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
10443 (autoload-find-generated-file): New function.
10444 (generate-file-autoloads): Bind generated-autoload-file to
10445 buffer-file-name.
9869b3ae
SM
10446 (update-file-autoloads, update-directory-autoloads):
10447 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
10448 output file (Bug#7989).
10449 (batch-update-autoloads): Doc fix.
10450
0898ca10
JB
104512011-05-04 Juanma Barranquero <lekktu@gmail.com>
10452
10453 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
10454
31dfb76c
GM
104552011-05-04 Glenn Morris <rgm@gnu.org>
10456
f330b642
GM
10457 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
10458 function, so it follows changes in calendar-date-style.
10459 (diary-fancy-date-matcher): New function.
10460 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
10461 (diary-fancy-font-lock-fontify-region-function):
10462 Use diary-fancy-date-pattern as a function.
10463
31dfb76c
GM
10464 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
10465 non-numbers for `year' etc pseudo-variables. (Bug#8583)
10466
48e79d6a
TZ
104672011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
10468
10469 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
10470 instead of positional arguments. Allow :keylist and :crlfiles
10471 arguments.
10472 (open-gnutls-stream): Call it.
10473
10474 * net/network-stream.el (network-stream-open-starttls): Adjust to
10475 call `gnutls-negotiate' with :process and :hostname arguments.
10476
dd5a5ee0
SM
104772011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10478
ef80fc09
SM
10479 * minibuffer.el (completion--message): New function.
10480 (completion--do-completion, minibuffer-complete)
10481 (minibuffer-force-complete, minibuffer-complete-word): Use it.
10482 (completion--do-completion): Don't ignore completion-auto-help when in
10483 icomplete-mode.
10484
dd5a5ee0
SM
10485 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
10486 internal encoding (e.g. tibetan zero is not whitespace).
10487 (global-whitespace-mode): Prefer save-current-buffer.
10488 (whitespace-trailing-regexp): Remove useless save-match-data.
10489 (whitespace-empty-at-bob-regexp): Minor simplification.
10490
b7d22a83
CY
104912011-05-03 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10494
5192af46
AM
104952011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10496
10497 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 10498 Use `concat' to create string for insertion.
5192af46 10499
5767d190
SM
105002011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10503 Avoid open-line which runs post-self-insert-hook.
10504 (bibtex-fill-entry): Remove unused `end' var.
10505
bf242939
AM
105062011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10507
5767d190
SM
10508 * textmodes/ispell.el (ispell-add-per-file-word-list):
10509 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 10510
25666126
LL
105112011-05-03 Leo Liu <sdl.web@gmail.com>
10512
10513 * isearch.el (isearch-yank-pop): New command.
5767d190 10514 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
10515 (isearch-forward): Mention it.
10516
52d3c2d0
SM
105172011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10518
1bcace58
SM
10519 * simple.el (minibuffer-complete-shell-command): Remove.
10520 (minibuffer-local-shell-command-map): Use completion-at-point.
10521 (read-shell-command): Setup completion vars here instead.
10522 (read-expression-map): Bind TAB to symbol completion.
10523
52d3c2d0
SM
10524 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10525 error directly rather via storing it into `results'.
10526
35813471
LL
105272011-05-02 Leo Liu <sdl.web@gmail.com>
10528
10529 * vc/diff.el: Fix description.
10530
e793a940
LMI
105312011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10532
10533 * server.el (server-eval-at): New function.
10534
8de66e05
LMI
105352011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10536
10537 * net/network-stream.el (open-network-stream): Take a :nowait
10538 parameter and pass it on to `make-network-process'.
10539 (network-stream-open-plain): Ditto.
10540
dcb79f20
AS
105412011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10542
10543 * faces.el (face-spec-set-match-display): Don't match toolkit
10544 options on terminal frames.
10545
14a7fbd8
SM
105462011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10547
7eabc1be
SM
10548 * progmodes/pascal.el: Use lexical binding.
10549 (pascal-mode-map): Remove author preferences.
10550
14a7fbd8
SM
10551 * pcomplete.el (pcomplete-std-complete): Don't abuse
10552 completion-at-point.
10553
50f84510
JB
105542011-04-28 Juanma Barranquero <lekktu@gmail.com>
10555
6e087a44
JB
10556 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10557 removing code that has been dead since 1991 or so.
10558
50f84510
JB
10559 * startup.el (command-line): When warning about "_emacs", use a
10560 delayed warning to allow the user to filter it out.
10561
0ba690bd
DD
105622011-04-28 Deniz Dogan <deniz@dogan.se>
10563
10564 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10565 user has not joined.
10566
08abfaad
SM
105672011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10570 aren't any completions at point.
10571
638f053a
JB
105722011-04-28 Juanma Barranquero <lekktu@gmail.com>
10573
10574 * subr.el (display-delayed-warnings): New function.
10575 (delayed-warnings-hook): New variable.
10576
8fff8daa
SM
105772011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10578
08abfaad
SM
10579 * minibuffer.el (completion-at-point, completion-help-at-point):
10580 Don't presume that a given completion-at-point-function will always
10581 use the same calling convention.
10582
8fff8daa
SM
10583 * pcomplete.el (pcomplete-completions-at-point):
10584 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10585 pcomplete-seen is non-nil.
10586 (pcomplete-comint-setup): Also recognize the new comint/shell
10587 completion functions.
10588 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10589 pcomplete-seen is non-nil.
10590
841a1577 105912011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 10592
841a1577 10593 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 10594 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 10595 the first character in the entry. This allows for code to add its
211ec907
UJ
10596 own uid to the entry.
10597 (icalendar--convert-float-to-ical): Add export of
10598 `diary-float'-entries save for those with the optional DAY
10599 argument.
10600
2a782793
DC
106012011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10602
10603 * subr.el (shell-quote-argument): Use alternate escaping strategy
10604 when we spot a variable reference in a string.
10605
0438ce91
DC
106062011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10607
10608 * cus-start.el (all): Define customization for debug-on-event.
10609
841a1577 106102011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
10611
10612 * subr.el (shell-quote-argument): Escape correctly under Windows.
10613
d090ed6c
SM
106142011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10617
bfd31217
MA
106182011-04-25 Michael Albinus <michael.albinus@gmx.de>
10619
d090ed6c
SM
10620 * net/tramp.el (tramp-process-actions): Add POS argument.
10621 Delete region between POS and (pos).
bfd31217 10622
d090ed6c
SM
10623 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10624 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
10625 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10626
10627 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10628 position in `tramp-process-actions' call.
10629
10630 * net/trampver.el: Update release number.
10631
e92f3bd3
SM
106322011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10633
850256b5
SM
10634 * custom.el (defcustom): Obey lexical-binding.
10635
e92f3bd3
SM
10636 Fix octave-inf completion problems reported by Alexander Klimov.
10637 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10638 Inherit from octave-mode-syntax-table.
10639 (inferior-octave-mode): Set info-lookup-mode.
10640 (inferior-octave-completion-at-point): New function.
10641 (inferior-octave-complete): Use it and completion-in-region.
10642 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10643 comint-filename-completion.
10644 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10645 symbol elements which shouldn't be word elements.
10646 (octave-font-lock-keywords, octave-beginning-of-defun)
10647 (octave-function-header-regexp): Adjust regexps accordingly.
10648 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10649
cd22b309
JB
106502011-04-25 Juanma Barranquero <lekktu@gmail.com>
10651
10652 * net/gnutls.el (gnutls-errorp): Declare before first use.
10653
8b492194
TZ
106542011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10655
10656 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10657 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 10658 default trustfile exists before going to use it. Add missing
5a5fa834 10659 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
10660 Reported by Claudio Bley <claudio.bley@gmail.com>.
10661 (open-gnutls-stream): Add usage example.
10662
10663 * net/network-stream.el (network-stream-open-starttls): Give host
10664 parameter to `gnutls-negotiate'.
10665 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 10666 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 10667
841a1577 106682011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 10669
cd22b309
JB
10670 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10671 Use correct match group (bug#8438).
05842630 10672
3ba7869c
CY
106732011-04-24 Chong Yidong <cyd@stupidchicken.com>
10674
512e3ae1
CY
10675 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10676 (package-menu--generate): New arg specifying packages to show.
10677 (package-menu-refresh, package-menu-execute, list-packages):
10678 Callers changed.
10679 (package-show-package-list): New function, replacing deleted
10680 package--list-packages (renamed because it is non-internal).
10681
10682 * finder.el (finder-list-matches): Use package-show-package-list
10683 instead of deleted package--list-packages.
10684
e92f3bd3
SM
10685 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10686 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
10687 (vc-annotate-mode-map): Bind it to RET.
10688
7031be6d
UR
106892011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10690
10691 * progmodes/etags.el (next-file): Don't use set-buffer to change
10692 buffers (Bug#8478).
10693
4ef177aa
CY
106942011-04-24 Chong Yidong <cyd@stupidchicken.com>
10695
c8d173eb
CY
10696 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10697
4ef177aa
CY
10698 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10699 (apropos-accumulator): Doc fix.
10700 (apropos-function, apropos-macro, apropos-command)
10701 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10702 (apropos-plist): Add face property.
10703 (apropos-symbols-internal): Fix indentation.
10704 (apropos-print): Simplify help, and recognize apropos-multi-type.
10705 (apropos-print-doc): Use button-type-get to extract the button's
10706 face property. Fill docstring (Bug#8352).
10707
4ffd0d6b 107082011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
10709
10710 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10711
c6c32125 10712 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 10713 (mpuz-mode-map): Use mapc.
c6c32125
JB
10714 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10715 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10716 Fix typos in docstrings.
10717
58d468b4
JB
10718 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10719 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10720
6470c3c6
JB
10721 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10722
4ffd0d6b 107232011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
10724
10725 * minibuffer.el (completion--do-completion): Avoid the "Next char
10726 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10727
3ad8bad0
CY
10728 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10729 mouse-2 into unread-command-events, it is interpreted correctly.
10730
71d73c9c 10731 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 10732 (image-toggle-display): Doc fix.
71d73c9c 10733
841a1577 107342011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 10735
4ffd0d6b
GM
10736 * textmodes/page.el (what-page): Use line-number-at-pos to
10737 calculate line number (Bug#6825).
6e1dbaa9 10738
c2fb1b60
JB
107392011-04-22 Juanma Barranquero <lekktu@gmail.com>
10740
10741 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10742 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10743 Pass argument NO-DEFAULT to `find-tag-interactive'.
10744
e02f48d7
JB
107452011-04-22 Juanma Barranquero <lekktu@gmail.com>
10746
10747 Lexical-binding cleanup.
10748
10749 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10750 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10751 * progmodes/ada-prj.el (ada-prj-initialize-values)
10752 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10753 (ada-prj-show-value):
10754 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10755 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10756 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10757 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10758 * progmodes/bug-reference.el (bug-reference-push-button):
10759 * progmodes/fortran.el (fortran-line-length):
10760 * progmodes/glasses.el (glasses-change):
10761 * progmodes/octave-mod.el (octave-fill-paragraph):
10762 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10763 (python-pdbtrack-grub-for-buffer, python-sentinel):
10764 * progmodes/sql.el (sql-save-connection):
10765 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10766 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10767 Mark unused parameters.
10768
10769 * progmodes/compile.el (compilation--flush-directory-cache)
10770 (compilation--flush-parse, compile-internal): Mark unused parameters.
10771 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10772 (compilation-next-error-function): Remove unused variable `timestamp'.
10773
10774 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10775 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10776
10777 * progmodes/dcl-mode.el (dcl-end-of-command):
10778 Remove unused variable `start'.
10779 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10780 (dcl-option-value-basic, dcl-option-value-offset)
10781 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10782 Mark unused parameters.
10783 (dcl-save-local-variable): Remove unused variable `val'.
10784 (mode): Declare.
10785
10786 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10787 Mark unused parameters.
10788 (delphi-ignore-changes): Move before first use.
10789 (delphi-charset-token-at): Remove unused variable `start'.
10790 (delphi-else-start): Remove unused variable `if-count'.
10791 (delphi-comment-block-start, delphi-comment-block-end):
10792 Remove unused variable `kind'.
10793 (delphi-indent-line): Remove unused variable `new-point'.
10794
10795 * progmodes/ebrowse.el (ebrowse-files-list)
10796 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10797 Mark unused parameters. Don't quote `lambda'.
10798 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10799 Don't quote `lambda'.
10800 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10801 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10802 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10803 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10804 Use `ignore-errors'.
10805 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10806 (ebrowse-view/find-file-and-search-pattern)
10807 (ebrowse-view/find-member-declaration/definition):
10808 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10809 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10810 Rename parameter PREFIX-ARG to PREFIX.
10811 (ebrowse-tags-read-name): Remove unused variables `start' and
10812 `member-info'.
10813 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10814 to `tags-file'.
10815
10816 * progmodes/etags.el (local-find-tag-hook): Declare.
10817 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10818 Mark unused parameters.
10819
10820 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10821 (executable-interpret): Mark unused parameter.
10822
10823 * progmodes/flymake.el (flymake-process-sentinel)
10824 (flymake-after-change-function)
10825 (flymake-create-temp-with-folder-structure)
10826 (flymake-get-include-dirs-dot): Mark unused parameters.
10827 (flymake-safe-delete-directory): Remove unused variable `err'.
10828
10829 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10830 (speedbar-timer-fn, speedbar-line-text)
10831 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10832 (speedbar-center-buffer-smartly): Declare functions.
10833 (gdb-find-watch-expression): Remove unused variable `array'.
10834 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10835 (gdb-starting): Mark unused parameters.
10836 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10837 (gdb-table-string): Remove unused variable `res'.
10838 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10839 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10840 (gdb-display-buffer): Remove unused variable `cur-size'.
10841
10842 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10843 allow lexical-binding compilation.
10844 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10845 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10846 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10847 Mark unused parameters.
10848 (gud-gdb-marker-filter): Remove unused variable `match'.
10849 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10850 lambda expressions and funcall them, instead of using `fset'.
10851
10852 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10853 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10854
10855 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10856 variable `header-beg'; use `let'.
10857
10858 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10859 `restart', `last-sexp' and `at-do'.
10860
10861 * progmodes/js.el (js--debug): Mark unused parameter.
10862 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10863 (js--splice-into-items): Remove unused variable `item'.
10864 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10865
10866 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10867 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10868 (makefile-complete): Remove unused variable `try'.
10869 (makefile-fill-paragraph, makefile-match-function-end):
10870 Mark unused parameters.
10871
10872 * progmodes/octave-inf.el (inferior-octave-complete):
10873 Remove unused variable `proc'.
10874 (inferior-octave-output-digest): Mark unused parameter.
10875
10876 * progmodes/perl-mode.el (perl-calculate-indent):
10877 Remove unused variable `err'.
10878
10879 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10880 (prolog-indent-line): Mark unused parameters.
10881 (prolog-indent-line): Remove unused variable `beg'.
10882
10883 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10884 (reporter-dont-compact-list): Declare.
10885
10886 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10887 Remove unused variable `char'.
10888 (sh-debug): Mark unused parameter.
10889 (sh-get-indent-info): Remove unused variable `start'.
10890 (sh-calculate-indent): Remove unused variable `var'.
10891
10892 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10893 (simula-electric-keyword): Remove unused variable `null'.
10894 (simula-search-backward, simula-search-forward): Remove unused
10895 variables `begin' and `end'.
10896
10897 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10898 Remove unused variable `pos'.
10899 (vera-electric-tab, vera-comment-uncomment-region):
10900 Mark unused parameters.
10901 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10902
7ede3b65
CY
109032011-04-22 Chong Yidong <cyd@stupidchicken.com>
10904
10905 * emacs-lisp/package.el (package--builtins, package-alist)
10906 (package-load-descriptor, package-built-in-p, package-activate)
10907 (define-package, package-installed-p)
10908 (package-compute-transaction, package-buffer-info)
10909 (package--push): Doc fix. Distinguish more clearly between
10910 version strings and version lists.
10911
121656e9
JB
109122011-04-21 Juanma Barranquero <lekktu@gmail.com>
10913
10914 Lexical-binding cleanup.
10915
10916 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10917 (5x5-make-mutate-best):
10918 * play/fortune.el (fortune-in-buffer):
10919 * play/gomoku.el (gomoku-init-display):
10920 * play/solitaire.el (solitaire, solitaire-do-check):
10921 * play/tetris.el (tetris-default-update-speed-function):
10922 Mark unused parameters.
10923
10924 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10925 (bubbles--shift): Remove unused variable `char-org'.
10926 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10927 (bubbles--show-images): Remove unused variable `char'.
10928
10929 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10930 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10931 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10932 (decipher-analyze-buffer): Use ?\s.
10933 (decipher-make-checkpoint): Remove unused variable `mapping'.
10934
10935 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10936
10937 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10938 Remove unused variable `result'; use `let'.
10939
10940 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10941 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10942 (gametree-children-shown-p, gametree-compute-reduced-score):
10943 Use `ignore-errors'.
10944
10945 * play/handwrite.el (ps-lpr-switches): Declare.
10946 (handwrite): Remove unused variables `pmin' and `lastp'.
10947
10948 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10949
10950 * play/landmark.el (landmark-init-display)
10951 (landmark-update-naught-weights): Mark unused parameters.
10952 (landmark-y): Remove unused variable `noise'. Simplify.
10953 (landmark-human-plays): Remove unused variable `score'.
10954
10955 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10956 (mpuz-try-proposal): Remove unused variable `game'.
10957
10958 * play/zone.el (life-patterns): Declare.
10959
80f499c7
JB
109602011-04-20 Juanma Barranquero <lekktu@gmail.com>
10961
10962 * vc/vc.el (ediff-vc-internal): Declare function.
10963
024ff170
SM
109642011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10965
c0a193ea
SM
10966 * shell.el: Use lexical-binding and std completion UI.
10967 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10968 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10969 comint-preoutput-filter-functions rather than on
10970 comint-output-filter-functions.
10971 (shell-command-completion, shell--command-completion-data)
10972 (shell-filename-completion, shell-environment-variable-completion)
10973 (shell-c-a-p-replace-by-expanded-directory): New functions.
10974 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10975 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10976 (shell-dynamic-complete-environment-variable): Use them.
10977 (shell-dynamic-complete-as-environment-variable)
10978 (shell-dynamic-complete-as-command): Remove.
10979 (shell-match-partial-variable): Match past point.
10980 * comint.el: Clean up use of completion-at-point-functions.
10981 (comint-completion-at-point): New function.
10982 (comint-mode): Use it completion-at-point-functions.
10983 (comint-dynamic-complete): Make it obsolete.
10984 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10985 (comint-c-a-p-replace-by-expanded-history): New function.
10986 (comint-dynamic-complete-functions)
10987 (comint-replace-by-expanded-history): Use it.
10988 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10989 termination strings. Try harder to avoid second try-completion.
10990 (completion-in-region-mode-map): Disable bindings that don't work yet.
10991
2dbaa080
SM
10992 * comint.el: Use lexical-binding. Require CL.
10993 (comint-dynamic-complete-functions): Use comint-filename-completion.
10994 (comint-completion-addsuffix): Tweak custom type.
10995 (comint-filename-completion, comint--common-suffix)
10996 (comint--common-quoted-suffix, comint--table-subvert)
10997 (comint--complete-file-name-data): New functions.
10998 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10999 (comint-dynamic-list-filename-completions): Use them.
11000 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 11001
2dbaa080
SM
11002 * minibuffer.el (completion-in-region-mode):
11003 Keep completion-in-region-mode--predicate global.
11004 (completion-in-region--postch):
11005 Assume completion-in-region-mode--predicate is not null.
11006
c79a6f38
SM
11007 * progmodes/flymake.el (flymake-start-syntax-check-process):
11008 Obey `dir'. Simplify.
11009
024ff170
SM
11010 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
11011 we're in VC after all.
11012
1c6c854e
CS
110132011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
11014
11015 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 11016 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
11017 (vc-version-diff): Use vc-diff-build-argument-list-internal.
11018
bed7f140
SM
110192011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11020
332e62ab
SM
11021 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
11022 add sanity check.
11023
bed7f140
SM
11024 * obsolete/erc-hecomplete.el: Make obsolete.
11025 * obsolete/: Standardize obsolescence info in the header.
11026
f195c582
GM
110272011-04-20 Glenn Morris <rgm@gnu.org>
11028
11029 * calendar/solar.el (solar-horizontal-coordinates):
11030 Use the longitude argument rather than `calendar-longitude'.
11031 (solar-date-next-longitude): Remove unused locals.
11032
cb79b8c0
VJL
110332011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11034
11035 * whitespace.el: New version 13.2.1.
11036
110372011-04-20 felix <EmacsWiki> (tiny change)
11038
d8e4b68b 11039 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
11040 switching between major modes on a file.
11041
602ea69d
SM
110422011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
11045 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
11046 multi-line comments as well.
11047
06b60517
JB
110482011-04-19 Juanma Barranquero <lekktu@gmail.com>
11049
11050 Lexical-binding cleanup.
11051
11052 * arc-mode.el (archive-mode-revert):
11053 * cmuscheme.el (scheme-interactively-start-process):
11054 * custom.el (custom-initialize-delay):
11055 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
11056 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
11057 * emacs-lock.el (emacs-lock-clear-sentinel):
11058 * ezimage.el (defezimage):
11059 * follow.el (follow-avoid-tail-recenter):
11060 * fringe.el (set-fringe-mode-1):
11061 * generic-x.el (bat-generic-mode-compile):
11062 * help-mode.el (help-info-variable, help-do-xref)
11063 (help-mode-revert-buffer):
11064 * help.el (view-emacs-todo):
11065 * iswitchb.el (iswitchb-completion-help):
11066 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
11067 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
11068 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
11069 * locate.el (locate-update):
11070 * longlines.el (longlines-encode-region)
11071 (longlines-after-change-function):
11072 * outline.el (outline-isearch-open-invisible):
11073 * ps-def.el (declare-function, charset-dimension, char-width)
11074 (encode-char):
11075 * ps-mule.el (ps-mule-plot-string):
11076 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
11077 (recentf-edit-list-select, recentf-edit-list-validate)
11078 (recentf-open-files-action):
11079 * rect.el (delete-whitespace-rectangle-line)
11080 (rectangle-number-line-callback):
11081 * register.el (window-configuration-to-register)
11082 (frame-configuration-to-register):
11083 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
11084 * select.el (xselect-convert-to-string, xselect-convert-to-length)
11085 (xselect-convert-to-targets, xselect-convert-to-delete)
11086 (xselect-convert-to-filename, xselect-convert-to-charpos)
11087 (xselect-convert-to-lineno, xselect-convert-to-colno)
11088 (xselect-convert-to-os, xselect-convert-to-host)
11089 (xselect-convert-to-user, xselect-convert-to-class)
11090 (xselect-convert-to-name, xselect-convert-to-integer)
11091 (xselect-convert-to-atom, xselect-convert-to-identity):
11092 * subr.el (declare, ignore, process-kill-without-query)
11093 (text-clone-maintain):
11094 * terminal.el (te-get-char, te-tic-sentinel):
11095 * tool-bar.el (tool-bar-make-keymap):
11096 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
11097 * type-break.el (type-break-mode, type-break-noninteractive-query):
11098 * view.el (View-back-to-mark):
11099 * wid-browse.el (widget-browse-action, widget-browse-widget)
11100 (widget-browse-widgets, widget-browse-sexp):
11101 * widget.el (define-widget-keywords):
11102 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
11103 Mark unused parameters.
11104
11105 * align.el (align-adjust-col-for-rule): Mark unused parameter.
11106 (align-areas): Remove unused variable `look'.
11107 (align-region): Remove unused variables `real-end' and `pos-list'.
11108
11109 * apropos.el (apropos-score-doc): Remove unused variable `i'.
11110
11111 * bindings.el (mode-line-modified, mode-line-remote):
11112 Mark unused parameters.
11113 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
11114
11115 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
11116 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
11117
11118 * comint.el (comint-history-isearch-pop-state)
11119 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
11120 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
11121 (comint-substitute-in-file-name): Doc fix.
11122
11123 * completion.el (cmpl-statistics-block): Mark unused parameter.
11124 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
11125 (save-completions-to-file, load-completions-from-file):
11126 Remove unused local variable `e'.
11127
11128 * composite.el (compose-chars): Remove unused variable `len'.
11129 (lgstring-insert-glyph): Remove unused variable `g'.
11130 (compose-glyph-string): Remove unused variables `ascent',
11131 `descent', `lbearing' and `rbearing'.
11132 (compose-glyph-string-relative): Remove unused variables
11133 `lbearing', `rbearing' and `wadjust'.
11134 (compose-gstring-for-graphic): Remove unused variables `header',
11135 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
11136 (compose-gstring-for-terminal): Remove unused variables `header'
11137 and `nchars'. Use `let', not `let*'.
11138
11139 * cus-edit.el (Custom-set, Custom-save, custom-reset)
11140 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
11141 (Custom-buffer-done, custom-buffer-create-internal)
11142 (custom-browse-visibility-action, custom-browse-group-tag-action)
11143 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
11144 (widget-magic-mouse-down-action, custom-toggle-parent)
11145 (custom-add-parent-links, custom-toggle-hide-variable)
11146 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
11147 (custom-toggle-hide-face, face, hook, custom-group-link-action)
11148 (custom-face-menu-create, custom-variable-menu-create, get)
11149 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
11150 (custom-reset-standard-save-and-update): Remove unused variable `value'.
11151 (customize-apropos): Remove unused variable `tests'.
11152 (custom-group-value-create): Remove unused variable `hidden-p'.
11153 (sort-fold-case): Declare.
11154
11155 * cus-theme.el (custom-reset-standard-faces-list)
11156 (custom-reset-standard-variables-list): Declare.
11157 (customize-create-theme, custom-theme-revert, custom-theme-write)
11158 (custom-theme-choose-mode, customize-themes, custom-theme-save):
11159 Mark unused parameters.
11160
11161 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
11162
11163 * delim-col.el (delimit-columns-max): Move defvar before first use.
11164
11165 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 11166 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
11167
11168 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
11169 (auto-insert): Declare.
11170 (desktop-restore-file-buffer): Rename desktop-* parameters;
11171 mark unused ones.
11172 (desktop-create-buffer): Rename desktop-* parameters and bind them.
11173 (desktop-buffer): Rename desktop-* parameters.
11174
11175 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
11176 (dframe-reposition-frame-xemacs, dframe-help-echo)
11177 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
11178 Mark unused parameters.
11179
11180 * dired-aux.el (backup-extract-version-start, overwrite-query)
11181 (overwrite-backup-query, rename-regexp-query)
11182 (rename-non-directory-query): Declare.
11183 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
11184 (dired-add-entry): Remove unused variable `orig-file-name'.
11185 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
11186 Use parameter PRESERVE-TIME instead of accessing dynamic variable
11187 `dired-copy-preserve-time' directly.
11188 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
11189 (dired-insert-subdir-newpos): Rename unused variable `pos'.
11190
11191 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
11192 (dired-virtual-revert, dired-make-relative-symlink):
11193 Mark unused parameters.
11194 (manual-program): Declare.
11195 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
11196 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
11197 wrapped in `with-no-warnings' to avoid replacing one warning by another.
11198
11199 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
11200
11201 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
11202
11203 * echistory.el (electric-history-in-progress, Helper-return-blurb):
11204 Declare.
11205
11206 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
11207
11208 * electric.el (Electric-command-loop): Rename parameter
11209 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
11210
11211 * expand.el (expand-in-literal): Remove unused variable `here'.
11212
11213 * facemenu.el (facemenu-add-new-color):
11214 Remove unused variable `docstring'.
11215
11216 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
11217 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
11218 (face-attr-construct): Mark unused parameter. Doc fix.
11219 (read-color): Remove unused variable `hex-string'.
11220
11221 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
11222 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
11223 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
11224 (display-buffer-other-frame): Remove unused variable `old-window'.
11225 (kill-buffer-hook): Declare.
11226 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
11227 Mark unused parameters.
11228 (after-find-file): Pass 1 to `auto-save-mode', not t.
11229
11230 * files-x.el (auto-insert): Declare.
11231 (modify-file-local-variable-prop-line): Remove unused variable `val'.
11232
11233 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 11234 variable `buf'. Mark unused parameter.
06b60517
JB
11235 (find-lisp-insert-directory): Mark unused parameter.
11236
11237 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
11238 (format-encode-region): Remove unused variables `cur-buf' and `result'.
11239 (format-common-tail): Remove, unused.
11240 (format-deannotate-region): Remove unused variable `loc'.
11241 (format-annotate-region): Remove unused variable `p'.
11242 (format-annotate-single-property-change): Remove unused variables
11243 `default' and `tail'.
11244
11245 * forms.el (read-file-filter): Declare.
11246 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
11247
11248 * frame.el (frame-creation-function-alist): Mark unused parameter.
11249 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
11250
11251 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
11252 Remove unused parameters.
11253 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
11254 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
11255
11256 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
11257 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
11258 (hfy-prepare-tag-map): Mark unused parameters.
11259 (htmlfontify-buffer): Use `called-interactively-p'.
11260
11261 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
11262 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
11263 (ibuffer-do-occur): Mark unused parameters.
11264 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
11265 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
11266
11267 * ibuffer.el: Don't quote `lambda'.
11268 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
11269 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
11270 Mark unused parameters.
11271
11272 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
11273 (ido-completing-read): Mark unused parameters.
11274 (ido-copy-current-word): Mark unused parameters;
11275 remove unused variable `name'.
11276 (ido-sort-merged-list): Remove unused parameter `dirs'.
11277
11278 * ielm.el (ielm-input-sender): Mark unused parameter.
11279 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
11280 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
11281 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
11282 `ielm-string' as a dynamic variable accessible from the IELM prompt.
11283 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
11284
11285 * image-dired.el (image-dired-display-thumbs): Remove unused
11286 variables `curr-file' and `count'.
11287 (image-dired-remove-tag): Remove unused variable `start'.
11288 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
11289 variable `curr-file'
11290 (image-dired-rotate-original): Remove unused variable `temp-file'.
11291 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
11292 Remove unused variable `file'.
11293 (image-dired-gallery-generate): Remove unused variable `curr'.
11294 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
11295
11296 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
11297
11298 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
11299
11300 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
11301
11302 * isearch.el (minibuffer-history-symbol): Declare.
11303 (isearch-edit-string): Remove unused variable `err'.
11304 (isearch-message-prefix, isearch-message-suffix):
11305 Mark unused parameters.
11306
11307 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
11308
11309 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
11310
11311 * makesum.el (double-column): Remove unused variable `cnt'.
11312
11313 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
11314 (ido-ignore-item-temp-list): Declare.
11315
11316 * mouse-drag.el (mouse-drag-throw): Remove unused variables
11317 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
11318 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
11319 (mouse-drag-drag): Remove unused variables `mouse-delta' and
11320 `mouse-col-delta'.
11321
11322 * mouse-sel.el (mouse-extend-internal):
11323 Remove unused variable `orig-window-frame'.
11324
11325 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
11326 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
11327 Move declarations before first use.
11328 (pcomplete-opt): Mark unused parameters; doc fix.
11329
11330 * proced.el (proced-revert): Mark unused parameter.
11331 (proced-send-signal): Remove unused variable `err'.
11332
11333 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
11334 Rename parameter PREFIX-ARG to ARG.
11335 (ps-basic-plot-string, ps-basic-plot-whitespace):
11336 Mark unused parameters.
11337
11338 * replace.el (replace-count): Define.
11339 (occur-revert-function): Mark unused parameters.
11340 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
11341 (isearch-case-fold-search, isearch-string): Declare.
11342 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
11343 bind `case-fold-search'. Remove unused variables `beg' and `end',
11344 and simplify.
11345 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
11346 COUNT and bind `replace-count'.
11347 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
11348 to COUNT.
11349
11350 * savehist.el (print-readably, print-string-length): Declare.
11351
11352 * shadowfile.el (shadow-expand-cluster-in-file-name):
11353 Remove unused variable `cluster'.
11354 (shadow-copy-file): Remove unused variable `i'.
11355 (shadow-noquery, shadow-clusters, shadow-site-cluster)
11356 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
11357 (shadow-define-literal-group, shadow-define-regexp-group)
11358 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
11359
11360 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
11361 (shell): Use `called-interactively-p'.
11362 (shell-directory-tracker): Remove unused variable `chdir-failure'.
11363
11364 * simple.el (compilation-context-lines, comint-file-name-quote-list)
11365 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
11366 (delete-backward-char): Remove unused variable `ocol'.
11367 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
11368 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
11369 (event-apply-hyper-modifier, event-apply-shift-modifier)
11370 (event-apply-control-modifier, event-apply-meta-modifier):
11371 Mark unused parameters.
11372 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
11373 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
11374
11375 * speedbar.el (speedbar-ignored-directory-expressions)
11376 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
11377 (speedbar-find-file, speedbar-dir-follow)
11378 (speedbar-directory-buttons-follow, speedbar-tag-find)
11379 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
11380 (speedbar-buffers-line-directory, speedbar-buffer-click):
11381 Mark unused parameters.
11382 (speedbar-tag-file): Remove unused variable `mode'.
11383 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
11384
11385 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
11386
11387 * talk.el (talk): Remove unused variable `display'.
11388
11389 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
11390 (tar-write-region-annotate): Mark unused parameter.
11391
11392 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
11393 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
11394 Declare them, wrapped in `with-no-warnings' to avoid replacing one
11395 warning by another.
11396
11397 * time-stamp.el (time-stamp-string-preprocess):
11398 Remove unused variable `require-padding'.
11399
11400 * tree-widget.el (widget-glyph-enable): Declare.
11401 (tree-widget-action): Mark unused parameter.
11402
11403 * w32-fns.el (x-get-selection): Mark unused parameter.
11404 (autoload-make-program, generated-autoload-file): Declare.
11405
11406 * wdired.el (wdired-revert): Mark unused parameters.
11407 (wdired-xcase-word): Remove unused variable `err'.
11408
11409 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
11410 (whitespace-help-scroll): Remove unused variable `data-help'.
11411
11412 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
11413 (widget-image-insert, widget-after-change, default)
11414 (widget-default-format-handler, widget-default-notify)
11415 (widget-default-prompt-value, widget-info-link-action)
11416 (widget-url-link-action, widget-function-link-action)
11417 (widget-variable-link-action, widget-file-link-action)
11418 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
11419 (widget-field-prompt-internal, widget-field-action, widget-field-match)
11420 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
11421 (widget-insert-button-action, widget-delete-button-action, visibility)
11422 (widget-documentation-link-action, widget-documentation-string-action)
11423 (widget-const-prompt-value, widget-regexp-match, symbol)
11424 (widget-coding-system-prompt-value)
11425 (widget-key-sequence-value-to-external, sexp)
11426 (widget-sexp-value-to-internal, character, vector, cons)
11427 (widget-choice-prompt-value, widget-boolean-prompt-value)
11428 (widget-color--choose-action): Mark unused parameters.
11429 (widget-item-match-inline, widget-choice-match-inline)
11430 (widget-checklist-match, widget-checklist-match-inline)
11431 (widget-group-match): Rename parameter VALUES to VALS.
11432 (widget-field-value-set): Remove unused variable `size'.
11433 (widget-color-action): Remove unused variables `value' and `start'.
11434
11435 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 11436 variable `dir'. Doc fix.
06b60517
JB
11437 (windmove-find-other-window): Don't pass it.
11438
11439 * window.el (count-windows): Mark unused parameter.
11440 (bw-adjust-window): Remove unused variable `err'.
11441
11442 * woman.el (woman-file-name): Remove unused variable `default'.
11443 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
11444 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
11445 (global-font-lock-mode): Declare.
11446 (woman-decode-region): Mark unused parameter.
11447 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
11448
11449 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
11450 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
11451 (x-dnd-handle-moz-url): Remove unused variable `title'.
11452 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
11453
11454 * xml.el (xml-parse-tag, xml-parse-attlist):
11455 Remove unused variable `pos'.
11456
bc4f7f3d
GM
114572011-04-19 Glenn Morris <rgm@gnu.org>
11458
11459 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
11460 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
11461 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11462 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
11463 * calendar/cal-html.el (cal-html-insert-minical):
11464 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
11465 (calendar-mark-date-pattern):
11466 Prefix "unused" locals.
11467
11468 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
11469 optional argument `style'.
11470
11471 * calendar/appt.el (appt-make-list):
11472 * calendar/cal-china.el (calendar-chinese-date-string):
11473 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
11474 (diary-hebrew-yahrzeit):
11475 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
11476 * calendar/calendar.el (calendar-generate-window):
11477 * calendar/time-date.el (time-to-days):
11478 Remove unused local variables.
11479
16a43933
CY
114802011-04-18 Chong Yidong <cyd@stupidchicken.com>
11481
11482 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
11483 glyphless-char-display table.
11484 (tabulated-list-glyphless-char-display): New var.
11485
7eed1860
SS
114862011-04-18 Sam Steingold <sds@gnu.org>
11487
11488 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
11489 to acknowledgments.
11490
4d2d1ccd
GM
114912011-04-17 Glenn Morris <rgm@gnu.org>
11492
11493 * calendar/diary-lib.el (diary-sexp-entry):
11494 * calendar/holidays.el (holiday-sexp):
11495 Set debug-on-error rather than the removed stack-trace-on-error.
11496
239da61d
GM
114972011-04-16 Glenn Morris <rgm@gnu.org>
11498
11499 * progmodes/f90.el: Use lexical-binding.
11500 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11501
8b05752a
SM
115022011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11503
daca8ba5
SM
11504 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11505 (mail-mode): Setup mailalias completion here instead.
11506 * mail/mailalias.el: Use lexical-binding.
11507 (pattern, mailalias-done): Declare dynamic.
11508 (mail-completion-at-point-function): New function, from mail-complete.
11509 (mail-complete): Use it.
11510 (mail-completion-expand): New function.
11511 (mail-get-names): Use it.
11512 (mail-directory, mail-directory-process, mail-directory-stream):
11513 Don't use `pattern' for lexically bound arg.
11514
6f542485
SM
11515 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11516
037e7c3f
SM
11517 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11518 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11519 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11520
8b05752a
SM
11521 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11522 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11523 (byte-interactive-p): Define them again, for use when inlining
11524 old code.
11525
49093f60
JB
115262011-04-15 Juanma Barranquero <lekktu@gmail.com>
11527
11528 * loadup.el: Use `string-to-number', not `string-to-int'.
11529
b5b8e7de
SM
115302011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11531
11532 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11533 gud-gdb-complete-command.
11534 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11535 (gud-gdb-completion-at-point): New function.
11536 (gud-gdb-completions): Remove.
11537
f42efeb5
MA
115382011-04-14 Michael Albinus <michael.albinus@gmx.de>
11539
49093f60
JB
11540 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11541 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11542 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11543 whether `executable-find' is bound.
f42efeb5
MA
11544
11545 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11546
e240cc21
SM
115472011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * minibuffer.el (completion-in-region-mode-predicate)
11550 (completion-in-region-mode--predicate): New vars.
11551 (completion-in-region, completion-in-region--postch)
11552 (completion-in-region-mode): Use them.
11553 (completion--capf-wrapper): Also return the hook function.
11554 (completion-at-point, completion-help-at-point):
11555 Adjust and provide a predicate.
c2bd2ab0
SM
11556
11557 Preserve arg names for advice of subr and lexical functions (bug#8457).
11558 * help-fns.el (help-function-arglist): Consolidate the subr and
11559 new-byte-code cases. Add argument `preserve-names' to extract names
11560 from the docstring when needed.
11561 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11562 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11563 (ad-arglist): Use help-function-arglist's new arg.
11564 (ad-definition-type): Use cond.
11565
c183f693
JB
115662011-04-13 Juanma Barranquero <lekktu@gmail.com>
11567
06641a47
JB
11568 * autorevert.el (auto-revert-handler):
11569 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11570 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11571 Don't quote lambda.
11572
c183f693
JB
11573 * image-mode.el (image-transform-set-scale):
11574 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11575
1e3b6001
G
115762011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11577
11578 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 11579 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
11580 Upgrades via gnutls-cli are too slow to be done opportunistically.
11581
2d6af8dd
JB
115822011-04-12 Juanma Barranquero <lekktu@gmail.com>
11583
11584 * dframe.el (dframe-current-frame): Remove spurious quote.
11585
c0749a51
GM
115862011-04-12 Glenn Morris <rgm@gnu.org>
11587
088d0d61
GM
11588 * calendar/cal-tex.el (cal-tex-end-document):
11589 Try to automatically use latin1 input if needed.
11590
c0749a51
GM
11591 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11592 Don't try to cons a mark onto an empty element.
11593
5c90fde0
LL
115942011-04-11 Leo Liu <sdl.web@gmail.com>
11595
11596 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11597 buffers.
11598 (ido-kill-buffer-at-head): Support killing virtual buffers.
11599
369e974d
CY
116002011-04-10 Chong Yidong <cyd@stupidchicken.com>
11601
11602 * minibuffer.el (completion-show-inline-help): New var.
11603 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
11604 (minibuffer-force-complete, minibuffer-complete-word):
11605 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
11606
11607 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11608 to avoid interference from inline help (Bug#5849).
11609
37f1c930
LL
116102011-04-10 Leo Liu <sdl.web@gmail.com>
11611
099c39a4
JB
11612 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11613 Fix typo.
37f1c930 11614
a32d4040
CY
116152011-04-09 Chong Yidong <cyd@stupidchicken.com>
11616
11617 * image-mode.el (image-toggle-display-image): Signal an error if
11618 not in Image mode.
11619 (image-transform-mode, image-transform-resize)
11620 (image-transform-set-rotation): Doc fix.
daca8ba5 11621 (image-transform-set-resize): Delete.
a32d4040
CY
11622 (image-transform-set-scale, image-transform-fit-to-height)
11623 (image-transform-fit-to-width): Handle image-toggle-display-image
11624 and image-transform-resize directly.
11625
099c39a4 116262011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
11627
11628 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
11629 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11630 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
11631 (doc-view-mode-map): Add bindings for the new functions.
11632
099c39a4 116332011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 11634
4d61f28d 11635 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
11636 Fix typo in docstring.
11637
3726838a
EZ
116382011-04-08 Eli Zaretskii <eliz@gnu.org>
11639
04f33f1e
EZ
11640 * files.el (file-size-human-readable): Produce one digit after
11641 decimal, like "ls -lh" does.
11642
11643 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11644 the file size representation.
11645
3726838a
EZ
11646 * simple.el (list-processes): If async subprocesses are not
11647 available, error out with a clear error message.
11648
cbb59342
CY
116492011-04-08 Chong Yidong <cyd@stupidchicken.com>
11650
11651 * help.el (help-form-show): New function, to be called from C.
11652 Put help-form output in a buffer named differently than *Help*.
11653
e3971c44
EZ
116542011-04-08 Eli Zaretskii <eliz@gnu.org>
11655
11656 * files.el (file-size-human-readable): New function.
11657
11658 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11659 computing the representation inline. Don't require `cl'.
11660
12544bbe
GM
116612011-04-08 Glenn Morris <rgm@gnu.org>
11662
a1de6c6a
GM
11663 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11664
3c4671f4
GM
11665 * net/browse-url.el (browse-url-firefox):
11666 Test system-type, not system-configuration.
11667
b605679c
GM
11668 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11669 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11670 Use log-edit-empty-buffer-p. (Bug#7598)
11671
56442f0c
GM
11672 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11673 (rlogin-mode-map): Initialize in the defvar.
11674 (rlogin): Use ignore-errors.
11675
12544bbe
GM
11676 * replace.el (occur-mode-map): Some fixes for menu items.
11677
eb237b0f
AH
116782011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11679
11680 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11681
7d668f2c
CY
116822011-04-06 Chong Yidong <cyd@stupidchicken.com>
11683
e67a13ab
CY
11684 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11685 issuing unused warnings.
11686
11687 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11688 macro directly.
11689
7d668f2c
CY
11690 * simple.el: Lisp reimplement of list-processes. Based on an
11691 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11692 (process-menu-mode): New major mode.
11693 (list-processes--refresh, list-processes):
11694 (process-menu-visit-buffer): New functions.
11695
11696 * files.el (save-buffers-kill-emacs): Don't assume any return
11697 value of list-processes, which is undocumented anyway.
11698
a83ec3c9
CY
116992011-04-06 Chong Yidong <cyd@stupidchicken.com>
11700
11701 * emacs-lisp/tabulated-list.el: New file.
11702
e91a96fe
CY
11703 * emacs-lisp/package.el: Use Tabulated List mode.
11704 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11705 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11706 table format using Tabulated List mode variables.
11707 (package--push): New macro, replacing package-list-maybe-add.
11708 (package-menu--generate): Use package--push. Renamed from
11709 package--generate-package-list.
11710 (package-menu-refresh, list-packages): Use it.
daca8ba5 11711 (package-menu--print-info): Rename from package-print-package.
e91a96fe 11712 Return insertion data instead of inserting it directly.
099c39a4
JB
11713 (package-menu-describe-package, package-menu-execute):
11714 Use tabulated-list-get-id.
e91a96fe
CY
11715 (package-menu-mark-delete, package-menu-mark-install)
11716 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
11717 (package-menu-mark-obsolete-for-deletion):
11718 Use tabulated-list-put-tag.
e91a96fe
CY
11719 (package--list-packages, package-menu-revert)
11720 (package-menu-get-package, package-menu-get-version)
11721 (package-menu-sort-by-column): Functions deleted.
11722 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11723 (package-menu--status-predicate, package-menu--version-predicate)
11724 (package-menu--name-predicate)
11725 (package-menu--description-predicate): Handle arguments in the
11726 Tabulated List format.
11727 (package-list-packages-no-fetch): Call list-packages.
11728
3e214b50
JB
117292011-04-06 Juanma Barranquero <lekktu@gmail.com>
11730
11731 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 11732 (after-find-file): Don't bind it.
3e214b50
JB
11733 (revert-buffer-in-progress-p): New variable.
11734 (revert-buffer): Bind it.
11735 Pass nil for `after-find-file-from-revert-buffer'.
11736
11737 * saveplace.el (save-place-find-file-hook): Use new variable
11738 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11739
3f0f1700
GM
117402011-04-06 Glenn Morris <rgm@gnu.org>
11741
c0274801
GM
11742 * Makefile.in (AUTOGEN_VCS): New variable.
11743 (autoloads): Use $AUTOGEN_VCS.
11744
3f0f1700
GM
11745 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11746 * calendar/calendar.el (calendar-mode-map):
11747 Check for toolkit scroll bars. (Bug#8305)
11748
41ea9e48
CY
117492011-04-05 Chong Yidong <cyd@stupidchicken.com>
11750
11751 * minibuffer.el (completion-in-region--postch)
11752 (completion-in-region-mode): Remove unnecessary messages.
11753
6194c800
JB
117542011-04-05 Juanma Barranquero <lekktu@gmail.com>
11755
33256f14
JB
11756 * font-lock.el (font-lock-refresh-defaults):
11757 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11758 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11759
6194c800
JB
11760 * info.el (Info-directory-list, Info-read-node-name-2)
11761 (Info-split-parameter-string): Doc fixes.
11762 (Info-virtual-nodes): Reflow docstring.
11763 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11764 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11765 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11766 Fix typos in docstrings.
11767 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11768 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11769 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11770 (Info-restore-desktop-buffer): Mark unused parameters.
11771 (Info-directory-find-file, Info-directory-find-node)
11772 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11773 (Info-virtual-index-find-node, Info-apropos-find-file)
11774 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 11775 Mark unused parameters; fix typos in docstrings.
6194c800
JB
11776 (Info-virtual-index): Remove unused local variable `nodename'.
11777
b87a8200 117782011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 11779
b87a8200
DD
11780 * net/rcirc.el: Update my e-mail address.
11781 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 11782
3b2ff876
CY
117832011-04-05 Chong Yidong <cyd@stupidchicken.com>
11784
11785 * startup.el (command-line): Save the cursor's theme-face
11786 directly, instead of using face-override-spec.
11787
11788 * custom.el (load-theme): Minor optimization in assigning faces.
11789
8d17e7ca
JB
117902011-04-04 Juanma Barranquero <lekktu@gmail.com>
11791
11792 * help-fns.el (describe-variable): Complete all variables having
11793 documentation, including keywords.
11794 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11795
2fbc1934
JB
117962011-04-04 Juanma Barranquero <lekktu@gmail.com>
11797
11798 Convert to lexical-binding.
11799
11800 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11801 (bs--get-marked-string, bs--get-modified-string)
11802 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11803 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11804 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11805
11806 * ehelp.el (electric-help-execute-extended)
11807 (electric-help-ctrl-x-prefix):
11808 * hexl.el (hexl-revert-buffer-function):
11809 * linum.el (linum-after-change, linum-after-scroll):
11810 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11811
11812 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11813
74f50695
DU
118142011-04-04 Daiki Ueno <ueno@unixuser.org>
11815
11816 * epa-dired.el:
11817 * epa-mail.el:
11818 * epa-hook.el:
11819 * epa-file.el:
11820 * epa.el:
11821 * epg.el: Use lexical binding.
11822
c11325f7
CY
118232011-04-03 Chong Yidong <cyd@stupidchicken.com>
11824
0d9e9a12
CY
11825 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11826
c11325f7 11827 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
11828 dictionary case for flyspell-mark-duplications-exceptions.
11829 Use regexp matching for languages.
c11325f7
CY
11830 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11831 default dictionary (Bug#7926).
11832
da91b5f2
CY
118332011-04-02 Chong Yidong <cyd@stupidchicken.com>
11834
099c39a4
JB
11835 * emacs-lisp/package.el (package--with-work-buffer):
11836 Recognize https URLs.
da91b5f2 11837
099c39a4
JB
11838 * net/network-stream.el: Move from gnus/proto-stream.el.
11839 Change prefix to network-stream throughout.
da91b5f2
CY
11840 (open-protocol-stream): Merge into open-network-stream, leaving
11841 open-protocol-stream as an alias. Handle nil BUFFER args.
11842
11843 * subr.el (open-network-stream): Move to net/network-stream.el.
11844
afa8e9f6
GM
118452011-04-02 Glenn Morris <rgm@gnu.org>
11846
1d2e369d
GM
11847 * find-dired.el (find-exec-terminator): New option.
11848 (find-ls-option): Test for -ls support.
11849 (find-ls-subdir-switches): Test for -b in find-ls-option.
11850 (find-dired, find-grep-dired): Doc fixes.
11851 (find-dired): Use find-exec-terminator.
11852
8abb7da8 11853 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
11854 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11855 (find-name-arg): Remove purecopy.
8abb7da8 11856
f3ca7378
GM
11857 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11858 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11859 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11860 accordingly. Don't add the null-device if not needed.
11861
afa8e9f6
GM
11862 * files.el (save-some-buffers): Doc fix.
11863
35eae264
EZ
118642011-04-02 Eli Zaretskii <eliz@gnu.org>
11865
11866 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11867
26b51db5
JB
118682011-04-01 Juanma Barranquero <lekktu@gmail.com>
11869
11870 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11871 Use `dolist' rather than `mapcar'.
11872
7200d79c
SM
118732011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11874
03408648 11875 Add lexical binding.
7200d79c 11876
03408648
SM
11877 * subr.el (apply-partially): Use new closures rather than CL.
11878 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11879 (dolist, dotimes): Use slightly different expansion for lexical code.
11880 (functionp): Move to C.
11881 (letrec): New macro.
11882 (with-wrapper-hook): Use it and apply-partially instead of CL.
11883 (eval-after-load): Preserve lexical-binding.
11884 (save-window-excursion, with-output-to-temp-buffer): Turn them
11885 into macros.
7200d79c 11886
03408648
SM
11887 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11888
11889 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11890 than the arglist.
11891 (help-add-fundoc-usage): Don't add `Not documented'.
11892 (help-function-arglist): Handle closures, subroutines, and new
11893 byte-code-functions.
11894 (help-make-usage): Remove leading underscores.
11895 (describe-function-1): Handle closures.
11896 (describe-variable): Use special-variable-p for completion.
11897
11898 * files.el (lexical-binding): Declare safe.
f488fb65 11899
03408648
SM
11900 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11901 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11902 (pcase): Add `let' pattern.
11903 Change memoization so it actually works.
11904 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11905 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11906 <let>: New case.
f488fb65 11907
03408648
SM
11908 * emacs-lisp/macroexp.el: Use lexical binding.
11909 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11910 Don't convert ' to #' without checking that it's indeed quoting
11911 a lambda.
11912
11913 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 11914 Use eval-sexp-add-defvars.
03408648
SM
11915 (eval-sexp-add-defvars): New fun.
11916
11917 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11918
11919 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11920 Don't autoload.
11921 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11922 than the internal `byte-compile-lambda'.
11923 (defmethod): Don't hide code under quotes.
11924 (eieio-defmethod): New `code' argument.
11925
11926 * emacs-lisp/eieio-comp.el: Remove.
11927
11928 * emacs-lisp/edebug.el (edebug-eval-defun)
11929 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11930 (edebug-toggle): Avoid `eval'.
11931
11932 * emacs-lisp/disass.el (disassemble-internal): Handle new
11933 `closure' objects.
11934 (disassemble-1): Handle new byte codes.
11935
11936 * emacs-lisp/cl.el (pushnew): Silence warning.
11937
11938 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11939 (cl-byte-compile-throw): Remove.
11940 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11941
11942 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11943 closures.
11944
11945 * emacs-lisp/cconv.el: New file.
11946
11947 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11948 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11949 (byte-compile-initial-macro-environment):
11950 Handle declare-function here.
11951 (byte-compile--lexical-environment): New var.
11952 (byte-stack-ref, byte-stack-set, byte-discardN)
11953 (byte-discardN-preserve-tos): New lap codes.
11954 (byte-interactive-p): Don't use any more.
11955 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11956 New macros.
11957 (byte-compile-lapcode): Use them and handle new lap codes.
11958 (byte-compile-obsolete): Remove.
11959 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11960 (byte-compile-arglist-warn): Check late def of inlinable funs.
11961 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11962 since they should have been expanded by now.
11963 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11964 (byte-compile-from-buffer): Remove unused second arg.
11965 (byte-compile-preprocess): New function.
11966 (byte-compile-toplevel-file-form): New function to distinguish
11967 file-form calls from outside from file-form calls from hunk-handlers.
11968 (byte-compile-file-form): Simplify.
11969 (byte-compile-file-form-defsubst): Remove.
11970 (byte-compile-file-form-defmumble): Simplify now that
11971 byte-compile-lambda always returns a byte-code-function.
11972 (byte-compile): Preprocess.
11973 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11974 Remove, not used any more.
11975 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11976 (byte-compile-make-args-desc): New funs.
11977 (byte-compile-lambda): Handle lexical functions. Always return
11978 a byte-code-function.
11979 (byte-compile-reserved-constants): New var, to make up room for
11980 closed-over variables.
11981 (byte-compile-constants-vector): Obey it.
11982 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11983 (byte-compile-macroexpand-declare-function): New function.
11984 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11985 byte-code-functions.
11986 (byte-compile-form): Check obsolescence here.
11987 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11988 (byte-compile-variable-ref): Remove.
11989 (byte-compile-dynamic-variable-op): New fun.
11990 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11991 (byte-compile-variable-set): New funs.
11992 (byte-compile-discard): Add 2 args.
11993 (byte-compile-stack-ref, byte-compile-stack-set)
11994 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11995 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11996 macroexpand-all instead.
11997 (byte-compile-quote-form): Remove.
11998 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11999 (byte-compile-bind, byte-compile-unbind): New funs.
12000 (byte-compile-let): Handle let* and lexical binding.
12001 (byte-compile-let*): Remove.
12002 (byte-compile-catch, byte-compile-unwind-protect)
12003 (byte-compile-track-mouse, byte-compile-condition-case):
12004 Handle a new :fun-body form, used for lexical scoping.
12005 (byte-compile-save-window-excursion)
12006 (byte-compile-with-output-to-temp-buffer): Remove.
12007 (byte-compile-defun): Simplify.
12008 (byte-compile-stack-adjustment): New fun.
12009 (byte-compile-out): Use it.
12010 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
12011
12012 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
12013 handler any more.
12014
12015 * emacs-lisp/byte-opt.el: Use lexical binding.
12016 (byte-inline-lapcode): Remove (to bytecomp).
12017 (byte-compile-inline-expand): Pay attention to inlining to/from
12018 lexically bound code.
12019 (byte-compile-unfold-lambda): Don't handle byte-code-functions
12020 any more.
12021 (byte-optimize-form-code-walker): Don't handle save-window-excursion
12022 any more and don't call compiler-macros.
12023 (byte-compile-splice-in-already-compiled-code): Remove.
12024 (byte-code): Don't inline any more.
12025 (disassemble-offset): Receive `bytes' as argument rather than via
12026 dynamic scoping.
12027 (byte-compile-tag-number): Declare before first use.
12028 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
12029 `return' even if make-spliceable.
12030 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
12031 obsolete interactive-p.
12032 (byte-optimize-lapcode): Optimize new lap-codes.
12033 Don't trip up on new form of `byte-constant' lap code.
12034
12035 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
12036
12037 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
12038
12039 * custom.el (custom-initialize-default, custom-declare-variable):
12040 Use `defvar'.
12041
12042 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
12043 New variables.
12044 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
12045 (COMPILE_FIRST): Add macroexp and cconv.
12046 * makefile.w32-in: Mirror changes in Makefile.in.
12047
12048 * vc/cvs-status.el:
12049 * vc/diff-mode.el:
12050 * vc/log-edit.el:
12051 * vc/log-view.el:
12052 * vc/smerge-mode.el:
12053 * textmodes/bibtex-style.el:
12054 * textmodes/css.el:
12055 * startup.el:
12056 * uniquify.el:
da91b5f2
CY
12057 * minibuffer.el:
12058 * newcomment.el:
12059 * reveal.el:
12060 * server.el:
12061 * mpc.el:
12062 * emacs-lisp/smie.el:
12063 * doc-view.el:
12064 * dired.el:
03408648
SM
12065 * abbrev.el: Use lexical binding.
12066
0f0c1f27
EZ
120672011-04-01 Eli Zaretskii <eliz@gnu.org>
12068
12069 * info.el (info-display-manual): New function.
12070
c82b2579
SM
120712011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12072
12073 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
12074
221ddf68
TH
120752011-03-31 Tassilo Horn <tassilo@member.fsf.org>
12076
12077 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 12078 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 12079
cba6e77e
GM
120802011-03-31 Glenn Morris <rgm@gnu.org>
12081
e040639f
GM
12082 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
12083
cba6e77e
GM
12084 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
12085
6d0f1c9e
CS
120862011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
12087
12088 * progmodes/python.el (python-default-interpreter)
12089 (python-python-command-args, python-jython-command-args)
12090 (python-which-shell, python-which-args, python-which-bufname)
12091 (python-file-queue, python-comint-output-filter-function)
12092 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
12093 variables and functions.
12094
3e2d70fd
SM
120952011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12096
12097 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
12098 (completion-in-region-mode): New minor mode.
12099 (completion-in-region): Use it.
12100 (completion-in-region--data, completion-in-region-mode-map): New vars.
12101 (completion-in-region--postch): New function.
12102 (completion--capf-misbehave-funs, completion--capf-safe-funs):
12103 New vars.
12104 (completion--capf-wrapper): New function.
12105 (completion-at-point): Use it to track well-behavedness of
12106 hook functions.
12107 (completion-help-at-point): New command.
12108
f3e4086c
JM
121092011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
12110
12111 * vc/add-log.el (add-change-log-entry): Don't use whitespace
12112 syntax class to search for whitespace on a single line
12113 (Message-ID: <4D938140.4030905@redhat.com>).
12114
eb7ffc14
LL
121152011-03-30 Leo Liu <sdl.web@gmail.com>
12116
12117 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
12118 New commands.
12119 (edit-abbrevs-map): Bind them here.
12120 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
12121
d806ab68
KM
121222011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
12123
12124 * allout.el (allout-hide-by-annotation, allout-flag-region):
12125 Reduce possibility of overlay leakage by making them volatile.
12126
12127 * allout-widgets.el (allout-widgets-tally): Define as nil so the
12128 hash is not shared between buffers. Mode initialization is
12129 responsible for giving it a useful starting value.
12130 (allout-item-span): Reduce possibility of overlay leakage by
12131 making them volatile.
12132 (allout-widgets-count-buttons-in-region): Add diagnostic function
12133 for tracking down button overlay leaks.
12134
ea622834
LL
121352011-03-29 Leo Liu <sdl.web@gmail.com>
12136
12137 * ido.el (ido-read-internal): Use the default history var
12138 minibuffer-history if no HISTORY is specified.
12139
b62f8267
G
121402011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
12141
03408648
SM
12142 * net/imap.el (imap-shell-open, imap-process-connection-type):
12143 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
12144 Kerberos, SSL, other subprocesses.
12145
947b6566
LL
121462011-03-28 Leo Liu <sdl.web@gmail.com>
12147
12148 * abbrev.el (abbrev-table-empty-p): New function.
12149 (prepare-abbrev-list-buffer): Place empty abbrev tables after
12150 nonempty ones. (Bug#5937)
12151
5ffb62aa
JD
121522011-03-27 Jan Djärv <jan.h.d@swipnet.se>
12153
12154 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
12155
7a097943
LL
121562011-03-27 Leo Liu <sdl.web@gmail.com>
12157
12158 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
12159 for foreground and background colors.
12160 (ansi-color-make-color-map): Adapt.
12161
c5b40130
LL
121622011-03-25 Leo Liu <sdl.web@gmail.com>
12163
1f48f7d2
LL
12164 * midnight.el (midnight-time-float): Remove. Note it calculates
12165 the microsecond component incorrectly and seconds-to-time does the
12166 same job.
625897ec 12167 Remove redundant (require 'timer).
1f48f7d2 12168
c5b40130
LL
12169 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
12170 (ido-completions): Remove unused arguments. (Bug#8329)
12171
d86d2721
SM
121722011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * minibuffer.el (completion--flush-all-sorted-completions):
12175 Remove itself from hook.
12176 (completion-at-point): Let the functions perform the completion
12177 immediately and return nil or t.
12178 * comint.el (comint-dynamic-complete-functions): Now identical to
12179 completion-at-point-functions.
12180 (comint-dynamic-list-input-ring): Remove unused var `index'.
12181 (comint--match-partial-filename, comint--unquote&expand-filename):
12182 New funs, split from comint-match-partial-filename.
12183 (comint-dynamic-complete): Use completion-at-point.
12184 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
12185
e8974c48
DA
121862011-03-24 Drew Adams <drew.adams@oracle.com>
12187
12188 * thingatpt.el: Support `defun'.
12189
def71b5e
LL
121902011-03-23 Leo Liu <sdl.web@gmail.com>
12191
cb5af48e
LL
12192 * abbrevlist.el: Move to obsolete/abbrevlist.el.
12193
def71b5e
LL
12194 * help-mode.el (help-mode-finish): Tweak regexp.
12195
927c53e7
GM
121962011-03-23 Glenn Morris <rgm@gnu.org>
12197
18d05bed
GM
12198 * eshell/esh-opt.el (eshell-eval-using-options):
12199 Do not bind unused local variable `eshell-option-stub'.
12200
927c53e7
GM
12201 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
12202
9d0da923
JB
122032011-03-22 Juanma Barranquero <lekktu@gmail.com>
12204
12205 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
12206 keymap variable in `with-no-warnings' to avoid a warning when the
12207 keymap has been already `defconst'ed.
12208
4b978a67
LL
122092011-03-22 Leo Liu <sdl.web@gmail.com>
12210
12211 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
12212 encode all chars in abbrevs; otherwise use emacs-mule or
12213 utf-8-emacs. (Bug#8308)
12214
5fd62452
JB
122152011-03-22 Juanma Barranquero <lekktu@gmail.com>
12216
0b1596c6
JB
12217 * simple.el (backward-delete-char-untabify):
12218 Avoid warning about using `delete-backward-char'.
12219
5fd62452
JB
12220 * image.el (image-type-file-name-regexps): Make it variable.
12221 `imagemagick-register-types' modifies it, and the user may want
12222 to add new extensions for known image types.
12223 (imagemagick-register-types): Throw error if not using ImageMagick.
12224
0b4e93f1
LL
122252011-03-22 Leo Liu <sdl.web@gmail.com>
12226
12227 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
12228 located before rcirc-prompt-end-marker.
12229 (rcirc-complete): Error if point is not after rcirc prompt.
12230 Handle the case when table is nil.
9882e214 12231 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 12232
fccee4ab
CY
122332011-03-22 Chong Yidong <cyd@stupidchicken.com>
12234
12235 * custom.el (custom--inhibit-theme-enable): Make it affect only
12236 custom-theme-set-variables and custom-theme-set-faces.
12237 (provide-theme): Ignore custom--inhibit-theme-enable.
12238 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
12239 (custom-enabling-themes): Delete variable.
d86d2721
SM
12240 (enable-theme): Accept only loaded themes as arguments.
12241 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
12242 (custom-enabled-themes): Forbid themes from setting this.
12243 Eliminate use of custom-enabling-themes.
12244 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 12245
af896da6
LL
122462011-03-21 Leo Liu <sdl.web@gmail.com>
12247
12248 * ido.el (ido-read-internal): Add ido-selected to history instead
12249 of user input.
12250
78f64af0
SM
122512011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * subr.el (deferred-action-list, deferred-action-function):
12254 Mark obsolete.
12255
b16ac1ec
LL
122562011-03-21 Leo Liu <sdl.web@gmail.com>
12257
810f7698
LL
12258 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
12259 change on 2011-02-13 (bug#8309).
12260
b16ac1ec
LL
12261 * minibuffer.el (read-file-name-function): Change default value.
12262 (read-file-name--defaults): Rename from read-file-name-defaults.
12263 (read-file-name-default): Rename from read-file-name.
12264 (read-file-name): Call read-file-name-function.
12265
4e05e67e
GM
122662011-03-21 Glenn Morris <rgm@gnu.org>
12267
12268 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
12269 Doc fixes.
12270
4359915b
CY
122712011-03-21 Chong Yidong <cyd@stupidchicken.com>
12272
12273 * cus-theme.el: Add missing provide statement.
12274 (customize-create-theme): Extract theme value correctly.
12275 (custom-theme-visit-theme): Autoload.
12276 (customize-create-theme): Prompt before inserting default faces.
12277
1fe275ee
JB
122782011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12279
12280 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
12281 units and musical notes.
12282
cd394be1 122832011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
12284
12285 * ido.el (ido-read-internal): Use completing-read-default.
12286 (ido-completing-read): Fix compatibility with completing-read.
12287
7d476bde
CO
122882011-03-20 Christian Ohler <ohler@gnu.org>
12289
12290 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
12291 (ert-delete-all-tests): Use `called-interactively-p' rather than
12292 `interactive-p'.
12293 (ert--make-xrefs-region): Respect END.
12294
fe0fb33e
CY
122952011-03-19 Chong Yidong <cyd@stupidchicken.com>
12296
ff854b0b
CY
12297 * dired-aux.el (dired-create-directory): Signal an error if the
12298 directory already exists (Bug#8246).
12299
fe0fb33e
CY
12300 * facemenu.el (list-colors-display): Call list-faces-display
12301 inside with-help-window.
12302 (list-colors-print): Use display property to align the final
12303 column, instead of checking window-width.
12304
576bce32
EZ
123052011-03-19 Eli Zaretskii <eliz@gnu.org>
12306
4d61f28d 12307 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
12308 windows-nt systems.
12309 (emerge-protect-metachars): Quote correctly for ms-dos and
12310 windows-nt systems.
12311
89c41d68 123122011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
12313
12314 * info.el (info-initialize): Replace all uses of `:' with
12315 path-separator for compatibility with non-Unix systems.
12316 Cache quoting of path-separator. (Bug#8258)
12317
b14e3e21 123182011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
12319
12320 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
12321 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
12322 (mouse-avoidance-mode): Fix typos in docstrings.
12323
4525ce3e
CY
123242011-03-19 Chong Yidong <cyd@stupidchicken.com>
12325
12326 * startup.el (package-subdirectory-regexp): Move from package.el.
12327 Omit \\` and \\', and let callers add them.
12328
12329 * emacs-lisp/package.el (package-strip-version)
12330 (package-load-all-descriptors): Add \\` and \\' to
12331 package-subdirectory-regexp before using it.
12332 (package-untar-buffer): New arg DIR; ensure that file untars only
12333 into this expected directory. Remove superfluous delete-region.
12334 (package-unpack): Caller changed.
12335 (package-tar-file-info): Use package-subdirectory-regexp.
12336
a904a09a 123372011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 12338
a904a09a
SM
12339 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
12340 diff-mode-shared-map (bug#8284).
12341 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
12342
123432011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12344
12345 * calendar/time-date.el (format-seconds): Use assoc instead of
12346 assoc-string, since assoc-string doesn't exist in XEmacs.
12347
171fc304
JB
123482011-03-17 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * custom.el (custom-known-themes): Reflow docstring.
12351 (custom-theme-load-path): Fix typo in docstring.
12352 (load-theme): Fix typo in error message.
12353 (custom-available-themes, custom-variable-theme-value):
12354 Use `let', not `let*'.
12355
d71990a1
JB
123562011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
12357
12358 * calc/README: Mention inclusion of musical notes.
12359
12360 * calc/calc-units.el (calc-lu-quant): Rename from
12361 `calc-logunits-quantity'.
12362 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
12363 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
12364 (calc-db): Rename from `calc-dblevel'.
12365 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
12366 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
12367 (calc-np): Rename from `calc-nplevel'.
12368 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
12369 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
12370 (calc-lu-plus): Rename from `calc-logunits-add'.
12371 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
12372 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
12373 (calc-lu-minus): Rename from `calc-logunits-sub'.
12374 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
12375 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
12376 (calc-lu-times): Rename from `calc-logunits-mul'.
12377 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
12378 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
12379 (calc-lu-divide): Rename from `calc-logunits-div'.
12380 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
12381 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
12382
12383 * calc/calc-ext.el (calc-init-extensions): Update the names of the
12384 functions being autoloaded.
12385
12386 * calc/calc.el (calc-lu-power-reference): Rename from
12387 `calc-logunits-power-reference'.
12388 (calc-lu-field-reference): Rename from
12389 `calc-logunits-field-reference'.
12390
7a71b18d
GM
12391 * calc/calc-help.el (calc-l-prefix-help):
12392 Mention musical note functions.
d71990a1 12393
40c2934b
SM
123942011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12395
12396 * minibuffer.el (completion-all-sorted-completions):
12397 Use :completion-cycle-penalty text property if present.
12398
b0911414
KM
123992011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
12400
12401 * allout.el (allout-yank-processing): Adjust for new rebulleting
12402 regime so bullet being yanked is used without prompting the user
12403 for a choice.
12404
8a05b668
JB
124052011-03-16 Juanma Barranquero <lekktu@gmail.com>
12406
12407 * startup.el (command-line): Warn the user that _emacs is deprecated.
12408
5ba5fb81
JB
124092011-03-16 Juanma Barranquero <lekktu@gmail.com>
12410
12411 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
12412 (delphi-verbose, delphi-comment-face, delphi-string-face)
12413 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
12414 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
12415 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
12416 (delphi-new-comment-line, delphi-font-lock-defaults)
12417 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
12418 Fix typos in docstrings.
12419
2dab465b
KM
124202011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
12421
5ba5fb81 12422 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
12423 Invert the roles of character and string values for INSTEAD, so a
12424 string is used for the more common case of a defaulting prompt.
12425
0adf5618
SM
124262011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * progmodes/ruby-mode.el (ruby-backward-sexp):
12429 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
12430 * play/gamegrid.el (gamegrid-make-face):
12431 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
12432 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
12433 * notifications.el (notifications-notify):
12434 * net/xesam.el (xesam-search-engines):
12435 * net/quickurl.el (quickurl-list-insert):
12436 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
12437
d72700e5
CY
124382011-03-15 Chong Yidong <cyd@stupidchicken.com>
12439
12440 * startup.el (command-line): Update package subdirectory regexp.
12441
49c5410a
SM
124422011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12443
c6eee9aa
SM
12444 * allout.el (allout-abbreviate-flattened-numbering)
12445 (allout-mode-deactivate-hook): Fix up obsolescence "date".
12446
49c5410a
SM
12447 * subr.el (read-char-choice): Only show the cursor after the prompt,
12448 not after the answer.
12449
047b2bb9
KR
124502011-03-15 Kevin Ryde <user42@zip.com.au>
12451
12452 * help-fns.el (variable-at-point): Skip leading quotes, if any
12453 (bug#8253).
12454
0a57d256
SM
124552011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12456
12457 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
12458 warning message.
12459
77c992bc
MA
124602011-03-14 Michael Albinus <michael.albinus@gmx.de>
12461
12462 * shell.el (shell): When called interactively, offer to change the
12463 shell file name on remote hosts.
12464
eebc475d
TZ
124652011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12466
12467 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
12468 integration for LDAP parameters. The host, base, user or binddn,
12469 and secret tokens can be specified in a netrc file, for instance.
12470 This is optional because an `auth-source' parameter must be
12471 specified in the search attributes.
12472
9d05d1ba
JB
124732011-03-13 Juanma Barranquero <lekktu@gmail.com>
12474
12475 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12476
09d9db2c
GM
124772011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12478
12479 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
12480 into declaration. Remove redundant and harmful binding.
12481
124822011-03-12 Eli Zaretskii <eliz@gnu.org>
12483
12484 * files.el (file-ownership-preserved-p): Pass `integer' as an
12485 explicit 2nd argument to `file-attributes'. If the file's owner
12486 is the Administrators group on Windows, and the current user is
12487 Administrator, consider that a match.
12488
12489 * server.el (server-ensure-safe-dir): Consider server directory
12490 safe on MS-Windows if its owner is the Administrators group while
12491 the current Emacs user is Administrator. Use `=' to compare
12492 numerical UIDs, since they could be integers or floats.
12493
219bd536
JB
124942011-03-12 Juanma Barranquero <lekktu@gmail.com>
12495
12496 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12497
f3afd36b
MA
124982011-03-12 Michael Albinus <michael.albinus@gmx.de>
12499
12500 Sync with Tramp 2.2.1.
12501
12502 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12503
12504 * net/trampver.el: Update release number.
12505
3aaaa6f1
SM
125062011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12507
94642599
SM
12508 * progmodes/compile.el (compilation--previous-directory): Fix up
12509 various nil/dead-marker mismatches (bug#8014).
12510 (compilation-directory-properties, compilation-error-properties):
12511 Don't call it at a position past the one we're about to change.
12512
3aaaa6f1
SM
12513 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12514 Disable obsolescence warnings in the file that declares it.
12515
14239447
KM
125162011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12517
099c39a4
JB
12518 * allout-widgets.el (allout-widgets-tally):
12519 Initialize allout-widgets-tally as a hash table rather than nil to
12520 prevent mode-line redisplay warnings. Also, clarify the module
12521 description and fix a comment typo.
14239447 12522
135e287c
JB
125232011-03-11 Juanma Barranquero <lekktu@gmail.com>
12524
12525 * help-fns.el (describe-variable): Don't complete keywords.
12526 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12527
ffbf300e
CY
125282011-03-10 Chong Yidong <cyd@stupidchicken.com>
12529
ba08b241
CY
12530 * emacs-lisp/package.el (package-version-join): Impose a standard
12531 string representation for pre/alpha/beta version lists.
12532 (package-unpack-single): Standardize the directory name by passing
12533 it through package-version-join.
12534 (package-strip-rcs-id): Accept any version string that does not
12535 signal an error in version-to-list.
ffbf300e 12536
f346fd6b
MA
125372011-03-10 Michael Albinus <michael.albinus@gmx.de>
12538
12539 * simple.el (delete-trailing-whitespace): Return nil for the
12540 benefit of `write-file-functions'.
12541
ccb55d27
GM
125422011-03-10 Glenn Morris <rgm@gnu.org>
12543
5ceaac0c
GM
12544 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12545
02da65ff
GM
12546 * vc/vc-git.el (vc-git-program): New option.
12547 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12548 (vc-git--call): Use it.
12549
b2f603cc
GM
12550 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12551
5772caab
GM
12552 * cus-edit.el (Custom-newline): If no button at point, look
12553 for a subgroup button at start-of-line. (Bug#2298)
12554
ccb55d27
GM
12555 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12556
ec6ecaed
JD
125572011-03-10 Julien Danjou <julien@danjou.info>
12558
12559 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12560 `cursor-type' is nil.
12561
9d5aa01d
JB
125622011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12563
12564 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12565
b6a5875b
KM
125662011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12567
7a71b18d 12568 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
12569 preserves the existing header prefix, rebulleting it if necessary,
12570 rather than replacing it. This is necessary for proper operation
12571 of cooperative addons like allout-widgets.
1154d12e
JB
12572 (allout-make-topic-prefix, allout-rebullet-heading):
12573 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12574 value as alternate bullet to be used, instead of prompting the user
12575 for a bullet character.
b6a5875b 12576
ee545c35
MA
125772011-03-09 Michael Albinus <michael.albinus@gmx.de>
12578
d86d2721
SM
12579 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12580 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
12581 `tramp-default-port'.
12582
c47971d7
DD
125832011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12584
12585 * net/rcirc.el (rcirc-handler-001): Remove useless
12586 with-rcirc-process-buffer.
12587 (rcirc-check-auth-status): Swap arguments to string-match.
12588
13522cb4
GM
125892011-03-09 Glenn Morris <rgm@gnu.org>
12590
0be6f4f1
GM
12591 * shell.el (shell-mode):
12592 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12593
13522cb4
GM
12594 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12595 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12596
515de2e3
CY
125972011-03-08 Chong Yidong <cyd@stupidchicken.com>
12598
12599 * emacs-lisp/package.el (package-refresh-contents)
12600 (package-menu-execute): Use condition-case-no-debug.
12601
b511b994
MA
126022011-03-08 Michael Albinus <michael.albinus@gmx.de>
12603
12604 * simple.el (shell-command-to-string): Use `process-file'.
12605
12606 * emacs-lisp/package.el (package-tar-file-info): Handle also
12607 remote files.
12608
d86d2721
SM
12609 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12610 Use `equal' for upload base check.
b511b994 12611
25bbfb31
AM
126122011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12613
12614 * textmodes/texinfo.el (texinfo-environments):
12615 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12616
be996521
GM
126172011-03-08 Glenn Morris <rgm@gnu.org>
12618
e9c8529f
GM
12619 * cus-start.el (cursor-in-non-selected-windows):
12620 Fix :set quoting oddness. (Bug#8192)
12621
be996521
GM
12622 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12623 in some setf expressions. (Bug#2159)
12624
2bb5649e
CY
126252011-03-08 Chong Yidong <cyd@stupidchicken.com>
12626
12627 * custom.el (custom-available-themes): Return themes in
12628 alphabetical order.
12629
33383987 12630See ChangeLog.15 for earlier changes.
e3d51b27
MR
12631
12632;; Local Variables:
12633;; coding: utf-8
e3d51b27
MR
12634;; End:
12635
acaf905b 12636 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
12637
12638 This file is part of GNU Emacs.
12639
12640 GNU Emacs is free software: you can redistribute it and/or modify
12641 it under the terms of the GNU General Public License as published by
12642 the Free Software Foundation, either version 3 of the License, or
12643 (at your option) any later version.
12644
12645 GNU Emacs is distributed in the hope that it will be useful,
12646 but WITHOUT ANY WARRANTY; without even the implied warranty of
12647 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12648 GNU General Public License for more details.
12649
12650 You should have received a copy of the GNU General Public License
12651 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.