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