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