mm-decode.el (mm-inline-media-tests): Support imagemagick images.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d9bbf400
AS
12011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4 check. (Bug#4251)
5
8da11505
JL
62011-09-17 Juri Linkov <juri@jurta.org>
7
8 * window.el (window-safe-min-height, window-safe-min-width):
9 Fix typos (followup to bug#9522).
10
a91adc7e
SJ
112011-09-17 Sven Joachim <svenjoac@gmx.de>
12
13 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14
064f328a
EZ
152011-09-16 Eli Zaretskii <eliz@gnu.org>
16
17 * simple.el (line-move): If goal-column is set, move by logical
18 lines, not by display lines. (Bug#971)
19 (next-line, previous-line, goal-column, line-move-visual): Doc fix
20 to reflect the above change.
21
e69df516
SM
222011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * image.el (imagemagick-register-types): Use regexp-opt.
25
cbb0f9ab
CY
262011-09-15 Chong Yidong <cyd@stupidchicken.com>
27
28 * window.el (display-buffer-base-action): Rename from
29 display-buffer-default-action. Make default value empty.
30 (display-buffer-overriding-action): Convert to defvar.
31 (display-buffer-fallback-action): New var.
32
25322144
CY
332011-09-15 Chong Yidong <cyd@stupidchicken.com>
34
35 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
36 declaration.
37 (package--add-to-archive-contents): If there is a duplicate entry
38 with an older version, remove it.
39 (package-menu-mark-delete, package-menu-mark-install)
40 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
41 (package-menu-mark-obsolete-for-deletion):
42 Use package-menu-get-status instead of a regexp search.
25322144
CY
43 (package-menu-get-status): Use tabulated-list-entry.
44 (package-menu-mark-upgrades): New command.
d770725a 45 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
46 (package-menu-execute): Do installation before deletion.
47 (package-menu-refresh, package-menu-execute): Use derived-mode-p
48 instead of checking major-mode.
49 (package-menu--find-upgrades): New function.
50
7520339c
LMI
512011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
52
53 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
54 passwords in the log buffer.
65a046c4
LMI
55 (smtpmail-process-filter): Update the process marker so that the
56 "broken by peer" status message is inserted in the right place.
7520339c 57
d3c30954
SM
582011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
59
3fe48822
SM
60 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
61 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
62 bibtex-completion-at-point-function.
63 (bibtex-completion-at-point-function): Use them.
64
1b8b3954
SM
65 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
66
d3c30954
SM
67 * mpc.el (mpc-constraints-tag-lookup): New function.
68 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
69 also to browser "album|playlist".
70
72779976
JL
712011-09-14 Juri Linkov <juri@jurta.org>
72
73 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
74 (isearch-edit-string): Use length of `isearch-string' when
75 `isearch-fail-pos' returns nil.
76 (isearch-message): Remove duplicate code and call
77 `isearch-fail-pos' with arg `t'.
78
a0bf2bcd
CY
792011-09-14 Chong Yidong <cyd@stupidchicken.com>
80
17bb0a2d
CY
81 * replace.el (occur-mode-goto-occurrence): Don't force using other
82 window (Bug#9499).
83
a0bf2bcd
CY
84 * dired-aux.el (dired-do-chmod): Don't provide initial input.
85
f678e0b6
MR
862011-09-14 Martin Rudalics <rudalics@gmx.at>
87
88 * window.el (display-buffer-window): Remove.
89 (display-buffer-record-window): Use help-setup window parameter
90 instead of variable display-buffer-window.
91 (display-buffer-function, special-display-buffer-names)
92 (special-display-function): Mention help-setup parameter instead
93 of display-buffer-window in doc-string.
d3c30954
SM
94 * help.el (help-window-setup): New argument help-window.
95 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
96 Reword some messages.
97 (with-help-window): Pass window used for displaying the buffer
98 to help-window-setup. Don't set display-buffer-window.
99
8e39b2e8
GM
1002011-09-13 Glenn Morris <rgm@gnu.org>
101
102 * emacs-lisp/debug.el (debugger-make-xrefs):
103 Preserve point. (Bug#9462)
104
85e9c04b
CY
1052011-09-13 Chong Yidong <cyd@stupidchicken.com>
106
107 * window.el (window-deletable-p): Use next-frame.
108
1b36ed6a
MR
1092011-09-13 Martin Rudalics <rudalics@gmx.at>
110
111 * window.el (window-auto-delete): Remove.
112 (window-deletable-p): Remove argument FORCE. Don't deal with
113 dedicatedness and previous buffers.
114 (switch-to-prev-buffer): Don't delete window.
115 (delete-windows-on): Delete a window's frame if and only if the
116 window is dedicated.
117 (replace-buffer-in-windows): Delete buffer's window or frame if
118 and only if window is dedicated.
119 (quit-window): Handle quit-restore as before last change.
4d61f28d 120 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 121
ef8ef9fb
CY
1222011-09-13 Chong Yidong <cyd@stupidchicken.com>
123
124 * window.el (window-deletable-p): Never delete the last frame on a
125 given terminal.
126
b2cba41e
GM
1272011-09-13 Glenn Morris <rgm@gnu.org>
128
129 * help.el (describe-key-briefly): Copy previous standard-output change.
130
e3ce671f
PW
1312011-09-13 PJ Weisberg <pj@irregularexpressions.net> (tiny change)
132
133 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
134
b7556719
GM
1352011-09-13 Glenn Morris <rgm@gnu.org>
136
137 * emacs-lisp/lisp-mode.el (lisp-indent-function):
138 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
139
64b51947
CY
1402011-09-12 Chong Yidong <cyd@stupidchicken.com>
141
142 * dired-aux.el (dired-mark-read-string): Don't return default
143 value on empty input (Bug#9361).
144 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
145 Omit initial minibuffer contents.
146 (dired-do-chmod): Signal an error on empty input.
147 (dired-mark-read-string): Don't return default on empty input.
148
149 * files.el (file-modes-symbolic-to-number): Doc fix.
150
393a301e
SM
1512011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * international/mule-cmds.el (ucs-completions): Remove.
154 (read-char-by-name): Use complete-with-action instead; add metadata.
155
fa5660f9
CY
1562011-09-11 Chong Yidong <cyd@stupidchicken.com>
157
158 * window.el (display-buffer--action-function-custom-type)
159 (display-buffer--action-custom-type): New vars.
160 (display-buffer-alist, display-buffer-default-action)
161 (display-buffer-overriding-action): Add defcustom types.
162
4a592f66
CY
163 * frame.el (delete-other-frames): Doc fix (Bug#276).
164
73d56dbd
LMI
1652011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
166
167 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
168
37ac18a3
CY
1692011-09-11 Chong Yidong <cyd@stupidchicken.com>
170
171 Change modes that used same-window-* vars to use switch-to-buffer.
172
173 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
174 Use switch-to-buffer.
175
176 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
177 (customize-browse, custom-buffer-create-other-window):
178 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
179
180 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
181 (Info-prev, Info-up, Info-speedbar-goto-node)
182 (info-display-manual): Use switch-to-buffer.
183 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
184
185 * mail/sendmail.el (mail): Use switch-to-buffer.
186 (mail-recover): Use switch-to-buffer-other-window.
187
188 * cmuscheme.el (run-scheme, switch-to-scheme):
189 * ielm.el (ielm):
190 * shell.el (shell):
191 * net/rlogin.el (rlogin):
192 * net/telnet.el (telnet, rsh):
193 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
194
10195bd6
AS
1952011-09-11 Andreas Schwab <schwab@linux-m68k.org>
196
197 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
198
b322f63a
LMI
1992011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
200
39d7fed6
LMI
201 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
202 so don't mention it (bug#9301).
ba5a81f1 203 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 204
ee0e9f11
LMI
205 * faces.el (face-spec-set-match-display): Make `(type graphic)'
206 match `x', `w32' and `ns', like the manual says (bug#9029).
207
0b1c89c1 208 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
209 (process-kill-buffer-query-function): Mention the buffer name in
210 the query.
0b1c89c1 211
77549ea8
LMI
212 * image-mode.el (image-next-line): The line parameter is mandatory
213 (bug#9258).
214
803ef892
LMI
215 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
216 which can be useful (bug#9301).
217
12980837
LMI
218 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
219
91054f8f
LMI
220 * subr.el (match-string): Mention that the current buffer should
221 be the same as the search was done in (bug#9282).
222
b322f63a
LMI
223 * facemenu.el: Disable the remove-* commands if the mark isn't
224 active (bug#9162).
225
3199b96f
CY
2262011-09-10 Chong Yidong <cyd@stupidchicken.com>
227
228 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
229 of display-buffer.
230 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
231
232 * replace.el (occur-mode-goto-occurrence)
233 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
234 and display-buffer.
235
236 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
237 display-buffer.
238
239 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
240 special-display and same-window variables.
241 (mail-other-window): Use switch-to-buffer-other-window.
242 (mail-other-frame): USe switch-to-buffer-other-frame.
243
393a301e
SM
244 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
245 Use display-buffer-other-frame.
3199b96f
CY
246 (gdb-display-gdb-buffer): Use pop-to-buffer.
247
248 * progmodes/gud.el (gud-goto-info): Use info-other-window.
249
250 * progmodes/python.el: Don't set same-window-buffer-names.
251
252 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
253
254 * window.el (display-buffer-alist): Add *Python*.
255
8319e0bf
CY
2562011-09-10 Chong Yidong <cyd@stupidchicken.com>
257
258 * window.el (display-buffer-alist): Add entry for buffers
259 previously handled same-window-*.
260 (display-buffer-alist, display-buffer-default-action)
261 (display-buffer-overriding-action): Mark as risky.
262 (display-buffer-alist): Document action function changes.
263 (display-buffer--same-window-action)
264 (display-buffer--other-frame-action): New variables.
265 (switch-to-buffer, display-buffer-other-frame): Use them.
266 (display-buffer): Rename reuse-frame entry to reusable-frames.
267 (display-buffer-reuse-selected-window): Function deleted.
268 (display-buffer-reuse-window): Handle reusable-frames alist entry.
269 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
270 (display-buffer-special): New function.
271 (display-buffer--maybe-pop-up-frame-or-window): Rename from
272 display-buffer-reuse-or-pop-window. Split off special-display
273 part into display-buffer-special.
274 (display-buffer-use-some-window): Don't perform any special
275 pop-up-frames handling.
276 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 277 (display-buffer--maybe-same-window): Rename from
0d3ff375 278 display-buffer-maybe-same-window.
8319e0bf 279
919a69aa
CY
280 * info.el: Don't set same-window-regexps.
281 (info-setup): New function.
282 (info-other-window, info): Call it.
283
284 * cus-edit.el: Don't set same-window-regexps.
285 (customize-group): New argument.
286 (customize-group-other-window): Use it.
287 (customize-face, customize-face-other-window): Likewise.
288 (custom-buffer-create-other-window): Use pop-to-buffer directly.
289
8319e0bf
CY
290 * net/rlogin.el:
291 * net/telnet.el:
292 * progmodes/gud.el: Don't set same-window-regexps.
293
294 * cmuscheme.el:
295 * ielm.el:
296 * shell.el:
297 * mail/sendmail.el:
298 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
299
25173000
JL
3002011-09-10 Juri Linkov <juri@jurta.org>
301
302 * isearch.el (isearch-edit-string): Remove obsolete mention of
303 `C-w' (`isearch-yank-word-or-char') from docstring.
304 (isearch-query-replace): Fix typo in docstring (bug#9466).
305
056e44ef
JL
3062011-09-10 Juri Linkov <juri@jurta.org>
307
308 * paren.el (show-paren-function): Don't show escaped parens.
309 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
310
c3760c17
EZ
3112011-09-10 Eli Zaretskii <eliz@gnu.org>
312
313 * mail/sendmail.el (mml-to-mime, mml-attach-file)
314 (mm-default-file-encoding): Remove autoload forms, they are
315 replaced with autoload cookies in mml.el and mm-encode.el.
316 (mail-add-attachment): New command.
317 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
318 (mail-mode): Mention mail-insert-file and mail-add-attachment in
319 the doc string.
320 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
321
fece895e
RT
3222011-09-10 Reuben Thomas <rrt@sc3d.org>
323
e69df516
SM
324 * simple.el (count-words-region): Use buffer if there's no region
325 (bug#9429).
fece895e 326
5e68ce4a
JL
3272011-09-09 Juri Linkov <juri@jurta.org>
328
329 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
330 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
331 (wdired-isearch-filter-read-only): New function. (Bug#6362)
332
0a6b9622
AM
3332011-09-09 Alan Mackenzie <acm@muc.de>
334
335 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
336 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
337
14a29deb
EZ
3382011-09-09 Eli Zaretskii <eliz@gnu.org>
339
340 Fix for Savannah bug#9392.
341 * simple.el (mail-encode-mml): New defvar.
342
343 * mail/rmail.el (mail-encode-mml): Add a defvar.
344 (rmail-enable-mime-composing): Default to t.
345 (rmail-forward): Use MIME method of forwarding only if both
346 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
347 Set mail-encode-mml non-nil if the MIME method was used.
348
349 * mail/sendmail.el (mml-to-mime): Add autoload form.
350 (mail-encode-mml): Add a defvar.
351 (mail-mode): Make mail-encode-mml buffer-local and initialize it
352 to nil.
353 (mail-send): If mail-encode-mml is non-nil, run the outgoing
354 message through mml-to-mime, and reset mail-encode-mml to nil.
355
28c45130
GM
3562011-09-09 Glenn Morris <rgm@gnu.org>
357
358 * woman.el (woman-if-body): When processing an .el block,
359 do not delete the next .el block as well. (Bug#9447)
69f4b618 360 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 361
9b1c252e
MR
3622011-09-08 Martin Rudalics <rudalics@gmx.at>
363
364 * window.el (window-deletable-p): Make sure window is live before
365 invoking window-prev-buffers.
366
567457e3
LL
3672011-09-08 Leo Liu <sdl.web@gmail.com>
368
369 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
370
97f05794
JL
3712011-09-08 Juri Linkov <juri@jurta.org>
372
373 * progmodes/compile.el (compilation-environment): Make it
374 a defcustom (bug#8340).
375
8b0874b5
MR
3762011-09-08 Martin Rudalics <rudalics@gmx.at>
377
378 * window.el (frame-auto-delete): Rename to window-auto-delete.
379 Make it control auto-deletion of windows and/or frames.
380 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 381 for deleting window/frame. (Bug#9419)
8b0874b5
MR
382 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
383 Rewrite handling of case when window/frame can be deleted.
384 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 385 argument t. (Bug#9456)
8b0874b5 386
4feb6e73
CY
3872011-09-07 Chong Yidong <cyd@stupidchicken.com>
388
389 * help-mode.el (help-mode): Restore autoload.
390
91ab9c13
JL
3912011-09-07 Juri Linkov <juri@jurta.org>
392
393 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
394 `compilation-environment'. Set buffer-local
395 `compilation-environment' to `thisenv' later after (funcall mode).
396 (Bug#8340)
397
398 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
399 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
400 instead of replacing its value. (Bug#8340)
401
0527e251
JL
4022011-09-07 Juri Linkov <juri@jurta.org>
403
404 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
405 based on text properties put by `grep-filter' instead of matching
406 escape sequences.
407 (grep-mode): Set buffer-local `compilation-error-screen-columns'
408 to the value of `grep-error-screen-columns' (bug#9438).
409
249f792c
JL
4102011-09-07 Juri Linkov <juri@jurta.org>
411
412 * simple.el (next-error-highlight, next-error-highlight-no-select):
413 Doc fix (bug#9432).
414
ff7271b9
OT
4152011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
416
417 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
418 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
419
183fc730
LL
4202011-09-07 Leo Liu <sdl.web@gmail.com>
421
422 * net/rcirc.el (rcirc-mode): Conditionally initialize
423 rcirc-input-ring.
424
77694924
SM
4252011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 * emacs-lisp/find-func.el (find-function-C-source): Only set
428 find-function-C-source-directory after checking that we found a source
429 file there (bug#9440).
430
d809b8eb
AM
4312011-09-06 Alan Mackenzie <acm@muc.de>
432
433 * isearch.el (isearch-other-meta-char): Wherever a key list is
434 unread, "unread" the prefix arg, too. This fixes bug #8901.
435
453de99f
OG
4362011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
437
438 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
439
90439906
JL
4402011-09-05 Juri Linkov <juri@jurta.org>
441
442 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
443
f62bd846
JL
4442011-09-05 Juri Linkov <juri@jurta.org>
445
446 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
447 keeping point where processing of grep matches begins, and
448 continue to delete remaining escape sequences from the same point.
449 (grep-filter): Make leading zero optional in "0?1;31m" because
450 git-grep emits "\033[1;31m" escape sequences unlike expected
451 "\033[01;31m" as GNU Grep does (bug#9408).
452 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
453
045820ec
JL
4542011-09-05 Juri Linkov <juri@jurta.org>
455
456 * subr.el (y-or-n-p): Capitalize "yes".
457
f5e29b9b
MA
4582011-09-04 Michael Albinus <michael.albinus@gmx.de>
459
460 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
461 `tramp-cache-unload-hook' where appropriate.
462 (tramp-methods): Rename `tramp-remote-sh' to
463 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
464 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
465
466 * net/tramp-sh.el (top): Don't require 'shell.
467 (tramp-methods): Add `tramp-remote-shell' and
468 `tramp-remote-shell-args' entries.
469 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
470 (tramp-sh-handle-shell-command): Remove.
471 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
472 Use `tramp-remote-shell'.
473
2784c434
CY
4742011-09-03 Chong Yidong <cyd@stupidchicken.com>
475
393a301e 476 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
477 (sendmail-query-once): Save directly to send-mail-function.
478 Update message-send-mail-function too.
479
480 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
481
464cdf56
CS
4822011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
483
484 * progmodes/python.el (python-mode-map): Use correct function to
485 start python interpreter from menu-bar (as reported by Geert
486 Kloosterman).
487 (inferior-python-mode-map): Fix typo.
393a301e 488 (python-shell-map): Remove.
464cdf56 489
d37e5c87
DD
4902011-09-03 Deniz Dogan <deniz@dogan.se>
491
492 * net/rcirc.el (rcirc-print): Simplify code for
493 rcirc-scroll-show-maximum-output. There is no need to walk
494 through all windows to find the right one.
495
f3ada0ee
CS
4962011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
497
498 * help.el (help-return-method): Doc fix.
499
1f3c99ca
MR
5002011-09-03 Martin Rudalics <rudalics@gmx.at>
501
502 * window.el (window-deletable-p): Don't return a non-nil value
503 when there's a buffer that was shown in the window before.
504 (Bug#9419)
393a301e
SM
505 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
506 Set window's previous buffers to nil.
1f3c99ca 507
a3cf097f
EZ
5082011-09-03 Eli Zaretskii <eliz@gnu.org>
509
510 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
511 newline before and after the tag line, so it doesn't interfere
512 with determining the paragraph direction of bidirectional text.
513
3d03de90
LL
5142011-09-03 Leo Liu <sdl.web@gmail.com>
515
516 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
517
c3313451
CY
5182011-09-02 Chong Yidong <cyd@stupidchicken.com>
519
393a301e 520 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
521 (pop-to-buffer): Change interactive spec. Pass second argument
522 directly to display-buffer.
523 (display-buffer): Fix interactive spec. Use functionp to
524 distinguish between a function and a list of functions.
525
526 * abbrev.el (edit-abbrevs):
527 * arc-mode.el (archive-extract):
528 * autoinsert.el (auto-insert):
529 * bookmark.el (bookmark-bmenu-list):
530 * files.el (find-file):
531 * view.el (view-buffer):
532 * progmodes/compile.el (compilation-goto-locus):
533 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
534
89894cd8
CY
5352011-09-02 Chong Yidong <cyd@stupidchicken.com>
536
537 * window.el (display-buffer-alist): Doc fix.
538 (display-buffer): Add docstring. Don't treat
539 display-buffer-default specially.
540 (display-buffer-reuse-selected-window)
541 (display-buffer-same-window, display-buffer-maybe-same-window)
542 (display-buffer-reuse-window, display-buffer-pop-up-frame)
543 (display-buffer-pop-up-window)
544 (display-buffer-reuse-or-pop-window)
545 (display-buffer-use-some-window): New functions.
546 (display-buffer-default-action): Use them.
393a301e 547 (display-buffer-default): Delete.
89894cd8
CY
548 (pop-to-buffer-1): Fix choice of actions.
549
ae0bc9fb
SM
5502011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * minibuffer.el (completion--insert-strings): Don't get confused by
553 completion entries that end with an LF char.
554
e9d90883
EZ
5552011-09-01 Eli Zaretskii <eliz@gnu.org>
556
557 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
558
437014c8
CY
5592011-09-01 Chong Yidong <cyd@stupidchicken.com>
560
561 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
562 (display-buffer-same-window, display-buffer-other-window):
563 New functions.
437014c8
CY
564 (pop-to-buffer-1): New function. Use the above.
565 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 566 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
567
568 * view.el (view-buffer-other-window, view-buffer-other-frame):
569 Just use pop-to-buffer.
570
a5e063d5
TV
5712011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
572
573 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
574
793d32bb
WH
5752011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
576
577 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
578
d65e4c15
RS
5792011-08-31 Richard Stallman <rms@gnu.org>
580
581 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
582 of the separation of rmail-view-buffer from rmail-buffer.
583 If you say no to "replace original", the decrypt is in the
584 view buffer. If you say yes, the decrypt goes into the
585 rmail buffer also.
586
f818cd2a
MR
5872011-08-31 Martin Rudalics <rudalics@gmx.at>
588
589 * window.el (display-buffer-window): Rewrite doc-string.
590 (display-buffer-record-window): New function.
591 (display-buffer-macro-specifiers)
592 (display-buffer-even-window-sizes, display-buffer-set-height)
593 (display-buffer-set-width, display-buffer-in-window)
594 (display-buffer-reuse-window, display-buffer-split-specifiers)
595 (display-buffer-side-specifiers, display-buffer-split-window-1)
596 (display-buffer-split-window, display-buffer-split-atom-window)
597 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
598 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
599 (display-buffer-other-window-means-other-frame)
600 (display-buffer-normalize-special)
601 (display-buffer-normalize-default)
602 (display-buffer-normalize-argument)
603 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
604 (display-buffer-normalize-specifiers, display-buffer-frame)
605 (display-buffer-same-window, display-buffer-same-frame)
606 (display-buffer-other-window)
607 (display-buffer-same-frame-other-window)
608 (display-buffer-other-frame, pop-to-buffer-same-window)
609 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
610 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
611 (switch-to-buffer-same-frame)
612 (switch-to-buffer-other-window-same-frame)
613 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
614 (display-buffer-alist-set-1, display-buffer-alist-set-2)
615 (display-buffer-alist-set): Remove.
616 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
617 (special-display-regexps, special-display-function):
618 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
619 parameter.
620 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
621 (special-display-frame-alist, special-display-popup-frame)
622 (same-window-buffer-names, same-window-regexps, same-window-p)
623 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
624 (split-window-preferred-function, split-height-threshold)
625 (split-width-threshold, window-splittable-p)
626 (split-window-sensibly, window--try-to-split-window)
627 (window--frame-usable-p, even-window-heights)
628 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
629 (window--display-buffer-2, display-buffer-other-frame):
630 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
631 (display-buffer-default, display-buffer-assq-regexp): New functions.
632 (display-buffer-alist): Rewrite doc-string.
633 (display-buffer-default-action)
634 (display-buffer-overriding-action): New variables.
635 (display-buffer, switch-to-buffer): Rewrite.
636 (pop-to-buffer): Restore Emacs 23 behavior but use
637 window-normalize-buffer-to-display.
638 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
639 Restore Emacs 23 behavior but use
640 window-normalize-buffer-to-switch-to.
641 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
642 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
643 Rewrite using Emacs 23 options.
f818cd2a 644
5bc3b51d
MA
6452011-08-31 Michael Albinus <michael.albinus@gmx.de>
646
647 * net/tramp.el (tramp-root-regexp): Remove.
648 (tramp-completion-file-name-regexp-unified)
649 (tramp-completion-file-name-regexp-separate)
650 (tramp-completion-file-name-regexp-url): Don't use leading volume
651 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
652 (tramp-drop-volume-letter): Simplify definition.
653 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 654
b1a4f8e1
SM
6552011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
658 (bug#9356).
659
5664fa7b
RT
6602011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
661
b1a4f8e1 662 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 663
9a45d6c3
JL
6642011-08-29 Juri Linkov <juri@jurta.org>
665
666 * isearch.el (isearch-done): Don't display message "Mark saved"
667 when arg `edit' is non-nil to prevent its flicker in the echo area.
668
fb87e0fb
CY
6692011-08-28 Chong Yidong <cyd@stupidchicken.com>
670
671 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
672 obsolete packages for deletion.
673
09ac1c2a
CS
6742011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
675
676 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 677 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
678 view-mode from help-mode.
679 (help-xref-override-view-map): Remove.
680 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
681 view-mode is not used anymore.
682
7a1ff57f
CY
6832011-08-28 Chong Yidong <cyd@stupidchicken.com>
684
685 * server.el (server-port): Doc fix.
686
b9696605
CY
687 * cus-theme.el (custom-theme-choose-mode): Inherit from
688 special-mode (Bug#9124).
689 (custom-theme-choose-mode-map): Add special-mode to parent.
690
ef8cdf8c
AM
6912011-08-28 Alan Mackenzie <acm@muc.de>
692
693 * progmodes/cc-fonts.el
694 (c-make-font-lock-BO-decl-search-function): New function.
695 (c-basic-matchers-after - "Fontify the clauses after various
696 keywords"): Extract the three keyword lists for the 3 erroneous
697 constructs from the list of four, and use the new function above
698 in place of an old one.
699
27de4e20
DD
7002011-08-28 Deniz Dogan <deniz@dogan.se>
701
702 * net/rcirc.el (rcirc-insert-prev-input)
703 (rcirc-insert-next-input): Remove unused argument.
704
356a3681
SM
7052011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
708
3fc9b218
AM
7092011-08-27 Alan Mackenzie <acm@muc.de>
710
711 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
712 handle function pointer parameters properly.
713
538a061c
MR
7142011-08-27 Martin Rudalics <rudalics@gmx.at>
715
716 * window.el (display-buffer-reuse-window): Fix case where
717 selected window was reused with non-nil OTHER-WINDOW argument.
718 (Bug#9381)
719
35b1c40c
DD
7202011-08-27 Deniz Dogan <deniz@dogan.se>
721
722 * net/rcirc.el (rcirc-check-auth-status): Adding support for
723 oftc's NickServ messages.
724
2f6a3e79
GM
7252011-08-27 Glenn Morris <rgm@gnu.org>
726
727 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
728
7254299e
CY
7292011-08-26 Chong Yidong <cyd@stupidchicken.com>
730
731 * emacs-lisp/package.el (package-install): Call package-initialize
732 if called interactively.
733
f8ccf167
LL
7342011-08-26 Leo Liu <sdl.web@gmail.com>
735
736 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
737
3e8cd5ce
JL
7382011-08-25 Juri Linkov <juri@jurta.org>
739
740 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
741 `search-whitespace-regexp' (bug#9364).
742
93eb7113
JL
7432011-08-25 Juri Linkov <juri@jurta.org>
744
745 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
746 `regexp-search-ring' to their global values to protect from
747 updating by `read-from-minibuffer' (bug#9185).
748
f65d1611
JL
7492011-08-25 Juri Linkov <juri@jurta.org>
750
751 * textmodes/ispell.el (ispell-command-loop): Add newline
752 at the end of the "Use option `i'..." line.
753
f1cf7a31
JL
7542011-08-25 Juri Linkov <juri@jurta.org>
755
756 * battery.el (display-battery-mode): If `battery-status-function'
757 or `battery-mode-line-format' is nil, display the message and set
758 `display-battery-mode' to nil (bug#9363).
759
0c95fcf7
EZ
7602011-08-25 Eli Zaretskii <eliz@gnu.org>
761
762 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
763 bidi-string-mark-left-to-right; they are unnecessary now.
764
a2ebe600
DD
7652011-08-25 Deniz Dogan <deniz@dogan.se>
766
767 * net/quickurl.el: Documentation typo fixes.
768
e4ed06f1
CY
7692011-08-25 Chong Yidong <cyd@stupidchicken.com>
770
771 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
772
e5f1c99e
GM
7732011-08-25 Glenn Morris <rgm@gnu.org>
774
b2948976
GM
775 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
776
e5f1c99e
GM
777 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
778 (smtpmail-via-smtp): Handle nil response from smtp.
779
f22f4808
JL
7802011-08-24 Juri Linkov <juri@jurta.org>
781
782 * proced.el (proced-marked): Inherit from `error' instead of
783 `font-lock-warning-face'.
784
785 * ibuffer.el (ibuffer-marked-face): Change default face from
786 `font-lock-warning-face' to `warning'.
787 (ibuffer-deletion-face): Change default face from
788 `font-lock-type-face' to `error'.
789
790 * battery.el (battery-update): Use the face `error' instead of
791 `font-lock-warning-face' (bug#6117).
792
6a93965e
JL
7932011-08-24 Juri Linkov <juri@jurta.org>
794
795 * faces.el (success): Change face color from "Green3" to
796 "ForestGreen" on light background (bug#9353).
797
1ed43b09
CY
7982011-08-24 Chong Yidong <cyd@stupidchicken.com>
799
5664fa7b
RT
800 * window.el (quit-window): Rename from quit-restore-window.
801 Use same arglist as old quit-window.
1ed43b09
CY
802 (frame-auto-delete): Doc fix.
803
804 * view.el (view-mode-exit): Use quit-window.
805
11dcdbb2
JL
8062011-08-24 Juri Linkov <juri@jurta.org>
807
808 * isearch.el (isearch-ring-adjust1): Start visiting previous
809 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
810 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
811 for empty search string (when the last search string is reused
812 automatically) to adjust the isearch ring to the last element and
813 prepare the correct index for further M-p commands (bug#9185).
814
de62b4df
KH
8152011-08-24 Kenichi Handa <handa@m17n.org>
816
817 * international/ucs-normalize.el: If decomposition property of
818 CHAR is the default one (i.e. a list of CHAR itself), treat it as
819 nil.
820 (nfd, nfkd): Likewise.
821
963b492b
SM
8222011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
825 from process filters aren't reliably transmitted to the surrounding
826 accept-process-output.
827 (mpc-proc-check): New function.
828 (mpc-proc-sync): Use it (bug#8293)
829
93b6b5e1
SM
8302011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
833 Add compatibility functions (bug#9313).
834
bca633fb
EZ
8352011-08-23 Eli Zaretskii <eliz@gnu.org>
836
b177498a
EZ
837 * cus-start.el (all): Add entry for bidi-paragraph-direction.
838
bca633fb
EZ
839 * international/uni-bidi.el: Regenerated.
840
0902a04e
KH
8412011-08-23 Kenichi Handa <handa@m17n.org>
842
843 * international/charprop.el:
844 * international/uni-bidi.el:
845 * international/uni-category.el:
846 * international/uni-combining.el:
847 * international/uni-comment.el:
848 * international/uni-decimal.el:
849 * international/uni-decomposition.el:
850 * international/uni-digit.el:
851 * international/uni-lowercase.el:
852 * international/uni-mirrored.el:
853 * international/uni-name.el:
854 * international/uni-numeric.el:
855 * international/uni-old-name.el:
856 * international/uni-titlecase.el:
857 * international/uni-uppercase.el: Regenerate.
858
3bbf23bc
MR
8592011-08-23 Martin Rudalics <rudalics@gmx.at>
860
861 * help.el (help-window-setup): Fix message displayed when other
862 window is reused. (Bug#9341)
863
b3fd59bd
SM
8642011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
865
1802e444
SM
866 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
867 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
868
b3fd59bd
SM
869 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
870 Mark obsolete.
871 * shell.el (shell-parse-pcomplete-arguments): New function.
872 (shell-completion-vars): Use it instead (bug#9160).
873
4eb61348
SM
8742011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
875
867cab74
SM
876 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
877 strings and comments (bug#9333).
878
4eb61348
SM
879 * emacs-lisp/debug.el (debug-arglist): New function.
880 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
881 (debug-on-entry-1): Handle interpreted closures (bug#9120).
882
262a1439
JL
8832011-08-22 Juri Linkov <juri@jurta.org>
884
56ee679c
JL
885 * progmodes/compile.el (compilation-mode-font-lock-keywords):
886 Revert regexp that highlights output switches to its old
887 pre-2010-10-28 value and remove one `?' from it (bug#9319).
888
262a1439
JL
889 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
890 to check for empty output (bug#9226).
891
f13f86fb
CY
8922011-08-22 Chong Yidong <cyd@stupidchicken.com>
893
894 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
895 symbol-constituent as the default, as that stops font-lock from
896 working properly (Bug#8843).
897
c65c9622
LMI
8982011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
899
900 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
901 `coding-system-for-*' around the process open call to avoid
902 auth-source side effects.
e7f2c178 903 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
904 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
905 probe hangs.
c65c9622 906
23a8a5ab
CY
9072011-08-21 Chong Yidong <cyd@stupidchicken.com>
908
ff98b2dd
CY
909 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
910
23a8a5ab
CY
911 * emacs-lisp/find-func.el (find-function-noselect): New arg
912 lisp-only.
913
914 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
915 signal an error for built-in functions (Bug#6664).
916
f5e3c598
LMI
9172011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
918
919 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
920 (smtpmail-try-auth-methods): Use it.
921
a3f2468a
CY
9222011-08-21 Chong Yidong <cyd@stupidchicken.com>
923
2c34e8da
CY
924 * font-lock.el (font-lock-fontify-region)
925 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
926 (font-lock-default-unfontify-buffer)
927 (font-lock-default-fontify-region)
928 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
929
b3fd59bd
SM
930 * progmodes/compile.el (compilation-error-properties):
931 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
932 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
933 `ant' regexp.
ee31aabc 934
a3f2468a
CY
935 * net/browse-url.el (browse-url-firefox): Don't call
936 browse-url-firefox-sentinel unless using -remote (Bug#9328).
937
8e999f70
GM
9382011-08-20 Glenn Morris <rgm@gnu.org>
939
c21a496a
GM
940 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
941
59ee0542
GM
942 * tutorial.el (tutorial--default-keys): Update some default bindings.
943
8e999f70
GM
944 * files.el (hack-local-variables): Fully ignore case for "mode:".
945
e3715033
AM
9462011-08-20 Alan Mackenzie <acm@muc.de>
947
948 Resolve invalid use of a regexp in regexp-opt.
949
4d61f28d
JB
950 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
951 detection for a java annotation.
e3715033 952
4d61f28d 953 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
954 detection for a java annotation.
955
4d61f28d
JB
956 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
957 handling for java.
e3715033
AM
958 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
959
04ed2e9c
CY
9602011-08-20 Chong Yidong <cyd@stupidchicken.com>
961
962 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
963 (Bug#9274).
964
826cee64
AM
9652011-08-20 Alan Mackenzie <acm@muc.de>
966
967 * Fontify CPP expressions correctly when starting in the middle of
968 such a construct. Mainly for when jit-lock etc. starts a chunk
969 here.
970
971 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
972 variable.
973 (c-make-font-lock-search-form): new function, extracted from
974 c-make-font-lock-search-function.
975 (c-make-font-lock-search-function): Use the above function.
976 (c-make-font-lock-context-search-function): New function.
977 (c-cpp-matchers): Enhance the preprocessor expression case with
978 the above function
979 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
980 which takes an expression.
981
982 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
983
13009bd8
MR
9842011-08-20 Martin Rudalics <rudalics@gmx.at>
985
986 * window.el (display-buffer-reuse-window)
987 (display-buffer-pop-up-window): Don't reuse or split a side
988 window.
989
9234ff7f
GM
9902011-08-19 Glenn Morris <rgm@gnu.org>
991
992 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 993 Downcase "Mode:". (Bug#9331)
9234ff7f 994
f635daa1
CY
9952011-08-18 Chong Yidong <cyd@stupidchicken.com>
996
997 * international/characters.el: Add L and R categories.
998
999 * subr.el (bidi-string-mark-left-to-right): Rename from
1000 string-mark-left-to-right. Use category search.
1001
1002 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
1003
bc987f8b
JL
10042011-08-18 Juri Linkov <juri@jurta.org>
1005
1006 * faces.el (error, warning, success): New faces with definitions
1007 copied from old default values of `font-lock-warning-face',
1008 `compilation-warning', `compilation-info' (bug#6117).
1009
1010 * font-lock.el (font-lock-warning-face): Inherit from `error'.
1011
1012 * progmodes/compile.el (compilation-error): Inherit from `error'.
1013 (compilation-warning): Inherit from `warning'.
1014 (compilation-info): Inherit from `success'.
1015
1016 * dired.el (dired-marked): Inherit from `warning'.
1017 (dired-flagged): Inherit from `error'.
1018
57173b96
LMI
10192011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1020
3e79eb87
LMI
1021 * mail/smtpmail.el (auth-source): Require to avoid problems with
1022 binding variables (bug#9298). Also clean up some unused
1023 autoloads.
1024
b3fd59bd
SM
1025 * net/network-stream.el (network-stream-open-starttls):
1026 Support using starttls.el without using gnutls-cli.
57173b96 1027
02b404de
JL
10282011-08-17 Juri Linkov <juri@jurta.org>
1029
1030 * progmodes/grep.el (rgrep): Handle the case when
1031 `grep-find-command' is a cons cell (bug#9278).
1032
8c9177f2
MR
10332011-08-17 Martin Rudalics <rudalics@gmx.at>
1034
1035 * window.el (display-buffer-pop-up-frame): Run frame creation
1036 function with BUFFER current (as special-display-popup-frame
1037 does). Reported by Drew Adams.
1038
3644a0ab
DU
10392011-08-17 Daiki Ueno <ueno@unixuser.org>
1040
1041 * epa-mail.el: Simplify GnuPG group expansion using
1042 epg-expand-group.
1043 (epa-mail-group-alist, epa-mail-group-modtime)
1044 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
1045 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
1046 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
1047 Remove.
1048
5e617bc2 10492011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
1050
1051 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
1052
9c4aeabf
AM
10532011-08-16 Alan Mackenzie <acm@muc.de>
1054
1055 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
1056 Correct, to avoid the inside of macros.
1057
3a99bf64
RS
10582011-08-16 Richard Stallman <rms@gnu.org>
1059
04963aa8
RS
1060 * epa-mail.el: Handle GnuPG group definitions.
1061 (epa-mail-group-alist, epa-mail-group-modtime)
1062 (epa-mail-gnupg-conf-file): New variables.
1063 (epa-mail-parse-groups, epa-mail-sync-groups)
1064 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
1065 (epa-mail-expand-recipients): New functions.
1066 (epa-mail-encrypt): Call epa-mail-expand-recipients.
1067
177549d0
RS
1068 * mail/rmail.el (rmail-epa-decrypt): New command.
1069
fe38beef
RS
1070 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
1071 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
1072 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
1073 (epa-decrypt-armor-in-region): Make error message clearer.
1074
934eacb9
SM
10752011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
1078 and "a2b" to "ab" for `prefix'.
1079
d024fb4e
CY
10802011-08-14 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
1083 filter groups.
de148fee
CY
1084 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
1085 Fourquet (Bug#8804).
d024fb4e 1086
62f1ca49
JB
10872011-08-12 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * startup.el (argi): Declare as global variable (bug#9275).
1090
9ccaaa4b
CY
10912011-08-12 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * subr.el (string-mark-left-to-right): Search the entire string
1094 for RTL script, not just the terminating character. Doc fix.
1095
a3dae87a
SM
10962011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1097
6cd18349
SM
1098 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
1099 New function.
1100 (js--regexp-literal, js-syntax-propertize-function): Remove.
1101 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
1102 (js-mode-map): Don't rebind electric keys.
1103 (js-insert-and-indent): Remove.
1104 (js-mode): Setup electric-layout and electric-indent instead.
1105
a3dae87a
SM
1106 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
1107
9d5cb631
DU
11082011-08-12 Daiki Ueno <ueno@unixuser.org>
1109
1110 * epa.el (epa-progress-callback-function): Fix the logic of
1111 displaying progress.
1112 * epa-file.el (epa-file-insert-file-contents): Make progress
1113 display more user-friendly.
1114 (epa-file-write-region): Ditto.
1115
3e26a4a2
CY
11162011-08-10 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * subr.el (string-mark-left-to-right): New function.
1119
1120 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
1121 Use string-mark-left-to-right.
1122 (list-buffers-noselect): Caller changed.
1123
a3dae87a
SM
1124 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1125 Use string-mark-left-to-right.
3e26a4a2
CY
1126 (tabulated-list-print): Recenter after moving point.
1127
ac8cf6e6
JL
11282011-08-10 Juri Linkov <juri@jurta.org>
1129
1130 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
1131 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
1132 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
1133
8d96c9a4
CY
11342011-08-09 Chong Yidong <cyd@stupidchicken.com>
1135
1136 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
1137 (Bug#7554).
1138
7be1c708 11392011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
1140
1141 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
1142 character. (Bug#6594)
1143
37e11a63
CY
11442011-08-08 Chong Yidong <cyd@stupidchicken.com>
1145
839dde57
CY
1146 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
1147 (image-dired--with-db-file): New macro.
1148 (image-dired-write-tags, image-dired-remove-tag)
1149 (image-dired-create-gallery-lists, image-dired-write-comments)
1150 (image-dired-get-comment, image-dired-mark-tagged-files)
1151 (image-dired-list-tags, image-dired-gallery-generate): Use it.
1152 (image-dired-gallery-generate): Use insert-file-contents.
1153
37e11a63
CY
1154 * time.el (display-time-world-list, display-time-world-display):
1155 * time-stamp.el (time-stamp-string):
1156 * vc/add-log.el (add-change-log-entry): Use setenv instead of
1157 set-time-zone-rule (Bug#7337).
1158
0b4946c4
DU
11592011-08-08 Daiki Ueno <ueno@unixuser.org>
1160
1161 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
1162 (epg-error-to-string, epg-errors-to-string): New function.
1163 (epg-wait-for-completion): Reverse errors list.
1164 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
1165 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
1166 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
1167 (epg-sign-keys, epg-generate-key-from-file)
1168 (epg-generate-key-from-string): Format errors by using
1169 epg-errors-to-string (bug#9255).
1170 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
1171
75bfc667
JL
11722011-08-07 Juri Linkov <juri@jurta.org>
1173
1174 * faces.el (list-faces-display): Remove extra angle bracket
1175 from `help-mode-map'.
1176
1177 * info.el (Info-history-toc-nodes): Doc fix.
1178
1179 * longlines.el (longlines-mode): Doc fix.
1180
673e08bb
SM
11812011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
1182
4640dd88
SM
1183 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
1184 of statements and in a few more cases (bug#9183).
1185
673e08bb
SM
1186 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
1187 New functions.
1188 (cl-transform-lambda): Use them (bug#9239).
1189
89b3f019
MR
11902011-08-05 Martin Rudalics <rudalics@gmx.at>
1191
1192 * window.el (display-buffer-same-window)
1193 (display-buffer-same-frame, display-buffer-other-window)
1194 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
1195 (pop-to-buffer-other-window)
1196 (pop-to-buffer-same-frame-other-window)
1197 (pop-to-buffer-other-frame): Make them defuns.
1198 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
1199
640c8776
SM
12002011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * subr.el (make-composed-keymap): Move from C. Change calling
1203 convention, and improve docstring to bring attention to a subtle point.
1204 * minibuffer.el (completing-read-default): Adjust accordingly.
1205
63648a95
MA
12062011-08-03 Michael Albinus <michael.albinus@gmx.de>
1207
1208 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1209 (tramp-open-shell): Use `tramp-shell-quote-argument'.
1210
1211 * net/trampver.el: Update release number.
1212
b796c9b7
SM
12132011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
1216 "in" (bug#9190).
1217
2239d7d5
LMI
12182011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1219
e07dd7c3
LMI
1220 * mail/sendmail.el (sendmail-query-once): Restore the current
1221 buffer after querying (bug#9074).
1222
0e6a2bd7
LMI
1223 * dired.el (dired-flagged): Use different faces for marked and
1224 flagged files (bug#6117).
1225
ce887515
LMI
1226 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
1227 (bug#4433).
1228
92f2affc
LMI
1229 * ido.el (ido-mode): Switch off the message if called
1230 non-interactively.
1231
57d5aff0
LMI
1232 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
1233 before 587, since it appears that that's more likely to work for
1234 more people.
1235
98cd6c18
LMI
1236 * cus-edit.el (custom-file): When running under emacs -q, always
1237 refuse to save the customisations, even if the .emacs file doesn't
1238 exist.
1239
b96dec83
LMI
1240 * info.el: Remove the `Info-beginning-of-buffer' function
1241 (bug#8325).
1242
b796c9b7
SM
1243 * net/network-stream.el (network-stream-open-starttls):
1244 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 1245
d90e2ea0
MR
12462011-08-01 Martin Rudalics <rudalics@gmx.at>
1247
1248 * window.el (display-buffer-in-window): Don't set dedicated status
1249 of window here (Bug#9215).
1250 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
1251 (display-buffer-pop-up-side-window)
b796c9b7 1252 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 1253
cca09170
SM
12542011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
1257 before binding generated-autoload-file.
1258
027b979c
DD
12592011-08-01 Deniz Dogan <deniz@dogan.se>
1260
1261 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
1262
3c7ee4f3
MA
12632011-07-30 Michael Albinus <michael.albinus@gmx.de>
1264
1265 Sync with Tramp 2.2.2.
1266
1267 * net/trampver.el: Update release number.
1268
2cc8e51a
JL
12692011-07-30 Juri Linkov <juri@jurta.org>
1270
1271 * dired-aux.el (dired-touch-initial): Remove function.
1272 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
1273 current time, and `default' to the last modification time of the
1274 current marked file (bug#6887).
1275
a514d856
JM
12762011-07-28 Jose E. Marchesi <jemarch@gnu.org>
1277
1278 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 1279 numeric argument to read-number (bug#9163).
a514d856 1280
8a7eddd7
MA
12812011-07-27 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
1284 connection process, it could be nil.
1285
1ddd96f5
LL
12862011-07-27 Leo Liu <sdl.web@gmail.com>
1287
1288 Simplify url handling in rcirc-mode.
1289
1290 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
1291 (rcirc-browse-url-at-mouse): Remove.
1292 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
1293
b248a85d
AM
12942011-07-26 Alan Mackenzie <acm@muc.de>
1295
1296 Fontify bitfield declarations properly.
1297
1298 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
1299 (c-symbol-chars): Now exported as a lang variable.
1300 (c-not-primitive-type-keywords): New lang variable.
1301
1302 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
1303 QT keyword "more" to prevent "more slots: ...." being spuriously
1304 parsed as a bitfield declaraion.
1305
b796c9b7
SM
1306 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1307 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
1308 (c-punctuation-in): New function.
1309 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
1310 declarations properly.
1311
68575ab0
UJ
13122011-07-26 Ulf Jasper <ulf.jasper@web.de>
1313
1314 * calendar/icalendar.el (icalendar--all-events): Take care of
1315 multiple vcalendars in a single file.
b796c9b7 1316 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 1317
0f0a88b9
DD
13182011-07-25 Deniz Dogan <deniz@dogan.se>
1319
1320 * image.el (insert-image): Clarifying docstring.
1321
0b3f36df
MA
13222011-07-24 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
1325 `tramp-send-command-and-check' if there is no error.
1326 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
1327
a9901f61
AM
13282011-07-22 Alan Mackenzie <acm@muc.de>
1329
1330 Prevent cc-langs.elc being loaded at run time.
1331
1332 * progmodes/cc-mode.el: Remove two autoload forms which loaded
1333 cc-langs.
1334
4d61f28d 1335 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
1336 "(require 'cc-langs)". Quote a form so it will evaluate at
1337 (cc-mode's) compilation time.
1338
11d074b2
MA
13392011-07-22 Michael Albinus <michael.albinus@gmx.de>
1340
1341 * net/tramp.el (tramp-file-name-handler): Avoid recursive
1342 loading. (Bug#9114)
1343
938b94c8
MR
13442011-07-21 Martin Rudalics <rudalics@gmx.at>
1345
1346 * window.el (display-buffer-pop-up-window)
1347 (display-buffer-pop-up-side-window)
1348 (display-buffer-in-side-window): Call display-buffer-set-height
1349 and display-buffer-set-width after setting the new window's
b796c9b7 1350 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 1351
bfa4f190
SS
13522011-07-20 Sam Steingold <sds@gnu.org>
1353
1354 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
1355 (etags-tags-included-tables): Call `convert-standard-filename' on
1356 the file names contained in TAGS so that windows Emacs can handle
1357 TAGS files created by cygwin ctags.
1358
8ca42262
LMI
13592011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1360
1361 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
1362 which apparently didn't work.
1363
5db2afd2 13642011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 1365
5db2afd2
RW
1366 * proced.el (proced-send-signal): For *Marked Processes* buffer
1367 put point at beginning of buffer.
1368
92e15d10
SB
13692011-07-19 Stephen Berman <stephen.berman@gmx.net>
1370
1371 * proced.el (proced-format): Make header lines align with the text
1372 (bug#1779).
1373
1bfd59e5
LMI
13742011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1375
1376 * view.el (view-buffer): Allow running in `special' modes if we're
1377 visiting a file (bug#8615).
1378
f5aae37c
MR
13792011-07-19 Martin Rudalics <rudalics@gmx.at>
1380
1381 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
1382 (display-buffer-alist-set-1, display-buffer-alist-set-2):
1383 New functions.
f5aae37c
MR
1384 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
1385 more accurately.
1386
bf2c1571
AM
13872011-07-18 Alan Mackenzie <acm@muc.de>
1388
1389 Fontify declarators properly when, e.g., a jit-lock chunk begins
1390 inside a declaration.
1391
1392 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
1393
b796c9b7
SM
1394 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1395 New function.
bf2c1571
AM
1396 (c-complex-decl-matchers): Insert reference to
1397 c-font-lock-enclosing-decls.
1398
1399 * progmodes/cc-engine.el (c-backward-single-comment):
1400 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
1401 to nil around calls to (forward-comment -1).
1402
4e190b80
LMI
14032011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1404
12dc863d
LMI
1405 * image.el (put-image): Doc typo fix.
1406
a762e966
LMI
1407 * progmodes/etags.el (tags-search): Doc typo fix.
1408
4e190b80
LMI
1409 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
1410 password if we get errors 550 to 554.
1411
f019fb21
LMI
14122011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1413
b796c9b7 1414 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 1415
81746738
LMI
1416 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
1417 indentation character (bug#6380).
1418
3ee3a1b5
LMI
1419 * files.el (buffer-offer-save): Made permanently local (bug#6241).
1420
c82f64de
LMI
1421 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
1422 to clarify what the problem is (bug#4291).
1423
f019fb21
LMI
1424 * simple.el (current-kill): Clarify what
1425 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
1426 (auto-fill-mode): Document `auto-fill-function' in relation to
1427 `auto-fill-mode' (bug#2470).
f019fb21 1428
0794775d
LM
14292011-07-16 Lawrence Mitchell <wence@gmx.li>
1430
1431 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
1432 method if slot is read-only (bug#9035).
1433
be39b8cc
MR
14342011-07-16 Martin Rudalics <rudalics@gmx.at>
1435
b796c9b7 1436 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 1437 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
1438 selected before, see discussion of (Bug#8615), (Bug#6954).
1439 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 1440
6ccf7859
GM
14412011-07-15 Glenn Morris <rgm@gnu.org>
1442
1443 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 1444 Respect help-form.
6ccf7859 1445
87e86684
LM
14462011-07-09 Lawrence Mitchell <wence@gmx.li>
1447
1448 * net/gnutls.el (gnutls-min-prime-bits): New variable.
1449 (gnutls-negotiate): Use it.
1450
d6066239
LMI
14512011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452
b796c9b7
SM
1453 * net/gnutls.el (gnutls-negotiate):
1454 Upcase `gnutls-algorithm-priority'.
d6066239 1455
bd23ebc0
GM
14562011-07-15 Glenn Morris <rgm@gnu.org>
1457
c65bca65
GM
1458 * jka-compr.el (jka-compr-verbose): Move from here...
1459 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
1460 Add missing :version tag.
1461 * info.el: No need to require jka-compr when compiling.
bd23ebc0 1462
478615cc
LMI
14632011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1464
7b41decb
LMI
1465 * net/gnutls.el (gnutls-algorithm-priority): New variable.
1466 (gnutls-negotiate): Use it.
1467
dbc44fcd
LMI
1468 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
1469
06789f97
LMI
1470 * info.el (Info-beginning-of-buffer): New command.
1471 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
1472 announcing `b' as the key (bug#8325).
ab896c37 1473 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 1474
c39da690
LMI
1475 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
1476
3aa5f34b
LMI
1477 * international/mule-cmds.el
1478 (describe-specified-language-support): Make the error message
1479 clearer (bug#8905).
1480
4bf0979f
LMI
1481 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
1482
478615cc
LMI
1483 * isearch.el (isearch-barrier): Add a doc string, since it's
1484 mentioned in a function doc string (bug#8678).
1485
75c68aa1
MR
14862011-07-15 Martin Rudalics <rudalics@gmx.at>
1487
1488 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
1489 buffer argument (Bug#9083) and self-identifying label argument.
1490
a7c33da2
GM
14912011-07-15 Glenn Morris <rgm@gnu.org>
1492
1493 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
1494
2f5c6024
LMI
14952011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1496
1497 * man.el (Man-fontify-manpage): Fix message when formatting the
1498 man page (bug#7929).
1499
0bb23927 15002011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
1501
1502 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
1503 argument LRM; if non-nil, append an invisible LRM character to the
1504 buffer name.
1505 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
1506 last argument non-nil, when formatting buffer names.
0bb23927
EZ
1507 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
1508 paragraph direction.
cce4b0a7 1509
621ef9ab
LMI
15102011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1511
d1583c48
LMI
1512 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
1513 the man page name (bug#7929).
1514
6a57fb5f
LMI
1515 * image.el (put-image): Mention the `put-image' overlay property
1516 (bug#7834).
1517
d7956b14
LMI
1518 * scroll-bar.el (set-scroll-bar-mode): Mention that
1519 `scroll-bar-mode' lists the values (bug#7772).
1520
5b2d4a66
LMI
1521 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
1522 command (bug#7729).
1523
7509a874
LMI
1524 * rect.el (apply-on-rectangle): Return the point after the last
1525 operation.
1526 (string-rectangle): Go to the point after the last operation
1527 (bug#7522).
1528
4fe74b19
LMI
1529 * printing.el (pr-toggle-region): Clarify the documentation
1530 slightly (bug#7493).
1531
b796c9b7
SM
1532 * time.el (display-time-update):
1533 Allow `display-time-mail-function' to return nil (bug#7158).
1534 Fix suggested by Detlev Zundel.
ab283561 1535
fc233c9d
LMI
1536 * vc/diff.el (diff): Clarify the order the file names are read
1537 (bug#7111).
1538
43f5740b
LMI
1539 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
1540 the doc string (bug#7015).
1541
f2182a76
LMI
1542 * font-lock.el (font-lock-maximum-decoration): Mention what
1543 numeric levels mean (bug#6935).
1544
621ef9ab
LMI
1545 * startup.el (initial-buffer-choice): Don't mention the `none'
1546 selection, which is against policy.
1547
adc47434
MR
15482011-07-14 Martin Rudalics <rudalics@gmx.at>
1549
b796c9b7
SM
1550 * window.el (display-buffer-normalize-special):
1551 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 1552
7e5bfb8f
EZ
15532011-07-14 Eli Zaretskii <eliz@gnu.org>
1554
1555 * subr.el (version<, version<=, version=): Mention "-CVS" and
1556 "-12345" alpha version numbers.
1557
27fa387a
CY
15582011-07-14 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * bindings.el: Add advertised binding for set-mark-command
1561 (Bug#5772).
1562
8bdfa064
CY
15632011-07-14 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * bindings.el (mode-line-other-buffer):
1566 * bookmark.el (bookmark-bmenu-2-window):
1567 * bs.el (bs-cycle-next, bs-cycle-previous):
1568 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
1569 switch-to-buffer.
1570
1571 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 1572 Delete.
8bdfa064 1573
5eba16a3
JB
15742011-07-14 Juanma Barranquero <lekktu@gmail.com>
1575
1576 * follow.el (follow-debug-message, follow-redisplay):
1577 * jka-cmpr-hook.el (with-auto-compression-mode):
1578 Fix typos in docstrings.
1579
15853710
LMI
15802011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1581
a28e4607
LMI
1582 * subr.el (with-silent-modifications): Clarify somewhat what the
1583 macro inhibits (bug#6525).
1584
15853710
LMI
1585 * simple.el (eval-expression): Note what it does if called
1586 interactively (bug#6495).
1587
bee0fcef
CY
15882011-07-13 Chong Yidong <cyd@stupidchicken.com>
1589
b796c9b7
SM
1590 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
1591 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
1592
1593 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1594 Remove switch-to-buffer.
1595
58274504
LMI
15962011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
bd2fcc8d
LMI
1598 * files.el (make-directory): Clarify that an error will be raised
1599 if there's an error (bug#6397).
1600
0f04b32c
LMI
1601 * startup.el (initial-buffer-choice): Add `none' as a choice
1602 (bug#6234).
1603
465c5fc8
LMI
1604 * subr.el (add-hook): Clarify section about buffer-local hooks
1605 (bug#6218).
1606
58274504
LMI
1607 * dired.el (dired-flagged): Clarify doc string (bug#6117).
1608
bead9a43
JB
16092011-07-13 Juanma Barranquero <lekktu@gmail.com>
1610
1611 * tabify.el (untabify): Preserve the current column so that point
1612 doesn't move (bug#6032).
1613
3af98a7b
LMI
16142011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1615
b796c9b7
SM
1616 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
1617 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 1618
6240145a
GM
16192011-07-13 Glenn Morris <rgm@gnu.org>
1620
1621 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
1622 (dired-insert-directory): Give a message the first time
1623 if ls is found not to support --dired.
1624
1d8c2ccc
LMI
16252011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1626
1627 * simple.el (toggle-truncate-lines): Clarify what is toggled
1628 (bug#5580). Text by Drew Adams.
1629
5fc4038e
CY
16302011-07-13 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * simple.el (blink-matching-open): Make the error message from the
1633 last change less verbose.
1634
bf6012e5
DN
16352011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1636
1637 * font-lock.el (font-lock-comment-face): Use the high contrast
1638 "yellow" color for font-lock-comment-face on low color terminals
1639 using a dark background color (bug#4221).
1640
343c3b5a
LMI
16412011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1642
7e9505c5
LMI
1643 * dired.el (dired-insert-set-properties): Make the doc string
1644 reflect what it does now (bug#5325).
1645
c26fdcf5
LMI
1646 * simple.el (blink-matching-open): Say that we were unable to find
1647 the match within the limit, if we're limited (bug#5122).
1648
bb388cc5
LMI
1649 * international/mule-cmds.el (prefer-coding-system): Add an
1650 example (bug#4869).
1651
343c3b5a
LMI
1652 * progmodes/etags.el (tags-search): Document `file-list-form'
1653 (bug#4731).
1654
2a517d45
LM
16552011-07-13 Lawrence Mitchell <wence@gmx.li>
1656
1657 * net/browse-url.el (browse-url-default-browser)
1658 (browse-url-browser-function): Make the default browser choice a
1659 bit more logical (bug#4300). Also clean up the doc string.
1660
b6c78ef2
JB
16612011-07-13 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
1664 binary endings (bug#4440).
1665
1c4dd947
LMI
16662011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1667
a2014063
LMI
1668 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
1669 which can be pretty annoying (bug#8971).
1670
9c9c2d88
LMI
1671 * jka-compr.el (jka-compr-verbose): New variable, and use
1672 throughout (bug#8971).
1673
1c4dd947
LMI
1674 * info.el (Info-find-file): Fall back on the installation
1675 directory if we can't find the info node anywhere else.
1676
a1c9f41b
SO
16772011-07-13 Sergei Organov <osv@javad.com> (tiny change)
1678
1679 * vc/vc.el (vc-revert-file):
1680 Don't set file time-stamp in the past. (Bug#5181)
1681
536f3d36
LMI
16822011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1683
7152b011
LMI
1684 * files.el (after-find-file): Give a better error message when
1685 trying to find a symlink that points to a file that doesn't exist
1686 (bug#4398).
1687
536f3d36
LMI
1688 * progmodes/cc-vars.el: Remove (probably) misleading comment
1689 (bug#4396).
1690
460c0fba
JB
16912011-07-12 Johan Bockgård <bojohan@gnu.org>
1692
1693 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
1694
7a6bda45
CY
16952011-07-12 Chong Yidong <cyd@stupidchicken.com>
1696
1697 * mouse-sel.el: Hack restoring functionality, while keeping
1698 compatibility with 2010-07-03 changes to mouse selection.
1699 (mouse-sel-primary-overlay): New var.
1700 (mouse-sel-selection-alist): Use it.
1701 (mouse-sel-mode): Doc fix; remove points that are default features
1702 of mouse.el.
1703
c79598ef
JB
17042011-07-12 Johan Bockgård <bojohan@gnu.org>
1705
1706 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1707 Fix previous fix (bug#2490).
1708
ff8be6ef
RW
17092011-07-12 Roland Winkler <winkler@gnu.org>
1710
b796c9b7
SM
1711 * textmodes/bibtex.el (bibtex-initialize):
1712 Use pop-to-buffer-same-window.
ff8be6ef
RW
1713 (bibtex-search-entries): Fix interactive call.
1714
296ba3ee
LMI
17152011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1716
f5242a02 1717 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
1718 Fontise bytecomp Error lines more correctly (bug#2490).
1719 Fix suggested by Johan Bockgård.
f5242a02 1720
296ba3ee
LMI
1721 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
1722
1723 * dired-x.el (dired-guess-default): Use `delete-dups'.
1724
f69fd0d2
CY
17252011-07-12 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * dired.el (dired-mark-prompt):
1728 * dired-aux.el (dired-read-shell-command): Doc fix.
1729
eab5dc07
LMI
17302011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1731
b796c9b7
SM
1732 * mail/sendmail.el (sendmail-query-once):
1733 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
1734 emacs -Q.
1735
1736 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
1737
eab5dc07
LMI
1738 * cus-edit.el (custom-file): Take an optional no-error variable.
1739 (customize-save-variable): Set the variable, and give a warning if
1740 running under "emacs -q".
1741
a1e65d42
JB
17422011-07-11 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * loadhist.el (unload-feature-special-hooks):
1745 Add `auto-coding-functions', `fill-nobreak-predicate' and
1746 `find-directory-functions' (bug#5327).
1747
1d52da10
LMI
17482011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1749
be958f1d
LMI
1750 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
1751
5bedb26c
LMI
1752 * cus-edit.el (custom-guess-name-alist): -alist variables should
1753 use the `alist' type (bug#3120). Suggested by Drew Adams.
1754
1d52da10
LMI
1755 * printing.el: Add documentation to all the `pr-toggle-' commands.
1756
481a51b6
LL
17572011-07-11 Leo <sdl.web@gmail.com> (tiny change)
1758
1759 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
1760 backends where it makes sense (bug#2623).
1761
dcc88d8a
LMI
17622011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1763
c3de9feb
LMI
1764 * dired-x.el (dired-guess-default): Remove duplicate shell command
1765 entries (bug#2028).
8a93078b 1766 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 1767 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 1768
dcc88d8a
LMI
1769 * subr.el (remove-duplicates): New conveniency function.
1770
505e3645
LMI
17712011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
1774 (bug#1526).
1775
17762011-07-10 Martin Rudalics <rudalics@gmx.at>
1777
1778 * window.el (display-buffer-normalize-default): Don't invert
1779 meaning of even-window-heights. Reported by Eli Zaretskii
1780 <eliz@gnu.org>.
1781
455e4fa1
BR
17822011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
1783
1784 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
1785
8e0bc3e9
CY
17862011-07-10 Chong Yidong <cyd@stupidchicken.com>
1787
1788 * window.el (display-buffer): Fix arguments to
1789 display-buffer-reuse-window in last change.
1790
fa7c3228
CY
1791 * faces.el (link): Use a less saturated blue on light backgrounds.
1792
1793 * startup.el (fancy-startup-text, fancy-about-text)
1794 (fancy-startup-tail): Use font-lock faces, for background safety.
1795
c0a7f300
BN
17962011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
1797
b796c9b7
SM
1798 * emulation/viper-cmd.el (viper-change-state-to-vi):
1799 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 1800
4dc2a129
MR
18012011-07-09 Martin Rudalics <rudalics@gmx.at>
1802
1803 * window.el (display-buffer-default-specifiers): Remove.
1804 (display-buffer-macro-specifiers): Remove default specifiers.
1805 (display-buffer-alist): Default to nil.
b796c9b7 1806 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
1807 (display-buffer-pop-up-window): Allow splitting internal
1808 windows. Check whether a live window was created.
1809 (display-buffer-other-window-means-other-frame)
1810 (display-buffer-normalize-arguments): Rename to
1811 display-buffer-normalize-argument and rewrite. Set the
1812 other-window specifier.
1813 (display-buffer-normalize-special): New function.
1814 (display-buffer-normalize-options): Rename to
1815 display-buffer-normalize-default and rewrite.
1816 (display-buffer-normalize-options-inhibit): Remove.
1817 (display-buffer-normalize-specifiers): Rewrite.
1818 (display-buffer): Process other-window specifier and call
1819 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
1820 more faithfully.
b796c9b7 1821 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 1822 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
1823 (display-buffer-in-window, display-buffer-alist-set):
1824 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
1825 <tassilo@member.fsf.org>.
1826
2d43b8c9
LL
18272011-07-09 Leo Liu <sdl.web@gmail.com>
1828
1829 * register.el (insert-register): Restore accidental change on
1830 2011-06-26. (Bug#9028)
1831
7f9b7c53
GM
18322011-07-09 Glenn Morris <rgm@gnu.org>
1833
1834 * subr.el (remq): Handle the empty list. (Bug#9024)
1835
f042cfd8
AS
18362011-07-08 Andreas Schwab <schwab@linux-m68k.org>
1837
1838 * mail/sendmail.el (send-mail-function): No longer delay custom
1839 initialization.
1840 * custom.el (custom-initialize-delay): Doc fix.
1841
856b2f11
SM
18422011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
1845
afae1d68
MA
18462011-07-08 Michael Albinus <michael.albinus@gmx.de>
1847
1848 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
1849 human-friendly prompt.
1850
0757af94
SM
18512011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1852
1853 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
1854 provided by a particular plugin.
1855
d760b731
LMI
18562011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1857
1858 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
1859 save customizations (with "emacs -Q"), just set the variable
1860 instead of erroring out.
1861
1862 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
1863
cd79ce90
JL
18642011-07-08 Juri Linkov <juri@jurta.org>
1865
1866 * arc-mode.el (archive-zip-expunge, archive-zip-update)
1867 (archive-zip-update-case): Use 7z if found by `executable-find'.
1868 The order of searching the available programs is the same as in
1869 `archive-zip-extract' (bug#8968).
1870
14cc04aa
CY
18712011-07-07 Chong Yidong <cyd@stupidchicken.com>
1872
1873 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
1874 (menu-bar-options-menu): Tweak descriptions.
1875
0a1848ec
LMI
18762011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1877
1878 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
1879 menu items into verb phrases (bug#1421). Also refill to fit under
1880 80 columns.
1881
f5bd0689
CY
18822011-07-07 Chong Yidong <cyd@stupidchicken.com>
1883
538e85c6
CY
1884 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
1885 (Info-read-node-name): Doc fix (Bug#1084).
1886
f5bd0689
CY
1887 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
1888 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
1889 (end-of-sexp, beginning-of-sexp)
1890 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
1891 (forward-symbol, forward-same-syntax, word-at-point)
1892 (sentence-at-point): Doc fix (Bug#1144).
1893
56ec5115
LMI
18942011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1895
f3f8e37f
LMI
1896 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
1897 should cover it (bug#1281).
1898
0757af94 1899 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 1900
12b9eb35
LMI
1901 * net/network-stream.el (network-stream-open-starttls): If gnutls
1902 negotiation fails, then possibly try again with a non-encrypted
1903 connection (bug#9017).
1904
56ec5115
LMI
1905 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
1906 be used.
1907
c2f9aec8
RS
19082011-07-07 Richard Stallman <rms@gnu.org>
1909
1910 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
1911 property, and handle its changed format.
1912 Look for the correct line number.
1913 Use file's line contents (but not past first =) to find
1914 correct line in message.
1915
ef7b981d 19162011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
1917
1918 * international/characters.el (build-unicode-category-table):
1919 Delete it.
0757af94 1920 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 1921
0757af94 1922 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
1923 to src/chartab.c.
1924 (get-char-code-property): Call unicode-property-table-internal to
1925 load a file. Call get-unicode-property-internal where necessary.
1926 (put-char-code-property): Call unicode-property-table-internal to
1927 load a file. Call put-unicode-property-internal where necessary.
1928 put-unicode-property-internal where necessary.
0757af94
SM
1929 (char-code-property-description):
1930 Call unicode-property-table-internal to load a file.
c805dec0
KH
1931
1932 * international/charprop.el:
1933 * international/uni-bidi.el:
1934 * international/uni-category.el:
1935 * international/uni-combining.el:
1936 * international/uni-comment.el:
1937 * international/uni-decimal.el:
1938 * international/uni-decomposition.el:
1939 * international/uni-digit.el:
1940 * international/uni-lowercase.el:
1941 * international/uni-mirrored.el:
1942 * international/uni-name.el:
1943 * international/uni-numeric.el:
1944 * international/uni-old-name.el:
1945 * international/uni-titlecase.el:
1946 * international/uni-uppercase.el: Regenerate.
1947
1948 * loadup.el: Load international/charprop.el before
1949 international/characters.
1950
e14b388a
CY
19512011-07-07 Chong Yidong <cyd@stupidchicken.com>
1952
1953 * window.el (next-buffer, previous-buffer): Signal an error if
1954 called from a minibuffer window.
1955
1956 * bindings.el: Revert 2011-07-04 change.
1957
354cf0ba
RS
19582011-07-06 Richard Stallman <rms@gnu.org>
1959
1960 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
1961 (rmail-mime-insert-bulk, rmail-mime-insert-text):
1962 Treat markers like ints.
1963 (rmail-mime-entity): Doc fix.
1964
a48868a7
LMI
19652011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1966
4906cd3d
LMI
1967 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
1968 defcustom again for backwards compatibility.
1969
e0457abe
LMI
1970 * simple.el (shell-command-on-region): Fill.
1971
d67f7e1f
LMI
1972 * dired-aux.el (dired-kill-line): Add a doc string.
1973
fe204702
LMI
1974 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
1975 to "\\sw\\|\\s_" (bug#358).
1976
a48868a7
LMI
1977 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
1978 (dired-unmark-backward): Ditto.
1979 (dired-flag-backup-files): Ditto.
1980
1981 * dired-x.el (dired-mark-sexp): Ditto.
1982
aa8a705c
RS
19832011-07-06 Richard Stallman <rms@gnu.org>
1984
1985 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
1986 (rmail-mime-entity): New arg TRUNCATED.
1987 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
1988 New functions.
1989 (rmail-mime-save): Warn if entity is truncated.
1990 (rmail-mime-toggle-hidden): Likewise, for showing.
1991 (rmail-mime-process-multipart): Record when an entity is truncated.
1992
a9a936b9
RS
1993 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
1994 if ENTITY is a string.
1995
1f2b92cb
LMI
19962011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1997
f4f73198 1998 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
1999 of faces when `M-C-x'-ing their definitions (bug#8378).
2000 Also clean up the code slightly.
f4f73198 2001
12b16734
LMI
2002 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
2003 because that makes the colours go away.
2004
f0691d22
LMI
2005 * mail/sendmail.el (send-mail-function): Change the default to
2006 `sendmail-query-once'.
9e87df06 2007 (sendmail-query-once): Add an autoload cookie.
f0691d22 2008
1f2b92cb
LMI
2009 * net/network-stream.el (network-stream-open-starttls): Try using
2010 a plain connection even if the server offered STARTTLS, and we
2011 kinda wanted to use it, if Emacs doesn't have any STARTTLS
2012 capability. This should make smtpmail.el work in slightly more
2013 configurations.
2014
1cdd2a1b
MA
20152011-07-06 Michael Albinus <michael.albinus@gmx.de>
2016
2017 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
2018 New defun.
2019 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
2020
fbcc67e2
MM
20212011-07-06 Michael R. Mauger <mmaug@yahoo.com>
2022
2023 * progmodes/sql.el: Version 3.0
0757af94 2024 (sql-product-alist): Add product :completion-object,
fbcc67e2 2025 :completion-column, and :statement attributes.
0757af94 2026 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 2027 (sql-mode-syntax-table): Mark all punctuation.
0757af94 2028 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
2029 ansi keywords.
2030 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 2031 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
2032 (sql-oracle-show-reserved-words): New function for development.
2033 (sql-product-font-lock): Simplify for source code buffers.
2034 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
2035 New functions.
2036 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
2037 (sql-mode-map): Add statement movement functions.
2038 (sql-ansi-statement-starters, sql-oracle-statement-starters):
2039 New variable.
fbcc67e2
MM
2040 (sql-statement-regexp, sql-beginning-of-statement)
2041 (sql-end-of-statement, sql-signum): New functions.
0757af94 2042 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
2043 (sql-show-sqli-buffer): Bug fix.
2044 (sql-interactive-mode): Store connection data as buffer local.
0757af94 2045 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
2046 with sql-interactive-mode.
2047 (sql-save-connection): Save buffer local settings.
0757af94 2048 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
2049 (sql-product-interactive): Bug fix.
2050 (sql-preoutput-hold): New variable.
2051 (sql-interactive-remove-continuation-prompt): Bug fixes.
2052 (sql-debug-redirect): New variable.
2053 (sql-str-literal): New function.
2054 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 2055 Redesign.
fbcc67e2
MM
2056 (sql-oracle-save-settings, sql-oracle-restore-settings)
2057 (sql-oracle-list-all, sql-oracle-list-table): New functions.
2058 (sql-completion-object, sql-completion-column)
2059 (sql-completion-sqlbuf): New variables.
2060 (sql-build-completions-1, sql-build-completions)
2061 (sql-try-completion): New functions.
2062 (sql-read-table-name): Use them.
2063 (sql-contains-names): New buffer local variable.
2064 (sql-list-all, sql-list-table): Use it.
2065 (sql-oracle-completion-types): New variable.
2066 (sql-oracle-completion-object, sql-sqlite-completion-object)
2067 (sql-postgres-completion-object): New functions.
2068
d4eaeab1
GM
20692011-07-06 Glenn Morris <rgm@gnu.org>
2070
2071 * window.el (pop-to-buffer): Doc fix.
2072
322b7dab 20732011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
2074
2075 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
2076
322b7dab 20772011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 2078
322b7dab 2079 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 2080
322b7dab 2081 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 2082
605dd5bf
CY
20832011-07-05 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * button.el (button): Inherit from link face. Suggested by Dan
2086 Nicolaescu.
2087
7dbfa719
SM
20882011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2089
3db614b0
SM
2090 * progmodes/gdb-mi.el: Fit in 80 columns.
2091 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
2092 switch-to-buffer.
2093
7dbfa719
SM
2094 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
2095 if imenu is simply not configured (bug#8941).
2096
919d884a
KM
20972011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
2098
2099 * allout.el (allout-post-undo-hook): New allout outline-change
2100 event hook to signal undo activity.
2101 (allout-post-command-business): Run allout-post-undo-hook if an
2102 undo just occurred.
7dbfa719
SM
2103 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
2104 * allout-widgets.el (allout-widgets-after-undo-function):
2105 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
2106 in the vicinity of an undo.
2107 (allout-widgets-mode): Include allout-widgets-after-undo-function
2108 on the new allout-post-undo-hook.
2109
450a0f09
SM
21102011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2111
2112 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
2113 Let define-derived-mode define it.
2114 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
2115 cycles of abbrev-table inheritance (bug#8998).
2116
2de69e00
RW
21172011-07-05 Roland Winkler <winkler@gnu.org>
2118
2119 * textmodes/bibtex.el: Add support for biblatex.
2120 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
2121 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
2122 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
2123 (bibtex-entry-alist, bibtex-field-alist): New variables.
2124 (bibtex-entry-field-alist): Obsolete alias for
2125 bibtex-BibTeX-entry-alist.
2126 (bibtex-entry-alist, bibtex-field-alist): New widgets.
2127 (bibtex-set-dialect): New command.
2128 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
2129 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
2130 Bind via bibtex-set-dialect.
2de69e00
RW
2131 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
2132 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
2133 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
2134 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
2135 Define via bibtex-set-dialect.
450a0f09
SM
2136 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
2137 Obey bibtex-no-opt-remove-re.
2de69e00
RW
2138 (bibtex-vec-push, bibtex-vec-incr): New functions.
2139 (bibtex-format-entry, bibtex-field-list)
2140 (bibtex-print-help-message, bibtex-validate)
2141 (bibtex-search-entries): Use new format of bibtex-entry-alist.
2142
2dcdbdd9
SM
21432011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * progmodes/compile.el (compilation-goto-locus):
2146 * net/tramp-cmds.el (tramp-append-tramp-buffers):
2147 * bs.el (bs-cycle-next, bs-cycle-previous):
2148 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
2149 * bindings.el (mode-line-other-buffer):
2150 * autoinsert.el (auto-insert):
2151 * arc-mode.el (archive-extract):
2152 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
2153
b27640fe
JB
21542011-07-05 Juanma Barranquero <lekktu@gmail.com>
2155
2156 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
2157 Fix check of `emacs-lock-unlockable-modes'.
2158 Coerce true values of `emacs-lock--try-unlocking' to t.
2159
53bbe3ad
JB
21602011-07-05 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
2163 * emacs-lock.el: New file.
2164
1d3cdbc7
JD
21652011-07-05 Julien Danjou <julien@danjou.info>
2166
2167 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
2168 than `boundp' to check if face is set.
2169
9173deec
JB
21702011-07-05 Juanma Barranquero <lekktu@gmail.com>
2171
2172 * register.el (registerv-make):
2173 * window.el (window-min-height): Fix typos in docstrings.
2174
869795d6
JD
21752011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2176
9173deec 2177 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
2178 Update doc string.
2179
b768cdcd
JB
21802011-07-04 Juanma Barranquero <lekktu@gmail.com>
2181
2182 * server.el (server-execute): Catch quit and call
2183 `server-return-error' to pass the error back to emacsclient and
2184 close the connection (bug#8942).
2185
13aa217b
KM
21862011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
2187
2188 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
2189 insecure exception for current topic. Also note that auto-saves
2190 are handled differently.
2191
2192 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
2193 State variables for tracking auto-save inhibition situation.
2194
2195 (allout-write-contents-hook-handler): Rename from
2196 'allout-write-file-hook-handler', and describe how it depends on
2197 write-contents-functions sensitivity to non-nil value to prevent
2198 file write.
2199
2200 (allout-auto-save-hook-handler): Remove. auto-save does not check
2201 this in individual buffers, only in the starting buffer, so this
2202 is not the right way for us to inhibit auto-save in a buffer
2203 according to its condition.
2204
2205 (allout-mode): Use new allout-write-contents-hook-handler, and
2206 only with write-contents-functions. Remove auto-save provisions -
2207 they're implemented elsewhere.
2208
2209 (allout-before-change-handler): If undo is in progress, note that
2210 for attention of allout-post-command-business.
2211
2212 (allout-post-command-business): If the command we're following was
2213 an undo, check for change in the status of encrypted items and
2214 adjust auto-save inhibitions accordingly.
2215
2216 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
2217 according to whether there are or aren't any plain-text topics
2218 pending encryption.
2219
2dcdbdd9
SM
2220 (allout-inhibit-auto-save-info-for-decryption):
2221 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
2222 there are plain-text topics pending encryption.
2223
2224 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
2225 buffer-saved-size and some allout state to not inhibit auto-saves
2226 if there are no longer any plain-text topics pending encryption.
2227
0757af94
SM
2228 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
2229 No longer provide for exemption of the current topic.
13aa217b 2230
ac89b32c
JL
22312011-07-04 Juri Linkov <juri@jurta.org>
2232
2233 Add 7z operations to delete and save changed members (bug#8968).
2234 * arc-mode.el (archive-7z-expunge, archive-7z-update):
2235 New defcustoms.
2236 (archive-7z-write-file-member): New function.
2237 (archive-7z-summarize): Fix the number of dashes in the
2238 listing output.
2239
8fa39615
SM
22402011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
2243 (bug#8958).
2244
2f11b3f1
CY
22452011-07-04 Chong Yidong <cyd@stupidchicken.com>
2246
d66fef2b
CY
2247 * bindings.el: Ignore next-buffer and previous-buffer in
2248 minibuffer-local-map.
2249
2f11b3f1
CY
2250 * font-lock.el (font-lock-builtin-face): Change light background
2251 color to dark slate blue (Bug#6693).
2252
f932a347
WD
22532011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2254
2255 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
2256
c8af70e1
SM
22572011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2258
2259 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
2260 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2261 Add switch-to-buffer.
2262
f158badc
LMI
22632011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2264
2265 * isearch.el (isearch-search-fun-function): Clarify further the
2266 meaning of the function returned.
2267
6d95bd46
MA
22682011-07-04 Michael Albinus <michael.albinus@gmx.de>
2269
2270 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
2271
2272 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
2273 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
2274 Use it.
2275 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
2276 `tramp-default-remote-path' does not exist.
2277 (tramp-send-command-and-read): New optional argument NOERROR.
2278 (tramp-open-connection-setup-interactive-shell)
2279 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
2280 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
2281 (tramp-process-sentinel): Flush also process' connection property.
2282 (tramp-sh-handle-start-file-process): Do not set process
2283 sentinel. It is done now ...
2284 (tramp-maybe-open-connection): ... here. (Bug#8929)
2285
909e6b67
MK
22862011-07-04 MON KEY <monkey@sandpframing.com>
2287
2288 * play/animate.el (animate-string): Doc fixes and allow changing
2289 the buffer name (bug#5417).
2290
22912011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2292
c8af70e1 2293 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 2294
f34755dc
PE
22952011-07-04 Paul Eggert <eggert@cs.ucla.edu>
2296
396cec72
PE
2297 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
2298 This is simpler and helps future-proof the code.
2299 (timer-until): Use time-subtract and float-time.
08235028 2300 (timer--time-less-p): Use time-less-p.
f34755dc 2301
56e6cc31
JB
23022011-07-04 Juanma Barranquero <lekktu@gmail.com>
2303
3abb79e5
JB
2304 * type-break.el (timep): Use the value of `float-time' to avoid a
2305 byte-compiler warning.
2306
56e6cc31
JB
2307 * server.el (server-eval-and-print): Return any result, even nil.
2308
7b9430b4
PE
23092011-07-03 Paul Eggert <eggert@cs.ucla.edu>
2310
2311 * type-break.el: Accept time formats that the builtins accept.
2312 (timep, type-break-time-difference): Accept any format that
2313 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
2314 This is simpler and helps future-proof the code.
2315 (type-break-time-difference): Round rather than ignoring
2316 subseconds components.
2317
3034e9e7
LMI
23182011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2319
2320 * info.el (Info-apropos-matches): Make non-interactive, since it
2321 doesn't seem to do anything useful as a command (bug#8829).
2322
1485f4c0
CY
23232011-07-03 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 2326 Move from faces.el.
1485f4c0
CY
2327 (frame-default-terminal-background): New function.
2328
2329 * custom.el (custom-push-theme): Don't record faces in `changed'
2330 theme; this doesn't work correctly for per-frame face settings.
2331 (disable-theme): Use face-set-after-frame-default to reset faces.
2332 (custom--frame-color-default): New function.
2333
9fa3dd45
LMI
23342011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2335
c8af70e1 2336 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
2337 (bug#8769).
2338
6cbbc20c
KR
23392011-03-29 Kevin Ryde <user42@zip.com.au>
2340
2341 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2342 `perl-Test2' extend to match possible "fail #N" rep count
2343 (bug#8377).
2344
c7f98048
LMI
23452011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2346
65676592
LMI
2347 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
2348 `smtpmail-via-smtp' now returns the error instead of nil.
2349
c7f98048
LMI
2350 * isearch.el (isearch-search-fun-function): Clarify the doc string
2351 (bug#8101).
2352
56e6cc31 23532011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
2354
2355 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
2356 unnecessary spaces (bug#8987).
2357
2b216704
LMI
23582011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2359
2360 * net/network-stream.el (open-network-stream): Use the
2361 :end-of-capability command thoughout.
2362
23632011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2364
2365 * net/network-stream.el (open-network-stream): Add the
2366 :end-of-capability command parameter, used by pop3.el.
2367
36adf6ce
LMI
23682011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2369
1ca0da0e
LMI
2370 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
2371
fc00f69c
LMI
2372 * fringe.el (fringe-query-style): Remove redundant text " (type ?
2373 for list)" (bug#6475).
2374
28fd8759
LMI
2375 * files.el (file-expand-wildcards): Ignore non-readable
2376 sub-directories while trying to find matches instead of signalling
2377 an error (bug#6297).
2378
0dd8b6da
LMI
2379 * man.el (Man-reference-regexp): Allow matching possible
2380 word-wrapped references (bug#6289).
2381
ce1438d6
LMI
2382 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
2383 for consistency with the other vc buffers (bug#6197).
2384 (vc-checkin): Ditto.
2385
2386 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
2387
36adf6ce
LMI
2388 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
2389
e83cc1f7
LMI
23902011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2391
8a20ca4c
LMI
2392 * custom.el (defcustom): Clarify that :set is only used in the
2393 Customize user interface (bug#6089).
2394
83319045
LMI
2395 * progmodes/flymake.el (flymake-mode): If the buffer isn't
2396 associated with a file, refuse to run instead of erroring out
2397 (bug#6084).
2398
a8392169
LMI
2399 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
2400 the doc string, since it appears that using `fill-column' always
2401 controls the width (bug#7845).
2402
e83cc1f7
LMI
2403 * simple.el (shell-command-on-region): Say where the error output
2404 went if `shell-command-default-error-buffer' is set (bug#6857).
2405
e47ca23b
KM
24062011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
2407
2408 * allout.el (allout-yank-processing): Adjust cursor position for
2409 backwards-deleted space.
2410
2411 (allout-rebullet-heading): Register changes with
2412 allout-exposure-changed-hook, so the modified topic is properly
2413 decorated.
2414
5cf56143
LMI
24152011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2416
08549772
LMI
2417 * minibuffer.el (completion-in-region): Document PREDICATE
2418 (bug#7136).
2419
48e96771
LMI
2420 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
2421 of keyword/argument pairs (bug#6904).
2422
c8af70e1
SM
2423 * replace.el (multi-occur):
2424 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 2425
e17d05e2
LMI
24262011-07-02 Drew Adams <drew.adams@oracle.com>
2427
2428 * dired.el (dired-mark-if): Make the message about whether it's
2429 marking or unmarking clearer (bug#8523).
2430
063b0e45
LMI
24312011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2432
2433 * disp-table.el (display-table-print-array): New function.
2434 (describe-display-table): Use it to print the vectors more pretty
2435 (Bug#8859).
2436
28545e04
MR
24372011-07-02 Martin Rudalics <rudalics@gmx.at>
2438
2439 * window.el (window-state-get-1): Don't assign clone numbers.
2440 Add clone-of item to list of window parameters.
2441 (window-state-put-2): Don't process clone numbers.
2442 (display-buffer-alist): Fix doc-string.
2443
3349e122
SM
24442011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * subr.el (remq): Don't allocate if it's not needed.
2447 (keymap--menu-item-binding, keymap--menu-item-with-binding)
2448 (keymap--merge-bindings): New functions.
2449 (keymap-canonicalize): Use them to refine the canonicalization.
2450 * minibuffer.el (minibuffer-local-completion-map)
2451 (minibuffer-local-must-match-map): Move initialization from C.
2452 (minibuffer-local-filename-completion-map): Move initialization from C;
2453 don't inherit from anything here.
2454 (minibuffer-local-filename-must-match-map): Make obsolete.
2455 (completing-read-default): Use make-composed-keymap to combine
2456 minibuffer-local-filename-completion-map with either
2457 minibuffer-local-must-match-map or
2458 minibuffer-local-filename-completion-map.
2459
d224ac83
GM
24602011-07-01 Glenn Morris <rgm@gnu.org>
2461
3de63bf8
GM
2462 * type-break.el (type-break-time-sum): Use dolist.
2463
d224ac83
GM
2464 * textmodes/flyspell.el (flyspell-word-search-backward):
2465 Replace CL function.
2466
1a1e3f32
SM
24672011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2468
fe3f64d5
SM
2469 * mouse.el (mouse--strip-first-event): New function.
2470 (function-key-map): Use it to map fringe clicks to normal clicks
2471 by default.
2472
eb604e34
SM
2473 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
2474 (vc-bzr-revision-completion-table): Add support for annotate and date.
2475
1a1e3f32
SM
2476 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
2477 inherit from parent.
2478
5bd35902
LMI
24792011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
ace6c69c 2481 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 2482 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 2483
191e2bed
LMI
2484 * dired.el (dired-mode): Fix up the doc string as suggested by
2485 Drew Adams (bug#8817).
2486
5bd35902
LMI
2487 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
2488 cookie, since the manual says that it should be possible to add
2489 this function to `find-file-hook' (bug#8709).
2490
eee8207a
TZ
24912011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
2492
2493 * progmodes/cfengine.el: Moved all cfengine3.el functionality
2494 here. Noted Ted Zlatanov as the maintainer.
2495 (cfengine-common-settings, cfengine-common-syntax): New functions
2496 to set up common things between `cfengine-mode' and
2497 `cfengine3-mode'.
2498 (cfengine3-mode): New mode.
2499 (cfengine3-defuns cfengine3-defuns-regex
2500 (cfengine3-class-selector-regex cfengine3-category-regex)
2501 (cfengine3-vartypes cfengine3-font-lock-keywords)
2502 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 2503 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 2504
36b148cf
MA
25052011-07-01 Michael Albinus <michael.albinus@gmx.de>
2506
2507 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
2508
2509 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
2510
0bf4ba9a
MR
25112011-07-01 Martin Rudalics <rudalics@gmx.at>
2512
2513 * window.el (same-window-buffer-names, same-window-regexps)
2514 (same-window-p, special-display-frame-alist)
2515 (special-display-popup-frame, special-display-function)
2516 (special-display-buffer-names, special-display-regexps)
2517 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
2518 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2519 (split-window-preferred-function, split-height-threshold)
2520 (split-width-threshold, even-window-heights)
2521 (display-buffer-mark-dedicated, window-splittable-p)
2522 (split-window-sensibly, window-safely-shrinkable-p):
2523 Un-obsolete.
2524 (display-buffer): Don't spread args with function specifier
2525 because special-display-popup-frame won't like it.
2526
35837f51
PE
25272011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2528
d0672f86
PE
2529 Time-stamp simplifications and fixes.
2530 These improve accuracy slightly, and future-proof the code
2531 against some potential changes to current-time format.
2532
b9444d97
PE
2533 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
2534 by using time-since and float-time.
2535
0ef923dc
PE
2536 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
2537 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
2538 + NNN microseconds".
2539
2f81380d
PE
2540 * type-break.el (type-break-time-sum): Rewrite using time-add.
2541
845b5c3e
PE
2542 * play/hanoi.el (hanoi-current-time-float): Remove.
2543 All uses replaced by float-time.
2544
ee6f1be0
PE
2545 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
2546 This yields a more-accurate answer.
2547 (rng-time-to-float): Remove; no longer needed.
2548
fe955043
PE
2549 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
2550
5777162a
PE
2551 * calendar/timeclock.el (timeclock-seconds-to-time):
2552 Defalias to seconds-to-time, since they're the same thing.
2553
3103f8b6 2554 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 2555 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
2556 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
2557
0e61a35f
SM
25582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * window.el (bury-buffer): Don't iconify the only frame.
2561 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
2562 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
2563
ddd63a1e
CY
25642011-07-01 Chong Yidong <cyd@stupidchicken.com>
2565
0e61a35f
SM
2566 * eshell/em-smart.el (eshell-smart-display-navigate-list):
2567 Add mouse-yank-primary.
ddd63a1e 2568
055f4923
TZ
25692011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
2570
2571 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
2572
6a2fb145
SM
25732011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * emacs-lisp/find-func.el (find-library--load-name): New fun.
2576 (find-library-name): Use it to find relative load names when provided
2577 absolute file name (bug#8803).
2578
fd4983f2
LMI
25792011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2580
887d14ad
LMI
2581 * textmodes/flyspell.el (flyspell-word): Consider words that
2582 differ only in case as potential doublons (bug#5687).
2583
c53dc7fc
LMI
2584 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
2585 Remove two rather uninteresting debugging-like messages to make
2586 debbugs.el more silent.
2587
fd4983f2
LMI
2588 * comint.el (comint-password-prompt-regexp): Accept "Response" as
2589 a password-like phrase.
2590
b14c0c55
AM
25912011-06-30 Mastake YAMATO <yamato@redhat.com>
2592
2593 * progmodes/cc-guess.el: New file.
2594
6a2fb145 2595 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
2596
2597 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
2598 derived from `c-basic-common-init'.
2599
2600 * progmodes/cc-mode.el (top-level): Require cc-guess.
2601 (c-basic-common-init): Use `cc-choose-style-for-mode'.
2602
1fa280a3
LM
26032011-06-30 Lawrence Mitchell <wence@gmx.li>
2604
2605 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
2606
e6597158
AM
26072011-06-30 Alan Mackenzie <acm@muc.de>
2608
1fa280a3
LM
2609 * progmodes/cc-engine.el (c-guess-continued-construct):
2610 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
2611 lock is disabled. Name this case as "CASE G".
2612
68ba37fb
KM
26132011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
2614
2615 * allout.el (allout-yank-processing): Fix injection of extra space
2616 between bullet and non-whitespace character in first topic when
2617 pasting, ensuring that the actual spacing in the pasted topic
2618 following the bullet char is preserved. This extra space was
2619 causing pasted encrypted topics to get a decrypted status even
2620 when the content was actually still encrypted. Now the decryption
2621 status from before the paste is preserved.
2622
2623 (allout-flag-region): Set all allout overlays so they evaporate
2624 when reduced to zero length (evanescent), to prevent overlay
2625 leakage.
2626
887a0b34
GM
26272011-06-30 Glenn Morris <rgm@gnu.org>
2628
94b9acce
GM
2629 * w32-fns.el (w32-charset-info-alist): Declare.
2630
1d9b46d4
GM
2631 * find-dired.el (find-grep-options): Simplify.
2632
cc232200
GM
2633 * term/ns-win.el (ns-set-resource): Declare.
2634
28e77c46
GM
2635 * ses.el (row, col): Declare dynamic variables honestly.
2636
887a0b34
GM
2637 * textmodes/reftex-parse.el (index-tags): Declare.
2638
658d8eb8
CY
26392011-06-30 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * cus-edit.el (customize-push-and-save): New function.
2642
2643 * files.el (hack-local-variables-confirm): Use it.
2644
1fa280a3
LM
2645 * custom.el (load-theme): New arg NO-CONFIRM.
2646 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
2647 (custom-enabled-themes): Doc fix.
2648
2649 * cus-theme.el (customize-create-theme)
2650 (custom-theme-merge-theme): Callers to load-theme changed.
2651
bb617717
LMI
26522011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2653
d61bdd5d
LMI
2654 * thingatpt.el (thing-at-point-short-url-regexp): Require that
2655 short URLs have at least one dot in them (bug #7614).
2656
bb617717
LMI
2657 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
2658 nil, because using a pty is apparently too slow (bug #895).
2659
2f31f37a
LMI
26602011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2661
2662 * mail/sendmail.el (sendmail-query-once): New function.
2663 (sendmail-query-once-function): New variable.
2664
3076b24e
GM
26652011-06-29 Glenn Morris <rgm@gnu.org>
2666
faf2a174
GM
2667 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
2668
3076b24e
GM
2669 * ses.el (top-level): Require cl when compiling.
2670 (ses-set-localvars): Fix error statement.
2671 Call it at compile time to silence a storm of warnings.
2672
5386012d
MR
26732011-06-29 Martin Rudalics <rudalics@gmx.at>
2674
2675 * window.el (normalize-live-buffer): Rename to
2676 window-normalize-buffer.
2677 (normalize-live-frame): Rename to window-normalize-frame.
2678 (normalize-any-window): Rename to window-normalize-any-window.
2679 (normalize-live-window): Rename to window-normalize-live-window.
2680 (make-window-atom): Rename to window-make-atom.
2681 (window-resize-reset): Rename to window--resize-reset.
2682 (window-resize-reset-1): Rename to window--resize-reset-1.
2683 (resize-mini-window): Rename to window--resize-mini-window.
2684 (resize-subwindows-skip-p): Rename to
2685 window--resize-subwindows-skip-p.
2686 (resize-subwindows-normal): Rename to
2687 window--resize-subwindows-normal.
2688 (resize-subwindows): Rename to window--resize-subwindows.
2689 (resize-other-windows): Rename to window--resize-siblings.
2690 (resize-this-window): Rename to window--resize-this-window.
2691 (resize-root-window): Rename to window--resize-root-window.
2692 (resize-root-window-vertically): Rename to
2693 window--resize-root-window-vertically.
2694 (normalize-buffer-to-display): Rename to
2695 window-normalize-buffer-to-display.
2696 (normalize-buffer-to-switch-to): Rename to
2697 window-normalize-buffer-to-switch-to.
2698 Correspondingly update all callers of the functions listed
2699 above.
2700 (display-buffer-alist, display-buffer-normalize-arguments)
2701 (display-buffer-normalize-options, display-buffer)
2702 (display-buffer-alist-set): Use "function" instead of
2703 "fun-with-args".
2704
1176868d
CY
27052011-06-28 Chong Yidong <cyd@stupidchicken.com>
2706
2707 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
2708 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
2709 debbugs.gnu.org. Mention acknowledgment email.
2710
20a7a65f
LMI
27112011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
2712
2713 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
2714 buffer multibyteness, since it shouldn't matter.
2715
5f45cca5
MR
27162011-06-28 Martin Rudalics <rudalics@gmx.at>
2717
2718 * window.el (display-buffer-in-side-window): Handle dedicated
2719 windows as in display-buffer-reuse-window.
2720 (display-buffer-normalize-alist): Use value of override
2721 specifier.
2722 (display-buffer-normalize-specifiers): Use value of
2723 other-window-means-other-frame specifier.
2724 (display-buffer-alist): Rewrite some texts in widgets.
2725 (display-buffer): Spread arguments when calling function
2726 specified by fun-with-args.
2727
ad85fe1f
DD
27282011-06-28 Deniz Dogan <deniz@dogan.se>
2729
1fa280a3
LM
2730 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2731 Unnest `let'.
da68c4c8 2732
ad85fe1f
DD
2733 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
2734 selectors (Bug#5732).
ec49bd31 2735 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 2736
a08cc025
JA
27372011-06-27 Jari Aalto <jari.aalto@cante.net>
2738
2739 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
2740 (eshell-ls-date-format): New defcustom.
2741 (eshell-ls-file): Use it.
2742
e2b551c5
SM
27432011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * help-fns.el (describe-variable): Fix message for terminal-local vars.
2746
8982b231
KY
27472011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
2748
2749 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
2750 (ange-ftp-make-tmp-name): New arg.
2751 (ange-ftp-file-local-copy): Use it.
2752
36c9fa27
J
27532011-06-27 Jambunathan K <kjambunathan@gmail.com>
2754
2755 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
2756 no-conversion (Bug#8870).
2757
d68443dc
MR
27582011-06-27 Martin Rudalics <rudalics@gmx.at>
2759
2760 * window.el (window-right, window-left, window-child)
2761 (window-child-count, window-last-child)
2762 (window-iso-combination-p, walk-window-tree-1)
2763 (window-atom-check-1, window-tree-1, delete-window)
2764 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
2765 new naming conventions - window-vchild, window-hchild,
2766 window-next and window-prev are now called window-top-child,
2767 window-left-child, window-next-sibling and window-prev-sibling
2768 respectively.
d615d6d2
MR
2769 (resize-window-reset): Rename to window-resize-reset.
2770 (resize-window-reset-1): Rename to window-resize-reset-1.
2771 (resize-window): Rename to window-resize.
2772 (window-min-height, window-min-width)
2773 (resize-mini-window, resize-this-window, resize-root-window)
2774 (resize-root-window-vertically, adjust-window-trailing-edge)
2775 (enlarge-window, shrink-window, maximize-window)
2776 (minimize-window, delete-window, quit-restore-window)
2777 (split-window, balance-windows, balance-windows-area-adjust)
2778 (balance-windows-area, window-state-put-2)
2779 (display-buffer-even-window-sizes, display-buffer-set-height)
2780 (display-buffer-set-width, set-window-text-height)
2781 (fit-window-to-buffer): Rename all "resize-window" prefixed
2782 calls to use the "window-resize" prefix convention.
2783 (display-buffer-alist): Fix symbol for label specifier.
2784 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
2785 corresponding specifier.
2786 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 2787
b6458526
VB
27882011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
2789
2790 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
2791 convention.
2792 (ses-call-printer): Does not pass an empty string to formatter when the
2793 cell is empty to keep from barking printer Calc math-format-value.
2794
d31fd9ac
RS
27952011-06-27 Richard Stallman <rms@gnu.org>
2796
43d5bf84
RS
2797 * battery.el (battery-mode-line-limit): New variable.
2798 (battery-update): Handle it.
2799
d31fd9ac
RS
2800 * mail/rmailmm.el (rmail-mime-process-multipart):
2801 Handle truncated messages.
2802
819a6054
GM
28032011-06-27 Glenn Morris <rgm@gnu.org>
2804
2805 * progmodes/flymake.el (flymake-err-line-patterns):
2806 Allow for column numbers in the ant/javac pattern. (Bug#8866)
2807
cedc73f2
VB
28082011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
2809
819a6054 2810 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
2811 (ses--clean-!, ses--clean-_): New functions.
2812 (ses-range): Add configurability of readout order, and conversion
2813 to Calc vector.
2814
5e5d49b6
VB
2815 * ses.el (ses-repair-cell-reference-all): New function.
2816 (ses-cell-symbol): Set macro as safe, so that it can be used in
2817 formulas.
2818
56e6cc31 2819 * ses.el: Update cycle detection algorithm.
90ca8b49 2820 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 2821 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
2822 (ses-set-localvars): New function.
2823 (ses-make-cell): Add property-list as a cell element.
2824 (ses-cell-property-get-fun, ses-cell-property-get)
2825 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
2826 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
2827 New functions.
90ca8b49
VB
2828 (ses-cell-property-set, ses-cell-property-pop)
2829 (ses-cell-property-get-handle): New macro.
2830 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
2831 New aliases, used for code readability.
2832 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
2833 cycle detection.
2834 (ses-self-reference-early-detection): New defcustom.
2835 (ses-formula-references): Robustify against self-refering cells.
2836 (ses-mode): Use ses-set-localvars.
2837 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
2838 before lauching the update processing.
2839 (ses-initialize-Dijkstra-attempt): New function.
2840 (ses-recalculate-cell): Update for cycle detection based on
2841 Dijkstra algorithm.
2842
2bb63e81
VB
2843 * ses.el: Fix commenting and indenting convention.
2844
c9d29fb8
SM
28452011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * bs.el (bs-cycle-next): Complete last change.
2848
d8e4b68b
JB
28492011-06-27 Drew Adams <drew.adams@oracle.com>
2850
2851 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
2852
40098786
LMI
28532011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2854
c9d29fb8
SM
2855 * net/network-stream.el (network-stream-open-starttls):
2856 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
2857 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
2858
40098786
LMI
2859 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
2860 to binary to possibly avoid line encoding issues on Windows (among
2861 other things).
2862
468d09d4
LMI
28632011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2864
2865 * net/network-stream.el (open-network-stream): Return an :error
2866 saying what the problem was, if possible.
2867
2868 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
2869 server.
2870
2871 * net/network-stream.el (network-stream-open-starttls): If we
2872 wanted to use STARTTLS, and the server offered it, but we weren't
2873 able to because we had no STARTTLS support, then close the connection.
2874 (open-network-stream): Return an :error element, if present.
2875
16f07dd7
CY
28762011-06-26 Chong Yidong <cyd@stupidchicken.com>
2877
88821ca0
CY
2878 * hl-line.el (hl-line-sticky-flag): Doc fix.
2879 (global-hl-line-sticky-flag): New option (Bug#8323).
2880 (global-hl-line-highlight): Obey it.
2881
16f07dd7
CY
2882 * vc/vc.el (vc-revert-show-diff): Default to t.
2883
6b5ccddf
KM
28842011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
2885
c9d29fb8
SM
2886 * allout-widgets.el (allout-widgets-post-command-business):
2887 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
2888 undecorated when an isearch is continued past, and isearch
2889 automatically collapses them. This leads to "widget leaks", where
2890 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
2891 hidden widgets can slow down cursor travel, substantially.
2892 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
2893 so we're doing without this nicety.
2894
2895 (allout-widgets-tally-string): Don't try to do a hash-table-count
2896 of allout-widgets-tally when it's nil. This eliminates spurious "Error
2897 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
2898 *Messages* when allout-widgets-maintain-tally is t.
2899
355f2e07
MR
29002011-06-26 Martin Rudalics <rudalics@gmx.at>
2901
2902 * window.el (display-buffer-normalize-argument): Rename to
2903 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
2904 LABEL argument. Respect special-display-function when popping up
2905 a new frame. Fix code searching for a window showing the buffer
2906 on another frame.
c9d29fb8
SM
2907 (display-buffer-normalize-specifiers):
2908 Call display-buffer-normalize-arguments.
355f2e07
MR
2909 (display-buffer-in-window): Don't undedicate the window if its
2910 buffer remains the same.
2911 Reported by Drew Adams <drew.adams@oracle.com>.
2912 (display-buffer-alist): Add choice for same-window macro
2913 specfier.
2914 (display-buffer): Mention special meaning of LABEL argument in
2915 doc-string. Fix quoting. Don't pop up a new frame even as
2916 fallback.
2917
7ca8fc42
JB
29182011-06-26 Juanma Barranquero <lekktu@gmail.com>
2919
2920 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
2921 avoid deleting the current window in some cases (bug#8911).
2922
bc312254
AS
29232011-06-26 Andreas Schwab <schwab@linux-m68k.org>
2924
2925 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
2926 (Bug#8934)
2927
2db18f3f
LMI
29282011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2929
c9d29fb8
SM
2930 * net/network-stream.el (network-stream-open-starttls):
2931 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
2932 (network-stream-open-tls): Ditto.
2933
6302e0d3
LL
29342011-06-26 Leo Liu <sdl.web@gmail.com>
2935
2936 * register.el (registerv): New struct.
2937 (registerv-make): New function.
c9d29fb8
SM
2938 (jump-to-register, describe-register-1, insert-register):
2939 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
2940 struct. (Bug#8415)
2941
5fdd4046
CY
29422011-06-26 Chong Yidong <cyd@stupidchicken.com>
2943
2afef60a
CY
2944 * vc/vc.el (vc-revert-show-diff): New defcustom.
2945 (vc-diff-internal): New arg specifying diff buffer.
2946 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
2947 reuse an existing *vc-diff* buffer (Bug#8927).
2948
5fdd4046
CY
2949 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
2950
e93db24a
GM
29512011-06-26 Glenn Morris <rgm@gnu.org>
2952
2953 * progmodes/f90.el (f90-critical-indent): New option.
2954 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
2955 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
2956 (f90-mode): Doc fix.
2957 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
2958 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
2959 (f90-beginning-of-block, f90-next-block, f90-indent-region)
2960 (f90-match-end): Handle block, critical.
2961
eefff499
GM
29622011-06-25 Glenn Morris <rgm@gnu.org>
2963
f6ba4cc9
GM
2964 * calendar/diary-lib.el (diary-included-files): Doc fix.
2965 (diary-include-files): New function, extracted from
2966 diary-include-other-diary-files and diary-mark-included-diary-files.
2967 (diary-include-other-diary-files, diary-mark-included-diary-files):
2968 Just call diary-include-files.
2969 (diary-mark-entries): Reset diary-included-files on first call.
2970
16712304
GM
2971 * calendar/diary-lib.el (diary-mark-entries)
2972 (diary-mark-included-diary-files):
2973 Visit included diary-files in temp buffers.
2974
5d8e0d43
GM
2975 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
2976 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
2977 (f90-start-block-re, f90-imenu-generic-expression)
2978 (f90-looking-at-program-block-start, f90-no-block-limit):
2979 Add support for submodules.
2980
ccf7a5d5
GM
2981 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2982 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 2983
11fdef7d 29842011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
2985
2986 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
2987 buffer-file-type before setting its value, to avoid disastrous
eefff499 2988 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 2989
74f53697
JB
29902011-06-25 Juanma Barranquero <lekktu@gmail.com>
2991
2992 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
2993
2994 * ses.el (ses-unload-function):
2995 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
2996
2997 * proced.el (proced-unload-function):
2998 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
2999
18a4ce5e
AR
30002011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
3001
3002 * server.el (server-create-window-system-frame): Add parameters arg.
3003 (server-process-filter): Doc fix. Handle frame-parameters.
3004
519d22cc
JB
30052011-06-25 Juanma Barranquero <lekktu@gmail.com>
3006
3007 Fix bug#8730, bug#8781.
3008
3009 * loadhist.el (unload--set-major-mode): New function.
3010 (unload-feature): Use it.
3011
3012 * progmodes/python.el (python-after-info-look): Add autoload cookie.
3013 (python-unload-function): New function.
3014
c206f5b0
SM
30152011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
3018
f9ad64f3
GS
30192011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
3020
3021 * net/browse-url.el (browse-url-firefox-program): Add icecat to
3022 the candidates list.
3023
7d0da90e
JB
30242011-06-24 Juanma Barranquero <lekktu@gmail.com>
3025
3026 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
3027
14b4e83d
RS
30282011-06-23 Richard Stallman <rms@gnu.org>
3029
3030 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
3031 (rmail-variables): Set next-error-move-function.
3032 (rmail-what-message): Take argument POS.
3033 (rmail-next-error-move): New function.
3034
273d2baf
SM
30352011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
3038 messages for adjacent non-terminals.
3039
56c2cc9a
RS
30402011-06-23 Richard Stallman <rms@gnu.org>
3041
3042 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 3043 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
3044 (rmail-start-mail): Don't specify use of rmail-mail-return;
3045 that's done by mail-bury now.
3046 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 3047
d59eb518
MA
30482011-06-23 Michael Albinus <michael.albinus@gmx.de>
3049
3050 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
3051 SIZE is a number.
3052
02cfc6d6
MR
30532011-06-23 Martin Rudalics <rudalics@gmx.at>
3054
3055 * window.el (get-lru-window, get-mru-window)
3056 (get-largest-window): Never return a minibuffer window.
3057 (display-buffer-pop-up-window): Fix a bug that could lead to
3058 reusing the minibuffer window.
3059 (display-buffer): Pass original specifier argument to
3060 display-buffer-function instead of the normalized one.
3061 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3062
4e323265
LL
30632011-06-22 Leo Liu <sdl.web@gmail.com>
3064
3065 * minibuffer.el (completing-read-function)
3066 (completing-read-default): Move from minibuf.c
3067
7a70468f
RS
30682011-06-22 Richard Stallman <rms@gnu.org>
3069
50718fc2
RS
3070 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
3071 to Rmail even if not started by a special Rmail command.
3072
7a70468f
RS
3073 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3074 Copy the buffer currently showing just one message.
3075
297dde5a
RW
30762011-06-22 Roland Winkler <winkler@gnu.org>
3077
3078 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
3079 (bibtex-clean-entry): First delete the old key so that a
3080 customized algorithm for generating the new key does not get
3081 confused by the old key.
3082 (bibtex-url): Obey regexp of first step.
3083 (bibtex-search-entries): Do not use add-to-list with local
3084 list-var.
3085
97bb1093
LMI
30862011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3087
3088 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
3089 stored a user name, then query for the password first, instead of
3090 waiting for SMTP to give an error message and the trying again.
3091
1c0f1a19
JD
30922011-06-22 Lawrence Mitchell <wence@gmx.li>
3093
3094 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
3095 BUFFER in call-process.
3096
396f7c9d
LMI
30972011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3098
3099 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
3100 QUIT twice.
ddb7ffee
LMI
3101 (smtpmail-try-auth-methods): Require user name and password from
3102 auth-source.
396f7c9d 3103
8998d1b3
MR
31042011-06-22 Martin Rudalics <rudalics@gmx.at>
3105
3106 * window.el (display-buffer-default-specifiers)
3107 (display-buffer-alist): Remove entries for pop-up-frame-alist.
3108 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 3109 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
3110
3111 * frame.el (pop-up-frame-alist, pop-up-frame-function)
3112 (special-display-frame-alist, special-display-popup-frame):
3113 Remove duplicate declarations. These are now in window.el.
3114
4ea31e07
LMI
31152011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
c9d29fb8
SM
3117 * mail/smtpmail.el (smtpmail-via-smtp):
3118 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
3119 server supports it. SMTP servers that support STARTTLS commonly
3120 require it.
3121
3122 * net/network-stream.el (network-stream-open-starttls): Support
3123 upgrading to STARTTLS always, even if we don't have built-in support.
3124 (open-network-stream): Add the :always-query-capabilies keyword.
3125
95f41d9a
LMI
3126 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
3127 upgrades with `open-network-stream', and rely solely on
3128 auth-source for all credentials. Big changes throughout the file,
3129 but in particular:
c9d29fb8
SM
3130 (smtpmail-auth-credentials): Remove.
3131 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
3132 (smtpmail-via-smtp): Check for servers saying they want AUTH after
3133 MAIL FROM, too.
95f41d9a 3134
c9d29fb8
SM
3135 * net/network-stream.el (network-stream-open-starttls):
3136 Provide support for client certificates both for external and built-in
4ea31e07
LMI
3137 STARTTLS.
3138 (auth-source): Require.
3139 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
3140 (network-stream-certificate): Change cert-cert to cert and
3141 cert-key to key.
4ea31e07 3142
065ec2c7
MA
31432011-06-21 Michael Albinus <michael.albinus@gmx.de>
3144
3145 * net/tramp-cache.el (top): Don't load the persistency file when
3146 "emacs -Q" has been called.
3147
cd93b359
DR
31482011-06-21 Tim Harper <timcharper@gmail.com>
3149
d8e4b68b
JB
3150 * term/ns-win.el (ns-initialize-window-system):
3151 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
3152 resource to NO as it is not yet supported by the NS port.
3153
ae9c0411
JB
31542011-06-21 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * misc.el (list-dynamic-libraries--refresh): Compute header here...
3157 (list-dynamic-libraries): ...not here.
3158
7f3f739f
LL
31592011-06-21 Leo Liu <sdl.web@gmail.com>
3160
3161 * subr.el (sha1): Implement sha1 using secure-hash.
3162
327c8fb1
MR
31632011-06-21 Martin Rudalics <rudalics@gmx.at>
3164
3165 * window.el (display-buffer-alist): In default value do not
3166 enforce searching a window on any but the selected frame.
3167 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3168 (display-buffer-select-window): Remove function.
3169 (display-buffer-in-window): When a window on another frame gets
3170 reused, do not select it any more but just raise its frame if
3171 necessary (Bug#8851) and (Bug#8856).
3172 (display-buffer-normalize-options): Handle pop-up-frames related
3173 options more faithfully.
3174 (pop-to-buffer): Don't rely on `display-buffer' selecting the
3175 window if it is on another frame.
c9d29fb8
SM
3176 (display-buffer-alist, display-buffer-default-specifiers):
3177 Don't make new frame unsplittable by default.
9e9de014
MR
3178 (display-buffer-normalize-argument): Fix doc-string typo and use
3179 'same-frame-other-window instead of 'other-window when associating
3180 with display-buffer-macro-specifiers.
327c8fb1 3181
7cf3f556
VB
31822011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
3183
3184 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
3185 New functions.
3186 (5x5-mode-map, 5x5-mode-menu): Bind them.
3187 (5x5-draw-grid): Tweak the solver's rendering.
3188
60a406cf
SM
31892011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
3192 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
3193
d8e4b68b 31942011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
3195
3196 * menu-bar.el: Use function variable instead of switch-to-buffer.
3197 (menu-bar-select-buffer-function): New variable.
60a406cf 3198 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 3199
478d6f95
SM
32002011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
3203 variable's status.
3204
ca530739
JD
32052011-06-20 Jan Djärv <jan.h.d@swipnet.se>
3206
3207 * x-dnd.el (x-dnd-version-from-flags)
3208 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
3209 and long as number (Bug#8899).
3210 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
3211
bcd70d97
SM
32122011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3213
60a406cf 3214 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
3215 (completion-try-completion, completion-all-completions): Compute the
3216 metadata argument if it's missing; make it optional (bug#8795).
3217
60a406cf 3218 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
3219 (widget-complete): Use new :completion-function property.
3220 (widget-completions-at-point): New function.
3221 (default): Use :completion-function instead of :complete.
60a406cf
SM
3222 (widget-default-completions): Rename from widget-default-complete;
3223 Rewrite.
bcd70d97
SM
3224 (widget-string-complete, widget-file-complete, widget-color-complete):
3225 Remove functions.
3226 (file, symbol, function, variable, coding-system, color):
3227 * international/mule-cmds.el (default-input-method, charset)
3228 (language-info-custom-alist):
3229 * cus-edit.el (face): Use new property :completions.
3230
3231 * progmodes/pascal.el (pascal-completions-at-point): New function.
3232 (pascal-mode): Use it.
3233 (pascal-mode-map): Use completion-at-point.
3234 (pascal-toggle-completions): Make obsolete.
3235 (pascal-complete-word, pascal-show-completions):
3236 * progmodes/octave-mod.el (octave-complete-symbol):
3237 Redefine as obsolete alias.
3238 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
3239 Signal absence of completion info for old Octave,
3240 (inferior-octave-complete): Redefine as obsolete alias.
3241 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
3242 (meta-completions-at-point): Rename from meta-complete-symbol and
3243 adapt it for use on completion-at-point-functions.
3244 (meta-common-mode): Use it.
3245 (meta-looking-at-backward, meta-match-buffer): Remove.
3246 (meta-complete-symbol): Redefine as obsolete alias.
3247 (meta-common-mode-map): Use completion-at-point.
3248 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
3249 (makefile-mode-map): Use completion-at-point.
3250 (makefile-completions-at-point): Rename from makefile-complete and
3251 adapt it for use on completion-at-point-functions.
3252 (makefile-mode): Use it.
3253 (makefile-complete): Redefine as obsolete alias.
3254
aebf69c8
DD
32552011-06-20 Deniz Dogan <deniz@dogan.se>
3256
3257 * net/rcirc.el: Delete trailing whitespaces once and for all.
3258
bfbbb27d
DC
32592011-06-20 Daniel Colascione <dan.colascione@gmail.com>
3260
3261 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
3262
d264a46b
CY
32632011-06-19 Chong Yidong <cyd@stupidchicken.com>
3264
4ca009e5
CY
3265 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
3266
d264a46b
CY
3267 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
3268
fbf5b3ce
MR
32692011-06-19 Martin Rudalics <rudalics@gmx.at>
3270
3271 * window.el (display-buffer-other-window-means-other-frame):
3272 Call display-buffer-normalize-alist.
3273 (display-buffer-normalize-specifiers-1): Rename to
3274 display-buffer-normalize-argument. New argument other-frame.
3275 Rewrite.
3276 (display-buffer-normalize-specifiers-2): Rename to
3277 display-buffer-normalize-options.
3278 (display-buffer-normalize-alist-1): New function.
3279 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
3280 display-buffer-normalize-alist.
3281 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
3282 (display-buffer-normalize-options-inhibit): New variable.
3283 (display-buffer-normalize-specifiers): Rewrite calling
3284 display-buffer-normalize-alist,
3285 display-buffer-normalize-argument, and
3286 display-buffer-normalize-options. Don't call the latter if
3287 display-buffer-normalize-options-inhibit is non-nil.
3288 (frame-auto-delete): New option.
3289 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
3290 (window-list-no-nils, window-state-ignored-parameters)
3291 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
3292 (window-state-put-1, window-state-put-2, window-state-put):
3293 New functions.
9a028c23
MR
3294 (display-buffer-normalize-options): Move special-display-p group
3295 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 3296
6d10d800
CY
32972011-06-18 Chong Yidong <cyd@stupidchicken.com>
3298
6420d28b
CY
3299 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
3300 groups (Bug#8776).
3301 (rx-submatch-n): New function.
3302 (rx): Document it.
3303
ddb8b596
CY
3304 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
3305 (Bug#8768).
3306
3307 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
3308
77080289
CY
3309 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
3310
61dfb316
CY
3311 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
3312 anytime existing face settings are present (Bug#8889).
3313
6d10d800
CY
3314 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
3315 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
3316 Remove unused argument.
3317
be3fb2b8
MR
33182011-06-18 Martin Rudalics <rudalics@gmx.at>
3319
bcd70d97
SM
3320 * window.el (display-buffer-default-specifiers):
3321 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
3322 pop-up-window-min-width, and another reuse-window specifier
3323 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
3324 (display-buffer-normalize-specifiers-2):
3325 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
3326 pop-up-windows is unset. Add a reuse-window specifier for the
3327 case popping up a new window fails.
3328 (special-display-popup-frame): Remove double quoting.
28dec25a 3329 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 3330
1c6d8c76
SM
33312011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * shell.el (shell-completion-vars): Set pcomplete-termination-string
3334 according to comint-completion-addsuffix.
3335
3336 * pcomplete.el: Convert to lexical binding and fix bug#8819.
3337 (pcomplete-suffix-list): Mark as obsolete.
3338 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
3339 pcomplete-seen in the closure.
3340 (pcomplete-comint-setup): Setup completion-at-point as well.
3341 (pcomplete--entries): New function.
3342 (pcomplete--env-regexp): New var.
3343 (pcomplete-entries): Rewrite to work with partial-completion and
3344 without relying on pcomplete-suffix-list.
3345 (pcomplete-pare-list): Remove, unused.
3346
25aef8b8
MR
33472011-06-17 Martin Rudalics <rudalics@gmx.at>
3348
3349 * window.el (display-buffer-alist): Set pop-up-window-min-height
3350 and pop-up-window-min-width in default value. Reported by
3351 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
3352 other-window-means-other-frame.
3353 (display-buffer-macro-specifiers): Comment out entry for
3354 other-window specifier.
3355 (display-buffer-other-window-means-other-frame): New function.
3356 (display-buffer-normalize-specifiers-1): New arguments
3357 buffer-name and label. Treat other-window case specially.
3358 (display-buffer-normalize-specifiers-2): Treat other-window case
3359 specially.
3360 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
3361 (display-buffer-normalize-specifiers):
3362 Call display-buffer-normalize-specifiers-3.
25aef8b8 3363
dbad4f69
MR
33642011-06-17 Martin Rudalics <rudalics@gmx.at>
3365
3366 * window.el (same-window-p): Fix two typos introduced when
3367 adding with-no-warnings.
d1067961
MR
3368 (display-buffer-normalize-specifiers-1): Don't check
3369 pop-up-frames for 'unset initialization.
3370 (display-buffer-normalize-specifiers-2): Major rewrite using
3371 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
3372 (pop-up-frames, display-buffer-reuse-frames)
3373 (display-buffer-mark-dedicated): Don't initialize to 'unset.
3374 Suggested by David Engster <deng@randomsample.de>.
3375 (even-window-heights): Initialize to 'unset.
3376 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
3377 (display-buffer-macro-specifiers): Don't pop up a new frame in the
3378 other window case.
dbad4f69 3379
9b9c9e3a
MR
33802011-06-16 Martin Rudalics <rudalics@gmx.at>
3381
bcd70d97
SM
3382 * window.el (display-buffer-normalize-specifiers-1):
3383 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 3384 second argument of display-buffer (Bug#8865).
981d5c09
MR
3385 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
3386 (switch-to-buffer-other-window-same-frame)
3387 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
3388 Adams (Bug#8875).
9c2755e9
MR
3389 (display-buffer): Don't check noninteractive when calling
3390 display-buffer-pop-up-frame.
3391 (display-buffer-pop-up-frame): Never pop up a frame in
3392 noninteractive mode (Bug#8857).
67222e1d
MR
3393 (enlarge-window, shrink-window): Don't report an error when the
3394 window can't be resized as requested (Bug#8862).
9b9c9e3a 3395
2b75be67
SM
33962011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3397
9ffdd3ba
SM
3398 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
3399
cb581a67
SM
3400 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
3401
2b75be67
SM
3402 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
3403
8c0e3589
AM
34042011-06-15 Alan Mackenzie <acm@muc.de>
3405
cb581a67
SM
3406 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
3407 for declarators, disable knr checking to speed up for normal files.
3408 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 3409
b96e6cde
LMI
34102011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
4bba86e6
LMI
3412 * net/network-stream.el (open-network-stream): Add the keyword
3413 :always-query-capabilities for the case where you want to force a
3414 `plain' network connection, but the protocol still requires the
3415 capabilitiy command (i.e., SMTP and EHLO).
3416
2b75be67 3417 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
3418 consistency with other `-live-p' functions.
3419
efdcdbf8
SM
34202011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3421
3422 * window.el (same-window-buffer-names, same-window-regexps)
3423 (special-display-frame-alist, special-display-popup-frame)
3424 (special-display-function, special-display-buffer-names)
3425 (special-display-regexps, pop-up-frame-alist)
3426 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
3427 (pop-up-windows, split-window-preferred-function)
3428 (split-height-threshold, split-width-threshold, even-window-heights)
3429 (display-buffer-mark-dedicated): Don't encourage the use of
3430 display-buffer-alist from Elisp code.
3431
c5cde042
DN
34322011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3433
3434 * progmodes/python.el (python-mode): Derive from prog-mode.
3435 * progmodes/ps-mode.el (ps-mode):
3436 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 3437 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
3438 * progmodes/ld-script.el (ld-script-mode): Likewise.
3439
baa1c9ab
MR
34402011-06-15 Martin Rudalics <rudalics@gmx.at>
3441
3442 * window.el (display-buffer-alist): Trim default value to avoid
3443 popping up a new frame (Bug#8857) or reusing an arbitrary window
3444 on another frame.
3445 (display-buffer): Do not fall back on popping up a new frame in
3446 batch mode (Bug#8857).
3447
c5dd5a51
CY
34482011-06-14 Chong Yidong <cyd@stupidchicken.com>
3449
3450 * cus-theme.el (describe-theme-1): Use custom-theme-p.
3451 (custom-theme-summary): New function.
3452 (customize-themes): Use it.
3453
d647b7c4
GM
34542011-06-13 Glenn Morris <rgm@gnu.org>
3455
3456 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
3457
9481c002
MR
34582011-06-13 Martin Rudalics <rudalics@gmx.at>
3459
357f93d2
MR
3460 * help.el (help-window): Remove variable.
3461 (help-window-point-marker, temp-buffer-max-height)
3462 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
3463 (help-print-return-message): Don't set help-window.
3464 (resize-temp-buffer-window): Rewrite cod eand doc-string.
3465 (help-window-setup-finish): Remove.
3466 (help-window-display-message, help-window-setup)
3467 (with-help-window): Major rewrite based on new
3468 display-buffer-window variable.
3469
3470 * help-mode.el (help-mode-finish): Remove help-window related
3471 code.
3472
3473 * view.el (view-exits-all-viewing-windows): Remove reference to
3474 view-return-to-alist in doc-string.
3475 (view-return-to-alist): Make obsolete.
3476 (view-buffer): Call pop-to-buffer-same-window and remove
3477 undo-window code.
3478 (view-buffer-other-window): Call pop-to-buffer-other-window and
3479 simplify code. Ignore second argument.
3480 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
3481 simplify code. Ignore second argument.
3482 (view-return-to-alist-update): Make obsolete.
3483 (view-mode-enter): Rename second argument to QUIT-RESTORE.
3484 Rewrite using quit-restore window parameters.
2b75be67
SM
3485 (view-mode-exit): Rename second argument to EXIT-ONLY.
3486 Rewrite using quit-restore-window.
357f93d2
MR
3487 (View-exit, View-exit-and-edit, View-leave, View-quit)
3488 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
3489 appropriate arguments.
3490 (view-end-message): Use quit-restore window parameter.
3491
9481c002
MR
3492 * window.el (display-buffer-function): Rewrite doc-string.
3493 (display-buffer-window, display-buffer-alist): New variables.
3494 (display-buffer-split-specifiers)
3495 (display-buffer-side-specifiers)
3496 (display-buffer-macro-specifiers): New constants.
3497 (display-buffer-even-window-sizes, display-buffer-set-height)
3498 (display-buffer-set-width, display-buffer-select-window)
3499 (display-buffer-in-window, display-buffer-reuse-window)
3500 (display-buffer-split-window-1, display-buffer-split-window)
3501 (display-buffer-split-atom-window, display-buffer-pop-up-window)
3502 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
3503 (display-buffer-in-side-window, normalize-buffer-to-display)
3504 (display-buffer-normalize-specifiers-1)
3505 (display-buffer-normalize-specifiers-2)
2b75be67
SM
3506 (display-buffer-normalize-specifiers, display-buffer-frame):
3507 New functions.
9481c002
MR
3508 (display-buffer): Major rewrite.
3509 (display-buffer-other-window, display-buffer-other-frame)
3510 (pop-to-buffer, switch-to-buffer-other-window)
3511 (switch-to-buffer-other-frame): Rewrite.
3512 (display-buffer-same-window, display-buffer-same-frame)
3513 (display-buffer-same-frame-other-window)
3514 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
3515 (pop-to-buffer-other-window)
3516 (pop-to-buffer-same-frame-other-window)
3517 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
3518 (switch-to-buffer-other-window-same-frame): New functions.
3519 (same-window-p, special-display-p): Rewrite disabling warnings.
3520 Make obsolete.
3521 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3522 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
3523 Make obsolete
3524 (same-window-buffer-names, same-window-regexps)
3525 (special-display-frame-alist, special-display-popup-frame)
3526 (special-display-function, special-display-buffer-names)
3527 (special-display-regexps, pop-up-frame-alist)
3528 (pop-up-frame-function, split-window-preferred-function)
3529 (split-height-threshold, split-width-threshold)
3530 (even-window-heights): Make obsolete.
3531
9db51aca
GM
35322011-06-12 Glenn Morris <rgm@gnu.org>
3533
3534 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 3535 Misc simplifications.
9db51aca 3536
39cffb44
MR
35372011-06-12 Martin Rudalics <rudalics@gmx.at>
3538
3539 * window.el (window-safely-shrinkable-p): Restore function which
3540 was inadvertently removed in change from 2011-06-11. Declare as
3541 obsolete.
3542
2b75be67
SM
3543 * calendar/calendar.el (calendar-generate-window):
3544 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
3545 window-safely-shrinkable-p.
3546
a8955be7
GM
35472011-06-12 Glenn Morris <rgm@gnu.org>
3548
3549 * progmodes/fortran.el (fortran-mode-syntax-table):
3550 * progmodes/f90.el (f90-mode-syntax-table):
3551 Set % to punctuation. (Bug#8820)
3552 (f90-find-tag-default): Remove, no longer needed.
3553
f0d4059d
DC
35542011-06-12 Daniel Colascione <dan.colascione@gmail.com>
3555
3556 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
3557
1100a63c
CY
35582011-06-11 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * image.el (image-animated-p): Return animation delay in seconds.
3561 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
3562 (image-animate-timeout): Remove DELAY argument. Don't assume
3563 every subimage has the same delay; get it from image-animated-p.
3564 (image-animate): Caller changed.
3565
def722bf
MA
35662011-06-11 Michael Albinus <michael.albinus@gmx.de>
3567
3568 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
3569 to ignored backtrace functions.
3570
0a2bb1a9
GM
35712011-06-11 Glenn Morris <rgm@gnu.org>
3572
3573 * calendar/appt.el (appt-disp-window-function): Doc fix.
3574 (appt-check): Handle overlapping appointments. (Bug#8337)
3575
6198ccd0
MR
35762011-06-11 Martin Rudalics <rudalics@gmx.at>
3577
3578 * window.el (window-tree-1, window-tree): New functions, moving
3579 the latter to window.el.
3580 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3581 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3582 (bw-refresh-edges): Remove.
3583 (balance-windows-1, balance-windows-2): New functions.
3584 (balance-windows): Rewrite in terms of window tree functions,
3585 balance-windows-1 and balance-windows-2.
3586 (bw-adjust-window): Remove.
3587 (balance-windows-area-adjust): New function with functionality of
3588 bw-adjust-window but using resize-window.
2b75be67
SM
3589 (set-window-text-height): Rewrite doc-string.
3590 Use normalize-live-window and resize-window.
3591 (enlarge-window-horizontally, shrink-window-horizontally):
3592 Rename argument to DELTA.
6198ccd0
MR
3593 (window-buffer-height): New function.
3594 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
3595 Rewrite using new window resize routines.
2b75be67
SM
3596 (kill-buffer-and-window, mouse-autoselect-window-select):
3597 Use ignore-errors instead of condition-case.
6198ccd0
MR
3598 (quit-window): Call delete-frame instead of delete-windows-on
3599 for the only buffer on frame.
3600
9397e56f
MR
36012011-06-10 Martin Rudalics <rudalics@gmx.at>
3602
3603 * loadup.el (top-level): Load window before files for the sake
3604 of replace-buffer-in-windows.
3605
3606 * files.el (read-buffer-to-switch)
3607 (switch-to-buffer-other-window)
2b75be67
SM
3608 (switch-to-buffer-other-frame, display-buffer-other-frame):
3609 Move to window.el.
9397e56f
MR
3610
3611 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
3612 (previous-buffer): Move to window.el.
3613
3614 * bindings.el (unbury-buffer): Move to window.el.
3615
3616 * window.el (delete-other-windows-vertically): Move after
3617 definition of delete-other-windows.
3618 (other-window, delete-windows-on, replace-buffer-in-windows):
3619 Move here from window.c.
3620 (record-window-buffer, unrecord-window-buffer)
3621 (set-window-buffer-start-and-point, switch-to-prev-buffer)
3622 (switch-to-next-buffer): New functions.
3623 (get-next-valid-buffer, last-buffer, next-buffer): Move here
3624 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
3625 (previous-buffer): Move here from simple.el.
3626 Call switch-to-prev-buffer.
9397e56f
MR
3627 (bury-buffer): Move here from buffer.c. Switch to previous
3628 buffer when window cannot be deleted.
3629 (unbury-buffer): Move here from bindings.el.
3630 (ctl-x-map): Move binding for other-window from window.c to
3631 here.
3632 (read-buffer-to-switch, switch-to-buffer-other-window)
3633 (switch-to-buffer-other-frame): Move here from files.el.
3634 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
3635 (switch-to-buffer): Move here from buffer.c.
3636 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 3637
562dd5e9
MR
36382011-06-10 Martin Rudalics <rudalics@gmx.at>
3639
3640 * window.el (window-min-height, window-min-width): Move here
3641 from window.c. Add defcustoms and rewrite doc-strings.
3642 (resize-mini-window, resize-window): New functions.
3643 (adjust-window-trailing-edge, enlarge-window, shrink-window):
3644 Move here from window.c.
3645 (maximize-window, minimize-window): New functions.
3646 (delete-window, delete-other-windows, split-window): Move here
3647 from window.c.
3648 (window-split-min-size): New function.
3649 (split-window-keep-point): Mention split-window-above-each-other
3650 instead of split-window-vertically.
2b75be67
SM
3651 (split-window-above-each-other, split-window-vertically):
3652 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
3653 provide defalias for old definition.
3654 (split-window-side-by-side, split-window-horizontally): Rename
3655 split-window-horizontally to split-window-side-by-side and provide
3656 defalias for the old definition.
3657 (ctl-x-map): Move bindings for delete-window,
3658 delete-other-windows and enlarge-window here from window.c.
3659 Replace bindings for split-window-vertically and
3660 split-window-horizontally by bindings for
3661 split-window-above-each-other and split-window-side-by-side.
3662
3663 * cus-start.el (all): Remove entries for window-min-height and
3664 window-min-width. Add entries for window-splits and
3665 window-nest.
3666
f0da764a
GM
36672011-06-09 Glenn Morris <rgm@gnu.org>
3668
80675c21
GM
3669 * calendar/appt.el (appt-mode-line): New function.
3670 (appt-check, appt-disp-window): Use it.
3671
f0da764a
GM
3672 * files.el (hack-one-local-variable-eval-safep):
3673 Allow minor-modes with explicit +/-1 arguments.
3674
59f623b7
TZ
36752011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
3676
3677 * term/xterm.el (xterm): Add defgroup.
3678 (xterm-extra-capabilities): Add defcustom to supply known xterm
3679 capabilities, skip querying them, or query them (default).
3680 (terminal-init-xterm): Use it.
3681 (terminal-init-xterm-modify-other-keys): New function to set up
3682 modifyOtherKeys support to simplify `terminal-init-xterm'.
3683
9aab8e0d
MR
36842011-06-09 Martin Rudalics <rudalics@gmx.at>
3685
3686 * window.el (resize-window-reset, resize-window-reset-1)
3687 (resize-subwindows-skip-p, resize-subwindows-normal)
3688 (resize-subwindows, resize-other-windows, resize-this-window)
3689 (resize-root-window, resize-root-window-vertically)
3690 (window-deletable-p, window-or-subwindow-p)
3691 (frame-root-window-p): New functions.
3692
e8b08aee
GM
36932011-06-09 Glenn Morris <rgm@gnu.org>
3694
3695 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
3696 (ange-ftp-get-files): Use it.
3697
254c37a5
AK
36982011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3699
3700 * mail/sendmail.el (mail-recover-1, mail-recover):
3701 * files.el (recover-file, recover-session):
3702 Handle dired-listing-switches not being just a single short option.
3703
35d7dbd3
GM
37042011-06-09 Glenn Morris <rgm@gnu.org>
3705
3706 * calendar/appt.el (appt-display-message, appt-disp-window):
3707 Handle lists of appointments.
3708
387522b2
MR
37092011-06-08 Martin Rudalics <rudalics@gmx.at>
3710
2b75be67
SM
3711 * window.el (one-window-p): Move down in code.
3712 Rewrite doc-string.
3713 (window-current-scroll-bars): Rewrite doc-string.
3714 Normalize live window argument.
387522b2
MR
3715 (walk-windows, get-window-with-predicate, count-windows):
3716 Rewrite doc-string. Use window-list-1.
3717 (window-in-direction-2, window-in-direction, get-mru-window):
3718 New functions.
3719
d8e4b68b 37202011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
3721
3722 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
3723 Doc fix (Bug#8713).
3724
37252011-06-08 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
3728
37292011-06-08 Juanma Barranquero <lekktu@gmail.com>
3730
3731 * loadhist.el (unload-feature-special-hooks):
3732 Add `comint-output-filter-functions'.
3733
0de12c52
IK
37342011-06-08 Ivan Kanis <gnu@kanis.fr>
3735
3736 * calendar/appt.el (appt-check): Move some initializations into the let.
3737
f3d1777e
MR
37382011-06-08 Martin Rudalics <rudalics@gmx.at>
3739
3740 * window.el (window-height): Defalias to window-total-height.
3741 (window-width): Defalias to window-body-width.
3742
18af70d0
CY
37432011-06-07 Chong Yidong <cyd@stupidchicken.com>
3744
3745 * image-mode.el (image-toggle-animation): New command.
3746 (image-mode-map): Bind it to RET.
3747 (image-mode): Update message.
3748 (image-toggle-display-image): Avoid a spurious cache flush.
3749 (image-transform-rotation): Doc fix.
3750 (image-transform-properties): Return quickly in the normal case.
3751 (image-animate-loop): Rename from image-animate-max-time.
3752
2b75be67 3753 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
3754 (create-animated-image): Remove unnecessary function.
3755 (image-animate): Rename from image-animate-start. New arg.
2b75be67 3756 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
3757 (image-animate-timer): Use car-safe.
3758 (image-animate-timeout): Rename argument.
3759
190b47e6
MR
37602011-06-07 Martin Rudalics <rudalics@gmx.at>
3761
3762 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
3763 window.c. Rename first argument to ALL-FRAMES.
3764 Rephrase doc-strings.
3765 (get-buffer-window-list): Rewrite using window-list-1.
3766 Rephrase doc-string.
a1511caf
MR
3767 (window-safe-min-height, window-safe-min-width): New constants.
3768 (window-size-ignore, window-min-size, window-min-size-1)
3769 (window-sizable, window-sizable-p, window-size-fixed-1)
3770 (window-size-fixed-p, window-min-delta-1, window-min-delta)
3771 (window-max-delta-1, window-max-delta, window-resizable)
3772 (window-resizable-p, window-total-height, window-total-width)
3773 (window-body-width): New functions.
3774 (window-full-height-p, window-full-width-p): Rewrite using
3775 window-total-size.
3776 (window-body-height): Rewrite using window-body-size.
190b47e6 3777
85cc1f11
MR
37782011-06-06 Martin Rudalics <rudalics@gmx.at>
3779
3780 * window.el (window-right, window-left, window-child)
3781 (window-child-count, window-last-child, window-any-p)
3782 (normalize-live-buffer, normalize-live-frame)
3783 (normalize-any-window, normalize-live-window)
3784 (window-iso-combination-p, window-iso-combined-p)
3785 (window-iso-combinations)
3786 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
3787 (windows-with-parameter, window-with-parameter)
3788 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
3789 (window-atom-check, window-side-check, window-check):
3790 New functions.
85cc1f11
MR
3791 (ignore-window-parameters, window-sides, window-sides-vertical)
3792 (window-sides-slots): New variables.
3793 (window-size-fixed): Move down in code. Minor doc-string fix.
3794
e7156492
AS
37952011-06-05 Andreas Schwab <schwab@linux-m68k.org>
3796
3797 * comint.el (comint-dynamic-complete-as-filename)
3798 (comint-dynamic-complete-filename): Correctly call
3799 completion-in-region.
3800
7e821d0d
DD
38012011-06-05 Deniz Dogan <deniz@dogan.se>
3802
3803 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
3804 in last change.
3805
ac09b8a1
DD
38062011-06-05 Deniz Dogan <deniz@dogan.se>
3807
3808 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
3809 (rcirc): Use it to prompt for encryption.
3810
34699b85
RW
38112011-06-05 Roland Winkler <winkler@gnu.org>
3812
3813 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
3814 (bibtex-search-entries): New command bound to C-c C-a.
3815 (bibtex-display-entries): New function.
3816
004dedd3
RW
38172011-06-05 Roland Winkler <winkler@gnu.org>
3818
3819 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
3820 (bibtex-insert-kill): After yanking insert newline if necessary.
3821 (bibtex-initialize): Call bibtex-string-files-init only once.
3822 (bibtex-mode): Do not call easy-menu-add.
3823 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
3824 (bibtex-yank): Set arg properly if nil.
3825
022fe7ce
RW
38262011-06-05 Roland Winkler <winkler@gnu.org>
3827
2b75be67
SM
3828 * textmodes/bibtex.el (bibtex-search-entry-globally):
3829 New variable.
022fe7ce
RW
3830 (bibtex-search-entry): Use it.
3831
b7c3692a
RW
38322011-06-05 Roland Winkler <winkler@gnu.org>
3833
3834 * textmodes/bibtex.el (bibtex-entry-format): New option
3835 sort-fields.
3836 (bibtex-format-entry, bibtex-reformat): Honor this option.
3837 (bibtex-parse-entry): Return fields in proper order.
3838
8eda563d
JB
38392011-06-05 Juanma Barranquero <lekktu@gmail.com>
3840
3841 * doc-view.el (doc-view-remove-if): Move computation of result out
3842 of `dolist' to silence misleading lexical-binding warning.
3843
7dbe3dbc
CY
38442011-06-04 Chong Yidong <cyd@stupidchicken.com>
3845
3846 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
3847 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
3848
0c33dd17
MA
38492011-06-04 Michael Albinus <michael.albinus@gmx.de>
3850
3851 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
3852 "SunOS 5.10".
3853
f8f91c2b
MA
38542011-06-04 Michael Albinus <michael.albinus@gmx.de>
3855
3856 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
3857 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
3858 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
3859 (tramp-parse-putty):
3860 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
3861 (tramp-completion-function-alist-ssh)
3862 (tramp-completion-function-alist-telnet)
3863 (tramp-completion-function-alist-su)
3864 (tramp-completion-function-alist-putty): Set `tramp-autoload'
3865 cookie.
3866
3867 * net/tramp-ftp.el:
3868 * net/tramp-sh.el:
3869 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
3870 load "tramp.el" `tramp-set-completion-function'.
3871
e17d9003
SM
38722011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * shell.el: Require and use pcomplete.
3875 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
3876 (shell-completion-vars): Set pcomplete-default-completion-function.
3877
6c4cab03
DD
38782011-06-04 Deniz Dogan <deniz@dogan.se>
3879
3880 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
3881 `memq' (Bug#8799).
3882
ea9fafe0
SM
38832011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
3886
b3e945d3
JB
38872011-06-02 Juanma Barranquero <lekktu@gmail.com>
3888
3889 * bs.el (bs--mark-unmark, bs--nth-wrapper):
3890 * mpc.el (mpc-select-extend, mpc-songpointer-context):
3891 * vc/log-view.el (log-view-beginning-of-defun):
3892 * vc/smerge-mode.el (smerge-apply-resolution-patch)
3893 (smerge-refine-forward, smerge-refine-chopup-region):
3894 Silence warning for unused `dotimes' counter variables.
3895
7d520089
SM
38962011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * net/tramp.el (tramp-with-progress-reporter): Rename from
3899 with-progress-reporter. Use `declare'.
3900 * net/tramp-smb.el:
3901 * net/tramp-sh.el:
3902 * net/tramp-gvfs.el: Update all uses.
3903
a1c2400f
JB
39042011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
3905
3906 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
3907 buffer isn't killed before making it current.
3908
2403c841
SM
39092011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 Silence various byte-compiler warnings.
3912 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
3913 `access-type' and new obsolescence format.
3914 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
3915 new format.
3916 (byte-compile-check-variable): New `access-type' argument.
3917 Only warn if the access-type is obsolete.
3918 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3919 (byte-compile-variable-set): Adjust callers.
3920 * help-fns.el (describe-variable): Adjust to new obsolescence format.
3921 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
3922 setting it as obsolete.
3923 * simple.el (minibuffer-completing-symbol):
3924 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
3925 access as obsolete.
3926 * minibuffer.el (minibuffer-completing-file-name): Don't make it
3927 obsolete yet.
3928 * international/quail.el (quail-mouse-choose-completion): Remove unused
3929 code referring to obsolete var.
3930 (quail-choose-completion-string): Remove.
3931 * server.el (server-clients-with, server-kill-buffer-query-function)
3932 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
3933 * proced.el (proced-send-signal):
3934 * emacs-lisp/lisp.el (lisp-complete-symbol):
3935 Replace completion-annotate-function with completion-extra-properties.
3936
2462470b
SM
39372011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3938
fb5b2591
SM
3939 * simple.el (goto-line): Use read-number.
3940 (overriding-map-is-bound): Remove.
3941 (saved-overriding-map): Change default.
3942 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
3943 Take the map as argument.
3944 (universal-argument, negative-argument, digit-argument): Use it.
3945 (restore-overriding-map): Adjust.
3946 (do-auto-fill): Use fill-forward-paragraph.
3947 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
3948
fd6fa53f
SM
3949 * minibuffer.el (minibuffer-inactive-mode-map): New var.
3950 (minibuffer-inactive-mode): New major mode.
3951 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
3952 the *Messages* buffer" hack.
3953 (mouse-popup-menubar): Don't burp if the event is a normal key.
3954
2462470b
SM
3955 Miscellaneous tweaks.
3956 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
3957 lexical scoping as in subr.el's dolist and dotimes.
3958 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
3959 Silence compiler warning.
3960 * thingatpt.el (forward-whitespace): Trivial coding style fix.
3961 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
3962 * international/ccl.el (ccl-compile): Trivial simplification.
3963 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
3964 * emacs-lisp/testcover.el (testcover-end): Remove spurious
3965 `printflag' argument.
3966 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3967 Purecopy the whole obsolescence data.
3968
108bf785
LL
39692011-06-01 Leo Liu <sdl.web@gmail.com>
3970
3971 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
3972 improve doc-string as suggested by Marco Pessotto
3973 <melmothx@gmail.com>.
3974 (rcirc-print): Fix last change.
3975
30a23501
SM
39762011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * minibuffer.el (complete-with-action): Return nil for the metadata and
3979 boundaries of non-functional tables.
3980 (completion-table-dynamic): Return nil for the metadata.
3981 (completion-table-with-terminator): Add default case, using
3982 complete-with-action.
3983 (completion--metadata): New function.
3984 (completion-all-sorted-completions, minibuffer-completion-help): Use it
3985 to try and avoid pathological performance problems.
3986 (completion--embedded-envvar-table): Return `category' metadata.
3987
bcd54f83
LMI
39882011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3989
3990 * subr.el (process-alive-p): New tiny convenience function.
3991
e227544d
SM
39922011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
3995 content but also its previous major mode.
3996
e8296fdc
HE
39972011-05-31 Helmut Eller <eller.helmut@gmail.com>
3998
4d61f28d 3999 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
4000 *Backtrace* buffer when we exit with C-M-c.
4001
620c53a6
SM
40022011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4003
4004 * minibuffer.el: Add metadata method to completion tables.
4005 (completion-category-overrides): New defcustom.
4006 (completion-metadata, completion--field-metadata)
4007 (completion-metadata-get, completion--styles)
4008 (completion--cycle-threshold): New functions.
4009 (completion-try-completion, completion-all-completions):
4010 Add `metadata' argument to choose completion-styles.
4011 (completion--do-completion): Use metadata to choose cycling.
4012 (completion-all-sorted-completions): Use metadata for sorting.
4013 Remove :completion-cycle-penalty which is not needed any more.
4014 (completion--try-word-completion): Add `metadata' argument.
4015 (minibuffer-completion-help): Check metadata for annotation function
4016 and sorting.
4017 (completion-file-name-table): Return `category' metadata.
4018 (minibuffer-completing-file-name): Make obsolete.
4019 * simple.el (minibuffer-completing-symbol): Make obsolete.
4020 * icomplete.el (icomplete-completions): Pass new `metadata' param to
4021 completion-try-completion.
4022
1257e755
SM
40232011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4024
4025 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
4026
3767e706
LL
40272011-05-30 Leo Liu <sdl.web@gmail.com>
4028
4029 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
4030 (rcirc-print): Decode all incoming messages (bug#8744).
4031 (rcirc-decode-coding-system): Allow value nil for automatic coding
4032 system detection.
3767e706 4033
d1a5d56a
GM
40342011-06-01 Glenn Morris <rgm@gnu.org>
4035
4036 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
4037
e8cbec34
CY
40382011-05-29 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * image.el (image-animate-max-time): Allow nil and t values.
4041 Default to nil.
4042 (create-animated-image): Doc fix.
4043 (image-animate-start): Remove second arg; just use
4044 image-animate-max-time.
4045 (image-animate-timeout): Doc fix. Args changed.
4046
4047 * image-mode.el (image-toggle-display-image): Ensure that the
4048 image spec passed to the animate timer is the same object as in
4049 the the buffer's display property (Bug#6981).
4050 (image-transform-properties): Doc fix.
4051
4052 * image.el (image-animate-max-time): Default to nil.
4053
159daf87
MR
40542011-05-29 Martin Rudalics <rudalics@gmx.at>
4055
4056 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
4057 entire buffer list (Bug#8184).
4058
d66c4c7c
CY
40592011-05-29 Chong Yidong <cyd@stupidchicken.com>
4060
4061 * image.el (imagemagick-types-inhibit)
4062 (imagemagick-register-types): Doc fix.
4063
80aec780
DD
40642011-05-29 Deniz Dogan <deniz@dogan.se>
4065
4066 * net/rcirc.el (rcirc): Use the user's stored encryption method by
4067 default.
4068
1dd3c2d9
CY
40692011-05-29 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * select.el: Don't perform clipboard-manager saving in hooks;
4072 leave the hooks empty.
4073
60e56523
LL
40742011-05-28 Leo Liu <sdl.web@gmail.com>
4075
4076 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
4077 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
4078 (occur-edit-mode): New major mode (Bug#8463).
4079 (occur-after-change-function): New function.
4080 (occur-engine): Give Occur tags a read-only property.
4081
2b1e1a22
KR
40822011-05-28 Kevin Ryde <user42@zip.com.au>
4083
4084 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
4085
5d344e88
CY
40862011-05-28 Chong Yidong <cyd@stupidchicken.com>
4087
8e6ca83d
CY
4088 * bindings.el (help-echo): Make the initial non-indicator dash
4089 empty on graphical terminals (Bug#7295).
4090
5d344e88
CY
4091 * files.el (auto-mode-alist): Move config rule after the
4092 in-stripping one (Bug#8547).
4093
bfbbace7
CY
4094 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
4095
fbeba6e2
CY
4096 * startup.el (normal-splash-screen): Remove gratuitous mode-line
4097 setting (Bug#8740).
4098
60ed8c72
AA
40992011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
4100
4ac619f0
AA
4101 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
4102 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
4103 (Bug#8539).
60ed8c72 4104
23db196e
CY
41052011-05-28 Chong Yidong <cyd@stupidchicken.com>
4106
4107 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
4108
5012f24c
DK
41092011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
4110
4111 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
4112 (hs-hide-block-at-point, hs-find-block-beginning)
4113 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
4114 (Bug#8279).
4115
6a639b16
GM
41162011-05-28 Glenn Morris <rgm@gnu.org>
4117
4118 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
4119
d43eaf2c
CY
41202011-05-28 Chong Yidong <cyd@stupidchicken.com>
4121
5199bde1
CY
4122 * help-fns.el (describe-function-1): If the function is a derived
4123 major mode, print the parent mode.
4124
d43eaf2c
CY
4125 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
4126 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
4127
423428a8
SM
41282011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4129
0ff8e1ba
SM
4130 * minibuffer.el (completion--capf-wrapper): Check applicability before
4131 retuning non-nil for non-exclusive completion data.
4132 * progmodes/etags.el (tags-completion-at-point-function):
4133 * info-look.el (info-lookup-completions-at-point): Mark as
4134 non-exclusive.
4135 (info-complete): Adjust accordingly.
4136
423428a8
SM
4137 * info-look.el: Convert to lexical-binding and completion-at-point.
4138 (info-lookup-completions-at-point): New function.
4139 (info-complete): Use it and completion-in-region.
4140
b74aa22b
DA
41412011-05-28 Drew Adams <drew.adams@oracle.com>
4142
4143 * isearch.el: Let M-e start with point at the first mismatched char.
4144 (isearch-fail-pos): New function.
4145 (isearch-edit-string): Use it.
4146
66e2e71d
DK
41472011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
4148
4149 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
4150
eb95d01d
TC
41512009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
4152
4153 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
4154 traversal functions for avl-trees.
4155 (avl-tree--stack): New struct.
4156 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
4157 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
4158 (avl-tree--do-enter): Add optional `updatefun' arg.
4159 Change return value.
eb95d01d 4160 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
4161 (avl-tree--do-delete): Add `test' and `nilflag' args.
4162 Change return value.
eb95d01d
TC
4163 (avl-tree-member): Add optional `nilflag'
4164 (avl-tree-member-p): New function.
4165 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
4166 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
4167 (avl-tree-stack-empty-p): New functions.
4168
3769ddcf
TC
41692009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
4170
4171 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
4172 avl-tree--del-balance1 and make it work both ways.
4173 (avl-tree--del-balance2): Remove.
4174 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
4175 make it work both ways.
4176 (avl-tree--enter-balance2): Remove.
4177 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
4178 New macros.
4179 (avl-tree--mapc, avl-tree-map): Add direction argument.
4180
eb95d01d 41812011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
4182
4183 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
4184
a9f737ee
CY
41852011-05-27 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * select.el: Support clipboard managers with built-in function
4188 x-clipboard-manager-save, via delete-frame-functions and
4189 kill-emacs-hook.
4190 (xselect-convert-to-targets): Add MULTIPLE target to list.
4191 (xselect-convert-to-save-targets): New function.
4192
c92a1e54
KH
41932011-05-27 Kenichi Handa <handa@m17n.org>
4194
4195 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
4196 let-binding rfc2047-encode-encoded-words to nil.
4197
e145f188
GM
41982011-05-27 Glenn Morris <rgm@gnu.org>
4199
5ec8a862
GM
4200 * mail/emacsbug.el: Don't require url-util.
4201
4b29d9fb
GM
4202 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
4203
e145f188
GM
4204 * files.el (set-auto-mode):
4205 Also respect mode: entries at the end of the file. (Bug#8586)
4206
7d15102b
GM
42072011-05-26 Glenn Morris <rgm@gnu.org>
4208
98f593b8
GM
4209 * files.el (hack-local-variables-prop-line, hack-local-variables):
4210 Downcase mode names, as seems to be traditional.
27b48e63 4211 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 4212
7d15102b
GM
4213 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
4214 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
4215
51d5b4ec
JD
42162011-05-25 Julien Danjou <julien@danjou.info>
4217
4218 * textmodes/rst.el (rst-define-level-faces): Do not define face
4219 symbol if it is already defined.
4220
91513f63
VB
42212011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4222
4223 * play/5x5.el (5x5-new-game, 5x5-randomize):
4224 Reset 5x5-solver-output to nil when a new grid is cast.
4225 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
4226 these debugging traces, as defmacro breaks the compiled code.
4227
4d90d6d0
DK
42282011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
4229
4230 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
4231
e1b90ef6
LL
42322011-05-24 Leo Liu <sdl.web@gmail.com>
4233
4234 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
4235 (vc-bzr-sha1): Adapt.
4236
d8e4b68b 4237 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
4238
4239 * bindings.el: Provide sha1 feature.
4240
db0406bb 42412011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
4242
4243 * mail/sendmail.el: Require `rfc2047'.
4244 (mail-insert-from-field): Do not perform RFC2047 encoding.
4245 (mail-encode-header): New function.
4246 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
4247 buffer to the return value of select-message-coding-system.
4248 Call mail-encode-header.
b8d747b9
KH
4249
4250 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
4251
db0406bb 42522011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 4253
4d90d6d0
DK
4254 * mail/supercite.el (sc-default-cite-frame):
4255 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 4256
eb8a5e9b
GM
42572011-05-24 Glenn Morris <rgm@gnu.org>
4258
f8630703
GM
4259 * progmodes/python.el (brm-menu): Declare.
4260
8831bbed
GM
4261 * emulation/viper.el (viper-set-hooks): Declare.
4262
eb8a5e9b
GM
4263 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
4264 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
4265 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
4266 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
4267 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
4268 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
4269
a2a25d24
SM
42702011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 Add an :exit-function for completion-at-point.
4273
4274 * minibuffer.el (completion--done): New fun.
4275 (completion--do-completion): Use it. New arg `expect-exact'.
4276 (minibuffer-complete, minibuffer-complete-word): Don't output message,
4277 since completion--do-completion does it for us now.
4278 (minibuffer-force-complete): Use completion--done and
4279 completion--replace. Handle sole-completion case with more care.
4280 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
4281 (completion-extra-properties): New var.
4282 (completion-annotate-function): Make obsolete.
4283 (minibuffer-completion-help): Adjust accordingly.
4284 Use completion-list-insert-choice-function.
4285 (completion-at-point, completion-help-at-point):
4286 Bind completion-extra-properties.
4287 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
4288 * simple.el (completion-list-insert-choice-function): New var.
4289 (completion-setup-function): Preserve it.
4290 (choose-completion): Pay attention to it, shuffle the code a bit.
4291 (choose-completion-string): New arg `insert-function'.
4292
4293 * textmodes/bibtex.el: Convert to lexical binding.
4294 (bibtex-mode-map): Use completion-at-point.
4295 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
4296 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
4297 (bibtex-complete): Define as obsolete alias.
4298 (bibtex-complete-internal): Remove.
4299 (bibtex-format-entry): Remove unused sub-group in regexp.
4300 * shell.el (shell--command-completion-data)
4301 (shell-environment-variable-completion):
4302 * pcomplete.el (pcomplete-completions-at-point):
4303 * comint.el (comint--complete-file-name-data): Use :exit-function
4304 instead of completion-table-with-terminator so it also works for
4305 choose-completion.
4306
e44e373d
SM
43072011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4f91a816
SM
4309 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
4310
782fc819
SM
4311 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
4312 (bug#8710).
4313
e44e373d
SM
4314 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
4315
381987c3
KM
43162011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
4317
4318 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
4319 customization variable and implement: If non-nil, auto-fill will
4320 be inhibited while on topic's header line.
4321
b776bc70
VB
43222011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
4323
4324 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 4325 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
4326 always have a solution in grid size = 5 cases.
4327 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
4328 (5x5-solver-output, 5x5-log-buffer): New vars.
4329 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
4330 Make these variables buffer local to achieve 5x5 multi-session-ness.
4331 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
4332 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
4333 (5x5-solve-suggest): New funs.
4334 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
4335 randomize a grid so that we ensure that there is always a solution.
4336 (5x5-make-random-grid): Allow other movement than flipping.
4337
7de88b6e
KR
43382011-05-23 Kevin Ryde <user42@zip.com.au>
4339
4340 * emacs-lisp/advice.el (ad-read-advised-function):
4341 Use `function-called-at-point' as the default default, if it has
4342 advice and passes PREDICATE.
4343
b1ef1257
SM
43442011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4345
bbca48fe
SM
4346 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
4347 byte-compile-lambda if it's actually a lambda.
4348
b1ef1257
SM
4349 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
4350 Fix function quoting. Use backquote better.
4351
92a9cc65
YS
43522011-05-22 Yuanle Song <sylecn@gmail.com>
4353
4354 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
4355 matching (Bug#8516).
4356
f0fb8059
JA
43572011-01-22 Jari Aalto <jari.aalto@cante.net>
4358
4359 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
4360 different face (Bug#8178).
4361
d5b44c93
CY
43622011-05-22 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
4365 defface (Bug#8144).
4366
79106a44
SM
43672011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4368
9c848d8a
SM
4369 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
4370 funcall as well (bug#8712). Warn when performing those conversions.
4371 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
4372
79106a44
SM
4373 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
4374
88dfa756
GM
43752011-05-22 Glenn Morris <rgm@gnu.org>
4376
4377 * files.el (hack-local-variables-prop-line): Small simplifications.
4378 (hack-local-variables, hack-local-variables-prop-line):
4379 If MODE-ONLY, return the mode, rather than just `t'.
4380
b7cf2c79
SM
43812011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
4384
3f1a8558
GM
43852011-05-21 Glenn Morris <rgm@gnu.org>
4386
7e4ccca3
GM
4387 * files.el (hack-local-variables-prop-line, hack-local-variables):
4388 If only interested in the mode, don't bother doing the other stuff.
4389
637d46ca
GM
4390 * image-mode.el (image-after-revert-hook):
4391 Redraw all frames on which the image is visible. (Bug#8567)
4392
973d955b
GM
4393 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
4394
3f1a8558
GM
4395 * wid-edit.el (widget-checklist-match-inline):
4396 Fix 2011-04-19 change. (Bug#8649)
4397
96479927
SM
43982011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4399
1dcf791f
SM
4400 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
4401 Also allow singlespace after single-letter capitals followed by a dot.
4402
96479927
SM
4403 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
4404 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
4405
35fd0881
N
44062011-05-20 Nix <nix@esperi.org.uk>
4407
4408 * files.el (basic-save-buffer-2):
4409 Fix handling of break-hardlink-on-save with non-existent files.
4410
82745640
DD
44112011-05-19 Deniz Dogan <deniz@dogan.se>
4412
4413 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 4414 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 4415
4a720484
GM
44162011-05-19 Glenn Morris <rgm@gnu.org>
4417
d1f21341
GM
4418 * progmodes/f90.el (f90-type-def-re):
4419 Handle "type, bind(c)". (Bug#8691)
4420
4a720484
GM
4421 * emacs-lisp/autoload.el (batch-update-autoloads):
4422 Set autoload-excludes by parsing loadup.el rather than Makefiles.
4423
2fb0a219
MA
44242011-05-18 Michael Albinus <michael.albinus@gmx.de>
4425
4426 * net/tramp.el (tramp-process-actions): Set "first-password-request"
4427 property for the correct connection in case of multihops.
4428
e565dd37
GM
44292011-05-18 Glenn Morris <rgm@gnu.org>
4430
c2571358 4431 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
4432 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
4433
e565dd37
GM
4434 Rationalize calendar handling of day and month abbrev-arrays.
4435 * calendar/calendar.el (calendar-customized-p): New function.
4436 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
4437 (calendar-day-name-array, calendar-month-name-array): Doc fix.
4438 Add :set function.
4439 (calendar-abbrev-length, calendar-day-abbrev-array)
4440 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
4441 (calendar-day-abbrev-array, calendar-month-abbrev-array):
4442 Elements may no longer be nil.
4443 (calendar-day-name, calendar-month-name):
4444 Update for changed nature of abbrev arrays.
4445 * calendar/diary-lib.el (diary-name-pattern):
4446 Update for changed nature of abbrev arrays.
4447 (diary-mark-entries-1): Update calendar-make-alist calls.
4448 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
4449 * calendar/cal-html.el (cal-html-day-abbrev-array):
4450 Simply inherit from calendar-day-abbrev-array.
4451
1d99a745
SM
44522011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * progmodes/grep.el (grep-mode): Disable default
4455 compilation-directory-matcher setting (bug#8684).
4456
7c1d9aa0
MA
44572011-05-17 Michael Albinus <michael.albinus@gmx.de>
4458
4459 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
4460 instead of "head" and "tail". There were problems with SunOS 5.9,
4461 and it performs better.
4462
3952e9d8
GM
44632011-05-17 Glenn Morris <rgm@gnu.org>
4464
2dd12e7f
GM
4465 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
4466
e4157b9c
GM
4467 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4468 Replace obsolete function.
4469
8e249bbd
GM
4470 * shell.el (pcomplete-parse-arguments-function): Declare.
4471
3952e9d8
GM
4472 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
4473 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
4474 (appt-check): Doc fixes.
4475 (appt-disp-window-function, appt-delete-window-function):
4476 Remove needless special case in custom :type.
4477 (appt-display-count): Default to 0, not nil.
4478 (appt-check): Reset appt-display-count to 0, not nil.
4479
c71a0d48 44802011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 4481
c71a0d48
GM
4482 * progmodes/python.el (python-font-lock-keywords):
4483 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 4484
31d55be9
SM
44852011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
4488
3bfacb2f
KR
44892011-05-16 Kevin Ryde <user42@zip.com.au>
4490
4491 * info-look.el (makefile-automake-mode): New setups, looking in
4492 automake manual, then makefile-mode.
4493 (makefile-mode): Remove automake manual, have it just in
4494 makefile-automake-mode since there's various things different or
4495 not relevant to plain make.
4496 (makefile-mode): Remove "other-modes" non-existent automake-mode,
4497 believe a hypothetical automake-mode would go to makefile-mode,
4498 not the other way around.
4499
c8e83751
CY
45002011-05-15 Chong Yidong <cyd@stupidchicken.com>
4501
5e9e35cd
CY
4502 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
4503 hunk-end tags (Bug#8672).
4504
c8e83751
CY
4505 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
4506 vc-annotate-show-diff-revision-at-line (Bug#8671).
4507
50b23e5a
GM
45082011-05-14 Glenn Morris <rgm@gnu.org>
4509
7210a739
GM
4510 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
4511 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
4512 (change-log-font-lock-keywords): Also handle multiple author lines
4513 with leading tabs. (Bug#8644)
7210a739 4514
4691905a
GM
4515 * calendar/appt.el (appt-check): Rename some local variables.
4516 Some simplification/reordering.
4517
50b23e5a
GM
4518 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
4519 (feedmail-sendmail-f-doesnt-sell-me-out)
4520 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
4521 (feedmail-debug-sit-for, feedmail-queue-express-hook)
4522 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
4523 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
4524 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
4525 (feedmail-binmail-gnulinuxish-template):
4526 Rename from feedmail-binmail-linuxish-template.
4527 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
4528 Use insert-buffer-substring.
4529
215cda7c
BC
45302011-05-14 Bill Carpenter <bill@carpenter.org>
4531
4532 * mail/feedmail.el (feedmail-patch-level): Increase.
4533 (feedmail-debug): New custom group.
4534 (feedmail-confirm-outgoing-timeout)
4535 (feedmail-sendmail-f-doesnt-sell-me-out)
4536 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
4537 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
4538 (feedmail-sender-line, feedmail-from-line)
4539 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 4540 (feedmail-spray-this-address)
215cda7c
BC
4541 (feedmail-spray-address-fiddle-plex-list)
4542 (feedmail-queue-use-send-time-for-date)
4543 (feedmail-queue-use-send-time-for-message-id)
4544 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
4545 (feedmail-buffer-eating-function):
4546 Doc fixes.
4547 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
4548 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
4549 (feedmail-message-action-scroll-down): New functions.
4550 (feedmail-queue-directory, feedmail-queue-draft-directory):
4551 Use expand-file-name.
4552 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
4553 Remove C-v help entry.
4554 (feedmail-queue-buffer-file-name): New variable.
4555 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
4556 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
4557 (feedmail-message-action-send-strong, feedmail-message-action-edit)
4558 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
4559 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
4560 (feedmail-message-action-toggle-spray)
4561 (feedmail-run-the-queue-no-prompts)
4562 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
4563 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
4564 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
4565 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
4566 (feedmail-envelope-deducer, feedmail-fiddle-from)
4567 (feedmail-fiddle-sender, feedmail-default-date-generator)
4568 (feedmail-fiddle-date, feedmail-fiddle-message-id)
4569 (feedmail-fiddle-spray-address)
4570 (feedmail-fiddle-list-of-spray-fiddle-plexes)
4571 (feedmail-fiddle-list-of-fiddle-plexes)
4572 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
4573 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
4574 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
4575 Change default. Doc fix.
4576 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
4577 (feedmail-binmail-linuxish-template): New constant.
4578 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
4579 Respect feedmail-sendmail-f-doesnt-sell-me-out.
4580 (feedmail-send-it): Add debug call.
4581 Use feedmail-queue-buffer-file-name, and
4582 feedmail-send-it-immediately-wrapper.
4583 (feedmail-message-action-send): Add debug call.
4584 Use feedmail-send-it-immediately-wrapper.
4585 (feedmail-queue-express-to-queue): Add debug call.
4586 Run feedmail-queue-express-hook.
4587 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
4588 (feedmail-message-action-help-blat):
4589 Rename from feedmail-queue-send-edit-prompt-help-first.
4590 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
4591 Check line-endings. Handle errors better.
4592 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
4593 Doc fix. Add debug call.
4594 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
4595 Use feedmail-queue-send-edit-prompt-inner.
4596 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
4597 (feedmail-queue-send-edit-prompt-inner): New function, extracted
4598 from feedmail-queue-send-edit-prompt.
4599 (feedmail-queue-send-edit-prompt-help)
4600 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
4601 (feedmail-tidy-up-slug): Add debug call.
4602 Respect feedmail-queue-slug-suspect-regexp.
4603 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
4604 (feedmail-dump-message-to-queue): Add debug call.
4605 Expand queue-directory.
4606 (feedmail-dump-message-to-queue): Change message slightly.
4607 Use feedmail-say-chatter.
4608 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
4609 (feedmail-send-it-immediately-wrapper): New function.
4610 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
4611 Insert empty string rather than newline. Handle full-frame case.
4612 Use catch/throw. Use feedmail-say-chatter.
4613 (feedmail-fiddle-from): Try mail-host-address.
4614 (feedmail-default-message-id-generator): Doc fix.
4615 Bind system-time-locale. Handle missing end.
4616 (feedmail-fiddle-x-mailer): Add debug call.
4617 Handle feedmail-x-mailer-line being nil.
4618 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
4619 Add debug call. Use buffer-substring-no-properties.
4620 (feedmail-say-debug, feedmail-say-chatter): New functions.
4621 (feedmail-find-eoh): Give an explicit error.
4622
42c7e61e
UJ
46232011-05-13 Ulf Jasper <ulf.jasper@web.de>
4624
c2571358 4625 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 4626 family from helvetica to sans.
c2571358 4627 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
4628 etc/images/newsticker.
4629
c2571358 4630 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
4631 family from helvetica to sans.
4632
4633 * net/newst-plainview.el (newsticker-new-item-face)
4634 (newsticker-old-item-face, newsticker-immortal-item-face)
4635 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 4636 (newsticker-statistics-face): Change default family from
42c7e61e 4637 helvetica to sans.
c2571358 4638 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
4639 etc/images/newsticker.
4640
4641 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
4642 (newsticker--process-auto-mark-filter-match): : Tell user about
4643 auto-marking.
4644
8497a297
DV
46452011-05-13 Didier Verna <didier@xemacs.org>
4646
4647 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
4648 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
4649 TODO entries.
8497a297
DV
4650 (lisp-lambda-list-keyword-parameter-indentation)
4651 (lisp-lambda-list-keyword-parameter-alignment)
4652 (lisp-lambda-list-keyword-alignment): New customizable user options.
4653 (lisp-indent-defun-method): Improve docstring.
4654 (extended-loop-p): Fix comment.
4655 (lisp-indent-lambda-list-keywords-regexp): New variable.
4656 (lisp-indent-lambda-list): New function.
4657 (lisp-indent-259): Use it.
4658 (lisp-indent-defmethod): Support for more than one
4659 method qualifier and properly indent methods lambda-lists.
4660 (defgeneric): Provide a missing common-lisp-indent-function property.
4661
f278f87f
SM
46622011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
4665 bounds for the empty string (bug#8667).
4666
5233edd7
GM
46672011-05-13 Glenn Morris <rgm@gnu.org>
4668
5237a44f
GM
4669 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
4670
8340026c 4671 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 4672 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 4673
5233edd7 4674 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 4675 (appt-time-msg-list): Doc fix.
a5464014 4676 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 4677
92d10796
AS
46782011-05-12 Andreas Schwab <schwab@linux-m68k.org>
4679
4680 * progmodes/ld-script.el (ld-script-keywords)
4681 (ld-script-builtins): Update keywords list.
4682
914a0ae1
SM
46832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4684
c89be45f
SM
4685 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
4686
914a0ae1
SM
4687 * shell.el (shell-completion-vars): New function.
4688 (shell-mode):
4689 * simple.el (read-shell-command): Use it.
4690 (blink-matching-open): No need for " [...]" in minibuffer-message.
4691
98dc3df3
GM
46922011-05-12 Glenn Morris <rgm@gnu.org>
4693
4694 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
4695 (appt-check): Simplify.
4696
d2fc7e3d 46972011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 4698
4d61f28d 4699 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
4700 literal "/dev/null".
4701
d2fc7e3d 47022011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
4703
4704 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
4705 Fix typo.
4706
d2fc7e3d 47072011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 4708
3f254caa
SM
4709 * progmodes/which-func.el (which-function):
4710 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
4711 which might not be defined (Bug#8260).
4712
d45885f7
GM
47132011-05-12 Glenn Morris <rgm@gnu.org>
4714
4715 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
4716 Let byte-compile-initial-macro-environment always take precedence.
4717
488086f4
SM
47182011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * net/rcirc.el: Add support for SSL/TLS connections.
4721 (rcirc-server-alist): New field `encryption'.
4722 (rcirc): Check `encryption' settings.
4723 (rcirc-connect): New arg `encryption'. Use open-network-stream.
4724 Merge make-local-variable into `set'.
4725 (rcirc--connection-open-p): New function.
4726 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
4727 the process is not a network process (e.g. running gnutls-cli).
4728 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4729 Make rcirc-(en|de)code-coding-system local here.
4730 (rcirc-mode): Merge make-local-variable into `set'.
4731 (rcirc-parent-buffer): Make permanent buffer-local.
4732 (rcirc-multiline-minor-mode): Don't do it here.
4733 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
4734 there's no server buffer.
4735
7d3b9d44
GM
47362011-05-11 Glenn Morris <rgm@gnu.org>
4737
f64049c6
GM
4738 * newcomment.el (comment-kill): Prefix "unused" local.
4739
93c9df73
GM
4740 * term/w32console.el (get-screen-color): Declare.
4741
7d3b9d44
GM
4742 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4743 Handle symbol elements of byte-compile-initial-macro-environment.
4744
9e2dd53f
LL
47452011-05-10 Leo Liu <sdl.web@gmail.com>
4746
488086f4
SM
4747 * bookmark.el (bookmark-bmenu-mode-map):
4748 Bind bookmark-bmenu-search to `/'.
8b340240 4749
9e2dd53f 4750 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
4751 (footnote-unicode-string, footnote-unicode-regexp): New variable.
4752 (Footnote-unicode): New function.
4753 (footnote-style-alist): Add unicode style to the list.
4754 (footnote-style): Doc fix.
9e2dd53f 4755
79b70037
GM
47562011-05-10 Jim Meyering <meyering@redhat.com>
4757
4758 Fix doubled-word typos.
4759 * international/quail.el (quail-insert-kbd-layout): and and -> and
4760 * kermit.el: and and -> and
4761 * net/ldap.el (ldap-search-internal): to to -> to
4762 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
4763 * progmodes/js.el (js-mode): and and -> and
4764 * textmodes/artist.el (artist-move-to-xy): at at -> at
4765 (artist-draw-region-trim-line-endings): if if -> if
4766 And Safetyc -> Safety.
4767 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
4768
b8f82dc1 47692011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 4770 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
4771
4772 * files.el (hack-one-local-variable-eval-safep):
4773 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
4774
4f99f44b
GM
47752011-05-10 Glenn Morris <rgm@gnu.org>
4776
4777 * calendar/diary-lib.el (diary-list-entries-hook)
4778 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
4779 (diary-nongregorian-marking-hook, diary-list-entries)
4780 (diary-include-other-diary-files, diary-mark-entries)
4781 (diary-mark-included-diary-files): Doc fixes.
4782
84f29e6b
JB
47832011-05-09 Juanma Barranquero <lekktu@gmail.com>
4784
4785 * misc.el: Require tabulated-list.el during compilation.
4786
9bedd73a
CY
47872011-05-09 Chong Yidong <cyd@stupidchicken.com>
4788
488086f4
SM
4789 * progmodes/compile.el (compilation-start):
4790 Run compilation-filter-hook for the async case too.
9bedd73a
CY
4791 (compilation-filter-hook): Doc fix.
4792
797c735c
DD
47932011-05-09 Deniz Dogan <deniz@dogan.se>
4794
4795 * wdired.el: Remove outdated installation comment. Fix usage
4796 comment.
4797
5f4b1dfe
JB
47982011-05-09 Juanma Barranquero <lekktu@gmail.com>
4799
4800 * misc.el: Implement new command `list-dynamic-libraries'.
4801 (list-dynamic-libraries--loaded-only-p): New variable.
4802 (list-dynamic-libraries--refresh): New function.
4803 (list-dynamic-libraries): New command.
4804
4c44026c
CY
48052011-05-09 Chong Yidong <cyd@stupidchicken.com>
4806
488086f4
SM
4807 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4808 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
4809 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
4810 higher priority to avoid clobbering by gnu.
4811
027f966d
CY
48122011-05-08 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
4815 if the face has existing theme settings (Bug#8454).
4816
085f5d7d
CY
48172011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
4818
488086f4
SM
4819 * progmodes/perl-mode.el (perl-imenu-generic-expression):
4820 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 4821
2a86a00c
RS
4822 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
4823 special file names `.' and `..' (Bug#8259).
4824
d9c54a06
CY
48252011-05-08 Chong Yidong <cyd@stupidchicken.com>
4826
488086f4
SM
4827 * progmodes/grep.el (grep-mode-font-lock-keywords):
4828 Remove buffer-changing entries.
d9c54a06
CY
4829 (grep-filter): New function.
4830 (grep-mode): Add it to compilation-filter-hook.
4831
4832 * progmodes/compile.el (compilation-filter-hook)
4833 (compilation-filter-start): New defvars.
4834 (compilation-filter): Call compilation-filter-hook prior to
4835 updating the process mark.
4836
c4662635
SM
48372011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
4840
b0512a1d
EZ
48412011-05-07 Eli Zaretskii <eliz@gnu.org>
4842
605c9376
EZ
4843 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
4844 mailclient-send-it even if window-system is nil. (Bug#8595)
4845
c4662635
SM
4846 * term/w32console.el (terminal-init-w32console):
4847 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
4848 background-mode. (Bug#8597)
4849
d1dc2cc2
SM
48502011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4851
4852 Make bytecomp.el understand that defmethod defines funs (bug#8631).
4853 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
4854 New functions.
4855 (defgeneric, eieio--defmethod): Use them.
4856 (eieio-defgeneric): Remove.
4857 (defmethod): Call defgeneric in a way visible to the byte-compiler.
4858
915d1300
GM
48592011-05-07 Glenn Morris <rgm@gnu.org>
4860
a3961c3e
GM
4861 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
4862 Use let rather than let*.
4863 (timeclock-find-discrep): Remove unused local.
4864
314347b9
GM
4865 * calendar/diary-lib.el (diary-comment-start): Doc fix.
4866
915d1300
GM
4867 * calendar/appt.el (appt-time-msg-list): Doc fix.
4868
275b59b0
NF
48692011-05-06 Noah Friedman <friedman@splode.com>
4870
4871 * apropos.el (apropos-print-doc): Only use
4872 emacs-lisp-docstring-fill-column when it is bound to an integer,
4873 per that variable's documentation.
4874
6c19f744
SM
48752011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 4878 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 4879
60f884b2
GM
48802011-05-06 Glenn Morris <rgm@gnu.org>
4881
5006e634
GM
4882 * calendar/appt.el (appt-message-warning-time): Doc fix.
4883 (appt-warning-time-regexp): New option.
4884 (appt-make-list): Respect appt-message-warning-time.
4885
548d0a63
GM
4886 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
4887 New options.
4888 (diary-add-to-list): Strip comments from the displayed string.
4889 (diary-mode): Set comment-start and comment-end.
4890
60f884b2
GM
4891 * vc/diff-mode.el (smerge-refine-subst): Declare.
4892 (diff-refine-hunk): Don't require smerge-mode when compiling.
4893
989681bb
JB
48942011-05-06 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * simple.el (list-processes): Return nil as the docstring says.
4897
a6bc05e1
MA
48982011-05-05 Michael Albinus <michael.albinus@gmx.de>
4899
4900 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
4901 to "".
4902 (ange-ftp-write-region, ange-ftp-insert-file-contents)
4903 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
4904 determining of binary transfer. (Bug#7383)
4905
23c22e9a
MA
49062011-05-05 Michael Albinus <michael.albinus@gmx.de>
4907
c4662635
SM
4908 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4909 Fix port computation bug. (Bug#8618)
23c22e9a 4910
0bff894f
GM
49112011-05-05 Glenn Morris <rgm@gnu.org>
4912
b8296902
GM
4913 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
4914
1f522ce8
GM
4915 * simple.el (shell-dynamic-complete-functions)
4916 (comint-dynamic-complete-functions): Declare.
4917
cf5bee67
GM
4918 * net/network-stream.el (gnutls-negotiate):
4919 * simple.el (tabulated-list-print): Fix declarations.
4920
4921 * progmodes/gud.el (syntax-symbol, syntax-point):
4922 Remove unnecessary and incorrect declarations.
4923
0bff894f
GM
4924 * emacs-lisp/check-declare.el (check-declare-scan):
4925 Handle byte-compile-initial-macro-environment in bytecomp.el
4926
9869b3ae
SM
49272011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 Fix earlier half-done eieio-defmethod change (bug#8338).
4930 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
4931 Streamline and change calling convention.
4932 (defmethod): Adjust accordingly and simplify.
4933 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
4934 new eieio--defmethod.
4935 (slot-boundp): Minor CSE simplification.
4936
9c1d5ac5
MZ
49372011-05-05 Milan Zamazal <pdm@zamazal.org>
4938
4939 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
4940 (glasses-make-readable): Use glasses-separate-capital-groups.
4941
455c834e
JB
49422011-05-05 Juanma Barranquero <lekktu@gmail.com>
4943
4944 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
4945 (warning-series): Doc fix.
4946 (display-warning): Don't try to create the buffer if we just found it.
4947
9ed7c8cb
CY
49482011-05-04 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
4951 (autoload-find-generated-file): New function.
4952 (generate-file-autoloads): Bind generated-autoload-file to
4953 buffer-file-name.
9869b3ae
SM
4954 (update-file-autoloads, update-directory-autoloads):
4955 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
4956 output file (Bug#7989).
4957 (batch-update-autoloads): Doc fix.
4958
0898ca10
JB
49592011-05-04 Juanma Barranquero <lekktu@gmail.com>
4960
4961 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
4962
31dfb76c
GM
49632011-05-04 Glenn Morris <rgm@gnu.org>
4964
f330b642
GM
4965 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
4966 function, so it follows changes in calendar-date-style.
4967 (diary-fancy-date-matcher): New function.
4968 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
4969 (diary-fancy-font-lock-fontify-region-function):
4970 Use diary-fancy-date-pattern as a function.
4971
31dfb76c
GM
4972 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
4973 non-numbers for `year' etc pseudo-variables. (Bug#8583)
4974
48e79d6a
TZ
49752011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4976
4977 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
4978 instead of positional arguments. Allow :keylist and :crlfiles
4979 arguments.
4980 (open-gnutls-stream): Call it.
4981
4982 * net/network-stream.el (network-stream-open-starttls): Adjust to
4983 call `gnutls-negotiate' with :process and :hostname arguments.
4984
dd5a5ee0
SM
49852011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4986
ef80fc09
SM
4987 * minibuffer.el (completion--message): New function.
4988 (completion--do-completion, minibuffer-complete)
4989 (minibuffer-force-complete, minibuffer-complete-word): Use it.
4990 (completion--do-completion): Don't ignore completion-auto-help when in
4991 icomplete-mode.
4992
dd5a5ee0
SM
4993 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
4994 internal encoding (e.g. tibetan zero is not whitespace).
4995 (global-whitespace-mode): Prefer save-current-buffer.
4996 (whitespace-trailing-regexp): Remove useless save-match-data.
4997 (whitespace-empty-at-bob-regexp): Minor simplification.
4998
b7d22a83
CY
49992011-05-03 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
5002
5192af46
AM
50032011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5004
5005 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 5006 Use `concat' to create string for insertion.
5192af46 5007
5767d190
SM
50082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
5011 Avoid open-line which runs post-self-insert-hook.
5012 (bibtex-fill-entry): Remove unused `end' var.
5013
bf242939
AM
50142011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
5015
5767d190
SM
5016 * textmodes/ispell.el (ispell-add-per-file-word-list):
5017 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 5018
25666126
LL
50192011-05-03 Leo Liu <sdl.web@gmail.com>
5020
5021 * isearch.el (isearch-yank-pop): New command.
5767d190 5022 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
5023 (isearch-forward): Mention it.
5024
52d3c2d0
SM
50252011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5026
1bcace58
SM
5027 * simple.el (minibuffer-complete-shell-command): Remove.
5028 (minibuffer-local-shell-command-map): Use completion-at-point.
5029 (read-shell-command): Setup completion vars here instead.
5030 (read-expression-map): Bind TAB to symbol completion.
5031
52d3c2d0
SM
5032 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
5033 error directly rather via storing it into `results'.
5034
35813471
LL
50352011-05-02 Leo Liu <sdl.web@gmail.com>
5036
5037 * vc/diff.el: Fix description.
5038
e793a940
LMI
50392011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5040
5041 * server.el (server-eval-at): New function.
5042
8de66e05
LMI
50432011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5044
5045 * net/network-stream.el (open-network-stream): Take a :nowait
5046 parameter and pass it on to `make-network-process'.
5047 (network-stream-open-plain): Ditto.
5048
dcb79f20
AS
50492011-04-30 Andreas Schwab <schwab@linux-m68k.org>
5050
5051 * faces.el (face-spec-set-match-display): Don't match toolkit
5052 options on terminal frames.
5053
14a7fbd8
SM
50542011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5055
7eabc1be
SM
5056 * progmodes/pascal.el: Use lexical binding.
5057 (pascal-mode-map): Remove author preferences.
5058
14a7fbd8
SM
5059 * pcomplete.el (pcomplete-std-complete): Don't abuse
5060 completion-at-point.
5061
50f84510
JB
50622011-04-28 Juanma Barranquero <lekktu@gmail.com>
5063
6e087a44
JB
5064 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
5065 removing code that has been dead since 1991 or so.
5066
50f84510
JB
5067 * startup.el (command-line): When warning about "_emacs", use a
5068 delayed warning to allow the user to filter it out.
5069
0ba690bd
DD
50702011-04-28 Deniz Dogan <deniz@dogan.se>
5071
5072 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
5073 user has not joined.
5074
08abfaad
SM
50752011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
5078 aren't any completions at point.
5079
638f053a
JB
50802011-04-28 Juanma Barranquero <lekktu@gmail.com>
5081
5082 * subr.el (display-delayed-warnings): New function.
5083 (delayed-warnings-hook): New variable.
5084
8fff8daa
SM
50852011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5086
08abfaad
SM
5087 * minibuffer.el (completion-at-point, completion-help-at-point):
5088 Don't presume that a given completion-at-point-function will always
5089 use the same calling convention.
5090
8fff8daa
SM
5091 * pcomplete.el (pcomplete-completions-at-point):
5092 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
5093 pcomplete-seen is non-nil.
5094 (pcomplete-comint-setup): Also recognize the new comint/shell
5095 completion functions.
5096 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
5097 pcomplete-seen is non-nil.
5098
841a1577 50992011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 5100
841a1577 5101 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 5102 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 5103 the first character in the entry. This allows for code to add its
211ec907
UJ
5104 own uid to the entry.
5105 (icalendar--convert-float-to-ical): Add export of
5106 `diary-float'-entries save for those with the optional DAY
5107 argument.
5108
2a782793
DC
51092011-04-27 Daniel Colascione <dan.colascione@gmail.com>
5110
5111 * subr.el (shell-quote-argument): Use alternate escaping strategy
5112 when we spot a variable reference in a string.
5113
0438ce91
DC
51142011-04-26 Daniel Colascione <dan.colascione@gmail.com>
5115
5116 * cus-start.el (all): Define customization for debug-on-event.
5117
841a1577 51182011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
5119
5120 * subr.el (shell-quote-argument): Escape correctly under Windows.
5121
d090ed6c
SM
51222011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
5125
bfd31217
MA
51262011-04-25 Michael Albinus <michael.albinus@gmx.de>
5127
d090ed6c
SM
5128 * net/tramp.el (tramp-process-actions): Add POS argument.
5129 Delete region between POS and (pos).
bfd31217 5130
d090ed6c
SM
5131 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5132 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
5133 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
5134
5135 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
5136 position in `tramp-process-actions' call.
5137
5138 * net/trampver.el: Update release number.
5139
e92f3bd3
SM
51402011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5141
850256b5
SM
5142 * custom.el (defcustom): Obey lexical-binding.
5143
e92f3bd3
SM
5144 Fix octave-inf completion problems reported by Alexander Klimov.
5145 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
5146 Inherit from octave-mode-syntax-table.
5147 (inferior-octave-mode): Set info-lookup-mode.
5148 (inferior-octave-completion-at-point): New function.
5149 (inferior-octave-complete): Use it and completion-in-region.
5150 (inferior-octave-dynamic-complete-functions): Use it as well, and use
5151 comint-filename-completion.
5152 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
5153 symbol elements which shouldn't be word elements.
5154 (octave-font-lock-keywords, octave-beginning-of-defun)
5155 (octave-function-header-regexp): Adjust regexps accordingly.
5156 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
5157
cd22b309
JB
51582011-04-25 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * net/gnutls.el (gnutls-errorp): Declare before first use.
5161
8b492194
TZ
51622011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
5163
5164 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
5165 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
5166 default trustfile exists before going to use it. Add missing
5167 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
5168 Reported by Claudio Bley <claudio.bley@gmail.com>.
5169 (open-gnutls-stream): Add usage example.
5170
5171 * net/network-stream.el (network-stream-open-starttls): Give host
5172 parameter to `gnutls-negotiate'.
5173 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 5174 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 5175
841a1577 51762011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 5177
cd22b309
JB
5178 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5179 Use correct match group (bug#8438).
05842630 5180
3ba7869c
CY
51812011-04-24 Chong Yidong <cyd@stupidchicken.com>
5182
512e3ae1
CY
5183 * emacs-lisp/package.el (package-built-in-p): Fix typo.
5184 (package-menu--generate): New arg specifying packages to show.
5185 (package-menu-refresh, package-menu-execute, list-packages):
5186 Callers changed.
5187 (package-show-package-list): New function, replacing deleted
5188 package--list-packages (renamed because it is non-internal).
5189
5190 * finder.el (finder-list-matches): Use package-show-package-list
5191 instead of deleted package--list-packages.
5192
e92f3bd3
SM
5193 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
5194 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
5195 (vc-annotate-mode-map): Bind it to RET.
5196
7031be6d
UR
51972011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
5198
5199 * progmodes/etags.el (next-file): Don't use set-buffer to change
5200 buffers (Bug#8478).
5201
4ef177aa
CY
52022011-04-24 Chong Yidong <cyd@stupidchicken.com>
5203
c8d173eb
CY
5204 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
5205
4ef177aa
CY
5206 * apropos.el (apropos-label-face): Avoid variable-pitch face.
5207 (apropos-accumulator): Doc fix.
5208 (apropos-function, apropos-macro, apropos-command)
5209 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5210 (apropos-plist): Add face property.
5211 (apropos-symbols-internal): Fix indentation.
5212 (apropos-print): Simplify help, and recognize apropos-multi-type.
5213 (apropos-print-doc): Use button-type-get to extract the button's
5214 face property. Fill docstring (Bug#8352).
5215
4ffd0d6b 52162011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
5217
5218 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
5219
c6c32125 5220 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 5221 (mpuz-mode-map): Use mapc.
c6c32125
JB
5222 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
5223 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
5224 Fix typos in docstrings.
5225
58d468b4
JB
5226 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
5227 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
5228
6470c3c6
JB
5229 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
5230
4ffd0d6b 52312011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
5232
5233 * minibuffer.el (completion--do-completion): Avoid the "Next char
5234 not unique" prompt if icomplete-mode is enabled (Bug#5849).
5235
3ad8bad0
CY
5236 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
5237 mouse-2 into unread-command-events, it is interpreted correctly.
5238
71d73c9c 5239 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 5240 (image-toggle-display): Doc fix.
71d73c9c 5241
841a1577 52422011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 5243
4ffd0d6b
GM
5244 * textmodes/page.el (what-page): Use line-number-at-pos to
5245 calculate line number (Bug#6825).
6e1dbaa9 5246
c2fb1b60
JB
52472011-04-22 Juanma Barranquero <lekktu@gmail.com>
5248
5249 * eshell/esh-mode.el (find-tag-interactive): Declare function.
5250 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
5251 Pass argument NO-DEFAULT to `find-tag-interactive'.
5252
e02f48d7
JB
52532011-04-22 Juanma Barranquero <lekktu@gmail.com>
5254
5255 Lexical-binding cleanup.
5256
5257 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
5258 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
5259 * progmodes/ada-prj.el (ada-prj-initialize-values)
5260 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
5261 (ada-prj-show-value):
5262 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
5263 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
5264 (antlr-invalidate-context-cache, antlr-options-menu-filter)
5265 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
5266 * progmodes/bug-reference.el (bug-reference-push-button):
5267 * progmodes/fortran.el (fortran-line-length):
5268 * progmodes/glasses.el (glasses-change):
5269 * progmodes/octave-mod.el (octave-fill-paragraph):
5270 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
5271 (python-pdbtrack-grub-for-buffer, python-sentinel):
5272 * progmodes/sql.el (sql-save-connection):
5273 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
5274 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
5275 Mark unused parameters.
5276
5277 * progmodes/compile.el (compilation--flush-directory-cache)
5278 (compilation--flush-parse, compile-internal): Mark unused parameters.
5279 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
5280 (compilation-next-error-function): Remove unused variable `timestamp'.
5281
5282 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
5283 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
5284
5285 * progmodes/dcl-mode.el (dcl-end-of-command):
5286 Remove unused variable `start'.
5287 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
5288 (dcl-option-value-basic, dcl-option-value-offset)
5289 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
5290 Mark unused parameters.
5291 (dcl-save-local-variable): Remove unused variable `val'.
5292 (mode): Declare.
5293
5294 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
5295 Mark unused parameters.
5296 (delphi-ignore-changes): Move before first use.
5297 (delphi-charset-token-at): Remove unused variable `start'.
5298 (delphi-else-start): Remove unused variable `if-count'.
5299 (delphi-comment-block-start, delphi-comment-block-end):
5300 Remove unused variable `kind'.
5301 (delphi-indent-line): Remove unused variable `new-point'.
5302
5303 * progmodes/ebrowse.el (ebrowse-files-list)
5304 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
5305 Mark unused parameters. Don't quote `lambda'.
5306 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
5307 Don't quote `lambda'.
5308 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
5309 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
5310 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
5311 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
5312 Use `ignore-errors'.
5313 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
5314 (ebrowse-view/find-file-and-search-pattern)
5315 (ebrowse-view/find-member-declaration/definition):
5316 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
5317 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
5318 Rename parameter PREFIX-ARG to PREFIX.
5319 (ebrowse-tags-read-name): Remove unused variables `start' and
5320 `member-info'.
5321 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
5322 to `tags-file'.
5323
5324 * progmodes/etags.el (local-find-tag-hook): Declare.
5325 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
5326 Mark unused parameters.
5327
5328 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
5329 (executable-interpret): Mark unused parameter.
5330
5331 * progmodes/flymake.el (flymake-process-sentinel)
5332 (flymake-after-change-function)
5333 (flymake-create-temp-with-folder-structure)
5334 (flymake-get-include-dirs-dot): Mark unused parameters.
5335 (flymake-safe-delete-directory): Remove unused variable `err'.
5336
5337 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
5338 (speedbar-timer-fn, speedbar-line-text)
5339 (speedbar-change-expand-button-char, speedbar-delete-subblock)
5340 (speedbar-center-buffer-smartly): Declare functions.
5341 (gdb-find-watch-expression): Remove unused variable `array'.
5342 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
5343 (gdb-starting): Mark unused parameters.
5344 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
5345 (gdb-table-string): Remove unused variable `res'.
5346 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
5347 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
5348 (gdb-display-buffer): Remove unused variable `cur-size'.
5349
5350 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
5351 allow lexical-binding compilation.
5352 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
5353 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
5354 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
5355 Mark unused parameters.
5356 (gud-gdb-marker-filter): Remove unused variable `match'.
5357 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
5358 lambda expressions and funcall them, instead of using `fset'.
5359
5360 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
5361 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
5362
5363 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
5364 variable `header-beg'; use `let'.
5365
5366 * progmodes/icon.el (indent-icon-exp): Remove unused variables
5367 `restart', `last-sexp' and `at-do'.
5368
5369 * progmodes/js.el (js--debug): Mark unused parameter.
5370 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
5371 (js--splice-into-items): Remove unused variable `item'.
5372 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
5373
5374 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
5375 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
5376 (makefile-complete): Remove unused variable `try'.
5377 (makefile-fill-paragraph, makefile-match-function-end):
5378 Mark unused parameters.
5379
5380 * progmodes/octave-inf.el (inferior-octave-complete):
5381 Remove unused variable `proc'.
5382 (inferior-octave-output-digest): Mark unused parameter.
5383
5384 * progmodes/perl-mode.el (perl-calculate-indent):
5385 Remove unused variable `err'.
5386
5387 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
5388 (prolog-indent-line): Mark unused parameters.
5389 (prolog-indent-line): Remove unused variable `beg'.
5390
5391 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
5392 (reporter-dont-compact-list): Declare.
5393
5394 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
5395 Remove unused variable `char'.
5396 (sh-debug): Mark unused parameter.
5397 (sh-get-indent-info): Remove unused variable `start'.
5398 (sh-calculate-indent): Remove unused variable `var'.
5399
5400 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
5401 (simula-electric-keyword): Remove unused variable `null'.
5402 (simula-search-backward, simula-search-forward): Remove unused
5403 variables `begin' and `end'.
5404
5405 * progmodes/vera-mode.el (vera-guess-basic-syntax):
5406 Remove unused variable `pos'.
5407 (vera-electric-tab, vera-comment-uncomment-region):
5408 Mark unused parameters.
5409 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
5410
7ede3b65
CY
54112011-04-22 Chong Yidong <cyd@stupidchicken.com>
5412
5413 * emacs-lisp/package.el (package--builtins, package-alist)
5414 (package-load-descriptor, package-built-in-p, package-activate)
5415 (define-package, package-installed-p)
5416 (package-compute-transaction, package-buffer-info)
5417 (package--push): Doc fix. Distinguish more clearly between
5418 version strings and version lists.
5419
121656e9
JB
54202011-04-21 Juanma Barranquero <lekktu@gmail.com>
5421
5422 Lexical-binding cleanup.
5423
5424 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
5425 (5x5-make-mutate-best):
5426 * play/fortune.el (fortune-in-buffer):
5427 * play/gomoku.el (gomoku-init-display):
5428 * play/solitaire.el (solitaire, solitaire-do-check):
5429 * play/tetris.el (tetris-default-update-speed-function):
5430 Mark unused parameters.
5431
5432 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
5433 (bubbles--shift): Remove unused variable `char-org'.
5434 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
5435 (bubbles--show-images): Remove unused variable `char'.
5436
5437 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
5438 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
5439 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
5440 (decipher-analyze-buffer): Use ?\s.
5441 (decipher-make-checkpoint): Remove unused variable `mapping'.
5442
5443 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
5444
5445 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
5446 Remove unused variable `result'; use `let'.
5447
5448 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
5449 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
5450 (gametree-children-shown-p, gametree-compute-reduced-score):
5451 Use `ignore-errors'.
5452
5453 * play/handwrite.el (ps-lpr-switches): Declare.
5454 (handwrite): Remove unused variables `pmin' and `lastp'.
5455
5456 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
5457
5458 * play/landmark.el (landmark-init-display)
5459 (landmark-update-naught-weights): Mark unused parameters.
5460 (landmark-y): Remove unused variable `noise'. Simplify.
5461 (landmark-human-plays): Remove unused variable `score'.
5462
5463 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
5464 (mpuz-try-proposal): Remove unused variable `game'.
5465
5466 * play/zone.el (life-patterns): Declare.
5467
80f499c7
JB
54682011-04-20 Juanma Barranquero <lekktu@gmail.com>
5469
5470 * vc/vc.el (ediff-vc-internal): Declare function.
5471
024ff170
SM
54722011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5473
c0a193ea
SM
5474 * shell.el: Use lexical-binding and std completion UI.
5475 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
5476 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
5477 comint-preoutput-filter-functions rather than on
5478 comint-output-filter-functions.
5479 (shell-command-completion, shell--command-completion-data)
5480 (shell-filename-completion, shell-environment-variable-completion)
5481 (shell-c-a-p-replace-by-expanded-directory): New functions.
5482 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
5483 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
5484 (shell-dynamic-complete-environment-variable): Use them.
5485 (shell-dynamic-complete-as-environment-variable)
5486 (shell-dynamic-complete-as-command): Remove.
5487 (shell-match-partial-variable): Match past point.
5488 * comint.el: Clean up use of completion-at-point-functions.
5489 (comint-completion-at-point): New function.
5490 (comint-mode): Use it completion-at-point-functions.
5491 (comint-dynamic-complete): Make it obsolete.
5492 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
5493 (comint-c-a-p-replace-by-expanded-history): New function.
5494 (comint-dynamic-complete-functions)
5495 (comint-replace-by-expanded-history): Use it.
5496 * minibuffer.el (completion-table-with-terminator): Allow dynamic
5497 termination strings. Try harder to avoid second try-completion.
5498 (completion-in-region-mode-map): Disable bindings that don't work yet.
5499
2dbaa080
SM
5500 * comint.el: Use lexical-binding. Require CL.
5501 (comint-dynamic-complete-functions): Use comint-filename-completion.
5502 (comint-completion-addsuffix): Tweak custom type.
5503 (comint-filename-completion, comint--common-suffix)
5504 (comint--common-quoted-suffix, comint--table-subvert)
5505 (comint--complete-file-name-data): New functions.
5506 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
5507 (comint-dynamic-list-filename-completions): Use them.
5508 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 5509
2dbaa080
SM
5510 * minibuffer.el (completion-in-region-mode):
5511 Keep completion-in-region-mode--predicate global.
5512 (completion-in-region--postch):
5513 Assume completion-in-region-mode--predicate is not null.
5514
c79a6f38
SM
5515 * progmodes/flymake.el (flymake-start-syntax-check-process):
5516 Obey `dir'. Simplify.
5517
024ff170
SM
5518 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
5519 we're in VC after all.
5520
1c6c854e
CS
55212011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
5522
5523 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 5524 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
5525 (vc-version-diff): Use vc-diff-build-argument-list-internal.
5526
bed7f140
SM
55272011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5528
332e62ab
SM
5529 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
5530 add sanity check.
5531
bed7f140
SM
5532 * obsolete/erc-hecomplete.el: Make obsolete.
5533 * obsolete/: Standardize obsolescence info in the header.
5534
f195c582
GM
55352011-04-20 Glenn Morris <rgm@gnu.org>
5536
5537 * calendar/solar.el (solar-horizontal-coordinates):
5538 Use the longitude argument rather than `calendar-longitude'.
5539 (solar-date-next-longitude): Remove unused locals.
5540
cb79b8c0
VJL
55412011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5542
5543 * whitespace.el: New version 13.2.1.
5544
55452011-04-20 felix <EmacsWiki> (tiny change)
5546
d8e4b68b 5547 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
5548 switching between major modes on a file.
5549
602ea69d
SM
55502011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
5553 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
5554 multi-line comments as well.
5555
06b60517
JB
55562011-04-19 Juanma Barranquero <lekktu@gmail.com>
5557
5558 Lexical-binding cleanup.
5559
5560 * arc-mode.el (archive-mode-revert):
5561 * cmuscheme.el (scheme-interactively-start-process):
5562 * custom.el (custom-initialize-delay):
5563 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
5564 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
5565 * emacs-lock.el (emacs-lock-clear-sentinel):
5566 * ezimage.el (defezimage):
5567 * follow.el (follow-avoid-tail-recenter):
5568 * fringe.el (set-fringe-mode-1):
5569 * generic-x.el (bat-generic-mode-compile):
5570 * help-mode.el (help-info-variable, help-do-xref)
5571 (help-mode-revert-buffer):
5572 * help.el (view-emacs-todo):
5573 * iswitchb.el (iswitchb-completion-help):
5574 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
5575 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
5576 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
5577 * locate.el (locate-update):
5578 * longlines.el (longlines-encode-region)
5579 (longlines-after-change-function):
5580 * outline.el (outline-isearch-open-invisible):
5581 * ps-def.el (declare-function, charset-dimension, char-width)
5582 (encode-char):
5583 * ps-mule.el (ps-mule-plot-string):
5584 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
5585 (recentf-edit-list-select, recentf-edit-list-validate)
5586 (recentf-open-files-action):
5587 * rect.el (delete-whitespace-rectangle-line)
5588 (rectangle-number-line-callback):
5589 * register.el (window-configuration-to-register)
5590 (frame-configuration-to-register):
5591 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
5592 * select.el (xselect-convert-to-string, xselect-convert-to-length)
5593 (xselect-convert-to-targets, xselect-convert-to-delete)
5594 (xselect-convert-to-filename, xselect-convert-to-charpos)
5595 (xselect-convert-to-lineno, xselect-convert-to-colno)
5596 (xselect-convert-to-os, xselect-convert-to-host)
5597 (xselect-convert-to-user, xselect-convert-to-class)
5598 (xselect-convert-to-name, xselect-convert-to-integer)
5599 (xselect-convert-to-atom, xselect-convert-to-identity):
5600 * subr.el (declare, ignore, process-kill-without-query)
5601 (text-clone-maintain):
5602 * terminal.el (te-get-char, te-tic-sentinel):
5603 * tool-bar.el (tool-bar-make-keymap):
5604 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
5605 * type-break.el (type-break-mode, type-break-noninteractive-query):
5606 * view.el (View-back-to-mark):
5607 * wid-browse.el (widget-browse-action, widget-browse-widget)
5608 (widget-browse-widgets, widget-browse-sexp):
5609 * widget.el (define-widget-keywords):
5610 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
5611 Mark unused parameters.
5612
5613 * align.el (align-adjust-col-for-rule): Mark unused parameter.
5614 (align-areas): Remove unused variable `look'.
5615 (align-region): Remove unused variables `real-end' and `pos-list'.
5616
5617 * apropos.el (apropos-score-doc): Remove unused variable `i'.
5618
5619 * bindings.el (mode-line-modified, mode-line-remote):
5620 Mark unused parameters.
5621 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
5622
5623 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
5624 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
5625
5626 * comint.el (comint-history-isearch-pop-state)
5627 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
5628 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
5629 (comint-substitute-in-file-name): Doc fix.
5630
5631 * completion.el (cmpl-statistics-block): Mark unused parameter.
5632 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
5633 (save-completions-to-file, load-completions-from-file):
5634 Remove unused local variable `e'.
5635
5636 * composite.el (compose-chars): Remove unused variable `len'.
5637 (lgstring-insert-glyph): Remove unused variable `g'.
5638 (compose-glyph-string): Remove unused variables `ascent',
5639 `descent', `lbearing' and `rbearing'.
5640 (compose-glyph-string-relative): Remove unused variables
5641 `lbearing', `rbearing' and `wadjust'.
5642 (compose-gstring-for-graphic): Remove unused variables `header',
5643 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
5644 (compose-gstring-for-terminal): Remove unused variables `header'
5645 and `nchars'. Use `let', not `let*'.
5646
5647 * cus-edit.el (Custom-set, Custom-save, custom-reset)
5648 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
5649 (Custom-buffer-done, custom-buffer-create-internal)
5650 (custom-browse-visibility-action, custom-browse-group-tag-action)
5651 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
5652 (widget-magic-mouse-down-action, custom-toggle-parent)
5653 (custom-add-parent-links, custom-toggle-hide-variable)
5654 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
5655 (custom-toggle-hide-face, face, hook, custom-group-link-action)
5656 (custom-face-menu-create, custom-variable-menu-create, get)
5657 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
5658 (custom-reset-standard-save-and-update): Remove unused variable `value'.
5659 (customize-apropos): Remove unused variable `tests'.
5660 (custom-group-value-create): Remove unused variable `hidden-p'.
5661 (sort-fold-case): Declare.
5662
5663 * cus-theme.el (custom-reset-standard-faces-list)
5664 (custom-reset-standard-variables-list): Declare.
5665 (customize-create-theme, custom-theme-revert, custom-theme-write)
5666 (custom-theme-choose-mode, customize-themes, custom-theme-save):
5667 Mark unused parameters.
5668
5669 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
5670
5671 * delim-col.el (delimit-columns-max): Move defvar before first use.
5672
5673 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 5674 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
5675
5676 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
5677 (auto-insert): Declare.
5678 (desktop-restore-file-buffer): Rename desktop-* parameters;
5679 mark unused ones.
5680 (desktop-create-buffer): Rename desktop-* parameters and bind them.
5681 (desktop-buffer): Rename desktop-* parameters.
5682
5683 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5684 (dframe-reposition-frame-xemacs, dframe-help-echo)
5685 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
5686 Mark unused parameters.
5687
5688 * dired-aux.el (backup-extract-version-start, overwrite-query)
5689 (overwrite-backup-query, rename-regexp-query)
5690 (rename-non-directory-query): Declare.
5691 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
5692 (dired-add-entry): Remove unused variable `orig-file-name'.
5693 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
5694 Use parameter PRESERVE-TIME instead of accessing dynamic variable
5695 `dired-copy-preserve-time' directly.
5696 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
5697 (dired-insert-subdir-newpos): Rename unused variable `pos'.
5698
5699 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
5700 (dired-virtual-revert, dired-make-relative-symlink):
5701 Mark unused parameters.
5702 (manual-program): Declare.
5703 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
5704 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
5705 wrapped in `with-no-warnings' to avoid replacing one warning by another.
5706
5707 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
5708
5709 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
5710
5711 * echistory.el (electric-history-in-progress, Helper-return-blurb):
5712 Declare.
5713
5714 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
5715
5716 * electric.el (Electric-command-loop): Rename parameter
5717 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
5718
5719 * expand.el (expand-in-literal): Remove unused variable `here'.
5720
5721 * facemenu.el (facemenu-add-new-color):
5722 Remove unused variable `docstring'.
5723
5724 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
5725 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
5726 (face-attr-construct): Mark unused parameter. Doc fix.
5727 (read-color): Remove unused variable `hex-string'.
5728
5729 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
5730 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
5731 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
5732 (display-buffer-other-frame): Remove unused variable `old-window'.
5733 (kill-buffer-hook): Declare.
5734 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
5735 Mark unused parameters.
5736 (after-find-file): Pass 1 to `auto-save-mode', not t.
5737
5738 * files-x.el (auto-insert): Declare.
5739 (modify-file-local-variable-prop-line): Remove unused variable `val'.
5740
5741 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 5742 variable `buf'. Mark unused parameter.
06b60517
JB
5743 (find-lisp-insert-directory): Mark unused parameter.
5744
5745 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
5746 (format-encode-region): Remove unused variables `cur-buf' and `result'.
5747 (format-common-tail): Remove, unused.
5748 (format-deannotate-region): Remove unused variable `loc'.
5749 (format-annotate-region): Remove unused variable `p'.
5750 (format-annotate-single-property-change): Remove unused variables
5751 `default' and `tail'.
5752
5753 * forms.el (read-file-filter): Declare.
5754 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
5755
5756 * frame.el (frame-creation-function-alist): Mark unused parameter.
5757 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
5758
5759 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
5760 Remove unused parameters.
5761 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
5762 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
5763
5764 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
5765 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
5766 (hfy-prepare-tag-map): Mark unused parameters.
5767 (htmlfontify-buffer): Use `called-interactively-p'.
5768
5769 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
5770 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
5771 (ibuffer-do-occur): Mark unused parameters.
5772 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
5773 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
5774
5775 * ibuffer.el: Don't quote `lambda'.
5776 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
5777 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
5778 Mark unused parameters.
5779
5780 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
5781 (ido-completing-read): Mark unused parameters.
5782 (ido-copy-current-word): Mark unused parameters;
5783 remove unused variable `name'.
5784 (ido-sort-merged-list): Remove unused parameter `dirs'.
5785
5786 * ielm.el (ielm-input-sender): Mark unused parameter.
5787 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
5788 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
5789 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
5790 `ielm-string' as a dynamic variable accessible from the IELM prompt.
5791 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
5792
5793 * image-dired.el (image-dired-display-thumbs): Remove unused
5794 variables `curr-file' and `count'.
5795 (image-dired-remove-tag): Remove unused variable `start'.
5796 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
5797 variable `curr-file'
5798 (image-dired-rotate-original): Remove unused variable `temp-file'.
5799 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
5800 Remove unused variable `file'.
5801 (image-dired-gallery-generate): Remove unused variable `curr'.
5802 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
5803
5804 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
5805
5806 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
5807
5808 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
5809
5810 * isearch.el (minibuffer-history-symbol): Declare.
5811 (isearch-edit-string): Remove unused variable `err'.
5812 (isearch-message-prefix, isearch-message-suffix):
5813 Mark unused parameters.
5814
5815 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
5816
5817 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
5818
5819 * makesum.el (double-column): Remove unused variable `cnt'.
5820
5821 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
5822 (ido-ignore-item-temp-list): Declare.
5823
5824 * mouse-drag.el (mouse-drag-throw): Remove unused variables
5825 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
5826 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
5827 (mouse-drag-drag): Remove unused variables `mouse-delta' and
5828 `mouse-col-delta'.
5829
5830 * mouse-sel.el (mouse-extend-internal):
5831 Remove unused variable `orig-window-frame'.
5832
5833 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
5834 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
5835 Move declarations before first use.
5836 (pcomplete-opt): Mark unused parameters; doc fix.
5837
5838 * proced.el (proced-revert): Mark unused parameter.
5839 (proced-send-signal): Remove unused variable `err'.
5840
5841 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
5842 Rename parameter PREFIX-ARG to ARG.
5843 (ps-basic-plot-string, ps-basic-plot-whitespace):
5844 Mark unused parameters.
5845
5846 * replace.el (replace-count): Define.
5847 (occur-revert-function): Mark unused parameters.
5848 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
5849 (isearch-case-fold-search, isearch-string): Declare.
5850 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
5851 bind `case-fold-search'. Remove unused variables `beg' and `end',
5852 and simplify.
5853 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
5854 COUNT and bind `replace-count'.
5855 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
5856 to COUNT.
5857
5858 * savehist.el (print-readably, print-string-length): Declare.
5859
5860 * shadowfile.el (shadow-expand-cluster-in-file-name):
5861 Remove unused variable `cluster'.
5862 (shadow-copy-file): Remove unused variable `i'.
5863 (shadow-noquery, shadow-clusters, shadow-site-cluster)
5864 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
5865 (shadow-define-literal-group, shadow-define-regexp-group)
5866 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
5867
5868 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
5869 (shell): Use `called-interactively-p'.
5870 (shell-directory-tracker): Remove unused variable `chdir-failure'.
5871
5872 * simple.el (compilation-context-lines, comint-file-name-quote-list)
5873 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
5874 (delete-backward-char): Remove unused variable `ocol'.
5875 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
5876 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
5877 (event-apply-hyper-modifier, event-apply-shift-modifier)
5878 (event-apply-control-modifier, event-apply-meta-modifier):
5879 Mark unused parameters.
5880 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
5881 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
5882
5883 * speedbar.el (speedbar-ignored-directory-expressions)
5884 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
5885 (speedbar-find-file, speedbar-dir-follow)
5886 (speedbar-directory-buttons-follow, speedbar-tag-find)
5887 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
5888 (speedbar-buffers-line-directory, speedbar-buffer-click):
5889 Mark unused parameters.
5890 (speedbar-tag-file): Remove unused variable `mode'.
5891 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
5892
5893 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
5894
5895 * talk.el (talk): Remove unused variable `display'.
5896
5897 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
5898 (tar-write-region-annotate): Mark unused parameter.
5899
5900 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
5901 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
5902 Declare them, wrapped in `with-no-warnings' to avoid replacing one
5903 warning by another.
5904
5905 * time-stamp.el (time-stamp-string-preprocess):
5906 Remove unused variable `require-padding'.
5907
5908 * tree-widget.el (widget-glyph-enable): Declare.
5909 (tree-widget-action): Mark unused parameter.
5910
5911 * w32-fns.el (x-get-selection): Mark unused parameter.
5912 (autoload-make-program, generated-autoload-file): Declare.
5913
5914 * wdired.el (wdired-revert): Mark unused parameters.
5915 (wdired-xcase-word): Remove unused variable `err'.
5916
5917 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
5918 (whitespace-help-scroll): Remove unused variable `data-help'.
5919
5920 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
5921 (widget-image-insert, widget-after-change, default)
5922 (widget-default-format-handler, widget-default-notify)
5923 (widget-default-prompt-value, widget-info-link-action)
5924 (widget-url-link-action, widget-function-link-action)
5925 (widget-variable-link-action, widget-file-link-action)
5926 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
5927 (widget-field-prompt-internal, widget-field-action, widget-field-match)
5928 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
5929 (widget-insert-button-action, widget-delete-button-action, visibility)
5930 (widget-documentation-link-action, widget-documentation-string-action)
5931 (widget-const-prompt-value, widget-regexp-match, symbol)
5932 (widget-coding-system-prompt-value)
5933 (widget-key-sequence-value-to-external, sexp)
5934 (widget-sexp-value-to-internal, character, vector, cons)
5935 (widget-choice-prompt-value, widget-boolean-prompt-value)
5936 (widget-color--choose-action): Mark unused parameters.
5937 (widget-item-match-inline, widget-choice-match-inline)
5938 (widget-checklist-match, widget-checklist-match-inline)
5939 (widget-group-match): Rename parameter VALUES to VALS.
5940 (widget-field-value-set): Remove unused variable `size'.
5941 (widget-color-action): Remove unused variables `value' and `start'.
5942
5943 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 5944 variable `dir'. Doc fix.
06b60517
JB
5945 (windmove-find-other-window): Don't pass it.
5946
5947 * window.el (count-windows): Mark unused parameter.
5948 (bw-adjust-window): Remove unused variable `err'.
5949
5950 * woman.el (woman-file-name): Remove unused variable `default'.
5951 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
5952 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
5953 (global-font-lock-mode): Declare.
5954 (woman-decode-region): Mark unused parameter.
5955 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
5956
5957 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
5958 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
5959 (x-dnd-handle-moz-url): Remove unused variable `title'.
5960 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
5961
5962 * xml.el (xml-parse-tag, xml-parse-attlist):
5963 Remove unused variable `pos'.
5964
bc4f7f3d
GM
59652011-04-19 Glenn Morris <rgm@gnu.org>
5966
5967 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
5968 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5969 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5970 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
5971 * calendar/cal-html.el (cal-html-insert-minical):
5972 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
5973 (calendar-mark-date-pattern):
5974 Prefix "unused" locals.
5975
5976 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
5977 optional argument `style'.
5978
5979 * calendar/appt.el (appt-make-list):
5980 * calendar/cal-china.el (calendar-chinese-date-string):
5981 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
5982 (diary-hebrew-yahrzeit):
5983 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
5984 * calendar/calendar.el (calendar-generate-window):
5985 * calendar/time-date.el (time-to-days):
5986 Remove unused local variables.
5987
16a43933
CY
59882011-04-18 Chong Yidong <cyd@stupidchicken.com>
5989
5990 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
5991 glyphless-char-display table.
5992 (tabulated-list-glyphless-char-display): New var.
5993
7eed1860
SS
59942011-04-18 Sam Steingold <sds@gnu.org>
5995
5996 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
5997 to acknowledgments.
5998
4d2d1ccd
GM
59992011-04-17 Glenn Morris <rgm@gnu.org>
6000
6001 * calendar/diary-lib.el (diary-sexp-entry):
6002 * calendar/holidays.el (holiday-sexp):
6003 Set debug-on-error rather than the removed stack-trace-on-error.
6004
239da61d
GM
60052011-04-16 Glenn Morris <rgm@gnu.org>
6006
6007 * progmodes/f90.el: Use lexical-binding.
6008 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
6009
8b05752a
SM
60102011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6011
daca8ba5
SM
6012 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
6013 (mail-mode): Setup mailalias completion here instead.
6014 * mail/mailalias.el: Use lexical-binding.
6015 (pattern, mailalias-done): Declare dynamic.
6016 (mail-completion-at-point-function): New function, from mail-complete.
6017 (mail-complete): Use it.
6018 (mail-completion-expand): New function.
6019 (mail-get-names): Use it.
6020 (mail-directory, mail-directory-process, mail-directory-stream):
6021 Don't use `pattern' for lexically bound arg.
6022
6f542485
SM
6023 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
6024
037e7c3f
SM
6025 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
6026 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
6027 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
6028
8b05752a
SM
6029 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
6030 (byte-save-window-excursion, byte-temp-output-buffer-setup)
6031 (byte-interactive-p): Define them again, for use when inlining
6032 old code.
6033
49093f60
JB
60342011-04-15 Juanma Barranquero <lekktu@gmail.com>
6035
6036 * loadup.el: Use `string-to-number', not `string-to-int'.
6037
b5b8e7de
SM
60382011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
6041 gud-gdb-complete-command.
6042 (gud-gdb-completions): New function, from gud-gdb-complete-command.
6043 (gud-gdb-completion-at-point): New function.
6044 (gud-gdb-completions): Remove.
6045
f42efeb5
MA
60462011-04-14 Michael Albinus <michael.albinus@gmx.de>
6047
49093f60
JB
6048 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
6049 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
6050 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
6051 whether `executable-find' is bound.
f42efeb5
MA
6052
6053 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
6054
e240cc21
SM
60552011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * minibuffer.el (completion-in-region-mode-predicate)
6058 (completion-in-region-mode--predicate): New vars.
6059 (completion-in-region, completion-in-region--postch)
6060 (completion-in-region-mode): Use them.
6061 (completion--capf-wrapper): Also return the hook function.
6062 (completion-at-point, completion-help-at-point):
6063 Adjust and provide a predicate.
c2bd2ab0
SM
6064
6065 Preserve arg names for advice of subr and lexical functions (bug#8457).
6066 * help-fns.el (help-function-arglist): Consolidate the subr and
6067 new-byte-code cases. Add argument `preserve-names' to extract names
6068 from the docstring when needed.
6069 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
6070 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
6071 (ad-arglist): Use help-function-arglist's new arg.
6072 (ad-definition-type): Use cond.
6073
c183f693
JB
60742011-04-13 Juanma Barranquero <lekktu@gmail.com>
6075
06641a47
JB
6076 * autorevert.el (auto-revert-handler):
6077 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
6078 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
6079 Don't quote lambda.
6080
c183f693
JB
6081 * image-mode.el (image-transform-set-scale):
6082 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
6083
1e3b6001
G
60842011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6085
6086 * net/network-stream.el (network-stream-open-starttls): Only do
6087 opportunistic STARTTLS upgrades if we have built-in gnutls support.
6088 Upgrades via gnutls-cli are too slow to be done opportunistically.
6089
2d6af8dd
JB
60902011-04-12 Juanma Barranquero <lekktu@gmail.com>
6091
6092 * dframe.el (dframe-current-frame): Remove spurious quote.
6093
c0749a51
GM
60942011-04-12 Glenn Morris <rgm@gnu.org>
6095
088d0d61
GM
6096 * calendar/cal-tex.el (cal-tex-end-document):
6097 Try to automatically use latin1 input if needed.
6098
c0749a51
GM
6099 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
6100 Don't try to cons a mark onto an empty element.
6101
5c90fde0
LL
61022011-04-11 Leo Liu <sdl.web@gmail.com>
6103
6104 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
6105 buffers.
6106 (ido-kill-buffer-at-head): Support killing virtual buffers.
6107
369e974d
CY
61082011-04-10 Chong Yidong <cyd@stupidchicken.com>
6109
6110 * minibuffer.el (completion-show-inline-help): New var.
6111 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
6112 (minibuffer-force-complete, minibuffer-complete-word):
6113 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
6114
6115 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
6116 to avoid interference from inline help (Bug#5849).
6117
37f1c930
LL
61182011-04-10 Leo Liu <sdl.web@gmail.com>
6119
099c39a4
JB
6120 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6121 Fix typo.
37f1c930 6122
a32d4040
CY
61232011-04-09 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * image-mode.el (image-toggle-display-image): Signal an error if
6126 not in Image mode.
6127 (image-transform-mode, image-transform-resize)
6128 (image-transform-set-rotation): Doc fix.
daca8ba5 6129 (image-transform-set-resize): Delete.
a32d4040
CY
6130 (image-transform-set-scale, image-transform-fit-to-height)
6131 (image-transform-fit-to-width): Handle image-toggle-display-image
6132 and image-transform-resize directly.
6133
099c39a4 61342011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
6135
6136 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
6137 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
6138 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
6139 (doc-view-mode-map): Add bindings for the new functions.
6140
099c39a4 61412011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 6142
4d61f28d 6143 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
6144 Fix typo in docstring.
6145
3726838a
EZ
61462011-04-08 Eli Zaretskii <eliz@gnu.org>
6147
04f33f1e
EZ
6148 * files.el (file-size-human-readable): Produce one digit after
6149 decimal, like "ls -lh" does.
6150
6151 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
6152 the file size representation.
6153
3726838a
EZ
6154 * simple.el (list-processes): If async subprocesses are not
6155 available, error out with a clear error message.
6156
cbb59342
CY
61572011-04-08 Chong Yidong <cyd@stupidchicken.com>
6158
6159 * help.el (help-form-show): New function, to be called from C.
6160 Put help-form output in a buffer named differently than *Help*.
6161
e3971c44
EZ
61622011-04-08 Eli Zaretskii <eliz@gnu.org>
6163
6164 * files.el (file-size-human-readable): New function.
6165
6166 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
6167 computing the representation inline. Don't require `cl'.
6168
12544bbe
GM
61692011-04-08 Glenn Morris <rgm@gnu.org>
6170
a1de6c6a
GM
6171 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
6172
3c4671f4
GM
6173 * net/browse-url.el (browse-url-firefox):
6174 Test system-type, not system-configuration.
6175
b605679c
GM
6176 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
6177 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
6178 Use log-edit-empty-buffer-p. (Bug#7598)
6179
56442f0c
GM
6180 * net/rlogin.el (rlogin-process-connection-type): Simplify.
6181 (rlogin-mode-map): Initialize in the defvar.
6182 (rlogin): Use ignore-errors.
6183
12544bbe
GM
6184 * replace.el (occur-mode-map): Some fixes for menu items.
6185
eb237b0f
AH
61862011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6187
6188 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
6189
7d668f2c
CY
61902011-04-06 Chong Yidong <cyd@stupidchicken.com>
6191
e67a13ab
CY
6192 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
6193 issuing unused warnings.
6194
6195 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
6196 macro directly.
6197
7d668f2c
CY
6198 * simple.el: Lisp reimplement of list-processes. Based on an
6199 earlier reimplementation by Leo Liu, but using tabulated-list.el.
6200 (process-menu-mode): New major mode.
6201 (list-processes--refresh, list-processes):
6202 (process-menu-visit-buffer): New functions.
6203
6204 * files.el (save-buffers-kill-emacs): Don't assume any return
6205 value of list-processes, which is undocumented anyway.
6206
a83ec3c9
CY
62072011-04-06 Chong Yidong <cyd@stupidchicken.com>
6208
6209 * emacs-lisp/tabulated-list.el: New file.
6210
e91a96fe
CY
6211 * emacs-lisp/package.el: Use Tabulated List mode.
6212 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
6213 (package-menu-mode): Derive from tabulated-list-mode. Set up the
6214 table format using Tabulated List mode variables.
6215 (package--push): New macro, replacing package-list-maybe-add.
6216 (package-menu--generate): Use package--push. Renamed from
6217 package--generate-package-list.
6218 (package-menu-refresh, list-packages): Use it.
daca8ba5 6219 (package-menu--print-info): Rename from package-print-package.
e91a96fe 6220 Return insertion data instead of inserting it directly.
099c39a4
JB
6221 (package-menu-describe-package, package-menu-execute):
6222 Use tabulated-list-get-id.
e91a96fe
CY
6223 (package-menu-mark-delete, package-menu-mark-install)
6224 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
6225 (package-menu-mark-obsolete-for-deletion):
6226 Use tabulated-list-put-tag.
e91a96fe
CY
6227 (package--list-packages, package-menu-revert)
6228 (package-menu-get-package, package-menu-get-version)
6229 (package-menu-sort-by-column): Functions deleted.
6230 (package-menu-package-list, package-menu-sort-key): Vars deleted.
6231 (package-menu--status-predicate, package-menu--version-predicate)
6232 (package-menu--name-predicate)
6233 (package-menu--description-predicate): Handle arguments in the
6234 Tabulated List format.
6235 (package-list-packages-no-fetch): Call list-packages.
6236
3e214b50
JB
62372011-04-06 Juanma Barranquero <lekktu@gmail.com>
6238
6239 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 6240 (after-find-file): Don't bind it.
3e214b50
JB
6241 (revert-buffer-in-progress-p): New variable.
6242 (revert-buffer): Bind it.
6243 Pass nil for `after-find-file-from-revert-buffer'.
6244
6245 * saveplace.el (save-place-find-file-hook): Use new variable
6246 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
6247
3f0f1700
GM
62482011-04-06 Glenn Morris <rgm@gnu.org>
6249
c0274801
GM
6250 * Makefile.in (AUTOGEN_VCS): New variable.
6251 (autoloads): Use $AUTOGEN_VCS.
6252
3f0f1700
GM
6253 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
6254 * calendar/calendar.el (calendar-mode-map):
6255 Check for toolkit scroll bars. (Bug#8305)
6256
41ea9e48
CY
62572011-04-05 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * minibuffer.el (completion-in-region--postch)
6260 (completion-in-region-mode): Remove unnecessary messages.
6261
6194c800
JB
62622011-04-05 Juanma Barranquero <lekktu@gmail.com>
6263
33256f14
JB
6264 * font-lock.el (font-lock-refresh-defaults):
6265 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
6266 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
6267
6194c800
JB
6268 * info.el (Info-directory-list, Info-read-node-name-2)
6269 (Info-split-parameter-string): Doc fixes.
6270 (Info-virtual-nodes): Reflow docstring.
6271 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
6272 (Info-apropos-toc-nodes, info-finder, Info-get-token)
6273 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
6274 Fix typos in docstrings.
6275 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
6276 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
6277 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
6278 (Info-restore-desktop-buffer): Mark unused parameters.
6279 (Info-directory-find-file, Info-directory-find-node)
6280 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
6281 (Info-virtual-index-find-node, Info-apropos-find-file)
6282 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 6283 Mark unused parameters; fix typos in docstrings.
6194c800
JB
6284 (Info-virtual-index): Remove unused local variable `nodename'.
6285
b87a8200 62862011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 6287
b87a8200
DD
6288 * net/rcirc.el: Update my e-mail address.
6289 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 6290
3b2ff876
CY
62912011-04-05 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * startup.el (command-line): Save the cursor's theme-face
6294 directly, instead of using face-override-spec.
6295
6296 * custom.el (load-theme): Minor optimization in assigning faces.
6297
8d17e7ca
JB
62982011-04-04 Juanma Barranquero <lekktu@gmail.com>
6299
6300 * help-fns.el (describe-variable): Complete all variables having
6301 documentation, including keywords.
6302 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
6303
2fbc1934
JB
63042011-04-04 Juanma Barranquero <lekktu@gmail.com>
6305
6306 Convert to lexical-binding.
6307
6308 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
6309 (bs--get-marked-string, bs--get-modified-string)
6310 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6311 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
6312 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
6313
6314 * ehelp.el (electric-help-execute-extended)
6315 (electric-help-ctrl-x-prefix):
6316 * hexl.el (hexl-revert-buffer-function):
6317 * linum.el (linum-after-change, linum-after-scroll):
6318 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
6319
6320 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
6321
74f50695
DU
63222011-04-04 Daiki Ueno <ueno@unixuser.org>
6323
6324 * epa-dired.el:
6325 * epa-mail.el:
6326 * epa-hook.el:
6327 * epa-file.el:
6328 * epa.el:
6329 * epg.el: Use lexical binding.
6330
c11325f7
CY
63312011-04-03 Chong Yidong <cyd@stupidchicken.com>
6332
0d9e9a12
CY
6333 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
6334
c11325f7 6335 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
6336 dictionary case for flyspell-mark-duplications-exceptions.
6337 Use regexp matching for languages.
c11325f7
CY
6338 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
6339 default dictionary (Bug#7926).
6340
da91b5f2
CY
63412011-04-02 Chong Yidong <cyd@stupidchicken.com>
6342
099c39a4
JB
6343 * emacs-lisp/package.el (package--with-work-buffer):
6344 Recognize https URLs.
da91b5f2 6345
099c39a4
JB
6346 * net/network-stream.el: Move from gnus/proto-stream.el.
6347 Change prefix to network-stream throughout.
da91b5f2
CY
6348 (open-protocol-stream): Merge into open-network-stream, leaving
6349 open-protocol-stream as an alias. Handle nil BUFFER args.
6350
6351 * subr.el (open-network-stream): Move to net/network-stream.el.
6352
afa8e9f6
GM
63532011-04-02 Glenn Morris <rgm@gnu.org>
6354
1d2e369d
GM
6355 * find-dired.el (find-exec-terminator): New option.
6356 (find-ls-option): Test for -ls support.
6357 (find-ls-subdir-switches): Test for -b in find-ls-option.
6358 (find-dired, find-grep-dired): Doc fixes.
6359 (find-dired): Use find-exec-terminator.
6360
8abb7da8 6361 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
6362 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
6363 (find-name-arg): Remove purecopy.
8abb7da8 6364
f3ca7378
GM
6365 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
6366 (grep-compute-defaults): Check for `-exec COMMAND +' support.
6367 Set grep-find-use-xargs, grep-find-command, and grep-find-template
6368 accordingly. Don't add the null-device if not needed.
6369
afa8e9f6
GM
6370 * files.el (save-some-buffers): Doc fix.
6371
35eae264
EZ
63722011-04-02 Eli Zaretskii <eliz@gnu.org>
6373
6374 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
6375
26b51db5
JB
63762011-04-01 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
6379 Use `dolist' rather than `mapcar'.
6380
7200d79c
SM
63812011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6382
03408648 6383 Add lexical binding.
7200d79c 6384
03408648
SM
6385 * subr.el (apply-partially): Use new closures rather than CL.
6386 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
6387 (dolist, dotimes): Use slightly different expansion for lexical code.
6388 (functionp): Move to C.
6389 (letrec): New macro.
6390 (with-wrapper-hook): Use it and apply-partially instead of CL.
6391 (eval-after-load): Preserve lexical-binding.
6392 (save-window-excursion, with-output-to-temp-buffer): Turn them
6393 into macros.
7200d79c 6394
03408648
SM
6395 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
6396
6397 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
6398 than the arglist.
6399 (help-add-fundoc-usage): Don't add `Not documented'.
6400 (help-function-arglist): Handle closures, subroutines, and new
6401 byte-code-functions.
6402 (help-make-usage): Remove leading underscores.
6403 (describe-function-1): Handle closures.
6404 (describe-variable): Use special-variable-p for completion.
6405
6406 * files.el (lexical-binding): Declare safe.
f488fb65 6407
03408648
SM
6408 * emacs-lisp/pcase.el: Don't use destructuring-bind.
6409 (pcase--memoize): Rename from pcase-memoize. Change weakness.
6410 (pcase): Add `let' pattern.
6411 Change memoization so it actually works.
6412 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
6413 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
6414 <let>: New case.
f488fb65 6415
03408648
SM
6416 * emacs-lisp/macroexp.el: Use lexical binding.
6417 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
6418 Don't convert ' to #' without checking that it's indeed quoting
6419 a lambda.
6420
6421 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 6422 Use eval-sexp-add-defvars.
03408648
SM
6423 (eval-sexp-add-defvars): New fun.
6424
6425 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
6426
6427 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
6428 Don't autoload.
6429 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
6430 than the internal `byte-compile-lambda'.
6431 (defmethod): Don't hide code under quotes.
6432 (eieio-defmethod): New `code' argument.
6433
6434 * emacs-lisp/eieio-comp.el: Remove.
6435
6436 * emacs-lisp/edebug.el (edebug-eval-defun)
6437 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
6438 (edebug-toggle): Avoid `eval'.
6439
6440 * emacs-lisp/disass.el (disassemble-internal): Handle new
6441 `closure' objects.
6442 (disassemble-1): Handle new byte codes.
6443
6444 * emacs-lisp/cl.el (pushnew): Silence warning.
6445
6446 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
6447 (cl-byte-compile-throw): Remove.
6448 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
6449
6450 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
6451 closures.
6452
6453 * emacs-lisp/cconv.el: New file.
6454
6455 * emacs-lisp/bytecomp.el: Use lexical binding instead of
6456 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
6457 (byte-compile-initial-macro-environment):
6458 Handle declare-function here.
6459 (byte-compile--lexical-environment): New var.
6460 (byte-stack-ref, byte-stack-set, byte-discardN)
6461 (byte-discardN-preserve-tos): New lap codes.
6462 (byte-interactive-p): Don't use any more.
6463 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
6464 New macros.
6465 (byte-compile-lapcode): Use them and handle new lap codes.
6466 (byte-compile-obsolete): Remove.
6467 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
6468 (byte-compile-arglist-warn): Check late def of inlinable funs.
6469 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
6470 since they should have been expanded by now.
6471 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
6472 (byte-compile-from-buffer): Remove unused second arg.
6473 (byte-compile-preprocess): New function.
6474 (byte-compile-toplevel-file-form): New function to distinguish
6475 file-form calls from outside from file-form calls from hunk-handlers.
6476 (byte-compile-file-form): Simplify.
6477 (byte-compile-file-form-defsubst): Remove.
6478 (byte-compile-file-form-defmumble): Simplify now that
6479 byte-compile-lambda always returns a byte-code-function.
6480 (byte-compile): Preprocess.
6481 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
6482 Remove, not used any more.
6483 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
6484 (byte-compile-make-args-desc): New funs.
6485 (byte-compile-lambda): Handle lexical functions. Always return
6486 a byte-code-function.
6487 (byte-compile-reserved-constants): New var, to make up room for
6488 closed-over variables.
6489 (byte-compile-constants-vector): Obey it.
6490 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
6491 (byte-compile-macroexpand-declare-function): New function.
6492 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
6493 byte-code-functions.
6494 (byte-compile-form): Check obsolescence here.
6495 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
6496 (byte-compile-variable-ref): Remove.
6497 (byte-compile-dynamic-variable-op): New fun.
6498 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6499 (byte-compile-variable-set): New funs.
6500 (byte-compile-discard): Add 2 args.
6501 (byte-compile-stack-ref, byte-compile-stack-set)
6502 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
6503 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
6504 macroexpand-all instead.
6505 (byte-compile-quote-form): Remove.
6506 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
6507 (byte-compile-bind, byte-compile-unbind): New funs.
6508 (byte-compile-let): Handle let* and lexical binding.
6509 (byte-compile-let*): Remove.
6510 (byte-compile-catch, byte-compile-unwind-protect)
6511 (byte-compile-track-mouse, byte-compile-condition-case):
6512 Handle a new :fun-body form, used for lexical scoping.
6513 (byte-compile-save-window-excursion)
6514 (byte-compile-with-output-to-temp-buffer): Remove.
6515 (byte-compile-defun): Simplify.
6516 (byte-compile-stack-adjustment): New fun.
6517 (byte-compile-out): Use it.
6518 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
6519
6520 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
6521 handler any more.
6522
6523 * emacs-lisp/byte-opt.el: Use lexical binding.
6524 (byte-inline-lapcode): Remove (to bytecomp).
6525 (byte-compile-inline-expand): Pay attention to inlining to/from
6526 lexically bound code.
6527 (byte-compile-unfold-lambda): Don't handle byte-code-functions
6528 any more.
6529 (byte-optimize-form-code-walker): Don't handle save-window-excursion
6530 any more and don't call compiler-macros.
6531 (byte-compile-splice-in-already-compiled-code): Remove.
6532 (byte-code): Don't inline any more.
6533 (disassemble-offset): Receive `bytes' as argument rather than via
6534 dynamic scoping.
6535 (byte-compile-tag-number): Declare before first use.
6536 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
6537 `return' even if make-spliceable.
6538 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
6539 obsolete interactive-p.
6540 (byte-optimize-lapcode): Optimize new lap-codes.
6541 Don't trip up on new form of `byte-constant' lap code.
6542
6543 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
6544
6545 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
6546
6547 * custom.el (custom-initialize-default, custom-declare-variable):
6548 Use `defvar'.
6549
6550 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
6551 New variables.
6552 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
6553 (COMPILE_FIRST): Add macroexp and cconv.
6554 * makefile.w32-in: Mirror changes in Makefile.in.
6555
6556 * vc/cvs-status.el:
6557 * vc/diff-mode.el:
6558 * vc/log-edit.el:
6559 * vc/log-view.el:
6560 * vc/smerge-mode.el:
6561 * textmodes/bibtex-style.el:
6562 * textmodes/css.el:
6563 * startup.el:
6564 * uniquify.el:
da91b5f2
CY
6565 * minibuffer.el:
6566 * newcomment.el:
6567 * reveal.el:
6568 * server.el:
6569 * mpc.el:
6570 * emacs-lisp/smie.el:
6571 * doc-view.el:
6572 * dired.el:
03408648
SM
6573 * abbrev.el: Use lexical binding.
6574
0f0c1f27
EZ
65752011-04-01 Eli Zaretskii <eliz@gnu.org>
6576
6577 * info.el (info-display-manual): New function.
6578
c82b2579
SM
65792011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
6582
221ddf68
TH
65832011-03-31 Tassilo Horn <tassilo@member.fsf.org>
6584
6585 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 6586 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 6587
cba6e77e
GM
65882011-03-31 Glenn Morris <rgm@gnu.org>
6589
e040639f
GM
6590 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
6591
cba6e77e
GM
6592 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
6593
6d0f1c9e
CS
65942011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
6595
6596 * progmodes/python.el (python-default-interpreter)
6597 (python-python-command-args, python-jython-command-args)
6598 (python-which-shell, python-which-args, python-which-bufname)
6599 (python-file-queue, python-comint-output-filter-function)
6600 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
6601 variables and functions.
6602
3e2d70fd
SM
66032011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
6606 (completion-in-region-mode): New minor mode.
6607 (completion-in-region): Use it.
6608 (completion-in-region--data, completion-in-region-mode-map): New vars.
6609 (completion-in-region--postch): New function.
6610 (completion--capf-misbehave-funs, completion--capf-safe-funs):
6611 New vars.
6612 (completion--capf-wrapper): New function.
6613 (completion-at-point): Use it to track well-behavedness of
6614 hook functions.
6615 (completion-help-at-point): New command.
6616
f3e4086c
JM
66172011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
6618
6619 * vc/add-log.el (add-change-log-entry): Don't use whitespace
6620 syntax class to search for whitespace on a single line
6621 (Message-ID: <4D938140.4030905@redhat.com>).
6622
eb7ffc14
LL
66232011-03-30 Leo Liu <sdl.web@gmail.com>
6624
6625 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
6626 New commands.
6627 (edit-abbrevs-map): Bind them here.
6628 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
6629
d806ab68
KM
66302011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
6631
6632 * allout.el (allout-hide-by-annotation, allout-flag-region):
6633 Reduce possibility of overlay leakage by making them volatile.
6634
6635 * allout-widgets.el (allout-widgets-tally): Define as nil so the
6636 hash is not shared between buffers. Mode initialization is
6637 responsible for giving it a useful starting value.
6638 (allout-item-span): Reduce possibility of overlay leakage by
6639 making them volatile.
6640 (allout-widgets-count-buttons-in-region): Add diagnostic function
6641 for tracking down button overlay leaks.
6642
ea622834
LL
66432011-03-29 Leo Liu <sdl.web@gmail.com>
6644
6645 * ido.el (ido-read-internal): Use the default history var
6646 minibuffer-history if no HISTORY is specified.
6647
b62f8267
G
66482011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
6649
03408648
SM
6650 * net/imap.el (imap-shell-open, imap-process-connection-type):
6651 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
6652 Kerberos, SSL, other subprocesses.
6653
947b6566
LL
66542011-03-28 Leo Liu <sdl.web@gmail.com>
6655
6656 * abbrev.el (abbrev-table-empty-p): New function.
6657 (prepare-abbrev-list-buffer): Place empty abbrev tables after
6658 nonempty ones. (Bug#5937)
6659
5ffb62aa
JD
66602011-03-27 Jan Djärv <jan.h.d@swipnet.se>
6661
6662 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
6663
7a097943
LL
66642011-03-27 Leo Liu <sdl.web@gmail.com>
6665
6666 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
6667 for foreground and background colors.
6668 (ansi-color-make-color-map): Adapt.
6669
c5b40130
LL
66702011-03-25 Leo Liu <sdl.web@gmail.com>
6671
1f48f7d2
LL
6672 * midnight.el (midnight-time-float): Remove. Note it calculates
6673 the microsecond component incorrectly and seconds-to-time does the
6674 same job.
625897ec 6675 Remove redundant (require 'timer).
1f48f7d2 6676
c5b40130
LL
6677 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
6678 (ido-completions): Remove unused arguments. (Bug#8329)
6679
d86d2721
SM
66802011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6681
6682 * minibuffer.el (completion--flush-all-sorted-completions):
6683 Remove itself from hook.
6684 (completion-at-point): Let the functions perform the completion
6685 immediately and return nil or t.
6686 * comint.el (comint-dynamic-complete-functions): Now identical to
6687 completion-at-point-functions.
6688 (comint-dynamic-list-input-ring): Remove unused var `index'.
6689 (comint--match-partial-filename, comint--unquote&expand-filename):
6690 New funs, split from comint-match-partial-filename.
6691 (comint-dynamic-complete): Use completion-at-point.
6692 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
6693
e8974c48
DA
66942011-03-24 Drew Adams <drew.adams@oracle.com>
6695
6696 * thingatpt.el: Support `defun'.
6697
def71b5e
LL
66982011-03-23 Leo Liu <sdl.web@gmail.com>
6699
cb5af48e
LL
6700 * abbrevlist.el: Move to obsolete/abbrevlist.el.
6701
def71b5e
LL
6702 * help-mode.el (help-mode-finish): Tweak regexp.
6703
927c53e7
GM
67042011-03-23 Glenn Morris <rgm@gnu.org>
6705
18d05bed
GM
6706 * eshell/esh-opt.el (eshell-eval-using-options):
6707 Do not bind unused local variable `eshell-option-stub'.
6708
927c53e7
GM
6709 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
6710
9d0da923
JB
67112011-03-22 Juanma Barranquero <lekktu@gmail.com>
6712
6713 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
6714 keymap variable in `with-no-warnings' to avoid a warning when the
6715 keymap has been already `defconst'ed.
6716
4b978a67
LL
67172011-03-22 Leo Liu <sdl.web@gmail.com>
6718
6719 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
6720 encode all chars in abbrevs; otherwise use emacs-mule or
6721 utf-8-emacs. (Bug#8308)
6722
5fd62452
JB
67232011-03-22 Juanma Barranquero <lekktu@gmail.com>
6724
0b1596c6
JB
6725 * simple.el (backward-delete-char-untabify):
6726 Avoid warning about using `delete-backward-char'.
6727
5fd62452
JB
6728 * image.el (image-type-file-name-regexps): Make it variable.
6729 `imagemagick-register-types' modifies it, and the user may want
6730 to add new extensions for known image types.
6731 (imagemagick-register-types): Throw error if not using ImageMagick.
6732
0b4e93f1
LL
67332011-03-22 Leo Liu <sdl.web@gmail.com>
6734
6735 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
6736 located before rcirc-prompt-end-marker.
6737 (rcirc-complete): Error if point is not after rcirc prompt.
6738 Handle the case when table is nil.
9882e214 6739 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 6740
fccee4ab
CY
67412011-03-22 Chong Yidong <cyd@stupidchicken.com>
6742
6743 * custom.el (custom--inhibit-theme-enable): Make it affect only
6744 custom-theme-set-variables and custom-theme-set-faces.
6745 (provide-theme): Ignore custom--inhibit-theme-enable.
6746 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
6747 (custom-enabling-themes): Delete variable.
d86d2721
SM
6748 (enable-theme): Accept only loaded themes as arguments.
6749 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
6750 (custom-enabled-themes): Forbid themes from setting this.
6751 Eliminate use of custom-enabling-themes.
6752 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 6753
af896da6
LL
67542011-03-21 Leo Liu <sdl.web@gmail.com>
6755
6756 * ido.el (ido-read-internal): Add ido-selected to history instead
6757 of user input.
6758
78f64af0
SM
67592011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * subr.el (deferred-action-list, deferred-action-function):
6762 Mark obsolete.
6763
b16ac1ec
LL
67642011-03-21 Leo Liu <sdl.web@gmail.com>
6765
810f7698
LL
6766 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
6767 change on 2011-02-13 (bug#8309).
6768
b16ac1ec
LL
6769 * minibuffer.el (read-file-name-function): Change default value.
6770 (read-file-name--defaults): Rename from read-file-name-defaults.
6771 (read-file-name-default): Rename from read-file-name.
6772 (read-file-name): Call read-file-name-function.
6773
4e05e67e
GM
67742011-03-21 Glenn Morris <rgm@gnu.org>
6775
6776 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
6777 Doc fixes.
6778
4359915b
CY
67792011-03-21 Chong Yidong <cyd@stupidchicken.com>
6780
6781 * cus-theme.el: Add missing provide statement.
6782 (customize-create-theme): Extract theme value correctly.
6783 (custom-theme-visit-theme): Autoload.
6784 (customize-create-theme): Prompt before inserting default faces.
6785
1fe275ee
JB
67862011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
6787
6788 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
6789 units and musical notes.
6790
3ec03f7e
LL
67912011-03-20 Leo <sdl.web@gmail.com>
6792
6793 * ido.el (ido-read-internal): Use completing-read-default.
6794 (ido-completing-read): Fix compatibility with completing-read.
6795
7d476bde
CO
67962011-03-20 Christian Ohler <ohler@gnu.org>
6797
6798 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
6799 (ert-delete-all-tests): Use `called-interactively-p' rather than
6800 `interactive-p'.
6801 (ert--make-xrefs-region): Respect END.
6802
fe0fb33e
CY
68032011-03-19 Chong Yidong <cyd@stupidchicken.com>
6804
ff854b0b
CY
6805 * dired-aux.el (dired-create-directory): Signal an error if the
6806 directory already exists (Bug#8246).
6807
fe0fb33e
CY
6808 * facemenu.el (list-colors-display): Call list-faces-display
6809 inside with-help-window.
6810 (list-colors-print): Use display property to align the final
6811 column, instead of checking window-width.
6812
576bce32
EZ
68132011-03-19 Eli Zaretskii <eliz@gnu.org>
6814
4d61f28d 6815 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
6816 windows-nt systems.
6817 (emerge-protect-metachars): Quote correctly for ms-dos and
6818 windows-nt systems.
6819
89c41d68 68202011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
6821
6822 * info.el (info-initialize): Replace all uses of `:' with
6823 path-separator for compatibility with non-Unix systems.
6824 Cache quoting of path-separator. (Bug#8258)
6825
b14e3e21 68262011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
6827
6828 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
6829 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
6830 (mouse-avoidance-mode): Fix typos in docstrings.
6831
4525ce3e
CY
68322011-03-19 Chong Yidong <cyd@stupidchicken.com>
6833
6834 * startup.el (package-subdirectory-regexp): Move from package.el.
6835 Omit \\` and \\', and let callers add them.
6836
6837 * emacs-lisp/package.el (package-strip-version)
6838 (package-load-all-descriptors): Add \\` and \\' to
6839 package-subdirectory-regexp before using it.
6840 (package-untar-buffer): New arg DIR; ensure that file untars only
6841 into this expected directory. Remove superfluous delete-region.
6842 (package-unpack): Caller changed.
6843 (package-tar-file-info): Use package-subdirectory-regexp.
6844
a904a09a 68452011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 6846
a904a09a
SM
6847 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
6848 diff-mode-shared-map (bug#8284).
6849 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
6850
68512011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6852
6853 * calendar/time-date.el (format-seconds): Use assoc instead of
6854 assoc-string, since assoc-string doesn't exist in XEmacs.
6855
171fc304
JB
68562011-03-17 Juanma Barranquero <lekktu@gmail.com>
6857
6858 * custom.el (custom-known-themes): Reflow docstring.
6859 (custom-theme-load-path): Fix typo in docstring.
6860 (load-theme): Fix typo in error message.
6861 (custom-available-themes, custom-variable-theme-value):
6862 Use `let', not `let*'.
6863
d71990a1
JB
68642011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
6865
6866 * calc/README: Mention inclusion of musical notes.
6867
6868 * calc/calc-units.el (calc-lu-quant): Rename from
6869 `calc-logunits-quantity'.
6870 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
6871 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
6872 (calc-db): Rename from `calc-dblevel'.
6873 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
6874 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
6875 (calc-np): Rename from `calc-nplevel'.
6876 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
6877 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
6878 (calc-lu-plus): Rename from `calc-logunits-add'.
6879 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
6880 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
6881 (calc-lu-minus): Rename from `calc-logunits-sub'.
6882 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
6883 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
6884 (calc-lu-times): Rename from `calc-logunits-mul'.
6885 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
6886 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
6887 (calc-lu-divide): Rename from `calc-logunits-div'.
6888 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
6889 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
6890
6891 * calc/calc-ext.el (calc-init-extensions): Update the names of the
6892 functions being autoloaded.
6893
6894 * calc/calc.el (calc-lu-power-reference): Rename from
6895 `calc-logunits-power-reference'.
6896 (calc-lu-field-reference): Rename from
6897 `calc-logunits-field-reference'.
6898
6899 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
6900
40c2934b
SM
69012011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * minibuffer.el (completion-all-sorted-completions):
6904 Use :completion-cycle-penalty text property if present.
6905
b0911414
KM
69062011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
6907
6908 * allout.el (allout-yank-processing): Adjust for new rebulleting
6909 regime so bullet being yanked is used without prompting the user
6910 for a choice.
6911
8a05b668
JB
69122011-03-16 Juanma Barranquero <lekktu@gmail.com>
6913
6914 * startup.el (command-line): Warn the user that _emacs is deprecated.
6915
5ba5fb81
JB
69162011-03-16 Juanma Barranquero <lekktu@gmail.com>
6917
6918 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
6919 (delphi-verbose, delphi-comment-face, delphi-string-face)
6920 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
6921 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
6922 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
6923 (delphi-new-comment-line, delphi-font-lock-defaults)
6924 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
6925 Fix typos in docstrings.
6926
2dab465b
KM
69272011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
6928
5ba5fb81 6929 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
6930 Invert the roles of character and string values for INSTEAD, so a
6931 string is used for the more common case of a defaulting prompt.
6932
0adf5618
SM
69332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * progmodes/ruby-mode.el (ruby-backward-sexp):
6936 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
6937 * play/gamegrid.el (gamegrid-make-face):
6938 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
6939 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
6940 * notifications.el (notifications-notify):
6941 * net/xesam.el (xesam-search-engines):
6942 * net/quickurl.el (quickurl-list-insert):
6943 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
6944
d72700e5
CY
69452011-03-15 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * startup.el (command-line): Update package subdirectory regexp.
6948
49c5410a
SM
69492011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6950
c6eee9aa
SM
6951 * allout.el (allout-abbreviate-flattened-numbering)
6952 (allout-mode-deactivate-hook): Fix up obsolescence "date".
6953
49c5410a
SM
6954 * subr.el (read-char-choice): Only show the cursor after the prompt,
6955 not after the answer.
6956
047b2bb9
KR
69572011-03-15 Kevin Ryde <user42@zip.com.au>
6958
6959 * help-fns.el (variable-at-point): Skip leading quotes, if any
6960 (bug#8253).
6961
0a57d256
SM
69622011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
6965 warning message.
6966
77c992bc
MA
69672011-03-14 Michael Albinus <michael.albinus@gmx.de>
6968
6969 * shell.el (shell): When called interactively, offer to change the
6970 shell file name on remote hosts.
6971
eebc475d
TZ
69722011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6973
6974 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
6975 integration for LDAP parameters. The host, base, user or binddn,
6976 and secret tokens can be specified in a netrc file, for instance.
6977 This is optional because an `auth-source' parameter must be
6978 specified in the search attributes.
6979
9d05d1ba
JB
69802011-03-13 Juanma Barranquero <lekktu@gmail.com>
6981
6982 * help.el (describe-mode): Link to the mode's definition (bug#8185).
6983
09d9db2c
GM
69842011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
6987 into declaration. Remove redundant and harmful binding.
6988
69892011-03-12 Eli Zaretskii <eliz@gnu.org>
6990
6991 * files.el (file-ownership-preserved-p): Pass `integer' as an
6992 explicit 2nd argument to `file-attributes'. If the file's owner
6993 is the Administrators group on Windows, and the current user is
6994 Administrator, consider that a match.
6995
6996 * server.el (server-ensure-safe-dir): Consider server directory
6997 safe on MS-Windows if its owner is the Administrators group while
6998 the current Emacs user is Administrator. Use `=' to compare
6999 numerical UIDs, since they could be integers or floats.
7000
219bd536
JB
70012011-03-12 Juanma Barranquero <lekktu@gmail.com>
7002
7003 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
7004
f3afd36b
MA
70052011-03-12 Michael Albinus <michael.albinus@gmx.de>
7006
7007 Sync with Tramp 2.2.1.
7008
7009 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
7010
7011 * net/trampver.el: Update release number.
7012
3aaaa6f1
SM
70132011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7014
94642599
SM
7015 * progmodes/compile.el (compilation--previous-directory): Fix up
7016 various nil/dead-marker mismatches (bug#8014).
7017 (compilation-directory-properties, compilation-error-properties):
7018 Don't call it at a position past the one we're about to change.
7019
3aaaa6f1
SM
7020 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
7021 Disable obsolescence warnings in the file that declares it.
7022
14239447
KM
70232011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
7024
099c39a4
JB
7025 * allout-widgets.el (allout-widgets-tally):
7026 Initialize allout-widgets-tally as a hash table rather than nil to
7027 prevent mode-line redisplay warnings. Also, clarify the module
7028 description and fix a comment typo.
14239447 7029
135e287c
JB
70302011-03-11 Juanma Barranquero <lekktu@gmail.com>
7031
7032 * help-fns.el (describe-variable): Don't complete keywords.
7033 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
7034
ffbf300e
CY
70352011-03-10 Chong Yidong <cyd@stupidchicken.com>
7036
ba08b241
CY
7037 * emacs-lisp/package.el (package-version-join): Impose a standard
7038 string representation for pre/alpha/beta version lists.
7039 (package-unpack-single): Standardize the directory name by passing
7040 it through package-version-join.
7041 (package-strip-rcs-id): Accept any version string that does not
7042 signal an error in version-to-list.
ffbf300e 7043
f346fd6b
MA
70442011-03-10 Michael Albinus <michael.albinus@gmx.de>
7045
7046 * simple.el (delete-trailing-whitespace): Return nil for the
7047 benefit of `write-file-functions'.
7048
ccb55d27
GM
70492011-03-10 Glenn Morris <rgm@gnu.org>
7050
5ceaac0c
GM
7051 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
7052
02da65ff
GM
7053 * vc/vc-git.el (vc-git-program): New option.
7054 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
7055 (vc-git--call): Use it.
7056
b2f603cc
GM
7057 * eshell/esh-util.el (eshell-condition-case): Doc fix.
7058
5772caab
GM
7059 * cus-edit.el (Custom-newline): If no button at point, look
7060 for a subgroup button at start-of-line. (Bug#2298)
7061
ccb55d27
GM
7062 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
7063
ec6ecaed
JD
70642011-03-10 Julien Danjou <julien@danjou.info>
7065
7066 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
7067 `cursor-type' is nil.
7068
9d5aa01d
JB
70692011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
7070
7071 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
7072
b6a5875b
KM
70732011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
7074
7075 * allout.el Summary: Change so yank of distinctive-bullet items
7076 preserves the existing header prefix, rebulleting it if necessary,
7077 rather than replacing it. This is necessary for proper operation
7078 of cooperative addons like allout-widgets.
219bd536 7079 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
7080 SOLICIT arg to INSTEAD, and interpret additionally a string value
7081 as alternate bullet to be used, instead of prompting the user for
7082 a bullet character.
7083
ee545c35
MA
70842011-03-09 Michael Albinus <michael.albinus@gmx.de>
7085
d86d2721
SM
7086 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7087 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
7088 `tramp-default-port'.
7089
c47971d7
DD
70902011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7091
7092 * net/rcirc.el (rcirc-handler-001): Remove useless
7093 with-rcirc-process-buffer.
7094 (rcirc-check-auth-status): Swap arguments to string-match.
7095
13522cb4
GM
70962011-03-09 Glenn Morris <rgm@gnu.org>
7097
0be6f4f1
GM
7098 * shell.el (shell-mode):
7099 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
7100
13522cb4
GM
7101 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
7102 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
7103
515de2e3
CY
71042011-03-08 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * emacs-lisp/package.el (package-refresh-contents)
7107 (package-menu-execute): Use condition-case-no-debug.
7108
b511b994
MA
71092011-03-08 Michael Albinus <michael.albinus@gmx.de>
7110
7111 * simple.el (shell-command-to-string): Use `process-file'.
7112
7113 * emacs-lisp/package.el (package-tar-file-info): Handle also
7114 remote files.
7115
d86d2721
SM
7116 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7117 Use `equal' for upload base check.
b511b994 7118
25bbfb31
AM
71192011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
7120
7121 * textmodes/texinfo.el (texinfo-environments):
7122 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
7123
be996521
GM
71242011-03-08 Glenn Morris <rgm@gnu.org>
7125
e9c8529f
GM
7126 * cus-start.el (cursor-in-non-selected-windows):
7127 Fix :set quoting oddness. (Bug#8192)
7128
be996521
GM
7129 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
7130 in some setf expressions. (Bug#2159)
7131
2bb5649e
CY
71322011-03-08 Chong Yidong <cyd@stupidchicken.com>
7133
7134 * custom.el (custom-available-themes): Return themes in
7135 alphabetical order.
7136
33383987 7137See ChangeLog.15 for earlier changes.
e3d51b27
MR
7138
7139;; Local Variables:
7140;; coding: utf-8
e3d51b27
MR
7141;; End:
7142
33383987 7143 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
7144
7145 This file is part of GNU Emacs.
7146
7147 GNU Emacs is free software: you can redistribute it and/or modify
7148 it under the terms of the GNU General Public License as published by
7149 the Free Software Foundation, either version 3 of the License, or
7150 (at your option) any later version.
7151
7152 GNU Emacs is distributed in the hope that it will be useful,
7153 but WITHOUT ANY WARRANTY; without even the implied warranty of
7154 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7155 GNU General Public License for more details.
7156
7157 You should have received a copy of the GNU General Public License
7158 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.