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