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