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