Clean-up previous feedmail.el merge.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
50b23e5a
GM
12011-05-14 Glenn Morris <rgm@gnu.org>
2
3 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
4 (feedmail-sendmail-f-doesnt-sell-me-out)
5 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7 (feedmail-queue-runner-message-sender): Set :version.
8 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server): Declare.
9 (feedmail-binmail-gnulinuxish-template):
10 Rename from feedmail-binmail-linuxish-template.
11 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
12 Use insert-buffer-substring.
13
215cda7c
BC
142011-05-14 Bill Carpenter <bill@carpenter.org>
15
16 * mail/feedmail.el (feedmail-patch-level): Increase.
17 (feedmail-debug): New custom group.
18 (feedmail-confirm-outgoing-timeout)
19 (feedmail-sendmail-f-doesnt-sell-me-out)
20 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22 (feedmail-sender-line, feedmail-from-line)
23 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
24 (feedmail-spray-this-address, )
25 (feedmail-spray-address-fiddle-plex-list)
26 (feedmail-queue-use-send-time-for-date)
27 (feedmail-queue-use-send-time-for-message-id)
28 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
29 (feedmail-buffer-eating-function):
30 Doc fixes.
31 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
32 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
33 (feedmail-message-action-scroll-down): New functions.
34 (feedmail-queue-directory, feedmail-queue-draft-directory):
35 Use expand-file-name.
36 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
37 Remove C-v help entry.
38 (feedmail-queue-buffer-file-name): New variable.
39 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
40 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
41 (feedmail-message-action-send-strong, feedmail-message-action-edit)
42 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
43 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
44 (feedmail-message-action-toggle-spray)
45 (feedmail-run-the-queue-no-prompts)
46 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
47 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
48 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
49 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
50 (feedmail-envelope-deducer, feedmail-fiddle-from)
51 (feedmail-fiddle-sender, feedmail-default-date-generator)
52 (feedmail-fiddle-date, feedmail-fiddle-message-id)
53 (feedmail-fiddle-spray-address)
54 (feedmail-fiddle-list-of-spray-fiddle-plexes)
55 (feedmail-fiddle-list-of-fiddle-plexes)
56 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
57 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
58 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
59 Change default. Doc fix.
60 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
61 (feedmail-binmail-linuxish-template): New constant.
62 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
63 Respect feedmail-sendmail-f-doesnt-sell-me-out.
64 (feedmail-send-it): Add debug call.
65 Use feedmail-queue-buffer-file-name, and
66 feedmail-send-it-immediately-wrapper.
67 (feedmail-message-action-send): Add debug call.
68 Use feedmail-send-it-immediately-wrapper.
69 (feedmail-queue-express-to-queue): Add debug call.
70 Run feedmail-queue-express-hook.
71 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
72 (feedmail-message-action-help-blat):
73 Rename from feedmail-queue-send-edit-prompt-help-first.
74 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
75 Check line-endings. Handle errors better.
76 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
77 Doc fix. Add debug call.
78 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
79 Use feedmail-queue-send-edit-prompt-inner.
80 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
81 (feedmail-queue-send-edit-prompt-inner): New function, extracted
82 from feedmail-queue-send-edit-prompt.
83 (feedmail-queue-send-edit-prompt-help)
84 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
85 (feedmail-tidy-up-slug): Add debug call.
86 Respect feedmail-queue-slug-suspect-regexp.
87 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
88 (feedmail-dump-message-to-queue): Add debug call.
89 Expand queue-directory.
90 (feedmail-dump-message-to-queue): Change message slightly.
91 Use feedmail-say-chatter.
92 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
93 (feedmail-send-it-immediately-wrapper): New function.
94 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
95 Insert empty string rather than newline. Handle full-frame case.
96 Use catch/throw. Use feedmail-say-chatter.
97 (feedmail-fiddle-from): Try mail-host-address.
98 (feedmail-default-message-id-generator): Doc fix.
99 Bind system-time-locale. Handle missing end.
100 (feedmail-fiddle-x-mailer): Add debug call.
101 Handle feedmail-x-mailer-line being nil.
102 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
103 Add debug call. Use buffer-substring-no-properties.
104 (feedmail-say-debug, feedmail-say-chatter): New functions.
105 (feedmail-find-eoh): Give an explicit error.
106
42c7e61e
UJ
1072011-05-13 Ulf Jasper <ulf.jasper@web.de>
108
109 * net/newst-treeview.el (newsticker-treeview-face): Changed default
110 family from helvetica to sans.
111 (newsticker-treeview-tool-bar-map): Moved tool-bar icons to
112 etc/images/newsticker.
113
114 * net/newst-reader.el (newsticker-feed-face): Changed default
115 family from helvetica to sans.
116
117 * net/newst-plainview.el (newsticker-new-item-face)
118 (newsticker-old-item-face, newsticker-immortal-item-face)
119 (newsticker-obsolete-item-face, newsticker-date-face)
120 (newsticker-statistics-face): Changed default family from
121 helvetica to sans.
122 (newsticker--plainview-tool-bar-map): Moved tool-bar icons to
123 etc/images/newsticker.
124
125 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
126 (newsticker--process-auto-mark-filter-match): : Tell user about
127 auto-marking.
128
8497a297
DV
1292011-05-13 Didier Verna <didier@xemacs.org>
130
131 Common Lisp indentation improvements on defmethod and lambda-lists.
132 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
133 (lisp-lambda-list-keyword-parameter-indentation)
134 (lisp-lambda-list-keyword-parameter-alignment)
135 (lisp-lambda-list-keyword-alignment): New customizable user options.
136 (lisp-indent-defun-method): Improve docstring.
137 (extended-loop-p): Fix comment.
138 (lisp-indent-lambda-list-keywords-regexp): New variable.
139 (lisp-indent-lambda-list): New function.
140 (lisp-indent-259): Use it.
141 (lisp-indent-defmethod): Support for more than one
142 method qualifier and properly indent methods lambda-lists.
143 (defgeneric): Provide a missing common-lisp-indent-function property.
144
f278f87f
SM
1452011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
148 bounds for the empty string (bug#8667).
149
5233edd7
GM
1502011-05-13 Glenn Morris <rgm@gnu.org>
151
5237a44f
GM
152 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
153
8340026c 154 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 155 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 156
5233edd7 157 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 158 (appt-time-msg-list): Doc fix.
a5464014 159 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 160
92d10796
AS
1612011-05-12 Andreas Schwab <schwab@linux-m68k.org>
162
163 * progmodes/ld-script.el (ld-script-keywords)
164 (ld-script-builtins): Update keywords list.
165
914a0ae1
SM
1662011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
167
c89be45f
SM
168 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
169
914a0ae1
SM
170 * shell.el (shell-completion-vars): New function.
171 (shell-mode):
172 * simple.el (read-shell-command): Use it.
173 (blink-matching-open): No need for " [...]" in minibuffer-message.
174
98dc3df3
GM
1752011-05-12 Glenn Morris <rgm@gnu.org>
176
177 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
178 (appt-check): Simplify.
179
d2fc7e3d 1802011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21
EZ
181
182 * smerge-mode.el (smerge-resolve): Use null-device rather than a
183 literal "/dev/null".
184
d2fc7e3d 1852011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
186
187 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
188 Fix typo.
189
d2fc7e3d 1902011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 191
3f254caa
SM
192 * progmodes/which-func.el (which-function):
193 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
194 which might not be defined (Bug#8260).
195
d45885f7
GM
1962011-05-12 Glenn Morris <rgm@gnu.org>
197
198 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
199 Let byte-compile-initial-macro-environment always take precedence.
200
488086f4
SM
2012011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * net/rcirc.el: Add support for SSL/TLS connections.
204 (rcirc-server-alist): New field `encryption'.
205 (rcirc): Check `encryption' settings.
206 (rcirc-connect): New arg `encryption'. Use open-network-stream.
207 Merge make-local-variable into `set'.
208 (rcirc--connection-open-p): New function.
209 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
210 the process is not a network process (e.g. running gnutls-cli).
211 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
212 Make rcirc-(en|de)code-coding-system local here.
213 (rcirc-mode): Merge make-local-variable into `set'.
214 (rcirc-parent-buffer): Make permanent buffer-local.
215 (rcirc-multiline-minor-mode): Don't do it here.
216 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
217 there's no server buffer.
218
7d3b9d44
GM
2192011-05-11 Glenn Morris <rgm@gnu.org>
220
f64049c6
GM
221 * newcomment.el (comment-kill): Prefix "unused" local.
222
93c9df73
GM
223 * term/w32console.el (get-screen-color): Declare.
224
7d3b9d44
GM
225 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
226 Handle symbol elements of byte-compile-initial-macro-environment.
227
9e2dd53f
LL
2282011-05-10 Leo Liu <sdl.web@gmail.com>
229
488086f4
SM
230 * bookmark.el (bookmark-bmenu-mode-map):
231 Bind bookmark-bmenu-search to `/'.
8b340240 232
9e2dd53f 233 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
234 (footnote-unicode-string, footnote-unicode-regexp): New variable.
235 (Footnote-unicode): New function.
236 (footnote-style-alist): Add unicode style to the list.
237 (footnote-style): Doc fix.
9e2dd53f 238
79b70037
GM
2392011-05-10 Jim Meyering <meyering@redhat.com>
240
241 Fix doubled-word typos.
242 * international/quail.el (quail-insert-kbd-layout): and and -> and
243 * kermit.el: and and -> and
244 * net/ldap.el (ldap-search-internal): to to -> to
245 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
246 * progmodes/js.el (js-mode): and and -> and
247 * textmodes/artist.el (artist-move-to-xy): at at -> at
248 (artist-draw-region-trim-line-endings): if if -> if
249 And Safetyc -> Safety.
250 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
251
b8f82dc1
GM
2522011-05-10 Glenn Morris <rgm@gnu.org>
253 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * files.el (hack-one-local-variable-eval-safep):
256 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
257
4f99f44b
GM
2582011-05-10 Glenn Morris <rgm@gnu.org>
259
260 * calendar/diary-lib.el (diary-list-entries-hook)
261 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
262 (diary-nongregorian-marking-hook, diary-list-entries)
263 (diary-include-other-diary-files, diary-mark-entries)
264 (diary-mark-included-diary-files): Doc fixes.
265
84f29e6b
JB
2662011-05-09 Juanma Barranquero <lekktu@gmail.com>
267
268 * misc.el: Require tabulated-list.el during compilation.
269
9bedd73a
CY
2702011-05-09 Chong Yidong <cyd@stupidchicken.com>
271
488086f4
SM
272 * progmodes/compile.el (compilation-start):
273 Run compilation-filter-hook for the async case too.
9bedd73a
CY
274 (compilation-filter-hook): Doc fix.
275
797c735c
DD
2762011-05-09 Deniz Dogan <deniz@dogan.se>
277
278 * wdired.el: Remove outdated installation comment. Fix usage
279 comment.
280
5f4b1dfe
JB
2812011-05-09 Juanma Barranquero <lekktu@gmail.com>
282
283 * misc.el: Implement new command `list-dynamic-libraries'.
284 (list-dynamic-libraries--loaded-only-p): New variable.
285 (list-dynamic-libraries--refresh): New function.
286 (list-dynamic-libraries): New command.
287
4c44026c
CY
2882011-05-09 Chong Yidong <cyd@stupidchicken.com>
289
488086f4
SM
290 * progmodes/compile.el (compilation-error-regexp-alist-alist):
291 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
292 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
293 higher priority to avoid clobbering by gnu.
294
027f966d
CY
2952011-05-08 Chong Yidong <cyd@stupidchicken.com>
296
297 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
298 if the face has existing theme settings (Bug#8454).
299
085f5d7d
CY
3002011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
301
488086f4
SM
302 * progmodes/perl-mode.el (perl-imenu-generic-expression):
303 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 304
2a86a00c
RS
305 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
306 special file names `.' and `..' (Bug#8259).
307
d9c54a06
CY
3082011-05-08 Chong Yidong <cyd@stupidchicken.com>
309
488086f4
SM
310 * progmodes/grep.el (grep-mode-font-lock-keywords):
311 Remove buffer-changing entries.
d9c54a06
CY
312 (grep-filter): New function.
313 (grep-mode): Add it to compilation-filter-hook.
314
315 * progmodes/compile.el (compilation-filter-hook)
316 (compilation-filter-start): New defvars.
317 (compilation-filter): Call compilation-filter-hook prior to
318 updating the process mark.
319
c4662635
SM
3202011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
321
322 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
323
b0512a1d
EZ
3242011-05-07 Eli Zaretskii <eliz@gnu.org>
325
605c9376
EZ
326 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
327 mailclient-send-it even if window-system is nil. (Bug#8595)
328
c4662635
SM
329 * term/w32console.el (terminal-init-w32console):
330 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
331 background-mode. (Bug#8597)
332
d1dc2cc2
SM
3332011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
334
335 Make bytecomp.el understand that defmethod defines funs (bug#8631).
336 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
337 New functions.
338 (defgeneric, eieio--defmethod): Use them.
339 (eieio-defgeneric): Remove.
340 (defmethod): Call defgeneric in a way visible to the byte-compiler.
341
915d1300
GM
3422011-05-07 Glenn Morris <rgm@gnu.org>
343
a3961c3e
GM
344 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
345 Use let rather than let*.
346 (timeclock-find-discrep): Remove unused local.
347
314347b9
GM
348 * calendar/diary-lib.el (diary-comment-start): Doc fix.
349
915d1300
GM
350 * calendar/appt.el (appt-time-msg-list): Doc fix.
351
275b59b0
NF
3522011-05-06 Noah Friedman <friedman@splode.com>
353
354 * apropos.el (apropos-print-doc): Only use
355 emacs-lisp-docstring-fill-column when it is bound to an integer,
356 per that variable's documentation.
357
6c19f744
SM
3582011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 361 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 362
60f884b2
GM
3632011-05-06 Glenn Morris <rgm@gnu.org>
364
5006e634
GM
365 * calendar/appt.el (appt-message-warning-time): Doc fix.
366 (appt-warning-time-regexp): New option.
367 (appt-make-list): Respect appt-message-warning-time.
368
548d0a63
GM
369 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
370 New options.
371 (diary-add-to-list): Strip comments from the displayed string.
372 (diary-mode): Set comment-start and comment-end.
373
60f884b2
GM
374 * vc/diff-mode.el (smerge-refine-subst): Declare.
375 (diff-refine-hunk): Don't require smerge-mode when compiling.
376
989681bb
JB
3772011-05-06 Juanma Barranquero <lekktu@gmail.com>
378
379 * simple.el (list-processes): Return nil as the docstring says.
380
a6bc05e1
MA
3812011-05-05 Michael Albinus <michael.albinus@gmx.de>
382
383 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
384 to "".
385 (ange-ftp-write-region, ange-ftp-insert-file-contents)
386 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
387 determining of binary transfer. (Bug#7383)
388
23c22e9a
MA
3892011-05-05 Michael Albinus <michael.albinus@gmx.de>
390
c4662635
SM
391 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
392 Fix port computation bug. (Bug#8618)
23c22e9a 393
0bff894f
GM
3942011-05-05 Glenn Morris <rgm@gnu.org>
395
b8296902
GM
396 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
397
1f522ce8
GM
398 * simple.el (shell-dynamic-complete-functions)
399 (comint-dynamic-complete-functions): Declare.
400
cf5bee67
GM
401 * net/network-stream.el (gnutls-negotiate):
402 * simple.el (tabulated-list-print): Fix declarations.
403
404 * progmodes/gud.el (syntax-symbol, syntax-point):
405 Remove unnecessary and incorrect declarations.
406
0bff894f
GM
407 * emacs-lisp/check-declare.el (check-declare-scan):
408 Handle byte-compile-initial-macro-environment in bytecomp.el
409
9869b3ae
SM
4102011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 Fix earlier half-done eieio-defmethod change (bug#8338).
413 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
414 Streamline and change calling convention.
415 (defmethod): Adjust accordingly and simplify.
416 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
417 new eieio--defmethod.
418 (slot-boundp): Minor CSE simplification.
419
9c1d5ac5
MZ
4202011-05-05 Milan Zamazal <pdm@zamazal.org>
421
422 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
423 (glasses-make-readable): Use glasses-separate-capital-groups.
424
455c834e
JB
4252011-05-05 Juanma Barranquero <lekktu@gmail.com>
426
427 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
428 (warning-series): Doc fix.
429 (display-warning): Don't try to create the buffer if we just found it.
430
9ed7c8cb
CY
4312011-05-04 Chong Yidong <cyd@stupidchicken.com>
432
433 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
434 (autoload-find-generated-file): New function.
435 (generate-file-autoloads): Bind generated-autoload-file to
436 buffer-file-name.
9869b3ae
SM
437 (update-file-autoloads, update-directory-autoloads):
438 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
439 output file (Bug#7989).
440 (batch-update-autoloads): Doc fix.
441
0898ca10
JB
4422011-05-04 Juanma Barranquero <lekktu@gmail.com>
443
444 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
445
31dfb76c
GM
4462011-05-04 Glenn Morris <rgm@gnu.org>
447
f330b642
GM
448 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
449 function, so it follows changes in calendar-date-style.
450 (diary-fancy-date-matcher): New function.
451 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
452 (diary-fancy-font-lock-fontify-region-function):
453 Use diary-fancy-date-pattern as a function.
454
31dfb76c
GM
455 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
456 non-numbers for `year' etc pseudo-variables. (Bug#8583)
457
48e79d6a
TZ
4582011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
459
460 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
461 instead of positional arguments. Allow :keylist and :crlfiles
462 arguments.
463 (open-gnutls-stream): Call it.
464
465 * net/network-stream.el (network-stream-open-starttls): Adjust to
466 call `gnutls-negotiate' with :process and :hostname arguments.
467
dd5a5ee0
SM
4682011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
469
ef80fc09
SM
470 * minibuffer.el (completion--message): New function.
471 (completion--do-completion, minibuffer-complete)
472 (minibuffer-force-complete, minibuffer-complete-word): Use it.
473 (completion--do-completion): Don't ignore completion-auto-help when in
474 icomplete-mode.
475
dd5a5ee0
SM
476 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
477 internal encoding (e.g. tibetan zero is not whitespace).
478 (global-whitespace-mode): Prefer save-current-buffer.
479 (whitespace-trailing-regexp): Remove useless save-match-data.
480 (whitespace-empty-at-bob-regexp): Minor simplification.
481
b7d22a83
CY
4822011-05-03 Chong Yidong <cyd@stupidchicken.com>
483
484 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
485
5192af46
AM
4862011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
487
488 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 489 Use `concat' to create string for insertion.
5192af46 490
5767d190
SM
4912011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
494 Avoid open-line which runs post-self-insert-hook.
495 (bibtex-fill-entry): Remove unused `end' var.
496
bf242939
AM
4972011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
498
5767d190
SM
499 * textmodes/ispell.el (ispell-add-per-file-word-list):
500 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 501
25666126
LL
5022011-05-03 Leo Liu <sdl.web@gmail.com>
503
504 * isearch.el (isearch-yank-pop): New command.
5767d190 505 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
506 (isearch-forward): Mention it.
507
52d3c2d0
SM
5082011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
509
1bcace58
SM
510 * simple.el (minibuffer-complete-shell-command): Remove.
511 (minibuffer-local-shell-command-map): Use completion-at-point.
512 (read-shell-command): Setup completion vars here instead.
513 (read-expression-map): Bind TAB to symbol completion.
514
52d3c2d0
SM
515 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
516 error directly rather via storing it into `results'.
517
35813471
LL
5182011-05-02 Leo Liu <sdl.web@gmail.com>
519
520 * vc/diff.el: Fix description.
521
e793a940
LMI
5222011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
523
524 * server.el (server-eval-at): New function.
525
8de66e05
LMI
5262011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * net/network-stream.el (open-network-stream): Take a :nowait
529 parameter and pass it on to `make-network-process'.
530 (network-stream-open-plain): Ditto.
531
dcb79f20
AS
5322011-04-30 Andreas Schwab <schwab@linux-m68k.org>
533
534 * faces.el (face-spec-set-match-display): Don't match toolkit
535 options on terminal frames.
536
14a7fbd8
SM
5372011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
538
7eabc1be
SM
539 * progmodes/pascal.el: Use lexical binding.
540 (pascal-mode-map): Remove author preferences.
541
14a7fbd8
SM
542 * pcomplete.el (pcomplete-std-complete): Don't abuse
543 completion-at-point.
544
50f84510
JB
5452011-04-28 Juanma Barranquero <lekktu@gmail.com>
546
6e087a44
JB
547 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
548 removing code that has been dead since 1991 or so.
549
50f84510
JB
550 * startup.el (command-line): When warning about "_emacs", use a
551 delayed warning to allow the user to filter it out.
552
0ba690bd
DD
5532011-04-28 Deniz Dogan <deniz@dogan.se>
554
555 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
556 user has not joined.
557
08abfaad
SM
5582011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
561 aren't any completions at point.
562
638f053a
JB
5632011-04-28 Juanma Barranquero <lekktu@gmail.com>
564
565 * subr.el (display-delayed-warnings): New function.
566 (delayed-warnings-hook): New variable.
567
8fff8daa
SM
5682011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
569
08abfaad
SM
570 * minibuffer.el (completion-at-point, completion-help-at-point):
571 Don't presume that a given completion-at-point-function will always
572 use the same calling convention.
573
8fff8daa
SM
574 * pcomplete.el (pcomplete-completions-at-point):
575 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
576 pcomplete-seen is non-nil.
577 (pcomplete-comint-setup): Also recognize the new comint/shell
578 completion functions.
579 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
580 pcomplete-seen is non-nil.
581
841a1577 5822011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 583
841a1577 584 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 585 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 586 the first character in the entry. This allows for code to add its
211ec907
UJ
587 own uid to the entry.
588 (icalendar--convert-float-to-ical): Add export of
589 `diary-float'-entries save for those with the optional DAY
590 argument.
591
2a782793
DC
5922011-04-27 Daniel Colascione <dan.colascione@gmail.com>
593
594 * subr.el (shell-quote-argument): Use alternate escaping strategy
595 when we spot a variable reference in a string.
596
0438ce91
DC
5972011-04-26 Daniel Colascione <dan.colascione@gmail.com>
598
599 * cus-start.el (all): Define customization for debug-on-event.
600
841a1577 6012011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
602
603 * subr.el (shell-quote-argument): Escape correctly under Windows.
604
d090ed6c
SM
6052011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
608
bfd31217
MA
6092011-04-25 Michael Albinus <michael.albinus@gmx.de>
610
d090ed6c
SM
611 * net/tramp.el (tramp-process-actions): Add POS argument.
612 Delete region between POS and (pos).
bfd31217 613
d090ed6c
SM
614 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
615 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
616 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
617
618 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
619 position in `tramp-process-actions' call.
620
621 * net/trampver.el: Update release number.
622
e92f3bd3
SM
6232011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
624
850256b5
SM
625 * custom.el (defcustom): Obey lexical-binding.
626
e92f3bd3
SM
627 Fix octave-inf completion problems reported by Alexander Klimov.
628 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
629 Inherit from octave-mode-syntax-table.
630 (inferior-octave-mode): Set info-lookup-mode.
631 (inferior-octave-completion-at-point): New function.
632 (inferior-octave-complete): Use it and completion-in-region.
633 (inferior-octave-dynamic-complete-functions): Use it as well, and use
634 comint-filename-completion.
635 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
636 symbol elements which shouldn't be word elements.
637 (octave-font-lock-keywords, octave-beginning-of-defun)
638 (octave-function-header-regexp): Adjust regexps accordingly.
639 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
640
cd22b309
JB
6412011-04-25 Juanma Barranquero <lekktu@gmail.com>
642
643 * net/gnutls.el (gnutls-errorp): Declare before first use.
644
8b492194
TZ
6452011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
646
647 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
648 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
649 default trustfile exists before going to use it. Add missing
650 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
651 Reported by Claudio Bley <claudio.bley@gmail.com>.
652 (open-gnutls-stream): Add usage example.
653
654 * net/network-stream.el (network-stream-open-starttls): Give host
655 parameter to `gnutls-negotiate'.
656 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 657 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 658
841a1577 6592011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 660
cd22b309
JB
661 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
662 Use correct match group (bug#8438).
05842630 663
3ba7869c
CY
6642011-04-24 Chong Yidong <cyd@stupidchicken.com>
665
512e3ae1
CY
666 * emacs-lisp/package.el (package-built-in-p): Fix typo.
667 (package-menu--generate): New arg specifying packages to show.
668 (package-menu-refresh, package-menu-execute, list-packages):
669 Callers changed.
670 (package-show-package-list): New function, replacing deleted
671 package--list-packages (renamed because it is non-internal).
672
673 * finder.el (finder-list-matches): Use package-show-package-list
674 instead of deleted package--list-packages.
675
e92f3bd3
SM
676 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
677 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
678 (vc-annotate-mode-map): Bind it to RET.
679
7031be6d
UR
6802011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
681
682 * progmodes/etags.el (next-file): Don't use set-buffer to change
683 buffers (Bug#8478).
684
4ef177aa
CY
6852011-04-24 Chong Yidong <cyd@stupidchicken.com>
686
c8d173eb
CY
687 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
688
4ef177aa
CY
689 * apropos.el (apropos-label-face): Avoid variable-pitch face.
690 (apropos-accumulator): Doc fix.
691 (apropos-function, apropos-macro, apropos-command)
692 (apropos-variable, apropos-face, apropos-group, apropos-widget)
693 (apropos-plist): Add face property.
694 (apropos-symbols-internal): Fix indentation.
695 (apropos-print): Simplify help, and recognize apropos-multi-type.
696 (apropos-print-doc): Use button-type-get to extract the button's
697 face property. Fill docstring (Bug#8352).
698
4ffd0d6b 6992011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
700
701 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
702
c6c32125 703 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 704 (mpuz-mode-map): Use mapc.
c6c32125
JB
705 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
706 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
707 Fix typos in docstrings.
708
58d468b4
JB
709 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
710 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
711
6470c3c6
JB
712 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
713
4ffd0d6b 7142011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
715
716 * minibuffer.el (completion--do-completion): Avoid the "Next char
717 not unique" prompt if icomplete-mode is enabled (Bug#5849).
718
3ad8bad0
CY
719 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
720 mouse-2 into unread-command-events, it is interpreted correctly.
721
71d73c9c 722 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 723 (image-toggle-display): Doc fix.
71d73c9c 724
841a1577 7252011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 726
4ffd0d6b
GM
727 * textmodes/page.el (what-page): Use line-number-at-pos to
728 calculate line number (Bug#6825).
6e1dbaa9 729
c2fb1b60
JB
7302011-04-22 Juanma Barranquero <lekktu@gmail.com>
731
732 * eshell/esh-mode.el (find-tag-interactive): Declare function.
733 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
734 Pass argument NO-DEFAULT to `find-tag-interactive'.
735
e02f48d7
JB
7362011-04-22 Juanma Barranquero <lekktu@gmail.com>
737
738 Lexical-binding cleanup.
739
740 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
741 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
742 * progmodes/ada-prj.el (ada-prj-initialize-values)
743 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
744 (ada-prj-show-value):
745 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
746 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
747 (antlr-invalidate-context-cache, antlr-options-menu-filter)
748 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
749 * progmodes/bug-reference.el (bug-reference-push-button):
750 * progmodes/fortran.el (fortran-line-length):
751 * progmodes/glasses.el (glasses-change):
752 * progmodes/octave-mod.el (octave-fill-paragraph):
753 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
754 (python-pdbtrack-grub-for-buffer, python-sentinel):
755 * progmodes/sql.el (sql-save-connection):
756 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
757 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
758 Mark unused parameters.
759
760 * progmodes/compile.el (compilation--flush-directory-cache)
761 (compilation--flush-parse, compile-internal): Mark unused parameters.
762 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
763 (compilation-next-error-function): Remove unused variable `timestamp'.
764
765 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
766 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
767
768 * progmodes/dcl-mode.el (dcl-end-of-command):
769 Remove unused variable `start'.
770 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
771 (dcl-option-value-basic, dcl-option-value-offset)
772 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
773 Mark unused parameters.
774 (dcl-save-local-variable): Remove unused variable `val'.
775 (mode): Declare.
776
777 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
778 Mark unused parameters.
779 (delphi-ignore-changes): Move before first use.
780 (delphi-charset-token-at): Remove unused variable `start'.
781 (delphi-else-start): Remove unused variable `if-count'.
782 (delphi-comment-block-start, delphi-comment-block-end):
783 Remove unused variable `kind'.
784 (delphi-indent-line): Remove unused variable `new-point'.
785
786 * progmodes/ebrowse.el (ebrowse-files-list)
787 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
788 Mark unused parameters. Don't quote `lambda'.
789 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
790 Don't quote `lambda'.
791 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
792 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
793 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
794 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
795 Use `ignore-errors'.
796 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
797 (ebrowse-view/find-file-and-search-pattern)
798 (ebrowse-view/find-member-declaration/definition):
799 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
800 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
801 Rename parameter PREFIX-ARG to PREFIX.
802 (ebrowse-tags-read-name): Remove unused variables `start' and
803 `member-info'.
804 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
805 to `tags-file'.
806
807 * progmodes/etags.el (local-find-tag-hook): Declare.
808 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
809 Mark unused parameters.
810
811 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
812 (executable-interpret): Mark unused parameter.
813
814 * progmodes/flymake.el (flymake-process-sentinel)
815 (flymake-after-change-function)
816 (flymake-create-temp-with-folder-structure)
817 (flymake-get-include-dirs-dot): Mark unused parameters.
818 (flymake-safe-delete-directory): Remove unused variable `err'.
819
820 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
821 (speedbar-timer-fn, speedbar-line-text)
822 (speedbar-change-expand-button-char, speedbar-delete-subblock)
823 (speedbar-center-buffer-smartly): Declare functions.
824 (gdb-find-watch-expression): Remove unused variable `array'.
825 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
826 (gdb-starting): Mark unused parameters.
827 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
828 (gdb-table-string): Remove unused variable `res'.
829 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
830 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
831 (gdb-display-buffer): Remove unused variable `cur-size'.
832
833 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
834 allow lexical-binding compilation.
835 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
836 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
837 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
838 Mark unused parameters.
839 (gud-gdb-marker-filter): Remove unused variable `match'.
840 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
841 lambda expressions and funcall them, instead of using `fset'.
842
843 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
844 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
845
846 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
847 variable `header-beg'; use `let'.
848
849 * progmodes/icon.el (indent-icon-exp): Remove unused variables
850 `restart', `last-sexp' and `at-do'.
851
852 * progmodes/js.el (js--debug): Mark unused parameter.
853 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
854 (js--splice-into-items): Remove unused variable `item'.
855 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
856
857 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
858 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
859 (makefile-complete): Remove unused variable `try'.
860 (makefile-fill-paragraph, makefile-match-function-end):
861 Mark unused parameters.
862
863 * progmodes/octave-inf.el (inferior-octave-complete):
864 Remove unused variable `proc'.
865 (inferior-octave-output-digest): Mark unused parameter.
866
867 * progmodes/perl-mode.el (perl-calculate-indent):
868 Remove unused variable `err'.
869
870 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
871 (prolog-indent-line): Mark unused parameters.
872 (prolog-indent-line): Remove unused variable `beg'.
873
874 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
875 (reporter-dont-compact-list): Declare.
876
877 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
878 Remove unused variable `char'.
879 (sh-debug): Mark unused parameter.
880 (sh-get-indent-info): Remove unused variable `start'.
881 (sh-calculate-indent): Remove unused variable `var'.
882
883 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
884 (simula-electric-keyword): Remove unused variable `null'.
885 (simula-search-backward, simula-search-forward): Remove unused
886 variables `begin' and `end'.
887
888 * progmodes/vera-mode.el (vera-guess-basic-syntax):
889 Remove unused variable `pos'.
890 (vera-electric-tab, vera-comment-uncomment-region):
891 Mark unused parameters.
892 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
893
7ede3b65
CY
8942011-04-22 Chong Yidong <cyd@stupidchicken.com>
895
896 * emacs-lisp/package.el (package--builtins, package-alist)
897 (package-load-descriptor, package-built-in-p, package-activate)
898 (define-package, package-installed-p)
899 (package-compute-transaction, package-buffer-info)
900 (package--push): Doc fix. Distinguish more clearly between
901 version strings and version lists.
902
121656e9
JB
9032011-04-21 Juanma Barranquero <lekktu@gmail.com>
904
905 Lexical-binding cleanup.
906
907 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
908 (5x5-make-mutate-best):
909 * play/fortune.el (fortune-in-buffer):
910 * play/gomoku.el (gomoku-init-display):
911 * play/solitaire.el (solitaire, solitaire-do-check):
912 * play/tetris.el (tetris-default-update-speed-function):
913 Mark unused parameters.
914
915 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
916 (bubbles--shift): Remove unused variable `char-org'.
917 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
918 (bubbles--show-images): Remove unused variable `char'.
919
920 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
921 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
922 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
923 (decipher-analyze-buffer): Use ?\s.
924 (decipher-make-checkpoint): Remove unused variable `mapping'.
925
926 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
927
928 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
929 Remove unused variable `result'; use `let'.
930
931 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
932 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
933 (gametree-children-shown-p, gametree-compute-reduced-score):
934 Use `ignore-errors'.
935
936 * play/handwrite.el (ps-lpr-switches): Declare.
937 (handwrite): Remove unused variables `pmin' and `lastp'.
938
939 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
940
941 * play/landmark.el (landmark-init-display)
942 (landmark-update-naught-weights): Mark unused parameters.
943 (landmark-y): Remove unused variable `noise'. Simplify.
944 (landmark-human-plays): Remove unused variable `score'.
945
946 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
947 (mpuz-try-proposal): Remove unused variable `game'.
948
949 * play/zone.el (life-patterns): Declare.
950
80f499c7
JB
9512011-04-20 Juanma Barranquero <lekktu@gmail.com>
952
953 * vc/vc.el (ediff-vc-internal): Declare function.
954
024ff170
SM
9552011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
956
c0a193ea
SM
957 * shell.el: Use lexical-binding and std completion UI.
958 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
959 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
960 comint-preoutput-filter-functions rather than on
961 comint-output-filter-functions.
962 (shell-command-completion, shell--command-completion-data)
963 (shell-filename-completion, shell-environment-variable-completion)
964 (shell-c-a-p-replace-by-expanded-directory): New functions.
965 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
966 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
967 (shell-dynamic-complete-environment-variable): Use them.
968 (shell-dynamic-complete-as-environment-variable)
969 (shell-dynamic-complete-as-command): Remove.
970 (shell-match-partial-variable): Match past point.
971 * comint.el: Clean up use of completion-at-point-functions.
972 (comint-completion-at-point): New function.
973 (comint-mode): Use it completion-at-point-functions.
974 (comint-dynamic-complete): Make it obsolete.
975 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
976 (comint-c-a-p-replace-by-expanded-history): New function.
977 (comint-dynamic-complete-functions)
978 (comint-replace-by-expanded-history): Use it.
979 * minibuffer.el (completion-table-with-terminator): Allow dynamic
980 termination strings. Try harder to avoid second try-completion.
981 (completion-in-region-mode-map): Disable bindings that don't work yet.
982
2dbaa080
SM
983 * comint.el: Use lexical-binding. Require CL.
984 (comint-dynamic-complete-functions): Use comint-filename-completion.
985 (comint-completion-addsuffix): Tweak custom type.
986 (comint-filename-completion, comint--common-suffix)
987 (comint--common-quoted-suffix, comint--table-subvert)
988 (comint--complete-file-name-data): New functions.
989 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
990 (comint-dynamic-list-filename-completions): Use them.
991 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 992
2dbaa080
SM
993 * minibuffer.el (completion-in-region-mode):
994 Keep completion-in-region-mode--predicate global.
995 (completion-in-region--postch):
996 Assume completion-in-region-mode--predicate is not null.
997
c79a6f38
SM
998 * progmodes/flymake.el (flymake-start-syntax-check-process):
999 Obey `dir'. Simplify.
1000
024ff170
SM
1001 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
1002 we're in VC after all.
1003
1c6c854e
CS
10042011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
1005
1006 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 1007 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
1008 (vc-version-diff): Use vc-diff-build-argument-list-internal.
1009
bed7f140
SM
10102011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1011
332e62ab
SM
1012 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
1013 add sanity check.
1014
bed7f140
SM
1015 * obsolete/erc-hecomplete.el: Make obsolete.
1016 * obsolete/: Standardize obsolescence info in the header.
1017
f195c582
GM
10182011-04-20 Glenn Morris <rgm@gnu.org>
1019
1020 * calendar/solar.el (solar-horizontal-coordinates):
1021 Use the longitude argument rather than `calendar-longitude'.
1022 (solar-date-next-longitude): Remove unused locals.
1023
cb79b8c0
VJL
10242011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1025
1026 * whitespace.el: New version 13.2.1.
1027
10282011-04-20 felix <EmacsWiki> (tiny change)
1029
1030 * whitespace.el (global-whitespace-mode): keep highlight when
1031 switching between major modes on a file.
1032
602ea69d
SM
10332011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
1036 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
1037 multi-line comments as well.
1038
06b60517
JB
10392011-04-19 Juanma Barranquero <lekktu@gmail.com>
1040
1041 Lexical-binding cleanup.
1042
1043 * arc-mode.el (archive-mode-revert):
1044 * cmuscheme.el (scheme-interactively-start-process):
1045 * custom.el (custom-initialize-delay):
1046 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
1047 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
1048 * emacs-lock.el (emacs-lock-clear-sentinel):
1049 * ezimage.el (defezimage):
1050 * follow.el (follow-avoid-tail-recenter):
1051 * fringe.el (set-fringe-mode-1):
1052 * generic-x.el (bat-generic-mode-compile):
1053 * help-mode.el (help-info-variable, help-do-xref)
1054 (help-mode-revert-buffer):
1055 * help.el (view-emacs-todo):
1056 * iswitchb.el (iswitchb-completion-help):
1057 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
1058 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
1059 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
1060 * locate.el (locate-update):
1061 * longlines.el (longlines-encode-region)
1062 (longlines-after-change-function):
1063 * outline.el (outline-isearch-open-invisible):
1064 * ps-def.el (declare-function, charset-dimension, char-width)
1065 (encode-char):
1066 * ps-mule.el (ps-mule-plot-string):
1067 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
1068 (recentf-edit-list-select, recentf-edit-list-validate)
1069 (recentf-open-files-action):
1070 * rect.el (delete-whitespace-rectangle-line)
1071 (rectangle-number-line-callback):
1072 * register.el (window-configuration-to-register)
1073 (frame-configuration-to-register):
1074 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
1075 * select.el (xselect-convert-to-string, xselect-convert-to-length)
1076 (xselect-convert-to-targets, xselect-convert-to-delete)
1077 (xselect-convert-to-filename, xselect-convert-to-charpos)
1078 (xselect-convert-to-lineno, xselect-convert-to-colno)
1079 (xselect-convert-to-os, xselect-convert-to-host)
1080 (xselect-convert-to-user, xselect-convert-to-class)
1081 (xselect-convert-to-name, xselect-convert-to-integer)
1082 (xselect-convert-to-atom, xselect-convert-to-identity):
1083 * subr.el (declare, ignore, process-kill-without-query)
1084 (text-clone-maintain):
1085 * terminal.el (te-get-char, te-tic-sentinel):
1086 * tool-bar.el (tool-bar-make-keymap):
1087 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
1088 * type-break.el (type-break-mode, type-break-noninteractive-query):
1089 * view.el (View-back-to-mark):
1090 * wid-browse.el (widget-browse-action, widget-browse-widget)
1091 (widget-browse-widgets, widget-browse-sexp):
1092 * widget.el (define-widget-keywords):
1093 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
1094 Mark unused parameters.
1095
1096 * align.el (align-adjust-col-for-rule): Mark unused parameter.
1097 (align-areas): Remove unused variable `look'.
1098 (align-region): Remove unused variables `real-end' and `pos-list'.
1099
1100 * apropos.el (apropos-score-doc): Remove unused variable `i'.
1101
1102 * bindings.el (mode-line-modified, mode-line-remote):
1103 Mark unused parameters.
1104 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
1105
1106 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
1107 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
1108
1109 * comint.el (comint-history-isearch-pop-state)
1110 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
1111 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
1112 (comint-substitute-in-file-name): Doc fix.
1113
1114 * completion.el (cmpl-statistics-block): Mark unused parameter.
1115 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
1116 (save-completions-to-file, load-completions-from-file):
1117 Remove unused local variable `e'.
1118
1119 * composite.el (compose-chars): Remove unused variable `len'.
1120 (lgstring-insert-glyph): Remove unused variable `g'.
1121 (compose-glyph-string): Remove unused variables `ascent',
1122 `descent', `lbearing' and `rbearing'.
1123 (compose-glyph-string-relative): Remove unused variables
1124 `lbearing', `rbearing' and `wadjust'.
1125 (compose-gstring-for-graphic): Remove unused variables `header',
1126 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
1127 (compose-gstring-for-terminal): Remove unused variables `header'
1128 and `nchars'. Use `let', not `let*'.
1129
1130 * cus-edit.el (Custom-set, Custom-save, custom-reset)
1131 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
1132 (Custom-buffer-done, custom-buffer-create-internal)
1133 (custom-browse-visibility-action, custom-browse-group-tag-action)
1134 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
1135 (widget-magic-mouse-down-action, custom-toggle-parent)
1136 (custom-add-parent-links, custom-toggle-hide-variable)
1137 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
1138 (custom-toggle-hide-face, face, hook, custom-group-link-action)
1139 (custom-face-menu-create, custom-variable-menu-create, get)
1140 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
1141 (custom-reset-standard-save-and-update): Remove unused variable `value'.
1142 (customize-apropos): Remove unused variable `tests'.
1143 (custom-group-value-create): Remove unused variable `hidden-p'.
1144 (sort-fold-case): Declare.
1145
1146 * cus-theme.el (custom-reset-standard-faces-list)
1147 (custom-reset-standard-variables-list): Declare.
1148 (customize-create-theme, custom-theme-revert, custom-theme-write)
1149 (custom-theme-choose-mode, customize-themes, custom-theme-save):
1150 Mark unused parameters.
1151
1152 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
1153
1154 * delim-col.el (delimit-columns-max): Move defvar before first use.
1155
1156 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 1157 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
1158
1159 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
1160 (auto-insert): Declare.
1161 (desktop-restore-file-buffer): Rename desktop-* parameters;
1162 mark unused ones.
1163 (desktop-create-buffer): Rename desktop-* parameters and bind them.
1164 (desktop-buffer): Rename desktop-* parameters.
1165
1166 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1167 (dframe-reposition-frame-xemacs, dframe-help-echo)
1168 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
1169 Mark unused parameters.
1170
1171 * dired-aux.el (backup-extract-version-start, overwrite-query)
1172 (overwrite-backup-query, rename-regexp-query)
1173 (rename-non-directory-query): Declare.
1174 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
1175 (dired-add-entry): Remove unused variable `orig-file-name'.
1176 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
1177 Use parameter PRESERVE-TIME instead of accessing dynamic variable
1178 `dired-copy-preserve-time' directly.
1179 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
1180 (dired-insert-subdir-newpos): Rename unused variable `pos'.
1181
1182 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
1183 (dired-virtual-revert, dired-make-relative-symlink):
1184 Mark unused parameters.
1185 (manual-program): Declare.
1186 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
1187 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
1188 wrapped in `with-no-warnings' to avoid replacing one warning by another.
1189
1190 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
1191
1192 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
1193
1194 * echistory.el (electric-history-in-progress, Helper-return-blurb):
1195 Declare.
1196
1197 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
1198
1199 * electric.el (Electric-command-loop): Rename parameter
1200 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
1201
1202 * expand.el (expand-in-literal): Remove unused variable `here'.
1203
1204 * facemenu.el (facemenu-add-new-color):
1205 Remove unused variable `docstring'.
1206
1207 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
1208 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
1209 (face-attr-construct): Mark unused parameter. Doc fix.
1210 (read-color): Remove unused variable `hex-string'.
1211
1212 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
1213 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
1214 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
1215 (display-buffer-other-frame): Remove unused variable `old-window'.
1216 (kill-buffer-hook): Declare.
1217 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
1218 Mark unused parameters.
1219 (after-find-file): Pass 1 to `auto-save-mode', not t.
1220
1221 * files-x.el (auto-insert): Declare.
1222 (modify-file-local-variable-prop-line): Remove unused variable `val'.
1223
1224 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 1225 variable `buf'. Mark unused parameter.
06b60517
JB
1226 (find-lisp-insert-directory): Mark unused parameter.
1227
1228 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
1229 (format-encode-region): Remove unused variables `cur-buf' and `result'.
1230 (format-common-tail): Remove, unused.
1231 (format-deannotate-region): Remove unused variable `loc'.
1232 (format-annotate-region): Remove unused variable `p'.
1233 (format-annotate-single-property-change): Remove unused variables
1234 `default' and `tail'.
1235
1236 * forms.el (read-file-filter): Declare.
1237 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
1238
1239 * frame.el (frame-creation-function-alist): Mark unused parameter.
1240 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
1241
1242 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
1243 Remove unused parameters.
1244 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
1245 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
1246
1247 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
1248 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
1249 (hfy-prepare-tag-map): Mark unused parameters.
1250 (htmlfontify-buffer): Use `called-interactively-p'.
1251
1252 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
1253 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
1254 (ibuffer-do-occur): Mark unused parameters.
1255 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
1256 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
1257
1258 * ibuffer.el: Don't quote `lambda'.
1259 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
1260 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
1261 Mark unused parameters.
1262
1263 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
1264 (ido-completing-read): Mark unused parameters.
1265 (ido-copy-current-word): Mark unused parameters;
1266 remove unused variable `name'.
1267 (ido-sort-merged-list): Remove unused parameter `dirs'.
1268
1269 * ielm.el (ielm-input-sender): Mark unused parameter.
1270 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
1271 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
1272 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
1273 `ielm-string' as a dynamic variable accessible from the IELM prompt.
1274 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
1275
1276 * image-dired.el (image-dired-display-thumbs): Remove unused
1277 variables `curr-file' and `count'.
1278 (image-dired-remove-tag): Remove unused variable `start'.
1279 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
1280 variable `curr-file'
1281 (image-dired-rotate-original): Remove unused variable `temp-file'.
1282 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
1283 Remove unused variable `file'.
1284 (image-dired-gallery-generate): Remove unused variable `curr'.
1285 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
1286
1287 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
1288
1289 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
1290
1291 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
1292
1293 * isearch.el (minibuffer-history-symbol): Declare.
1294 (isearch-edit-string): Remove unused variable `err'.
1295 (isearch-message-prefix, isearch-message-suffix):
1296 Mark unused parameters.
1297
1298 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
1299
1300 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
1301
1302 * makesum.el (double-column): Remove unused variable `cnt'.
1303
1304 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
1305 (ido-ignore-item-temp-list): Declare.
1306
1307 * mouse-drag.el (mouse-drag-throw): Remove unused variables
1308 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
1309 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
1310 (mouse-drag-drag): Remove unused variables `mouse-delta' and
1311 `mouse-col-delta'.
1312
1313 * mouse-sel.el (mouse-extend-internal):
1314 Remove unused variable `orig-window-frame'.
1315
1316 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
1317 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
1318 Move declarations before first use.
1319 (pcomplete-opt): Mark unused parameters; doc fix.
1320
1321 * proced.el (proced-revert): Mark unused parameter.
1322 (proced-send-signal): Remove unused variable `err'.
1323
1324 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
1325 Rename parameter PREFIX-ARG to ARG.
1326 (ps-basic-plot-string, ps-basic-plot-whitespace):
1327 Mark unused parameters.
1328
1329 * replace.el (replace-count): Define.
1330 (occur-revert-function): Mark unused parameters.
1331 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
1332 (isearch-case-fold-search, isearch-string): Declare.
1333 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
1334 bind `case-fold-search'. Remove unused variables `beg' and `end',
1335 and simplify.
1336 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
1337 COUNT and bind `replace-count'.
1338 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
1339 to COUNT.
1340
1341 * savehist.el (print-readably, print-string-length): Declare.
1342
1343 * shadowfile.el (shadow-expand-cluster-in-file-name):
1344 Remove unused variable `cluster'.
1345 (shadow-copy-file): Remove unused variable `i'.
1346 (shadow-noquery, shadow-clusters, shadow-site-cluster)
1347 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
1348 (shadow-define-literal-group, shadow-define-regexp-group)
1349 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
1350
1351 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
1352 (shell): Use `called-interactively-p'.
1353 (shell-directory-tracker): Remove unused variable `chdir-failure'.
1354
1355 * simple.el (compilation-context-lines, comint-file-name-quote-list)
1356 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
1357 (delete-backward-char): Remove unused variable `ocol'.
1358 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
1359 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
1360 (event-apply-hyper-modifier, event-apply-shift-modifier)
1361 (event-apply-control-modifier, event-apply-meta-modifier):
1362 Mark unused parameters.
1363 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
1364 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
1365
1366 * speedbar.el (speedbar-ignored-directory-expressions)
1367 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
1368 (speedbar-find-file, speedbar-dir-follow)
1369 (speedbar-directory-buttons-follow, speedbar-tag-find)
1370 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
1371 (speedbar-buffers-line-directory, speedbar-buffer-click):
1372 Mark unused parameters.
1373 (speedbar-tag-file): Remove unused variable `mode'.
1374 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
1375
1376 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
1377
1378 * talk.el (talk): Remove unused variable `display'.
1379
1380 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
1381 (tar-write-region-annotate): Mark unused parameter.
1382
1383 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
1384 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
1385 Declare them, wrapped in `with-no-warnings' to avoid replacing one
1386 warning by another.
1387
1388 * time-stamp.el (time-stamp-string-preprocess):
1389 Remove unused variable `require-padding'.
1390
1391 * tree-widget.el (widget-glyph-enable): Declare.
1392 (tree-widget-action): Mark unused parameter.
1393
1394 * w32-fns.el (x-get-selection): Mark unused parameter.
1395 (autoload-make-program, generated-autoload-file): Declare.
1396
1397 * wdired.el (wdired-revert): Mark unused parameters.
1398 (wdired-xcase-word): Remove unused variable `err'.
1399
1400 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
1401 (whitespace-help-scroll): Remove unused variable `data-help'.
1402
1403 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
1404 (widget-image-insert, widget-after-change, default)
1405 (widget-default-format-handler, widget-default-notify)
1406 (widget-default-prompt-value, widget-info-link-action)
1407 (widget-url-link-action, widget-function-link-action)
1408 (widget-variable-link-action, widget-file-link-action)
1409 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
1410 (widget-field-prompt-internal, widget-field-action, widget-field-match)
1411 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
1412 (widget-insert-button-action, widget-delete-button-action, visibility)
1413 (widget-documentation-link-action, widget-documentation-string-action)
1414 (widget-const-prompt-value, widget-regexp-match, symbol)
1415 (widget-coding-system-prompt-value)
1416 (widget-key-sequence-value-to-external, sexp)
1417 (widget-sexp-value-to-internal, character, vector, cons)
1418 (widget-choice-prompt-value, widget-boolean-prompt-value)
1419 (widget-color--choose-action): Mark unused parameters.
1420 (widget-item-match-inline, widget-choice-match-inline)
1421 (widget-checklist-match, widget-checklist-match-inline)
1422 (widget-group-match): Rename parameter VALUES to VALS.
1423 (widget-field-value-set): Remove unused variable `size'.
1424 (widget-color-action): Remove unused variables `value' and `start'.
1425
1426 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 1427 variable `dir'. Doc fix.
06b60517
JB
1428 (windmove-find-other-window): Don't pass it.
1429
1430 * window.el (count-windows): Mark unused parameter.
1431 (bw-adjust-window): Remove unused variable `err'.
1432
1433 * woman.el (woman-file-name): Remove unused variable `default'.
1434 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
1435 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
1436 (global-font-lock-mode): Declare.
1437 (woman-decode-region): Mark unused parameter.
1438 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
1439
1440 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
1441 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
1442 (x-dnd-handle-moz-url): Remove unused variable `title'.
1443 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
1444
1445 * xml.el (xml-parse-tag, xml-parse-attlist):
1446 Remove unused variable `pos'.
1447
bc4f7f3d
GM
14482011-04-19 Glenn Morris <rgm@gnu.org>
1449
1450 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
1451 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1452 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1453 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
1454 * calendar/cal-html.el (cal-html-insert-minical):
1455 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
1456 (calendar-mark-date-pattern):
1457 Prefix "unused" locals.
1458
1459 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
1460 optional argument `style'.
1461
1462 * calendar/appt.el (appt-make-list):
1463 * calendar/cal-china.el (calendar-chinese-date-string):
1464 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
1465 (diary-hebrew-yahrzeit):
1466 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
1467 * calendar/calendar.el (calendar-generate-window):
1468 * calendar/time-date.el (time-to-days):
1469 Remove unused local variables.
1470
16a43933
CY
14712011-04-18 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
1474 glyphless-char-display table.
1475 (tabulated-list-glyphless-char-display): New var.
1476
7eed1860
SS
14772011-04-18 Sam Steingold <sds@gnu.org>
1478
1479 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
1480 to acknowledgments.
1481
4d2d1ccd
GM
14822011-04-17 Glenn Morris <rgm@gnu.org>
1483
1484 * calendar/diary-lib.el (diary-sexp-entry):
1485 * calendar/holidays.el (holiday-sexp):
1486 Set debug-on-error rather than the removed stack-trace-on-error.
1487
239da61d
GM
14882011-04-16 Glenn Morris <rgm@gnu.org>
1489
1490 * progmodes/f90.el: Use lexical-binding.
1491 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
1492
8b05752a
SM
14932011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1494
daca8ba5
SM
1495 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
1496 (mail-mode): Setup mailalias completion here instead.
1497 * mail/mailalias.el: Use lexical-binding.
1498 (pattern, mailalias-done): Declare dynamic.
1499 (mail-completion-at-point-function): New function, from mail-complete.
1500 (mail-complete): Use it.
1501 (mail-completion-expand): New function.
1502 (mail-get-names): Use it.
1503 (mail-directory, mail-directory-process, mail-directory-stream):
1504 Don't use `pattern' for lexically bound arg.
1505
6f542485
SM
1506 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
1507
037e7c3f
SM
1508 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
1509 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
1510 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
1511
8b05752a
SM
1512 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
1513 (byte-save-window-excursion, byte-temp-output-buffer-setup)
1514 (byte-interactive-p): Define them again, for use when inlining
1515 old code.
1516
49093f60
JB
15172011-04-15 Juanma Barranquero <lekktu@gmail.com>
1518
1519 * loadup.el: Use `string-to-number', not `string-to-int'.
1520
b5b8e7de
SM
15212011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
1524 gud-gdb-complete-command.
1525 (gud-gdb-completions): New function, from gud-gdb-complete-command.
1526 (gud-gdb-completion-at-point): New function.
1527 (gud-gdb-completions): Remove.
1528
f42efeb5
MA
15292011-04-14 Michael Albinus <michael.albinus@gmx.de>
1530
49093f60
JB
1531 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
1532 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
1533 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
1534 whether `executable-find' is bound.
f42efeb5
MA
1535
1536 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
1537
e240cc21
SM
15382011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * minibuffer.el (completion-in-region-mode-predicate)
1541 (completion-in-region-mode--predicate): New vars.
1542 (completion-in-region, completion-in-region--postch)
1543 (completion-in-region-mode): Use them.
1544 (completion--capf-wrapper): Also return the hook function.
1545 (completion-at-point, completion-help-at-point):
1546 Adjust and provide a predicate.
c2bd2ab0
SM
1547
1548 Preserve arg names for advice of subr and lexical functions (bug#8457).
1549 * help-fns.el (help-function-arglist): Consolidate the subr and
1550 new-byte-code cases. Add argument `preserve-names' to extract names
1551 from the docstring when needed.
1552 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
1553 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
1554 (ad-arglist): Use help-function-arglist's new arg.
1555 (ad-definition-type): Use cond.
1556
c183f693
JB
15572011-04-13 Juanma Barranquero <lekktu@gmail.com>
1558
06641a47
JB
1559 * autorevert.el (auto-revert-handler):
1560 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
1561 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
1562 Don't quote lambda.
1563
c183f693
JB
1564 * image-mode.el (image-transform-set-scale):
1565 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
1566
1e3b6001
G
15672011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1568
1569 * net/network-stream.el (network-stream-open-starttls): Only do
1570 opportunistic STARTTLS upgrades if we have built-in gnutls support.
1571 Upgrades via gnutls-cli are too slow to be done opportunistically.
1572
2d6af8dd
JB
15732011-04-12 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * dframe.el (dframe-current-frame): Remove spurious quote.
1576
c0749a51
GM
15772011-04-12 Glenn Morris <rgm@gnu.org>
1578
088d0d61
GM
1579 * calendar/cal-tex.el (cal-tex-end-document):
1580 Try to automatically use latin1 input if needed.
1581
c0749a51
GM
1582 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
1583 Don't try to cons a mark onto an empty element.
1584
5c90fde0
LL
15852011-04-11 Leo Liu <sdl.web@gmail.com>
1586
1587 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
1588 buffers.
1589 (ido-kill-buffer-at-head): Support killing virtual buffers.
1590
369e974d
CY
15912011-04-10 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * minibuffer.el (completion-show-inline-help): New var.
1594 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
1595 (minibuffer-force-complete, minibuffer-complete-word):
1596 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
1597
1598 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
1599 to avoid interference from inline help (Bug#5849).
1600
37f1c930
LL
16012011-04-10 Leo Liu <sdl.web@gmail.com>
1602
099c39a4
JB
1603 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1604 Fix typo.
37f1c930 1605
a32d4040
CY
16062011-04-09 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * image-mode.el (image-toggle-display-image): Signal an error if
1609 not in Image mode.
1610 (image-transform-mode, image-transform-resize)
1611 (image-transform-set-rotation): Doc fix.
daca8ba5 1612 (image-transform-set-resize): Delete.
a32d4040
CY
1613 (image-transform-set-scale, image-transform-fit-to-height)
1614 (image-transform-fit-to-width): Handle image-toggle-display-image
1615 and image-transform-resize directly.
1616
099c39a4 16172011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
1618
1619 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
1620 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
1621 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
1622 (doc-view-mode-map): Add bindings for the new functions.
1623
099c39a4 16242011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
1625
1626 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
1627 Fix typo in docstring.
1628
3726838a
EZ
16292011-04-08 Eli Zaretskii <eliz@gnu.org>
1630
04f33f1e
EZ
1631 * files.el (file-size-human-readable): Produce one digit after
1632 decimal, like "ls -lh" does.
1633
1634 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
1635 the file size representation.
1636
3726838a
EZ
1637 * simple.el (list-processes): If async subprocesses are not
1638 available, error out with a clear error message.
1639
cbb59342
CY
16402011-04-08 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * help.el (help-form-show): New function, to be called from C.
1643 Put help-form output in a buffer named differently than *Help*.
1644
e3971c44
EZ
16452011-04-08 Eli Zaretskii <eliz@gnu.org>
1646
1647 * files.el (file-size-human-readable): New function.
1648
1649 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
1650 computing the representation inline. Don't require `cl'.
1651
12544bbe
GM
16522011-04-08 Glenn Morris <rgm@gnu.org>
1653
a1de6c6a
GM
1654 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
1655
3c4671f4
GM
1656 * net/browse-url.el (browse-url-firefox):
1657 Test system-type, not system-configuration.
1658
b605679c
GM
1659 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
1660 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
1661 Use log-edit-empty-buffer-p. (Bug#7598)
1662
56442f0c
GM
1663 * net/rlogin.el (rlogin-process-connection-type): Simplify.
1664 (rlogin-mode-map): Initialize in the defvar.
1665 (rlogin): Use ignore-errors.
1666
12544bbe
GM
1667 * replace.el (occur-mode-map): Some fixes for menu items.
1668
eb237b0f
AH
16692011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1670
1671 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
1672
7d668f2c
CY
16732011-04-06 Chong Yidong <cyd@stupidchicken.com>
1674
e67a13ab
CY
1675 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
1676 issuing unused warnings.
1677
1678 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
1679 macro directly.
1680
7d668f2c
CY
1681 * simple.el: Lisp reimplement of list-processes. Based on an
1682 earlier reimplementation by Leo Liu, but using tabulated-list.el.
1683 (process-menu-mode): New major mode.
1684 (list-processes--refresh, list-processes):
1685 (process-menu-visit-buffer): New functions.
1686
1687 * files.el (save-buffers-kill-emacs): Don't assume any return
1688 value of list-processes, which is undocumented anyway.
1689
a83ec3c9
CY
16902011-04-06 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * emacs-lisp/tabulated-list.el: New file.
1693
e91a96fe
CY
1694 * emacs-lisp/package.el: Use Tabulated List mode.
1695 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
1696 (package-menu-mode): Derive from tabulated-list-mode. Set up the
1697 table format using Tabulated List mode variables.
1698 (package--push): New macro, replacing package-list-maybe-add.
1699 (package-menu--generate): Use package--push. Renamed from
1700 package--generate-package-list.
1701 (package-menu-refresh, list-packages): Use it.
daca8ba5 1702 (package-menu--print-info): Rename from package-print-package.
e91a96fe 1703 Return insertion data instead of inserting it directly.
099c39a4
JB
1704 (package-menu-describe-package, package-menu-execute):
1705 Use tabulated-list-get-id.
e91a96fe
CY
1706 (package-menu-mark-delete, package-menu-mark-install)
1707 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
1708 (package-menu-mark-obsolete-for-deletion):
1709 Use tabulated-list-put-tag.
e91a96fe
CY
1710 (package--list-packages, package-menu-revert)
1711 (package-menu-get-package, package-menu-get-version)
1712 (package-menu-sort-by-column): Functions deleted.
1713 (package-menu-package-list, package-menu-sort-key): Vars deleted.
1714 (package-menu--status-predicate, package-menu--version-predicate)
1715 (package-menu--name-predicate)
1716 (package-menu--description-predicate): Handle arguments in the
1717 Tabulated List format.
1718 (package-list-packages-no-fetch): Call list-packages.
1719
3e214b50
JB
17202011-04-06 Juanma Barranquero <lekktu@gmail.com>
1721
1722 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 1723 (after-find-file): Don't bind it.
3e214b50
JB
1724 (revert-buffer-in-progress-p): New variable.
1725 (revert-buffer): Bind it.
1726 Pass nil for `after-find-file-from-revert-buffer'.
1727
1728 * saveplace.el (save-place-find-file-hook): Use new variable
1729 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
1730
3f0f1700
GM
17312011-04-06 Glenn Morris <rgm@gnu.org>
1732
c0274801
GM
1733 * Makefile.in (AUTOGEN_VCS): New variable.
1734 (autoloads): Use $AUTOGEN_VCS.
1735
3f0f1700
GM
1736 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
1737 * calendar/calendar.el (calendar-mode-map):
1738 Check for toolkit scroll bars. (Bug#8305)
1739
41ea9e48
CY
17402011-04-05 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * minibuffer.el (completion-in-region--postch)
1743 (completion-in-region-mode): Remove unnecessary messages.
1744
6194c800
JB
17452011-04-05 Juanma Barranquero <lekktu@gmail.com>
1746
33256f14
JB
1747 * font-lock.el (font-lock-refresh-defaults):
1748 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
1749 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
1750
6194c800
JB
1751 * info.el (Info-directory-list, Info-read-node-name-2)
1752 (Info-split-parameter-string): Doc fixes.
1753 (Info-virtual-nodes): Reflow docstring.
1754 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
1755 (Info-apropos-toc-nodes, info-finder, Info-get-token)
1756 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
1757 Fix typos in docstrings.
1758 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
1759 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
1760 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
1761 (Info-restore-desktop-buffer): Mark unused parameters.
1762 (Info-directory-find-file, Info-directory-find-node)
1763 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
1764 (Info-virtual-index-find-node, Info-apropos-find-file)
1765 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 1766 Mark unused parameters; fix typos in docstrings.
6194c800
JB
1767 (Info-virtual-index): Remove unused local variable `nodename'.
1768
b87a8200 17692011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 1770
b87a8200
DD
1771 * net/rcirc.el: Update my e-mail address.
1772 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 1773
3b2ff876
CY
17742011-04-05 Chong Yidong <cyd@stupidchicken.com>
1775
1776 * startup.el (command-line): Save the cursor's theme-face
1777 directly, instead of using face-override-spec.
1778
1779 * custom.el (load-theme): Minor optimization in assigning faces.
1780
8d17e7ca
JB
17812011-04-04 Juanma Barranquero <lekktu@gmail.com>
1782
1783 * help-fns.el (describe-variable): Complete all variables having
1784 documentation, including keywords.
1785 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
1786
2fbc1934
JB
17872011-04-04 Juanma Barranquero <lekktu@gmail.com>
1788
1789 Convert to lexical-binding.
1790
1791 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
1792 (bs--get-marked-string, bs--get-modified-string)
1793 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
1794 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
1795 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
1796
1797 * ehelp.el (electric-help-execute-extended)
1798 (electric-help-ctrl-x-prefix):
1799 * hexl.el (hexl-revert-buffer-function):
1800 * linum.el (linum-after-change, linum-after-scroll):
1801 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
1802
1803 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
1804
74f50695
DU
18052011-04-04 Daiki Ueno <ueno@unixuser.org>
1806
1807 * epa-dired.el:
1808 * epa-mail.el:
1809 * epa-hook.el:
1810 * epa-file.el:
1811 * epa.el:
1812 * epg.el: Use lexical binding.
1813
c11325f7
CY
18142011-04-03 Chong Yidong <cyd@stupidchicken.com>
1815
0d9e9a12
CY
1816 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
1817
c11325f7 1818 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
1819 dictionary case for flyspell-mark-duplications-exceptions.
1820 Use regexp matching for languages.
c11325f7
CY
1821 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
1822 default dictionary (Bug#7926).
1823
da91b5f2
CY
18242011-04-02 Chong Yidong <cyd@stupidchicken.com>
1825
099c39a4
JB
1826 * emacs-lisp/package.el (package--with-work-buffer):
1827 Recognize https URLs.
da91b5f2 1828
099c39a4
JB
1829 * net/network-stream.el: Move from gnus/proto-stream.el.
1830 Change prefix to network-stream throughout.
da91b5f2
CY
1831 (open-protocol-stream): Merge into open-network-stream, leaving
1832 open-protocol-stream as an alias. Handle nil BUFFER args.
1833
1834 * subr.el (open-network-stream): Move to net/network-stream.el.
1835
afa8e9f6
GM
18362011-04-02 Glenn Morris <rgm@gnu.org>
1837
1d2e369d
GM
1838 * find-dired.el (find-exec-terminator): New option.
1839 (find-ls-option): Test for -ls support.
1840 (find-ls-subdir-switches): Test for -b in find-ls-option.
1841 (find-dired, find-grep-dired): Doc fixes.
1842 (find-dired): Use find-exec-terminator.
1843
8abb7da8 1844 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
1845 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
1846 (find-name-arg): Remove purecopy.
8abb7da8 1847
f3ca7378
GM
1848 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
1849 (grep-compute-defaults): Check for `-exec COMMAND +' support.
1850 Set grep-find-use-xargs, grep-find-command, and grep-find-template
1851 accordingly. Don't add the null-device if not needed.
1852
afa8e9f6
GM
1853 * files.el (save-some-buffers): Doc fix.
1854
35eae264
EZ
18552011-04-02 Eli Zaretskii <eliz@gnu.org>
1856
1857 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
1858
26b51db5
JB
18592011-04-01 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
1862 Use `dolist' rather than `mapcar'.
1863
7200d79c
SM
18642011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1865
03408648 1866 Add lexical binding.
7200d79c 1867
03408648
SM
1868 * subr.el (apply-partially): Use new closures rather than CL.
1869 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
1870 (dolist, dotimes): Use slightly different expansion for lexical code.
1871 (functionp): Move to C.
1872 (letrec): New macro.
1873 (with-wrapper-hook): Use it and apply-partially instead of CL.
1874 (eval-after-load): Preserve lexical-binding.
1875 (save-window-excursion, with-output-to-temp-buffer): Turn them
1876 into macros.
7200d79c 1877
03408648
SM
1878 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
1879
1880 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
1881 than the arglist.
1882 (help-add-fundoc-usage): Don't add `Not documented'.
1883 (help-function-arglist): Handle closures, subroutines, and new
1884 byte-code-functions.
1885 (help-make-usage): Remove leading underscores.
1886 (describe-function-1): Handle closures.
1887 (describe-variable): Use special-variable-p for completion.
1888
1889 * files.el (lexical-binding): Declare safe.
f488fb65 1890
03408648
SM
1891 * emacs-lisp/pcase.el: Don't use destructuring-bind.
1892 (pcase--memoize): Rename from pcase-memoize. Change weakness.
1893 (pcase): Add `let' pattern.
1894 Change memoization so it actually works.
1895 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
1896 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
1897 <let>: New case.
f488fb65 1898
03408648
SM
1899 * emacs-lisp/macroexp.el: Use lexical binding.
1900 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
1901 Don't convert ' to #' without checking that it's indeed quoting
1902 a lambda.
1903
1904 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 1905 Use eval-sexp-add-defvars.
03408648
SM
1906 (eval-sexp-add-defvars): New fun.
1907
1908 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
1909
1910 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
1911 Don't autoload.
1912 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
1913 than the internal `byte-compile-lambda'.
1914 (defmethod): Don't hide code under quotes.
1915 (eieio-defmethod): New `code' argument.
1916
1917 * emacs-lisp/eieio-comp.el: Remove.
1918
1919 * emacs-lisp/edebug.el (edebug-eval-defun)
1920 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
1921 (edebug-toggle): Avoid `eval'.
1922
1923 * emacs-lisp/disass.el (disassemble-internal): Handle new
1924 `closure' objects.
1925 (disassemble-1): Handle new byte codes.
1926
1927 * emacs-lisp/cl.el (pushnew): Silence warning.
1928
1929 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
1930 (cl-byte-compile-throw): Remove.
1931 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
1932
1933 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
1934 closures.
1935
1936 * emacs-lisp/cconv.el: New file.
1937
1938 * emacs-lisp/bytecomp.el: Use lexical binding instead of
1939 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
1940 (byte-compile-initial-macro-environment):
1941 Handle declare-function here.
1942 (byte-compile--lexical-environment): New var.
1943 (byte-stack-ref, byte-stack-set, byte-discardN)
1944 (byte-discardN-preserve-tos): New lap codes.
1945 (byte-interactive-p): Don't use any more.
1946 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
1947 New macros.
1948 (byte-compile-lapcode): Use them and handle new lap codes.
1949 (byte-compile-obsolete): Remove.
1950 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
1951 (byte-compile-arglist-warn): Check late def of inlinable funs.
1952 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
1953 since they should have been expanded by now.
1954 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
1955 (byte-compile-from-buffer): Remove unused second arg.
1956 (byte-compile-preprocess): New function.
1957 (byte-compile-toplevel-file-form): New function to distinguish
1958 file-form calls from outside from file-form calls from hunk-handlers.
1959 (byte-compile-file-form): Simplify.
1960 (byte-compile-file-form-defsubst): Remove.
1961 (byte-compile-file-form-defmumble): Simplify now that
1962 byte-compile-lambda always returns a byte-code-function.
1963 (byte-compile): Preprocess.
1964 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
1965 Remove, not used any more.
1966 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
1967 (byte-compile-make-args-desc): New funs.
1968 (byte-compile-lambda): Handle lexical functions. Always return
1969 a byte-code-function.
1970 (byte-compile-reserved-constants): New var, to make up room for
1971 closed-over variables.
1972 (byte-compile-constants-vector): Obey it.
1973 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
1974 (byte-compile-macroexpand-declare-function): New function.
1975 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
1976 byte-code-functions.
1977 (byte-compile-form): Check obsolescence here.
1978 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
1979 (byte-compile-variable-ref): Remove.
1980 (byte-compile-dynamic-variable-op): New fun.
1981 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
1982 (byte-compile-variable-set): New funs.
1983 (byte-compile-discard): Add 2 args.
1984 (byte-compile-stack-ref, byte-compile-stack-set)
1985 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
1986 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
1987 macroexpand-all instead.
1988 (byte-compile-quote-form): Remove.
1989 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
1990 (byte-compile-bind, byte-compile-unbind): New funs.
1991 (byte-compile-let): Handle let* and lexical binding.
1992 (byte-compile-let*): Remove.
1993 (byte-compile-catch, byte-compile-unwind-protect)
1994 (byte-compile-track-mouse, byte-compile-condition-case):
1995 Handle a new :fun-body form, used for lexical scoping.
1996 (byte-compile-save-window-excursion)
1997 (byte-compile-with-output-to-temp-buffer): Remove.
1998 (byte-compile-defun): Simplify.
1999 (byte-compile-stack-adjustment): New fun.
2000 (byte-compile-out): Use it.
2001 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
2002
2003 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
2004 handler any more.
2005
2006 * emacs-lisp/byte-opt.el: Use lexical binding.
2007 (byte-inline-lapcode): Remove (to bytecomp).
2008 (byte-compile-inline-expand): Pay attention to inlining to/from
2009 lexically bound code.
2010 (byte-compile-unfold-lambda): Don't handle byte-code-functions
2011 any more.
2012 (byte-optimize-form-code-walker): Don't handle save-window-excursion
2013 any more and don't call compiler-macros.
2014 (byte-compile-splice-in-already-compiled-code): Remove.
2015 (byte-code): Don't inline any more.
2016 (disassemble-offset): Receive `bytes' as argument rather than via
2017 dynamic scoping.
2018 (byte-compile-tag-number): Declare before first use.
2019 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
2020 `return' even if make-spliceable.
2021 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
2022 obsolete interactive-p.
2023 (byte-optimize-lapcode): Optimize new lap-codes.
2024 Don't trip up on new form of `byte-constant' lap code.
2025
2026 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
2027
2028 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
2029
2030 * custom.el (custom-initialize-default, custom-declare-variable):
2031 Use `defvar'.
2032
2033 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
2034 New variables.
2035 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
2036 (COMPILE_FIRST): Add macroexp and cconv.
2037 * makefile.w32-in: Mirror changes in Makefile.in.
2038
2039 * vc/cvs-status.el:
2040 * vc/diff-mode.el:
2041 * vc/log-edit.el:
2042 * vc/log-view.el:
2043 * vc/smerge-mode.el:
2044 * textmodes/bibtex-style.el:
2045 * textmodes/css.el:
2046 * startup.el:
2047 * uniquify.el:
da91b5f2
CY
2048 * minibuffer.el:
2049 * newcomment.el:
2050 * reveal.el:
2051 * server.el:
2052 * mpc.el:
2053 * emacs-lisp/smie.el:
2054 * doc-view.el:
2055 * dired.el:
03408648
SM
2056 * abbrev.el: Use lexical binding.
2057
0f0c1f27
EZ
20582011-04-01 Eli Zaretskii <eliz@gnu.org>
2059
2060 * info.el (info-display-manual): New function.
2061
c82b2579
SM
20622011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
2065
221ddf68
TH
20662011-03-31 Tassilo Horn <tassilo@member.fsf.org>
2067
2068 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 2069 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 2070
cba6e77e
GM
20712011-03-31 Glenn Morris <rgm@gnu.org>
2072
e040639f
GM
2073 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
2074
cba6e77e
GM
2075 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
2076
6d0f1c9e
CS
20772011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
2078
2079 * progmodes/python.el (python-default-interpreter)
2080 (python-python-command-args, python-jython-command-args)
2081 (python-which-shell, python-which-args, python-which-bufname)
2082 (python-file-queue, python-comint-output-filter-function)
2083 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
2084 variables and functions.
2085
3e2d70fd
SM
20862011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
2089 (completion-in-region-mode): New minor mode.
2090 (completion-in-region): Use it.
2091 (completion-in-region--data, completion-in-region-mode-map): New vars.
2092 (completion-in-region--postch): New function.
2093 (completion--capf-misbehave-funs, completion--capf-safe-funs):
2094 New vars.
2095 (completion--capf-wrapper): New function.
2096 (completion-at-point): Use it to track well-behavedness of
2097 hook functions.
2098 (completion-help-at-point): New command.
2099
f3e4086c
JM
21002011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
2101
2102 * vc/add-log.el (add-change-log-entry): Don't use whitespace
2103 syntax class to search for whitespace on a single line
2104 (Message-ID: <4D938140.4030905@redhat.com>).
2105
eb7ffc14
LL
21062011-03-30 Leo Liu <sdl.web@gmail.com>
2107
2108 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
2109 New commands.
2110 (edit-abbrevs-map): Bind them here.
2111 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
2112
d806ab68
KM
21132011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
2114
2115 * allout.el (allout-hide-by-annotation, allout-flag-region):
2116 Reduce possibility of overlay leakage by making them volatile.
2117
2118 * allout-widgets.el (allout-widgets-tally): Define as nil so the
2119 hash is not shared between buffers. Mode initialization is
2120 responsible for giving it a useful starting value.
2121 (allout-item-span): Reduce possibility of overlay leakage by
2122 making them volatile.
2123 (allout-widgets-count-buttons-in-region): Add diagnostic function
2124 for tracking down button overlay leaks.
2125
ea622834
LL
21262011-03-29 Leo Liu <sdl.web@gmail.com>
2127
2128 * ido.el (ido-read-internal): Use the default history var
2129 minibuffer-history if no HISTORY is specified.
2130
b62f8267
G
21312011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
2132
03408648
SM
2133 * net/imap.el (imap-shell-open, imap-process-connection-type):
2134 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
2135 Kerberos, SSL, other subprocesses.
2136
947b6566
LL
21372011-03-28 Leo Liu <sdl.web@gmail.com>
2138
2139 * abbrev.el (abbrev-table-empty-p): New function.
2140 (prepare-abbrev-list-buffer): Place empty abbrev tables after
2141 nonempty ones. (Bug#5937)
2142
5ffb62aa
JD
21432011-03-27 Jan Djärv <jan.h.d@swipnet.se>
2144
2145 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
2146
7a097943
LL
21472011-03-27 Leo Liu <sdl.web@gmail.com>
2148
2149 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
2150 for foreground and background colors.
2151 (ansi-color-make-color-map): Adapt.
2152
c5b40130
LL
21532011-03-25 Leo Liu <sdl.web@gmail.com>
2154
1f48f7d2
LL
2155 * midnight.el (midnight-time-float): Remove. Note it calculates
2156 the microsecond component incorrectly and seconds-to-time does the
2157 same job.
625897ec 2158 Remove redundant (require 'timer).
1f48f7d2 2159
c5b40130
LL
2160 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
2161 (ido-completions): Remove unused arguments. (Bug#8329)
2162
d86d2721
SM
21632011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * minibuffer.el (completion--flush-all-sorted-completions):
2166 Remove itself from hook.
2167 (completion-at-point): Let the functions perform the completion
2168 immediately and return nil or t.
2169 * comint.el (comint-dynamic-complete-functions): Now identical to
2170 completion-at-point-functions.
2171 (comint-dynamic-list-input-ring): Remove unused var `index'.
2172 (comint--match-partial-filename, comint--unquote&expand-filename):
2173 New funs, split from comint-match-partial-filename.
2174 (comint-dynamic-complete): Use completion-at-point.
2175 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
2176
e8974c48
DA
21772011-03-24 Drew Adams <drew.adams@oracle.com>
2178
2179 * thingatpt.el: Support `defun'.
2180
def71b5e
LL
21812011-03-23 Leo Liu <sdl.web@gmail.com>
2182
cb5af48e
LL
2183 * abbrevlist.el: Move to obsolete/abbrevlist.el.
2184
def71b5e
LL
2185 * help-mode.el (help-mode-finish): Tweak regexp.
2186
927c53e7
GM
21872011-03-23 Glenn Morris <rgm@gnu.org>
2188
18d05bed
GM
2189 * eshell/esh-opt.el (eshell-eval-using-options):
2190 Do not bind unused local variable `eshell-option-stub'.
2191
927c53e7
GM
2192 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
2193
9d0da923
JB
21942011-03-22 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
2197 keymap variable in `with-no-warnings' to avoid a warning when the
2198 keymap has been already `defconst'ed.
2199
4b978a67
LL
22002011-03-22 Leo Liu <sdl.web@gmail.com>
2201
2202 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
2203 encode all chars in abbrevs; otherwise use emacs-mule or
2204 utf-8-emacs. (Bug#8308)
2205
5fd62452
JB
22062011-03-22 Juanma Barranquero <lekktu@gmail.com>
2207
0b1596c6
JB
2208 * simple.el (backward-delete-char-untabify):
2209 Avoid warning about using `delete-backward-char'.
2210
5fd62452
JB
2211 * image.el (image-type-file-name-regexps): Make it variable.
2212 `imagemagick-register-types' modifies it, and the user may want
2213 to add new extensions for known image types.
2214 (imagemagick-register-types): Throw error if not using ImageMagick.
2215
0b4e93f1
LL
22162011-03-22 Leo Liu <sdl.web@gmail.com>
2217
2218 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
2219 located before rcirc-prompt-end-marker.
2220 (rcirc-complete): Error if point is not after rcirc prompt.
2221 Handle the case when table is nil.
9882e214 2222 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 2223
fccee4ab
CY
22242011-03-22 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * custom.el (custom--inhibit-theme-enable): Make it affect only
2227 custom-theme-set-variables and custom-theme-set-faces.
2228 (provide-theme): Ignore custom--inhibit-theme-enable.
2229 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
2230 (custom-enabling-themes): Delete variable.
d86d2721
SM
2231 (enable-theme): Accept only loaded themes as arguments.
2232 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
2233 (custom-enabled-themes): Forbid themes from setting this.
2234 Eliminate use of custom-enabling-themes.
2235 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 2236
af896da6
LL
22372011-03-21 Leo Liu <sdl.web@gmail.com>
2238
2239 * ido.el (ido-read-internal): Add ido-selected to history instead
2240 of user input.
2241
78f64af0
SM
22422011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * subr.el (deferred-action-list, deferred-action-function):
2245 Mark obsolete.
2246
b16ac1ec
LL
22472011-03-21 Leo Liu <sdl.web@gmail.com>
2248
810f7698
LL
2249 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
2250 change on 2011-02-13 (bug#8309).
2251
b16ac1ec
LL
2252 * minibuffer.el (read-file-name-function): Change default value.
2253 (read-file-name--defaults): Rename from read-file-name-defaults.
2254 (read-file-name-default): Rename from read-file-name.
2255 (read-file-name): Call read-file-name-function.
2256
4e05e67e
GM
22572011-03-21 Glenn Morris <rgm@gnu.org>
2258
2259 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
2260 Doc fixes.
2261
4359915b
CY
22622011-03-21 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * cus-theme.el: Add missing provide statement.
2265 (customize-create-theme): Extract theme value correctly.
2266 (custom-theme-visit-theme): Autoload.
2267 (customize-create-theme): Prompt before inserting default faces.
2268
1fe275ee
JB
22692011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2270
2271 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
2272 units and musical notes.
2273
3ec03f7e
LL
22742011-03-20 Leo <sdl.web@gmail.com>
2275
2276 * ido.el (ido-read-internal): Use completing-read-default.
2277 (ido-completing-read): Fix compatibility with completing-read.
2278
7d476bde
CO
22792011-03-20 Christian Ohler <ohler@gnu.org>
2280
2281 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
2282 (ert-delete-all-tests): Use `called-interactively-p' rather than
2283 `interactive-p'.
2284 (ert--make-xrefs-region): Respect END.
2285
fe0fb33e
CY
22862011-03-19 Chong Yidong <cyd@stupidchicken.com>
2287
ff854b0b
CY
2288 * dired-aux.el (dired-create-directory): Signal an error if the
2289 directory already exists (Bug#8246).
2290
fe0fb33e
CY
2291 * facemenu.el (list-colors-display): Call list-faces-display
2292 inside with-help-window.
2293 (list-colors-print): Use display property to align the final
2294 column, instead of checking window-width.
2295
576bce32
EZ
22962011-03-19 Eli Zaretskii <eliz@gnu.org>
2297
2298 * emerge.el (emerge-metachars): Separate value for ms-dos and
2299 windows-nt systems.
2300 (emerge-protect-metachars): Quote correctly for ms-dos and
2301 windows-nt systems.
2302
89c41d68 23032011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
2304
2305 * info.el (info-initialize): Replace all uses of `:' with
2306 path-separator for compatibility with non-Unix systems.
2307 Cache quoting of path-separator. (Bug#8258)
2308
b14e3e21 23092011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
2310
2311 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
2312 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
2313 (mouse-avoidance-mode): Fix typos in docstrings.
2314
4525ce3e
CY
23152011-03-19 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * startup.el (package-subdirectory-regexp): Move from package.el.
2318 Omit \\` and \\', and let callers add them.
2319
2320 * emacs-lisp/package.el (package-strip-version)
2321 (package-load-all-descriptors): Add \\` and \\' to
2322 package-subdirectory-regexp before using it.
2323 (package-untar-buffer): New arg DIR; ensure that file untars only
2324 into this expected directory. Remove superfluous delete-region.
2325 (package-unpack): Caller changed.
2326 (package-tar-file-info): Use package-subdirectory-regexp.
2327
a904a09a 23282011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 2329
a904a09a
SM
2330 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
2331 diff-mode-shared-map (bug#8284).
2332 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
2333
23342011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2335
2336 * calendar/time-date.el (format-seconds): Use assoc instead of
2337 assoc-string, since assoc-string doesn't exist in XEmacs.
2338
171fc304
JB
23392011-03-17 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * custom.el (custom-known-themes): Reflow docstring.
2342 (custom-theme-load-path): Fix typo in docstring.
2343 (load-theme): Fix typo in error message.
2344 (custom-available-themes, custom-variable-theme-value):
2345 Use `let', not `let*'.
2346
d71990a1
JB
23472011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
2348
2349 * calc/README: Mention inclusion of musical notes.
2350
2351 * calc/calc-units.el (calc-lu-quant): Rename from
2352 `calc-logunits-quantity'.
2353 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
2354 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
2355 (calc-db): Rename from `calc-dblevel'.
2356 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
2357 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
2358 (calc-np): Rename from `calc-nplevel'.
2359 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
2360 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
2361 (calc-lu-plus): Rename from `calc-logunits-add'.
2362 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
2363 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
2364 (calc-lu-minus): Rename from `calc-logunits-sub'.
2365 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
2366 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
2367 (calc-lu-times): Rename from `calc-logunits-mul'.
2368 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
2369 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
2370 (calc-lu-divide): Rename from `calc-logunits-div'.
2371 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
2372 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
2373
2374 * calc/calc-ext.el (calc-init-extensions): Update the names of the
2375 functions being autoloaded.
2376
2377 * calc/calc.el (calc-lu-power-reference): Rename from
2378 `calc-logunits-power-reference'.
2379 (calc-lu-field-reference): Rename from
2380 `calc-logunits-field-reference'.
2381
2382 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
2383
40c2934b
SM
23842011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * minibuffer.el (completion-all-sorted-completions):
2387 Use :completion-cycle-penalty text property if present.
2388
b0911414
KM
23892011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
2390
2391 * allout.el (allout-yank-processing): Adjust for new rebulleting
2392 regime so bullet being yanked is used without prompting the user
2393 for a choice.
2394
8a05b668
JB
23952011-03-16 Juanma Barranquero <lekktu@gmail.com>
2396
2397 * startup.el (command-line): Warn the user that _emacs is deprecated.
2398
5ba5fb81
JB
23992011-03-16 Juanma Barranquero <lekktu@gmail.com>
2400
2401 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
2402 (delphi-verbose, delphi-comment-face, delphi-string-face)
2403 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
2404 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
2405 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
2406 (delphi-new-comment-line, delphi-font-lock-defaults)
2407 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
2408 Fix typos in docstrings.
2409
2dab465b
KM
24102011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
2411
5ba5fb81 2412 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
2413 Invert the roles of character and string values for INSTEAD, so a
2414 string is used for the more common case of a defaulting prompt.
2415
0adf5618
SM
24162011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * progmodes/ruby-mode.el (ruby-backward-sexp):
2419 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
2420 * play/gamegrid.el (gamegrid-make-face):
2421 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
2422 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
2423 * notifications.el (notifications-notify):
2424 * net/xesam.el (xesam-search-engines):
2425 * net/quickurl.el (quickurl-list-insert):
2426 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
2427
d72700e5
CY
24282011-03-15 Chong Yidong <cyd@stupidchicken.com>
2429
2430 * startup.el (command-line): Update package subdirectory regexp.
2431
49c5410a
SM
24322011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2433
c6eee9aa
SM
2434 * allout.el (allout-abbreviate-flattened-numbering)
2435 (allout-mode-deactivate-hook): Fix up obsolescence "date".
2436
49c5410a
SM
2437 * subr.el (read-char-choice): Only show the cursor after the prompt,
2438 not after the answer.
2439
047b2bb9
KR
24402011-03-15 Kevin Ryde <user42@zip.com.au>
2441
2442 * help-fns.el (variable-at-point): Skip leading quotes, if any
2443 (bug#8253).
2444
0a57d256
SM
24452011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
2448 warning message.
2449
77c992bc
MA
24502011-03-14 Michael Albinus <michael.albinus@gmx.de>
2451
2452 * shell.el (shell): When called interactively, offer to change the
2453 shell file name on remote hosts.
2454
eebc475d
TZ
24552011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2456
2457 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
2458 integration for LDAP parameters. The host, base, user or binddn,
2459 and secret tokens can be specified in a netrc file, for instance.
2460 This is optional because an `auth-source' parameter must be
2461 specified in the search attributes.
2462
9d05d1ba
JB
24632011-03-13 Juanma Barranquero <lekktu@gmail.com>
2464
2465 * help.el (describe-mode): Link to the mode's definition (bug#8185).
2466
09d9db2c
GM
24672011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
2470 into declaration. Remove redundant and harmful binding.
2471
24722011-03-12 Eli Zaretskii <eliz@gnu.org>
2473
2474 * files.el (file-ownership-preserved-p): Pass `integer' as an
2475 explicit 2nd argument to `file-attributes'. If the file's owner
2476 is the Administrators group on Windows, and the current user is
2477 Administrator, consider that a match.
2478
2479 * server.el (server-ensure-safe-dir): Consider server directory
2480 safe on MS-Windows if its owner is the Administrators group while
2481 the current Emacs user is Administrator. Use `=' to compare
2482 numerical UIDs, since they could be integers or floats.
2483
219bd536
JB
24842011-03-12 Juanma Barranquero <lekktu@gmail.com>
2485
2486 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
2487
f3afd36b
MA
24882011-03-12 Michael Albinus <michael.albinus@gmx.de>
2489
2490 Sync with Tramp 2.2.1.
2491
2492 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
2493
2494 * net/trampver.el: Update release number.
2495
3aaaa6f1
SM
24962011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2497
94642599
SM
2498 * progmodes/compile.el (compilation--previous-directory): Fix up
2499 various nil/dead-marker mismatches (bug#8014).
2500 (compilation-directory-properties, compilation-error-properties):
2501 Don't call it at a position past the one we're about to change.
2502
3aaaa6f1
SM
2503 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
2504 Disable obsolescence warnings in the file that declares it.
2505
14239447
KM
25062011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
2507
099c39a4
JB
2508 * allout-widgets.el (allout-widgets-tally):
2509 Initialize allout-widgets-tally as a hash table rather than nil to
2510 prevent mode-line redisplay warnings. Also, clarify the module
2511 description and fix a comment typo.
14239447 2512
135e287c
JB
25132011-03-11 Juanma Barranquero <lekktu@gmail.com>
2514
2515 * help-fns.el (describe-variable): Don't complete keywords.
2516 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
2517
ffbf300e
CY
25182011-03-10 Chong Yidong <cyd@stupidchicken.com>
2519
ba08b241
CY
2520 * emacs-lisp/package.el (package-version-join): Impose a standard
2521 string representation for pre/alpha/beta version lists.
2522 (package-unpack-single): Standardize the directory name by passing
2523 it through package-version-join.
2524 (package-strip-rcs-id): Accept any version string that does not
2525 signal an error in version-to-list.
ffbf300e 2526
f346fd6b
MA
25272011-03-10 Michael Albinus <michael.albinus@gmx.de>
2528
2529 * simple.el (delete-trailing-whitespace): Return nil for the
2530 benefit of `write-file-functions'.
2531
ccb55d27
GM
25322011-03-10 Glenn Morris <rgm@gnu.org>
2533
5ceaac0c
GM
2534 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
2535
02da65ff
GM
2536 * vc/vc-git.el (vc-git-program): New option.
2537 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
2538 (vc-git--call): Use it.
2539
b2f603cc
GM
2540 * eshell/esh-util.el (eshell-condition-case): Doc fix.
2541
5772caab
GM
2542 * cus-edit.el (Custom-newline): If no button at point, look
2543 for a subgroup button at start-of-line. (Bug#2298)
2544
ccb55d27
GM
2545 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
2546
ec6ecaed
JD
25472011-03-10 Julien Danjou <julien@danjou.info>
2548
2549 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
2550 `cursor-type' is nil.
2551
9d5aa01d
JB
25522011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
2553
2554 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
2555
b6a5875b
KM
25562011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
2557
2558 * allout.el Summary: Change so yank of distinctive-bullet items
2559 preserves the existing header prefix, rebulleting it if necessary,
2560 rather than replacing it. This is necessary for proper operation
2561 of cooperative addons like allout-widgets.
219bd536 2562 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
2563 SOLICIT arg to INSTEAD, and interpret additionally a string value
2564 as alternate bullet to be used, instead of prompting the user for
2565 a bullet character.
2566
ee545c35
MA
25672011-03-09 Michael Albinus <michael.albinus@gmx.de>
2568
d86d2721
SM
2569 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2570 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
2571 `tramp-default-port'.
2572
c47971d7
DD
25732011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2574
2575 * net/rcirc.el (rcirc-handler-001): Remove useless
2576 with-rcirc-process-buffer.
2577 (rcirc-check-auth-status): Swap arguments to string-match.
2578
13522cb4
GM
25792011-03-09 Glenn Morris <rgm@gnu.org>
2580
0be6f4f1
GM
2581 * shell.el (shell-mode):
2582 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
2583
13522cb4
GM
2584 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
2585 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
2586
515de2e3
CY
25872011-03-08 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * emacs-lisp/package.el (package-refresh-contents)
2590 (package-menu-execute): Use condition-case-no-debug.
2591
b511b994
MA
25922011-03-08 Michael Albinus <michael.albinus@gmx.de>
2593
2594 * simple.el (shell-command-to-string): Use `process-file'.
2595
2596 * emacs-lisp/package.el (package-tar-file-info): Handle also
2597 remote files.
2598
d86d2721
SM
2599 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2600 Use `equal' for upload base check.
b511b994 2601
25bbfb31
AM
26022011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
2603
2604 * textmodes/texinfo.el (texinfo-environments):
2605 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
2606
be996521
GM
26072011-03-08 Glenn Morris <rgm@gnu.org>
2608
e9c8529f
GM
2609 * cus-start.el (cursor-in-non-selected-windows):
2610 Fix :set quoting oddness. (Bug#8192)
2611
be996521
GM
2612 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
2613 in some setf expressions. (Bug#2159)
2614
2bb5649e
CY
26152011-03-08 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * custom.el (custom-available-themes): Return themes in
2618 alphabetical order.
2619
33383987 2620See ChangeLog.15 for earlier changes.
e3d51b27
MR
2621
2622;; Local Variables:
2623;; coding: utf-8
e3d51b27
MR
2624;; End:
2625
33383987 2626 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
2627
2628 This file is part of GNU Emacs.
2629
2630 GNU Emacs is free software: you can redistribute it and/or modify
2631 it under the terms of the GNU General Public License as published by
2632 the Free Software Foundation, either version 3 of the License, or
2633 (at your option) any later version.
2634
2635 GNU Emacs is distributed in the hope that it will be useful,
2636 but WITHOUT ANY WARRANTY; without even the implied warranty of
2637 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2638 GNU General Public License for more details.
2639
2640 You should have received a copy of the GNU General Public License
2641 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.