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