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