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