]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Update cycle detection algorithm.
[gnu-emacs] / lisp / ChangeLog
1 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
2
3 * ses.el: Update cycle detection algorithm.
4 (ses-localvars): Add ses--Dijkstra-attempt-nb and
5 ses--Dijkstra-weight-bound, and initial values thereof when
6 applicable.
7 (ses-set-localvars): New function.
8 (ses-make-cell): Add property-list as a cell element.
9 (ses-cell-property-get-fun, ses-cell-property-get)
10 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
11 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun): New
12 functions.
13 (ses-cell-property-set, ses-cell-property-pop)
14 (ses-cell-property-get-handle): New macro.
15 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16 New aliases, used for code readability.
17 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
18 cycle detection.
19 (ses-self-reference-early-detection): New defcustom.
20 (ses-formula-references): Robustify against self-refering cells.
21 (ses-mode): Use ses-set-localvars.
22 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
23 before lauching the update processing.
24 (ses-initialize-Dijkstra-attempt): New function.
25 (ses-recalculate-cell): Update for cycle detection based on
26 Dijkstra algorithm.
27
28 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
29
30 * ses.el: Fix commenting and indenting convention.
31
32 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * bs.el (bs-cycle-next): Complete last change.
35
36 2011-06-27 Drew Adams <drew.adams@oracle.com>
37
38 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
39
40 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
41
42 * net/network-stream.el (network-stream-open-starttls):
43 Don't re-get capabilities unless we've reestablished connection.
44 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
45
46 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
47 to binary to possibly avoid line encoding issues on Windows (among
48 other things).
49
50 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
51
52 * net/network-stream.el (open-network-stream): Return an :error
53 saying what the problem was, if possible.
54
55 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
56 server.
57
58 * net/network-stream.el (network-stream-open-starttls): If we
59 wanted to use STARTTLS, and the server offered it, but we weren't
60 able to because we had no STARTTLS support, then close the connection.
61 (open-network-stream): Return an :error element, if present.
62
63 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
64
65 * hl-line.el (hl-line-sticky-flag): Doc fix.
66 (global-hl-line-sticky-flag): New option (Bug#8323).
67 (global-hl-line-highlight): Obey it.
68
69 * vc/vc.el (vc-revert-show-diff): Default to t.
70
71 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
72
73 * allout-widgets.el (allout-widgets-post-command-business):
74 Stop decorating intermediate isearch matches. They're not being
75 undecorated when an isearch is continued past, and isearch
76 automatically collapses them. This leads to "widget leaks", where
77 decorated items accumulate in collapsed areas. Lines with lots of
78 hidden widgets can slow down cursor travel, substantially.
79 Too much complicated machinery would be needed to ensure undecoration,
80 so we're doing without this nicety.
81
82 (allout-widgets-tally-string): Don't try to do a hash-table-count
83 of allout-widgets-tally when it's nil. This eliminates spurious "Error
84 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
85 *Messages* when allout-widgets-maintain-tally is t.
86
87 2011-06-26 Martin Rudalics <rudalics@gmx.at>
88
89 * window.el (display-buffer-normalize-argument): Rename to
90 display-buffer-normalize-arguments. Handle special meaning of
91 LABEL argument. Respect special-display-function when popping up
92 a new frame. Fix code searching for a window showing the buffer
93 on another frame.
94 (display-buffer-normalize-specifiers):
95 Call display-buffer-normalize-arguments.
96 (display-buffer-in-window): Don't undedicate the window if its
97 buffer remains the same.
98 Reported by Drew Adams <drew.adams@oracle.com>.
99 (display-buffer-alist): Add choice for same-window macro
100 specfier.
101 (display-buffer): Mention special meaning of LABEL argument in
102 doc-string. Fix quoting. Don't pop up a new frame even as
103 fallback.
104
105 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
106
107 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
108 avoid deleting the current window in some cases (bug#8911).
109
110 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
111
112 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
113 (Bug#8934)
114
115 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
116
117 * net/network-stream.el (network-stream-open-starttls):
118 Use built-in TLS support if `gnutls-available-p' is true.
119 (network-stream-open-tls): Ditto.
120
121 2011-06-26 Leo Liu <sdl.web@gmail.com>
122
123 * register.el (registerv): New struct.
124 (registerv-make): New function.
125 (jump-to-register, describe-register-1, insert-register):
126 Support the jump-func, print-func and insert-func slot of a registerv
127 struct. (Bug#8415)
128
129 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
130
131 * vc/vc.el (vc-revert-show-diff): New defcustom.
132 (vc-diff-internal): New arg specifying diff buffer.
133 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
134 reuse an existing *vc-diff* buffer (Bug#8927).
135
136 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
137
138 2011-06-26 Glenn Morris <rgm@gnu.org>
139
140 * progmodes/f90.el (f90-critical-indent): New option.
141 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
142 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
143 (f90-mode): Doc fix.
144 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
145 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
146 (f90-beginning-of-block, f90-next-block, f90-indent-region)
147 (f90-match-end): Handle block, critical.
148
149 2011-06-25 Glenn Morris <rgm@gnu.org>
150
151 * calendar/diary-lib.el (diary-included-files): Doc fix.
152 (diary-include-files): New function, extracted from
153 diary-include-other-diary-files and diary-mark-included-diary-files.
154 (diary-include-other-diary-files, diary-mark-included-diary-files):
155 Just call diary-include-files.
156 (diary-mark-entries): Reset diary-included-files on first call.
157
158 * calendar/diary-lib.el (diary-mark-entries)
159 (diary-mark-included-diary-files):
160 Visit included diary-files in temp buffers.
161
162 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
163 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
164 (f90-start-block-re, f90-imenu-generic-expression)
165 (f90-looking-at-program-block-start, f90-no-block-limit):
166 Add support for submodules.
167
168 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
169 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
170
171 2011-06-25 Eli Zaretskii <eliz@gnu.org>
172
173 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
174 buffer-file-type before setting its value, to avoid disastrous
175 global effects on decoding files for DOS/Windows systems. (Bug#8780)
176
177 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
178
179 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
180
181 * ses.el (ses-unload-function):
182 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
183
184 * proced.el (proced-unload-function):
185 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
186
187 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
188
189 * server.el (server-create-window-system-frame): Add parameters arg.
190 (server-process-filter): Doc fix. Handle frame-parameters.
191
192 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
193
194 Fix bug#8730, bug#8781.
195
196 * loadhist.el (unload--set-major-mode): New function.
197 (unload-feature): Use it.
198
199 * progmodes/python.el (python-after-info-look): Add autoload cookie.
200 (python-unload-function): New function.
201
202 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
205
206 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
207
208 * net/browse-url.el (browse-url-firefox-program): Add icecat to
209 the candidates list.
210
211 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
212
213 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
214
215 2011-06-23 Richard Stallman <rms@gnu.org>
216
217 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
218 (rmail-variables): Set next-error-move-function.
219 (rmail-what-message): Take argument POS.
220 (rmail-next-error-move): New function.
221
222 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
225 messages for adjacent non-terminals.
226
227 2011-06-23 Richard Stallman <rms@gnu.org>
228
229 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
230 (rmail-show-message-1): Preserve buffer modified flag.
231 (rmail-start-mail): Don't specify use of rmail-mail-return;
232 that's done by mail-bury now.
233 (rmail-mail-return): Handle arg NEWBUF.
234
235 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
236
237 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
238 SIZE is a number.
239
240 2011-06-23 Martin Rudalics <rudalics@gmx.at>
241
242 * window.el (get-lru-window, get-mru-window)
243 (get-largest-window): Never return a minibuffer window.
244 (display-buffer-pop-up-window): Fix a bug that could lead to
245 reusing the minibuffer window.
246 (display-buffer): Pass original specifier argument to
247 display-buffer-function instead of the normalized one.
248 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
249
250 2011-06-22 Leo Liu <sdl.web@gmail.com>
251
252 * minibuffer.el (completing-read-function)
253 (completing-read-default): Move from minibuf.c
254
255 2011-06-22 Richard Stallman <rms@gnu.org>
256
257 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
258 to Rmail even if not started by a special Rmail command.
259
260 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
261 Copy the buffer currently showing just one message.
262
263 2011-06-22 Roland Winkler <winkler@gnu.org>
264
265 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
266 (bibtex-clean-entry): First delete the old key so that a
267 customized algorithm for generating the new key does not get
268 confused by the old key.
269 (bibtex-url): Obey regexp of first step.
270 (bibtex-search-entries): Do not use add-to-list with local
271 list-var.
272
273 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
274
275 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
276 stored a user name, then query for the password first, instead of
277 waiting for SMTP to give an error message and the trying again.
278
279 2011-06-22 Lawrence Mitchell <wence@gmx.li>
280
281 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
282 BUFFER in call-process.
283
284 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
285
286 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
287 QUIT twice.
288 (smtpmail-try-auth-methods): Require user name and password from
289 auth-source.
290
291 2011-06-22 Martin Rudalics <rudalics@gmx.at>
292
293 * window.el (display-buffer-default-specifiers)
294 (display-buffer-alist): Remove entries for pop-up-frame-alist.
295 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
296 (split-window): Normalize SIDE argument (Bug#8916).
297
298 * frame.el (pop-up-frame-alist, pop-up-frame-function)
299 (special-display-frame-alist, special-display-popup-frame):
300 Remove duplicate declarations. These are now in window.el.
301
302 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
303
304 * mail/smtpmail.el (smtpmail-via-smtp):
305 Set :use-starttls-if-possible so that we always use STARTTLS if the
306 server supports it. SMTP servers that support STARTTLS commonly
307 require it.
308
309 * net/network-stream.el (network-stream-open-starttls): Support
310 upgrading to STARTTLS always, even if we don't have built-in support.
311 (open-network-stream): Add the :always-query-capabilies keyword.
312
313 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
314 upgrades with `open-network-stream', and rely solely on
315 auth-source for all credentials. Big changes throughout the file,
316 but in particular:
317 (smtpmail-auth-credentials): Remove.
318 (smtpmail-starttls-credentials): Remove.
319 (smtpmail-via-smtp): Check for servers saying they want AUTH after
320 MAIL FROM, too.
321
322 * net/network-stream.el (network-stream-open-starttls):
323 Provide support for client certificates both for external and built-in
324 STARTTLS.
325 (auth-source): Require.
326 (open-network-stream): Document the :client-certificate keyword.
327 (network-stream-certificate): Change cert-cert to cert and
328 cert-key to key.
329
330 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
331
332 * net/tramp-cache.el (top): Don't load the persistency file when
333 "emacs -Q" has been called.
334
335 2011-06-21 Tim Harper <timcharper@gmail.com>
336
337 * term/ns-win.el (ns-initialize-window-system):
338 Set application-specific `ApplePressAndHoldEnabled' system
339 resource to NO as it is not yet supported by the NS port.
340
341 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
342
343 * misc.el (list-dynamic-libraries--refresh): Compute header here...
344 (list-dynamic-libraries): ...not here.
345
346 2011-06-21 Leo Liu <sdl.web@gmail.com>
347
348 * subr.el (sha1): Implement sha1 using secure-hash.
349
350 2011-06-21 Martin Rudalics <rudalics@gmx.at>
351
352 * window.el (display-buffer-alist): In default value do not
353 enforce searching a window on any but the selected frame.
354 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
355 (display-buffer-select-window): Remove function.
356 (display-buffer-in-window): When a window on another frame gets
357 reused, do not select it any more but just raise its frame if
358 necessary (Bug#8851) and (Bug#8856).
359 (display-buffer-normalize-options): Handle pop-up-frames related
360 options more faithfully.
361 (pop-to-buffer): Don't rely on `display-buffer' selecting the
362 window if it is on another frame.
363 (display-buffer-alist, display-buffer-default-specifiers):
364 Don't make new frame unsplittable by default.
365 (display-buffer-normalize-argument): Fix doc-string typo and use
366 'same-frame-other-window instead of 'other-window when associating
367 with display-buffer-macro-specifiers.
368
369 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
370
371 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
372 New functions.
373 (5x5-mode-map, 5x5-mode-menu): Bind them.
374 (5x5-draw-grid): Tweak the solver's rendering.
375
376 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
379 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
380
381 2011-06-21 Drew Adams <drew.adams@oracle.com>
382
383 * menu-bar.el: Use function variable instead of switch-to-buffer.
384 (menu-bar-select-buffer-function): New variable.
385 (menu-bar-update-buffers): Use it (bug#8876).
386
387 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
390 variable's status.
391
392 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
393
394 * x-dnd.el (x-dnd-version-from-flags)
395 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
396 and long as number (Bug#8899).
397 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
398
399 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
402 (completion-try-completion, completion-all-completions): Compute the
403 metadata argument if it's missing; make it optional (bug#8795).
404
405 * wid-edit.el: Use lex-bind and move towards completion-at-point.
406 (widget-complete): Use new :completion-function property.
407 (widget-completions-at-point): New function.
408 (default): Use :completion-function instead of :complete.
409 (widget-default-completions): Rename from widget-default-complete;
410 Rewrite.
411 (widget-string-complete, widget-file-complete, widget-color-complete):
412 Remove functions.
413 (file, symbol, function, variable, coding-system, color):
414 * international/mule-cmds.el (default-input-method, charset)
415 (language-info-custom-alist):
416 * cus-edit.el (face): Use new property :completions.
417
418 * progmodes/pascal.el (pascal-completions-at-point): New function.
419 (pascal-mode): Use it.
420 (pascal-mode-map): Use completion-at-point.
421 (pascal-toggle-completions): Make obsolete.
422 (pascal-complete-word, pascal-show-completions):
423 * progmodes/octave-mod.el (octave-complete-symbol):
424 Redefine as obsolete alias.
425 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
426 Signal absence of completion info for old Octave,
427 (inferior-octave-complete): Redefine as obsolete alias.
428 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
429 (meta-completions-at-point): Rename from meta-complete-symbol and
430 adapt it for use on completion-at-point-functions.
431 (meta-common-mode): Use it.
432 (meta-looking-at-backward, meta-match-buffer): Remove.
433 (meta-complete-symbol): Redefine as obsolete alias.
434 (meta-common-mode-map): Use completion-at-point.
435 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
436 (makefile-mode-map): Use completion-at-point.
437 (makefile-completions-at-point): Rename from makefile-complete and
438 adapt it for use on completion-at-point-functions.
439 (makefile-mode): Use it.
440 (makefile-complete): Redefine as obsolete alias.
441
442 2011-06-20 Deniz Dogan <deniz@dogan.se>
443
444 * net/rcirc.el: Delete trailing whitespaces once and for all.
445
446 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
447
448 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
449
450 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
451
452 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
453
454 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
455
456 2011-06-19 Martin Rudalics <rudalics@gmx.at>
457
458 * window.el (display-buffer-other-window-means-other-frame):
459 Call display-buffer-normalize-alist.
460 (display-buffer-normalize-specifiers-1): Rename to
461 display-buffer-normalize-argument. New argument other-frame.
462 Rewrite.
463 (display-buffer-normalize-specifiers-2): Rename to
464 display-buffer-normalize-options.
465 (display-buffer-normalize-alist-1): New function.
466 (display-buffer-normalize-specifiers-3): Rename to
467 display-buffer-normalize-alist.
468 Call display-buffer-normalize-alist-1.
469 (display-buffer-normalize-options-inhibit): New variable.
470 (display-buffer-normalize-specifiers): Rewrite calling
471 display-buffer-normalize-alist,
472 display-buffer-normalize-argument, and
473 display-buffer-normalize-options. Don't call the latter if
474 display-buffer-normalize-options-inhibit is non-nil.
475 (frame-auto-delete): New option.
476 (window-deletable-p): Use frame-auto-delete.
477 (window-list-no-nils, window-state-ignored-parameters)
478 (window-state-get-1, window-state-get, window-state-put-list)
479 (window-state-put-1, window-state-put-2, window-state-put):
480 New functions.
481 (display-buffer-normalize-options): Move special-display-p group
482 after pop-up-frame group (Bug#8851) and (Bug#8856).
483
484 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
485
486 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
487 groups (Bug#8776).
488 (rx-submatch-n): New function.
489 (rx): Document it.
490
491 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
492 (Bug#8768).
493
494 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
495
496 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
497
498 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
499 anytime existing face settings are present (Bug#8889).
500
501 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
502 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
503 Remove unused argument.
504
505 2011-06-18 Martin Rudalics <rudalics@gmx.at>
506
507 * window.el (display-buffer-default-specifiers):
508 Remove pop-up-frame. Add pop-up-window-min-height,
509 pop-up-window-min-width, and another reuse-window specifier
510 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
511 (display-buffer-normalize-specifiers-2):
512 Handle split-height-threshold and split-width-threshold also when
513 pop-up-windows is unset. Add a reuse-window specifier for the
514 case popping up a new window fails.
515 (special-display-popup-frame): Remove double quoting.
516 (display-buffer-normalize-specifiers-1): Fix thinko.
517
518 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
519
520 * shell.el (shell-completion-vars): Set pcomplete-termination-string
521 according to comint-completion-addsuffix.
522
523 * pcomplete.el: Convert to lexical binding and fix bug#8819.
524 (pcomplete-suffix-list): Mark as obsolete.
525 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
526 pcomplete-seen in the closure.
527 (pcomplete-comint-setup): Setup completion-at-point as well.
528 (pcomplete--entries): New function.
529 (pcomplete--env-regexp): New var.
530 (pcomplete-entries): Rewrite to work with partial-completion and
531 without relying on pcomplete-suffix-list.
532 (pcomplete-pare-list): Remove, unused.
533
534 2011-06-17 Martin Rudalics <rudalics@gmx.at>
535
536 * window.el (display-buffer-alist): Set pop-up-window-min-height
537 and pop-up-window-min-width in default value. Reported by
538 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
539 other-window-means-other-frame.
540 (display-buffer-macro-specifiers): Comment out entry for
541 other-window specifier.
542 (display-buffer-other-window-means-other-frame): New function.
543 (display-buffer-normalize-specifiers-1): New arguments
544 buffer-name and label. Treat other-window case specially.
545 (display-buffer-normalize-specifiers-2): Treat other-window case
546 specially.
547 (display-buffer-normalize-specifiers-3): New function.
548 (display-buffer-normalize-specifiers):
549 Call display-buffer-normalize-specifiers-3.
550
551 2011-06-17 Martin Rudalics <rudalics@gmx.at>
552
553 * window.el (same-window-p): Fix two typos introduced when
554 adding with-no-warnings.
555 (display-buffer-normalize-specifiers-1): Don't check
556 pop-up-frames for 'unset initialization.
557 (display-buffer-normalize-specifiers-2): Major rewrite using
558 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
559 (pop-up-frames, display-buffer-reuse-frames)
560 (display-buffer-mark-dedicated): Don't initialize to 'unset.
561 Suggested by David Engster <deng@randomsample.de>.
562 (even-window-heights): Initialize to 'unset.
563 (display-buffer-alist-set): Handle new 'unset initializations.
564 (display-buffer-macro-specifiers): Don't pop up a new frame in the
565 other window case.
566
567 2011-06-16 Martin Rudalics <rudalics@gmx.at>
568
569 * window.el (display-buffer-normalize-specifiers-1):
570 Respect current value of pop-up-frames for most reasonable values of
571 second argument of display-buffer (Bug#8865).
572 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
573 (switch-to-buffer-other-window-same-frame)
574 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
575 Adams (Bug#8875).
576 (display-buffer): Don't check noninteractive when calling
577 display-buffer-pop-up-frame.
578 (display-buffer-pop-up-frame): Never pop up a frame in
579 noninteractive mode (Bug#8857).
580 (enlarge-window, shrink-window): Don't report an error when the
581 window can't be resized as requested (Bug#8862).
582
583 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
584
585 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
586
587 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
588
589 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
590
591 2011-06-15 Alan Mackenzie <acm@muc.de>
592
593 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
594 for declarators, disable knr checking to speed up for normal files.
595 2: Refactor, replacing a sequence of nested if forms by a cond form.
596
597 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
598
599 * net/network-stream.el (open-network-stream): Add the keyword
600 :always-query-capabilities for the case where you want to force a
601 `plain' network connection, but the protocol still requires the
602 capabilitiy command (i.e., SMTP and EHLO).
603
604 * subr.el (process-live-p): Rename from `process-alive-p' for
605 consistency with other `-live-p' functions.
606
607 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * window.el (same-window-buffer-names, same-window-regexps)
610 (special-display-frame-alist, special-display-popup-frame)
611 (special-display-function, special-display-buffer-names)
612 (special-display-regexps, pop-up-frame-alist)
613 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
614 (pop-up-windows, split-window-preferred-function)
615 (split-height-threshold, split-width-threshold, even-window-heights)
616 (display-buffer-mark-dedicated): Don't encourage the use of
617 display-buffer-alist from Elisp code.
618
619 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
620
621 * progmodes/python.el (python-mode): Derive from prog-mode.
622 * progmodes/ps-mode.el (ps-mode):
623 * progmodes/mixal-mode.el (mixal-mode):
624 * progmodes/cfengine.el (cfengine-mode):
625 * progmodes/ld-script.el (ld-script-mode): Likewise.
626
627 2011-06-15 Martin Rudalics <rudalics@gmx.at>
628
629 * window.el (display-buffer-alist): Trim default value to avoid
630 popping up a new frame (Bug#8857) or reusing an arbitrary window
631 on another frame.
632 (display-buffer): Do not fall back on popping up a new frame in
633 batch mode (Bug#8857).
634
635 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
636
637 * cus-theme.el (describe-theme-1): Use custom-theme-p.
638 (custom-theme-summary): New function.
639 (customize-themes): Use it.
640
641 2011-06-13 Glenn Morris <rgm@gnu.org>
642
643 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
644
645 2011-06-13 Martin Rudalics <rudalics@gmx.at>
646
647 * help.el (help-window): Remove variable.
648 (help-window-point-marker, temp-buffer-max-height)
649 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
650 (help-print-return-message): Don't set help-window.
651 (resize-temp-buffer-window): Rewrite cod eand doc-string.
652 (help-window-setup-finish): Remove.
653 (help-window-display-message, help-window-setup)
654 (with-help-window): Major rewrite based on new
655 display-buffer-window variable.
656
657 * help-mode.el (help-mode-finish): Remove help-window related
658 code.
659
660 * view.el (view-exits-all-viewing-windows): Remove reference to
661 view-return-to-alist in doc-string.
662 (view-return-to-alist): Make obsolete.
663 (view-buffer): Call pop-to-buffer-same-window and remove
664 undo-window code.
665 (view-buffer-other-window): Call pop-to-buffer-other-window and
666 simplify code. Ignore second argument.
667 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
668 simplify code. Ignore second argument.
669 (view-return-to-alist-update): Make obsolete.
670 (view-mode-enter): Rename second argument to QUIT-RESTORE.
671 Rewrite using quit-restore window parameters.
672 (view-mode-exit): Rename second argument to EXIT-ONLY.
673 Rewrite using quit-restore-window.
674 (View-exit, View-exit-and-edit, View-leave, View-quit)
675 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
676 appropriate arguments.
677 (view-end-message): Use quit-restore window parameter.
678
679 * window.el (display-buffer-function): Rewrite doc-string.
680 (display-buffer-window, display-buffer-alist): New variables.
681 (display-buffer-split-specifiers)
682 (display-buffer-side-specifiers)
683 (display-buffer-macro-specifiers): New constants.
684 (display-buffer-even-window-sizes, display-buffer-set-height)
685 (display-buffer-set-width, display-buffer-select-window)
686 (display-buffer-in-window, display-buffer-reuse-window)
687 (display-buffer-split-window-1, display-buffer-split-window)
688 (display-buffer-split-atom-window, display-buffer-pop-up-window)
689 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
690 (display-buffer-in-side-window, normalize-buffer-to-display)
691 (display-buffer-normalize-specifiers-1)
692 (display-buffer-normalize-specifiers-2)
693 (display-buffer-normalize-specifiers, display-buffer-frame):
694 New functions.
695 (display-buffer): Major rewrite.
696 (display-buffer-other-window, display-buffer-other-frame)
697 (pop-to-buffer, switch-to-buffer-other-window)
698 (switch-to-buffer-other-frame): Rewrite.
699 (display-buffer-same-window, display-buffer-same-frame)
700 (display-buffer-same-frame-other-window)
701 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
702 (pop-to-buffer-other-window)
703 (pop-to-buffer-same-frame-other-window)
704 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
705 (switch-to-buffer-other-window-same-frame): New functions.
706 (same-window-p, special-display-p): Rewrite disabling warnings.
707 Make obsolete.
708 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
709 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
710 Make obsolete
711 (same-window-buffer-names, same-window-regexps)
712 (special-display-frame-alist, special-display-popup-frame)
713 (special-display-function, special-display-buffer-names)
714 (special-display-regexps, pop-up-frame-alist)
715 (pop-up-frame-function, split-window-preferred-function)
716 (split-height-threshold, split-width-threshold)
717 (even-window-heights): Make obsolete.
718
719 2011-06-12 Glenn Morris <rgm@gnu.org>
720
721 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
722 Misc simplifications.
723
724 2011-06-12 Martin Rudalics <rudalics@gmx.at>
725
726 * window.el (window-safely-shrinkable-p): Restore function which
727 was inadvertently removed in change from 2011-06-11. Declare as
728 obsolete.
729
730 * calendar/calendar.el (calendar-generate-window):
731 Use window-iso-combined-p instead of combination of one-window-p and
732 window-safely-shrinkable-p.
733
734 2011-06-12 Glenn Morris <rgm@gnu.org>
735
736 * progmodes/fortran.el (fortran-mode-syntax-table):
737 * progmodes/f90.el (f90-mode-syntax-table):
738 Set % to punctuation. (Bug#8820)
739 (f90-find-tag-default): Remove, no longer needed.
740
741 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
742
743 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
744
745 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
746
747 * image.el (image-animated-p): Return animation delay in seconds.
748 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
749 (image-animate-timeout): Remove DELAY argument. Don't assume
750 every subimage has the same delay; get it from image-animated-p.
751 (image-animate): Caller changed.
752
753 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
754
755 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
756 to ignored backtrace functions.
757
758 2011-06-11 Glenn Morris <rgm@gnu.org>
759
760 * calendar/appt.el (appt-disp-window-function): Doc fix.
761 (appt-check): Handle overlapping appointments. (Bug#8337)
762
763 2011-06-11 Martin Rudalics <rudalics@gmx.at>
764
765 * window.el (window-tree-1, window-tree): New functions, moving
766 the latter to window.el.
767 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
768 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
769 (bw-refresh-edges): Remove.
770 (balance-windows-1, balance-windows-2): New functions.
771 (balance-windows): Rewrite in terms of window tree functions,
772 balance-windows-1 and balance-windows-2.
773 (bw-adjust-window): Remove.
774 (balance-windows-area-adjust): New function with functionality of
775 bw-adjust-window but using resize-window.
776 (set-window-text-height): Rewrite doc-string.
777 Use normalize-live-window and resize-window.
778 (enlarge-window-horizontally, shrink-window-horizontally):
779 Rename argument to DELTA.
780 (window-buffer-height): New function.
781 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
782 Rewrite using new window resize routines.
783 (kill-buffer-and-window, mouse-autoselect-window-select):
784 Use ignore-errors instead of condition-case.
785 (quit-window): Call delete-frame instead of delete-windows-on
786 for the only buffer on frame.
787
788 2011-06-10 Martin Rudalics <rudalics@gmx.at>
789
790 * loadup.el (top-level): Load window before files for the sake
791 of replace-buffer-in-windows.
792
793 * files.el (read-buffer-to-switch)
794 (switch-to-buffer-other-window)
795 (switch-to-buffer-other-frame, display-buffer-other-frame):
796 Move to window.el.
797
798 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
799 (previous-buffer): Move to window.el.
800
801 * bindings.el (unbury-buffer): Move to window.el.
802
803 * window.el (delete-other-windows-vertically): Move after
804 definition of delete-other-windows.
805 (other-window, delete-windows-on, replace-buffer-in-windows):
806 Move here from window.c.
807 (record-window-buffer, unrecord-window-buffer)
808 (set-window-buffer-start-and-point, switch-to-prev-buffer)
809 (switch-to-next-buffer): New functions.
810 (get-next-valid-buffer, last-buffer, next-buffer): Move here
811 from simple.el. Call switch-to-next-buffer.
812 (previous-buffer): Move here from simple.el.
813 Call switch-to-prev-buffer.
814 (bury-buffer): Move here from buffer.c. Switch to previous
815 buffer when window cannot be deleted.
816 (unbury-buffer): Move here from bindings.el.
817 (ctl-x-map): Move binding for other-window from window.c to
818 here.
819 (read-buffer-to-switch, switch-to-buffer-other-window)
820 (switch-to-buffer-other-frame): Move here from files.el.
821 (normalize-buffer-to-switch-to): New functions.
822 (switch-to-buffer): Move here from buffer.c.
823 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
824
825 2011-06-10 Martin Rudalics <rudalics@gmx.at>
826
827 * window.el (window-min-height, window-min-width): Move here
828 from window.c. Add defcustoms and rewrite doc-strings.
829 (resize-mini-window, resize-window): New functions.
830 (adjust-window-trailing-edge, enlarge-window, shrink-window):
831 Move here from window.c.
832 (maximize-window, minimize-window): New functions.
833 (delete-window, delete-other-windows, split-window): Move here
834 from window.c.
835 (window-split-min-size): New function.
836 (split-window-keep-point): Mention split-window-above-each-other
837 instead of split-window-vertically.
838 (split-window-above-each-other, split-window-vertically):
839 Rename split-window-vertically to split-window-above-each-other and
840 provide defalias for old definition.
841 (split-window-side-by-side, split-window-horizontally): Rename
842 split-window-horizontally to split-window-side-by-side and provide
843 defalias for the old definition.
844 (ctl-x-map): Move bindings for delete-window,
845 delete-other-windows and enlarge-window here from window.c.
846 Replace bindings for split-window-vertically and
847 split-window-horizontally by bindings for
848 split-window-above-each-other and split-window-side-by-side.
849
850 * cus-start.el (all): Remove entries for window-min-height and
851 window-min-width. Add entries for window-splits and
852 window-nest.
853
854 2011-06-09 Glenn Morris <rgm@gnu.org>
855
856 * calendar/appt.el (appt-mode-line): New function.
857 (appt-check, appt-disp-window): Use it.
858
859 * files.el (hack-one-local-variable-eval-safep):
860 Allow minor-modes with explicit +/-1 arguments.
861
862 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
863
864 * term/xterm.el (xterm): Add defgroup.
865 (xterm-extra-capabilities): Add defcustom to supply known xterm
866 capabilities, skip querying them, or query them (default).
867 (terminal-init-xterm): Use it.
868 (terminal-init-xterm-modify-other-keys): New function to set up
869 modifyOtherKeys support to simplify `terminal-init-xterm'.
870
871 2011-06-09 Martin Rudalics <rudalics@gmx.at>
872
873 * window.el (resize-window-reset, resize-window-reset-1)
874 (resize-subwindows-skip-p, resize-subwindows-normal)
875 (resize-subwindows, resize-other-windows, resize-this-window)
876 (resize-root-window, resize-root-window-vertically)
877 (window-deletable-p, window-or-subwindow-p)
878 (frame-root-window-p): New functions.
879
880 2011-06-09 Glenn Morris <rgm@gnu.org>
881
882 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
883 (ange-ftp-get-files): Use it.
884
885 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
886
887 * mail/sendmail.el (mail-recover-1, mail-recover):
888 * files.el (recover-file, recover-session):
889 Handle dired-listing-switches not being just a single short option.
890
891 2011-06-09 Glenn Morris <rgm@gnu.org>
892
893 * calendar/appt.el (appt-display-message, appt-disp-window):
894 Handle lists of appointments.
895
896 2011-06-08 Martin Rudalics <rudalics@gmx.at>
897
898 * window.el (one-window-p): Move down in code.
899 Rewrite doc-string.
900 (window-current-scroll-bars): Rewrite doc-string.
901 Normalize live window argument.
902 (walk-windows, get-window-with-predicate, count-windows):
903 Rewrite doc-string. Use window-list-1.
904 (window-in-direction-2, window-in-direction, get-mru-window):
905 New functions.
906
907 2011-06-08 Reuben Thomas <rrt@sc3d.org>
908
909 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
910 Doc fix (Bug#8713).
911
912 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
913
914 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
915
916 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
917
918 * loadhist.el (unload-feature-special-hooks):
919 Add `comint-output-filter-functions'.
920
921 2011-06-08 Ivan Kanis <gnu@kanis.fr>
922
923 * calendar/appt.el (appt-check): Move some initializations into the let.
924
925 2011-06-08 Martin Rudalics <rudalics@gmx.at>
926
927 * window.el (window-height): Defalias to window-total-height.
928 (window-width): Defalias to window-body-width.
929
930 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
931
932 * image-mode.el (image-toggle-animation): New command.
933 (image-mode-map): Bind it to RET.
934 (image-mode): Update message.
935 (image-toggle-display-image): Avoid a spurious cache flush.
936 (image-transform-rotation): Doc fix.
937 (image-transform-properties): Return quickly in the normal case.
938 (image-animate-loop): Rename from image-animate-max-time.
939
940 * image.el (image-animate-max-time): Move to image-mode.el.
941 (create-animated-image): Remove unnecessary function.
942 (image-animate): Rename from image-animate-start. New arg.
943 (image-animate-stop): Remove; just use image-animate-timer.
944 (image-animate-timer): Use car-safe.
945 (image-animate-timeout): Rename argument.
946
947 2011-06-07 Martin Rudalics <rudalics@gmx.at>
948
949 * window.el (get-lru-window, get-largest-window): Move here from
950 window.c. Rename first argument to ALL-FRAMES.
951 Rephrase doc-strings.
952 (get-buffer-window-list): Rewrite using window-list-1.
953 Rephrase doc-string.
954 (window-safe-min-height, window-safe-min-width): New constants.
955 (window-size-ignore, window-min-size, window-min-size-1)
956 (window-sizable, window-sizable-p, window-size-fixed-1)
957 (window-size-fixed-p, window-min-delta-1, window-min-delta)
958 (window-max-delta-1, window-max-delta, window-resizable)
959 (window-resizable-p, window-total-height, window-total-width)
960 (window-body-width): New functions.
961 (window-full-height-p, window-full-width-p): Rewrite using
962 window-total-size.
963 (window-body-height): Rewrite using window-body-size.
964
965 2011-06-06 Martin Rudalics <rudalics@gmx.at>
966
967 * window.el (window-right, window-left, window-child)
968 (window-child-count, window-last-child, window-any-p)
969 (normalize-live-buffer, normalize-live-frame)
970 (normalize-any-window, normalize-live-window)
971 (window-iso-combination-p, window-iso-combined-p)
972 (window-iso-combinations)
973 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
974 (windows-with-parameter, window-with-parameter)
975 (window-atom-root, make-window-atom, window-atom-check-1)
976 (window-atom-check, window-side-check, window-check):
977 New functions.
978 (ignore-window-parameters, window-sides, window-sides-vertical)
979 (window-sides-slots): New variables.
980 (window-size-fixed): Move down in code. Minor doc-string fix.
981
982 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
983
984 * comint.el (comint-dynamic-complete-as-filename)
985 (comint-dynamic-complete-filename): Correctly call
986 completion-in-region.
987
988 2011-06-05 Deniz Dogan <deniz@dogan.se>
989
990 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
991 in last change.
992
993 2011-06-05 Deniz Dogan <deniz@dogan.se>
994
995 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
996 (rcirc): Use it to prompt for encryption.
997
998 2011-06-05 Roland Winkler <winkler@gnu.org>
999
1000 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
1001 (bibtex-search-entries): New command bound to C-c C-a.
1002 (bibtex-display-entries): New function.
1003
1004 2011-06-05 Roland Winkler <winkler@gnu.org>
1005
1006 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
1007 (bibtex-insert-kill): After yanking insert newline if necessary.
1008 (bibtex-initialize): Call bibtex-string-files-init only once.
1009 (bibtex-mode): Do not call easy-menu-add.
1010 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
1011 (bibtex-yank): Set arg properly if nil.
1012
1013 2011-06-05 Roland Winkler <winkler@gnu.org>
1014
1015 * textmodes/bibtex.el (bibtex-search-entry-globally):
1016 New variable.
1017 (bibtex-search-entry): Use it.
1018
1019 2011-06-05 Roland Winkler <winkler@gnu.org>
1020
1021 * textmodes/bibtex.el (bibtex-entry-format): New option
1022 sort-fields.
1023 (bibtex-format-entry, bibtex-reformat): Honor this option.
1024 (bibtex-parse-entry): Return fields in proper order.
1025
1026 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
1027
1028 * doc-view.el (doc-view-remove-if): Move computation of result out
1029 of `dolist' to silence misleading lexical-binding warning.
1030
1031 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
1032
1033 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
1034 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
1035
1036 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
1037
1038 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
1039 "SunOS 5.10".
1040
1041 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
1044 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
1045 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
1046 (tramp-parse-putty):
1047 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
1048 (tramp-completion-function-alist-ssh)
1049 (tramp-completion-function-alist-telnet)
1050 (tramp-completion-function-alist-su)
1051 (tramp-completion-function-alist-putty): Set `tramp-autoload'
1052 cookie.
1053
1054 * net/tramp-ftp.el:
1055 * net/tramp-sh.el:
1056 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
1057 load "tramp.el" `tramp-set-completion-function'.
1058
1059 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * shell.el: Require and use pcomplete.
1062 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
1063 (shell-completion-vars): Set pcomplete-default-completion-function.
1064
1065 2011-06-04 Deniz Dogan <deniz@dogan.se>
1066
1067 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
1068 `memq' (Bug#8799).
1069
1070 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
1073
1074 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * bs.el (bs--mark-unmark, bs--nth-wrapper):
1077 * mpc.el (mpc-select-extend, mpc-songpointer-context):
1078 * vc/log-view.el (log-view-beginning-of-defun):
1079 * vc/smerge-mode.el (smerge-apply-resolution-patch)
1080 (smerge-refine-forward, smerge-refine-chopup-region):
1081 Silence warning for unused `dotimes' counter variables.
1082
1083 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * net/tramp.el (tramp-with-progress-reporter): Rename from
1086 with-progress-reporter. Use `declare'.
1087 * net/tramp-smb.el:
1088 * net/tramp-sh.el:
1089 * net/tramp-gvfs.el: Update all uses.
1090
1091 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
1092
1093 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
1094 buffer isn't killed before making it current.
1095
1096 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 Silence various byte-compiler warnings.
1099 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
1100 `access-type' and new obsolescence format.
1101 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
1102 new format.
1103 (byte-compile-check-variable): New `access-type' argument.
1104 Only warn if the access-type is obsolete.
1105 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
1106 (byte-compile-variable-set): Adjust callers.
1107 * help-fns.el (describe-variable): Adjust to new obsolescence format.
1108 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
1109 setting it as obsolete.
1110 * simple.el (minibuffer-completing-symbol):
1111 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
1112 access as obsolete.
1113 * minibuffer.el (minibuffer-completing-file-name): Don't make it
1114 obsolete yet.
1115 * international/quail.el (quail-mouse-choose-completion): Remove unused
1116 code referring to obsolete var.
1117 (quail-choose-completion-string): Remove.
1118 * server.el (server-clients-with, server-kill-buffer-query-function)
1119 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
1120 * proced.el (proced-send-signal):
1121 * emacs-lisp/lisp.el (lisp-complete-symbol):
1122 Replace completion-annotate-function with completion-extra-properties.
1123
1124 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 * simple.el (goto-line): Use read-number.
1127 (overriding-map-is-bound): Remove.
1128 (saved-overriding-map): Change default.
1129 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
1130 Take the map as argument.
1131 (universal-argument, negative-argument, digit-argument): Use it.
1132 (restore-overriding-map): Adjust.
1133 (do-auto-fill): Use fill-forward-paragraph.
1134 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
1135
1136 * minibuffer.el (minibuffer-inactive-mode-map): New var.
1137 (minibuffer-inactive-mode): New major mode.
1138 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
1139 the *Messages* buffer" hack.
1140 (mouse-popup-menubar): Don't burp if the event is a normal key.
1141
1142 Miscellaneous tweaks.
1143 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
1144 lexical scoping as in subr.el's dolist and dotimes.
1145 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
1146 Silence compiler warning.
1147 * thingatpt.el (forward-whitespace): Trivial coding style fix.
1148 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
1149 * international/ccl.el (ccl-compile): Trivial simplification.
1150 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
1151 * emacs-lisp/testcover.el (testcover-end): Remove spurious
1152 `printflag' argument.
1153 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1154 Purecopy the whole obsolescence data.
1155
1156 2011-06-01 Leo Liu <sdl.web@gmail.com>
1157
1158 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
1159 improve doc-string as suggested by Marco Pessotto
1160 <melmothx@gmail.com>.
1161 (rcirc-print): Fix last change.
1162
1163 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * minibuffer.el (complete-with-action): Return nil for the metadata and
1166 boundaries of non-functional tables.
1167 (completion-table-dynamic): Return nil for the metadata.
1168 (completion-table-with-terminator): Add default case, using
1169 complete-with-action.
1170 (completion--metadata): New function.
1171 (completion-all-sorted-completions, minibuffer-completion-help): Use it
1172 to try and avoid pathological performance problems.
1173 (completion--embedded-envvar-table): Return `category' metadata.
1174
1175 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1176
1177 * subr.el (process-alive-p): New tiny convenience function.
1178
1179 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
1182 content but also its previous major mode.
1183
1184 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
1185
1186 * debug.el (debug): Restore the previous content of the
1187 *Backtrace* buffer when we exit with C-M-c.
1188
1189 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * minibuffer.el: Add metadata method to completion tables.
1192 (completion-category-overrides): New defcustom.
1193 (completion-metadata, completion--field-metadata)
1194 (completion-metadata-get, completion--styles)
1195 (completion--cycle-threshold): New functions.
1196 (completion-try-completion, completion-all-completions):
1197 Add `metadata' argument to choose completion-styles.
1198 (completion--do-completion): Use metadata to choose cycling.
1199 (completion-all-sorted-completions): Use metadata for sorting.
1200 Remove :completion-cycle-penalty which is not needed any more.
1201 (completion--try-word-completion): Add `metadata' argument.
1202 (minibuffer-completion-help): Check metadata for annotation function
1203 and sorting.
1204 (completion-file-name-table): Return `category' metadata.
1205 (minibuffer-completing-file-name): Make obsolete.
1206 * simple.el (minibuffer-completing-symbol): Make obsolete.
1207 * icomplete.el (icomplete-completions): Pass new `metadata' param to
1208 completion-try-completion.
1209
1210 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
1213
1214 2011-05-30 Leo Liu <sdl.web@gmail.com>
1215
1216 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
1217 (rcirc-print): Decode all incoming messages (bug#8744).
1218 (rcirc-decode-coding-system): Allow value nil for automatic coding
1219 system detection.
1220
1221 2011-06-01 Glenn Morris <rgm@gnu.org>
1222
1223 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
1224
1225 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
1226
1227 * image.el (image-animate-max-time): Allow nil and t values.
1228 Default to nil.
1229 (create-animated-image): Doc fix.
1230 (image-animate-start): Remove second arg; just use
1231 image-animate-max-time.
1232 (image-animate-timeout): Doc fix. Args changed.
1233
1234 * image-mode.el (image-toggle-display-image): Ensure that the
1235 image spec passed to the animate timer is the same object as in
1236 the the buffer's display property (Bug#6981).
1237 (image-transform-properties): Doc fix.
1238
1239 * image.el (image-animate-max-time): Default to nil.
1240
1241 2011-05-29 Martin Rudalics <rudalics@gmx.at>
1242
1243 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
1244 entire buffer list (Bug#8184).
1245
1246 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
1247
1248 * image.el (imagemagick-types-inhibit)
1249 (imagemagick-register-types): Doc fix.
1250
1251 2011-05-29 Deniz Dogan <deniz@dogan.se>
1252
1253 * net/rcirc.el (rcirc): Use the user's stored encryption method by
1254 default.
1255
1256 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * select.el: Don't perform clipboard-manager saving in hooks;
1259 leave the hooks empty.
1260
1261 2011-05-28 Leo Liu <sdl.web@gmail.com>
1262
1263 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
1264 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
1265 (occur-edit-mode): New major mode (Bug#8463).
1266 (occur-after-change-function): New function.
1267 (occur-engine): Give Occur tags a read-only property.
1268
1269 2011-05-28 Kevin Ryde <user42@zip.com.au>
1270
1271 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
1272
1273 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1274
1275 * bindings.el (help-echo): Make the initial non-indicator dash
1276 empty on graphical terminals (Bug#7295).
1277
1278 * files.el (auto-mode-alist): Move config rule after the
1279 in-stripping one (Bug#8547).
1280
1281 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
1282
1283 * startup.el (normal-splash-screen): Remove gratuitous mode-line
1284 setting (Bug#8740).
1285
1286 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
1287
1288 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
1289 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
1290 (Bug#8539).
1291
1292 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
1295
1296 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
1297
1298 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
1299 (hs-hide-block-at-point, hs-find-block-beginning)
1300 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
1301 (Bug#8279).
1302
1303 2011-05-28 Glenn Morris <rgm@gnu.org>
1304
1305 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
1306
1307 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
1308
1309 * help-fns.el (describe-function-1): If the function is a derived
1310 major mode, print the parent mode.
1311
1312 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
1313 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
1314
1315 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * minibuffer.el (completion--capf-wrapper): Check applicability before
1318 retuning non-nil for non-exclusive completion data.
1319 * progmodes/etags.el (tags-completion-at-point-function):
1320 * info-look.el (info-lookup-completions-at-point): Mark as
1321 non-exclusive.
1322 (info-complete): Adjust accordingly.
1323
1324 * info-look.el: Convert to lexical-binding and completion-at-point.
1325 (info-lookup-completions-at-point): New function.
1326 (info-complete): Use it and completion-in-region.
1327
1328 2011-05-28 Drew Adams <drew.adams@oracle.com>
1329
1330 * isearch.el: Let M-e start with point at the first mismatched char.
1331 (isearch-fail-pos): New function.
1332 (isearch-edit-string): Use it.
1333
1334 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
1335
1336 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1337
1338 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
1339
1340 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
1341 traversal functions for avl-trees.
1342 (avl-tree--stack): New struct.
1343 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
1344 (avl-tree-enter): Add optional `updatefun' arg.
1345 (avl-tree--do-enter): Add optional `updatefun' arg.
1346 Change return value.
1347 (avl-tree-delete): Add optional `test' and `nilflag' args.
1348 (avl-tree--do-delete): Add `test' and `nilflag' args.
1349 Change return value.
1350 (avl-tree-member): Add optional `nilflag'
1351 (avl-tree-member-p): New function.
1352 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
1353 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
1354 (avl-tree-stack-empty-p): New functions.
1355
1356 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
1357
1358 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
1359 avl-tree--del-balance1 and make it work both ways.
1360 (avl-tree--del-balance2): Remove.
1361 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
1362 make it work both ways.
1363 (avl-tree--enter-balance2): Remove.
1364 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
1365 New macros.
1366 (avl-tree--mapc, avl-tree-map): Add direction argument.
1367
1368 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
1369
1370 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
1371
1372 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
1373
1374 * select.el: Support clipboard managers with built-in function
1375 x-clipboard-manager-save, via delete-frame-functions and
1376 kill-emacs-hook.
1377 (xselect-convert-to-targets): Add MULTIPLE target to list.
1378 (xselect-convert-to-save-targets): New function.
1379
1380 2011-05-27 Kenichi Handa <handa@m17n.org>
1381
1382 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
1383 let-binding rfc2047-encode-encoded-words to nil.
1384
1385 2011-05-27 Glenn Morris <rgm@gnu.org>
1386
1387 * mail/emacsbug.el: Don't require url-util.
1388
1389 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
1390
1391 * files.el (set-auto-mode):
1392 Also respect mode: entries at the end of the file. (Bug#8586)
1393
1394 2011-05-26 Glenn Morris <rgm@gnu.org>
1395
1396 * files.el (hack-local-variables-prop-line, hack-local-variables):
1397 Downcase mode names, as seems to be traditional.
1398 (hack-local-variables, hack-local-variables-apply): Doc fixes.
1399
1400 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
1401 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
1402
1403 2011-05-25 Julien Danjou <julien@danjou.info>
1404
1405 * textmodes/rst.el (rst-define-level-faces): Do not define face
1406 symbol if it is already defined.
1407
1408 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1409
1410 * play/5x5.el (5x5-new-game, 5x5-randomize):
1411 Reset 5x5-solver-output to nil when a new grid is cast.
1412 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
1413 these debugging traces, as defmacro breaks the compiled code.
1414
1415 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
1416
1417 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1418
1419 2011-05-24 Leo Liu <sdl.web@gmail.com>
1420
1421 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
1422 (vc-bzr-sha1): Adapt.
1423
1424 * sha1.el: Remove. Function `sha1' is now builtin.
1425
1426 * bindings.el: Provide sha1 feature.
1427
1428 2011-05-24 Kenichi Handa <handa@m17n.org>
1429
1430 * mail/sendmail.el: Require `rfc2047'.
1431 (mail-insert-from-field): Do not perform RFC2047 encoding.
1432 (mail-encode-header): New function.
1433 (sendmail-send-it): Set buffer-file-coding-system of the work
1434 buffer to the return value of select-message-coding-system.
1435 Call mail-encode-header.
1436
1437 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
1438
1439 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
1440
1441 * mail/supercite.el (sc-default-cite-frame):
1442 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
1443
1444 2011-05-24 Glenn Morris <rgm@gnu.org>
1445
1446 * progmodes/python.el (brm-menu): Declare.
1447
1448 * emulation/viper.el (viper-set-hooks): Declare.
1449
1450 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
1451 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
1452 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
1453 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
1454 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
1455 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
1456
1457 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 Add an :exit-function for completion-at-point.
1460
1461 * minibuffer.el (completion--done): New fun.
1462 (completion--do-completion): Use it. New arg `expect-exact'.
1463 (minibuffer-complete, minibuffer-complete-word): Don't output message,
1464 since completion--do-completion does it for us now.
1465 (minibuffer-force-complete): Use completion--done and
1466 completion--replace. Handle sole-completion case with more care.
1467 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
1468 (completion-extra-properties): New var.
1469 (completion-annotate-function): Make obsolete.
1470 (minibuffer-completion-help): Adjust accordingly.
1471 Use completion-list-insert-choice-function.
1472 (completion-at-point, completion-help-at-point):
1473 Bind completion-extra-properties.
1474 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
1475 * simple.el (completion-list-insert-choice-function): New var.
1476 (completion-setup-function): Preserve it.
1477 (choose-completion): Pay attention to it, shuffle the code a bit.
1478 (choose-completion-string): New arg `insert-function'.
1479
1480 * textmodes/bibtex.el: Convert to lexical binding.
1481 (bibtex-mode-map): Use completion-at-point.
1482 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
1483 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
1484 (bibtex-complete): Define as obsolete alias.
1485 (bibtex-complete-internal): Remove.
1486 (bibtex-format-entry): Remove unused sub-group in regexp.
1487 * shell.el (shell--command-completion-data)
1488 (shell-environment-variable-completion):
1489 * pcomplete.el (pcomplete-completions-at-point):
1490 * comint.el (comint--complete-file-name-data): Use :exit-function
1491 instead of completion-table-with-terminator so it also works for
1492 choose-completion.
1493
1494 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
1497
1498 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
1499 (bug#8710).
1500
1501 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
1502
1503 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
1504
1505 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
1506 customization variable and implement: If non-nil, auto-fill will
1507 be inhibited while on topic's header line.
1508
1509 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
1510
1511 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
1512 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
1513 always have a solution in grid size = 5 cases.
1514 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
1515 (5x5-solver-output, 5x5-log-buffer): New vars.
1516 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
1517 Make these variables buffer local to achieve 5x5 multi-session-ness.
1518 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
1519 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
1520 (5x5-solve-suggest): New funs.
1521 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
1522 randomize a grid so that we ensure that there is always a solution.
1523 (5x5-make-random-grid): Allow other movement than flipping.
1524
1525 2011-05-23 Kevin Ryde <user42@zip.com.au>
1526
1527 * emacs-lisp/advice.el (ad-read-advised-function):
1528 Use `function-called-at-point' as the default default, if it has
1529 advice and passes PREDICATE.
1530
1531 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
1534 byte-compile-lambda if it's actually a lambda.
1535
1536 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
1537 Fix function quoting. Use backquote better.
1538
1539 2011-05-22 Yuanle Song <sylecn@gmail.com>
1540
1541 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
1542 matching (Bug#8516).
1543
1544 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1545
1546 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
1547 different face (Bug#8178).
1548
1549 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
1552 defface (Bug#8144).
1553
1554 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
1557 funcall as well (bug#8712). Warn when performing those conversions.
1558 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
1559
1560 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
1561
1562 2011-05-22 Glenn Morris <rgm@gnu.org>
1563
1564 * files.el (hack-local-variables-prop-line): Small simplifications.
1565 (hack-local-variables, hack-local-variables-prop-line):
1566 If MODE-ONLY, return the mode, rather than just `t'.
1567
1568 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1569
1570 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
1571
1572 2011-05-21 Glenn Morris <rgm@gnu.org>
1573
1574 * files.el (hack-local-variables-prop-line, hack-local-variables):
1575 If only interested in the mode, don't bother doing the other stuff.
1576
1577 * image-mode.el (image-after-revert-hook):
1578 Redraw all frames on which the image is visible. (Bug#8567)
1579
1580 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
1581
1582 * wid-edit.el (widget-checklist-match-inline):
1583 Fix 2011-04-19 change. (Bug#8649)
1584
1585 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
1588 Also allow singlespace after single-letter capitals followed by a dot.
1589
1590 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
1591 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
1592
1593 2011-05-20 Nix <nix@esperi.org.uk>
1594
1595 * files.el (basic-save-buffer-2):
1596 Fix handling of break-hardlink-on-save with non-existent files.
1597
1598 2011-05-19 Deniz Dogan <deniz@dogan.se>
1599
1600 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
1601 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
1602
1603 2011-05-19 Glenn Morris <rgm@gnu.org>
1604
1605 * progmodes/f90.el (f90-type-def-re):
1606 Handle "type, bind(c)". (Bug#8691)
1607
1608 * emacs-lisp/autoload.el (batch-update-autoloads):
1609 Set autoload-excludes by parsing loadup.el rather than Makefiles.
1610
1611 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
1612
1613 * net/tramp.el (tramp-process-actions): Set "first-password-request"
1614 property for the correct connection in case of multihops.
1615
1616 2011-05-18 Glenn Morris <rgm@gnu.org>
1617
1618 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
1619 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
1620
1621 Rationalize calendar handling of day and month abbrev-arrays.
1622 * calendar/calendar.el (calendar-customized-p): New function.
1623 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
1624 (calendar-day-name-array, calendar-month-name-array): Doc fix.
1625 Add :set function.
1626 (calendar-abbrev-length, calendar-day-abbrev-array)
1627 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
1628 (calendar-day-abbrev-array, calendar-month-abbrev-array):
1629 Elements may no longer be nil.
1630 (calendar-day-name, calendar-month-name):
1631 Update for changed nature of abbrev arrays.
1632 * calendar/diary-lib.el (diary-name-pattern):
1633 Update for changed nature of abbrev arrays.
1634 (diary-mark-entries-1): Update calendar-make-alist calls.
1635 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
1636 * calendar/cal-html.el (cal-html-day-abbrev-array):
1637 Simply inherit from calendar-day-abbrev-array.
1638
1639 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * progmodes/grep.el (grep-mode): Disable default
1642 compilation-directory-matcher setting (bug#8684).
1643
1644 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
1645
1646 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
1647 instead of "head" and "tail". There were problems with SunOS 5.9,
1648 and it performs better.
1649
1650 2011-05-17 Glenn Morris <rgm@gnu.org>
1651
1652 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
1653
1654 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1655 Replace obsolete function.
1656
1657 * shell.el (pcomplete-parse-arguments-function): Declare.
1658
1659 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
1660 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
1661 (appt-check): Doc fixes.
1662 (appt-disp-window-function, appt-delete-window-function):
1663 Remove needless special case in custom :type.
1664 (appt-display-count): Default to 0, not nil.
1665 (appt-check): Reset appt-display-count to 0, not nil.
1666
1667 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * progmodes/python.el (python-font-lock-keywords):
1670 Add the Python 3.X keyword "nonlocal" (bug#8639).
1671
1672 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
1675
1676 2011-05-16 Kevin Ryde <user42@zip.com.au>
1677
1678 * info-look.el (makefile-automake-mode): New setups, looking in
1679 automake manual, then makefile-mode.
1680 (makefile-mode): Remove automake manual, have it just in
1681 makefile-automake-mode since there's various things different or
1682 not relevant to plain make.
1683 (makefile-mode): Remove "other-modes" non-existent automake-mode,
1684 believe a hypothetical automake-mode would go to makefile-mode,
1685 not the other way around.
1686
1687 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
1690 hunk-end tags (Bug#8672).
1691
1692 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
1693 vc-annotate-show-diff-revision-at-line (Bug#8671).
1694
1695 2011-05-14 Glenn Morris <rgm@gnu.org>
1696
1697 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
1698 in the middle of an existing one with multiple authors. (Bug#8645)
1699 (change-log-font-lock-keywords): Also handle multiple author lines
1700 with leading tabs. (Bug#8644)
1701
1702 * calendar/appt.el (appt-check): Rename some local variables.
1703 Some simplification/reordering.
1704
1705 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
1706 (feedmail-sendmail-f-doesnt-sell-me-out)
1707 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1708 (feedmail-debug-sit-for, feedmail-queue-express-hook)
1709 (feedmail-queue-runner-message-sender): Set :version.
1710 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
1711 (bbdb-dwim-net-address, vm-mail): Declare.
1712 (feedmail-binmail-gnulinuxish-template):
1713 Rename from feedmail-binmail-linuxish-template.
1714 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
1715 Use insert-buffer-substring.
1716
1717 2011-05-14 Bill Carpenter <bill@carpenter.org>
1718
1719 * mail/feedmail.el (feedmail-patch-level): Increase.
1720 (feedmail-debug): New custom group.
1721 (feedmail-confirm-outgoing-timeout)
1722 (feedmail-sendmail-f-doesnt-sell-me-out)
1723 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1724 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
1725 (feedmail-sender-line, feedmail-from-line)
1726 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
1727 (feedmail-spray-this-address)
1728 (feedmail-spray-address-fiddle-plex-list)
1729 (feedmail-queue-use-send-time-for-date)
1730 (feedmail-queue-use-send-time-for-message-id)
1731 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
1732 (feedmail-buffer-eating-function):
1733 Doc fixes.
1734 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
1735 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
1736 (feedmail-message-action-scroll-down): New functions.
1737 (feedmail-queue-directory, feedmail-queue-draft-directory):
1738 Use expand-file-name.
1739 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
1740 Remove C-v help entry.
1741 (feedmail-queue-buffer-file-name): New variable.
1742 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
1743 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
1744 (feedmail-message-action-send-strong, feedmail-message-action-edit)
1745 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
1746 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
1747 (feedmail-message-action-toggle-spray)
1748 (feedmail-run-the-queue-no-prompts)
1749 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
1750 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
1751 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
1752 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
1753 (feedmail-envelope-deducer, feedmail-fiddle-from)
1754 (feedmail-fiddle-sender, feedmail-default-date-generator)
1755 (feedmail-fiddle-date, feedmail-fiddle-message-id)
1756 (feedmail-fiddle-spray-address)
1757 (feedmail-fiddle-list-of-spray-fiddle-plexes)
1758 (feedmail-fiddle-list-of-fiddle-plexes)
1759 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
1760 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
1761 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
1762 Change default. Doc fix.
1763 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
1764 (feedmail-binmail-linuxish-template): New constant.
1765 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
1766 Respect feedmail-sendmail-f-doesnt-sell-me-out.
1767 (feedmail-send-it): Add debug call.
1768 Use feedmail-queue-buffer-file-name, and
1769 feedmail-send-it-immediately-wrapper.
1770 (feedmail-message-action-send): Add debug call.
1771 Use feedmail-send-it-immediately-wrapper.
1772 (feedmail-queue-express-to-queue): Add debug call.
1773 Run feedmail-queue-express-hook.
1774 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
1775 (feedmail-message-action-help-blat):
1776 Rename from feedmail-queue-send-edit-prompt-help-first.
1777 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
1778 Check line-endings. Handle errors better.
1779 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
1780 Doc fix. Add debug call.
1781 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
1782 Use feedmail-queue-send-edit-prompt-inner.
1783 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
1784 (feedmail-queue-send-edit-prompt-inner): New function, extracted
1785 from feedmail-queue-send-edit-prompt.
1786 (feedmail-queue-send-edit-prompt-help)
1787 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
1788 (feedmail-tidy-up-slug): Add debug call.
1789 Respect feedmail-queue-slug-suspect-regexp.
1790 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
1791 (feedmail-dump-message-to-queue): Add debug call.
1792 Expand queue-directory.
1793 (feedmail-dump-message-to-queue): Change message slightly.
1794 Use feedmail-say-chatter.
1795 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
1796 (feedmail-send-it-immediately-wrapper): New function.
1797 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
1798 Insert empty string rather than newline. Handle full-frame case.
1799 Use catch/throw. Use feedmail-say-chatter.
1800 (feedmail-fiddle-from): Try mail-host-address.
1801 (feedmail-default-message-id-generator): Doc fix.
1802 Bind system-time-locale. Handle missing end.
1803 (feedmail-fiddle-x-mailer): Add debug call.
1804 Handle feedmail-x-mailer-line being nil.
1805 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
1806 Add debug call. Use buffer-substring-no-properties.
1807 (feedmail-say-debug, feedmail-say-chatter): New functions.
1808 (feedmail-find-eoh): Give an explicit error.
1809
1810 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
1811
1812 * net/newst-treeview.el (newsticker-treeview-face): Change default
1813 family from helvetica to sans.
1814 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
1815 etc/images/newsticker.
1816
1817 * net/newst-reader.el (newsticker-feed-face): Change default
1818 family from helvetica to sans.
1819
1820 * net/newst-plainview.el (newsticker-new-item-face)
1821 (newsticker-old-item-face, newsticker-immortal-item-face)
1822 (newsticker-obsolete-item-face, newsticker-date-face)
1823 (newsticker-statistics-face): Change default family from
1824 helvetica to sans.
1825 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
1826 etc/images/newsticker.
1827
1828 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
1829 (newsticker--process-auto-mark-filter-match): : Tell user about
1830 auto-marking.
1831
1832 2011-05-13 Didier Verna <didier@xemacs.org>
1833
1834 Common Lisp indentation improvements on defmethod and lambda-lists.
1835 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
1836 (lisp-lambda-list-keyword-parameter-indentation)
1837 (lisp-lambda-list-keyword-parameter-alignment)
1838 (lisp-lambda-list-keyword-alignment): New customizable user options.
1839 (lisp-indent-defun-method): Improve docstring.
1840 (extended-loop-p): Fix comment.
1841 (lisp-indent-lambda-list-keywords-regexp): New variable.
1842 (lisp-indent-lambda-list): New function.
1843 (lisp-indent-259): Use it.
1844 (lisp-indent-defmethod): Support for more than one
1845 method qualifier and properly indent methods lambda-lists.
1846 (defgeneric): Provide a missing common-lisp-indent-function property.
1847
1848 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1849
1850 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
1851 bounds for the empty string (bug#8667).
1852
1853 2011-05-13 Glenn Morris <rgm@gnu.org>
1854
1855 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
1856
1857 * mail/sendmail.el (sendmail-program): Try executable-find first.
1858 (sendmail-send-it): `sendmail-program' cannot be unbound.
1859
1860 * calendar/appt.el (appt-make-list): Simplify.
1861 (appt-time-msg-list): Doc fix.
1862 (appt-check): Change mode-line message at the time of the appointment.
1863
1864 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
1865
1866 * progmodes/ld-script.el (ld-script-keywords)
1867 (ld-script-builtins): Update keywords list.
1868
1869 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1870
1871 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
1872
1873 * shell.el (shell-completion-vars): New function.
1874 (shell-mode):
1875 * simple.el (read-shell-command): Use it.
1876 (blink-matching-open): No need for " [...]" in minibuffer-message.
1877
1878 2011-05-12 Glenn Morris <rgm@gnu.org>
1879
1880 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
1881 (appt-check): Simplify.
1882
1883 2011-05-12 Eli Zaretskii <eliz@gnu.org>
1884
1885 * smerge-mode.el (smerge-resolve): Use null-device rather than a
1886 literal "/dev/null".
1887
1888 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
1891 Fix typo.
1892
1893 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
1894
1895 * progmodes/which-func.el (which-function):
1896 Use add-log-current-defun instead of add-log-current-defun-function,
1897 which might not be defined (Bug#8260).
1898
1899 2011-05-12 Glenn Morris <rgm@gnu.org>
1900
1901 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1902 Let byte-compile-initial-macro-environment always take precedence.
1903
1904 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1905
1906 * net/rcirc.el: Add support for SSL/TLS connections.
1907 (rcirc-server-alist): New field `encryption'.
1908 (rcirc): Check `encryption' settings.
1909 (rcirc-connect): New arg `encryption'. Use open-network-stream.
1910 Merge make-local-variable into `set'.
1911 (rcirc--connection-open-p): New function.
1912 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
1913 the process is not a network process (e.g. running gnutls-cli).
1914 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1915 Make rcirc-(en|de)code-coding-system local here.
1916 (rcirc-mode): Merge make-local-variable into `set'.
1917 (rcirc-parent-buffer): Make permanent buffer-local.
1918 (rcirc-multiline-minor-mode): Don't do it here.
1919 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
1920 there's no server buffer.
1921
1922 2011-05-11 Glenn Morris <rgm@gnu.org>
1923
1924 * newcomment.el (comment-kill): Prefix "unused" local.
1925
1926 * term/w32console.el (get-screen-color): Declare.
1927
1928 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1929 Handle symbol elements of byte-compile-initial-macro-environment.
1930
1931 2011-05-10 Leo Liu <sdl.web@gmail.com>
1932
1933 * bookmark.el (bookmark-bmenu-mode-map):
1934 Bind bookmark-bmenu-search to `/'.
1935
1936 * mail/footnote.el: Convert to utf-8 encoding.
1937 (footnote-unicode-string, footnote-unicode-regexp): New variable.
1938 (Footnote-unicode): New function.
1939 (footnote-style-alist): Add unicode style to the list.
1940 (footnote-style): Doc fix.
1941
1942 2011-05-10 Jim Meyering <meyering@redhat.com>
1943
1944 Fix doubled-word typos.
1945 * international/quail.el (quail-insert-kbd-layout): and and -> and
1946 * kermit.el: and and -> and
1947 * net/ldap.el (ldap-search-internal): to to -> to
1948 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
1949 * progmodes/js.el (js-mode): and and -> and
1950 * textmodes/artist.el (artist-move-to-xy): at at -> at
1951 (artist-draw-region-trim-line-endings): if if -> if
1952 And Safetyc -> Safety.
1953 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
1954
1955 2011-05-10 Glenn Morris <rgm@gnu.org>
1956 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * files.el (hack-one-local-variable-eval-safep):
1959 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
1960
1961 2011-05-10 Glenn Morris <rgm@gnu.org>
1962
1963 * calendar/diary-lib.el (diary-list-entries-hook)
1964 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
1965 (diary-nongregorian-marking-hook, diary-list-entries)
1966 (diary-include-other-diary-files, diary-mark-entries)
1967 (diary-mark-included-diary-files): Doc fixes.
1968
1969 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
1970
1971 * misc.el: Require tabulated-list.el during compilation.
1972
1973 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * progmodes/compile.el (compilation-start):
1976 Run compilation-filter-hook for the async case too.
1977 (compilation-filter-hook): Doc fix.
1978
1979 2011-05-09 Deniz Dogan <deniz@dogan.se>
1980
1981 * wdired.el: Remove outdated installation comment. Fix usage
1982 comment.
1983
1984 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * misc.el: Implement new command `list-dynamic-libraries'.
1987 (list-dynamic-libraries--loaded-only-p): New variable.
1988 (list-dynamic-libraries--refresh): New function.
1989 (list-dynamic-libraries): New command.
1990
1991 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
1992
1993 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1994 Fix the ant regexp to handle end-line and end-column info from jikes.
1995 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
1996 higher priority to avoid clobbering by gnu.
1997
1998 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
2001 if the face has existing theme settings (Bug#8454).
2002
2003 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
2004
2005 * progmodes/perl-mode.el (perl-imenu-generic-expression):
2006 Only match variables declared via `my' or `our' (Bug#8261).
2007
2008 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
2009 special file names `.' and `..' (Bug#8259).
2010
2011 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * progmodes/grep.el (grep-mode-font-lock-keywords):
2014 Remove buffer-changing entries.
2015 (grep-filter): New function.
2016 (grep-mode): Add it to compilation-filter-hook.
2017
2018 * progmodes/compile.el (compilation-filter-hook)
2019 (compilation-filter-start): New defvars.
2020 (compilation-filter): Call compilation-filter-hook prior to
2021 updating the process mark.
2022
2023 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
2026
2027 2011-05-07 Eli Zaretskii <eliz@gnu.org>
2028
2029 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
2030 mailclient-send-it even if window-system is nil. (Bug#8595)
2031
2032 * term/w32console.el (terminal-init-w32console):
2033 Call get-screen-color and use its output to set the frame
2034 background-mode. (Bug#8597)
2035
2036 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 Make bytecomp.el understand that defmethod defines funs (bug#8631).
2039 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
2040 New functions.
2041 (defgeneric, eieio--defmethod): Use them.
2042 (eieio-defgeneric): Remove.
2043 (defmethod): Call defgeneric in a way visible to the byte-compiler.
2044
2045 2011-05-07 Glenn Morris <rgm@gnu.org>
2046
2047 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
2048 Use let rather than let*.
2049 (timeclock-find-discrep): Remove unused local.
2050
2051 * calendar/diary-lib.el (diary-comment-start): Doc fix.
2052
2053 * calendar/appt.el (appt-time-msg-list): Doc fix.
2054
2055 2011-05-06 Noah Friedman <friedman@splode.com>
2056
2057 * apropos.el (apropos-print-doc): Only use
2058 emacs-lisp-docstring-fill-column when it is bound to an integer,
2059 per that variable's documentation.
2060
2061 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
2064 and warnings are not silently discarded (e.g. use -d instead of -P).
2065
2066 2011-05-06 Glenn Morris <rgm@gnu.org>
2067
2068 * calendar/appt.el (appt-message-warning-time): Doc fix.
2069 (appt-warning-time-regexp): New option.
2070 (appt-make-list): Respect appt-message-warning-time.
2071
2072 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
2073 New options.
2074 (diary-add-to-list): Strip comments from the displayed string.
2075 (diary-mode): Set comment-start and comment-end.
2076
2077 * vc/diff-mode.el (smerge-refine-subst): Declare.
2078 (diff-refine-hunk): Don't require smerge-mode when compiling.
2079
2080 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * simple.el (list-processes): Return nil as the docstring says.
2083
2084 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
2085
2086 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
2087 to "".
2088 (ange-ftp-write-region, ange-ftp-insert-file-contents)
2089 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
2090 determining of binary transfer. (Bug#7383)
2091
2092 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
2093
2094 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2095 Fix port computation bug. (Bug#8618)
2096
2097 2011-05-05 Glenn Morris <rgm@gnu.org>
2098
2099 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
2100
2101 * simple.el (shell-dynamic-complete-functions)
2102 (comint-dynamic-complete-functions): Declare.
2103
2104 * net/network-stream.el (gnutls-negotiate):
2105 * simple.el (tabulated-list-print): Fix declarations.
2106
2107 * progmodes/gud.el (syntax-symbol, syntax-point):
2108 Remove unnecessary and incorrect declarations.
2109
2110 * emacs-lisp/check-declare.el (check-declare-scan):
2111 Handle byte-compile-initial-macro-environment in bytecomp.el
2112
2113 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 Fix earlier half-done eieio-defmethod change (bug#8338).
2116 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
2117 Streamline and change calling convention.
2118 (defmethod): Adjust accordingly and simplify.
2119 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
2120 new eieio--defmethod.
2121 (slot-boundp): Minor CSE simplification.
2122
2123 2011-05-05 Milan Zamazal <pdm@zamazal.org>
2124
2125 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
2126 (glasses-make-readable): Use glasses-separate-capital-groups.
2127
2128 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
2131 (warning-series): Doc fix.
2132 (display-warning): Don't try to create the buffer if we just found it.
2133
2134 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
2137 (autoload-find-generated-file): New function.
2138 (generate-file-autoloads): Bind generated-autoload-file to
2139 buffer-file-name.
2140 (update-file-autoloads, update-directory-autoloads):
2141 Use autoload-find-generated-file. If called interactively, prompt for
2142 output file (Bug#7989).
2143 (batch-update-autoloads): Doc fix.
2144
2145 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
2146
2147 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
2148
2149 2011-05-04 Glenn Morris <rgm@gnu.org>
2150
2151 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
2152 function, so it follows changes in calendar-date-style.
2153 (diary-fancy-date-matcher): New function.
2154 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
2155 (diary-fancy-font-lock-fontify-region-function):
2156 Use diary-fancy-date-pattern as a function.
2157
2158 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
2159 non-numbers for `year' etc pseudo-variables. (Bug#8583)
2160
2161 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
2162
2163 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
2164 instead of positional arguments. Allow :keylist and :crlfiles
2165 arguments.
2166 (open-gnutls-stream): Call it.
2167
2168 * net/network-stream.el (network-stream-open-starttls): Adjust to
2169 call `gnutls-negotiate' with :process and :hostname arguments.
2170
2171 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * minibuffer.el (completion--message): New function.
2174 (completion--do-completion, minibuffer-complete)
2175 (minibuffer-force-complete, minibuffer-complete-word): Use it.
2176 (completion--do-completion): Don't ignore completion-auto-help when in
2177 icomplete-mode.
2178
2179 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
2180 internal encoding (e.g. tibetan zero is not whitespace).
2181 (global-whitespace-mode): Prefer save-current-buffer.
2182 (whitespace-trailing-regexp): Remove useless save-match-data.
2183 (whitespace-empty-at-bob-regexp): Minor simplification.
2184
2185 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
2188
2189 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2190
2191 * textmodes/ispell.el (ispell-add-per-file-word-list):
2192 Use `concat' to create string for insertion.
2193
2194 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2195
2196 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
2197 Avoid open-line which runs post-self-insert-hook.
2198 (bibtex-fill-entry): Remove unused `end' var.
2199
2200 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
2201
2202 * textmodes/ispell.el (ispell-add-per-file-word-list):
2203 Protect against `nil' value of `comment-start' (Bug#8579).
2204
2205 2011-05-03 Leo Liu <sdl.web@gmail.com>
2206
2207 * isearch.el (isearch-yank-pop): New command.
2208 (isearch-mode-map): Bind it to `M-y'.
2209 (isearch-forward): Mention it.
2210
2211 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * simple.el (minibuffer-complete-shell-command): Remove.
2214 (minibuffer-local-shell-command-map): Use completion-at-point.
2215 (read-shell-command): Setup completion vars here instead.
2216 (read-expression-map): Bind TAB to symbol completion.
2217
2218 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
2219 error directly rather via storing it into `results'.
2220
2221 2011-05-02 Leo Liu <sdl.web@gmail.com>
2222
2223 * vc/diff.el: Fix description.
2224
2225 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2226
2227 * server.el (server-eval-at): New function.
2228
2229 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * net/network-stream.el (open-network-stream): Take a :nowait
2232 parameter and pass it on to `make-network-process'.
2233 (network-stream-open-plain): Ditto.
2234
2235 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
2236
2237 * faces.el (face-spec-set-match-display): Don't match toolkit
2238 options on terminal frames.
2239
2240 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * progmodes/pascal.el: Use lexical binding.
2243 (pascal-mode-map): Remove author preferences.
2244
2245 * pcomplete.el (pcomplete-std-complete): Don't abuse
2246 completion-at-point.
2247
2248 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
2249
2250 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
2251 removing code that has been dead since 1991 or so.
2252
2253 * startup.el (command-line): When warning about "_emacs", use a
2254 delayed warning to allow the user to filter it out.
2255
2256 2011-04-28 Deniz Dogan <deniz@dogan.se>
2257
2258 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
2259 user has not joined.
2260
2261 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
2264 aren't any completions at point.
2265
2266 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
2267
2268 * subr.el (display-delayed-warnings): New function.
2269 (delayed-warnings-hook): New variable.
2270
2271 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * minibuffer.el (completion-at-point, completion-help-at-point):
2274 Don't presume that a given completion-at-point-function will always
2275 use the same calling convention.
2276
2277 * pcomplete.el (pcomplete-completions-at-point):
2278 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
2279 pcomplete-seen is non-nil.
2280 (pcomplete-comint-setup): Also recognize the new comint/shell
2281 completion functions.
2282 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
2283 pcomplete-seen is non-nil.
2284
2285 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
2286
2287 * calendar/icalendar.el (diary-lib): Add require statement.
2288 (icalendar--create-uid): Read out a uid from a text-property on
2289 the first character in the entry. This allows for code to add its
2290 own uid to the entry.
2291 (icalendar--convert-float-to-ical): Add export of
2292 `diary-float'-entries save for those with the optional DAY
2293 argument.
2294
2295 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
2296
2297 * subr.el (shell-quote-argument): Use alternate escaping strategy
2298 when we spot a variable reference in a string.
2299
2300 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
2301
2302 * cus-start.el (all): Define customization for debug-on-event.
2303
2304 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
2305
2306 * subr.el (shell-quote-argument): Escape correctly under Windows.
2307
2308 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
2311
2312 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
2313
2314 * net/tramp.el (tramp-process-actions): Add POS argument.
2315 Delete region between POS and (pos).
2316
2317 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2318 Use `nil' position in `tramp-process-actions' call.
2319 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
2320
2321 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
2322 position in `tramp-process-actions' call.
2323
2324 * net/trampver.el: Update release number.
2325
2326 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * custom.el (defcustom): Obey lexical-binding.
2329
2330 Fix octave-inf completion problems reported by Alexander Klimov.
2331 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
2332 Inherit from octave-mode-syntax-table.
2333 (inferior-octave-mode): Set info-lookup-mode.
2334 (inferior-octave-completion-at-point): New function.
2335 (inferior-octave-complete): Use it and completion-in-region.
2336 (inferior-octave-dynamic-complete-functions): Use it as well, and use
2337 comint-filename-completion.
2338 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
2339 symbol elements which shouldn't be word elements.
2340 (octave-font-lock-keywords, octave-beginning-of-defun)
2341 (octave-function-header-regexp): Adjust regexps accordingly.
2342 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
2343
2344 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
2345
2346 * net/gnutls.el (gnutls-errorp): Declare before first use.
2347
2348 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
2349
2350 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
2351 verify-error, and verify-hostname-error parameters. Check whether
2352 default trustfile exists before going to use it. Add missing
2353 argument to gnutls-message-maybe call. Return return value.
2354 Reported by Claudio Bley <claudio.bley@gmail.com>.
2355 (open-gnutls-stream): Add usage example.
2356
2357 * net/network-stream.el (network-stream-open-starttls): Give host
2358 parameter to `gnutls-negotiate'.
2359 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
2360 * subr.el (shell-quote-argument): Escape correctly under Windows.
2361
2362 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
2363
2364 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2365 Use correct match group (bug#8438).
2366
2367 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
2368
2369 * emacs-lisp/package.el (package-built-in-p): Fix typo.
2370 (package-menu--generate): New arg specifying packages to show.
2371 (package-menu-refresh, package-menu-execute, list-packages):
2372 Callers changed.
2373 (package-show-package-list): New function, replacing deleted
2374 package--list-packages (renamed because it is non-internal).
2375
2376 * finder.el (finder-list-matches): Use package-show-package-list
2377 instead of deleted package--list-packages.
2378
2379 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
2380 Based on a previous implementation by Juanma Barranquero (Bug#8366).
2381 (vc-annotate-mode-map): Bind it to RET.
2382
2383 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2384
2385 * progmodes/etags.el (next-file): Don't use set-buffer to change
2386 buffers (Bug#8478).
2387
2388 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
2389
2390 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
2391
2392 * apropos.el (apropos-label-face): Avoid variable-pitch face.
2393 (apropos-accumulator): Doc fix.
2394 (apropos-function, apropos-macro, apropos-command)
2395 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2396 (apropos-plist): Add face property.
2397 (apropos-symbols-internal): Fix indentation.
2398 (apropos-print): Simplify help, and recognize apropos-multi-type.
2399 (apropos-print-doc): Use button-type-get to extract the button's
2400 face property. Fill docstring (Bug#8352).
2401
2402 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
2403
2404 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
2405
2406 * play/mpuz.el (mpuz-silent): Doc fix.
2407 (mpuz-mode-map): Use mapc.
2408 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
2409 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
2410 Fix typos in docstrings.
2411
2412 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
2413 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
2414
2415 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
2416
2417 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
2418
2419 * minibuffer.el (completion--do-completion): Avoid the "Next char
2420 not unique" prompt if icomplete-mode is enabled (Bug#5849).
2421
2422 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
2423 mouse-2 into unread-command-events, it is interpreted correctly.
2424
2425 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
2426 (image-toggle-display): Doc fix.
2427
2428 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
2429
2430 * textmodes/page.el (what-page): Use line-number-at-pos to
2431 calculate line number (Bug#6825).
2432
2433 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * eshell/esh-mode.el (find-tag-interactive): Declare function.
2436 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
2437 Pass argument NO-DEFAULT to `find-tag-interactive'.
2438
2439 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
2440
2441 Lexical-binding cleanup.
2442
2443 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
2444 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
2445 * progmodes/ada-prj.el (ada-prj-initialize-values)
2446 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
2447 (ada-prj-show-value):
2448 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
2449 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
2450 (antlr-invalidate-context-cache, antlr-options-menu-filter)
2451 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
2452 * progmodes/bug-reference.el (bug-reference-push-button):
2453 * progmodes/fortran.el (fortran-line-length):
2454 * progmodes/glasses.el (glasses-change):
2455 * progmodes/octave-mod.el (octave-fill-paragraph):
2456 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
2457 (python-pdbtrack-grub-for-buffer, python-sentinel):
2458 * progmodes/sql.el (sql-save-connection):
2459 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
2460 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
2461 Mark unused parameters.
2462
2463 * progmodes/compile.el (compilation--flush-directory-cache)
2464 (compilation--flush-parse, compile-internal): Mark unused parameters.
2465 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
2466 (compilation-next-error-function): Remove unused variable `timestamp'.
2467
2468 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
2469 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
2470
2471 * progmodes/dcl-mode.el (dcl-end-of-command):
2472 Remove unused variable `start'.
2473 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
2474 (dcl-option-value-basic, dcl-option-value-offset)
2475 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
2476 Mark unused parameters.
2477 (dcl-save-local-variable): Remove unused variable `val'.
2478 (mode): Declare.
2479
2480 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
2481 Mark unused parameters.
2482 (delphi-ignore-changes): Move before first use.
2483 (delphi-charset-token-at): Remove unused variable `start'.
2484 (delphi-else-start): Remove unused variable `if-count'.
2485 (delphi-comment-block-start, delphi-comment-block-end):
2486 Remove unused variable `kind'.
2487 (delphi-indent-line): Remove unused variable `new-point'.
2488
2489 * progmodes/ebrowse.el (ebrowse-files-list)
2490 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
2491 Mark unused parameters. Don't quote `lambda'.
2492 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
2493 Don't quote `lambda'.
2494 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
2495 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
2496 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
2497 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
2498 Use `ignore-errors'.
2499 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
2500 (ebrowse-view/find-file-and-search-pattern)
2501 (ebrowse-view/find-member-declaration/definition):
2502 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
2503 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
2504 Rename parameter PREFIX-ARG to PREFIX.
2505 (ebrowse-tags-read-name): Remove unused variables `start' and
2506 `member-info'.
2507 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
2508 to `tags-file'.
2509
2510 * progmodes/etags.el (local-find-tag-hook): Declare.
2511 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
2512 Mark unused parameters.
2513
2514 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
2515 (executable-interpret): Mark unused parameter.
2516
2517 * progmodes/flymake.el (flymake-process-sentinel)
2518 (flymake-after-change-function)
2519 (flymake-create-temp-with-folder-structure)
2520 (flymake-get-include-dirs-dot): Mark unused parameters.
2521 (flymake-safe-delete-directory): Remove unused variable `err'.
2522
2523 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
2524 (speedbar-timer-fn, speedbar-line-text)
2525 (speedbar-change-expand-button-char, speedbar-delete-subblock)
2526 (speedbar-center-buffer-smartly): Declare functions.
2527 (gdb-find-watch-expression): Remove unused variable `array'.
2528 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
2529 (gdb-starting): Mark unused parameters.
2530 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
2531 (gdb-table-string): Remove unused variable `res'.
2532 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
2533 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
2534 (gdb-display-buffer): Remove unused variable `cur-size'.
2535
2536 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
2537 allow lexical-binding compilation.
2538 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
2539 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
2540 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
2541 Mark unused parameters.
2542 (gud-gdb-marker-filter): Remove unused variable `match'.
2543 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
2544 lambda expressions and funcall them, instead of using `fset'.
2545
2546 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
2547 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
2548
2549 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
2550 variable `header-beg'; use `let'.
2551
2552 * progmodes/icon.el (indent-icon-exp): Remove unused variables
2553 `restart', `last-sexp' and `at-do'.
2554
2555 * progmodes/js.el (js--debug): Mark unused parameter.
2556 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
2557 (js--splice-into-items): Remove unused variable `item'.
2558 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
2559
2560 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
2561 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
2562 (makefile-complete): Remove unused variable `try'.
2563 (makefile-fill-paragraph, makefile-match-function-end):
2564 Mark unused parameters.
2565
2566 * progmodes/octave-inf.el (inferior-octave-complete):
2567 Remove unused variable `proc'.
2568 (inferior-octave-output-digest): Mark unused parameter.
2569
2570 * progmodes/perl-mode.el (perl-calculate-indent):
2571 Remove unused variable `err'.
2572
2573 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
2574 (prolog-indent-line): Mark unused parameters.
2575 (prolog-indent-line): Remove unused variable `beg'.
2576
2577 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
2578 (reporter-dont-compact-list): Declare.
2579
2580 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
2581 Remove unused variable `char'.
2582 (sh-debug): Mark unused parameter.
2583 (sh-get-indent-info): Remove unused variable `start'.
2584 (sh-calculate-indent): Remove unused variable `var'.
2585
2586 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
2587 (simula-electric-keyword): Remove unused variable `null'.
2588 (simula-search-backward, simula-search-forward): Remove unused
2589 variables `begin' and `end'.
2590
2591 * progmodes/vera-mode.el (vera-guess-basic-syntax):
2592 Remove unused variable `pos'.
2593 (vera-electric-tab, vera-comment-uncomment-region):
2594 Mark unused parameters.
2595 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
2596
2597 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * emacs-lisp/package.el (package--builtins, package-alist)
2600 (package-load-descriptor, package-built-in-p, package-activate)
2601 (define-package, package-installed-p)
2602 (package-compute-transaction, package-buffer-info)
2603 (package--push): Doc fix. Distinguish more clearly between
2604 version strings and version lists.
2605
2606 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
2607
2608 Lexical-binding cleanup.
2609
2610 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
2611 (5x5-make-mutate-best):
2612 * play/fortune.el (fortune-in-buffer):
2613 * play/gomoku.el (gomoku-init-display):
2614 * play/solitaire.el (solitaire, solitaire-do-check):
2615 * play/tetris.el (tetris-default-update-speed-function):
2616 Mark unused parameters.
2617
2618 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
2619 (bubbles--shift): Remove unused variable `char-org'.
2620 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
2621 (bubbles--show-images): Remove unused variable `char'.
2622
2623 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
2624 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
2625 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
2626 (decipher-analyze-buffer): Use ?\s.
2627 (decipher-make-checkpoint): Remove unused variable `mapping'.
2628
2629 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
2630
2631 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2632 Remove unused variable `result'; use `let'.
2633
2634 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
2635 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
2636 (gametree-children-shown-p, gametree-compute-reduced-score):
2637 Use `ignore-errors'.
2638
2639 * play/handwrite.el (ps-lpr-switches): Declare.
2640 (handwrite): Remove unused variables `pmin' and `lastp'.
2641
2642 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
2643
2644 * play/landmark.el (landmark-init-display)
2645 (landmark-update-naught-weights): Mark unused parameters.
2646 (landmark-y): Remove unused variable `noise'. Simplify.
2647 (landmark-human-plays): Remove unused variable `score'.
2648
2649 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
2650 (mpuz-try-proposal): Remove unused variable `game'.
2651
2652 * play/zone.el (life-patterns): Declare.
2653
2654 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
2655
2656 * vc/vc.el (ediff-vc-internal): Declare function.
2657
2658 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * shell.el: Use lexical-binding and std completion UI.
2661 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
2662 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
2663 comint-preoutput-filter-functions rather than on
2664 comint-output-filter-functions.
2665 (shell-command-completion, shell--command-completion-data)
2666 (shell-filename-completion, shell-environment-variable-completion)
2667 (shell-c-a-p-replace-by-expanded-directory): New functions.
2668 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
2669 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
2670 (shell-dynamic-complete-environment-variable): Use them.
2671 (shell-dynamic-complete-as-environment-variable)
2672 (shell-dynamic-complete-as-command): Remove.
2673 (shell-match-partial-variable): Match past point.
2674 * comint.el: Clean up use of completion-at-point-functions.
2675 (comint-completion-at-point): New function.
2676 (comint-mode): Use it completion-at-point-functions.
2677 (comint-dynamic-complete): Make it obsolete.
2678 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
2679 (comint-c-a-p-replace-by-expanded-history): New function.
2680 (comint-dynamic-complete-functions)
2681 (comint-replace-by-expanded-history): Use it.
2682 * minibuffer.el (completion-table-with-terminator): Allow dynamic
2683 termination strings. Try harder to avoid second try-completion.
2684 (completion-in-region-mode-map): Disable bindings that don't work yet.
2685
2686 * comint.el: Use lexical-binding. Require CL.
2687 (comint-dynamic-complete-functions): Use comint-filename-completion.
2688 (comint-completion-addsuffix): Tweak custom type.
2689 (comint-filename-completion, comint--common-suffix)
2690 (comint--common-quoted-suffix, comint--table-subvert)
2691 (comint--complete-file-name-data): New functions.
2692 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
2693 (comint-dynamic-list-filename-completions): Use them.
2694 (comint-dynamic-simple-complete): Make obsolete.
2695
2696 * minibuffer.el (completion-in-region-mode):
2697 Keep completion-in-region-mode--predicate global.
2698 (completion-in-region--postch):
2699 Assume completion-in-region-mode--predicate is not null.
2700
2701 * progmodes/flymake.el (flymake-start-syntax-check-process):
2702 Obey `dir'. Simplify.
2703
2704 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
2705 we're in VC after all.
2706
2707 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2708
2709 * vc/vc.el (vc-diff-build-argument-list-internal)
2710 (vc-version-ediff, vc-ediff): New commands.
2711 (vc-version-diff): Use vc-diff-build-argument-list-internal.
2712
2713 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
2716 add sanity check.
2717
2718 * obsolete/erc-hecomplete.el: Make obsolete.
2719 * obsolete/: Standardize obsolescence info in the header.
2720
2721 2011-04-20 Glenn Morris <rgm@gnu.org>
2722
2723 * calendar/solar.el (solar-horizontal-coordinates):
2724 Use the longitude argument rather than `calendar-longitude'.
2725 (solar-date-next-longitude): Remove unused locals.
2726
2727 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2728
2729 * whitespace.el: New version 13.2.1.
2730
2731 2011-04-20 felix <EmacsWiki> (tiny change)
2732
2733 * whitespace.el (global-whitespace-mode): Keep highlight when
2734 switching between major modes on a file.
2735
2736 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
2739 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
2740 multi-line comments as well.
2741
2742 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
2743
2744 Lexical-binding cleanup.
2745
2746 * arc-mode.el (archive-mode-revert):
2747 * cmuscheme.el (scheme-interactively-start-process):
2748 * custom.el (custom-initialize-delay):
2749 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
2750 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
2751 * emacs-lock.el (emacs-lock-clear-sentinel):
2752 * ezimage.el (defezimage):
2753 * follow.el (follow-avoid-tail-recenter):
2754 * fringe.el (set-fringe-mode-1):
2755 * generic-x.el (bat-generic-mode-compile):
2756 * help-mode.el (help-info-variable, help-do-xref)
2757 (help-mode-revert-buffer):
2758 * help.el (view-emacs-todo):
2759 * iswitchb.el (iswitchb-completion-help):
2760 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
2761 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
2762 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
2763 * locate.el (locate-update):
2764 * longlines.el (longlines-encode-region)
2765 (longlines-after-change-function):
2766 * outline.el (outline-isearch-open-invisible):
2767 * ps-def.el (declare-function, charset-dimension, char-width)
2768 (encode-char):
2769 * ps-mule.el (ps-mule-plot-string):
2770 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
2771 (recentf-edit-list-select, recentf-edit-list-validate)
2772 (recentf-open-files-action):
2773 * rect.el (delete-whitespace-rectangle-line)
2774 (rectangle-number-line-callback):
2775 * register.el (window-configuration-to-register)
2776 (frame-configuration-to-register):
2777 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
2778 * select.el (xselect-convert-to-string, xselect-convert-to-length)
2779 (xselect-convert-to-targets, xselect-convert-to-delete)
2780 (xselect-convert-to-filename, xselect-convert-to-charpos)
2781 (xselect-convert-to-lineno, xselect-convert-to-colno)
2782 (xselect-convert-to-os, xselect-convert-to-host)
2783 (xselect-convert-to-user, xselect-convert-to-class)
2784 (xselect-convert-to-name, xselect-convert-to-integer)
2785 (xselect-convert-to-atom, xselect-convert-to-identity):
2786 * subr.el (declare, ignore, process-kill-without-query)
2787 (text-clone-maintain):
2788 * terminal.el (te-get-char, te-tic-sentinel):
2789 * tool-bar.el (tool-bar-make-keymap):
2790 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
2791 * type-break.el (type-break-mode, type-break-noninteractive-query):
2792 * view.el (View-back-to-mark):
2793 * wid-browse.el (widget-browse-action, widget-browse-widget)
2794 (widget-browse-widgets, widget-browse-sexp):
2795 * widget.el (define-widget-keywords):
2796 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
2797 Mark unused parameters.
2798
2799 * align.el (align-adjust-col-for-rule): Mark unused parameter.
2800 (align-areas): Remove unused variable `look'.
2801 (align-region): Remove unused variables `real-end' and `pos-list'.
2802
2803 * apropos.el (apropos-score-doc): Remove unused variable `i'.
2804
2805 * bindings.el (mode-line-modified, mode-line-remote):
2806 Mark unused parameters.
2807 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
2808
2809 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
2810 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
2811
2812 * comint.el (comint-history-isearch-pop-state)
2813 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
2814 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
2815 (comint-substitute-in-file-name): Doc fix.
2816
2817 * completion.el (cmpl-statistics-block): Mark unused parameter.
2818 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
2819 (save-completions-to-file, load-completions-from-file):
2820 Remove unused local variable `e'.
2821
2822 * composite.el (compose-chars): Remove unused variable `len'.
2823 (lgstring-insert-glyph): Remove unused variable `g'.
2824 (compose-glyph-string): Remove unused variables `ascent',
2825 `descent', `lbearing' and `rbearing'.
2826 (compose-glyph-string-relative): Remove unused variables
2827 `lbearing', `rbearing' and `wadjust'.
2828 (compose-gstring-for-graphic): Remove unused variables `header',
2829 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
2830 (compose-gstring-for-terminal): Remove unused variables `header'
2831 and `nchars'. Use `let', not `let*'.
2832
2833 * cus-edit.el (Custom-set, Custom-save, custom-reset)
2834 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
2835 (Custom-buffer-done, custom-buffer-create-internal)
2836 (custom-browse-visibility-action, custom-browse-group-tag-action)
2837 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
2838 (widget-magic-mouse-down-action, custom-toggle-parent)
2839 (custom-add-parent-links, custom-toggle-hide-variable)
2840 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
2841 (custom-toggle-hide-face, face, hook, custom-group-link-action)
2842 (custom-face-menu-create, custom-variable-menu-create, get)
2843 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
2844 (custom-reset-standard-save-and-update): Remove unused variable `value'.
2845 (customize-apropos): Remove unused variable `tests'.
2846 (custom-group-value-create): Remove unused variable `hidden-p'.
2847 (sort-fold-case): Declare.
2848
2849 * cus-theme.el (custom-reset-standard-faces-list)
2850 (custom-reset-standard-variables-list): Declare.
2851 (customize-create-theme, custom-theme-revert, custom-theme-write)
2852 (custom-theme-choose-mode, customize-themes, custom-theme-save):
2853 Mark unused parameters.
2854
2855 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
2856
2857 * delim-col.el (delimit-columns-max): Move defvar before first use.
2858
2859 * descr-text.el (describe-char-categories): Don't quote `lambda'.
2860 (describe-char): Don't quote `lambda'. Mark unused parameter.
2861
2862 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
2863 (auto-insert): Declare.
2864 (desktop-restore-file-buffer): Rename desktop-* parameters;
2865 mark unused ones.
2866 (desktop-create-buffer): Rename desktop-* parameters and bind them.
2867 (desktop-buffer): Rename desktop-* parameters.
2868
2869 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2870 (dframe-reposition-frame-xemacs, dframe-help-echo)
2871 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
2872 Mark unused parameters.
2873
2874 * dired-aux.el (backup-extract-version-start, overwrite-query)
2875 (overwrite-backup-query, rename-regexp-query)
2876 (rename-non-directory-query): Declare.
2877 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
2878 (dired-add-entry): Remove unused variable `orig-file-name'.
2879 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
2880 Use parameter PRESERVE-TIME instead of accessing dynamic variable
2881 `dired-copy-preserve-time' directly.
2882 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
2883 (dired-insert-subdir-newpos): Rename unused variable `pos'.
2884
2885 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
2886 (dired-virtual-revert, dired-make-relative-symlink):
2887 Mark unused parameters.
2888 (manual-program): Declare.
2889 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
2890 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
2891 wrapped in `with-no-warnings' to avoid replacing one warning by another.
2892
2893 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
2894
2895 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
2896
2897 * echistory.el (electric-history-in-progress, Helper-return-blurb):
2898 Declare.
2899
2900 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
2901
2902 * electric.el (Electric-command-loop): Rename parameter
2903 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
2904
2905 * expand.el (expand-in-literal): Remove unused variable `here'.
2906
2907 * facemenu.el (facemenu-add-new-color):
2908 Remove unused variable `docstring'.
2909
2910 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
2911 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
2912 (face-attr-construct): Mark unused parameter. Doc fix.
2913 (read-color): Remove unused variable `hex-string'.
2914
2915 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
2916 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
2917 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
2918 (display-buffer-other-frame): Remove unused variable `old-window'.
2919 (kill-buffer-hook): Declare.
2920 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
2921 Mark unused parameters.
2922 (after-find-file): Pass 1 to `auto-save-mode', not t.
2923
2924 * files-x.el (auto-insert): Declare.
2925 (modify-file-local-variable-prop-line): Remove unused variable `val'.
2926
2927 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
2928 variable `buf'. Mark unused parameter.
2929 (find-lisp-insert-directory): Mark unused parameter.
2930
2931 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
2932 (format-encode-region): Remove unused variables `cur-buf' and `result'.
2933 (format-common-tail): Remove, unused.
2934 (format-deannotate-region): Remove unused variable `loc'.
2935 (format-annotate-region): Remove unused variable `p'.
2936 (format-annotate-single-property-change): Remove unused variables
2937 `default' and `tail'.
2938
2939 * forms.el (read-file-filter): Declare.
2940 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
2941
2942 * frame.el (frame-creation-function-alist): Mark unused parameter.
2943 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
2944
2945 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
2946 Remove unused parameters.
2947 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
2948 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
2949
2950 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
2951 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
2952 (hfy-prepare-tag-map): Mark unused parameters.
2953 (htmlfontify-buffer): Use `called-interactively-p'.
2954
2955 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
2956 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
2957 (ibuffer-do-occur): Mark unused parameters.
2958 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
2959 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
2960
2961 * ibuffer.el: Don't quote `lambda'.
2962 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
2963 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
2964 Mark unused parameters.
2965
2966 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
2967 (ido-completing-read): Mark unused parameters.
2968 (ido-copy-current-word): Mark unused parameters;
2969 remove unused variable `name'.
2970 (ido-sort-merged-list): Remove unused parameter `dirs'.
2971
2972 * ielm.el (ielm-input-sender): Mark unused parameter.
2973 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
2974 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
2975 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
2976 `ielm-string' as a dynamic variable accessible from the IELM prompt.
2977 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
2978
2979 * image-dired.el (image-dired-display-thumbs): Remove unused
2980 variables `curr-file' and `count'.
2981 (image-dired-remove-tag): Remove unused variable `start'.
2982 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
2983 variable `curr-file'
2984 (image-dired-rotate-original): Remove unused variable `temp-file'.
2985 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
2986 Remove unused variable `file'.
2987 (image-dired-gallery-generate): Remove unused variable `curr'.
2988 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
2989
2990 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
2991
2992 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
2993
2994 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
2995
2996 * isearch.el (minibuffer-history-symbol): Declare.
2997 (isearch-edit-string): Remove unused variable `err'.
2998 (isearch-message-prefix, isearch-message-suffix):
2999 Mark unused parameters.
3000
3001 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
3002
3003 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
3004
3005 * makesum.el (double-column): Remove unused variable `cnt'.
3006
3007 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
3008 (ido-ignore-item-temp-list): Declare.
3009
3010 * mouse-drag.el (mouse-drag-throw): Remove unused variables
3011 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
3012 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
3013 (mouse-drag-drag): Remove unused variables `mouse-delta' and
3014 `mouse-col-delta'.
3015
3016 * mouse-sel.el (mouse-extend-internal):
3017 Remove unused variable `orig-window-frame'.
3018
3019 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
3020 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
3021 Move declarations before first use.
3022 (pcomplete-opt): Mark unused parameters; doc fix.
3023
3024 * proced.el (proced-revert): Mark unused parameter.
3025 (proced-send-signal): Remove unused variable `err'.
3026
3027 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
3028 Rename parameter PREFIX-ARG to ARG.
3029 (ps-basic-plot-string, ps-basic-plot-whitespace):
3030 Mark unused parameters.
3031
3032 * replace.el (replace-count): Define.
3033 (occur-revert-function): Mark unused parameters.
3034 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
3035 (isearch-case-fold-search, isearch-string): Declare.
3036 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
3037 bind `case-fold-search'. Remove unused variables `beg' and `end',
3038 and simplify.
3039 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
3040 COUNT and bind `replace-count'.
3041 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
3042 to COUNT.
3043
3044 * savehist.el (print-readably, print-string-length): Declare.
3045
3046 * shadowfile.el (shadow-expand-cluster-in-file-name):
3047 Remove unused variable `cluster'.
3048 (shadow-copy-file): Remove unused variable `i'.
3049 (shadow-noquery, shadow-clusters, shadow-site-cluster)
3050 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
3051 (shadow-define-literal-group, shadow-define-regexp-group)
3052 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
3053
3054 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
3055 (shell): Use `called-interactively-p'.
3056 (shell-directory-tracker): Remove unused variable `chdir-failure'.
3057
3058 * simple.el (compilation-context-lines, comint-file-name-quote-list)
3059 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
3060 (delete-backward-char): Remove unused variable `ocol'.
3061 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
3062 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
3063 (event-apply-hyper-modifier, event-apply-shift-modifier)
3064 (event-apply-control-modifier, event-apply-meta-modifier):
3065 Mark unused parameters.
3066 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
3067 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
3068
3069 * speedbar.el (speedbar-ignored-directory-expressions)
3070 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
3071 (speedbar-find-file, speedbar-dir-follow)
3072 (speedbar-directory-buttons-follow, speedbar-tag-find)
3073 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
3074 (speedbar-buffers-line-directory, speedbar-buffer-click):
3075 Mark unused parameters.
3076 (speedbar-tag-file): Remove unused variable `mode'.
3077 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
3078
3079 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
3080
3081 * talk.el (talk): Remove unused variable `display'.
3082
3083 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
3084 (tar-write-region-annotate): Mark unused parameter.
3085
3086 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
3087 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
3088 Declare them, wrapped in `with-no-warnings' to avoid replacing one
3089 warning by another.
3090
3091 * time-stamp.el (time-stamp-string-preprocess):
3092 Remove unused variable `require-padding'.
3093
3094 * tree-widget.el (widget-glyph-enable): Declare.
3095 (tree-widget-action): Mark unused parameter.
3096
3097 * w32-fns.el (x-get-selection): Mark unused parameter.
3098 (autoload-make-program, generated-autoload-file): Declare.
3099
3100 * wdired.el (wdired-revert): Mark unused parameters.
3101 (wdired-xcase-word): Remove unused variable `err'.
3102
3103 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
3104 (whitespace-help-scroll): Remove unused variable `data-help'.
3105
3106 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
3107 (widget-image-insert, widget-after-change, default)
3108 (widget-default-format-handler, widget-default-notify)
3109 (widget-default-prompt-value, widget-info-link-action)
3110 (widget-url-link-action, widget-function-link-action)
3111 (widget-variable-link-action, widget-file-link-action)
3112 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
3113 (widget-field-prompt-internal, widget-field-action, widget-field-match)
3114 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
3115 (widget-insert-button-action, widget-delete-button-action, visibility)
3116 (widget-documentation-link-action, widget-documentation-string-action)
3117 (widget-const-prompt-value, widget-regexp-match, symbol)
3118 (widget-coding-system-prompt-value)
3119 (widget-key-sequence-value-to-external, sexp)
3120 (widget-sexp-value-to-internal, character, vector, cons)
3121 (widget-choice-prompt-value, widget-boolean-prompt-value)
3122 (widget-color--choose-action): Mark unused parameters.
3123 (widget-item-match-inline, widget-choice-match-inline)
3124 (widget-checklist-match, widget-checklist-match-inline)
3125 (widget-group-match): Rename parameter VALUES to VALS.
3126 (widget-field-value-set): Remove unused variable `size'.
3127 (widget-color-action): Remove unused variables `value' and `start'.
3128
3129 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
3130 variable `dir'. Doc fix.
3131 (windmove-find-other-window): Don't pass it.
3132
3133 * window.el (count-windows): Mark unused parameter.
3134 (bw-adjust-window): Remove unused variable `err'.
3135
3136 * woman.el (woman-file-name): Remove unused variable `default'.
3137 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
3138 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
3139 (global-font-lock-mode): Declare.
3140 (woman-decode-region): Mark unused parameter.
3141 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
3142
3143 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
3144 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
3145 (x-dnd-handle-moz-url): Remove unused variable `title'.
3146 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
3147
3148 * xml.el (xml-parse-tag, xml-parse-attlist):
3149 Remove unused variable `pos'.
3150
3151 2011-04-19 Glenn Morris <rgm@gnu.org>
3152
3153 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
3154 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3155 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3156 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
3157 * calendar/cal-html.el (cal-html-insert-minical):
3158 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
3159 (calendar-mark-date-pattern):
3160 Prefix "unused" locals.
3161
3162 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
3163 optional argument `style'.
3164
3165 * calendar/appt.el (appt-make-list):
3166 * calendar/cal-china.el (calendar-chinese-date-string):
3167 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
3168 (diary-hebrew-yahrzeit):
3169 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
3170 * calendar/calendar.el (calendar-generate-window):
3171 * calendar/time-date.el (time-to-days):
3172 Remove unused local variables.
3173
3174 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
3177 glyphless-char-display table.
3178 (tabulated-list-glyphless-char-display): New var.
3179
3180 2011-04-18 Sam Steingold <sds@gnu.org>
3181
3182 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
3183 to acknowledgments.
3184
3185 2011-04-17 Glenn Morris <rgm@gnu.org>
3186
3187 * calendar/diary-lib.el (diary-sexp-entry):
3188 * calendar/holidays.el (holiday-sexp):
3189 Set debug-on-error rather than the removed stack-trace-on-error.
3190
3191 2011-04-16 Glenn Morris <rgm@gnu.org>
3192
3193 * progmodes/f90.el: Use lexical-binding.
3194 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
3195
3196 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
3199 (mail-mode): Setup mailalias completion here instead.
3200 * mail/mailalias.el: Use lexical-binding.
3201 (pattern, mailalias-done): Declare dynamic.
3202 (mail-completion-at-point-function): New function, from mail-complete.
3203 (mail-complete): Use it.
3204 (mail-completion-expand): New function.
3205 (mail-get-names): Use it.
3206 (mail-directory, mail-directory-process, mail-directory-stream):
3207 Don't use `pattern' for lexically bound arg.
3208
3209 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
3210
3211 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
3212 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
3213 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
3214
3215 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
3216 (byte-save-window-excursion, byte-temp-output-buffer-setup)
3217 (byte-interactive-p): Define them again, for use when inlining
3218 old code.
3219
3220 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
3221
3222 * loadup.el: Use `string-to-number', not `string-to-int'.
3223
3224 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
3227 gud-gdb-complete-command.
3228 (gud-gdb-completions): New function, from gud-gdb-complete-command.
3229 (gud-gdb-completion-at-point): New function.
3230 (gud-gdb-completions): Remove.
3231
3232 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
3233
3234 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
3235 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
3236 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
3237 whether `executable-find' is bound.
3238
3239 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
3240
3241 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * minibuffer.el (completion-in-region-mode-predicate)
3244 (completion-in-region-mode--predicate): New vars.
3245 (completion-in-region, completion-in-region--postch)
3246 (completion-in-region-mode): Use them.
3247 (completion--capf-wrapper): Also return the hook function.
3248 (completion-at-point, completion-help-at-point):
3249 Adjust and provide a predicate.
3250
3251 Preserve arg names for advice of subr and lexical functions (bug#8457).
3252 * help-fns.el (help-function-arglist): Consolidate the subr and
3253 new-byte-code cases. Add argument `preserve-names' to extract names
3254 from the docstring when needed.
3255 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
3256 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
3257 (ad-arglist): Use help-function-arglist's new arg.
3258 (ad-definition-type): Use cond.
3259
3260 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
3261
3262 * autorevert.el (auto-revert-handler):
3263 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
3264 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
3265 Don't quote lambda.
3266
3267 * image-mode.el (image-transform-set-scale):
3268 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
3269
3270 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3271
3272 * net/network-stream.el (network-stream-open-starttls): Only do
3273 opportunistic STARTTLS upgrades if we have built-in gnutls support.
3274 Upgrades via gnutls-cli are too slow to be done opportunistically.
3275
3276 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * dframe.el (dframe-current-frame): Remove spurious quote.
3279
3280 2011-04-12 Glenn Morris <rgm@gnu.org>
3281
3282 * calendar/cal-tex.el (cal-tex-end-document):
3283 Try to automatically use latin1 input if needed.
3284
3285 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
3286 Don't try to cons a mark onto an empty element.
3287
3288 2011-04-11 Leo Liu <sdl.web@gmail.com>
3289
3290 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
3291 buffers.
3292 (ido-kill-buffer-at-head): Support killing virtual buffers.
3293
3294 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
3295
3296 * minibuffer.el (completion-show-inline-help): New var.
3297 (completion--do-completion, minibuffer-complete)
3298 (minibuffer-force-complete, minibuffer-complete-word):
3299 Inhibit minibuffer messages if completion-show-inline-help is nil.
3300
3301 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
3302 to avoid interference from inline help (Bug#5849).
3303
3304 2011-04-10 Leo Liu <sdl.web@gmail.com>
3305
3306 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3307 Fix typo.
3308
3309 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * image-mode.el (image-toggle-display-image): Signal an error if
3312 not in Image mode.
3313 (image-transform-mode, image-transform-resize)
3314 (image-transform-set-rotation): Doc fix.
3315 (image-transform-set-resize): Delete.
3316 (image-transform-set-scale, image-transform-fit-to-height)
3317 (image-transform-fit-to-width): Handle image-toggle-display-image
3318 and image-transform-resize directly.
3319
3320 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
3321
3322 * doc-view.el (doc-view-fit-width-to-window)
3323 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
3324 New functions for fitting the shown image to the Emacs window size.
3325 (doc-view-mode-map): Add bindings for the new functions.
3326
3327 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
3330 Fix typo in docstring.
3331
3332 2011-04-08 Eli Zaretskii <eliz@gnu.org>
3333
3334 * files.el (file-size-human-readable): Produce one digit after
3335 decimal, like "ls -lh" does.
3336
3337 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
3338 the file size representation.
3339
3340 * simple.el (list-processes): If async subprocesses are not
3341 available, error out with a clear error message.
3342
3343 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * help.el (help-form-show): New function, to be called from C.
3346 Put help-form output in a buffer named differently than *Help*.
3347
3348 2011-04-08 Eli Zaretskii <eliz@gnu.org>
3349
3350 * files.el (file-size-human-readable): New function.
3351
3352 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
3353 computing the representation inline. Don't require `cl'.
3354
3355 2011-04-08 Glenn Morris <rgm@gnu.org>
3356
3357 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
3358
3359 * net/browse-url.el (browse-url-firefox):
3360 Test system-type, not system-configuration.
3361
3362 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
3363 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
3364 Use log-edit-empty-buffer-p. (Bug#7598)
3365
3366 * net/rlogin.el (rlogin-process-connection-type): Simplify.
3367 (rlogin-mode-map): Initialize in the defvar.
3368 (rlogin): Use ignore-errors.
3369
3370 * replace.el (occur-mode-map): Some fixes for menu items.
3371
3372 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3373
3374 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
3375
3376 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
3377
3378 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
3379 issuing unused warnings.
3380
3381 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
3382 macro directly.
3383
3384 * simple.el: Lisp reimplement of list-processes. Based on an
3385 earlier reimplementation by Leo Liu, but using tabulated-list.el.
3386 (process-menu-mode): New major mode.
3387 (list-processes--refresh, list-processes):
3388 (process-menu-visit-buffer): New functions.
3389
3390 * files.el (save-buffers-kill-emacs): Don't assume any return
3391 value of list-processes, which is undocumented anyway.
3392
3393 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
3394
3395 * emacs-lisp/tabulated-list.el: New file.
3396
3397 * emacs-lisp/package.el: Use Tabulated List mode.
3398 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
3399 (package-menu-mode): Derive from tabulated-list-mode. Set up the
3400 table format using Tabulated List mode variables.
3401 (package--push): New macro, replacing package-list-maybe-add.
3402 (package-menu--generate): Use package--push. Renamed from
3403 package--generate-package-list.
3404 (package-menu-refresh, list-packages): Use it.
3405 (package-menu--print-info): Rename from package-print-package.
3406 Return insertion data instead of inserting it directly.
3407 (package-menu-describe-package, package-menu-execute):
3408 Use tabulated-list-get-id.
3409 (package-menu-mark-delete, package-menu-mark-install)
3410 (package-menu-mark-unmark, package-menu-backup-unmark)
3411 (package-menu-mark-obsolete-for-deletion):
3412 Use tabulated-list-put-tag.
3413 (package--list-packages, package-menu-revert)
3414 (package-menu-get-package, package-menu-get-version)
3415 (package-menu-sort-by-column): Functions deleted.
3416 (package-menu-package-list, package-menu-sort-key): Vars deleted.
3417 (package-menu--status-predicate, package-menu--version-predicate)
3418 (package-menu--name-predicate)
3419 (package-menu--description-predicate): Handle arguments in the
3420 Tabulated List format.
3421 (package-list-packages-no-fetch): Call list-packages.
3422
3423 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
3424
3425 * files.el (after-find-file-from-revert-buffer): Remove variable.
3426 (after-find-file): Don't bind it.
3427 (revert-buffer-in-progress-p): New variable.
3428 (revert-buffer): Bind it.
3429 Pass nil for `after-find-file-from-revert-buffer'.
3430
3431 * saveplace.el (save-place-find-file-hook): Use new variable
3432 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
3433
3434 2011-04-06 Glenn Morris <rgm@gnu.org>
3435
3436 * Makefile.in (AUTOGEN_VCS): New variable.
3437 (autoloads): Use $AUTOGEN_VCS.
3438
3439 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
3440 * calendar/calendar.el (calendar-mode-map):
3441 Check for toolkit scroll bars. (Bug#8305)
3442
3443 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
3444
3445 * minibuffer.el (completion-in-region--postch)
3446 (completion-in-region-mode): Remove unnecessary messages.
3447
3448 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
3449
3450 * font-lock.el (font-lock-refresh-defaults):
3451 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
3452 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
3453
3454 * info.el (Info-directory-list, Info-read-node-name-2)
3455 (Info-split-parameter-string): Doc fixes.
3456 (Info-virtual-nodes): Reflow docstring.
3457 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
3458 (Info-apropos-toc-nodes, info-finder, Info-get-token)
3459 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
3460 Fix typos in docstrings.
3461 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
3462 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
3463 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
3464 (Info-restore-desktop-buffer): Mark unused parameters.
3465 (Info-directory-find-file, Info-directory-find-node)
3466 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
3467 (Info-virtual-index-find-node, Info-apropos-find-file)
3468 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
3469 Mark unused parameters; fix typos in docstrings.
3470 (Info-virtual-index): Remove unused local variable `nodename'.
3471
3472 2011-04-05 Deniz Dogan <deniz@dogan.se>
3473
3474 * net/rcirc.el: Update my e-mail address.
3475 (rcirc-mode-map): Remove M-o binding.
3476
3477 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
3478
3479 * startup.el (command-line): Save the cursor's theme-face
3480 directly, instead of using face-override-spec.
3481
3482 * custom.el (load-theme): Minor optimization in assigning faces.
3483
3484 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
3485
3486 * help-fns.el (describe-variable): Complete all variables having
3487 documentation, including keywords.
3488 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
3489
3490 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
3491
3492 Convert to lexical-binding.
3493
3494 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
3495 (bs--get-marked-string, bs--get-modified-string)
3496 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3497 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
3498 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
3499
3500 * ehelp.el (electric-help-execute-extended)
3501 (electric-help-ctrl-x-prefix):
3502 * hexl.el (hexl-revert-buffer-function):
3503 * linum.el (linum-after-change, linum-after-scroll):
3504 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
3505
3506 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
3507
3508 2011-04-04 Daiki Ueno <ueno@unixuser.org>
3509
3510 * epa-dired.el:
3511 * epa-mail.el:
3512 * epa-hook.el:
3513 * epa-file.el:
3514 * epa.el:
3515 * epg.el: Use lexical binding.
3516
3517 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
3520
3521 * textmodes/flyspell.el (flyspell-word): Recognize default
3522 dictionary case for flyspell-mark-duplications-exceptions.
3523 Use regexp matching for languages.
3524 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
3525 default dictionary (Bug#7926).
3526
3527 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3528
3529 * emacs-lisp/package.el (package--with-work-buffer):
3530 Recognize https URLs.
3531
3532 * net/network-stream.el: Move from gnus/proto-stream.el.
3533 Change prefix to network-stream throughout.
3534 (open-protocol-stream): Merge into open-network-stream, leaving
3535 open-protocol-stream as an alias. Handle nil BUFFER args.
3536
3537 * subr.el (open-network-stream): Move to net/network-stream.el.
3538
3539 2011-04-02 Glenn Morris <rgm@gnu.org>
3540
3541 * find-dired.el (find-exec-terminator): New option.
3542 (find-ls-option): Test for -ls support.
3543 (find-ls-subdir-switches): Test for -b in find-ls-option.
3544 (find-dired, find-grep-dired): Doc fixes.
3545 (find-dired): Use find-exec-terminator.
3546
3547 * find-dired.el (find-ls-option, find-ls-subdir-switches)
3548 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
3549 (find-name-arg): Remove purecopy.
3550
3551 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
3552 (grep-compute-defaults): Check for `-exec COMMAND +' support.
3553 Set grep-find-use-xargs, grep-find-command, and grep-find-template
3554 accordingly. Don't add the null-device if not needed.
3555
3556 * files.el (save-some-buffers): Doc fix.
3557
3558 2011-04-02 Eli Zaretskii <eliz@gnu.org>
3559
3560 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
3561
3562 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
3563
3564 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
3565 Use `dolist' rather than `mapcar'.
3566
3567 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 Add lexical binding.
3570
3571 * subr.el (apply-partially): Use new closures rather than CL.
3572 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
3573 (dolist, dotimes): Use slightly different expansion for lexical code.
3574 (functionp): Move to C.
3575 (letrec): New macro.
3576 (with-wrapper-hook): Use it and apply-partially instead of CL.
3577 (eval-after-load): Preserve lexical-binding.
3578 (save-window-excursion, with-output-to-temp-buffer): Turn them
3579 into macros.
3580
3581 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
3582
3583 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
3584 than the arglist.
3585 (help-add-fundoc-usage): Don't add `Not documented'.
3586 (help-function-arglist): Handle closures, subroutines, and new
3587 byte-code-functions.
3588 (help-make-usage): Remove leading underscores.
3589 (describe-function-1): Handle closures.
3590 (describe-variable): Use special-variable-p for completion.
3591
3592 * files.el (lexical-binding): Declare safe.
3593
3594 * emacs-lisp/pcase.el: Don't use destructuring-bind.
3595 (pcase--memoize): Rename from pcase-memoize. Change weakness.
3596 (pcase): Add `let' pattern.
3597 Change memoization so it actually works.
3598 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
3599 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
3600 <let>: New case.
3601
3602 * emacs-lisp/macroexp.el: Use lexical binding.
3603 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
3604 Don't convert ' to #' without checking that it's indeed quoting
3605 a lambda.
3606
3607 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
3608 Use eval-sexp-add-defvars.
3609 (eval-sexp-add-defvars): New fun.
3610
3611 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
3612
3613 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
3614 Don't autoload.
3615 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
3616 than the internal `byte-compile-lambda'.
3617 (defmethod): Don't hide code under quotes.
3618 (eieio-defmethod): New `code' argument.
3619
3620 * emacs-lisp/eieio-comp.el: Remove.
3621
3622 * emacs-lisp/edebug.el (edebug-eval-defun)
3623 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
3624 (edebug-toggle): Avoid `eval'.
3625
3626 * emacs-lisp/disass.el (disassemble-internal): Handle new
3627 `closure' objects.
3628 (disassemble-1): Handle new byte codes.
3629
3630 * emacs-lisp/cl.el (pushnew): Silence warning.
3631
3632 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
3633 (cl-byte-compile-throw): Remove.
3634 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
3635
3636 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
3637 closures.
3638
3639 * emacs-lisp/cconv.el: New file.
3640
3641 * emacs-lisp/bytecomp.el: Use lexical binding instead of
3642 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
3643 (byte-compile-initial-macro-environment):
3644 Handle declare-function here.
3645 (byte-compile--lexical-environment): New var.
3646 (byte-stack-ref, byte-stack-set, byte-discardN)
3647 (byte-discardN-preserve-tos): New lap codes.
3648 (byte-interactive-p): Don't use any more.
3649 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
3650 New macros.
3651 (byte-compile-lapcode): Use them and handle new lap codes.
3652 (byte-compile-obsolete): Remove.
3653 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
3654 (byte-compile-arglist-warn): Check late def of inlinable funs.
3655 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
3656 since they should have been expanded by now.
3657 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
3658 (byte-compile-from-buffer): Remove unused second arg.
3659 (byte-compile-preprocess): New function.
3660 (byte-compile-toplevel-file-form): New function to distinguish
3661 file-form calls from outside from file-form calls from hunk-handlers.
3662 (byte-compile-file-form): Simplify.
3663 (byte-compile-file-form-defsubst): Remove.
3664 (byte-compile-file-form-defmumble): Simplify now that
3665 byte-compile-lambda always returns a byte-code-function.
3666 (byte-compile): Preprocess.
3667 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
3668 Remove, not used any more.
3669 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
3670 (byte-compile-make-args-desc): New funs.
3671 (byte-compile-lambda): Handle lexical functions. Always return
3672 a byte-code-function.
3673 (byte-compile-reserved-constants): New var, to make up room for
3674 closed-over variables.
3675 (byte-compile-constants-vector): Obey it.
3676 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
3677 (byte-compile-macroexpand-declare-function): New function.
3678 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
3679 byte-code-functions.
3680 (byte-compile-form): Check obsolescence here.
3681 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
3682 (byte-compile-variable-ref): Remove.
3683 (byte-compile-dynamic-variable-op): New fun.
3684 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3685 (byte-compile-variable-set): New funs.
3686 (byte-compile-discard): Add 2 args.
3687 (byte-compile-stack-ref, byte-compile-stack-set)
3688 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
3689 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
3690 macroexpand-all instead.
3691 (byte-compile-quote-form): Remove.
3692 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
3693 (byte-compile-bind, byte-compile-unbind): New funs.
3694 (byte-compile-let): Handle let* and lexical binding.
3695 (byte-compile-let*): Remove.
3696 (byte-compile-catch, byte-compile-unwind-protect)
3697 (byte-compile-track-mouse, byte-compile-condition-case):
3698 Handle a new :fun-body form, used for lexical scoping.
3699 (byte-compile-save-window-excursion)
3700 (byte-compile-with-output-to-temp-buffer): Remove.
3701 (byte-compile-defun): Simplify.
3702 (byte-compile-stack-adjustment): New fun.
3703 (byte-compile-out): Use it.
3704 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
3705
3706 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
3707 handler any more.
3708
3709 * emacs-lisp/byte-opt.el: Use lexical binding.
3710 (byte-inline-lapcode): Remove (to bytecomp).
3711 (byte-compile-inline-expand): Pay attention to inlining to/from
3712 lexically bound code.
3713 (byte-compile-unfold-lambda): Don't handle byte-code-functions
3714 any more.
3715 (byte-optimize-form-code-walker): Don't handle save-window-excursion
3716 any more and don't call compiler-macros.
3717 (byte-compile-splice-in-already-compiled-code): Remove.
3718 (byte-code): Don't inline any more.
3719 (disassemble-offset): Receive `bytes' as argument rather than via
3720 dynamic scoping.
3721 (byte-compile-tag-number): Declare before first use.
3722 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
3723 `return' even if make-spliceable.
3724 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
3725 obsolete interactive-p.
3726 (byte-optimize-lapcode): Optimize new lap-codes.
3727 Don't trip up on new form of `byte-constant' lap code.
3728
3729 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
3730
3731 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
3732
3733 * custom.el (custom-initialize-default, custom-declare-variable):
3734 Use `defvar'.
3735
3736 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
3737 New variables.
3738 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
3739 (COMPILE_FIRST): Add macroexp and cconv.
3740 * makefile.w32-in: Mirror changes in Makefile.in.
3741
3742 * vc/cvs-status.el:
3743 * vc/diff-mode.el:
3744 * vc/log-edit.el:
3745 * vc/log-view.el:
3746 * vc/smerge-mode.el:
3747 * textmodes/bibtex-style.el:
3748 * textmodes/css.el:
3749 * startup.el:
3750 * uniquify.el:
3751 * minibuffer.el:
3752 * newcomment.el:
3753 * reveal.el:
3754 * server.el:
3755 * mpc.el:
3756 * emacs-lisp/smie.el:
3757 * doc-view.el:
3758 * dired.el:
3759 * abbrev.el: Use lexical binding.
3760
3761 2011-04-01 Eli Zaretskii <eliz@gnu.org>
3762
3763 * info.el (info-display-manual): New function.
3764
3765 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
3768
3769 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
3770
3771 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
3772 an entry for that server in rcirc-authinfo. (Bug#8385)
3773
3774 2011-03-31 Glenn Morris <rgm@gnu.org>
3775
3776 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
3777
3778 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
3779
3780 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
3781
3782 * progmodes/python.el (python-default-interpreter)
3783 (python-python-command-args, python-jython-command-args)
3784 (python-which-shell, python-which-args, python-which-bufname)
3785 (python-file-queue, python-comint-output-filter-function)
3786 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
3787 variables and functions.
3788
3789 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
3792 (completion-in-region-mode): New minor mode.
3793 (completion-in-region): Use it.
3794 (completion-in-region--data, completion-in-region-mode-map): New vars.
3795 (completion-in-region--postch): New function.
3796 (completion--capf-misbehave-funs, completion--capf-safe-funs):
3797 New vars.
3798 (completion--capf-wrapper): New function.
3799 (completion-at-point): Use it to track well-behavedness of
3800 hook functions.
3801 (completion-help-at-point): New command.
3802
3803 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
3804
3805 * vc/add-log.el (add-change-log-entry): Don't use whitespace
3806 syntax class to search for whitespace on a single line
3807 (Message-ID: <4D938140.4030905@redhat.com>).
3808
3809 2011-03-30 Leo Liu <sdl.web@gmail.com>
3810
3811 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
3812 New commands.
3813 (edit-abbrevs-map): Bind them here.
3814 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
3815
3816 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
3817
3818 * allout.el (allout-hide-by-annotation, allout-flag-region):
3819 Reduce possibility of overlay leakage by making them volatile.
3820
3821 * allout-widgets.el (allout-widgets-tally): Define as nil so the
3822 hash is not shared between buffers. Mode initialization is
3823 responsible for giving it a useful starting value.
3824 (allout-item-span): Reduce possibility of overlay leakage by
3825 making them volatile.
3826 (allout-widgets-count-buttons-in-region): Add diagnostic function
3827 for tracking down button overlay leaks.
3828
3829 2011-03-29 Leo Liu <sdl.web@gmail.com>
3830
3831 * ido.el (ido-read-internal): Use the default history var
3832 minibuffer-history if no HISTORY is specified.
3833
3834 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
3835
3836 * net/imap.el (imap-shell-open, imap-process-connection-type):
3837 Use imap-process-connection-type for 'shell' streams as well as
3838 Kerberos, SSL, other subprocesses.
3839
3840 2011-03-28 Leo Liu <sdl.web@gmail.com>
3841
3842 * abbrev.el (abbrev-table-empty-p): New function.
3843 (prepare-abbrev-list-buffer): Place empty abbrev tables after
3844 nonempty ones. (Bug#5937)
3845
3846 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
3847
3848 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
3849
3850 2011-03-27 Leo Liu <sdl.web@gmail.com>
3851
3852 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
3853 for foreground and background colors.
3854 (ansi-color-make-color-map): Adapt.
3855
3856 2011-03-25 Leo Liu <sdl.web@gmail.com>
3857
3858 * midnight.el (midnight-time-float): Remove. Note it calculates
3859 the microsecond component incorrectly and seconds-to-time does the
3860 same job.
3861 Remove redundant (require 'timer).
3862
3863 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
3864 (ido-completions): Remove unused arguments. (Bug#8329)
3865
3866 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * minibuffer.el (completion--flush-all-sorted-completions):
3869 Remove itself from hook.
3870 (completion-at-point): Let the functions perform the completion
3871 immediately and return nil or t.
3872 * comint.el (comint-dynamic-complete-functions): Now identical to
3873 completion-at-point-functions.
3874 (comint-dynamic-list-input-ring): Remove unused var `index'.
3875 (comint--match-partial-filename, comint--unquote&expand-filename):
3876 New funs, split from comint-match-partial-filename.
3877 (comint-dynamic-complete): Use completion-at-point.
3878 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
3879
3880 2011-03-24 Drew Adams <drew.adams@oracle.com>
3881
3882 * thingatpt.el: Support `defun'.
3883
3884 2011-03-23 Leo Liu <sdl.web@gmail.com>
3885
3886 * abbrevlist.el: Move to obsolete/abbrevlist.el.
3887
3888 * help-mode.el (help-mode-finish): Tweak regexp.
3889
3890 2011-03-23 Glenn Morris <rgm@gnu.org>
3891
3892 * eshell/esh-opt.el (eshell-eval-using-options):
3893 Do not bind unused local variable `eshell-option-stub'.
3894
3895 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
3896
3897 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
3898
3899 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
3900 keymap variable in `with-no-warnings' to avoid a warning when the
3901 keymap has been already `defconst'ed.
3902
3903 2011-03-22 Leo Liu <sdl.web@gmail.com>
3904
3905 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
3906 encode all chars in abbrevs; otherwise use emacs-mule or
3907 utf-8-emacs. (Bug#8308)
3908
3909 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
3910
3911 * simple.el (backward-delete-char-untabify):
3912 Avoid warning about using `delete-backward-char'.
3913
3914 * image.el (image-type-file-name-regexps): Make it variable.
3915 `imagemagick-register-types' modifies it, and the user may want
3916 to add new extensions for known image types.
3917 (imagemagick-register-types): Throw error if not using ImageMagick.
3918
3919 2011-03-22 Leo Liu <sdl.web@gmail.com>
3920
3921 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
3922 located before rcirc-prompt-end-marker.
3923 (rcirc-complete): Error if point is not after rcirc prompt.
3924 Handle the case when table is nil.
3925 (rcirc-user-authenticated): Define to fix compiler warning.
3926
3927 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
3928
3929 * custom.el (custom--inhibit-theme-enable): Make it affect only
3930 custom-theme-set-variables and custom-theme-set-faces.
3931 (provide-theme): Ignore custom--inhibit-theme-enable.
3932 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
3933 (custom-enabling-themes): Delete variable.
3934 (enable-theme): Accept only loaded themes as arguments.
3935 Ignore the special custom-enabled-themes variable.
3936 (custom-enabled-themes): Forbid themes from setting this.
3937 Eliminate use of custom-enabling-themes.
3938 (custom-push-theme): Quote "changed" custom var entry.
3939
3940 2011-03-21 Leo Liu <sdl.web@gmail.com>
3941
3942 * ido.el (ido-read-internal): Add ido-selected to history instead
3943 of user input.
3944
3945 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * subr.el (deferred-action-list, deferred-action-function):
3948 Mark obsolete.
3949
3950 2011-03-21 Leo Liu <sdl.web@gmail.com>
3951
3952 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
3953 change on 2011-02-13 (bug#8309).
3954
3955 * minibuffer.el (read-file-name-function): Change default value.
3956 (read-file-name--defaults): Rename from read-file-name-defaults.
3957 (read-file-name-default): Rename from read-file-name.
3958 (read-file-name): Call read-file-name-function.
3959
3960 2011-03-21 Glenn Morris <rgm@gnu.org>
3961
3962 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
3963 Doc fixes.
3964
3965 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * cus-theme.el: Add missing provide statement.
3968 (customize-create-theme): Extract theme value correctly.
3969 (custom-theme-visit-theme): Autoload.
3970 (customize-create-theme): Prompt before inserting default faces.
3971
3972 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3973
3974 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
3975 units and musical notes.
3976
3977 2011-03-20 Leo <sdl.web@gmail.com>
3978
3979 * ido.el (ido-read-internal): Use completing-read-default.
3980 (ido-completing-read): Fix compatibility with completing-read.
3981
3982 2011-03-20 Christian Ohler <ohler@gnu.org>
3983
3984 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
3985 (ert-delete-all-tests): Use `called-interactively-p' rather than
3986 `interactive-p'.
3987 (ert--make-xrefs-region): Respect END.
3988
3989 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
3990
3991 * dired-aux.el (dired-create-directory): Signal an error if the
3992 directory already exists (Bug#8246).
3993
3994 * facemenu.el (list-colors-display): Call list-faces-display
3995 inside with-help-window.
3996 (list-colors-print): Use display property to align the final
3997 column, instead of checking window-width.
3998
3999 2011-03-19 Eli Zaretskii <eliz@gnu.org>
4000
4001 * emerge.el (emerge-metachars): Separate value for ms-dos and
4002 windows-nt systems.
4003 (emerge-protect-metachars): Quote correctly for ms-dos and
4004 windows-nt systems.
4005
4006 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
4007
4008 * info.el (info-initialize): Replace all uses of `:' with
4009 path-separator for compatibility with non-Unix systems.
4010 Cache quoting of path-separator. (Bug#8258)
4011
4012 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
4015 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
4016 (mouse-avoidance-mode): Fix typos in docstrings.
4017
4018 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * startup.el (package-subdirectory-regexp): Move from package.el.
4021 Omit \\` and \\', and let callers add them.
4022
4023 * emacs-lisp/package.el (package-strip-version)
4024 (package-load-all-descriptors): Add \\` and \\' to
4025 package-subdirectory-regexp before using it.
4026 (package-untar-buffer): New arg DIR; ensure that file untars only
4027 into this expected directory. Remove superfluous delete-region.
4028 (package-unpack): Caller changed.
4029 (package-tar-file-info): Use package-subdirectory-regexp.
4030
4031 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
4034 diff-mode-shared-map (bug#8284).
4035 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
4036
4037 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4038
4039 * calendar/time-date.el (format-seconds): Use assoc instead of
4040 assoc-string, since assoc-string doesn't exist in XEmacs.
4041
4042 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * custom.el (custom-known-themes): Reflow docstring.
4045 (custom-theme-load-path): Fix typo in docstring.
4046 (load-theme): Fix typo in error message.
4047 (custom-available-themes, custom-variable-theme-value):
4048 Use `let', not `let*'.
4049
4050 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
4051
4052 * calc/README: Mention inclusion of musical notes.
4053
4054 * calc/calc-units.el (calc-lu-quant): Rename from
4055 `calc-logunits-quantity'.
4056 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
4057 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
4058 (calc-db): Rename from `calc-dblevel'.
4059 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
4060 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
4061 (calc-np): Rename from `calc-nplevel'.
4062 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
4063 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
4064 (calc-lu-plus): Rename from `calc-logunits-add'.
4065 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
4066 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
4067 (calc-lu-minus): Rename from `calc-logunits-sub'.
4068 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
4069 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
4070 (calc-lu-times): Rename from `calc-logunits-mul'.
4071 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
4072 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
4073 (calc-lu-divide): Rename from `calc-logunits-div'.
4074 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
4075 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
4076
4077 * calc/calc-ext.el (calc-init-extensions): Update the names of the
4078 functions being autoloaded.
4079
4080 * calc/calc.el (calc-lu-power-reference): Rename from
4081 `calc-logunits-power-reference'.
4082 (calc-lu-field-reference): Rename from
4083 `calc-logunits-field-reference'.
4084
4085 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
4086
4087 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * minibuffer.el (completion-all-sorted-completions):
4090 Use :completion-cycle-penalty text property if present.
4091
4092 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
4093
4094 * allout.el (allout-yank-processing): Adjust for new rebulleting
4095 regime so bullet being yanked is used without prompting the user
4096 for a choice.
4097
4098 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
4099
4100 * startup.el (command-line): Warn the user that _emacs is deprecated.
4101
4102 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
4103
4104 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
4105 (delphi-verbose, delphi-comment-face, delphi-string-face)
4106 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
4107 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
4108 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
4109 (delphi-new-comment-line, delphi-font-lock-defaults)
4110 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
4111 Fix typos in docstrings.
4112
4113 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
4114
4115 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
4116 Invert the roles of character and string values for INSTEAD, so a
4117 string is used for the more common case of a defaulting prompt.
4118
4119 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * progmodes/ruby-mode.el (ruby-backward-sexp):
4122 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
4123 * play/gamegrid.el (gamegrid-make-face):
4124 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
4125 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
4126 * notifications.el (notifications-notify):
4127 * net/xesam.el (xesam-search-engines):
4128 * net/quickurl.el (quickurl-list-insert):
4129 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
4130
4131 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * startup.el (command-line): Update package subdirectory regexp.
4134
4135 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4136
4137 * allout.el (allout-abbreviate-flattened-numbering)
4138 (allout-mode-deactivate-hook): Fix up obsolescence "date".
4139
4140 * subr.el (read-char-choice): Only show the cursor after the prompt,
4141 not after the answer.
4142
4143 2011-03-15 Kevin Ryde <user42@zip.com.au>
4144
4145 * help-fns.el (variable-at-point): Skip leading quotes, if any
4146 (bug#8253).
4147
4148 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
4151 warning message.
4152
4153 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
4154
4155 * shell.el (shell): When called interactively, offer to change the
4156 shell file name on remote hosts.
4157
4158 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4159
4160 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
4161 integration for LDAP parameters. The host, base, user or binddn,
4162 and secret tokens can be specified in a netrc file, for instance.
4163 This is optional because an `auth-source' parameter must be
4164 specified in the search attributes.
4165
4166 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * help.el (describe-mode): Link to the mode's definition (bug#8185).
4169
4170 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4171
4172 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
4173 into declaration. Remove redundant and harmful binding.
4174
4175 2011-03-12 Eli Zaretskii <eliz@gnu.org>
4176
4177 * files.el (file-ownership-preserved-p): Pass `integer' as an
4178 explicit 2nd argument to `file-attributes'. If the file's owner
4179 is the Administrators group on Windows, and the current user is
4180 Administrator, consider that a match.
4181
4182 * server.el (server-ensure-safe-dir): Consider server directory
4183 safe on MS-Windows if its owner is the Administrators group while
4184 the current Emacs user is Administrator. Use `=' to compare
4185 numerical UIDs, since they could be integers or floats.
4186
4187 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
4188
4189 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
4190
4191 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
4192
4193 Sync with Tramp 2.2.1.
4194
4195 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
4196
4197 * net/trampver.el: Update release number.
4198
4199 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
4200
4201 * progmodes/compile.el (compilation--previous-directory): Fix up
4202 various nil/dead-marker mismatches (bug#8014).
4203 (compilation-directory-properties, compilation-error-properties):
4204 Don't call it at a position past the one we're about to change.
4205
4206 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
4207 Disable obsolescence warnings in the file that declares it.
4208
4209 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
4210
4211 * allout-widgets.el (allout-widgets-tally):
4212 Initialize allout-widgets-tally as a hash table rather than nil to
4213 prevent mode-line redisplay warnings. Also, clarify the module
4214 description and fix a comment typo.
4215
4216 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * help-fns.el (describe-variable): Don't complete keywords.
4219 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
4220
4221 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
4222
4223 * emacs-lisp/package.el (package-version-join): Impose a standard
4224 string representation for pre/alpha/beta version lists.
4225 (package-unpack-single): Standardize the directory name by passing
4226 it through package-version-join.
4227 (package-strip-rcs-id): Accept any version string that does not
4228 signal an error in version-to-list.
4229
4230 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
4231
4232 * simple.el (delete-trailing-whitespace): Return nil for the
4233 benefit of `write-file-functions'.
4234
4235 2011-03-10 Glenn Morris <rgm@gnu.org>
4236
4237 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
4238
4239 * vc/vc-git.el (vc-git-program): New option.
4240 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
4241 (vc-git--call): Use it.
4242
4243 * eshell/esh-util.el (eshell-condition-case): Doc fix.
4244
4245 * cus-edit.el (Custom-newline): If no button at point, look
4246 for a subgroup button at start-of-line. (Bug#2298)
4247
4248 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
4249
4250 2011-03-10 Julien Danjou <julien@danjou.info>
4251
4252 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
4253 `cursor-type' is nil.
4254
4255 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
4256
4257 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
4258
4259 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
4260
4261 * allout.el Summary: Change so yank of distinctive-bullet items
4262 preserves the existing header prefix, rebulleting it if necessary,
4263 rather than replacing it. This is necessary for proper operation
4264 of cooperative addons like allout-widgets.
4265 (allout-make-topic-prefix, allout-rebullet-heading): Change
4266 SOLICIT arg to INSTEAD, and interpret additionally a string value
4267 as alternate bullet to be used, instead of prompting the user for
4268 a bullet character.
4269
4270 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
4271
4272 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4273 Do not use `tramp-file-name-port', because this returns also
4274 `tramp-default-port'.
4275
4276 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4277
4278 * net/rcirc.el (rcirc-handler-001): Remove useless
4279 with-rcirc-process-buffer.
4280 (rcirc-check-auth-status): Swap arguments to string-match.
4281
4282 2011-03-09 Glenn Morris <rgm@gnu.org>
4283
4284 * shell.el (shell-mode):
4285 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
4286
4287 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
4288 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
4289
4290 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
4291
4292 * emacs-lisp/package.el (package-refresh-contents)
4293 (package-menu-execute): Use condition-case-no-debug.
4294
4295 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
4296
4297 * simple.el (shell-command-to-string): Use `process-file'.
4298
4299 * emacs-lisp/package.el (package-tar-file-info): Handle also
4300 remote files.
4301
4302 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4303 Use `equal' for upload base check.
4304
4305 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
4306
4307 * textmodes/texinfo.el (texinfo-environments):
4308 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
4309
4310 2011-03-08 Glenn Morris <rgm@gnu.org>
4311
4312 * cus-start.el (cursor-in-non-selected-windows):
4313 Fix :set quoting oddness. (Bug#8192)
4314
4315 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
4316 in some setf expressions. (Bug#2159)
4317
4318 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * custom.el (custom-available-themes): Return themes in
4321 alphabetical order.
4322
4323 See ChangeLog.15 for earlier changes.
4324
4325 ;; Local Variables:
4326 ;; coding: utf-8
4327 ;; End:
4328
4329 Copyright (C) 2011 Free Software Foundation, Inc.
4330
4331 This file is part of GNU Emacs.
4332
4333 GNU Emacs is free software: you can redistribute it and/or modify
4334 it under the terms of the GNU General Public License as published by
4335 the Free Software Foundation, either version 3 of the License, or
4336 (at your option) any later version.
4337
4338 GNU Emacs is distributed in the hope that it will be useful,
4339 but WITHOUT ANY WARRANTY; without even the implied warranty of
4340 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4341 GNU General Public License for more details.
4342
4343 You should have received a copy of the GNU General Public License
4344 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.