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