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