* lisp/menu-bar.el: Use function variable instead of switch-to-buffer.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5d907d6c
DA
12011-06-21 Drew Adams <drew.adams@oracle.com>
2
3 * menu-bar.el: Use function variable instead of switch-to-buffer.
4 (menu-bar-select-buffer-function): New variable.
5 (menu-bar-update-buffers): Use it.
6
478d6f95
SM
72011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
10 variable's status.
11
ca530739
JD
122011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13
14 * x-dnd.el (x-dnd-version-from-flags)
15 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16 and long as number (Bug#8899).
17 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
18
bcd70d97
SM
192011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20
4cb3bfa0
SM
21 * minibuffer.el (completion-metadata): Prepend the alist with `metadata'.
22 (completion-try-completion, completion-all-completions): Compute the
23 metadata argument if it's missing; make it optional (bug#8795).
24
bcd70d97
SM
25 * wid-edit.el: Use lexical scoping and move towards completion-at-point.
26 (widget-complete): Use new :completion-function property.
27 (widget-completions-at-point): New function.
28 (default): Use :completion-function instead of :complete.
29 (widget-default-completions): Rename from widget-default-complete, rewrite.
30 (widget-string-complete, widget-file-complete, widget-color-complete):
31 Remove functions.
32 (file, symbol, function, variable, coding-system, color):
33 * international/mule-cmds.el (default-input-method, charset)
34 (language-info-custom-alist):
35 * cus-edit.el (face): Use new property :completions.
36
37 * progmodes/pascal.el (pascal-completions-at-point): New function.
38 (pascal-mode): Use it.
39 (pascal-mode-map): Use completion-at-point.
40 (pascal-toggle-completions): Make obsolete.
41 (pascal-complete-word, pascal-show-completions):
42 * progmodes/octave-mod.el (octave-complete-symbol):
43 Redefine as obsolete alias.
44 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
45 Signal absence of completion info for old Octave,
46 (inferior-octave-complete): Redefine as obsolete alias.
47 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
48 (meta-completions-at-point): Rename from meta-complete-symbol and
49 adapt it for use on completion-at-point-functions.
50 (meta-common-mode): Use it.
51 (meta-looking-at-backward, meta-match-buffer): Remove.
52 (meta-complete-symbol): Redefine as obsolete alias.
53 (meta-common-mode-map): Use completion-at-point.
54 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
55 (makefile-mode-map): Use completion-at-point.
56 (makefile-completions-at-point): Rename from makefile-complete and
57 adapt it for use on completion-at-point-functions.
58 (makefile-mode): Use it.
59 (makefile-complete): Redefine as obsolete alias.
60
aebf69c8
DD
612011-06-20 Deniz Dogan <deniz@dogan.se>
62
63 * net/rcirc.el: Delete trailing whitespaces once and for all.
64
4c43d97b
MR
652011-06-20 Martin Rudalics <rudalics@gmx.at>
66
67 * window.el (get-window-with-predicate): Start scanning with
68 window following selected window to restore Emacs 23 behavior.
69 Clarify doc-string.
70 (get-buffer-window-list): Start scanning with selected window to
71 restore Emacs 23 behavior. Clarify doc-string.
72
bfbbb27d
DC
732011-06-20 Daniel Colascione <dan.colascione@gmail.com>
74
75 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
76
d264a46b
CY
772011-06-19 Chong Yidong <cyd@stupidchicken.com>
78
4ca009e5
CY
79 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
80
d264a46b
CY
81 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
82
fbf5b3ce
MR
832011-06-19 Martin Rudalics <rudalics@gmx.at>
84
85 * window.el (display-buffer-other-window-means-other-frame):
86 Call display-buffer-normalize-alist.
87 (display-buffer-normalize-specifiers-1): Rename to
88 display-buffer-normalize-argument. New argument other-frame.
89 Rewrite.
90 (display-buffer-normalize-specifiers-2): Rename to
91 display-buffer-normalize-options.
92 (display-buffer-normalize-alist-1): New function.
93 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
94 display-buffer-normalize-alist.
95 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
96 (display-buffer-normalize-options-inhibit): New variable.
97 (display-buffer-normalize-specifiers): Rewrite calling
98 display-buffer-normalize-alist,
99 display-buffer-normalize-argument, and
100 display-buffer-normalize-options. Don't call the latter if
101 display-buffer-normalize-options-inhibit is non-nil.
102 (frame-auto-delete): New option.
103 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
104 (window-list-no-nils, window-state-ignored-parameters)
105 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
106 (window-state-put-1, window-state-put-2, window-state-put):
107 New functions.
9a028c23
MR
108 (display-buffer-normalize-options): Move special-display-p group
109 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 110
6d10d800
CY
1112011-06-18 Chong Yidong <cyd@stupidchicken.com>
112
6420d28b
CY
113 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
114 groups (Bug#8776).
115 (rx-submatch-n): New function.
116 (rx): Document it.
117
ddb8b596
CY
118 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
119 (Bug#8768).
120
121 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
122
77080289
CY
123 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
124
61dfb316
CY
125 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
126 anytime existing face settings are present (Bug#8889).
127
6d10d800
CY
128 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
129 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
130 Remove unused argument.
131
be3fb2b8
MR
1322011-06-18 Martin Rudalics <rudalics@gmx.at>
133
bcd70d97
SM
134 * window.el (display-buffer-default-specifiers):
135 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
136 pop-up-window-min-width, and another reuse-window specifier
137 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
138 (display-buffer-normalize-specifiers-2):
139 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
140 pop-up-windows is unset. Add a reuse-window specifier for the
141 case popping up a new window fails.
142 (special-display-popup-frame): Remove double quoting.
28dec25a 143 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 144
1c6d8c76
SM
1452011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * shell.el (shell-completion-vars): Set pcomplete-termination-string
148 according to comint-completion-addsuffix.
149
150 * pcomplete.el: Convert to lexical binding and fix bug#8819.
151 (pcomplete-suffix-list): Mark as obsolete.
152 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
153 pcomplete-seen in the closure.
154 (pcomplete-comint-setup): Setup completion-at-point as well.
155 (pcomplete--entries): New function.
156 (pcomplete--env-regexp): New var.
157 (pcomplete-entries): Rewrite to work with partial-completion and
158 without relying on pcomplete-suffix-list.
159 (pcomplete-pare-list): Remove, unused.
160
25aef8b8
MR
1612011-06-17 Martin Rudalics <rudalics@gmx.at>
162
163 * window.el (display-buffer-alist): Set pop-up-window-min-height
164 and pop-up-window-min-width in default value. Reported by
165 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
166 other-window-means-other-frame.
167 (display-buffer-macro-specifiers): Comment out entry for
168 other-window specifier.
169 (display-buffer-other-window-means-other-frame): New function.
170 (display-buffer-normalize-specifiers-1): New arguments
171 buffer-name and label. Treat other-window case specially.
172 (display-buffer-normalize-specifiers-2): Treat other-window case
173 specially.
174 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
175 (display-buffer-normalize-specifiers):
176 Call display-buffer-normalize-specifiers-3.
25aef8b8 177
dbad4f69
MR
1782011-06-17 Martin Rudalics <rudalics@gmx.at>
179
180 * window.el (same-window-p): Fix two typos introduced when
181 adding with-no-warnings.
d1067961
MR
182 (display-buffer-normalize-specifiers-1): Don't check
183 pop-up-frames for 'unset initialization.
184 (display-buffer-normalize-specifiers-2): Major rewrite using
185 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
186 (pop-up-frames, display-buffer-reuse-frames)
187 (display-buffer-mark-dedicated): Don't initialize to 'unset.
188 Suggested by David Engster <deng@randomsample.de>.
189 (even-window-heights): Initialize to 'unset.
190 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
191 (display-buffer-macro-specifiers): Don't pop up a new frame in the
192 other window case.
dbad4f69 193
9b9c9e3a
MR
1942011-06-16 Martin Rudalics <rudalics@gmx.at>
195
bcd70d97
SM
196 * window.el (display-buffer-normalize-specifiers-1):
197 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 198 second argument of display-buffer (Bug#8865).
981d5c09
MR
199 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
200 (switch-to-buffer-other-window-same-frame)
201 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
202 Adams (Bug#8875).
9c2755e9
MR
203 (display-buffer): Don't check noninteractive when calling
204 display-buffer-pop-up-frame.
205 (display-buffer-pop-up-frame): Never pop up a frame in
206 noninteractive mode (Bug#8857).
67222e1d
MR
207 (enlarge-window, shrink-window): Don't report an error when the
208 window can't be resized as requested (Bug#8862).
9b9c9e3a 209
2b75be67
SM
2102011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
211
9ffdd3ba
SM
212 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
213
cb581a67
SM
214 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
215
2b75be67
SM
216 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
217
8c0e3589
AM
2182011-06-15 Alan Mackenzie <acm@muc.de>
219
cb581a67
SM
220 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
221 for declarators, disable knr checking to speed up for normal files.
222 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 223
b96e6cde
LMI
2242011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
4bba86e6
LMI
226 * net/network-stream.el (open-network-stream): Add the keyword
227 :always-query-capabilities for the case where you want to force a
228 `plain' network connection, but the protocol still requires the
229 capabilitiy command (i.e., SMTP and EHLO).
230
2b75be67 231 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
232 consistency with other `-live-p' functions.
233
efdcdbf8
SM
2342011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * window.el (same-window-buffer-names, same-window-regexps)
237 (special-display-frame-alist, special-display-popup-frame)
238 (special-display-function, special-display-buffer-names)
239 (special-display-regexps, pop-up-frame-alist)
240 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
241 (pop-up-windows, split-window-preferred-function)
242 (split-height-threshold, split-width-threshold, even-window-heights)
243 (display-buffer-mark-dedicated): Don't encourage the use of
244 display-buffer-alist from Elisp code.
245
c5cde042
DN
2462011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
247
248 * progmodes/python.el (python-mode): Derive from prog-mode.
249 * progmodes/ps-mode.el (ps-mode):
250 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 251 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
252 * progmodes/ld-script.el (ld-script-mode): Likewise.
253
baa1c9ab
MR
2542011-06-15 Martin Rudalics <rudalics@gmx.at>
255
256 * window.el (display-buffer-alist): Trim default value to avoid
257 popping up a new frame (Bug#8857) or reusing an arbitrary window
258 on another frame.
259 (display-buffer): Do not fall back on popping up a new frame in
260 batch mode (Bug#8857).
261
c5dd5a51
CY
2622011-06-14 Chong Yidong <cyd@stupidchicken.com>
263
264 * cus-theme.el (describe-theme-1): Use custom-theme-p.
265 (custom-theme-summary): New function.
266 (customize-themes): Use it.
267
d647b7c4
GM
2682011-06-13 Glenn Morris <rgm@gnu.org>
269
270 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
271
9481c002
MR
2722011-06-13 Martin Rudalics <rudalics@gmx.at>
273
357f93d2
MR
274 * help.el (help-window): Remove variable.
275 (help-window-point-marker, temp-buffer-max-height)
276 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
277 (help-print-return-message): Don't set help-window.
278 (resize-temp-buffer-window): Rewrite cod eand doc-string.
279 (help-window-setup-finish): Remove.
280 (help-window-display-message, help-window-setup)
281 (with-help-window): Major rewrite based on new
282 display-buffer-window variable.
283
284 * help-mode.el (help-mode-finish): Remove help-window related
285 code.
286
287 * view.el (view-exits-all-viewing-windows): Remove reference to
288 view-return-to-alist in doc-string.
289 (view-return-to-alist): Make obsolete.
290 (view-buffer): Call pop-to-buffer-same-window and remove
291 undo-window code.
292 (view-buffer-other-window): Call pop-to-buffer-other-window and
293 simplify code. Ignore second argument.
294 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
295 simplify code. Ignore second argument.
296 (view-return-to-alist-update): Make obsolete.
297 (view-mode-enter): Rename second argument to QUIT-RESTORE.
298 Rewrite using quit-restore window parameters.
2b75be67
SM
299 (view-mode-exit): Rename second argument to EXIT-ONLY.
300 Rewrite using quit-restore-window.
357f93d2
MR
301 (View-exit, View-exit-and-edit, View-leave, View-quit)
302 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
303 appropriate arguments.
304 (view-end-message): Use quit-restore window parameter.
305
9481c002
MR
306 * window.el (display-buffer-function): Rewrite doc-string.
307 (display-buffer-window, display-buffer-alist): New variables.
308 (display-buffer-split-specifiers)
309 (display-buffer-side-specifiers)
310 (display-buffer-macro-specifiers): New constants.
311 (display-buffer-even-window-sizes, display-buffer-set-height)
312 (display-buffer-set-width, display-buffer-select-window)
313 (display-buffer-in-window, display-buffer-reuse-window)
314 (display-buffer-split-window-1, display-buffer-split-window)
315 (display-buffer-split-atom-window, display-buffer-pop-up-window)
316 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
317 (display-buffer-in-side-window, normalize-buffer-to-display)
318 (display-buffer-normalize-specifiers-1)
319 (display-buffer-normalize-specifiers-2)
2b75be67
SM
320 (display-buffer-normalize-specifiers, display-buffer-frame):
321 New functions.
9481c002
MR
322 (display-buffer): Major rewrite.
323 (display-buffer-other-window, display-buffer-other-frame)
324 (pop-to-buffer, switch-to-buffer-other-window)
325 (switch-to-buffer-other-frame): Rewrite.
326 (display-buffer-same-window, display-buffer-same-frame)
327 (display-buffer-same-frame-other-window)
328 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
329 (pop-to-buffer-other-window)
330 (pop-to-buffer-same-frame-other-window)
331 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
332 (switch-to-buffer-other-window-same-frame): New functions.
333 (same-window-p, special-display-p): Rewrite disabling warnings.
334 Make obsolete.
335 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
336 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
337 Make obsolete
338 (same-window-buffer-names, same-window-regexps)
339 (special-display-frame-alist, special-display-popup-frame)
340 (special-display-function, special-display-buffer-names)
341 (special-display-regexps, pop-up-frame-alist)
342 (pop-up-frame-function, split-window-preferred-function)
343 (split-height-threshold, split-width-threshold)
344 (even-window-heights): Make obsolete.
345
9db51aca
GM
3462011-06-12 Glenn Morris <rgm@gnu.org>
347
348 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 349 Misc simplifications.
9db51aca 350
39cffb44
MR
3512011-06-12 Martin Rudalics <rudalics@gmx.at>
352
353 * window.el (window-safely-shrinkable-p): Restore function which
354 was inadvertently removed in change from 2011-06-11. Declare as
355 obsolete.
356
2b75be67
SM
357 * calendar/calendar.el (calendar-generate-window):
358 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
359 window-safely-shrinkable-p.
360
a8955be7
GM
3612011-06-12 Glenn Morris <rgm@gnu.org>
362
363 * progmodes/fortran.el (fortran-mode-syntax-table):
364 * progmodes/f90.el (f90-mode-syntax-table):
365 Set % to punctuation. (Bug#8820)
366 (f90-find-tag-default): Remove, no longer needed.
367
f0d4059d
DC
3682011-06-12 Daniel Colascione <dan.colascione@gmail.com>
369
370 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
371
1100a63c
CY
3722011-06-11 Chong Yidong <cyd@stupidchicken.com>
373
374 * image.el (image-animated-p): Return animation delay in seconds.
375 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
376 (image-animate-timeout): Remove DELAY argument. Don't assume
377 every subimage has the same delay; get it from image-animated-p.
378 (image-animate): Caller changed.
379
def722bf
MA
3802011-06-11 Michael Albinus <michael.albinus@gmx.de>
381
382 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
383 to ignored backtrace functions.
384
0a2bb1a9
GM
3852011-06-11 Glenn Morris <rgm@gnu.org>
386
387 * calendar/appt.el (appt-disp-window-function): Doc fix.
388 (appt-check): Handle overlapping appointments. (Bug#8337)
389
6198ccd0
MR
3902011-06-11 Martin Rudalics <rudalics@gmx.at>
391
392 * window.el (window-tree-1, window-tree): New functions, moving
393 the latter to window.el.
394 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
395 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
396 (bw-refresh-edges): Remove.
397 (balance-windows-1, balance-windows-2): New functions.
398 (balance-windows): Rewrite in terms of window tree functions,
399 balance-windows-1 and balance-windows-2.
400 (bw-adjust-window): Remove.
401 (balance-windows-area-adjust): New function with functionality of
402 bw-adjust-window but using resize-window.
2b75be67
SM
403 (set-window-text-height): Rewrite doc-string.
404 Use normalize-live-window and resize-window.
405 (enlarge-window-horizontally, shrink-window-horizontally):
406 Rename argument to DELTA.
6198ccd0
MR
407 (window-buffer-height): New function.
408 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
409 Rewrite using new window resize routines.
2b75be67
SM
410 (kill-buffer-and-window, mouse-autoselect-window-select):
411 Use ignore-errors instead of condition-case.
6198ccd0
MR
412 (quit-window): Call delete-frame instead of delete-windows-on
413 for the only buffer on frame.
414
9397e56f
MR
4152011-06-10 Martin Rudalics <rudalics@gmx.at>
416
417 * loadup.el (top-level): Load window before files for the sake
418 of replace-buffer-in-windows.
419
420 * files.el (read-buffer-to-switch)
421 (switch-to-buffer-other-window)
2b75be67
SM
422 (switch-to-buffer-other-frame, display-buffer-other-frame):
423 Move to window.el.
9397e56f
MR
424
425 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
426 (previous-buffer): Move to window.el.
427
428 * bindings.el (unbury-buffer): Move to window.el.
429
430 * window.el (delete-other-windows-vertically): Move after
431 definition of delete-other-windows.
432 (other-window, delete-windows-on, replace-buffer-in-windows):
433 Move here from window.c.
434 (record-window-buffer, unrecord-window-buffer)
435 (set-window-buffer-start-and-point, switch-to-prev-buffer)
436 (switch-to-next-buffer): New functions.
437 (get-next-valid-buffer, last-buffer, next-buffer): Move here
438 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
439 (previous-buffer): Move here from simple.el.
440 Call switch-to-prev-buffer.
9397e56f
MR
441 (bury-buffer): Move here from buffer.c. Switch to previous
442 buffer when window cannot be deleted.
443 (unbury-buffer): Move here from bindings.el.
444 (ctl-x-map): Move binding for other-window from window.c to
445 here.
446 (read-buffer-to-switch, switch-to-buffer-other-window)
447 (switch-to-buffer-other-frame): Move here from files.el.
448 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
449 (switch-to-buffer): Move here from buffer.c.
450 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 451
562dd5e9
MR
4522011-06-10 Martin Rudalics <rudalics@gmx.at>
453
454 * window.el (window-min-height, window-min-width): Move here
455 from window.c. Add defcustoms and rewrite doc-strings.
456 (resize-mini-window, resize-window): New functions.
457 (adjust-window-trailing-edge, enlarge-window, shrink-window):
458 Move here from window.c.
459 (maximize-window, minimize-window): New functions.
460 (delete-window, delete-other-windows, split-window): Move here
461 from window.c.
462 (window-split-min-size): New function.
463 (split-window-keep-point): Mention split-window-above-each-other
464 instead of split-window-vertically.
2b75be67
SM
465 (split-window-above-each-other, split-window-vertically):
466 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
467 provide defalias for old definition.
468 (split-window-side-by-side, split-window-horizontally): Rename
469 split-window-horizontally to split-window-side-by-side and provide
470 defalias for the old definition.
471 (ctl-x-map): Move bindings for delete-window,
472 delete-other-windows and enlarge-window here from window.c.
473 Replace bindings for split-window-vertically and
474 split-window-horizontally by bindings for
475 split-window-above-each-other and split-window-side-by-side.
476
477 * cus-start.el (all): Remove entries for window-min-height and
478 window-min-width. Add entries for window-splits and
479 window-nest.
480
f0da764a
GM
4812011-06-09 Glenn Morris <rgm@gnu.org>
482
80675c21
GM
483 * calendar/appt.el (appt-mode-line): New function.
484 (appt-check, appt-disp-window): Use it.
485
f0da764a
GM
486 * files.el (hack-one-local-variable-eval-safep):
487 Allow minor-modes with explicit +/-1 arguments.
488
59f623b7
TZ
4892011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
490
491 * term/xterm.el (xterm): Add defgroup.
492 (xterm-extra-capabilities): Add defcustom to supply known xterm
493 capabilities, skip querying them, or query them (default).
494 (terminal-init-xterm): Use it.
495 (terminal-init-xterm-modify-other-keys): New function to set up
496 modifyOtherKeys support to simplify `terminal-init-xterm'.
497
9aab8e0d
MR
4982011-06-09 Martin Rudalics <rudalics@gmx.at>
499
500 * window.el (resize-window-reset, resize-window-reset-1)
501 (resize-subwindows-skip-p, resize-subwindows-normal)
502 (resize-subwindows, resize-other-windows, resize-this-window)
503 (resize-root-window, resize-root-window-vertically)
504 (window-deletable-p, window-or-subwindow-p)
505 (frame-root-window-p): New functions.
506
e8b08aee
GM
5072011-06-09 Glenn Morris <rgm@gnu.org>
508
509 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
510 (ange-ftp-get-files): Use it.
511
254c37a5
AK
5122011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
513
514 * mail/sendmail.el (mail-recover-1, mail-recover):
515 * files.el (recover-file, recover-session):
516 Handle dired-listing-switches not being just a single short option.
517
35d7dbd3
GM
5182011-06-09 Glenn Morris <rgm@gnu.org>
519
520 * calendar/appt.el (appt-display-message, appt-disp-window):
521 Handle lists of appointments.
522
387522b2
MR
5232011-06-08 Martin Rudalics <rudalics@gmx.at>
524
2b75be67
SM
525 * window.el (one-window-p): Move down in code.
526 Rewrite doc-string.
527 (window-current-scroll-bars): Rewrite doc-string.
528 Normalize live window argument.
387522b2
MR
529 (walk-windows, get-window-with-predicate, count-windows):
530 Rewrite doc-string. Use window-list-1.
531 (window-in-direction-2, window-in-direction, get-mru-window):
532 New functions.
533
2c587104
GM
5342011-06-08 Reuben Thomas <rrt@sc3d.org>
535
536 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
537 Doc fix (Bug#8713).
538
5392011-06-08 Chong Yidong <cyd@stupidchicken.com>
540
541 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
542
5432011-06-08 Juanma Barranquero <lekktu@gmail.com>
544
545 * loadhist.el (unload-feature-special-hooks):
546 Add `comint-output-filter-functions'.
547
0de12c52
IK
5482011-06-08 Ivan Kanis <gnu@kanis.fr>
549
550 * calendar/appt.el (appt-check): Move some initializations into the let.
551
f3d1777e
MR
5522011-06-08 Martin Rudalics <rudalics@gmx.at>
553
554 * window.el (window-height): Defalias to window-total-height.
555 (window-width): Defalias to window-body-width.
556
18af70d0
CY
5572011-06-07 Chong Yidong <cyd@stupidchicken.com>
558
559 * image-mode.el (image-toggle-animation): New command.
560 (image-mode-map): Bind it to RET.
561 (image-mode): Update message.
562 (image-toggle-display-image): Avoid a spurious cache flush.
563 (image-transform-rotation): Doc fix.
564 (image-transform-properties): Return quickly in the normal case.
565 (image-animate-loop): Rename from image-animate-max-time.
566
2b75be67 567 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
568 (create-animated-image): Remove unnecessary function.
569 (image-animate): Rename from image-animate-start. New arg.
2b75be67 570 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
571 (image-animate-timer): Use car-safe.
572 (image-animate-timeout): Rename argument.
573
190b47e6
MR
5742011-06-07 Martin Rudalics <rudalics@gmx.at>
575
576 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
577 window.c. Rename first argument to ALL-FRAMES.
578 Rephrase doc-strings.
579 (get-buffer-window-list): Rewrite using window-list-1.
580 Rephrase doc-string.
a1511caf
MR
581 (window-safe-min-height, window-safe-min-width): New constants.
582 (window-size-ignore, window-min-size, window-min-size-1)
583 (window-sizable, window-sizable-p, window-size-fixed-1)
584 (window-size-fixed-p, window-min-delta-1, window-min-delta)
585 (window-max-delta-1, window-max-delta, window-resizable)
586 (window-resizable-p, window-total-height, window-total-width)
587 (window-body-width): New functions.
588 (window-full-height-p, window-full-width-p): Rewrite using
589 window-total-size.
590 (window-body-height): Rewrite using window-body-size.
190b47e6 591
85cc1f11
MR
5922011-06-06 Martin Rudalics <rudalics@gmx.at>
593
594 * window.el (window-right, window-left, window-child)
595 (window-child-count, window-last-child, window-any-p)
596 (normalize-live-buffer, normalize-live-frame)
597 (normalize-any-window, normalize-live-window)
598 (window-iso-combination-p, window-iso-combined-p)
599 (window-iso-combinations)
600 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
601 (windows-with-parameter, window-with-parameter)
602 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
603 (window-atom-check, window-side-check, window-check):
604 New functions.
85cc1f11
MR
605 (ignore-window-parameters, window-sides, window-sides-vertical)
606 (window-sides-slots): New variables.
607 (window-size-fixed): Move down in code. Minor doc-string fix.
608
e7156492
AS
6092011-06-05 Andreas Schwab <schwab@linux-m68k.org>
610
611 * comint.el (comint-dynamic-complete-as-filename)
612 (comint-dynamic-complete-filename): Correctly call
613 completion-in-region.
614
7e821d0d
DD
6152011-06-05 Deniz Dogan <deniz@dogan.se>
616
617 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
618 in last change.
619
ac09b8a1
DD
6202011-06-05 Deniz Dogan <deniz@dogan.se>
621
622 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
623 (rcirc): Use it to prompt for encryption.
624
34699b85
RW
6252011-06-05 Roland Winkler <winkler@gnu.org>
626
627 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
628 (bibtex-search-entries): New command bound to C-c C-a.
629 (bibtex-display-entries): New function.
630
004dedd3
RW
6312011-06-05 Roland Winkler <winkler@gnu.org>
632
633 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
634 (bibtex-insert-kill): After yanking insert newline if necessary.
635 (bibtex-initialize): Call bibtex-string-files-init only once.
636 (bibtex-mode): Do not call easy-menu-add.
637 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
638 (bibtex-yank): Set arg properly if nil.
639
022fe7ce
RW
6402011-06-05 Roland Winkler <winkler@gnu.org>
641
2b75be67
SM
642 * textmodes/bibtex.el (bibtex-search-entry-globally):
643 New variable.
022fe7ce
RW
644 (bibtex-search-entry): Use it.
645
b7c3692a
RW
6462011-06-05 Roland Winkler <winkler@gnu.org>
647
648 * textmodes/bibtex.el (bibtex-entry-format): New option
649 sort-fields.
650 (bibtex-format-entry, bibtex-reformat): Honor this option.
651 (bibtex-parse-entry): Return fields in proper order.
652
8eda563d
JB
6532011-06-05 Juanma Barranquero <lekktu@gmail.com>
654
655 * doc-view.el (doc-view-remove-if): Move computation of result out
656 of `dolist' to silence misleading lexical-binding warning.
657
7dbe3dbc
CY
6582011-06-04 Chong Yidong <cyd@stupidchicken.com>
659
660 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
661 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
662
0c33dd17
MA
6632011-06-04 Michael Albinus <michael.albinus@gmx.de>
664
665 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
666 "SunOS 5.10".
667
f8f91c2b
MA
6682011-06-04 Michael Albinus <michael.albinus@gmx.de>
669
670 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
671 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
672 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
673 (tramp-parse-putty):
674 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
675 (tramp-completion-function-alist-ssh)
676 (tramp-completion-function-alist-telnet)
677 (tramp-completion-function-alist-su)
678 (tramp-completion-function-alist-putty): Set `tramp-autoload'
679 cookie.
680
681 * net/tramp-ftp.el:
682 * net/tramp-sh.el:
683 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
684 load "tramp.el" `tramp-set-completion-function'.
685
e17d9003
SM
6862011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * shell.el: Require and use pcomplete.
689 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
690 (shell-completion-vars): Set pcomplete-default-completion-function.
691
6c4cab03
DD
6922011-06-04 Deniz Dogan <deniz@dogan.se>
693
694 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
695 `memq' (Bug#8799).
696
ea9fafe0
SM
6972011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
700
b3e945d3
JB
7012011-06-02 Juanma Barranquero <lekktu@gmail.com>
702
703 * bs.el (bs--mark-unmark, bs--nth-wrapper):
704 * mpc.el (mpc-select-extend, mpc-songpointer-context):
705 * vc/log-view.el (log-view-beginning-of-defun):
706 * vc/smerge-mode.el (smerge-apply-resolution-patch)
707 (smerge-refine-forward, smerge-refine-chopup-region):
708 Silence warning for unused `dotimes' counter variables.
709
7d520089
SM
7102011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * net/tramp.el (tramp-with-progress-reporter): Rename from
713 with-progress-reporter. Use `declare'.
714 * net/tramp-smb.el:
715 * net/tramp-sh.el:
716 * net/tramp-gvfs.el: Update all uses.
717
a1c2400f
JB
7182011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
719
720 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
721 buffer isn't killed before making it current.
722
2403c841
SM
7232011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 Silence various byte-compiler warnings.
726 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
727 `access-type' and new obsolescence format.
728 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
729 new format.
730 (byte-compile-check-variable): New `access-type' argument.
731 Only warn if the access-type is obsolete.
732 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
733 (byte-compile-variable-set): Adjust callers.
734 * help-fns.el (describe-variable): Adjust to new obsolescence format.
735 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
736 setting it as obsolete.
737 * simple.el (minibuffer-completing-symbol):
738 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
739 access as obsolete.
740 * minibuffer.el (minibuffer-completing-file-name): Don't make it
741 obsolete yet.
742 * international/quail.el (quail-mouse-choose-completion): Remove unused
743 code referring to obsolete var.
744 (quail-choose-completion-string): Remove.
745 * server.el (server-clients-with, server-kill-buffer-query-function)
746 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
747 * proced.el (proced-send-signal):
748 * emacs-lisp/lisp.el (lisp-complete-symbol):
749 Replace completion-annotate-function with completion-extra-properties.
750
2462470b
SM
7512011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
752
fb5b2591
SM
753 * simple.el (goto-line): Use read-number.
754 (overriding-map-is-bound): Remove.
755 (saved-overriding-map): Change default.
756 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
757 Take the map as argument.
758 (universal-argument, negative-argument, digit-argument): Use it.
759 (restore-overriding-map): Adjust.
760 (do-auto-fill): Use fill-forward-paragraph.
761 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
762
fd6fa53f
SM
763 * minibuffer.el (minibuffer-inactive-mode-map): New var.
764 (minibuffer-inactive-mode): New major mode.
765 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
766 the *Messages* buffer" hack.
767 (mouse-popup-menubar): Don't burp if the event is a normal key.
768
2462470b
SM
769 Miscellaneous tweaks.
770 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
771 lexical scoping as in subr.el's dolist and dotimes.
772 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
773 Silence compiler warning.
774 * thingatpt.el (forward-whitespace): Trivial coding style fix.
775 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
776 * international/ccl.el (ccl-compile): Trivial simplification.
777 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
778 * emacs-lisp/testcover.el (testcover-end): Remove spurious
779 `printflag' argument.
780 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
781 Purecopy the whole obsolescence data.
782
108bf785
LL
7832011-06-01 Leo Liu <sdl.web@gmail.com>
784
785 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
786 improve doc-string as suggested by Marco Pessotto
787 <melmothx@gmail.com>.
788 (rcirc-print): Fix last change.
789
30a23501
SM
7902011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * minibuffer.el (complete-with-action): Return nil for the metadata and
793 boundaries of non-functional tables.
794 (completion-table-dynamic): Return nil for the metadata.
795 (completion-table-with-terminator): Add default case, using
796 complete-with-action.
797 (completion--metadata): New function.
798 (completion-all-sorted-completions, minibuffer-completion-help): Use it
799 to try and avoid pathological performance problems.
800 (completion--embedded-envvar-table): Return `category' metadata.
801
bcd54f83
LMI
8022011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
803
804 * subr.el (process-alive-p): New tiny convenience function.
805
e227544d
SM
8062011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
809 content but also its previous major mode.
810
e8296fdc
HE
8112011-05-31 Helmut Eller <eller.helmut@gmail.com>
812
813 * debug.el (debug): Restore the previous content of the
814 *Backtrace* buffer when we exit with C-M-c.
815
620c53a6
SM
8162011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * minibuffer.el: Add metadata method to completion tables.
819 (completion-category-overrides): New defcustom.
820 (completion-metadata, completion--field-metadata)
821 (completion-metadata-get, completion--styles)
822 (completion--cycle-threshold): New functions.
823 (completion-try-completion, completion-all-completions):
824 Add `metadata' argument to choose completion-styles.
825 (completion--do-completion): Use metadata to choose cycling.
826 (completion-all-sorted-completions): Use metadata for sorting.
827 Remove :completion-cycle-penalty which is not needed any more.
828 (completion--try-word-completion): Add `metadata' argument.
829 (minibuffer-completion-help): Check metadata for annotation function
830 and sorting.
831 (completion-file-name-table): Return `category' metadata.
832 (minibuffer-completing-file-name): Make obsolete.
833 * simple.el (minibuffer-completing-symbol): Make obsolete.
834 * icomplete.el (icomplete-completions): Pass new `metadata' param to
835 completion-try-completion.
836
1257e755
SM
8372011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
840
3767e706
LL
8412011-05-30 Leo Liu <sdl.web@gmail.com>
842
843 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
844 (rcirc-print): Decode all incoming messages (bug#8744).
845 (rcirc-decode-coding-system): Allow value nil for automatic coding
846 system detection.
3767e706 847
d1a5d56a
GM
8482011-06-01 Glenn Morris <rgm@gnu.org>
849
850 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
851
e8cbec34
CY
8522011-05-29 Chong Yidong <cyd@stupidchicken.com>
853
854 * image.el (image-animate-max-time): Allow nil and t values.
855 Default to nil.
856 (create-animated-image): Doc fix.
857 (image-animate-start): Remove second arg; just use
858 image-animate-max-time.
859 (image-animate-timeout): Doc fix. Args changed.
860
861 * image-mode.el (image-toggle-display-image): Ensure that the
862 image spec passed to the animate timer is the same object as in
863 the the buffer's display property (Bug#6981).
864 (image-transform-properties): Doc fix.
865
866 * image.el (image-animate-max-time): Default to nil.
867
159daf87
MR
8682011-05-29 Martin Rudalics <rudalics@gmx.at>
869
870 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
871 entire buffer list (Bug#8184).
872
d66c4c7c
CY
8732011-05-29 Chong Yidong <cyd@stupidchicken.com>
874
875 * image.el (imagemagick-types-inhibit)
876 (imagemagick-register-types): Doc fix.
877
80aec780
DD
8782011-05-29 Deniz Dogan <deniz@dogan.se>
879
880 * net/rcirc.el (rcirc): Use the user's stored encryption method by
881 default.
882
1dd3c2d9
CY
8832011-05-29 Chong Yidong <cyd@stupidchicken.com>
884
885 * select.el: Don't perform clipboard-manager saving in hooks;
886 leave the hooks empty.
887
60e56523
LL
8882011-05-28 Leo Liu <sdl.web@gmail.com>
889
890 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
891 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
892 (occur-edit-mode): New major mode (Bug#8463).
893 (occur-after-change-function): New function.
894 (occur-engine): Give Occur tags a read-only property.
895
2b1e1a22
KR
8962011-05-28 Kevin Ryde <user42@zip.com.au>
897
898 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
899
5d344e88
CY
9002011-05-28 Chong Yidong <cyd@stupidchicken.com>
901
8e6ca83d
CY
902 * bindings.el (help-echo): Make the initial non-indicator dash
903 empty on graphical terminals (Bug#7295).
904
5d344e88
CY
905 * files.el (auto-mode-alist): Move config rule after the
906 in-stripping one (Bug#8547).
907
bfbbace7
CY
908 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
909
fbeba6e2
CY
910 * startup.el (normal-splash-screen): Remove gratuitous mode-line
911 setting (Bug#8740).
912
60ed8c72
AA
9132011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
914
4ac619f0
AA
915 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
916 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
917 (Bug#8539).
60ed8c72 918
23db196e
CY
9192011-05-28 Chong Yidong <cyd@stupidchicken.com>
920
60ed8c72 921
23db196e
CY
922 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
923
5012f24c
DK
9242011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
925
926 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
927 (hs-hide-block-at-point, hs-find-block-beginning)
928 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
929 (Bug#8279).
930
6a639b16
GM
9312011-05-28 Glenn Morris <rgm@gnu.org>
932
933 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
934
d43eaf2c
CY
9352011-05-28 Chong Yidong <cyd@stupidchicken.com>
936
5199bde1
CY
937 * help-fns.el (describe-function-1): If the function is a derived
938 major mode, print the parent mode.
939
d43eaf2c
CY
940 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
941 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
942
423428a8
SM
9432011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
944
0ff8e1ba
SM
945 * minibuffer.el (completion--capf-wrapper): Check applicability before
946 retuning non-nil for non-exclusive completion data.
947 * progmodes/etags.el (tags-completion-at-point-function):
948 * info-look.el (info-lookup-completions-at-point): Mark as
949 non-exclusive.
950 (info-complete): Adjust accordingly.
951
423428a8
SM
952 * info-look.el: Convert to lexical-binding and completion-at-point.
953 (info-lookup-completions-at-point): New function.
954 (info-complete): Use it and completion-in-region.
955
b74aa22b
DA
9562011-05-28 Drew Adams <drew.adams@oracle.com>
957
958 * isearch.el: Let M-e start with point at the first mismatched char.
959 (isearch-fail-pos): New function.
960 (isearch-edit-string): Use it.
961
66e2e71d
DK
9622011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
963
964 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
965
eb95d01d
TC
9662009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
967
968 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
969 traversal functions for avl-trees.
970 (avl-tree--stack): New struct.
971 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
972 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
973 (avl-tree--do-enter): Add optional `updatefun' arg.
974 Change return value.
eb95d01d 975 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
976 (avl-tree--do-delete): Add `test' and `nilflag' args.
977 Change return value.
eb95d01d
TC
978 (avl-tree-member): Add optional `nilflag'
979 (avl-tree-member-p): New function.
980 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
981 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
982 (avl-tree-stack-empty-p): New functions.
983
3769ddcf
TC
9842009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
985
986 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
987 avl-tree--del-balance1 and make it work both ways.
988 (avl-tree--del-balance2): Remove.
989 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
990 make it work both ways.
991 (avl-tree--enter-balance2): Remove.
992 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
993 New macros.
994 (avl-tree--mapc, avl-tree-map): Add direction argument.
995
eb95d01d 9962011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
997
998 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
999
a9f737ee
CY
10002011-05-27 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * select.el: Support clipboard managers with built-in function
1003 x-clipboard-manager-save, via delete-frame-functions and
1004 kill-emacs-hook.
1005 (xselect-convert-to-targets): Add MULTIPLE target to list.
1006 (xselect-convert-to-save-targets): New function.
1007
c92a1e54
KH
10082011-05-27 Kenichi Handa <handa@m17n.org>
1009
1010 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
1011 let-binding rfc2047-encode-encoded-words to nil.
1012
e145f188
GM
10132011-05-27 Glenn Morris <rgm@gnu.org>
1014
5ec8a862
GM
1015 * mail/emacsbug.el: Don't require url-util.
1016
4b29d9fb
GM
1017 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
1018
e145f188
GM
1019 * files.el (set-auto-mode):
1020 Also respect mode: entries at the end of the file. (Bug#8586)
1021
7d15102b
GM
10222011-05-26 Glenn Morris <rgm@gnu.org>
1023
98f593b8
GM
1024 * files.el (hack-local-variables-prop-line, hack-local-variables):
1025 Downcase mode names, as seems to be traditional.
27b48e63 1026 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 1027
7d15102b
GM
1028 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
1029 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
1030
51d5b4ec
JD
10312011-05-25 Julien Danjou <julien@danjou.info>
1032
1033 * textmodes/rst.el (rst-define-level-faces): Do not define face
1034 symbol if it is already defined.
1035
91513f63
VB
10362011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
1037
1038 * play/5x5.el (5x5-new-game, 5x5-randomize):
1039 Reset 5x5-solver-output to nil when a new grid is cast.
1040 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
1041 these debugging traces, as defmacro breaks the compiled code.
1042
4d90d6d0
DK
10432011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
1044
1045 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
1046
e1b90ef6
LL
10472011-05-24 Leo Liu <sdl.web@gmail.com>
1048
1049 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
1050 (vc-bzr-sha1): Adapt.
1051
1052 * sha1.el: Remove. Function `sha1' is now builtin.
1053
1054 * bindings.el: Provide sha1 feature.
1055
db0406bb 10562011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
1057
1058 * mail/sendmail.el: Require `rfc2047'.
1059 (mail-insert-from-field): Do not perform RFC2047 encoding.
1060 (mail-encode-header): New function.
1061 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
1062 buffer to the return value of select-message-coding-system.
1063 Call mail-encode-header.
b8d747b9
KH
1064
1065 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
1066
db0406bb 10672011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 1068
4d90d6d0
DK
1069 * mail/supercite.el (sc-default-cite-frame):
1070 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 1071
eb8a5e9b
GM
10722011-05-24 Glenn Morris <rgm@gnu.org>
1073
f8630703
GM
1074 * progmodes/python.el (brm-menu): Declare.
1075
8831bbed
GM
1076 * emulation/viper.el (viper-set-hooks): Declare.
1077
eb8a5e9b
GM
1078 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
1079 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
1080 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
1081 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
1082 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
1083 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
1084
a2a25d24
SM
10852011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 Add an :exit-function for completion-at-point.
1088
1089 * minibuffer.el (completion--done): New fun.
1090 (completion--do-completion): Use it. New arg `expect-exact'.
1091 (minibuffer-complete, minibuffer-complete-word): Don't output message,
1092 since completion--do-completion does it for us now.
1093 (minibuffer-force-complete): Use completion--done and
1094 completion--replace. Handle sole-completion case with more care.
1095 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
1096 (completion-extra-properties): New var.
1097 (completion-annotate-function): Make obsolete.
1098 (minibuffer-completion-help): Adjust accordingly.
1099 Use completion-list-insert-choice-function.
1100 (completion-at-point, completion-help-at-point):
1101 Bind completion-extra-properties.
1102 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
1103 * simple.el (completion-list-insert-choice-function): New var.
1104 (completion-setup-function): Preserve it.
1105 (choose-completion): Pay attention to it, shuffle the code a bit.
1106 (choose-completion-string): New arg `insert-function'.
1107
1108 * textmodes/bibtex.el: Convert to lexical binding.
1109 (bibtex-mode-map): Use completion-at-point.
1110 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
1111 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
1112 (bibtex-complete): Define as obsolete alias.
1113 (bibtex-complete-internal): Remove.
1114 (bibtex-format-entry): Remove unused sub-group in regexp.
1115 * shell.el (shell--command-completion-data)
1116 (shell-environment-variable-completion):
1117 * pcomplete.el (pcomplete-completions-at-point):
1118 * comint.el (comint--complete-file-name-data): Use :exit-function
1119 instead of completion-table-with-terminator so it also works for
1120 choose-completion.
1121
e44e373d
SM
11222011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1123
4f91a816
SM
1124 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
1125
782fc819
SM
1126 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
1127 (bug#8710).
1128
e44e373d
SM
1129 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
1130
381987c3
KM
11312011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
1132
1133 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
1134 customization variable and implement: If non-nil, auto-fill will
1135 be inhibited while on topic's header line.
1136
b776bc70
VB
11372011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
1138
1139 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
1140 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
1141 always have a solution in grid size = 5 cases.
1142 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
1143 (5x5-solver-output, 5x5-log-buffer): New vars.
1144 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
1145 Make these variables buffer local to achieve 5x5 multi-session-ness.
1146 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
1147 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
1148 (5x5-solve-suggest): New funs.
1149 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
1150 randomize a grid so that we ensure that there is always a solution.
1151 (5x5-make-random-grid): Allow other movement than flipping.
1152
7de88b6e
KR
11532011-05-23 Kevin Ryde <user42@zip.com.au>
1154
1155 * emacs-lisp/advice.el (ad-read-advised-function):
1156 Use `function-called-at-point' as the default default, if it has
1157 advice and passes PREDICATE.
1158
b1ef1257
SM
11592011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1160
bbca48fe
SM
1161 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
1162 byte-compile-lambda if it's actually a lambda.
1163
b1ef1257
SM
1164 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
1165 Fix function quoting. Use backquote better.
1166
92a9cc65
YS
11672011-05-22 Yuanle Song <sylecn@gmail.com>
1168
1169 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
1170 matching (Bug#8516).
1171
f0fb8059
JA
11722011-01-22 Jari Aalto <jari.aalto@cante.net>
1173
1174 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
1175 different face (Bug#8178).
1176
d5b44c93
CY
11772011-05-22 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
1180 defface (Bug#8144).
1181
79106a44
SM
11822011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1183
9c848d8a
SM
1184 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
1185 funcall as well (bug#8712). Warn when performing those conversions.
1186 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
1187
79106a44
SM
1188 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
1189
88dfa756
GM
11902011-05-22 Glenn Morris <rgm@gnu.org>
1191
1192 * files.el (hack-local-variables-prop-line): Small simplifications.
1193 (hack-local-variables, hack-local-variables-prop-line):
1194 If MODE-ONLY, return the mode, rather than just `t'.
1195
b7cf2c79
SM
11962011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
1199
3f1a8558
GM
12002011-05-21 Glenn Morris <rgm@gnu.org>
1201
7e4ccca3
GM
1202 * files.el (hack-local-variables-prop-line, hack-local-variables):
1203 If only interested in the mode, don't bother doing the other stuff.
1204
637d46ca
GM
1205 * image-mode.el (image-after-revert-hook):
1206 Redraw all frames on which the image is visible. (Bug#8567)
1207
973d955b
GM
1208 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
1209
3f1a8558
GM
1210 * wid-edit.el (widget-checklist-match-inline):
1211 Fix 2011-04-19 change. (Bug#8649)
1212
96479927
SM
12132011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1dcf791f
SM
1215 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
1216 Also allow singlespace after single-letter capitals followed by a dot.
1217
96479927
SM
1218 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
1219 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
1220
35fd0881
N
12212011-05-20 Nix <nix@esperi.org.uk>
1222
1223 * files.el (basic-save-buffer-2):
1224 Fix handling of break-hardlink-on-save with non-existent files.
1225
82745640
DD
12262011-05-19 Deniz Dogan <deniz@dogan.se>
1227
1228 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 1229 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 1230
4a720484
GM
12312011-05-19 Glenn Morris <rgm@gnu.org>
1232
d1f21341
GM
1233 * progmodes/f90.el (f90-type-def-re):
1234 Handle "type, bind(c)". (Bug#8691)
1235
4a720484
GM
1236 * emacs-lisp/autoload.el (batch-update-autoloads):
1237 Set autoload-excludes by parsing loadup.el rather than Makefiles.
1238
2fb0a219
MA
12392011-05-18 Michael Albinus <michael.albinus@gmx.de>
1240
1241 * net/tramp.el (tramp-process-actions): Set "first-password-request"
1242 property for the correct connection in case of multihops.
1243
e565dd37
GM
12442011-05-18 Glenn Morris <rgm@gnu.org>
1245
c2571358 1246 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
1247 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
1248
e565dd37
GM
1249 Rationalize calendar handling of day and month abbrev-arrays.
1250 * calendar/calendar.el (calendar-customized-p): New function.
1251 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
1252 (calendar-day-name-array, calendar-month-name-array): Doc fix.
1253 Add :set function.
1254 (calendar-abbrev-length, calendar-day-abbrev-array)
1255 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
1256 (calendar-day-abbrev-array, calendar-month-abbrev-array):
1257 Elements may no longer be nil.
1258 (calendar-day-name, calendar-month-name):
1259 Update for changed nature of abbrev arrays.
1260 * calendar/diary-lib.el (diary-name-pattern):
1261 Update for changed nature of abbrev arrays.
1262 (diary-mark-entries-1): Update calendar-make-alist calls.
1263 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
1264 * calendar/cal-html.el (cal-html-day-abbrev-array):
1265 Simply inherit from calendar-day-abbrev-array.
1266
1d99a745
SM
12672011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * progmodes/grep.el (grep-mode): Disable default
1270 compilation-directory-matcher setting (bug#8684).
1271
7c1d9aa0
MA
12722011-05-17 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
1275 instead of "head" and "tail". There were problems with SunOS 5.9,
1276 and it performs better.
1277
3952e9d8
GM
12782011-05-17 Glenn Morris <rgm@gnu.org>
1279
2dd12e7f
GM
1280 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
1281
e4157b9c
GM
1282 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1283 Replace obsolete function.
1284
8e249bbd
GM
1285 * shell.el (pcomplete-parse-arguments-function): Declare.
1286
3952e9d8
GM
1287 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
1288 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
1289 (appt-check): Doc fixes.
1290 (appt-disp-window-function, appt-delete-window-function):
1291 Remove needless special case in custom :type.
1292 (appt-display-count): Default to 0, not nil.
1293 (appt-check): Reset appt-display-count to 0, not nil.
1294
c71a0d48 12952011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 1296
c71a0d48
GM
1297 * progmodes/python.el (python-font-lock-keywords):
1298 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 1299
31d55be9
SM
13002011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
1303
3bfacb2f
KR
13042011-05-16 Kevin Ryde <user42@zip.com.au>
1305
1306 * info-look.el (makefile-automake-mode): New setups, looking in
1307 automake manual, then makefile-mode.
1308 (makefile-mode): Remove automake manual, have it just in
1309 makefile-automake-mode since there's various things different or
1310 not relevant to plain make.
1311 (makefile-mode): Remove "other-modes" non-existent automake-mode,
1312 believe a hypothetical automake-mode would go to makefile-mode,
1313 not the other way around.
1314
c8e83751
CY
13152011-05-15 Chong Yidong <cyd@stupidchicken.com>
1316
5e9e35cd
CY
1317 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
1318 hunk-end tags (Bug#8672).
1319
c8e83751
CY
1320 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
1321 vc-annotate-show-diff-revision-at-line (Bug#8671).
1322
50b23e5a
GM
13232011-05-14 Glenn Morris <rgm@gnu.org>
1324
7210a739
GM
1325 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
1326 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
1327 (change-log-font-lock-keywords): Also handle multiple author lines
1328 with leading tabs. (Bug#8644)
7210a739 1329
4691905a
GM
1330 * calendar/appt.el (appt-check): Rename some local variables.
1331 Some simplification/reordering.
1332
50b23e5a
GM
1333 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
1334 (feedmail-sendmail-f-doesnt-sell-me-out)
1335 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1336 (feedmail-debug-sit-for, feedmail-queue-express-hook)
1337 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
1338 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
1339 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
1340 (feedmail-binmail-gnulinuxish-template):
1341 Rename from feedmail-binmail-linuxish-template.
1342 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
1343 Use insert-buffer-substring.
1344
215cda7c
BC
13452011-05-14 Bill Carpenter <bill@carpenter.org>
1346
1347 * mail/feedmail.el (feedmail-patch-level): Increase.
1348 (feedmail-debug): New custom group.
1349 (feedmail-confirm-outgoing-timeout)
1350 (feedmail-sendmail-f-doesnt-sell-me-out)
1351 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
1352 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
1353 (feedmail-sender-line, feedmail-from-line)
1354 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 1355 (feedmail-spray-this-address)
215cda7c
BC
1356 (feedmail-spray-address-fiddle-plex-list)
1357 (feedmail-queue-use-send-time-for-date)
1358 (feedmail-queue-use-send-time-for-message-id)
1359 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
1360 (feedmail-buffer-eating-function):
1361 Doc fixes.
1362 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
1363 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
1364 (feedmail-message-action-scroll-down): New functions.
1365 (feedmail-queue-directory, feedmail-queue-draft-directory):
1366 Use expand-file-name.
1367 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
1368 Remove C-v help entry.
1369 (feedmail-queue-buffer-file-name): New variable.
1370 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
1371 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
1372 (feedmail-message-action-send-strong, feedmail-message-action-edit)
1373 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
1374 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
1375 (feedmail-message-action-toggle-spray)
1376 (feedmail-run-the-queue-no-prompts)
1377 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
1378 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
1379 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
1380 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
1381 (feedmail-envelope-deducer, feedmail-fiddle-from)
1382 (feedmail-fiddle-sender, feedmail-default-date-generator)
1383 (feedmail-fiddle-date, feedmail-fiddle-message-id)
1384 (feedmail-fiddle-spray-address)
1385 (feedmail-fiddle-list-of-spray-fiddle-plexes)
1386 (feedmail-fiddle-list-of-fiddle-plexes)
1387 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
1388 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
1389 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
1390 Change default. Doc fix.
1391 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
1392 (feedmail-binmail-linuxish-template): New constant.
1393 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
1394 Respect feedmail-sendmail-f-doesnt-sell-me-out.
1395 (feedmail-send-it): Add debug call.
1396 Use feedmail-queue-buffer-file-name, and
1397 feedmail-send-it-immediately-wrapper.
1398 (feedmail-message-action-send): Add debug call.
1399 Use feedmail-send-it-immediately-wrapper.
1400 (feedmail-queue-express-to-queue): Add debug call.
1401 Run feedmail-queue-express-hook.
1402 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
1403 (feedmail-message-action-help-blat):
1404 Rename from feedmail-queue-send-edit-prompt-help-first.
1405 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
1406 Check line-endings. Handle errors better.
1407 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
1408 Doc fix. Add debug call.
1409 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
1410 Use feedmail-queue-send-edit-prompt-inner.
1411 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
1412 (feedmail-queue-send-edit-prompt-inner): New function, extracted
1413 from feedmail-queue-send-edit-prompt.
1414 (feedmail-queue-send-edit-prompt-help)
1415 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
1416 (feedmail-tidy-up-slug): Add debug call.
1417 Respect feedmail-queue-slug-suspect-regexp.
1418 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
1419 (feedmail-dump-message-to-queue): Add debug call.
1420 Expand queue-directory.
1421 (feedmail-dump-message-to-queue): Change message slightly.
1422 Use feedmail-say-chatter.
1423 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
1424 (feedmail-send-it-immediately-wrapper): New function.
1425 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
1426 Insert empty string rather than newline. Handle full-frame case.
1427 Use catch/throw. Use feedmail-say-chatter.
1428 (feedmail-fiddle-from): Try mail-host-address.
1429 (feedmail-default-message-id-generator): Doc fix.
1430 Bind system-time-locale. Handle missing end.
1431 (feedmail-fiddle-x-mailer): Add debug call.
1432 Handle feedmail-x-mailer-line being nil.
1433 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
1434 Add debug call. Use buffer-substring-no-properties.
1435 (feedmail-say-debug, feedmail-say-chatter): New functions.
1436 (feedmail-find-eoh): Give an explicit error.
1437
42c7e61e
UJ
14382011-05-13 Ulf Jasper <ulf.jasper@web.de>
1439
c2571358 1440 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 1441 family from helvetica to sans.
c2571358 1442 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
1443 etc/images/newsticker.
1444
c2571358 1445 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
1446 family from helvetica to sans.
1447
1448 * net/newst-plainview.el (newsticker-new-item-face)
1449 (newsticker-old-item-face, newsticker-immortal-item-face)
1450 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 1451 (newsticker-statistics-face): Change default family from
42c7e61e 1452 helvetica to sans.
c2571358 1453 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
1454 etc/images/newsticker.
1455
1456 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
1457 (newsticker--process-auto-mark-filter-match): : Tell user about
1458 auto-marking.
1459
8497a297
DV
14602011-05-13 Didier Verna <didier@xemacs.org>
1461
1462 Common Lisp indentation improvements on defmethod and lambda-lists.
1463 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
1464 (lisp-lambda-list-keyword-parameter-indentation)
1465 (lisp-lambda-list-keyword-parameter-alignment)
1466 (lisp-lambda-list-keyword-alignment): New customizable user options.
1467 (lisp-indent-defun-method): Improve docstring.
1468 (extended-loop-p): Fix comment.
1469 (lisp-indent-lambda-list-keywords-regexp): New variable.
1470 (lisp-indent-lambda-list): New function.
1471 (lisp-indent-259): Use it.
1472 (lisp-indent-defmethod): Support for more than one
1473 method qualifier and properly indent methods lambda-lists.
1474 (defgeneric): Provide a missing common-lisp-indent-function property.
1475
f278f87f
SM
14762011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
1479 bounds for the empty string (bug#8667).
1480
5233edd7
GM
14812011-05-13 Glenn Morris <rgm@gnu.org>
1482
5237a44f
GM
1483 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
1484
8340026c 1485 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 1486 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 1487
5233edd7 1488 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 1489 (appt-time-msg-list): Doc fix.
a5464014 1490 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 1491
92d10796
AS
14922011-05-12 Andreas Schwab <schwab@linux-m68k.org>
1493
1494 * progmodes/ld-script.el (ld-script-keywords)
1495 (ld-script-builtins): Update keywords list.
1496
914a0ae1
SM
14972011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1498
c89be45f
SM
1499 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
1500
914a0ae1
SM
1501 * shell.el (shell-completion-vars): New function.
1502 (shell-mode):
1503 * simple.el (read-shell-command): Use it.
1504 (blink-matching-open): No need for " [...]" in minibuffer-message.
1505
98dc3df3
GM
15062011-05-12 Glenn Morris <rgm@gnu.org>
1507
1508 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
1509 (appt-check): Simplify.
1510
d2fc7e3d 15112011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21
EZ
1512
1513 * smerge-mode.el (smerge-resolve): Use null-device rather than a
1514 literal "/dev/null".
1515
d2fc7e3d 15162011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
1517
1518 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
1519 Fix typo.
1520
d2fc7e3d 15212011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 1522
3f254caa
SM
1523 * progmodes/which-func.el (which-function):
1524 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
1525 which might not be defined (Bug#8260).
1526
d45885f7
GM
15272011-05-12 Glenn Morris <rgm@gnu.org>
1528
1529 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1530 Let byte-compile-initial-macro-environment always take precedence.
1531
488086f4
SM
15322011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * net/rcirc.el: Add support for SSL/TLS connections.
1535 (rcirc-server-alist): New field `encryption'.
1536 (rcirc): Check `encryption' settings.
1537 (rcirc-connect): New arg `encryption'. Use open-network-stream.
1538 Merge make-local-variable into `set'.
1539 (rcirc--connection-open-p): New function.
1540 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
1541 the process is not a network process (e.g. running gnutls-cli).
1542 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
1543 Make rcirc-(en|de)code-coding-system local here.
1544 (rcirc-mode): Merge make-local-variable into `set'.
1545 (rcirc-parent-buffer): Make permanent buffer-local.
1546 (rcirc-multiline-minor-mode): Don't do it here.
1547 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
1548 there's no server buffer.
1549
7d3b9d44
GM
15502011-05-11 Glenn Morris <rgm@gnu.org>
1551
f64049c6
GM
1552 * newcomment.el (comment-kill): Prefix "unused" local.
1553
93c9df73
GM
1554 * term/w32console.el (get-screen-color): Declare.
1555
7d3b9d44
GM
1556 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
1557 Handle symbol elements of byte-compile-initial-macro-environment.
1558
9e2dd53f
LL
15592011-05-10 Leo Liu <sdl.web@gmail.com>
1560
488086f4
SM
1561 * bookmark.el (bookmark-bmenu-mode-map):
1562 Bind bookmark-bmenu-search to `/'.
8b340240 1563
9e2dd53f 1564 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
1565 (footnote-unicode-string, footnote-unicode-regexp): New variable.
1566 (Footnote-unicode): New function.
1567 (footnote-style-alist): Add unicode style to the list.
1568 (footnote-style): Doc fix.
9e2dd53f 1569
79b70037
GM
15702011-05-10 Jim Meyering <meyering@redhat.com>
1571
1572 Fix doubled-word typos.
1573 * international/quail.el (quail-insert-kbd-layout): and and -> and
1574 * kermit.el: and and -> and
1575 * net/ldap.el (ldap-search-internal): to to -> to
1576 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
1577 * progmodes/js.el (js-mode): and and -> and
1578 * textmodes/artist.el (artist-move-to-xy): at at -> at
1579 (artist-draw-region-trim-line-endings): if if -> if
1580 And Safetyc -> Safety.
1581 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
1582
b8f82dc1 15832011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 1584 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
1585
1586 * files.el (hack-one-local-variable-eval-safep):
1587 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
1588
4f99f44b
GM
15892011-05-10 Glenn Morris <rgm@gnu.org>
1590
1591 * calendar/diary-lib.el (diary-list-entries-hook)
1592 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
1593 (diary-nongregorian-marking-hook, diary-list-entries)
1594 (diary-include-other-diary-files, diary-mark-entries)
1595 (diary-mark-included-diary-files): Doc fixes.
1596
84f29e6b
JB
15972011-05-09 Juanma Barranquero <lekktu@gmail.com>
1598
1599 * misc.el: Require tabulated-list.el during compilation.
1600
9bedd73a
CY
16012011-05-09 Chong Yidong <cyd@stupidchicken.com>
1602
488086f4
SM
1603 * progmodes/compile.el (compilation-start):
1604 Run compilation-filter-hook for the async case too.
9bedd73a
CY
1605 (compilation-filter-hook): Doc fix.
1606
797c735c
DD
16072011-05-09 Deniz Dogan <deniz@dogan.se>
1608
1609 * wdired.el: Remove outdated installation comment. Fix usage
1610 comment.
1611
5f4b1dfe
JB
16122011-05-09 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * misc.el: Implement new command `list-dynamic-libraries'.
1615 (list-dynamic-libraries--loaded-only-p): New variable.
1616 (list-dynamic-libraries--refresh): New function.
1617 (list-dynamic-libraries): New command.
1618
4c44026c
CY
16192011-05-09 Chong Yidong <cyd@stupidchicken.com>
1620
488086f4
SM
1621 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1622 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
1623 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
1624 higher priority to avoid clobbering by gnu.
1625
027f966d
CY
16262011-05-08 Chong Yidong <cyd@stupidchicken.com>
1627
1628 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
1629 if the face has existing theme settings (Bug#8454).
1630
085f5d7d
CY
16312011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
1632
488086f4
SM
1633 * progmodes/perl-mode.el (perl-imenu-generic-expression):
1634 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 1635
2a86a00c
RS
1636 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
1637 special file names `.' and `..' (Bug#8259).
1638
d9c54a06
CY
16392011-05-08 Chong Yidong <cyd@stupidchicken.com>
1640
488086f4
SM
1641 * progmodes/grep.el (grep-mode-font-lock-keywords):
1642 Remove buffer-changing entries.
d9c54a06
CY
1643 (grep-filter): New function.
1644 (grep-mode): Add it to compilation-filter-hook.
1645
1646 * progmodes/compile.el (compilation-filter-hook)
1647 (compilation-filter-start): New defvars.
1648 (compilation-filter): Call compilation-filter-hook prior to
1649 updating the process mark.
1650
c4662635
SM
16512011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
1654
b0512a1d
EZ
16552011-05-07 Eli Zaretskii <eliz@gnu.org>
1656
605c9376
EZ
1657 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
1658 mailclient-send-it even if window-system is nil. (Bug#8595)
1659
c4662635
SM
1660 * term/w32console.el (terminal-init-w32console):
1661 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
1662 background-mode. (Bug#8597)
1663
d1dc2cc2
SM
16642011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 Make bytecomp.el understand that defmethod defines funs (bug#8631).
1667 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
1668 New functions.
1669 (defgeneric, eieio--defmethod): Use them.
1670 (eieio-defgeneric): Remove.
1671 (defmethod): Call defgeneric in a way visible to the byte-compiler.
1672
915d1300
GM
16732011-05-07 Glenn Morris <rgm@gnu.org>
1674
a3961c3e
GM
1675 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
1676 Use let rather than let*.
1677 (timeclock-find-discrep): Remove unused local.
1678
314347b9
GM
1679 * calendar/diary-lib.el (diary-comment-start): Doc fix.
1680
915d1300
GM
1681 * calendar/appt.el (appt-time-msg-list): Doc fix.
1682
275b59b0
NF
16832011-05-06 Noah Friedman <friedman@splode.com>
1684
1685 * apropos.el (apropos-print-doc): Only use
1686 emacs-lisp-docstring-fill-column when it is bound to an integer,
1687 per that variable's documentation.
1688
6c19f744
SM
16892011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1690
1691 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 1692 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 1693
60f884b2
GM
16942011-05-06 Glenn Morris <rgm@gnu.org>
1695
5006e634
GM
1696 * calendar/appt.el (appt-message-warning-time): Doc fix.
1697 (appt-warning-time-regexp): New option.
1698 (appt-make-list): Respect appt-message-warning-time.
1699
548d0a63
GM
1700 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
1701 New options.
1702 (diary-add-to-list): Strip comments from the displayed string.
1703 (diary-mode): Set comment-start and comment-end.
1704
60f884b2
GM
1705 * vc/diff-mode.el (smerge-refine-subst): Declare.
1706 (diff-refine-hunk): Don't require smerge-mode when compiling.
1707
989681bb
JB
17082011-05-06 Juanma Barranquero <lekktu@gmail.com>
1709
1710 * simple.el (list-processes): Return nil as the docstring says.
1711
a6bc05e1
MA
17122011-05-05 Michael Albinus <michael.albinus@gmx.de>
1713
1714 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
1715 to "".
1716 (ange-ftp-write-region, ange-ftp-insert-file-contents)
1717 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
1718 determining of binary transfer. (Bug#7383)
1719
23c22e9a
MA
17202011-05-05 Michael Albinus <michael.albinus@gmx.de>
1721
c4662635
SM
1722 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1723 Fix port computation bug. (Bug#8618)
23c22e9a 1724
0bff894f
GM
17252011-05-05 Glenn Morris <rgm@gnu.org>
1726
b8296902
GM
1727 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
1728
1f522ce8
GM
1729 * simple.el (shell-dynamic-complete-functions)
1730 (comint-dynamic-complete-functions): Declare.
1731
cf5bee67
GM
1732 * net/network-stream.el (gnutls-negotiate):
1733 * simple.el (tabulated-list-print): Fix declarations.
1734
1735 * progmodes/gud.el (syntax-symbol, syntax-point):
1736 Remove unnecessary and incorrect declarations.
1737
0bff894f
GM
1738 * emacs-lisp/check-declare.el (check-declare-scan):
1739 Handle byte-compile-initial-macro-environment in bytecomp.el
1740
9869b3ae
SM
17412011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 Fix earlier half-done eieio-defmethod change (bug#8338).
1744 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
1745 Streamline and change calling convention.
1746 (defmethod): Adjust accordingly and simplify.
1747 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
1748 new eieio--defmethod.
1749 (slot-boundp): Minor CSE simplification.
1750
9c1d5ac5
MZ
17512011-05-05 Milan Zamazal <pdm@zamazal.org>
1752
1753 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
1754 (glasses-make-readable): Use glasses-separate-capital-groups.
1755
455c834e
JB
17562011-05-05 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
1759 (warning-series): Doc fix.
1760 (display-warning): Don't try to create the buffer if we just found it.
1761
9ed7c8cb
CY
17622011-05-04 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
1765 (autoload-find-generated-file): New function.
1766 (generate-file-autoloads): Bind generated-autoload-file to
1767 buffer-file-name.
9869b3ae
SM
1768 (update-file-autoloads, update-directory-autoloads):
1769 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
1770 output file (Bug#7989).
1771 (batch-update-autoloads): Doc fix.
1772
0898ca10
JB
17732011-05-04 Juanma Barranquero <lekktu@gmail.com>
1774
1775 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
1776
31dfb76c
GM
17772011-05-04 Glenn Morris <rgm@gnu.org>
1778
f330b642
GM
1779 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
1780 function, so it follows changes in calendar-date-style.
1781 (diary-fancy-date-matcher): New function.
1782 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
1783 (diary-fancy-font-lock-fontify-region-function):
1784 Use diary-fancy-date-pattern as a function.
1785
31dfb76c
GM
1786 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
1787 non-numbers for `year' etc pseudo-variables. (Bug#8583)
1788
48e79d6a
TZ
17892011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
1790
1791 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
1792 instead of positional arguments. Allow :keylist and :crlfiles
1793 arguments.
1794 (open-gnutls-stream): Call it.
1795
1796 * net/network-stream.el (network-stream-open-starttls): Adjust to
1797 call `gnutls-negotiate' with :process and :hostname arguments.
1798
dd5a5ee0
SM
17992011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1800
ef80fc09
SM
1801 * minibuffer.el (completion--message): New function.
1802 (completion--do-completion, minibuffer-complete)
1803 (minibuffer-force-complete, minibuffer-complete-word): Use it.
1804 (completion--do-completion): Don't ignore completion-auto-help when in
1805 icomplete-mode.
1806
dd5a5ee0
SM
1807 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
1808 internal encoding (e.g. tibetan zero is not whitespace).
1809 (global-whitespace-mode): Prefer save-current-buffer.
1810 (whitespace-trailing-regexp): Remove useless save-match-data.
1811 (whitespace-empty-at-bob-regexp): Minor simplification.
1812
b7d22a83
CY
18132011-05-03 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
1816
5192af46
AM
18172011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1818
1819 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 1820 Use `concat' to create string for insertion.
5192af46 1821
5767d190
SM
18222011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1823
1824 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
1825 Avoid open-line which runs post-self-insert-hook.
1826 (bibtex-fill-entry): Remove unused `end' var.
1827
bf242939
AM
18282011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
1829
5767d190
SM
1830 * textmodes/ispell.el (ispell-add-per-file-word-list):
1831 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 1832
25666126
LL
18332011-05-03 Leo Liu <sdl.web@gmail.com>
1834
1835 * isearch.el (isearch-yank-pop): New command.
5767d190 1836 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
1837 (isearch-forward): Mention it.
1838
52d3c2d0
SM
18392011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1bcace58
SM
1841 * simple.el (minibuffer-complete-shell-command): Remove.
1842 (minibuffer-local-shell-command-map): Use completion-at-point.
1843 (read-shell-command): Setup completion vars here instead.
1844 (read-expression-map): Bind TAB to symbol completion.
1845
52d3c2d0
SM
1846 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
1847 error directly rather via storing it into `results'.
1848
35813471
LL
18492011-05-02 Leo Liu <sdl.web@gmail.com>
1850
1851 * vc/diff.el: Fix description.
1852
e793a940
LMI
18532011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1854
1855 * server.el (server-eval-at): New function.
1856
8de66e05
LMI
18572011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1858
1859 * net/network-stream.el (open-network-stream): Take a :nowait
1860 parameter and pass it on to `make-network-process'.
1861 (network-stream-open-plain): Ditto.
1862
dcb79f20
AS
18632011-04-30 Andreas Schwab <schwab@linux-m68k.org>
1864
1865 * faces.el (face-spec-set-match-display): Don't match toolkit
1866 options on terminal frames.
1867
14a7fbd8
SM
18682011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1869
7eabc1be
SM
1870 * progmodes/pascal.el: Use lexical binding.
1871 (pascal-mode-map): Remove author preferences.
1872
14a7fbd8
SM
1873 * pcomplete.el (pcomplete-std-complete): Don't abuse
1874 completion-at-point.
1875
50f84510
JB
18762011-04-28 Juanma Barranquero <lekktu@gmail.com>
1877
6e087a44
JB
1878 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
1879 removing code that has been dead since 1991 or so.
1880
50f84510
JB
1881 * startup.el (command-line): When warning about "_emacs", use a
1882 delayed warning to allow the user to filter it out.
1883
0ba690bd
DD
18842011-04-28 Deniz Dogan <deniz@dogan.se>
1885
1886 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
1887 user has not joined.
1888
08abfaad
SM
18892011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
1892 aren't any completions at point.
1893
638f053a
JB
18942011-04-28 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * subr.el (display-delayed-warnings): New function.
1897 (delayed-warnings-hook): New variable.
1898
8fff8daa
SM
18992011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1900
08abfaad
SM
1901 * minibuffer.el (completion-at-point, completion-help-at-point):
1902 Don't presume that a given completion-at-point-function will always
1903 use the same calling convention.
1904
8fff8daa
SM
1905 * pcomplete.el (pcomplete-completions-at-point):
1906 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
1907 pcomplete-seen is non-nil.
1908 (pcomplete-comint-setup): Also recognize the new comint/shell
1909 completion functions.
1910 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
1911 pcomplete-seen is non-nil.
1912
841a1577 19132011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 1914
841a1577 1915 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 1916 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 1917 the first character in the entry. This allows for code to add its
211ec907
UJ
1918 own uid to the entry.
1919 (icalendar--convert-float-to-ical): Add export of
1920 `diary-float'-entries save for those with the optional DAY
1921 argument.
1922
2a782793
DC
19232011-04-27 Daniel Colascione <dan.colascione@gmail.com>
1924
1925 * subr.el (shell-quote-argument): Use alternate escaping strategy
1926 when we spot a variable reference in a string.
1927
0438ce91
DC
19282011-04-26 Daniel Colascione <dan.colascione@gmail.com>
1929
1930 * cus-start.el (all): Define customization for debug-on-event.
1931
841a1577 19322011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
1933
1934 * subr.el (shell-quote-argument): Escape correctly under Windows.
1935
d090ed6c
SM
19362011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
1939
bfd31217
MA
19402011-04-25 Michael Albinus <michael.albinus@gmx.de>
1941
d090ed6c
SM
1942 * net/tramp.el (tramp-process-actions): Add POS argument.
1943 Delete region between POS and (pos).
bfd31217 1944
d090ed6c
SM
1945 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1946 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
1947 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
1948
1949 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
1950 position in `tramp-process-actions' call.
1951
1952 * net/trampver.el: Update release number.
1953
e92f3bd3
SM
19542011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1955
850256b5
SM
1956 * custom.el (defcustom): Obey lexical-binding.
1957
e92f3bd3
SM
1958 Fix octave-inf completion problems reported by Alexander Klimov.
1959 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
1960 Inherit from octave-mode-syntax-table.
1961 (inferior-octave-mode): Set info-lookup-mode.
1962 (inferior-octave-completion-at-point): New function.
1963 (inferior-octave-complete): Use it and completion-in-region.
1964 (inferior-octave-dynamic-complete-functions): Use it as well, and use
1965 comint-filename-completion.
1966 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
1967 symbol elements which shouldn't be word elements.
1968 (octave-font-lock-keywords, octave-beginning-of-defun)
1969 (octave-function-header-regexp): Adjust regexps accordingly.
1970 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
1971
cd22b309
JB
19722011-04-25 Juanma Barranquero <lekktu@gmail.com>
1973
1974 * net/gnutls.el (gnutls-errorp): Declare before first use.
1975
8b492194
TZ
19762011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1977
1978 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
1979 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
1980 default trustfile exists before going to use it. Add missing
1981 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
1982 Reported by Claudio Bley <claudio.bley@gmail.com>.
1983 (open-gnutls-stream): Add usage example.
1984
1985 * net/network-stream.el (network-stream-open-starttls): Give host
1986 parameter to `gnutls-negotiate'.
1987 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 1988 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 1989
841a1577 19902011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 1991
cd22b309
JB
1992 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1993 Use correct match group (bug#8438).
05842630 1994
3ba7869c
CY
19952011-04-24 Chong Yidong <cyd@stupidchicken.com>
1996
512e3ae1
CY
1997 * emacs-lisp/package.el (package-built-in-p): Fix typo.
1998 (package-menu--generate): New arg specifying packages to show.
1999 (package-menu-refresh, package-menu-execute, list-packages):
2000 Callers changed.
2001 (package-show-package-list): New function, replacing deleted
2002 package--list-packages (renamed because it is non-internal).
2003
2004 * finder.el (finder-list-matches): Use package-show-package-list
2005 instead of deleted package--list-packages.
2006
e92f3bd3
SM
2007 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
2008 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
2009 (vc-annotate-mode-map): Bind it to RET.
2010
7031be6d
UR
20112011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2012
2013 * progmodes/etags.el (next-file): Don't use set-buffer to change
2014 buffers (Bug#8478).
2015
4ef177aa
CY
20162011-04-24 Chong Yidong <cyd@stupidchicken.com>
2017
c8d173eb
CY
2018 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
2019
4ef177aa
CY
2020 * apropos.el (apropos-label-face): Avoid variable-pitch face.
2021 (apropos-accumulator): Doc fix.
2022 (apropos-function, apropos-macro, apropos-command)
2023 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2024 (apropos-plist): Add face property.
2025 (apropos-symbols-internal): Fix indentation.
2026 (apropos-print): Simplify help, and recognize apropos-multi-type.
2027 (apropos-print-doc): Use button-type-get to extract the button's
2028 face property. Fill docstring (Bug#8352).
2029
4ffd0d6b 20302011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
2031
2032 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
2033
c6c32125 2034 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 2035 (mpuz-mode-map): Use mapc.
c6c32125
JB
2036 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
2037 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
2038 Fix typos in docstrings.
2039
58d468b4
JB
2040 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
2041 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
2042
6470c3c6
JB
2043 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
2044
4ffd0d6b 20452011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
2046
2047 * minibuffer.el (completion--do-completion): Avoid the "Next char
2048 not unique" prompt if icomplete-mode is enabled (Bug#5849).
2049
3ad8bad0
CY
2050 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
2051 mouse-2 into unread-command-events, it is interpreted correctly.
2052
71d73c9c 2053 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 2054 (image-toggle-display): Doc fix.
71d73c9c 2055
841a1577 20562011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 2057
4ffd0d6b
GM
2058 * textmodes/page.el (what-page): Use line-number-at-pos to
2059 calculate line number (Bug#6825).
6e1dbaa9 2060
c2fb1b60
JB
20612011-04-22 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * eshell/esh-mode.el (find-tag-interactive): Declare function.
2064 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
2065 Pass argument NO-DEFAULT to `find-tag-interactive'.
2066
e02f48d7
JB
20672011-04-22 Juanma Barranquero <lekktu@gmail.com>
2068
2069 Lexical-binding cleanup.
2070
2071 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
2072 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
2073 * progmodes/ada-prj.el (ada-prj-initialize-values)
2074 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
2075 (ada-prj-show-value):
2076 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
2077 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
2078 (antlr-invalidate-context-cache, antlr-options-menu-filter)
2079 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
2080 * progmodes/bug-reference.el (bug-reference-push-button):
2081 * progmodes/fortran.el (fortran-line-length):
2082 * progmodes/glasses.el (glasses-change):
2083 * progmodes/octave-mod.el (octave-fill-paragraph):
2084 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
2085 (python-pdbtrack-grub-for-buffer, python-sentinel):
2086 * progmodes/sql.el (sql-save-connection):
2087 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
2088 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
2089 Mark unused parameters.
2090
2091 * progmodes/compile.el (compilation--flush-directory-cache)
2092 (compilation--flush-parse, compile-internal): Mark unused parameters.
2093 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
2094 (compilation-next-error-function): Remove unused variable `timestamp'.
2095
2096 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
2097 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
2098
2099 * progmodes/dcl-mode.el (dcl-end-of-command):
2100 Remove unused variable `start'.
2101 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
2102 (dcl-option-value-basic, dcl-option-value-offset)
2103 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
2104 Mark unused parameters.
2105 (dcl-save-local-variable): Remove unused variable `val'.
2106 (mode): Declare.
2107
2108 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
2109 Mark unused parameters.
2110 (delphi-ignore-changes): Move before first use.
2111 (delphi-charset-token-at): Remove unused variable `start'.
2112 (delphi-else-start): Remove unused variable `if-count'.
2113 (delphi-comment-block-start, delphi-comment-block-end):
2114 Remove unused variable `kind'.
2115 (delphi-indent-line): Remove unused variable `new-point'.
2116
2117 * progmodes/ebrowse.el (ebrowse-files-list)
2118 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
2119 Mark unused parameters. Don't quote `lambda'.
2120 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
2121 Don't quote `lambda'.
2122 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
2123 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
2124 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
2125 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
2126 Use `ignore-errors'.
2127 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
2128 (ebrowse-view/find-file-and-search-pattern)
2129 (ebrowse-view/find-member-declaration/definition):
2130 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
2131 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
2132 Rename parameter PREFIX-ARG to PREFIX.
2133 (ebrowse-tags-read-name): Remove unused variables `start' and
2134 `member-info'.
2135 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
2136 to `tags-file'.
2137
2138 * progmodes/etags.el (local-find-tag-hook): Declare.
2139 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
2140 Mark unused parameters.
2141
2142 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
2143 (executable-interpret): Mark unused parameter.
2144
2145 * progmodes/flymake.el (flymake-process-sentinel)
2146 (flymake-after-change-function)
2147 (flymake-create-temp-with-folder-structure)
2148 (flymake-get-include-dirs-dot): Mark unused parameters.
2149 (flymake-safe-delete-directory): Remove unused variable `err'.
2150
2151 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
2152 (speedbar-timer-fn, speedbar-line-text)
2153 (speedbar-change-expand-button-char, speedbar-delete-subblock)
2154 (speedbar-center-buffer-smartly): Declare functions.
2155 (gdb-find-watch-expression): Remove unused variable `array'.
2156 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
2157 (gdb-starting): Mark unused parameters.
2158 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
2159 (gdb-table-string): Remove unused variable `res'.
2160 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
2161 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
2162 (gdb-display-buffer): Remove unused variable `cur-size'.
2163
2164 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
2165 allow lexical-binding compilation.
2166 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
2167 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
2168 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
2169 Mark unused parameters.
2170 (gud-gdb-marker-filter): Remove unused variable `match'.
2171 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
2172 lambda expressions and funcall them, instead of using `fset'.
2173
2174 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
2175 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
2176
2177 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
2178 variable `header-beg'; use `let'.
2179
2180 * progmodes/icon.el (indent-icon-exp): Remove unused variables
2181 `restart', `last-sexp' and `at-do'.
2182
2183 * progmodes/js.el (js--debug): Mark unused parameter.
2184 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
2185 (js--splice-into-items): Remove unused variable `item'.
2186 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
2187
2188 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
2189 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
2190 (makefile-complete): Remove unused variable `try'.
2191 (makefile-fill-paragraph, makefile-match-function-end):
2192 Mark unused parameters.
2193
2194 * progmodes/octave-inf.el (inferior-octave-complete):
2195 Remove unused variable `proc'.
2196 (inferior-octave-output-digest): Mark unused parameter.
2197
2198 * progmodes/perl-mode.el (perl-calculate-indent):
2199 Remove unused variable `err'.
2200
2201 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
2202 (prolog-indent-line): Mark unused parameters.
2203 (prolog-indent-line): Remove unused variable `beg'.
2204
2205 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
2206 (reporter-dont-compact-list): Declare.
2207
2208 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
2209 Remove unused variable `char'.
2210 (sh-debug): Mark unused parameter.
2211 (sh-get-indent-info): Remove unused variable `start'.
2212 (sh-calculate-indent): Remove unused variable `var'.
2213
2214 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
2215 (simula-electric-keyword): Remove unused variable `null'.
2216 (simula-search-backward, simula-search-forward): Remove unused
2217 variables `begin' and `end'.
2218
2219 * progmodes/vera-mode.el (vera-guess-basic-syntax):
2220 Remove unused variable `pos'.
2221 (vera-electric-tab, vera-comment-uncomment-region):
2222 Mark unused parameters.
2223 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
2224
7ede3b65
CY
22252011-04-22 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * emacs-lisp/package.el (package--builtins, package-alist)
2228 (package-load-descriptor, package-built-in-p, package-activate)
2229 (define-package, package-installed-p)
2230 (package-compute-transaction, package-buffer-info)
2231 (package--push): Doc fix. Distinguish more clearly between
2232 version strings and version lists.
2233
121656e9
JB
22342011-04-21 Juanma Barranquero <lekktu@gmail.com>
2235
2236 Lexical-binding cleanup.
2237
2238 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
2239 (5x5-make-mutate-best):
2240 * play/fortune.el (fortune-in-buffer):
2241 * play/gomoku.el (gomoku-init-display):
2242 * play/solitaire.el (solitaire, solitaire-do-check):
2243 * play/tetris.el (tetris-default-update-speed-function):
2244 Mark unused parameters.
2245
2246 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
2247 (bubbles--shift): Remove unused variable `char-org'.
2248 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
2249 (bubbles--show-images): Remove unused variable `char'.
2250
2251 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
2252 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
2253 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
2254 (decipher-analyze-buffer): Use ?\s.
2255 (decipher-make-checkpoint): Remove unused variable `mapping'.
2256
2257 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
2258
2259 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
2260 Remove unused variable `result'; use `let'.
2261
2262 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
2263 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
2264 (gametree-children-shown-p, gametree-compute-reduced-score):
2265 Use `ignore-errors'.
2266
2267 * play/handwrite.el (ps-lpr-switches): Declare.
2268 (handwrite): Remove unused variables `pmin' and `lastp'.
2269
2270 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
2271
2272 * play/landmark.el (landmark-init-display)
2273 (landmark-update-naught-weights): Mark unused parameters.
2274 (landmark-y): Remove unused variable `noise'. Simplify.
2275 (landmark-human-plays): Remove unused variable `score'.
2276
2277 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
2278 (mpuz-try-proposal): Remove unused variable `game'.
2279
2280 * play/zone.el (life-patterns): Declare.
2281
80f499c7
JB
22822011-04-20 Juanma Barranquero <lekktu@gmail.com>
2283
2284 * vc/vc.el (ediff-vc-internal): Declare function.
2285
024ff170
SM
22862011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2287
c0a193ea
SM
2288 * shell.el: Use lexical-binding and std completion UI.
2289 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
2290 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
2291 comint-preoutput-filter-functions rather than on
2292 comint-output-filter-functions.
2293 (shell-command-completion, shell--command-completion-data)
2294 (shell-filename-completion, shell-environment-variable-completion)
2295 (shell-c-a-p-replace-by-expanded-directory): New functions.
2296 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
2297 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
2298 (shell-dynamic-complete-environment-variable): Use them.
2299 (shell-dynamic-complete-as-environment-variable)
2300 (shell-dynamic-complete-as-command): Remove.
2301 (shell-match-partial-variable): Match past point.
2302 * comint.el: Clean up use of completion-at-point-functions.
2303 (comint-completion-at-point): New function.
2304 (comint-mode): Use it completion-at-point-functions.
2305 (comint-dynamic-complete): Make it obsolete.
2306 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
2307 (comint-c-a-p-replace-by-expanded-history): New function.
2308 (comint-dynamic-complete-functions)
2309 (comint-replace-by-expanded-history): Use it.
2310 * minibuffer.el (completion-table-with-terminator): Allow dynamic
2311 termination strings. Try harder to avoid second try-completion.
2312 (completion-in-region-mode-map): Disable bindings that don't work yet.
2313
2dbaa080
SM
2314 * comint.el: Use lexical-binding. Require CL.
2315 (comint-dynamic-complete-functions): Use comint-filename-completion.
2316 (comint-completion-addsuffix): Tweak custom type.
2317 (comint-filename-completion, comint--common-suffix)
2318 (comint--common-quoted-suffix, comint--table-subvert)
2319 (comint--complete-file-name-data): New functions.
2320 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
2321 (comint-dynamic-list-filename-completions): Use them.
2322 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 2323
2dbaa080
SM
2324 * minibuffer.el (completion-in-region-mode):
2325 Keep completion-in-region-mode--predicate global.
2326 (completion-in-region--postch):
2327 Assume completion-in-region-mode--predicate is not null.
2328
c79a6f38
SM
2329 * progmodes/flymake.el (flymake-start-syntax-check-process):
2330 Obey `dir'. Simplify.
2331
024ff170
SM
2332 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
2333 we're in VC after all.
2334
1c6c854e
CS
23352011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
2336
2337 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 2338 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
2339 (vc-version-diff): Use vc-diff-build-argument-list-internal.
2340
bed7f140
SM
23412011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2342
332e62ab
SM
2343 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
2344 add sanity check.
2345
bed7f140
SM
2346 * obsolete/erc-hecomplete.el: Make obsolete.
2347 * obsolete/: Standardize obsolescence info in the header.
2348
f195c582
GM
23492011-04-20 Glenn Morris <rgm@gnu.org>
2350
2351 * calendar/solar.el (solar-horizontal-coordinates):
2352 Use the longitude argument rather than `calendar-longitude'.
2353 (solar-date-next-longitude): Remove unused locals.
2354
cb79b8c0
VJL
23552011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2356
2357 * whitespace.el: New version 13.2.1.
2358
23592011-04-20 felix <EmacsWiki> (tiny change)
2360
2361 * whitespace.el (global-whitespace-mode): keep highlight when
2362 switching between major modes on a file.
2363
602ea69d
SM
23642011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
2367 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
2368 multi-line comments as well.
2369
06b60517
JB
23702011-04-19 Juanma Barranquero <lekktu@gmail.com>
2371
2372 Lexical-binding cleanup.
2373
2374 * arc-mode.el (archive-mode-revert):
2375 * cmuscheme.el (scheme-interactively-start-process):
2376 * custom.el (custom-initialize-delay):
2377 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
2378 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
2379 * emacs-lock.el (emacs-lock-clear-sentinel):
2380 * ezimage.el (defezimage):
2381 * follow.el (follow-avoid-tail-recenter):
2382 * fringe.el (set-fringe-mode-1):
2383 * generic-x.el (bat-generic-mode-compile):
2384 * help-mode.el (help-info-variable, help-do-xref)
2385 (help-mode-revert-buffer):
2386 * help.el (view-emacs-todo):
2387 * iswitchb.el (iswitchb-completion-help):
2388 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
2389 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
2390 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
2391 * locate.el (locate-update):
2392 * longlines.el (longlines-encode-region)
2393 (longlines-after-change-function):
2394 * outline.el (outline-isearch-open-invisible):
2395 * ps-def.el (declare-function, charset-dimension, char-width)
2396 (encode-char):
2397 * ps-mule.el (ps-mule-plot-string):
2398 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
2399 (recentf-edit-list-select, recentf-edit-list-validate)
2400 (recentf-open-files-action):
2401 * rect.el (delete-whitespace-rectangle-line)
2402 (rectangle-number-line-callback):
2403 * register.el (window-configuration-to-register)
2404 (frame-configuration-to-register):
2405 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
2406 * select.el (xselect-convert-to-string, xselect-convert-to-length)
2407 (xselect-convert-to-targets, xselect-convert-to-delete)
2408 (xselect-convert-to-filename, xselect-convert-to-charpos)
2409 (xselect-convert-to-lineno, xselect-convert-to-colno)
2410 (xselect-convert-to-os, xselect-convert-to-host)
2411 (xselect-convert-to-user, xselect-convert-to-class)
2412 (xselect-convert-to-name, xselect-convert-to-integer)
2413 (xselect-convert-to-atom, xselect-convert-to-identity):
2414 * subr.el (declare, ignore, process-kill-without-query)
2415 (text-clone-maintain):
2416 * terminal.el (te-get-char, te-tic-sentinel):
2417 * tool-bar.el (tool-bar-make-keymap):
2418 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
2419 * type-break.el (type-break-mode, type-break-noninteractive-query):
2420 * view.el (View-back-to-mark):
2421 * wid-browse.el (widget-browse-action, widget-browse-widget)
2422 (widget-browse-widgets, widget-browse-sexp):
2423 * widget.el (define-widget-keywords):
2424 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
2425 Mark unused parameters.
2426
2427 * align.el (align-adjust-col-for-rule): Mark unused parameter.
2428 (align-areas): Remove unused variable `look'.
2429 (align-region): Remove unused variables `real-end' and `pos-list'.
2430
2431 * apropos.el (apropos-score-doc): Remove unused variable `i'.
2432
2433 * bindings.el (mode-line-modified, mode-line-remote):
2434 Mark unused parameters.
2435 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
2436
2437 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
2438 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
2439
2440 * comint.el (comint-history-isearch-pop-state)
2441 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
2442 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
2443 (comint-substitute-in-file-name): Doc fix.
2444
2445 * completion.el (cmpl-statistics-block): Mark unused parameter.
2446 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
2447 (save-completions-to-file, load-completions-from-file):
2448 Remove unused local variable `e'.
2449
2450 * composite.el (compose-chars): Remove unused variable `len'.
2451 (lgstring-insert-glyph): Remove unused variable `g'.
2452 (compose-glyph-string): Remove unused variables `ascent',
2453 `descent', `lbearing' and `rbearing'.
2454 (compose-glyph-string-relative): Remove unused variables
2455 `lbearing', `rbearing' and `wadjust'.
2456 (compose-gstring-for-graphic): Remove unused variables `header',
2457 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
2458 (compose-gstring-for-terminal): Remove unused variables `header'
2459 and `nchars'. Use `let', not `let*'.
2460
2461 * cus-edit.el (Custom-set, Custom-save, custom-reset)
2462 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
2463 (Custom-buffer-done, custom-buffer-create-internal)
2464 (custom-browse-visibility-action, custom-browse-group-tag-action)
2465 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
2466 (widget-magic-mouse-down-action, custom-toggle-parent)
2467 (custom-add-parent-links, custom-toggle-hide-variable)
2468 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
2469 (custom-toggle-hide-face, face, hook, custom-group-link-action)
2470 (custom-face-menu-create, custom-variable-menu-create, get)
2471 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
2472 (custom-reset-standard-save-and-update): Remove unused variable `value'.
2473 (customize-apropos): Remove unused variable `tests'.
2474 (custom-group-value-create): Remove unused variable `hidden-p'.
2475 (sort-fold-case): Declare.
2476
2477 * cus-theme.el (custom-reset-standard-faces-list)
2478 (custom-reset-standard-variables-list): Declare.
2479 (customize-create-theme, custom-theme-revert, custom-theme-write)
2480 (custom-theme-choose-mode, customize-themes, custom-theme-save):
2481 Mark unused parameters.
2482
2483 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
2484
2485 * delim-col.el (delimit-columns-max): Move defvar before first use.
2486
2487 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 2488 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
2489
2490 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
2491 (auto-insert): Declare.
2492 (desktop-restore-file-buffer): Rename desktop-* parameters;
2493 mark unused ones.
2494 (desktop-create-buffer): Rename desktop-* parameters and bind them.
2495 (desktop-buffer): Rename desktop-* parameters.
2496
2497 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2498 (dframe-reposition-frame-xemacs, dframe-help-echo)
2499 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
2500 Mark unused parameters.
2501
2502 * dired-aux.el (backup-extract-version-start, overwrite-query)
2503 (overwrite-backup-query, rename-regexp-query)
2504 (rename-non-directory-query): Declare.
2505 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
2506 (dired-add-entry): Remove unused variable `orig-file-name'.
2507 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
2508 Use parameter PRESERVE-TIME instead of accessing dynamic variable
2509 `dired-copy-preserve-time' directly.
2510 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
2511 (dired-insert-subdir-newpos): Rename unused variable `pos'.
2512
2513 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
2514 (dired-virtual-revert, dired-make-relative-symlink):
2515 Mark unused parameters.
2516 (manual-program): Declare.
2517 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
2518 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
2519 wrapped in `with-no-warnings' to avoid replacing one warning by another.
2520
2521 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
2522
2523 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
2524
2525 * echistory.el (electric-history-in-progress, Helper-return-blurb):
2526 Declare.
2527
2528 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
2529
2530 * electric.el (Electric-command-loop): Rename parameter
2531 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
2532
2533 * expand.el (expand-in-literal): Remove unused variable `here'.
2534
2535 * facemenu.el (facemenu-add-new-color):
2536 Remove unused variable `docstring'.
2537
2538 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
2539 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
2540 (face-attr-construct): Mark unused parameter. Doc fix.
2541 (read-color): Remove unused variable `hex-string'.
2542
2543 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
2544 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
2545 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
2546 (display-buffer-other-frame): Remove unused variable `old-window'.
2547 (kill-buffer-hook): Declare.
2548 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
2549 Mark unused parameters.
2550 (after-find-file): Pass 1 to `auto-save-mode', not t.
2551
2552 * files-x.el (auto-insert): Declare.
2553 (modify-file-local-variable-prop-line): Remove unused variable `val'.
2554
2555 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 2556 variable `buf'. Mark unused parameter.
06b60517
JB
2557 (find-lisp-insert-directory): Mark unused parameter.
2558
2559 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
2560 (format-encode-region): Remove unused variables `cur-buf' and `result'.
2561 (format-common-tail): Remove, unused.
2562 (format-deannotate-region): Remove unused variable `loc'.
2563 (format-annotate-region): Remove unused variable `p'.
2564 (format-annotate-single-property-change): Remove unused variables
2565 `default' and `tail'.
2566
2567 * forms.el (read-file-filter): Declare.
2568 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
2569
2570 * frame.el (frame-creation-function-alist): Mark unused parameter.
2571 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
2572
2573 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
2574 Remove unused parameters.
2575 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
2576 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
2577
2578 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
2579 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
2580 (hfy-prepare-tag-map): Mark unused parameters.
2581 (htmlfontify-buffer): Use `called-interactively-p'.
2582
2583 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
2584 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
2585 (ibuffer-do-occur): Mark unused parameters.
2586 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
2587 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
2588
2589 * ibuffer.el: Don't quote `lambda'.
2590 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
2591 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
2592 Mark unused parameters.
2593
2594 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
2595 (ido-completing-read): Mark unused parameters.
2596 (ido-copy-current-word): Mark unused parameters;
2597 remove unused variable `name'.
2598 (ido-sort-merged-list): Remove unused parameter `dirs'.
2599
2600 * ielm.el (ielm-input-sender): Mark unused parameter.
2601 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
2602 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
2603 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
2604 `ielm-string' as a dynamic variable accessible from the IELM prompt.
2605 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
2606
2607 * image-dired.el (image-dired-display-thumbs): Remove unused
2608 variables `curr-file' and `count'.
2609 (image-dired-remove-tag): Remove unused variable `start'.
2610 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
2611 variable `curr-file'
2612 (image-dired-rotate-original): Remove unused variable `temp-file'.
2613 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
2614 Remove unused variable `file'.
2615 (image-dired-gallery-generate): Remove unused variable `curr'.
2616 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
2617
2618 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
2619
2620 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
2621
2622 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
2623
2624 * isearch.el (minibuffer-history-symbol): Declare.
2625 (isearch-edit-string): Remove unused variable `err'.
2626 (isearch-message-prefix, isearch-message-suffix):
2627 Mark unused parameters.
2628
2629 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
2630
2631 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
2632
2633 * makesum.el (double-column): Remove unused variable `cnt'.
2634
2635 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
2636 (ido-ignore-item-temp-list): Declare.
2637
2638 * mouse-drag.el (mouse-drag-throw): Remove unused variables
2639 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
2640 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
2641 (mouse-drag-drag): Remove unused variables `mouse-delta' and
2642 `mouse-col-delta'.
2643
2644 * mouse-sel.el (mouse-extend-internal):
2645 Remove unused variable `orig-window-frame'.
2646
2647 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
2648 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
2649 Move declarations before first use.
2650 (pcomplete-opt): Mark unused parameters; doc fix.
2651
2652 * proced.el (proced-revert): Mark unused parameter.
2653 (proced-send-signal): Remove unused variable `err'.
2654
2655 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
2656 Rename parameter PREFIX-ARG to ARG.
2657 (ps-basic-plot-string, ps-basic-plot-whitespace):
2658 Mark unused parameters.
2659
2660 * replace.el (replace-count): Define.
2661 (occur-revert-function): Mark unused parameters.
2662 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
2663 (isearch-case-fold-search, isearch-string): Declare.
2664 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
2665 bind `case-fold-search'. Remove unused variables `beg' and `end',
2666 and simplify.
2667 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
2668 COUNT and bind `replace-count'.
2669 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
2670 to COUNT.
2671
2672 * savehist.el (print-readably, print-string-length): Declare.
2673
2674 * shadowfile.el (shadow-expand-cluster-in-file-name):
2675 Remove unused variable `cluster'.
2676 (shadow-copy-file): Remove unused variable `i'.
2677 (shadow-noquery, shadow-clusters, shadow-site-cluster)
2678 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
2679 (shadow-define-literal-group, shadow-define-regexp-group)
2680 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
2681
2682 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
2683 (shell): Use `called-interactively-p'.
2684 (shell-directory-tracker): Remove unused variable `chdir-failure'.
2685
2686 * simple.el (compilation-context-lines, comint-file-name-quote-list)
2687 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
2688 (delete-backward-char): Remove unused variable `ocol'.
2689 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
2690 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
2691 (event-apply-hyper-modifier, event-apply-shift-modifier)
2692 (event-apply-control-modifier, event-apply-meta-modifier):
2693 Mark unused parameters.
2694 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
2695 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
2696
2697 * speedbar.el (speedbar-ignored-directory-expressions)
2698 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
2699 (speedbar-find-file, speedbar-dir-follow)
2700 (speedbar-directory-buttons-follow, speedbar-tag-find)
2701 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2702 (speedbar-buffers-line-directory, speedbar-buffer-click):
2703 Mark unused parameters.
2704 (speedbar-tag-file): Remove unused variable `mode'.
2705 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
2706
2707 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
2708
2709 * talk.el (talk): Remove unused variable `display'.
2710
2711 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
2712 (tar-write-region-annotate): Mark unused parameter.
2713
2714 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
2715 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
2716 Declare them, wrapped in `with-no-warnings' to avoid replacing one
2717 warning by another.
2718
2719 * time-stamp.el (time-stamp-string-preprocess):
2720 Remove unused variable `require-padding'.
2721
2722 * tree-widget.el (widget-glyph-enable): Declare.
2723 (tree-widget-action): Mark unused parameter.
2724
2725 * w32-fns.el (x-get-selection): Mark unused parameter.
2726 (autoload-make-program, generated-autoload-file): Declare.
2727
2728 * wdired.el (wdired-revert): Mark unused parameters.
2729 (wdired-xcase-word): Remove unused variable `err'.
2730
2731 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
2732 (whitespace-help-scroll): Remove unused variable `data-help'.
2733
2734 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
2735 (widget-image-insert, widget-after-change, default)
2736 (widget-default-format-handler, widget-default-notify)
2737 (widget-default-prompt-value, widget-info-link-action)
2738 (widget-url-link-action, widget-function-link-action)
2739 (widget-variable-link-action, widget-file-link-action)
2740 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
2741 (widget-field-prompt-internal, widget-field-action, widget-field-match)
2742 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
2743 (widget-insert-button-action, widget-delete-button-action, visibility)
2744 (widget-documentation-link-action, widget-documentation-string-action)
2745 (widget-const-prompt-value, widget-regexp-match, symbol)
2746 (widget-coding-system-prompt-value)
2747 (widget-key-sequence-value-to-external, sexp)
2748 (widget-sexp-value-to-internal, character, vector, cons)
2749 (widget-choice-prompt-value, widget-boolean-prompt-value)
2750 (widget-color--choose-action): Mark unused parameters.
2751 (widget-item-match-inline, widget-choice-match-inline)
2752 (widget-checklist-match, widget-checklist-match-inline)
2753 (widget-group-match): Rename parameter VALUES to VALS.
2754 (widget-field-value-set): Remove unused variable `size'.
2755 (widget-color-action): Remove unused variables `value' and `start'.
2756
2757 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 2758 variable `dir'. Doc fix.
06b60517
JB
2759 (windmove-find-other-window): Don't pass it.
2760
2761 * window.el (count-windows): Mark unused parameter.
2762 (bw-adjust-window): Remove unused variable `err'.
2763
2764 * woman.el (woman-file-name): Remove unused variable `default'.
2765 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
2766 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
2767 (global-font-lock-mode): Declare.
2768 (woman-decode-region): Mark unused parameter.
2769 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
2770
2771 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
2772 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
2773 (x-dnd-handle-moz-url): Remove unused variable `title'.
2774 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
2775
2776 * xml.el (xml-parse-tag, xml-parse-attlist):
2777 Remove unused variable `pos'.
2778
bc4f7f3d
GM
27792011-04-19 Glenn Morris <rgm@gnu.org>
2780
2781 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
2782 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2783 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2784 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
2785 * calendar/cal-html.el (cal-html-insert-minical):
2786 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
2787 (calendar-mark-date-pattern):
2788 Prefix "unused" locals.
2789
2790 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
2791 optional argument `style'.
2792
2793 * calendar/appt.el (appt-make-list):
2794 * calendar/cal-china.el (calendar-chinese-date-string):
2795 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
2796 (diary-hebrew-yahrzeit):
2797 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
2798 * calendar/calendar.el (calendar-generate-window):
2799 * calendar/time-date.el (time-to-days):
2800 Remove unused local variables.
2801
16a43933
CY
28022011-04-18 Chong Yidong <cyd@stupidchicken.com>
2803
2804 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
2805 glyphless-char-display table.
2806 (tabulated-list-glyphless-char-display): New var.
2807
7eed1860
SS
28082011-04-18 Sam Steingold <sds@gnu.org>
2809
2810 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
2811 to acknowledgments.
2812
4d2d1ccd
GM
28132011-04-17 Glenn Morris <rgm@gnu.org>
2814
2815 * calendar/diary-lib.el (diary-sexp-entry):
2816 * calendar/holidays.el (holiday-sexp):
2817 Set debug-on-error rather than the removed stack-trace-on-error.
2818
239da61d
GM
28192011-04-16 Glenn Morris <rgm@gnu.org>
2820
2821 * progmodes/f90.el: Use lexical-binding.
2822 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
2823
8b05752a
SM
28242011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2825
daca8ba5
SM
2826 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
2827 (mail-mode): Setup mailalias completion here instead.
2828 * mail/mailalias.el: Use lexical-binding.
2829 (pattern, mailalias-done): Declare dynamic.
2830 (mail-completion-at-point-function): New function, from mail-complete.
2831 (mail-complete): Use it.
2832 (mail-completion-expand): New function.
2833 (mail-get-names): Use it.
2834 (mail-directory, mail-directory-process, mail-directory-stream):
2835 Don't use `pattern' for lexically bound arg.
2836
6f542485
SM
2837 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
2838
037e7c3f
SM
2839 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
2840 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
2841 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
2842
8b05752a
SM
2843 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
2844 (byte-save-window-excursion, byte-temp-output-buffer-setup)
2845 (byte-interactive-p): Define them again, for use when inlining
2846 old code.
2847
49093f60
JB
28482011-04-15 Juanma Barranquero <lekktu@gmail.com>
2849
2850 * loadup.el: Use `string-to-number', not `string-to-int'.
2851
b5b8e7de
SM
28522011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
2855 gud-gdb-complete-command.
2856 (gud-gdb-completions): New function, from gud-gdb-complete-command.
2857 (gud-gdb-completion-at-point): New function.
2858 (gud-gdb-completions): Remove.
2859
f42efeb5
MA
28602011-04-14 Michael Albinus <michael.albinus@gmx.de>
2861
49093f60
JB
2862 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
2863 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
2864 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
2865 whether `executable-find' is bound.
f42efeb5
MA
2866
2867 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
2868
e240cc21
SM
28692011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2870
2871 * minibuffer.el (completion-in-region-mode-predicate)
2872 (completion-in-region-mode--predicate): New vars.
2873 (completion-in-region, completion-in-region--postch)
2874 (completion-in-region-mode): Use them.
2875 (completion--capf-wrapper): Also return the hook function.
2876 (completion-at-point, completion-help-at-point):
2877 Adjust and provide a predicate.
c2bd2ab0
SM
2878
2879 Preserve arg names for advice of subr and lexical functions (bug#8457).
2880 * help-fns.el (help-function-arglist): Consolidate the subr and
2881 new-byte-code cases. Add argument `preserve-names' to extract names
2882 from the docstring when needed.
2883 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
2884 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
2885 (ad-arglist): Use help-function-arglist's new arg.
2886 (ad-definition-type): Use cond.
2887
c183f693
JB
28882011-04-13 Juanma Barranquero <lekktu@gmail.com>
2889
06641a47
JB
2890 * autorevert.el (auto-revert-handler):
2891 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
2892 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
2893 Don't quote lambda.
2894
c183f693
JB
2895 * image-mode.el (image-transform-set-scale):
2896 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
2897
1e3b6001
G
28982011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2899
2900 * net/network-stream.el (network-stream-open-starttls): Only do
2901 opportunistic STARTTLS upgrades if we have built-in gnutls support.
2902 Upgrades via gnutls-cli are too slow to be done opportunistically.
2903
2d6af8dd
JB
29042011-04-12 Juanma Barranquero <lekktu@gmail.com>
2905
2906 * dframe.el (dframe-current-frame): Remove spurious quote.
2907
c0749a51
GM
29082011-04-12 Glenn Morris <rgm@gnu.org>
2909
088d0d61
GM
2910 * calendar/cal-tex.el (cal-tex-end-document):
2911 Try to automatically use latin1 input if needed.
2912
c0749a51
GM
2913 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
2914 Don't try to cons a mark onto an empty element.
2915
5c90fde0
LL
29162011-04-11 Leo Liu <sdl.web@gmail.com>
2917
2918 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
2919 buffers.
2920 (ido-kill-buffer-at-head): Support killing virtual buffers.
2921
369e974d
CY
29222011-04-10 Chong Yidong <cyd@stupidchicken.com>
2923
2924 * minibuffer.el (completion-show-inline-help): New var.
2925 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
2926 (minibuffer-force-complete, minibuffer-complete-word):
2927 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
2928
2929 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
2930 to avoid interference from inline help (Bug#5849).
2931
37f1c930
LL
29322011-04-10 Leo Liu <sdl.web@gmail.com>
2933
099c39a4
JB
2934 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2935 Fix typo.
37f1c930 2936
a32d4040
CY
29372011-04-09 Chong Yidong <cyd@stupidchicken.com>
2938
2939 * image-mode.el (image-toggle-display-image): Signal an error if
2940 not in Image mode.
2941 (image-transform-mode, image-transform-resize)
2942 (image-transform-set-rotation): Doc fix.
daca8ba5 2943 (image-transform-set-resize): Delete.
a32d4040
CY
2944 (image-transform-set-scale, image-transform-fit-to-height)
2945 (image-transform-fit-to-width): Handle image-toggle-display-image
2946 and image-transform-resize directly.
2947
099c39a4 29482011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
2949
2950 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
2951 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
2952 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
2953 (doc-view-mode-map): Add bindings for the new functions.
2954
099c39a4 29552011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
2956
2957 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
2958 Fix typo in docstring.
2959
3726838a
EZ
29602011-04-08 Eli Zaretskii <eliz@gnu.org>
2961
04f33f1e
EZ
2962 * files.el (file-size-human-readable): Produce one digit after
2963 decimal, like "ls -lh" does.
2964
2965 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
2966 the file size representation.
2967
3726838a
EZ
2968 * simple.el (list-processes): If async subprocesses are not
2969 available, error out with a clear error message.
2970
cbb59342
CY
29712011-04-08 Chong Yidong <cyd@stupidchicken.com>
2972
2973 * help.el (help-form-show): New function, to be called from C.
2974 Put help-form output in a buffer named differently than *Help*.
2975
e3971c44
EZ
29762011-04-08 Eli Zaretskii <eliz@gnu.org>
2977
2978 * files.el (file-size-human-readable): New function.
2979
2980 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
2981 computing the representation inline. Don't require `cl'.
2982
12544bbe
GM
29832011-04-08 Glenn Morris <rgm@gnu.org>
2984
a1de6c6a
GM
2985 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
2986
3c4671f4
GM
2987 * net/browse-url.el (browse-url-firefox):
2988 Test system-type, not system-configuration.
2989
b605679c
GM
2990 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
2991 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
2992 Use log-edit-empty-buffer-p. (Bug#7598)
2993
56442f0c
GM
2994 * net/rlogin.el (rlogin-process-connection-type): Simplify.
2995 (rlogin-mode-map): Initialize in the defvar.
2996 (rlogin): Use ignore-errors.
2997
12544bbe
GM
2998 * replace.el (occur-mode-map): Some fixes for menu items.
2999
eb237b0f
AH
30002011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3001
3002 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
3003
7d668f2c
CY
30042011-04-06 Chong Yidong <cyd@stupidchicken.com>
3005
e67a13ab
CY
3006 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
3007 issuing unused warnings.
3008
3009 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
3010 macro directly.
3011
7d668f2c
CY
3012 * simple.el: Lisp reimplement of list-processes. Based on an
3013 earlier reimplementation by Leo Liu, but using tabulated-list.el.
3014 (process-menu-mode): New major mode.
3015 (list-processes--refresh, list-processes):
3016 (process-menu-visit-buffer): New functions.
3017
3018 * files.el (save-buffers-kill-emacs): Don't assume any return
3019 value of list-processes, which is undocumented anyway.
3020
a83ec3c9
CY
30212011-04-06 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * emacs-lisp/tabulated-list.el: New file.
3024
e91a96fe
CY
3025 * emacs-lisp/package.el: Use Tabulated List mode.
3026 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
3027 (package-menu-mode): Derive from tabulated-list-mode. Set up the
3028 table format using Tabulated List mode variables.
3029 (package--push): New macro, replacing package-list-maybe-add.
3030 (package-menu--generate): Use package--push. Renamed from
3031 package--generate-package-list.
3032 (package-menu-refresh, list-packages): Use it.
daca8ba5 3033 (package-menu--print-info): Rename from package-print-package.
e91a96fe 3034 Return insertion data instead of inserting it directly.
099c39a4
JB
3035 (package-menu-describe-package, package-menu-execute):
3036 Use tabulated-list-get-id.
e91a96fe
CY
3037 (package-menu-mark-delete, package-menu-mark-install)
3038 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
3039 (package-menu-mark-obsolete-for-deletion):
3040 Use tabulated-list-put-tag.
e91a96fe
CY
3041 (package--list-packages, package-menu-revert)
3042 (package-menu-get-package, package-menu-get-version)
3043 (package-menu-sort-by-column): Functions deleted.
3044 (package-menu-package-list, package-menu-sort-key): Vars deleted.
3045 (package-menu--status-predicate, package-menu--version-predicate)
3046 (package-menu--name-predicate)
3047 (package-menu--description-predicate): Handle arguments in the
3048 Tabulated List format.
3049 (package-list-packages-no-fetch): Call list-packages.
3050
3e214b50
JB
30512011-04-06 Juanma Barranquero <lekktu@gmail.com>
3052
3053 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 3054 (after-find-file): Don't bind it.
3e214b50
JB
3055 (revert-buffer-in-progress-p): New variable.
3056 (revert-buffer): Bind it.
3057 Pass nil for `after-find-file-from-revert-buffer'.
3058
3059 * saveplace.el (save-place-find-file-hook): Use new variable
3060 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
3061
3f0f1700
GM
30622011-04-06 Glenn Morris <rgm@gnu.org>
3063
c0274801
GM
3064 * Makefile.in (AUTOGEN_VCS): New variable.
3065 (autoloads): Use $AUTOGEN_VCS.
3066
3f0f1700
GM
3067 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
3068 * calendar/calendar.el (calendar-mode-map):
3069 Check for toolkit scroll bars. (Bug#8305)
3070
41ea9e48
CY
30712011-04-05 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * minibuffer.el (completion-in-region--postch)
3074 (completion-in-region-mode): Remove unnecessary messages.
3075
6194c800
JB
30762011-04-05 Juanma Barranquero <lekktu@gmail.com>
3077
33256f14
JB
3078 * font-lock.el (font-lock-refresh-defaults):
3079 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
3080 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
3081
6194c800
JB
3082 * info.el (Info-directory-list, Info-read-node-name-2)
3083 (Info-split-parameter-string): Doc fixes.
3084 (Info-virtual-nodes): Reflow docstring.
3085 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
3086 (Info-apropos-toc-nodes, info-finder, Info-get-token)
3087 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
3088 Fix typos in docstrings.
3089 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
3090 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
3091 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
3092 (Info-restore-desktop-buffer): Mark unused parameters.
3093 (Info-directory-find-file, Info-directory-find-node)
3094 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
3095 (Info-virtual-index-find-node, Info-apropos-find-file)
3096 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 3097 Mark unused parameters; fix typos in docstrings.
6194c800
JB
3098 (Info-virtual-index): Remove unused local variable `nodename'.
3099
b87a8200 31002011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 3101
b87a8200
DD
3102 * net/rcirc.el: Update my e-mail address.
3103 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 3104
3b2ff876
CY
31052011-04-05 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * startup.el (command-line): Save the cursor's theme-face
3108 directly, instead of using face-override-spec.
3109
3110 * custom.el (load-theme): Minor optimization in assigning faces.
3111
8d17e7ca
JB
31122011-04-04 Juanma Barranquero <lekktu@gmail.com>
3113
3114 * help-fns.el (describe-variable): Complete all variables having
3115 documentation, including keywords.
3116 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
3117
2fbc1934
JB
31182011-04-04 Juanma Barranquero <lekktu@gmail.com>
3119
3120 Convert to lexical-binding.
3121
3122 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
3123 (bs--get-marked-string, bs--get-modified-string)
3124 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3125 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
3126 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
3127
3128 * ehelp.el (electric-help-execute-extended)
3129 (electric-help-ctrl-x-prefix):
3130 * hexl.el (hexl-revert-buffer-function):
3131 * linum.el (linum-after-change, linum-after-scroll):
3132 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
3133
3134 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
3135
74f50695
DU
31362011-04-04 Daiki Ueno <ueno@unixuser.org>
3137
3138 * epa-dired.el:
3139 * epa-mail.el:
3140 * epa-hook.el:
3141 * epa-file.el:
3142 * epa.el:
3143 * epg.el: Use lexical binding.
3144
c11325f7
CY
31452011-04-03 Chong Yidong <cyd@stupidchicken.com>
3146
0d9e9a12
CY
3147 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
3148
c11325f7 3149 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
3150 dictionary case for flyspell-mark-duplications-exceptions.
3151 Use regexp matching for languages.
c11325f7
CY
3152 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
3153 default dictionary (Bug#7926).
3154
da91b5f2
CY
31552011-04-02 Chong Yidong <cyd@stupidchicken.com>
3156
099c39a4
JB
3157 * emacs-lisp/package.el (package--with-work-buffer):
3158 Recognize https URLs.
da91b5f2 3159
099c39a4
JB
3160 * net/network-stream.el: Move from gnus/proto-stream.el.
3161 Change prefix to network-stream throughout.
da91b5f2
CY
3162 (open-protocol-stream): Merge into open-network-stream, leaving
3163 open-protocol-stream as an alias. Handle nil BUFFER args.
3164
3165 * subr.el (open-network-stream): Move to net/network-stream.el.
3166
afa8e9f6
GM
31672011-04-02 Glenn Morris <rgm@gnu.org>
3168
1d2e369d
GM
3169 * find-dired.el (find-exec-terminator): New option.
3170 (find-ls-option): Test for -ls support.
3171 (find-ls-subdir-switches): Test for -b in find-ls-option.
3172 (find-dired, find-grep-dired): Doc fixes.
3173 (find-dired): Use find-exec-terminator.
3174
8abb7da8 3175 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
3176 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
3177 (find-name-arg): Remove purecopy.
8abb7da8 3178
f3ca7378
GM
3179 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
3180 (grep-compute-defaults): Check for `-exec COMMAND +' support.
3181 Set grep-find-use-xargs, grep-find-command, and grep-find-template
3182 accordingly. Don't add the null-device if not needed.
3183
afa8e9f6
GM
3184 * files.el (save-some-buffers): Doc fix.
3185
35eae264
EZ
31862011-04-02 Eli Zaretskii <eliz@gnu.org>
3187
3188 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
3189
26b51db5
JB
31902011-04-01 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
3193 Use `dolist' rather than `mapcar'.
3194
7200d79c
SM
31952011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3196
03408648 3197 Add lexical binding.
7200d79c 3198
03408648
SM
3199 * subr.el (apply-partially): Use new closures rather than CL.
3200 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
3201 (dolist, dotimes): Use slightly different expansion for lexical code.
3202 (functionp): Move to C.
3203 (letrec): New macro.
3204 (with-wrapper-hook): Use it and apply-partially instead of CL.
3205 (eval-after-load): Preserve lexical-binding.
3206 (save-window-excursion, with-output-to-temp-buffer): Turn them
3207 into macros.
7200d79c 3208
03408648
SM
3209 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
3210
3211 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
3212 than the arglist.
3213 (help-add-fundoc-usage): Don't add `Not documented'.
3214 (help-function-arglist): Handle closures, subroutines, and new
3215 byte-code-functions.
3216 (help-make-usage): Remove leading underscores.
3217 (describe-function-1): Handle closures.
3218 (describe-variable): Use special-variable-p for completion.
3219
3220 * files.el (lexical-binding): Declare safe.
f488fb65 3221
03408648
SM
3222 * emacs-lisp/pcase.el: Don't use destructuring-bind.
3223 (pcase--memoize): Rename from pcase-memoize. Change weakness.
3224 (pcase): Add `let' pattern.
3225 Change memoization so it actually works.
3226 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
3227 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
3228 <let>: New case.
f488fb65 3229
03408648
SM
3230 * emacs-lisp/macroexp.el: Use lexical binding.
3231 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
3232 Don't convert ' to #' without checking that it's indeed quoting
3233 a lambda.
3234
3235 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 3236 Use eval-sexp-add-defvars.
03408648
SM
3237 (eval-sexp-add-defvars): New fun.
3238
3239 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
3240
3241 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
3242 Don't autoload.
3243 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
3244 than the internal `byte-compile-lambda'.
3245 (defmethod): Don't hide code under quotes.
3246 (eieio-defmethod): New `code' argument.
3247
3248 * emacs-lisp/eieio-comp.el: Remove.
3249
3250 * emacs-lisp/edebug.el (edebug-eval-defun)
3251 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
3252 (edebug-toggle): Avoid `eval'.
3253
3254 * emacs-lisp/disass.el (disassemble-internal): Handle new
3255 `closure' objects.
3256 (disassemble-1): Handle new byte codes.
3257
3258 * emacs-lisp/cl.el (pushnew): Silence warning.
3259
3260 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
3261 (cl-byte-compile-throw): Remove.
3262 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
3263
3264 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
3265 closures.
3266
3267 * emacs-lisp/cconv.el: New file.
3268
3269 * emacs-lisp/bytecomp.el: Use lexical binding instead of
3270 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
3271 (byte-compile-initial-macro-environment):
3272 Handle declare-function here.
3273 (byte-compile--lexical-environment): New var.
3274 (byte-stack-ref, byte-stack-set, byte-discardN)
3275 (byte-discardN-preserve-tos): New lap codes.
3276 (byte-interactive-p): Don't use any more.
3277 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
3278 New macros.
3279 (byte-compile-lapcode): Use them and handle new lap codes.
3280 (byte-compile-obsolete): Remove.
3281 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
3282 (byte-compile-arglist-warn): Check late def of inlinable funs.
3283 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
3284 since they should have been expanded by now.
3285 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
3286 (byte-compile-from-buffer): Remove unused second arg.
3287 (byte-compile-preprocess): New function.
3288 (byte-compile-toplevel-file-form): New function to distinguish
3289 file-form calls from outside from file-form calls from hunk-handlers.
3290 (byte-compile-file-form): Simplify.
3291 (byte-compile-file-form-defsubst): Remove.
3292 (byte-compile-file-form-defmumble): Simplify now that
3293 byte-compile-lambda always returns a byte-code-function.
3294 (byte-compile): Preprocess.
3295 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
3296 Remove, not used any more.
3297 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
3298 (byte-compile-make-args-desc): New funs.
3299 (byte-compile-lambda): Handle lexical functions. Always return
3300 a byte-code-function.
3301 (byte-compile-reserved-constants): New var, to make up room for
3302 closed-over variables.
3303 (byte-compile-constants-vector): Obey it.
3304 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
3305 (byte-compile-macroexpand-declare-function): New function.
3306 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
3307 byte-code-functions.
3308 (byte-compile-form): Check obsolescence here.
3309 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
3310 (byte-compile-variable-ref): Remove.
3311 (byte-compile-dynamic-variable-op): New fun.
3312 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3313 (byte-compile-variable-set): New funs.
3314 (byte-compile-discard): Add 2 args.
3315 (byte-compile-stack-ref, byte-compile-stack-set)
3316 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
3317 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
3318 macroexpand-all instead.
3319 (byte-compile-quote-form): Remove.
3320 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
3321 (byte-compile-bind, byte-compile-unbind): New funs.
3322 (byte-compile-let): Handle let* and lexical binding.
3323 (byte-compile-let*): Remove.
3324 (byte-compile-catch, byte-compile-unwind-protect)
3325 (byte-compile-track-mouse, byte-compile-condition-case):
3326 Handle a new :fun-body form, used for lexical scoping.
3327 (byte-compile-save-window-excursion)
3328 (byte-compile-with-output-to-temp-buffer): Remove.
3329 (byte-compile-defun): Simplify.
3330 (byte-compile-stack-adjustment): New fun.
3331 (byte-compile-out): Use it.
3332 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
3333
3334 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
3335 handler any more.
3336
3337 * emacs-lisp/byte-opt.el: Use lexical binding.
3338 (byte-inline-lapcode): Remove (to bytecomp).
3339 (byte-compile-inline-expand): Pay attention to inlining to/from
3340 lexically bound code.
3341 (byte-compile-unfold-lambda): Don't handle byte-code-functions
3342 any more.
3343 (byte-optimize-form-code-walker): Don't handle save-window-excursion
3344 any more and don't call compiler-macros.
3345 (byte-compile-splice-in-already-compiled-code): Remove.
3346 (byte-code): Don't inline any more.
3347 (disassemble-offset): Receive `bytes' as argument rather than via
3348 dynamic scoping.
3349 (byte-compile-tag-number): Declare before first use.
3350 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
3351 `return' even if make-spliceable.
3352 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
3353 obsolete interactive-p.
3354 (byte-optimize-lapcode): Optimize new lap-codes.
3355 Don't trip up on new form of `byte-constant' lap code.
3356
3357 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
3358
3359 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
3360
3361 * custom.el (custom-initialize-default, custom-declare-variable):
3362 Use `defvar'.
3363
3364 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
3365 New variables.
3366 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
3367 (COMPILE_FIRST): Add macroexp and cconv.
3368 * makefile.w32-in: Mirror changes in Makefile.in.
3369
3370 * vc/cvs-status.el:
3371 * vc/diff-mode.el:
3372 * vc/log-edit.el:
3373 * vc/log-view.el:
3374 * vc/smerge-mode.el:
3375 * textmodes/bibtex-style.el:
3376 * textmodes/css.el:
3377 * startup.el:
3378 * uniquify.el:
da91b5f2
CY
3379 * minibuffer.el:
3380 * newcomment.el:
3381 * reveal.el:
3382 * server.el:
3383 * mpc.el:
3384 * emacs-lisp/smie.el:
3385 * doc-view.el:
3386 * dired.el:
03408648
SM
3387 * abbrev.el: Use lexical binding.
3388
0f0c1f27
EZ
33892011-04-01 Eli Zaretskii <eliz@gnu.org>
3390
3391 * info.el (info-display-manual): New function.
3392
c82b2579
SM
33932011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
3396
221ddf68
TH
33972011-03-31 Tassilo Horn <tassilo@member.fsf.org>
3398
3399 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 3400 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 3401
cba6e77e
GM
34022011-03-31 Glenn Morris <rgm@gnu.org>
3403
e040639f
GM
3404 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
3405
cba6e77e
GM
3406 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
3407
6d0f1c9e
CS
34082011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
3409
3410 * progmodes/python.el (python-default-interpreter)
3411 (python-python-command-args, python-jython-command-args)
3412 (python-which-shell, python-which-args, python-which-bufname)
3413 (python-file-queue, python-comint-output-filter-function)
3414 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
3415 variables and functions.
3416
3e2d70fd
SM
34172011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
3420 (completion-in-region-mode): New minor mode.
3421 (completion-in-region): Use it.
3422 (completion-in-region--data, completion-in-region-mode-map): New vars.
3423 (completion-in-region--postch): New function.
3424 (completion--capf-misbehave-funs, completion--capf-safe-funs):
3425 New vars.
3426 (completion--capf-wrapper): New function.
3427 (completion-at-point): Use it to track well-behavedness of
3428 hook functions.
3429 (completion-help-at-point): New command.
3430
f3e4086c
JM
34312011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
3432
3433 * vc/add-log.el (add-change-log-entry): Don't use whitespace
3434 syntax class to search for whitespace on a single line
3435 (Message-ID: <4D938140.4030905@redhat.com>).
3436
eb7ffc14
LL
34372011-03-30 Leo Liu <sdl.web@gmail.com>
3438
3439 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
3440 New commands.
3441 (edit-abbrevs-map): Bind them here.
3442 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
3443
d806ab68
KM
34442011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
3445
3446 * allout.el (allout-hide-by-annotation, allout-flag-region):
3447 Reduce possibility of overlay leakage by making them volatile.
3448
3449 * allout-widgets.el (allout-widgets-tally): Define as nil so the
3450 hash is not shared between buffers. Mode initialization is
3451 responsible for giving it a useful starting value.
3452 (allout-item-span): Reduce possibility of overlay leakage by
3453 making them volatile.
3454 (allout-widgets-count-buttons-in-region): Add diagnostic function
3455 for tracking down button overlay leaks.
3456
ea622834
LL
34572011-03-29 Leo Liu <sdl.web@gmail.com>
3458
3459 * ido.el (ido-read-internal): Use the default history var
3460 minibuffer-history if no HISTORY is specified.
3461
b62f8267
G
34622011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
3463
03408648
SM
3464 * net/imap.el (imap-shell-open, imap-process-connection-type):
3465 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
3466 Kerberos, SSL, other subprocesses.
3467
947b6566
LL
34682011-03-28 Leo Liu <sdl.web@gmail.com>
3469
3470 * abbrev.el (abbrev-table-empty-p): New function.
3471 (prepare-abbrev-list-buffer): Place empty abbrev tables after
3472 nonempty ones. (Bug#5937)
3473
5ffb62aa
JD
34742011-03-27 Jan Djärv <jan.h.d@swipnet.se>
3475
3476 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
3477
7a097943
LL
34782011-03-27 Leo Liu <sdl.web@gmail.com>
3479
3480 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
3481 for foreground and background colors.
3482 (ansi-color-make-color-map): Adapt.
3483
c5b40130
LL
34842011-03-25 Leo Liu <sdl.web@gmail.com>
3485
1f48f7d2
LL
3486 * midnight.el (midnight-time-float): Remove. Note it calculates
3487 the microsecond component incorrectly and seconds-to-time does the
3488 same job.
625897ec 3489 Remove redundant (require 'timer).
1f48f7d2 3490
c5b40130
LL
3491 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
3492 (ido-completions): Remove unused arguments. (Bug#8329)
3493
d86d2721
SM
34942011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * minibuffer.el (completion--flush-all-sorted-completions):
3497 Remove itself from hook.
3498 (completion-at-point): Let the functions perform the completion
3499 immediately and return nil or t.
3500 * comint.el (comint-dynamic-complete-functions): Now identical to
3501 completion-at-point-functions.
3502 (comint-dynamic-list-input-ring): Remove unused var `index'.
3503 (comint--match-partial-filename, comint--unquote&expand-filename):
3504 New funs, split from comint-match-partial-filename.
3505 (comint-dynamic-complete): Use completion-at-point.
3506 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
3507
e8974c48
DA
35082011-03-24 Drew Adams <drew.adams@oracle.com>
3509
3510 * thingatpt.el: Support `defun'.
3511
def71b5e
LL
35122011-03-23 Leo Liu <sdl.web@gmail.com>
3513
cb5af48e
LL
3514 * abbrevlist.el: Move to obsolete/abbrevlist.el.
3515
def71b5e
LL
3516 * help-mode.el (help-mode-finish): Tweak regexp.
3517
927c53e7
GM
35182011-03-23 Glenn Morris <rgm@gnu.org>
3519
18d05bed
GM
3520 * eshell/esh-opt.el (eshell-eval-using-options):
3521 Do not bind unused local variable `eshell-option-stub'.
3522
927c53e7
GM
3523 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
3524
9d0da923
JB
35252011-03-22 Juanma Barranquero <lekktu@gmail.com>
3526
3527 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
3528 keymap variable in `with-no-warnings' to avoid a warning when the
3529 keymap has been already `defconst'ed.
3530
4b978a67
LL
35312011-03-22 Leo Liu <sdl.web@gmail.com>
3532
3533 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
3534 encode all chars in abbrevs; otherwise use emacs-mule or
3535 utf-8-emacs. (Bug#8308)
3536
5fd62452
JB
35372011-03-22 Juanma Barranquero <lekktu@gmail.com>
3538
0b1596c6
JB
3539 * simple.el (backward-delete-char-untabify):
3540 Avoid warning about using `delete-backward-char'.
3541
5fd62452
JB
3542 * image.el (image-type-file-name-regexps): Make it variable.
3543 `imagemagick-register-types' modifies it, and the user may want
3544 to add new extensions for known image types.
3545 (imagemagick-register-types): Throw error if not using ImageMagick.
3546
0b4e93f1
LL
35472011-03-22 Leo Liu <sdl.web@gmail.com>
3548
3549 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
3550 located before rcirc-prompt-end-marker.
3551 (rcirc-complete): Error if point is not after rcirc prompt.
3552 Handle the case when table is nil.
9882e214 3553 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 3554
fccee4ab
CY
35552011-03-22 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * custom.el (custom--inhibit-theme-enable): Make it affect only
3558 custom-theme-set-variables and custom-theme-set-faces.
3559 (provide-theme): Ignore custom--inhibit-theme-enable.
3560 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
3561 (custom-enabling-themes): Delete variable.
d86d2721
SM
3562 (enable-theme): Accept only loaded themes as arguments.
3563 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
3564 (custom-enabled-themes): Forbid themes from setting this.
3565 Eliminate use of custom-enabling-themes.
3566 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 3567
af896da6
LL
35682011-03-21 Leo Liu <sdl.web@gmail.com>
3569
3570 * ido.el (ido-read-internal): Add ido-selected to history instead
3571 of user input.
3572
78f64af0
SM
35732011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * subr.el (deferred-action-list, deferred-action-function):
3576 Mark obsolete.
3577
b16ac1ec
LL
35782011-03-21 Leo Liu <sdl.web@gmail.com>
3579
810f7698
LL
3580 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
3581 change on 2011-02-13 (bug#8309).
3582
b16ac1ec
LL
3583 * minibuffer.el (read-file-name-function): Change default value.
3584 (read-file-name--defaults): Rename from read-file-name-defaults.
3585 (read-file-name-default): Rename from read-file-name.
3586 (read-file-name): Call read-file-name-function.
3587
4e05e67e
GM
35882011-03-21 Glenn Morris <rgm@gnu.org>
3589
3590 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
3591 Doc fixes.
3592
4359915b
CY
35932011-03-21 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * cus-theme.el: Add missing provide statement.
3596 (customize-create-theme): Extract theme value correctly.
3597 (custom-theme-visit-theme): Autoload.
3598 (customize-create-theme): Prompt before inserting default faces.
3599
1fe275ee
JB
36002011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
3601
3602 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
3603 units and musical notes.
3604
3ec03f7e
LL
36052011-03-20 Leo <sdl.web@gmail.com>
3606
3607 * ido.el (ido-read-internal): Use completing-read-default.
3608 (ido-completing-read): Fix compatibility with completing-read.
3609
7d476bde
CO
36102011-03-20 Christian Ohler <ohler@gnu.org>
3611
3612 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
3613 (ert-delete-all-tests): Use `called-interactively-p' rather than
3614 `interactive-p'.
3615 (ert--make-xrefs-region): Respect END.
3616
fe0fb33e
CY
36172011-03-19 Chong Yidong <cyd@stupidchicken.com>
3618
ff854b0b
CY
3619 * dired-aux.el (dired-create-directory): Signal an error if the
3620 directory already exists (Bug#8246).
3621
fe0fb33e
CY
3622 * facemenu.el (list-colors-display): Call list-faces-display
3623 inside with-help-window.
3624 (list-colors-print): Use display property to align the final
3625 column, instead of checking window-width.
3626
576bce32
EZ
36272011-03-19 Eli Zaretskii <eliz@gnu.org>
3628
3629 * emerge.el (emerge-metachars): Separate value for ms-dos and
3630 windows-nt systems.
3631 (emerge-protect-metachars): Quote correctly for ms-dos and
3632 windows-nt systems.
3633
89c41d68 36342011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
3635
3636 * info.el (info-initialize): Replace all uses of `:' with
3637 path-separator for compatibility with non-Unix systems.
3638 Cache quoting of path-separator. (Bug#8258)
3639
b14e3e21 36402011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
3641
3642 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
3643 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
3644 (mouse-avoidance-mode): Fix typos in docstrings.
3645
4525ce3e
CY
36462011-03-19 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * startup.el (package-subdirectory-regexp): Move from package.el.
3649 Omit \\` and \\', and let callers add them.
3650
3651 * emacs-lisp/package.el (package-strip-version)
3652 (package-load-all-descriptors): Add \\` and \\' to
3653 package-subdirectory-regexp before using it.
3654 (package-untar-buffer): New arg DIR; ensure that file untars only
3655 into this expected directory. Remove superfluous delete-region.
3656 (package-unpack): Caller changed.
3657 (package-tar-file-info): Use package-subdirectory-regexp.
3658
a904a09a 36592011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 3660
a904a09a
SM
3661 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
3662 diff-mode-shared-map (bug#8284).
3663 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
3664
36652011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * calendar/time-date.el (format-seconds): Use assoc instead of
3668 assoc-string, since assoc-string doesn't exist in XEmacs.
3669
171fc304
JB
36702011-03-17 Juanma Barranquero <lekktu@gmail.com>
3671
3672 * custom.el (custom-known-themes): Reflow docstring.
3673 (custom-theme-load-path): Fix typo in docstring.
3674 (load-theme): Fix typo in error message.
3675 (custom-available-themes, custom-variable-theme-value):
3676 Use `let', not `let*'.
3677
d71990a1
JB
36782011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3679
3680 * calc/README: Mention inclusion of musical notes.
3681
3682 * calc/calc-units.el (calc-lu-quant): Rename from
3683 `calc-logunits-quantity'.
3684 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
3685 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
3686 (calc-db): Rename from `calc-dblevel'.
3687 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
3688 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
3689 (calc-np): Rename from `calc-nplevel'.
3690 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
3691 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
3692 (calc-lu-plus): Rename from `calc-logunits-add'.
3693 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
3694 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
3695 (calc-lu-minus): Rename from `calc-logunits-sub'.
3696 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
3697 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
3698 (calc-lu-times): Rename from `calc-logunits-mul'.
3699 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
3700 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
3701 (calc-lu-divide): Rename from `calc-logunits-div'.
3702 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
3703 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
3704
3705 * calc/calc-ext.el (calc-init-extensions): Update the names of the
3706 functions being autoloaded.
3707
3708 * calc/calc.el (calc-lu-power-reference): Rename from
3709 `calc-logunits-power-reference'.
3710 (calc-lu-field-reference): Rename from
3711 `calc-logunits-field-reference'.
3712
3713 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
3714
40c2934b
SM
37152011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * minibuffer.el (completion-all-sorted-completions):
3718 Use :completion-cycle-penalty text property if present.
3719
b0911414
KM
37202011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
3721
3722 * allout.el (allout-yank-processing): Adjust for new rebulleting
3723 regime so bullet being yanked is used without prompting the user
3724 for a choice.
3725
8a05b668
JB
37262011-03-16 Juanma Barranquero <lekktu@gmail.com>
3727
3728 * startup.el (command-line): Warn the user that _emacs is deprecated.
3729
5ba5fb81
JB
37302011-03-16 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
3733 (delphi-verbose, delphi-comment-face, delphi-string-face)
3734 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
3735 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
3736 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
3737 (delphi-new-comment-line, delphi-font-lock-defaults)
3738 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
3739 Fix typos in docstrings.
3740
2dab465b
KM
37412011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
3742
5ba5fb81 3743 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
3744 Invert the roles of character and string values for INSTEAD, so a
3745 string is used for the more common case of a defaulting prompt.
3746
0adf5618
SM
37472011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * progmodes/ruby-mode.el (ruby-backward-sexp):
3750 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
3751 * play/gamegrid.el (gamegrid-make-face):
3752 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
3753 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
3754 * notifications.el (notifications-notify):
3755 * net/xesam.el (xesam-search-engines):
3756 * net/quickurl.el (quickurl-list-insert):
3757 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
3758
d72700e5
CY
37592011-03-15 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * startup.el (command-line): Update package subdirectory regexp.
3762
49c5410a
SM
37632011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3764
c6eee9aa
SM
3765 * allout.el (allout-abbreviate-flattened-numbering)
3766 (allout-mode-deactivate-hook): Fix up obsolescence "date".
3767
49c5410a
SM
3768 * subr.el (read-char-choice): Only show the cursor after the prompt,
3769 not after the answer.
3770
047b2bb9
KR
37712011-03-15 Kevin Ryde <user42@zip.com.au>
3772
3773 * help-fns.el (variable-at-point): Skip leading quotes, if any
3774 (bug#8253).
3775
0a57d256
SM
37762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
3779 warning message.
3780
77c992bc
MA
37812011-03-14 Michael Albinus <michael.albinus@gmx.de>
3782
3783 * shell.el (shell): When called interactively, offer to change the
3784 shell file name on remote hosts.
3785
eebc475d
TZ
37862011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3787
3788 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
3789 integration for LDAP parameters. The host, base, user or binddn,
3790 and secret tokens can be specified in a netrc file, for instance.
3791 This is optional because an `auth-source' parameter must be
3792 specified in the search attributes.
3793
9d05d1ba
JB
37942011-03-13 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * help.el (describe-mode): Link to the mode's definition (bug#8185).
3797
09d9db2c
GM
37982011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
3801 into declaration. Remove redundant and harmful binding.
3802
38032011-03-12 Eli Zaretskii <eliz@gnu.org>
3804
3805 * files.el (file-ownership-preserved-p): Pass `integer' as an
3806 explicit 2nd argument to `file-attributes'. If the file's owner
3807 is the Administrators group on Windows, and the current user is
3808 Administrator, consider that a match.
3809
3810 * server.el (server-ensure-safe-dir): Consider server directory
3811 safe on MS-Windows if its owner is the Administrators group while
3812 the current Emacs user is Administrator. Use `=' to compare
3813 numerical UIDs, since they could be integers or floats.
3814
219bd536
JB
38152011-03-12 Juanma Barranquero <lekktu@gmail.com>
3816
3817 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
3818
f3afd36b
MA
38192011-03-12 Michael Albinus <michael.albinus@gmx.de>
3820
3821 Sync with Tramp 2.2.1.
3822
3823 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
3824
3825 * net/trampver.el: Update release number.
3826
3aaaa6f1
SM
38272011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3828
94642599
SM
3829 * progmodes/compile.el (compilation--previous-directory): Fix up
3830 various nil/dead-marker mismatches (bug#8014).
3831 (compilation-directory-properties, compilation-error-properties):
3832 Don't call it at a position past the one we're about to change.
3833
3aaaa6f1
SM
3834 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
3835 Disable obsolescence warnings in the file that declares it.
3836
14239447
KM
38372011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
3838
099c39a4
JB
3839 * allout-widgets.el (allout-widgets-tally):
3840 Initialize allout-widgets-tally as a hash table rather than nil to
3841 prevent mode-line redisplay warnings. Also, clarify the module
3842 description and fix a comment typo.
14239447 3843
135e287c
JB
38442011-03-11 Juanma Barranquero <lekktu@gmail.com>
3845
3846 * help-fns.el (describe-variable): Don't complete keywords.
3847 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
3848
ffbf300e
CY
38492011-03-10 Chong Yidong <cyd@stupidchicken.com>
3850
ba08b241
CY
3851 * emacs-lisp/package.el (package-version-join): Impose a standard
3852 string representation for pre/alpha/beta version lists.
3853 (package-unpack-single): Standardize the directory name by passing
3854 it through package-version-join.
3855 (package-strip-rcs-id): Accept any version string that does not
3856 signal an error in version-to-list.
ffbf300e 3857
f346fd6b
MA
38582011-03-10 Michael Albinus <michael.albinus@gmx.de>
3859
3860 * simple.el (delete-trailing-whitespace): Return nil for the
3861 benefit of `write-file-functions'.
3862
ccb55d27
GM
38632011-03-10 Glenn Morris <rgm@gnu.org>
3864
5ceaac0c
GM
3865 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
3866
02da65ff
GM
3867 * vc/vc-git.el (vc-git-program): New option.
3868 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
3869 (vc-git--call): Use it.
3870
b2f603cc
GM
3871 * eshell/esh-util.el (eshell-condition-case): Doc fix.
3872
5772caab
GM
3873 * cus-edit.el (Custom-newline): If no button at point, look
3874 for a subgroup button at start-of-line. (Bug#2298)
3875
ccb55d27
GM
3876 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
3877
ec6ecaed
JD
38782011-03-10 Julien Danjou <julien@danjou.info>
3879
3880 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
3881 `cursor-type' is nil.
3882
9d5aa01d
JB
38832011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
3884
3885 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
3886
b6a5875b
KM
38872011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
3888
3889 * allout.el Summary: Change so yank of distinctive-bullet items
3890 preserves the existing header prefix, rebulleting it if necessary,
3891 rather than replacing it. This is necessary for proper operation
3892 of cooperative addons like allout-widgets.
219bd536 3893 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
3894 SOLICIT arg to INSTEAD, and interpret additionally a string value
3895 as alternate bullet to be used, instead of prompting the user for
3896 a bullet character.
3897
ee545c35
MA
38982011-03-09 Michael Albinus <michael.albinus@gmx.de>
3899
d86d2721
SM
3900 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3901 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
3902 `tramp-default-port'.
3903
c47971d7
DD
39042011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3905
3906 * net/rcirc.el (rcirc-handler-001): Remove useless
3907 with-rcirc-process-buffer.
3908 (rcirc-check-auth-status): Swap arguments to string-match.
3909
13522cb4
GM
39102011-03-09 Glenn Morris <rgm@gnu.org>
3911
0be6f4f1
GM
3912 * shell.el (shell-mode):
3913 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
3914
13522cb4
GM
3915 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
3916 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
3917
515de2e3
CY
39182011-03-08 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * emacs-lisp/package.el (package-refresh-contents)
3921 (package-menu-execute): Use condition-case-no-debug.
3922
b511b994
MA
39232011-03-08 Michael Albinus <michael.albinus@gmx.de>
3924
3925 * simple.el (shell-command-to-string): Use `process-file'.
3926
3927 * emacs-lisp/package.el (package-tar-file-info): Handle also
3928 remote files.
3929
d86d2721
SM
3930 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3931 Use `equal' for upload base check.
b511b994 3932
25bbfb31
AM
39332011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
3934
3935 * textmodes/texinfo.el (texinfo-environments):
3936 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
3937
be996521
GM
39382011-03-08 Glenn Morris <rgm@gnu.org>
3939
e9c8529f
GM
3940 * cus-start.el (cursor-in-non-selected-windows):
3941 Fix :set quoting oddness. (Bug#8192)
3942
be996521
GM
3943 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
3944 in some setf expressions. (Bug#2159)
3945
2bb5649e
CY
39462011-03-08 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * custom.el (custom-available-themes): Return themes in
3949 alphabetical order.
3950
33383987 3951See ChangeLog.15 for earlier changes.
e3d51b27
MR
3952
3953;; Local Variables:
3954;; coding: utf-8
e3d51b27
MR
3955;; End:
3956
33383987 3957 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
3958
3959 This file is part of GNU Emacs.
3960
3961 GNU Emacs is free software: you can redistribute it and/or modify
3962 it under the terms of the GNU General Public License as published by
3963 the Free Software Foundation, either version 3 of the License, or
3964 (at your option) any later version.
3965
3966 GNU Emacs is distributed in the hope that it will be useful,
3967 but WITHOUT ANY WARRANTY; without even the implied warranty of
3968 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3969 GNU General Public License for more details.
3970
3971 You should have received a copy of the GNU General Public License
3972 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.