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