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