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