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