]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix bug #9392 with rmail-forward.
[gnu-emacs] / lisp / ChangeLog
1 2011-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
19 2011-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)
23 (woman-special-characters): Add oq, cq, and hy characters.
24
25 2011-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
30 2011-09-08 Leo Liu <sdl.web@gmail.com>
31
32 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
33
34 2011-09-08 Juri Linkov <juri@jurta.org>
35
36 * progmodes/compile.el (compilation-environment): Make it
37 a defcustom (bug#8340).
38
39 2011-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
44 for deleting window/frame. (Bug#9419)
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
48 argument t. (Bug#9456)
49
50 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
51
52 * help-mode.el (help-mode): Restore autoload.
53
54 2011-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
65 2011-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
73 2011-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
78 2011-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
83 2011-09-07 Leo Liu <sdl.web@gmail.com>
84
85 * net/rcirc.el (rcirc-mode): Conditionally initialize
86 rcirc-input-ring.
87
88 2011-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
94 2011-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
99 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
100
101 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
102
103 2011-09-05 Juri Linkov <juri@jurta.org>
104
105 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
106
107 2011-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
117 2011-09-05 Juri Linkov <juri@jurta.org>
118
119 * subr.el (y-or-n-p): Capitalize "yes".
120
121 2011-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
137 2011-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
145 2011-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
153 2011-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
159 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
160
161 * help.el (help-return-method): Doc fix.
162
163 2011-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
171 2011-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
177 2011-09-03 Leo Liu <sdl.web@gmail.com>
178
179 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
180
181 2011-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
198 2011-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
213 2011-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
218 2011-09-01 Eli Zaretskii <eliz@gnu.org>
219
220 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
221
222 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
223
224 * window.el (display-buffer): Restore interactive spec.
225 (display-buffer-same-window, display-buffer-other-window):
226 New functions.
227 (pop-to-buffer-1): New function. Use the above.
228 (pop-to-buffer, pop-to-buffer-same-window): Use it.
229 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
230
231 * view.el (view-buffer-other-window, view-buffer-other-frame):
232 Just use pop-to-buffer.
233
234 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
235
236 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
237
238 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
239
240 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
241
242 2011-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
250 2011-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)
280 (special-display-regexps, special-display-function):
281 In doc-string refer to display-buffer-window and quit-restore
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)
292 (window--display-buffer-2, display-buffer-other-frame):
293 Restore old Emacs 23 code, order and doc-strings where applicable.
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.
305 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
306 Rewrite using Emacs 23 options.
307
308 2011-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)
315 (tramp-drop-volume-letter): Simplify definition.
316 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
317
318 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
321 (bug#9356).
322
323 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
324
325 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
326
327 2011-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
332 2011-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
337 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
338
339 * help-mode.el (help-mode-map): Add special-mode-map to parent.
340 (help-mode): Derive help-mode from special-mode. Don't invoke
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
346 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
347
348 * server.el (server-port): Doc fix.
349
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
354 2011-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
363 2011-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
368 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
371
372 2011-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
377 2011-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
383 2011-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
388 2011-08-27 Glenn Morris <rgm@gnu.org>
389
390 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
391
392 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
393
394 * emacs-lisp/package.el (package-install): Call package-initialize
395 if called interactively.
396
397 2011-08-26 Leo Liu <sdl.web@gmail.com>
398
399 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
400
401 2011-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
406 2011-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
412 2011-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
417 2011-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
423 2011-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
428 2011-08-25 Deniz Dogan <deniz@dogan.se>
429
430 * net/quickurl.el: Documentation typo fixes.
431
432 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
433
434 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
435
436 2011-08-25 Glenn Morris <rgm@gnu.org>
437
438 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
439
440 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
441 (smtpmail-via-smtp): Handle nil response from smtp.
442
443 2011-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
456 2011-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
461 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
462
463 * window.el (quit-window): Rename from quit-restore-window.
464 Use same arglist as old quit-window.
465 (frame-auto-delete): Doc fix.
466
467 * view.el (view-mode-exit): Use quit-window.
468
469 2011-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
478 2011-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
485 2011-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
493 2011-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
498 2011-08-23 Eli Zaretskii <eliz@gnu.org>
499
500 * cus-start.el (all): Add entry for bidi-paragraph-direction.
501
502 * international/uni-bidi.el: Regenerated.
503
504 2011-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
522 2011-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
527 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
530 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
531
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
537 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
540 strings and comments (bug#9333).
541
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
546 2011-08-22 Juri Linkov <juri@jurta.org>
547
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
552 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
553 to check for empty output (bug#9226).
554
555 2011-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
561 2011-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.
566 (smtpmail-try-auth-methods): Expand the secret password.
567 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
568 probe hangs.
569
570 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
571
572 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
573
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
580 2011-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
585 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
586
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
593 * progmodes/compile.el (compilation-error-properties):
594 Fix confusion between file struct and message struct (Bug#9319).
595 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
596 `ant' regexp.
597
598 * net/browse-url.el (browse-url-firefox): Don't call
599 browse-url-firefox-sentinel unless using -remote (Bug#9328).
600
601 2011-08-20 Glenn Morris <rgm@gnu.org>
602
603 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
604
605 * tutorial.el (tutorial--default-keys): Update some default bindings.
606
607 * files.el (hack-local-variables): Fully ignore case for "mode:".
608
609 2011-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
623 2011-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
628 2011-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
647 2011-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
653 2011-08-19 Glenn Morris <rgm@gnu.org>
654
655 * files.el (hack-local-variables-prop-line, hack-local-variables):
656 Downcase "Mode:". (Bug#9331)
657
658 2011-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
667 2011-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
682 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
683
684 * mail/smtpmail.el (auth-source): Require to avoid problems with
685 binding variables (bug#9298). Also clean up some unused
686 autoloads.
687
688 * net/network-stream.el (network-stream-open-starttls):
689 Support using starttls.el without using gnutls-cli.
690
691 2011-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
696 2011-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
702 2011-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
712 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
713
714 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
715
716 2011-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
721 2011-08-16 Richard Stallman <rms@gnu.org>
722
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
731 * mail/rmail.el (rmail-epa-decrypt): New command.
732
733 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
734 Don't bind buffer-read-only, just inhibit-read-only.
735 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
736 (epa-decrypt-armor-in-region): Make error message clearer.
737
738 2011-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
743 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
744
745 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
746 filter groups.
747 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
748 Fourquet (Bug#8804).
749
750 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
751
752 * startup.el (argi): Declare as global variable (bug#9275).
753
754 2011-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
759 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
760
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
769 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
770
771 2011-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
779 2011-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
787 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
788 Use string-mark-left-to-right.
789 (tabulated-list-print): Recenter after moving point.
790
791 2011-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
797 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
798
799 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
800 (Bug#7554).
801
802 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
803
804 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
805 character. (Bug#6594)
806
807 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
808
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
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
822 2011-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
835 2011-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
844 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
847 of statements and in a few more cases (bug#9183).
848
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
853 2011-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
863 2011-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
869 2011-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
876 2011-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
881 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
882
883 * mail/sendmail.el (sendmail-query-once): Restore the current
884 buffer after querying (bug#9074).
885
886 * dired.el (dired-flagged): Use different faces for marked and
887 flagged files (bug#6117).
888
889 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
890 (bug#4433).
891
892 * ido.el (ido-mode): Switch off the message if called
893 non-interactively.
894
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
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
903 * info.el: Remove the `Info-beginning-of-buffer' function
904 (bug#8325).
905
906 * net/network-stream.el (network-stream-open-starttls):
907 Use `starttls-available-p' to see whether starttls.el can be used.
908
909 2011-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)
915 (display-buffer-in-side-window): Set dedicated status of window here.
916
917 2011-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
922 2011-08-01 Deniz Dogan <deniz@dogan.se>
923
924 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
925
926 2011-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
932 2011-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
939 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
940
941 * simple.el (goto-line): Use string-to-number to provide a
942 numeric argument to read-number (bug#9163).
943
944 2011-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
949 2011-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
957 2011-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
969 * progmodes/cc-engine.el (c-beginning-of-statement-1):
970 Refactor and enhance to handle bitfield declarations.
971 (c-punctuation-in): New function.
972 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
973 declarations properly.
974
975 2011-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.
979 (icalendar--convert-float-to-ical): Checkdoc fixes.
980
981 2011-07-25 Deniz Dogan <deniz@dogan.se>
982
983 * image.el (insert-image): Clarifying docstring.
984
985 2011-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
991 2011-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
1002 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
1003
1004 * net/tramp.el (tramp-file-name-handler): Avoid recursive
1005 loading. (Bug#9114)
1006
1007 2011-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
1013 buffer so `fit-window-to-buffer' and friends work on the right buffer.
1014
1015 2011-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
1022 2011-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
1027 2011-07-19 Roland Winkler <winkler@gnu.org>
1028
1029 * proced.el (proced-send-signal): For *Marked Processes* buffer
1030 put point at beginning of buffer.
1031
1032 2011-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
1037 2011-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
1042 2011-07-19 Martin Rudalics <rudalics@gmx.at>
1043
1044 * window.el (display-buffer-alist-of-strings-p)
1045 (display-buffer-alist-set-1, display-buffer-alist-set-2):
1046 New functions.
1047 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
1048 more accurately.
1049
1050 2011-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
1057 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1058 New function.
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
1066 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1067
1068 * image.el (put-image): Doc typo fix.
1069
1070 * progmodes/etags.el (tags-search): Doc typo fix.
1071
1072 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
1073 password if we get errors 550 to 554.
1074
1075 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1076
1077 * net/gnutls.el (gnutls-log-level): Remove.
1078
1079 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
1080 indentation character (bug#6380).
1081
1082 * files.el (buffer-offer-save): Made permanently local (bug#6241).
1083
1084 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
1085 to clarify what the problem is (bug#4291).
1086
1087 * simple.el (current-kill): Clarify what
1088 `interprogram-paste-function' does (bug#7500).
1089 (auto-fill-mode): Document `auto-fill-function' in relation to
1090 `auto-fill-mode' (bug#2470).
1091
1092 2011-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
1097 2011-07-16 Martin Rudalics <rudalics@gmx.at>
1098
1099 * frame.el (select-frame-set-input-focus): New argument NORECORD.
1100 * window.el (pop-to-buffer): Select window used even if it was
1101 selected before, see discussion of (Bug#8615), (Bug#6954).
1102 Pass argument NORECORD on to select-frame-set-input-focus.
1103
1104 2011-07-15 Glenn Morris <rgm@gnu.org>
1105
1106 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
1107 Respect help-form.
1108
1109 2011-07-09 Lawrence Mitchell <wence@gmx.li>
1110
1111 * net/gnutls.el (gnutls-min-prime-bits): New variable.
1112 (gnutls-negotiate): Use it.
1113
1114 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1115
1116 * net/gnutls.el (gnutls-negotiate):
1117 Upcase `gnutls-algorithm-priority'.
1118
1119 2011-07-15 Glenn Morris <rgm@gnu.org>
1120
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.
1125
1126 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1127
1128 * net/gnutls.el (gnutls-algorithm-priority): New variable.
1129 (gnutls-negotiate): Use it.
1130
1131 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
1132
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).
1136 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
1137
1138 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
1139
1140 * international/mule-cmds.el
1141 (describe-specified-language-support): Make the error message
1142 clearer (bug#8905).
1143
1144 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
1145
1146 * isearch.el (isearch-barrier): Add a doc string, since it's
1147 mentioned in a function doc string (bug#8678).
1148
1149 2011-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
1154 2011-07-15 Glenn Morris <rgm@gnu.org>
1155
1156 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
1157
1158 2011-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
1163 2011-07-14 Eli Zaretskii <eliz@gnu.org>
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.
1170 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
1171 paragraph direction.
1172
1173 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1174
1175 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
1176 the man page name (bug#7929).
1177
1178 * image.el (put-image): Mention the `put-image' overlay property
1179 (bug#7834).
1180
1181 * scroll-bar.el (set-scroll-bar-mode): Mention that
1182 `scroll-bar-mode' lists the values (bug#7772).
1183
1184 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
1185 command (bug#7729).
1186
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
1192 * printing.el (pr-toggle-region): Clarify the documentation
1193 slightly (bug#7493).
1194
1195 * time.el (display-time-update):
1196 Allow `display-time-mail-function' to return nil (bug#7158).
1197 Fix suggested by Detlev Zundel.
1198
1199 * vc/diff.el (diff): Clarify the order the file names are read
1200 (bug#7111).
1201
1202 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
1203 the doc string (bug#7015).
1204
1205 * font-lock.el (font-lock-maximum-decoration): Mention what
1206 numeric levels mean (bug#6935).
1207
1208 * startup.el (initial-buffer-choice): Don't mention the `none'
1209 selection, which is against policy.
1210
1211 2011-07-14 Martin Rudalics <rudalics@gmx.at>
1212
1213 * window.el (display-buffer-normalize-special):
1214 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
1215
1216 2011-07-14 Eli Zaretskii <eliz@gnu.org>
1217
1218 * subr.el (version<, version<=, version=): Mention "-CVS" and
1219 "-12345" alpha version numbers.
1220
1221 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
1222
1223 * bindings.el: Add advertised binding for set-mark-command
1224 (Bug#5772).
1225
1226 2011-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):
1235 Delete.
1236
1237 2011-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
1243 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1244
1245 * subr.el (with-silent-modifications): Clarify somewhat what the
1246 macro inhibits (bug#6525).
1247
1248 * simple.el (eval-expression): Note what it does if called
1249 interactively (bug#6495).
1250
1251 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
1254 Use pop-to-buffer buffer-or-name if it is nil.
1255
1256 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1257 Remove switch-to-buffer.
1258
1259 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1260
1261 * files.el (make-directory): Clarify that an error will be raised
1262 if there's an error (bug#6397).
1263
1264 * startup.el (initial-buffer-choice): Add `none' as a choice
1265 (bug#6234).
1266
1267 * subr.el (add-hook): Clarify section about buffer-local hooks
1268 (bug#6218).
1269
1270 * dired.el (dired-flagged): Clarify doc string (bug#6117).
1271
1272 2011-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
1277 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1278
1279 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
1280 Rewrite to avoid awkward possessive "s" (bug#5986).
1281
1282 2011-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
1288 2011-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
1293 2011-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
1298 2011-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
1304 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1305
1306 * dired.el (dired-insert-set-properties): Make the doc string
1307 reflect what it does now (bug#5325).
1308
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
1312 * international/mule-cmds.el (prefer-coding-system): Add an
1313 example (bug#4869).
1314
1315 * progmodes/etags.el (tags-search): Document `file-list-form'
1316 (bug#4731).
1317
1318 2011-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
1324 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
1327 binary endings (bug#4440).
1328
1329 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1330
1331 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
1332 which can be pretty annoying (bug#8971).
1333
1334 * jka-compr.el (jka-compr-verbose): New variable, and use
1335 throughout (bug#8971).
1336
1337 * info.el (Info-find-file): Fall back on the installation
1338 directory if we can't find the info node anywhere else.
1339
1340 2011-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
1345 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1346
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
1351 * progmodes/cc-vars.el: Remove (probably) misleading comment
1352 (bug#4396).
1353
1354 2011-07-12 Johan Bockgård <bojohan@gnu.org>
1355
1356 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
1357
1358 2011-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
1367 2011-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
1372 2011-07-12 Roland Winkler <winkler@gnu.org>
1373
1374 * textmodes/bibtex.el (bibtex-initialize):
1375 Use pop-to-buffer-same-window.
1376 (bibtex-search-entries): Fix interactive call.
1377
1378 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1379
1380 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1381 Fontise bytecomp Error lines more correctly (bug#2490).
1382 Fix suggested by Johan Bockgård.
1383
1384 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
1385
1386 * dired-x.el (dired-guess-default): Use `delete-dups'.
1387
1388 2011-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
1393 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1394
1395 * mail/sendmail.el (sendmail-query-once):
1396 Use `customize-save-variable' unconditionally, now that it works under
1397 emacs -Q.
1398
1399 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
1400
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
1405 2011-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
1411 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1412
1413 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
1414
1415 * cus-edit.el (custom-guess-name-alist): -alist variables should
1416 use the `alist' type (bug#3120). Suggested by Drew Adams.
1417
1418 * printing.el: Add documentation to all the `pr-toggle-' commands.
1419
1420 2011-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
1425 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1426
1427 * dired-x.el (dired-guess-default): Remove duplicate shell command
1428 entries (bug#2028).
1429 (dired-guess-default): Fix grammar in doc string (bug#2028).
1430 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
1431
1432 * subr.el (remove-duplicates): New conveniency function.
1433
1434 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1435
1436 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
1437 (bug#1526).
1438
1439 2011-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
1445 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
1446
1447 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
1448
1449 2011-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
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
1459 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
1460
1461 * emulation/viper-cmd.el (viper-change-state-to-vi):
1462 Limit triggering of abbrev expansion (Bug#9038).
1463
1464 2011-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.
1469 (display-buffer-reuse-window): New optional argument other-window.
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.
1484 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
1485 (display-buffer-alist-set): Don't handle 'unset default values.
1486 (display-buffer-in-window, display-buffer-alist-set):
1487 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
1488 <tassilo@member.fsf.org>.
1489
1490 2011-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
1495 2011-07-09 Glenn Morris <rgm@gnu.org>
1496
1497 * subr.el (remq): Handle the empty list. (Bug#9024)
1498
1499 2011-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
1505 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
1508
1509 2011-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
1514 2011-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
1519 2011-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
1527 2011-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
1534 2011-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
1539 2011-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
1545 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
1548 (Info-read-node-name): Doc fix (Bug#1084).
1549
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
1557 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1558
1559 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
1560 should cover it (bug#1281).
1561
1562 * cus-edit.el (custom-show): Mark as obsolete.
1563
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
1568 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
1569 be used.
1570
1571 2011-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
1579 2011-07-07 Kenichi Handa <handa@m17n.org>
1580
1581 * international/characters.el (build-unicode-category-table):
1582 Delete it.
1583 (unicode-category-table): Set it by unicode-property-table-internal.
1584
1585 * international/mule-cmds.el (char-code-property-alist): Move to
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.
1592 (char-code-property-description):
1593 Call unicode-property-table-internal to load a file.
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
1614 2011-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
1621 2011-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
1628 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1629
1630 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
1631 defcustom again for backwards compatibility.
1632
1633 * simple.el (shell-command-on-region): Fill.
1634
1635 * dired-aux.el (dired-kill-line): Add a doc string.
1636
1637 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
1638 to "\\sw\\|\\s_" (bug#358).
1639
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
1646 2011-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
1656 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
1657 if ENTITY is a string.
1658
1659 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1660
1661 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
1662 of faces when `M-C-x'-ing their definitions (bug#8378).
1663 Also clean up the code slightly.
1664
1665 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
1666 because that makes the colours go away.
1667
1668 * mail/sendmail.el (send-mail-function): Change the default to
1669 `sendmail-query-once'.
1670 (sendmail-query-once): Add an autoload cookie.
1671
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
1678 2011-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
1684 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
1685
1686 * progmodes/sql.el: Version 3.0
1687 (sql-product-alist): Add product :completion-object,
1688 :completion-column, and :statement attributes.
1689 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
1690 (sql-mode-syntax-table): Mark all punctuation.
1691 (sql-font-lock-keywords-builder): Temporarily remove fallback on
1692 ansi keywords.
1693 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
1694 (sql-mode-oracle-font-lock-keywords): Improve.
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.
1700 (sql-mode-map): Add statement movement functions.
1701 (sql-ansi-statement-starters, sql-oracle-statement-starters):
1702 New variable.
1703 (sql-statement-regexp, sql-beginning-of-statement)
1704 (sql-end-of-statement, sql-signum): New functions.
1705 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
1706 (sql-show-sqli-buffer): Bug fix.
1707 (sql-interactive-mode): Store connection data as buffer local.
1708 (sql-connect): Add NEW-NAME parameter. Redesign interaction
1709 with sql-interactive-mode.
1710 (sql-save-connection): Save buffer local settings.
1711 (sql-connection-menu-filter): Change menu entry name.
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):
1718 Redesign.
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
1732 2011-07-06 Glenn Morris <rgm@gnu.org>
1733
1734 * window.el (pop-to-buffer): Doc fix.
1735
1736 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
1737
1738 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
1739
1740 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
1743
1744 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
1745
1746 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * button.el (button): Inherit from link face. Suggested by Dan
1749 Nicolaescu.
1750
1751 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1752
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
1757 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
1758 if imenu is simply not configured (bug#8941).
1759
1760 2011-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.
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
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
1773 2011-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
1780 2011-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)
1792 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
1793 Bind via bibtex-set-dialect.
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.
1799 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
1800 Obey bibtex-no-opt-remove-re.
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
1806 2011-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
1817 2011-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
1823 2011-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
1828 2011-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
1833 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * register.el (registerv-make):
1836 * window.el (window-min-height): Fix typos in docstrings.
1837
1838 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1839
1840 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1841 Update doc string.
1842
1843 2011-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
1849 2011-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
1883 (allout-inhibit-auto-save-info-for-decryption):
1884 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
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
1891 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
1892 No longer provide for exemption of the current topic.
1893
1894 2011-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
1903 2011-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
1908 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * bindings.el: Ignore next-buffer and previous-buffer in
1911 minibuffer-local-map.
1912
1913 * font-lock.el (font-lock-builtin-face): Change light background
1914 color to dark slate blue (Bug#6693).
1915
1916 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1917
1918 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
1919
1920 2011-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
1926 2011-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
1931 2011-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
1949 2011-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
1954 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1955
1956 * play/animate.el (animation-buffer-name): Rename from *animate*.
1957
1958 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
1959
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.
1963 (timer--time-less-p): Use time-less-p.
1964
1965 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * type-break.el (timep): Use the value of `float-time' to avoid a
1968 byte-compiler warning.
1969
1970 * server.el (server-eval-and-print): Return any result, even nil.
1971
1972 2011-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
1981 2011-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
1986 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * frame.el (frame-background-mode, frame-set-background-mode):
1989 Move from faces.el.
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
1997 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1998
1999 * dired.el (dired-flagging-regexp): Remove unused variable
2000 (bug#8769).
2001
2002 2011-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
2008 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2009
2010 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
2011 `smtpmail-via-smtp' now returns the error instead of nil.
2012
2013 * isearch.el (isearch-search-fun-function): Clarify the doc string
2014 (bug#8101).
2015
2016 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
2017
2018 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
2019 unnecessary spaces (bug#8987).
2020
2021 2011-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
2026 2011-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
2031 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2032
2033 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
2034
2035 * fringe.el (fringe-query-style): Remove redundant text " (type ?
2036 for list)" (bug#6475).
2037
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
2042 * man.el (Man-reference-regexp): Allow matching possible
2043 word-wrapped references (bug#6289).
2044
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
2051 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
2052
2053 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2054
2055 * custom.el (defcustom): Clarify that :set is only used in the
2056 Customize user interface (bug#6089).
2057
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
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
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
2069 2011-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
2078 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2079
2080 * minibuffer.el (completion-in-region): Document PREDICATE
2081 (bug#7136).
2082
2083 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
2084 of keyword/argument pairs (bug#6904).
2085
2086 * replace.el (multi-occur):
2087 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
2088
2089 2011-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
2094 2011-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
2100 2011-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
2107 2011-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
2123 2011-07-01 Glenn Morris <rgm@gnu.org>
2124
2125 * type-break.el (type-break-time-sum): Use dolist.
2126
2127 * textmodes/flyspell.el (flyspell-word-search-backward):
2128 Replace CL function.
2129
2130 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2131
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
2136 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
2137 (vc-bzr-revision-completion-table): Add support for annotate and date.
2138
2139 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
2140 inherit from parent.
2141
2142 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2143
2144 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
2145 (dired-show-file-type): Doc fixup (bug#8818).
2146
2147 * dired.el (dired-mode): Fix up the doc string as suggested by
2148 Drew Adams (bug#8817).
2149
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
2154 2011-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)
2166 (cfengine3-indent-line): Add from cfengine3.el.
2167
2168 2011-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
2174 2011-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
2190 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2191
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
2196 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
2197 by using time-since and float-time.
2198
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
2203 * type-break.el (type-break-time-sum): Rewrite using time-add.
2204
2205 * play/hanoi.el (hanoi-current-time-float): Remove.
2206 All uses replaced by float-time.
2207
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
2212 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
2213
2214 * calendar/timeclock.el (timeclock-seconds-to-time):
2215 Defalias to seconds-to-time, since they're the same thing.
2216
2217 * emacs-lisp/elp.el (elp-elapsed-time):
2218 * emacs-lisp/benchmark.el (benchmark-elapse):
2219 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
2220
2221 2011-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
2227 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
2228
2229 * eshell/em-smart.el (eshell-smart-display-navigate-list):
2230 Add mouse-yank-primary.
2231
2232 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
2233
2234 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
2235
2236 2011-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
2242 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * textmodes/flyspell.el (flyspell-word): Consider words that
2245 differ only in case as potential doublons (bug#5687).
2246
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
2251 * comint.el (comint-password-prompt-regexp): Accept "Response" as
2252 a password-like phrase.
2253
2254 2011-06-30 Mastake YAMATO <yamato@redhat.com>
2255
2256 * progmodes/cc-guess.el: New file.
2257
2258 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
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
2266 2011-06-30 Lawrence Mitchell <wence@gmx.li>
2267
2268 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
2269
2270 2011-06-30 Alan Mackenzie <acm@muc.de>
2271
2272 * progmodes/cc-engine.el (c-guess-continued-construct):
2273 Correct the handling of template-args-cont, particularly for when font
2274 lock is disabled. Name this case as "CASE G".
2275
2276 2011-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
2290 2011-06-30 Glenn Morris <rgm@gnu.org>
2291
2292 * w32-fns.el (w32-charset-info-alist): Declare.
2293
2294 * find-dired.el (find-grep-options): Simplify.
2295
2296 * term/ns-win.el (ns-set-resource): Declare.
2297
2298 * ses.el (row, col): Declare dynamic variables honestly.
2299
2300 * textmodes/reftex-parse.el (index-tags): Declare.
2301
2302 2011-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
2308 * custom.el (load-theme): New arg NO-CONFIRM.
2309 Use customize-push-and-save (Bug#8720).
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
2315 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2316
2317 * thingatpt.el (thing-at-point-short-url-regexp): Require that
2318 short URLs have at least one dot in them (bug #7614).
2319
2320 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
2321 nil, because using a pty is apparently too slow (bug #895).
2322
2323 2011-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
2328 2011-06-29 Glenn Morris <rgm@gnu.org>
2329
2330 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
2331
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
2336 2011-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
2368 2011-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
2374 2011-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
2379 2011-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
2391 2011-06-28 Deniz Dogan <deniz@dogan.se>
2392
2393 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2394 Unnest `let'.
2395
2396 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
2397 selectors (Bug#5732).
2398 (css-proprietary-nmstart-re): Use `regexp-opt'.
2399
2400 2011-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
2406 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2407
2408 * help-fns.el (describe-variable): Fix message for terminal-local vars.
2409
2410 2011-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
2416 2011-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
2421 2011-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.
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>.
2450
2451 2011-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
2458 2011-06-27 Richard Stallman <rms@gnu.org>
2459
2460 * battery.el (battery-mode-line-limit): New variable.
2461 (battery-update): Handle it.
2462
2463 * mail/rmailmm.el (rmail-mime-process-multipart):
2464 Handle truncated messages.
2465
2466 2011-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
2471 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
2472
2473 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
2474 (ses--clean-!, ses--clean-_): New functions.
2475 (ses-range): Add configurability of readout order, and conversion
2476 to Calc vector.
2477
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
2482 * ses.el: Update cycle detection algorithm.
2483 (ses-localvars): Add ses--Dijkstra-attempt-nb and
2484 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
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)
2489 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
2490 New functions.
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
2506 * ses.el: Fix commenting and indenting convention.
2507
2508 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * bs.el (bs-cycle-next): Complete last change.
2511
2512 2011-06-27 Drew Adams <drew.adams@oracle.com>
2513
2514 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
2515
2516 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2517
2518 * net/network-stream.el (network-stream-open-starttls):
2519 Don't re-get capabilities unless we've reestablished connection.
2520 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
2521
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
2526 2011-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
2539 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
2540
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
2545 * vc/vc.el (vc-revert-show-diff): Default to t.
2546
2547 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
2548
2549 * allout-widgets.el (allout-widgets-post-command-business):
2550 Stop decorating intermediate isearch matches. They're not being
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
2554 hidden widgets can slow down cursor travel, substantially.
2555 Too much complicated machinery would be needed to ensure undecoration,
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
2563 2011-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
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.
2570 (display-buffer-normalize-specifiers):
2571 Call display-buffer-normalize-arguments.
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
2581 2011-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
2586 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
2587
2588 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
2589 (Bug#8934)
2590
2591 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2592
2593 * net/network-stream.el (network-stream-open-starttls):
2594 Use built-in TLS support if `gnutls-available-p' is true.
2595 (network-stream-open-tls): Ditto.
2596
2597 2011-06-26 Leo Liu <sdl.web@gmail.com>
2598
2599 * register.el (registerv): New struct.
2600 (registerv-make): New function.
2601 (jump-to-register, describe-register-1, insert-register):
2602 Support the jump-func, print-func and insert-func slot of a registerv
2603 struct. (Bug#8415)
2604
2605 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
2606
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
2612 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
2613
2614 2011-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
2625 2011-06-25 Glenn Morris <rgm@gnu.org>
2626
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
2634 * calendar/diary-lib.el (diary-mark-entries)
2635 (diary-mark-included-diary-files):
2636 Visit included diary-files in temp buffers.
2637
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
2644 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2645 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
2646
2647 2011-06-25 Eli Zaretskii <eliz@gnu.org>
2648
2649 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
2650 buffer-file-type before setting its value, to avoid disastrous
2651 global effects on decoding files for DOS/Windows systems. (Bug#8780)
2652
2653 2011-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
2663 2011-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
2668 2011-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
2678 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
2681
2682 2011-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
2687 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
2688
2689 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
2690
2691 2011-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
2698 2011-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
2703 2011-06-23 Richard Stallman <rms@gnu.org>
2704
2705 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
2706 (rmail-show-message-1): Preserve buffer modified flag.
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.
2710
2711 2011-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
2716 2011-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
2726 2011-06-22 Leo Liu <sdl.web@gmail.com>
2727
2728 * minibuffer.el (completing-read-function)
2729 (completing-read-default): Move from minibuf.c
2730
2731 2011-06-22 Richard Stallman <rms@gnu.org>
2732
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
2736 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2737 Copy the buffer currently showing just one message.
2738
2739 2011-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
2749 2011-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
2755 2011-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
2760 2011-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.
2764 (smtpmail-try-auth-methods): Require user name and password from
2765 auth-source.
2766
2767 2011-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>.
2772 (split-window): Normalize SIDE argument (Bug#8916).
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
2778 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2779
2780 * mail/smtpmail.el (smtpmail-via-smtp):
2781 Set :use-starttls-if-possible so that we always use STARTTLS if the
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
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:
2793 (smtpmail-auth-credentials): Remove.
2794 (smtpmail-starttls-credentials): Remove.
2795 (smtpmail-via-smtp): Check for servers saying they want AUTH after
2796 MAIL FROM, too.
2797
2798 * net/network-stream.el (network-stream-open-starttls):
2799 Provide support for client certificates both for external and built-in
2800 STARTTLS.
2801 (auth-source): Require.
2802 (open-network-stream): Document the :client-certificate keyword.
2803 (network-stream-certificate): Change cert-cert to cert and
2804 cert-key to key.
2805
2806 2011-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
2811 2011-06-21 Tim Harper <timcharper@gmail.com>
2812
2813 * term/ns-win.el (ns-initialize-window-system):
2814 Set application-specific `ApplePressAndHoldEnabled' system
2815 resource to NO as it is not yet supported by the NS port.
2816
2817 2011-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
2822 2011-06-21 Leo Liu <sdl.web@gmail.com>
2823
2824 * subr.el (sha1): Implement sha1 using secure-hash.
2825
2826 2011-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.
2839 (display-buffer-alist, display-buffer-default-specifiers):
2840 Don't make new frame unsplittable by default.
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.
2844
2845 2011-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
2852 2011-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
2857 2011-06-21 Drew Adams <drew.adams@oracle.com>
2858
2859 * menu-bar.el: Use function variable instead of switch-to-buffer.
2860 (menu-bar-select-buffer-function): New variable.
2861 (menu-bar-update-buffers): Use it (bug#8876).
2862
2863 2011-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
2868 2011-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
2875 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
2878 (completion-try-completion, completion-all-completions): Compute the
2879 metadata argument if it's missing; make it optional (bug#8795).
2880
2881 * wid-edit.el: Use lex-bind and move towards completion-at-point.
2882 (widget-complete): Use new :completion-function property.
2883 (widget-completions-at-point): New function.
2884 (default): Use :completion-function instead of :complete.
2885 (widget-default-completions): Rename from widget-default-complete;
2886 Rewrite.
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
2918 2011-06-20 Deniz Dogan <deniz@dogan.se>
2919
2920 * net/rcirc.el: Delete trailing whitespaces once and for all.
2921
2922 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
2923
2924 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
2925
2926 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
2927
2928 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
2929
2930 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2931
2932 2011-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
2943 display-buffer-normalize-alist.
2944 Call display-buffer-normalize-alist-1.
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.
2953 (window-list-no-nils, window-state-ignored-parameters)
2954 (window-state-get-1, window-state-get, window-state-put-list)
2955 (window-state-put-1, window-state-put-2, window-state-put):
2956 New functions.
2957 (display-buffer-normalize-options): Move special-display-p group
2958 after pop-up-frame group (Bug#8851) and (Bug#8856).
2959
2960 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
2961
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
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
2972 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
2973
2974 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
2975 anytime existing face settings are present (Bug#8889).
2976
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
2981 2011-06-18 Martin Rudalics <rudalics@gmx.at>
2982
2983 * window.el (display-buffer-default-specifiers):
2984 Remove pop-up-frame. Add pop-up-window-min-height,
2985 pop-up-window-min-width, and another reuse-window specifier
2986 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
2987 (display-buffer-normalize-specifiers-2):
2988 Handle split-height-threshold and split-width-threshold also when
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.
2992 (display-buffer-normalize-specifiers-1): Fix thinko.
2993
2994 2011-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
3010 2011-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.
3024 (display-buffer-normalize-specifiers):
3025 Call display-buffer-normalize-specifiers-3.
3026
3027 2011-06-17 Martin Rudalics <rudalics@gmx.at>
3028
3029 * window.el (same-window-p): Fix two typos introduced when
3030 adding with-no-warnings.
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.
3040 (display-buffer-macro-specifiers): Don't pop up a new frame in the
3041 other window case.
3042
3043 2011-06-16 Martin Rudalics <rudalics@gmx.at>
3044
3045 * window.el (display-buffer-normalize-specifiers-1):
3046 Respect current value of pop-up-frames for most reasonable values of
3047 second argument of display-buffer (Bug#8865).
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).
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).
3056 (enlarge-window, shrink-window): Don't report an error when the
3057 window can't be resized as requested (Bug#8862).
3058
3059 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
3062
3063 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
3064
3065 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
3066
3067 2011-06-15 Alan Mackenzie <acm@muc.de>
3068
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.
3072
3073 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3074
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
3080 * subr.el (process-live-p): Rename from `process-alive-p' for
3081 consistency with other `-live-p' functions.
3082
3083 2011-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
3095 2011-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):
3100 * progmodes/cfengine.el (cfengine-mode):
3101 * progmodes/ld-script.el (ld-script-mode): Likewise.
3102
3103 2011-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
3111 2011-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
3117 2011-06-13 Glenn Morris <rgm@gnu.org>
3118
3119 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
3120
3121 2011-06-13 Martin Rudalics <rudalics@gmx.at>
3122
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.
3148 (view-mode-exit): Rename second argument to EXIT-ONLY.
3149 Rewrite using quit-restore-window.
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
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)
3169 (display-buffer-normalize-specifiers, display-buffer-frame):
3170 New functions.
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
3195 2011-06-12 Glenn Morris <rgm@gnu.org>
3196
3197 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
3198 Misc simplifications.
3199
3200 2011-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
3206 * calendar/calendar.el (calendar-generate-window):
3207 Use window-iso-combined-p instead of combination of one-window-p and
3208 window-safely-shrinkable-p.
3209
3210 2011-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
3217 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
3218
3219 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
3220
3221 2011-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
3229 2011-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
3234 2011-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
3239 2011-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.
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.
3256 (window-buffer-height): New function.
3257 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
3258 Rewrite using new window resize routines.
3259 (kill-buffer-and-window, mouse-autoselect-window-select):
3260 Use ignore-errors instead of condition-case.
3261 (quit-window): Call delete-frame instead of delete-windows-on
3262 for the only buffer on frame.
3263
3264 2011-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)
3271 (switch-to-buffer-other-frame, display-buffer-other-frame):
3272 Move to window.el.
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.
3288 (previous-buffer): Move here from simple.el.
3289 Call switch-to-prev-buffer.
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.
3298 (switch-to-buffer): Move here from buffer.c.
3299 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
3300
3301 2011-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.
3314 (split-window-above-each-other, split-window-vertically):
3315 Rename split-window-vertically to split-window-above-each-other and
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
3330 2011-06-09 Glenn Morris <rgm@gnu.org>
3331
3332 * calendar/appt.el (appt-mode-line): New function.
3333 (appt-check, appt-disp-window): Use it.
3334
3335 * files.el (hack-one-local-variable-eval-safep):
3336 Allow minor-modes with explicit +/-1 arguments.
3337
3338 2011-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
3347 2011-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
3356 2011-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
3361 2011-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
3367 2011-06-09 Glenn Morris <rgm@gnu.org>
3368
3369 * calendar/appt.el (appt-display-message, appt-disp-window):
3370 Handle lists of appointments.
3371
3372 2011-06-08 Martin Rudalics <rudalics@gmx.at>
3373
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.
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
3383 2011-06-08 Reuben Thomas <rrt@sc3d.org>
3384
3385 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
3386 Doc fix (Bug#8713).
3387
3388 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
3391
3392 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * loadhist.el (unload-feature-special-hooks):
3395 Add `comint-output-filter-functions'.
3396
3397 2011-06-08 Ivan Kanis <gnu@kanis.fr>
3398
3399 * calendar/appt.el (appt-check): Move some initializations into the let.
3400
3401 2011-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
3406 2011-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
3416 * image.el (image-animate-max-time): Move to image-mode.el.
3417 (create-animated-image): Remove unnecessary function.
3418 (image-animate): Rename from image-animate-start. New arg.
3419 (image-animate-stop): Remove; just use image-animate-timer.
3420 (image-animate-timer): Use car-safe.
3421 (image-animate-timeout): Rename argument.
3422
3423 2011-06-07 Martin Rudalics <rudalics@gmx.at>
3424
3425 * window.el (get-lru-window, get-largest-window): Move here from
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.
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.
3440
3441 2011-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)
3452 (window-atom-check, window-side-check, window-check):
3453 New functions.
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
3458 2011-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
3464 2011-06-05 Deniz Dogan <deniz@dogan.se>
3465
3466 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
3467 in last change.
3468
3469 2011-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
3474 2011-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
3480 2011-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
3489 2011-06-05 Roland Winkler <winkler@gnu.org>
3490
3491 * textmodes/bibtex.el (bibtex-search-entry-globally):
3492 New variable.
3493 (bibtex-search-entry): Use it.
3494
3495 2011-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
3502 2011-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
3507 2011-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
3512 2011-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
3517 2011-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
3535 2011-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
3541 2011-06-04 Deniz Dogan <deniz@dogan.se>
3542
3543 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
3544 `memq' (Bug#8799).
3545
3546 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
3549
3550 2011-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
3559 2011-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
3567 2011-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
3572 2011-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
3600 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3601
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
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
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
3632 2011-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
3639 2011-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
3651 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3652
3653 * subr.el (process-alive-p): New tiny convenience function.
3654
3655 2011-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
3660 2011-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
3665 2011-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
3686 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
3689
3690 2011-05-30 Leo Liu <sdl.web@gmail.com>
3691
3692 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
3693 (rcirc-print): Decode all incoming messages (bug#8744).
3694 (rcirc-decode-coding-system): Allow value nil for automatic coding
3695 system detection.
3696
3697 2011-06-01 Glenn Morris <rgm@gnu.org>
3698
3699 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
3700
3701 2011-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
3717 2011-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
3722 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * image.el (imagemagick-types-inhibit)
3725 (imagemagick-register-types): Doc fix.
3726
3727 2011-05-29 Deniz Dogan <deniz@dogan.se>
3728
3729 * net/rcirc.el (rcirc): Use the user's stored encryption method by
3730 default.
3731
3732 2011-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
3737 2011-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
3745 2011-05-28 Kevin Ryde <user42@zip.com.au>
3746
3747 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
3748
3749 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3750
3751 * bindings.el (help-echo): Make the initial non-indicator dash
3752 empty on graphical terminals (Bug#7295).
3753
3754 * files.el (auto-mode-alist): Move config rule after the
3755 in-stripping one (Bug#8547).
3756
3757 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
3758
3759 * startup.el (normal-splash-screen): Remove gratuitous mode-line
3760 setting (Bug#8740).
3761
3762 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
3763
3764 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
3765 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
3766 (Bug#8539).
3767
3768 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3769
3770 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
3771
3772 2011-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
3779 2011-05-28 Glenn Morris <rgm@gnu.org>
3780
3781 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
3782
3783 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * help-fns.el (describe-function-1): If the function is a derived
3786 major mode, print the parent mode.
3787
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
3791 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3792
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
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
3804 2011-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
3810 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
3811
3812 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3813
3814 2009-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.
3821 (avl-tree--do-enter): Add optional `updatefun' arg.
3822 Change return value.
3823 (avl-tree-delete): Add optional `test' and `nilflag' args.
3824 (avl-tree--do-delete): Add `test' and `nilflag' args.
3825 Change return value.
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
3832 2009-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
3844 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
3845
3846 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
3847
3848 2011-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
3856 2011-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
3861 2011-05-27 Glenn Morris <rgm@gnu.org>
3862
3863 * mail/emacsbug.el: Don't require url-util.
3864
3865 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
3866
3867 * files.el (set-auto-mode):
3868 Also respect mode: entries at the end of the file. (Bug#8586)
3869
3870 2011-05-26 Glenn Morris <rgm@gnu.org>
3871
3872 * files.el (hack-local-variables-prop-line, hack-local-variables):
3873 Downcase mode names, as seems to be traditional.
3874 (hack-local-variables, hack-local-variables-apply): Doc fixes.
3875
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
3879 2011-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
3884 2011-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
3891 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
3892
3893 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3894
3895 2011-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
3900 * sha1.el: Remove. Function `sha1' is now builtin.
3901
3902 * bindings.el: Provide sha1 feature.
3903
3904 2011-05-24 Kenichi Handa <handa@m17n.org>
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
3910 buffer to the return value of select-message-coding-system.
3911 Call mail-encode-header.
3912
3913 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
3914
3915 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
3916
3917 * mail/supercite.el (sc-default-cite-frame):
3918 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
3919
3920 2011-05-24 Glenn Morris <rgm@gnu.org>
3921
3922 * progmodes/python.el (brm-menu): Declare.
3923
3924 * emulation/viper.el (viper-set-hooks): Declare.
3925
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
3933 2011-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
3970 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
3973
3974 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
3975 (bug#8710).
3976
3977 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
3978
3979 2011-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
3985 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
3986
3987 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
3988 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
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
4001 2011-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
4007 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
4010 byte-compile-lambda if it's actually a lambda.
4011
4012 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
4013 Fix function quoting. Use backquote better.
4014
4015 2011-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
4020 2011-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
4025 2011-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
4030 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4031
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
4036 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
4037
4038 2011-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
4044 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
4047
4048 2011-05-21 Glenn Morris <rgm@gnu.org>
4049
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
4053 * image-mode.el (image-after-revert-hook):
4054 Redraw all frames on which the image is visible. (Bug#8567)
4055
4056 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
4057
4058 * wid-edit.el (widget-checklist-match-inline):
4059 Fix 2011-04-19 change. (Bug#8649)
4060
4061 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
4064 Also allow singlespace after single-letter capitals followed by a dot.
4065
4066 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
4067 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
4068
4069 2011-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
4074 2011-05-19 Deniz Dogan <deniz@dogan.se>
4075
4076 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
4077 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
4078
4079 2011-05-19 Glenn Morris <rgm@gnu.org>
4080
4081 * progmodes/f90.el (f90-type-def-re):
4082 Handle "type, bind(c)". (Bug#8691)
4083
4084 * emacs-lisp/autoload.el (batch-update-autoloads):
4085 Set autoload-excludes by parsing loadup.el rather than Makefiles.
4086
4087 2011-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
4092 2011-05-18 Glenn Morris <rgm@gnu.org>
4093
4094 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
4095 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
4096
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
4115 2011-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
4120 2011-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
4126 2011-05-17 Glenn Morris <rgm@gnu.org>
4127
4128 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
4129
4130 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4131 Replace obsolete function.
4132
4133 * shell.el (pcomplete-parse-arguments-function): Declare.
4134
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
4143 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
4144
4145 * progmodes/python.el (python-font-lock-keywords):
4146 Add the Python 3.X keyword "nonlocal" (bug#8639).
4147
4148 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
4151
4152 2011-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
4163 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
4164
4165 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
4166 hunk-end tags (Bug#8672).
4167
4168 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
4169 vc-annotate-show-diff-revision-at-line (Bug#8671).
4170
4171 2011-05-14 Glenn Morris <rgm@gnu.org>
4172
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)
4175 (change-log-font-lock-keywords): Also handle multiple author lines
4176 with leading tabs. (Bug#8644)
4177
4178 * calendar/appt.el (appt-check): Rename some local variables.
4179 Some simplification/reordering.
4180
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.
4186 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
4187 (bbdb-dwim-net-address, vm-mail): Declare.
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
4193 2011-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)
4203 (feedmail-spray-this-address)
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
4286 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
4287
4288 * net/newst-treeview.el (newsticker-treeview-face): Change default
4289 family from helvetica to sans.
4290 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
4291 etc/images/newsticker.
4292
4293 * net/newst-reader.el (newsticker-feed-face): Change default
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)
4299 (newsticker-statistics-face): Change default family from
4300 helvetica to sans.
4301 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
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
4308 2011-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
4324 2011-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
4329 2011-05-13 Glenn Morris <rgm@gnu.org>
4330
4331 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
4332
4333 * mail/sendmail.el (sendmail-program): Try executable-find first.
4334 (sendmail-send-it): `sendmail-program' cannot be unbound.
4335
4336 * calendar/appt.el (appt-make-list): Simplify.
4337 (appt-time-msg-list): Doc fix.
4338 (appt-check): Change mode-line message at the time of the appointment.
4339
4340 2011-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
4345 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
4348
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
4354 2011-05-12 Glenn Morris <rgm@gnu.org>
4355
4356 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
4357 (appt-check): Simplify.
4358
4359 2011-05-12 Eli Zaretskii <eliz@gnu.org>
4360
4361 * smerge-mode.el (smerge-resolve): Use null-device rather than a
4362 literal "/dev/null".
4363
4364 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4365
4366 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
4367 Fix typo.
4368
4369 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
4370
4371 * progmodes/which-func.el (which-function):
4372 Use add-log-current-defun instead of add-log-current-defun-function,
4373 which might not be defined (Bug#8260).
4374
4375 2011-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
4380 2011-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
4398 2011-05-11 Glenn Morris <rgm@gnu.org>
4399
4400 * newcomment.el (comment-kill): Prefix "unused" local.
4401
4402 * term/w32console.el (get-screen-color): Declare.
4403
4404 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4405 Handle symbol elements of byte-compile-initial-macro-environment.
4406
4407 2011-05-10 Leo Liu <sdl.web@gmail.com>
4408
4409 * bookmark.el (bookmark-bmenu-mode-map):
4410 Bind bookmark-bmenu-search to `/'.
4411
4412 * mail/footnote.el: Convert to utf-8 encoding.
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.
4417
4418 2011-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
4431 2011-05-10 Glenn Morris <rgm@gnu.org>
4432 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * files.el (hack-one-local-variable-eval-safep):
4435 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
4436
4437 2011-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
4445 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * misc.el: Require tabulated-list.el during compilation.
4448
4449 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
4450
4451 * progmodes/compile.el (compilation-start):
4452 Run compilation-filter-hook for the async case too.
4453 (compilation-filter-hook): Doc fix.
4454
4455 2011-05-09 Deniz Dogan <deniz@dogan.se>
4456
4457 * wdired.el: Remove outdated installation comment. Fix usage
4458 comment.
4459
4460 2011-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
4467 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
4468
4469 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4470 Fix the ant regexp to handle end-line and end-column info from jikes.
4471 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
4472 higher priority to avoid clobbering by gnu.
4473
4474 2011-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
4479 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
4480
4481 * progmodes/perl-mode.el (perl-imenu-generic-expression):
4482 Only match variables declared via `my' or `our' (Bug#8261).
4483
4484 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
4485 special file names `.' and `..' (Bug#8259).
4486
4487 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
4488
4489 * progmodes/grep.el (grep-mode-font-lock-keywords):
4490 Remove buffer-changing entries.
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
4499 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
4502
4503 2011-05-07 Eli Zaretskii <eliz@gnu.org>
4504
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
4508 * term/w32console.el (terminal-init-w32console):
4509 Call get-screen-color and use its output to set the frame
4510 background-mode. (Bug#8597)
4511
4512 2011-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
4521 2011-05-07 Glenn Morris <rgm@gnu.org>
4522
4523 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
4524 Use let rather than let*.
4525 (timeclock-find-discrep): Remove unused local.
4526
4527 * calendar/diary-lib.el (diary-comment-start): Doc fix.
4528
4529 * calendar/appt.el (appt-time-msg-list): Doc fix.
4530
4531 2011-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
4537 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
4540 and warnings are not silently discarded (e.g. use -d instead of -P).
4541
4542 2011-05-06 Glenn Morris <rgm@gnu.org>
4543
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
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
4553 * vc/diff-mode.el (smerge-refine-subst): Declare.
4554 (diff-refine-hunk): Don't require smerge-mode when compiling.
4555
4556 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
4557
4558 * simple.el (list-processes): Return nil as the docstring says.
4559
4560 2011-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
4568 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
4569
4570 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4571 Fix port computation bug. (Bug#8618)
4572
4573 2011-05-05 Glenn Morris <rgm@gnu.org>
4574
4575 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
4576
4577 * simple.el (shell-dynamic-complete-functions)
4578 (comint-dynamic-complete-functions): Declare.
4579
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
4586 * emacs-lisp/check-declare.el (check-declare-scan):
4587 Handle byte-compile-initial-macro-environment in bytecomp.el
4588
4589 2011-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
4599 2011-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
4604 2011-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
4610 2011-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.
4616 (update-file-autoloads, update-directory-autoloads):
4617 Use autoload-find-generated-file. If called interactively, prompt for
4618 output file (Bug#7989).
4619 (batch-update-autoloads): Doc fix.
4620
4621 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
4622
4623 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
4624
4625 2011-05-04 Glenn Morris <rgm@gnu.org>
4626
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
4634 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
4635 non-numbers for `year' etc pseudo-variables. (Bug#8583)
4636
4637 2011-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
4647 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4648
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
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
4661 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
4662
4663 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
4664
4665 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4666
4667 * textmodes/ispell.el (ispell-add-per-file-word-list):
4668 Use `concat' to create string for insertion.
4669
4670 2011-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
4676 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
4677
4678 * textmodes/ispell.el (ispell-add-per-file-word-list):
4679 Protect against `nil' value of `comment-start' (Bug#8579).
4680
4681 2011-05-03 Leo Liu <sdl.web@gmail.com>
4682
4683 * isearch.el (isearch-yank-pop): New command.
4684 (isearch-mode-map): Bind it to `M-y'.
4685 (isearch-forward): Mention it.
4686
4687 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4688
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
4694 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
4695 error directly rather via storing it into `results'.
4696
4697 2011-05-02 Leo Liu <sdl.web@gmail.com>
4698
4699 * vc/diff.el: Fix description.
4700
4701 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4702
4703 * server.el (server-eval-at): New function.
4704
4705 2011-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
4711 2011-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
4716 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * progmodes/pascal.el: Use lexical binding.
4719 (pascal-mode-map): Remove author preferences.
4720
4721 * pcomplete.el (pcomplete-std-complete): Don't abuse
4722 completion-at-point.
4723
4724 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
4727 removing code that has been dead since 1991 or so.
4728
4729 * startup.el (command-line): When warning about "_emacs", use a
4730 delayed warning to allow the user to filter it out.
4731
4732 2011-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
4737 2011-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
4742 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * subr.el (display-delayed-warnings): New function.
4745 (delayed-warnings-hook): New variable.
4746
4747 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4748
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
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
4761 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
4762
4763 * calendar/icalendar.el (diary-lib): Add require statement.
4764 (icalendar--create-uid): Read out a uid from a text-property on
4765 the first character in the entry. This allows for code to add its
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
4771 2011-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
4776 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
4777
4778 * cus-start.el (all): Define customization for debug-on-event.
4779
4780 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
4781
4782 * subr.el (shell-quote-argument): Escape correctly under Windows.
4783
4784 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
4787
4788 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
4789
4790 * net/tramp.el (tramp-process-actions): Add POS argument.
4791 Delete region between POS and (pos).
4792
4793 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4794 Use `nil' position in `tramp-process-actions' call.
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
4802 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * custom.el (defcustom): Obey lexical-binding.
4805
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
4820 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * net/gnutls.el (gnutls-errorp): Declare before first use.
4823
4824 2011-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
4828 default trustfile exists before going to use it. Add missing
4829 argument to gnutls-message-maybe call. Return return value.
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.
4836 * subr.el (shell-quote-argument): Escape correctly under Windows.
4837
4838 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
4839
4840 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4841 Use correct match group (bug#8438).
4842
4843 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
4844
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
4855 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
4856 Based on a previous implementation by Juanma Barranquero (Bug#8366).
4857 (vc-annotate-mode-map): Bind it to RET.
4858
4859 2011-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
4864 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
4867
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
4878 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4879
4880 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
4881
4882 * play/mpuz.el (mpuz-silent): Doc fix.
4883 (mpuz-mode-map): Use mapc.
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
4888 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
4889 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
4890
4891 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
4892
4893 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * minibuffer.el (completion--do-completion): Avoid the "Next char
4896 not unique" prompt if icomplete-mode is enabled (Bug#5849).
4897
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
4901 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
4902 (image-toggle-display): Doc fix.
4903
4904 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
4905
4906 * textmodes/page.el (what-page): Use line-number-at-pos to
4907 calculate line number (Bug#6825).
4908
4909 2011-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
4915 2011-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
5073 2011-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
5082 2011-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
5130 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
5131
5132 * vc/vc.el (ediff-vc-internal): Declare function.
5133
5134 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5135
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
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.
5171
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
5177 * progmodes/flymake.el (flymake-start-syntax-check-process):
5178 Obey `dir'. Simplify.
5179
5180 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
5181 we're in VC after all.
5182
5183 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
5184
5185 * vc/vc.el (vc-diff-build-argument-list-internal)
5186 (vc-version-ediff, vc-ediff): New commands.
5187 (vc-version-diff): Use vc-diff-build-argument-list-internal.
5188
5189 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
5192 add sanity check.
5193
5194 * obsolete/erc-hecomplete.el: Make obsolete.
5195 * obsolete/: Standardize obsolescence info in the header.
5196
5197 2011-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
5203 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5204
5205 * whitespace.el: New version 13.2.1.
5206
5207 2011-04-20 felix <EmacsWiki> (tiny change)
5208
5209 * whitespace.el (global-whitespace-mode): Keep highlight when
5210 switching between major modes on a file.
5211
5212 2011-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
5218 2011-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'.
5336 (describe-char): Don't quote `lambda'. Mark unused parameter.
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
5404 variable `buf'. Mark unused parameter.
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
5606 variable `dir'. Doc fix.
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
5627 2011-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
5650 2011-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
5656 2011-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
5661 2011-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
5667 2011-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
5672 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5673
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
5685 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
5686
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
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
5696 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
5697
5698 * loadup.el: Use `string-to-number', not `string-to-int'.
5699
5700 2011-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
5708 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
5709
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.
5714
5715 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
5716
5717 2011-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.
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
5736 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
5737
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
5743 * image-mode.el (image-transform-set-scale):
5744 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
5745
5746 2011-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
5752 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
5753
5754 * dframe.el (dframe-current-frame): Remove spurious quote.
5755
5756 2011-04-12 Glenn Morris <rgm@gnu.org>
5757
5758 * calendar/cal-tex.el (cal-tex-end-document):
5759 Try to automatically use latin1 input if needed.
5760
5761 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
5762 Don't try to cons a mark onto an empty element.
5763
5764 2011-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
5770 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * minibuffer.el (completion-show-inline-help): New var.
5773 (completion--do-completion, minibuffer-complete)
5774 (minibuffer-force-complete, minibuffer-complete-word):
5775 Inhibit minibuffer messages if completion-show-inline-help is nil.
5776
5777 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
5778 to avoid interference from inline help (Bug#5849).
5779
5780 2011-04-10 Leo Liu <sdl.web@gmail.com>
5781
5782 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5783 Fix typo.
5784
5785 2011-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.
5791 (image-transform-set-resize): Delete.
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
5796 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
5797
5798 * doc-view.el (doc-view-fit-width-to-window)
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.
5801 (doc-view-mode-map): Add bindings for the new functions.
5802
5803 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
5804
5805 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
5806 Fix typo in docstring.
5807
5808 2011-04-08 Eli Zaretskii <eliz@gnu.org>
5809
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
5816 * simple.el (list-processes): If async subprocesses are not
5817 available, error out with a clear error message.
5818
5819 2011-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
5824 2011-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
5831 2011-04-08 Glenn Morris <rgm@gnu.org>
5832
5833 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
5834
5835 * net/browse-url.el (browse-url-firefox):
5836 Test system-type, not system-configuration.
5837
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
5842 * net/rlogin.el (rlogin-process-connection-type): Simplify.
5843 (rlogin-mode-map): Initialize in the defvar.
5844 (rlogin): Use ignore-errors.
5845
5846 * replace.el (occur-mode-map): Some fixes for menu items.
5847
5848 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5849
5850 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
5851
5852 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
5853
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
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
5869 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
5870
5871 * emacs-lisp/tabulated-list.el: New file.
5872
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.
5881 (package-menu--print-info): Rename from package-print-package.
5882 Return insertion data instead of inserting it directly.
5883 (package-menu-describe-package, package-menu-execute):
5884 Use tabulated-list-get-id.
5885 (package-menu-mark-delete, package-menu-mark-install)
5886 (package-menu-mark-unmark, package-menu-backup-unmark)
5887 (package-menu-mark-obsolete-for-deletion):
5888 Use tabulated-list-put-tag.
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
5899 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
5900
5901 * files.el (after-find-file-from-revert-buffer): Remove variable.
5902 (after-find-file): Don't bind it.
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
5910 2011-04-06 Glenn Morris <rgm@gnu.org>
5911
5912 * Makefile.in (AUTOGEN_VCS): New variable.
5913 (autoloads): Use $AUTOGEN_VCS.
5914
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
5919 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * minibuffer.el (completion-in-region--postch)
5922 (completion-in-region-mode): Remove unnecessary messages.
5923
5924 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
5925
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
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):
5945 Mark unused parameters; fix typos in docstrings.
5946 (Info-virtual-index): Remove unused local variable `nodename'.
5947
5948 2011-04-05 Deniz Dogan <deniz@dogan.se>
5949
5950 * net/rcirc.el: Update my e-mail address.
5951 (rcirc-mode-map): Remove M-o binding.
5952
5953 2011-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
5960 2011-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
5966 2011-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
5984 2011-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
5993 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
5994
5995 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
5996
5997 * textmodes/flyspell.el (flyspell-word): Recognize default
5998 dictionary case for flyspell-mark-duplications-exceptions.
5999 Use regexp matching for languages.
6000 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
6001 default dictionary (Bug#7926).
6002
6003 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
6004
6005 * emacs-lisp/package.el (package--with-work-buffer):
6006 Recognize https URLs.
6007
6008 * net/network-stream.el: Move from gnus/proto-stream.el.
6009 Change prefix to network-stream throughout.
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
6015 2011-04-02 Glenn Morris <rgm@gnu.org>
6016
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
6023 * find-dired.el (find-ls-option, find-ls-subdir-switches)
6024 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
6025 (find-name-arg): Remove purecopy.
6026
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
6032 * files.el (save-some-buffers): Doc fix.
6033
6034 2011-04-02 Eli Zaretskii <eliz@gnu.org>
6035
6036 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
6037
6038 2011-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
6043 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 Add lexical binding.
6046
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.
6056
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.
6069
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.
6077
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):
6084 Use eval-sexp-add-defvars.
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:
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:
6235 * abbrev.el: Use lexical binding.
6236
6237 2011-04-01 Eli Zaretskii <eliz@gnu.org>
6238
6239 * info.el (info-display-manual): New function.
6240
6241 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6242
6243 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
6244
6245 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
6246
6247 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
6248 an entry for that server in rcirc-authinfo. (Bug#8385)
6249
6250 2011-03-31 Glenn Morris <rgm@gnu.org>
6251
6252 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
6253
6254 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
6255
6256 2011-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
6265 2011-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
6279 2011-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
6285 2011-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
6292 2011-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
6305 2011-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
6310 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
6311
6312 * net/imap.el (imap-shell-open, imap-process-connection-type):
6313 Use imap-process-connection-type for 'shell' streams as well as
6314 Kerberos, SSL, other subprocesses.
6315
6316 2011-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
6322 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
6323
6324 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
6325
6326 2011-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
6332 2011-03-25 Leo Liu <sdl.web@gmail.com>
6333
6334 * midnight.el (midnight-time-float): Remove. Note it calculates
6335 the microsecond component incorrectly and seconds-to-time does the
6336 same job.
6337 Remove redundant (require 'timer).
6338
6339 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
6340 (ido-completions): Remove unused arguments. (Bug#8329)
6341
6342 2011-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
6356 2011-03-24 Drew Adams <drew.adams@oracle.com>
6357
6358 * thingatpt.el: Support `defun'.
6359
6360 2011-03-23 Leo Liu <sdl.web@gmail.com>
6361
6362 * abbrevlist.el: Move to obsolete/abbrevlist.el.
6363
6364 * help-mode.el (help-mode-finish): Tweak regexp.
6365
6366 2011-03-23 Glenn Morris <rgm@gnu.org>
6367
6368 * eshell/esh-opt.el (eshell-eval-using-options):
6369 Do not bind unused local variable `eshell-option-stub'.
6370
6371 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
6372
6373 2011-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
6379 2011-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
6385 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
6386
6387 * simple.el (backward-delete-char-untabify):
6388 Avoid warning about using `delete-backward-char'.
6389
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
6395 2011-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.
6401 (rcirc-user-authenticated): Define to fix compiler warning.
6402
6403 2011-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.
6410 (enable-theme): Accept only loaded themes as arguments.
6411 Ignore the special custom-enabled-themes variable.
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.
6415
6416 2011-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
6421 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * subr.el (deferred-action-list, deferred-action-function):
6424 Mark obsolete.
6425
6426 2011-03-21 Leo Liu <sdl.web@gmail.com>
6427
6428 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
6429 change on 2011-02-13 (bug#8309).
6430
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
6436 2011-03-21 Glenn Morris <rgm@gnu.org>
6437
6438 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
6439 Doc fixes.
6440
6441 2011-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
6448 2011-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
6453 2011-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
6458 2011-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
6465 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
6466
6467 * dired-aux.el (dired-create-directory): Signal an error if the
6468 directory already exists (Bug#8246).
6469
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
6475 2011-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
6482 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
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
6488 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
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
6494 2011-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
6507 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6508
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.
6512
6513 2011-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
6518 2011-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
6526 2011-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
6563 2011-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
6568 2011-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
6574 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
6575
6576 * startup.el (command-line): Warn the user that _emacs is deprecated.
6577
6578 2011-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
6589 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
6590
6591 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
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
6595 2011-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
6607 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * startup.el (command-line): Update package subdirectory regexp.
6610
6611 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * allout.el (allout-abbreviate-flattened-numbering)
6614 (allout-mode-deactivate-hook): Fix up obsolescence "date".
6615
6616 * subr.el (read-char-choice): Only show the cursor after the prompt,
6617 not after the answer.
6618
6619 2011-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
6624 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
6627 warning message.
6628
6629 2011-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
6634 2011-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
6642 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
6643
6644 * help.el (describe-mode): Link to the mode's definition (bug#8185).
6645
6646 2011-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
6651 2011-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
6663 2011-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
6667 2011-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
6675 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6676
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
6682 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
6683 Disable obsolescence warnings in the file that declares it.
6684
6685 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
6686
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.
6691
6692 2011-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
6697 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
6698
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.
6705
6706 2011-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
6711 2011-03-10 Glenn Morris <rgm@gnu.org>
6712
6713 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
6714
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
6719 * eshell/esh-util.el (eshell-condition-case): Doc fix.
6720
6721 * cus-edit.el (Custom-newline): If no button at point, look
6722 for a subgroup button at start-of-line. (Bug#2298)
6723
6724 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
6725
6726 2011-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
6731 2011-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
6735 2011-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.
6741 (allout-make-topic-prefix, allout-rebullet-heading): Change
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
6746 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
6747
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
6750 `tramp-default-port'.
6751
6752 2011-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
6758 2011-03-09 Glenn Morris <rgm@gnu.org>
6759
6760 * shell.el (shell-mode):
6761 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
6762
6763 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
6764 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
6765
6766 2011-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
6771 2011-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
6778 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6779 Use `equal' for upload base check.
6780
6781 2011-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
6786 2011-03-08 Glenn Morris <rgm@gnu.org>
6787
6788 * cus-start.el (cursor-in-non-selected-windows):
6789 Fix :set quoting oddness. (Bug#8192)
6790
6791 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
6792 in some setf expressions. (Bug#2159)
6793
6794 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * custom.el (custom-available-themes): Return themes in
6797 alphabetical order.
6798
6799 See ChangeLog.15 for earlier changes.
6800
6801 ;; Local Variables:
6802 ;; coding: utf-8
6803 ;; End:
6804
6805 Copyright (C) 2011 Free Software Foundation, Inc.
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/>.