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