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