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