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