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