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