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