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