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