Allow glyphless-char-display to distinguish between X and text terminals.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
16a43933
CY
12011-04-18 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
4 glyphless-char-display table.
5 (tabulated-list-glyphless-char-display): New var.
6
7eed1860
SS
72011-04-18 Sam Steingold <sds@gnu.org>
8
9 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10 to acknowledgments.
11
4d2d1ccd
GM
122011-04-17 Glenn Morris <rgm@gnu.org>
13
14 * calendar/diary-lib.el (diary-sexp-entry):
15 * calendar/holidays.el (holiday-sexp):
16 Set debug-on-error rather than the removed stack-trace-on-error.
17
239da61d
GM
182011-04-16 Glenn Morris <rgm@gnu.org>
19
20 * progmodes/f90.el: Use lexical-binding.
21 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
22
8b05752a
SM
232011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24
daca8ba5
SM
25 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
26 (mail-mode): Setup mailalias completion here instead.
27 * mail/mailalias.el: Use lexical-binding.
28 (pattern, mailalias-done): Declare dynamic.
29 (mail-completion-at-point-function): New function, from mail-complete.
30 (mail-complete): Use it.
31 (mail-completion-expand): New function.
32 (mail-get-names): Use it.
33 (mail-directory, mail-directory-process, mail-directory-stream):
34 Don't use `pattern' for lexically bound arg.
35
6f542485
SM
36 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
37
037e7c3f
SM
38 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
39 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
40 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
41
8b05752a
SM
42 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
43 (byte-save-window-excursion, byte-temp-output-buffer-setup)
44 (byte-interactive-p): Define them again, for use when inlining
45 old code.
46
49093f60
JB
472011-04-15 Juanma Barranquero <lekktu@gmail.com>
48
49 * loadup.el: Use `string-to-number', not `string-to-int'.
50
b5b8e7de
SM
512011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
54 gud-gdb-complete-command.
55 (gud-gdb-completions): New function, from gud-gdb-complete-command.
56 (gud-gdb-completion-at-point): New function.
57 (gud-gdb-completions): Remove.
58
f42efeb5
MA
592011-04-14 Michael Albinus <michael.albinus@gmx.de>
60
49093f60
JB
61 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
62 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
63 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
64 whether `executable-find' is bound.
f42efeb5
MA
65
66 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
67
e240cc21
SM
682011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * minibuffer.el (completion-in-region-mode-predicate)
71 (completion-in-region-mode--predicate): New vars.
72 (completion-in-region, completion-in-region--postch)
73 (completion-in-region-mode): Use them.
74 (completion--capf-wrapper): Also return the hook function.
75 (completion-at-point, completion-help-at-point):
76 Adjust and provide a predicate.
c2bd2ab0
SM
77
78 Preserve arg names for advice of subr and lexical functions (bug#8457).
79 * help-fns.el (help-function-arglist): Consolidate the subr and
80 new-byte-code cases. Add argument `preserve-names' to extract names
81 from the docstring when needed.
82 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
83 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
84 (ad-arglist): Use help-function-arglist's new arg.
85 (ad-definition-type): Use cond.
86
c183f693
JB
872011-04-13 Juanma Barranquero <lekktu@gmail.com>
88
06641a47
JB
89 * autorevert.el (auto-revert-handler):
90 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
91 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
92 Don't quote lambda.
93
c183f693
JB
94 * image-mode.el (image-transform-set-scale):
95 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
96
1e3b6001
G
972011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
98
99 * net/network-stream.el (network-stream-open-starttls): Only do
100 opportunistic STARTTLS upgrades if we have built-in gnutls support.
101 Upgrades via gnutls-cli are too slow to be done opportunistically.
102
2d6af8dd
JB
1032011-04-12 Juanma Barranquero <lekktu@gmail.com>
104
105 * dframe.el (dframe-current-frame): Remove spurious quote.
106
c0749a51
GM
1072011-04-12 Glenn Morris <rgm@gnu.org>
108
088d0d61
GM
109 * calendar/cal-tex.el (cal-tex-end-document):
110 Try to automatically use latin1 input if needed.
111
c0749a51
GM
112 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
113 Don't try to cons a mark onto an empty element.
114
5c90fde0
LL
1152011-04-11 Leo Liu <sdl.web@gmail.com>
116
117 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
118 buffers.
119 (ido-kill-buffer-at-head): Support killing virtual buffers.
120
369e974d
CY
1212011-04-10 Chong Yidong <cyd@stupidchicken.com>
122
123 * minibuffer.el (completion-show-inline-help): New var.
124 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
125 (minibuffer-force-complete, minibuffer-complete-word):
126 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
127
128 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
129 to avoid interference from inline help (Bug#5849).
130
37f1c930
LL
1312011-04-10 Leo Liu <sdl.web@gmail.com>
132
099c39a4
JB
133 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
134 Fix typo.
37f1c930 135
a32d4040
CY
1362011-04-09 Chong Yidong <cyd@stupidchicken.com>
137
138 * image-mode.el (image-toggle-display-image): Signal an error if
139 not in Image mode.
140 (image-transform-mode, image-transform-resize)
141 (image-transform-set-rotation): Doc fix.
daca8ba5 142 (image-transform-set-resize): Delete.
a32d4040
CY
143 (image-transform-set-scale, image-transform-fit-to-height)
144 (image-transform-fit-to-width): Handle image-toggle-display-image
145 and image-transform-resize directly.
146
099c39a4 1472011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
148
149 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
150 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
151 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
152 (doc-view-mode-map): Add bindings for the new functions.
153
099c39a4 1542011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
155
156 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
157 Fix typo in docstring.
158
3726838a
EZ
1592011-04-08 Eli Zaretskii <eliz@gnu.org>
160
04f33f1e
EZ
161 * files.el (file-size-human-readable): Produce one digit after
162 decimal, like "ls -lh" does.
163
164 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
165 the file size representation.
166
3726838a
EZ
167 * simple.el (list-processes): If async subprocesses are not
168 available, error out with a clear error message.
169
cbb59342
CY
1702011-04-08 Chong Yidong <cyd@stupidchicken.com>
171
172 * help.el (help-form-show): New function, to be called from C.
173 Put help-form output in a buffer named differently than *Help*.
174
e3971c44
EZ
1752011-04-08 Eli Zaretskii <eliz@gnu.org>
176
177 * files.el (file-size-human-readable): New function.
178
179 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
180 computing the representation inline. Don't require `cl'.
181
12544bbe
GM
1822011-04-08 Glenn Morris <rgm@gnu.org>
183
a1de6c6a
GM
184 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
185
3c4671f4
GM
186 * net/browse-url.el (browse-url-firefox):
187 Test system-type, not system-configuration.
188
b605679c
GM
189 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
190 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
191 Use log-edit-empty-buffer-p. (Bug#7598)
192
56442f0c
GM
193 * net/rlogin.el (rlogin-process-connection-type): Simplify.
194 (rlogin-mode-map): Initialize in the defvar.
195 (rlogin): Use ignore-errors.
196
12544bbe
GM
197 * replace.el (occur-mode-map): Some fixes for menu items.
198
eb237b0f
AH
1992011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
200
201 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
202
7d668f2c
CY
2032011-04-06 Chong Yidong <cyd@stupidchicken.com>
204
e67a13ab
CY
205 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
206 issuing unused warnings.
207
208 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
209 macro directly.
210
7d668f2c
CY
211 * simple.el: Lisp reimplement of list-processes. Based on an
212 earlier reimplementation by Leo Liu, but using tabulated-list.el.
213 (process-menu-mode): New major mode.
214 (list-processes--refresh, list-processes):
215 (process-menu-visit-buffer): New functions.
216
217 * files.el (save-buffers-kill-emacs): Don't assume any return
218 value of list-processes, which is undocumented anyway.
219
a83ec3c9
CY
2202011-04-06 Chong Yidong <cyd@stupidchicken.com>
221
222 * emacs-lisp/tabulated-list.el: New file.
223
e91a96fe
CY
224 * emacs-lisp/package.el: Use Tabulated List mode.
225 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
226 (package-menu-mode): Derive from tabulated-list-mode. Set up the
227 table format using Tabulated List mode variables.
228 (package--push): New macro, replacing package-list-maybe-add.
229 (package-menu--generate): Use package--push. Renamed from
230 package--generate-package-list.
231 (package-menu-refresh, list-packages): Use it.
daca8ba5 232 (package-menu--print-info): Rename from package-print-package.
e91a96fe 233 Return insertion data instead of inserting it directly.
099c39a4
JB
234 (package-menu-describe-package, package-menu-execute):
235 Use tabulated-list-get-id.
e91a96fe
CY
236 (package-menu-mark-delete, package-menu-mark-install)
237 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
238 (package-menu-mark-obsolete-for-deletion):
239 Use tabulated-list-put-tag.
e91a96fe
CY
240 (package--list-packages, package-menu-revert)
241 (package-menu-get-package, package-menu-get-version)
242 (package-menu-sort-by-column): Functions deleted.
243 (package-menu-package-list, package-menu-sort-key): Vars deleted.
244 (package-menu--status-predicate, package-menu--version-predicate)
245 (package-menu--name-predicate)
246 (package-menu--description-predicate): Handle arguments in the
247 Tabulated List format.
248 (package-list-packages-no-fetch): Call list-packages.
249
3e214b50
JB
2502011-04-06 Juanma Barranquero <lekktu@gmail.com>
251
252 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 253 (after-find-file): Don't bind it.
3e214b50
JB
254 (revert-buffer-in-progress-p): New variable.
255 (revert-buffer): Bind it.
256 Pass nil for `after-find-file-from-revert-buffer'.
257
258 * saveplace.el (save-place-find-file-hook): Use new variable
259 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
260
3f0f1700
GM
2612011-04-06 Glenn Morris <rgm@gnu.org>
262
c0274801
GM
263 * Makefile.in (AUTOGEN_VCS): New variable.
264 (autoloads): Use $AUTOGEN_VCS.
265
3f0f1700
GM
266 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
267 * calendar/calendar.el (calendar-mode-map):
268 Check for toolkit scroll bars. (Bug#8305)
269
41ea9e48
CY
2702011-04-05 Chong Yidong <cyd@stupidchicken.com>
271
272 * minibuffer.el (completion-in-region--postch)
273 (completion-in-region-mode): Remove unnecessary messages.
274
6194c800
JB
2752011-04-05 Juanma Barranquero <lekktu@gmail.com>
276
33256f14
JB
277 * font-lock.el (font-lock-refresh-defaults):
278 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
279 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
280
6194c800
JB
281 * info.el (Info-directory-list, Info-read-node-name-2)
282 (Info-split-parameter-string): Doc fixes.
283 (Info-virtual-nodes): Reflow docstring.
284 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
285 (Info-apropos-toc-nodes, info-finder, Info-get-token)
286 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
287 Fix typos in docstrings.
288 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
289 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
290 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
291 (Info-restore-desktop-buffer): Mark unused parameters.
292 (Info-directory-find-file, Info-directory-find-node)
293 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
294 (Info-virtual-index-find-node, Info-apropos-find-file)
295 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 296 Mark unused parameters; fix typos in docstrings.
6194c800
JB
297 (Info-virtual-index): Remove unused local variable `nodename'.
298
b87a8200 2992011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 300
b87a8200
DD
301 * net/rcirc.el: Update my e-mail address.
302 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 303
3b2ff876
CY
3042011-04-05 Chong Yidong <cyd@stupidchicken.com>
305
306 * startup.el (command-line): Save the cursor's theme-face
307 directly, instead of using face-override-spec.
308
309 * custom.el (load-theme): Minor optimization in assigning faces.
310
8d17e7ca
JB
3112011-04-04 Juanma Barranquero <lekktu@gmail.com>
312
313 * help-fns.el (describe-variable): Complete all variables having
314 documentation, including keywords.
315 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
316
2fbc1934
JB
3172011-04-04 Juanma Barranquero <lekktu@gmail.com>
318
319 Convert to lexical-binding.
320
321 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
322 (bs--get-marked-string, bs--get-modified-string)
323 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
324 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
325 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
326
327 * ehelp.el (electric-help-execute-extended)
328 (electric-help-ctrl-x-prefix):
329 * hexl.el (hexl-revert-buffer-function):
330 * linum.el (linum-after-change, linum-after-scroll):
331 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
332
333 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
334
74f50695
DU
3352011-04-04 Daiki Ueno <ueno@unixuser.org>
336
337 * epa-dired.el:
338 * epa-mail.el:
339 * epa-hook.el:
340 * epa-file.el:
341 * epa.el:
342 * epg.el: Use lexical binding.
343
c11325f7
CY
3442011-04-03 Chong Yidong <cyd@stupidchicken.com>
345
0d9e9a12
CY
346 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
347
c11325f7 348 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
349 dictionary case for flyspell-mark-duplications-exceptions.
350 Use regexp matching for languages.
c11325f7
CY
351 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
352 default dictionary (Bug#7926).
353
da91b5f2
CY
3542011-04-02 Chong Yidong <cyd@stupidchicken.com>
355
099c39a4
JB
356 * emacs-lisp/package.el (package--with-work-buffer):
357 Recognize https URLs.
da91b5f2 358
099c39a4
JB
359 * net/network-stream.el: Move from gnus/proto-stream.el.
360 Change prefix to network-stream throughout.
da91b5f2
CY
361 (open-protocol-stream): Merge into open-network-stream, leaving
362 open-protocol-stream as an alias. Handle nil BUFFER args.
363
364 * subr.el (open-network-stream): Move to net/network-stream.el.
365
afa8e9f6
GM
3662011-04-02 Glenn Morris <rgm@gnu.org>
367
1d2e369d
GM
368 * find-dired.el (find-exec-terminator): New option.
369 (find-ls-option): Test for -ls support.
370 (find-ls-subdir-switches): Test for -b in find-ls-option.
371 (find-dired, find-grep-dired): Doc fixes.
372 (find-dired): Use find-exec-terminator.
373
8abb7da8 374 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
375 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
376 (find-name-arg): Remove purecopy.
8abb7da8 377
f3ca7378
GM
378 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
379 (grep-compute-defaults): Check for `-exec COMMAND +' support.
380 Set grep-find-use-xargs, grep-find-command, and grep-find-template
381 accordingly. Don't add the null-device if not needed.
382
afa8e9f6
GM
383 * files.el (save-some-buffers): Doc fix.
384
35eae264
EZ
3852011-04-02 Eli Zaretskii <eliz@gnu.org>
386
387 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
388
26b51db5
JB
3892011-04-01 Juanma Barranquero <lekktu@gmail.com>
390
391 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
392 Use `dolist' rather than `mapcar'.
393
7200d79c
SM
3942011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
395
03408648 396 Add lexical binding.
7200d79c 397
03408648
SM
398 * subr.el (apply-partially): Use new closures rather than CL.
399 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
400 (dolist, dotimes): Use slightly different expansion for lexical code.
401 (functionp): Move to C.
402 (letrec): New macro.
403 (with-wrapper-hook): Use it and apply-partially instead of CL.
404 (eval-after-load): Preserve lexical-binding.
405 (save-window-excursion, with-output-to-temp-buffer): Turn them
406 into macros.
7200d79c 407
03408648
SM
408 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
409
410 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
411 than the arglist.
412 (help-add-fundoc-usage): Don't add `Not documented'.
413 (help-function-arglist): Handle closures, subroutines, and new
414 byte-code-functions.
415 (help-make-usage): Remove leading underscores.
416 (describe-function-1): Handle closures.
417 (describe-variable): Use special-variable-p for completion.
418
419 * files.el (lexical-binding): Declare safe.
f488fb65 420
03408648
SM
421 * emacs-lisp/pcase.el: Don't use destructuring-bind.
422 (pcase--memoize): Rename from pcase-memoize. Change weakness.
423 (pcase): Add `let' pattern.
424 Change memoization so it actually works.
425 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
426 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
427 <let>: New case.
f488fb65 428
03408648
SM
429 * emacs-lisp/macroexp.el: Use lexical binding.
430 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
431 Don't convert ' to #' without checking that it's indeed quoting
432 a lambda.
433
434 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 435 Use eval-sexp-add-defvars.
03408648
SM
436 (eval-sexp-add-defvars): New fun.
437
438 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
439
440 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
441 Don't autoload.
442 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
443 than the internal `byte-compile-lambda'.
444 (defmethod): Don't hide code under quotes.
445 (eieio-defmethod): New `code' argument.
446
447 * emacs-lisp/eieio-comp.el: Remove.
448
449 * emacs-lisp/edebug.el (edebug-eval-defun)
450 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
451 (edebug-toggle): Avoid `eval'.
452
453 * emacs-lisp/disass.el (disassemble-internal): Handle new
454 `closure' objects.
455 (disassemble-1): Handle new byte codes.
456
457 * emacs-lisp/cl.el (pushnew): Silence warning.
458
459 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
460 (cl-byte-compile-throw): Remove.
461 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
462
463 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
464 closures.
465
466 * emacs-lisp/cconv.el: New file.
467
468 * emacs-lisp/bytecomp.el: Use lexical binding instead of
469 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
470 (byte-compile-initial-macro-environment):
471 Handle declare-function here.
472 (byte-compile--lexical-environment): New var.
473 (byte-stack-ref, byte-stack-set, byte-discardN)
474 (byte-discardN-preserve-tos): New lap codes.
475 (byte-interactive-p): Don't use any more.
476 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
477 New macros.
478 (byte-compile-lapcode): Use them and handle new lap codes.
479 (byte-compile-obsolete): Remove.
480 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
481 (byte-compile-arglist-warn): Check late def of inlinable funs.
482 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
483 since they should have been expanded by now.
484 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
485 (byte-compile-from-buffer): Remove unused second arg.
486 (byte-compile-preprocess): New function.
487 (byte-compile-toplevel-file-form): New function to distinguish
488 file-form calls from outside from file-form calls from hunk-handlers.
489 (byte-compile-file-form): Simplify.
490 (byte-compile-file-form-defsubst): Remove.
491 (byte-compile-file-form-defmumble): Simplify now that
492 byte-compile-lambda always returns a byte-code-function.
493 (byte-compile): Preprocess.
494 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
495 Remove, not used any more.
496 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
497 (byte-compile-make-args-desc): New funs.
498 (byte-compile-lambda): Handle lexical functions. Always return
499 a byte-code-function.
500 (byte-compile-reserved-constants): New var, to make up room for
501 closed-over variables.
502 (byte-compile-constants-vector): Obey it.
503 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
504 (byte-compile-macroexpand-declare-function): New function.
505 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
506 byte-code-functions.
507 (byte-compile-form): Check obsolescence here.
508 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
509 (byte-compile-variable-ref): Remove.
510 (byte-compile-dynamic-variable-op): New fun.
511 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
512 (byte-compile-variable-set): New funs.
513 (byte-compile-discard): Add 2 args.
514 (byte-compile-stack-ref, byte-compile-stack-set)
515 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
516 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
517 macroexpand-all instead.
518 (byte-compile-quote-form): Remove.
519 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
520 (byte-compile-bind, byte-compile-unbind): New funs.
521 (byte-compile-let): Handle let* and lexical binding.
522 (byte-compile-let*): Remove.
523 (byte-compile-catch, byte-compile-unwind-protect)
524 (byte-compile-track-mouse, byte-compile-condition-case):
525 Handle a new :fun-body form, used for lexical scoping.
526 (byte-compile-save-window-excursion)
527 (byte-compile-with-output-to-temp-buffer): Remove.
528 (byte-compile-defun): Simplify.
529 (byte-compile-stack-adjustment): New fun.
530 (byte-compile-out): Use it.
531 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
532
533 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
534 handler any more.
535
536 * emacs-lisp/byte-opt.el: Use lexical binding.
537 (byte-inline-lapcode): Remove (to bytecomp).
538 (byte-compile-inline-expand): Pay attention to inlining to/from
539 lexically bound code.
540 (byte-compile-unfold-lambda): Don't handle byte-code-functions
541 any more.
542 (byte-optimize-form-code-walker): Don't handle save-window-excursion
543 any more and don't call compiler-macros.
544 (byte-compile-splice-in-already-compiled-code): Remove.
545 (byte-code): Don't inline any more.
546 (disassemble-offset): Receive `bytes' as argument rather than via
547 dynamic scoping.
548 (byte-compile-tag-number): Declare before first use.
549 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
550 `return' even if make-spliceable.
551 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
552 obsolete interactive-p.
553 (byte-optimize-lapcode): Optimize new lap-codes.
554 Don't trip up on new form of `byte-constant' lap code.
555
556 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
557
558 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
559
560 * custom.el (custom-initialize-default, custom-declare-variable):
561 Use `defvar'.
562
563 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
564 New variables.
565 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
566 (COMPILE_FIRST): Add macroexp and cconv.
567 * makefile.w32-in: Mirror changes in Makefile.in.
568
569 * vc/cvs-status.el:
570 * vc/diff-mode.el:
571 * vc/log-edit.el:
572 * vc/log-view.el:
573 * vc/smerge-mode.el:
574 * textmodes/bibtex-style.el:
575 * textmodes/css.el:
576 * startup.el:
577 * uniquify.el:
da91b5f2
CY
578 * minibuffer.el:
579 * newcomment.el:
580 * reveal.el:
581 * server.el:
582 * mpc.el:
583 * emacs-lisp/smie.el:
584 * doc-view.el:
585 * dired.el:
03408648
SM
586 * abbrev.el: Use lexical binding.
587
0f0c1f27
EZ
5882011-04-01 Eli Zaretskii <eliz@gnu.org>
589
590 * info.el (info-display-manual): New function.
591
c82b2579
SM
5922011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
595
221ddf68
TH
5962011-03-31 Tassilo Horn <tassilo@member.fsf.org>
597
598 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 599 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 600
cba6e77e
GM
6012011-03-31 Glenn Morris <rgm@gnu.org>
602
e040639f
GM
603 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
604
cba6e77e
GM
605 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
606
6d0f1c9e
CS
6072011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
608
609 * progmodes/python.el (python-default-interpreter)
610 (python-python-command-args, python-jython-command-args)
611 (python-which-shell, python-which-args, python-which-bufname)
612 (python-file-queue, python-comint-output-filter-function)
613 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
614 variables and functions.
615
3e2d70fd
SM
6162011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
619 (completion-in-region-mode): New minor mode.
620 (completion-in-region): Use it.
621 (completion-in-region--data, completion-in-region-mode-map): New vars.
622 (completion-in-region--postch): New function.
623 (completion--capf-misbehave-funs, completion--capf-safe-funs):
624 New vars.
625 (completion--capf-wrapper): New function.
626 (completion-at-point): Use it to track well-behavedness of
627 hook functions.
628 (completion-help-at-point): New command.
629
f3e4086c
JM
6302011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
631
632 * vc/add-log.el (add-change-log-entry): Don't use whitespace
633 syntax class to search for whitespace on a single line
634 (Message-ID: <4D938140.4030905@redhat.com>).
635
eb7ffc14
LL
6362011-03-30 Leo Liu <sdl.web@gmail.com>
637
638 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
639 New commands.
640 (edit-abbrevs-map): Bind them here.
641 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
642
d806ab68
KM
6432011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
644
645 * allout.el (allout-hide-by-annotation, allout-flag-region):
646 Reduce possibility of overlay leakage by making them volatile.
647
648 * allout-widgets.el (allout-widgets-tally): Define as nil so the
649 hash is not shared between buffers. Mode initialization is
650 responsible for giving it a useful starting value.
651 (allout-item-span): Reduce possibility of overlay leakage by
652 making them volatile.
653 (allout-widgets-count-buttons-in-region): Add diagnostic function
654 for tracking down button overlay leaks.
655
ea622834
LL
6562011-03-29 Leo Liu <sdl.web@gmail.com>
657
658 * ido.el (ido-read-internal): Use the default history var
659 minibuffer-history if no HISTORY is specified.
660
b62f8267
G
6612011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
662
03408648
SM
663 * net/imap.el (imap-shell-open, imap-process-connection-type):
664 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
665 Kerberos, SSL, other subprocesses.
666
947b6566
LL
6672011-03-28 Leo Liu <sdl.web@gmail.com>
668
669 * abbrev.el (abbrev-table-empty-p): New function.
670 (prepare-abbrev-list-buffer): Place empty abbrev tables after
671 nonempty ones. (Bug#5937)
672
5ffb62aa
JD
6732011-03-27 Jan Djärv <jan.h.d@swipnet.se>
674
675 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
676
7a097943
LL
6772011-03-27 Leo Liu <sdl.web@gmail.com>
678
679 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
680 for foreground and background colors.
681 (ansi-color-make-color-map): Adapt.
682
c5b40130
LL
6832011-03-25 Leo Liu <sdl.web@gmail.com>
684
1f48f7d2
LL
685 * midnight.el (midnight-time-float): Remove. Note it calculates
686 the microsecond component incorrectly and seconds-to-time does the
687 same job.
625897ec 688 Remove redundant (require 'timer).
1f48f7d2 689
c5b40130
LL
690 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
691 (ido-completions): Remove unused arguments. (Bug#8329)
692
d86d2721
SM
6932011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * minibuffer.el (completion--flush-all-sorted-completions):
696 Remove itself from hook.
697 (completion-at-point): Let the functions perform the completion
698 immediately and return nil or t.
699 * comint.el (comint-dynamic-complete-functions): Now identical to
700 completion-at-point-functions.
701 (comint-dynamic-list-input-ring): Remove unused var `index'.
702 (comint--match-partial-filename, comint--unquote&expand-filename):
703 New funs, split from comint-match-partial-filename.
704 (comint-dynamic-complete): Use completion-at-point.
705 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
706
e8974c48
DA
7072011-03-24 Drew Adams <drew.adams@oracle.com>
708
709 * thingatpt.el: Support `defun'.
710
def71b5e
LL
7112011-03-23 Leo Liu <sdl.web@gmail.com>
712
cb5af48e
LL
713 * abbrevlist.el: Move to obsolete/abbrevlist.el.
714
def71b5e
LL
715 * help-mode.el (help-mode-finish): Tweak regexp.
716
927c53e7
GM
7172011-03-23 Glenn Morris <rgm@gnu.org>
718
18d05bed
GM
719 * eshell/esh-opt.el (eshell-eval-using-options):
720 Do not bind unused local variable `eshell-option-stub'.
721
927c53e7
GM
722 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
723
9d0da923
JB
7242011-03-22 Juanma Barranquero <lekktu@gmail.com>
725
726 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
727 keymap variable in `with-no-warnings' to avoid a warning when the
728 keymap has been already `defconst'ed.
729
4b978a67
LL
7302011-03-22 Leo Liu <sdl.web@gmail.com>
731
732 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
733 encode all chars in abbrevs; otherwise use emacs-mule or
734 utf-8-emacs. (Bug#8308)
735
5fd62452
JB
7362011-03-22 Juanma Barranquero <lekktu@gmail.com>
737
0b1596c6
JB
738 * simple.el (backward-delete-char-untabify):
739 Avoid warning about using `delete-backward-char'.
740
5fd62452
JB
741 * image.el (image-type-file-name-regexps): Make it variable.
742 `imagemagick-register-types' modifies it, and the user may want
743 to add new extensions for known image types.
744 (imagemagick-register-types): Throw error if not using ImageMagick.
745
0b4e93f1
LL
7462011-03-22 Leo Liu <sdl.web@gmail.com>
747
748 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
749 located before rcirc-prompt-end-marker.
750 (rcirc-complete): Error if point is not after rcirc prompt.
751 Handle the case when table is nil.
9882e214 752 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 753
fccee4ab
CY
7542011-03-22 Chong Yidong <cyd@stupidchicken.com>
755
756 * custom.el (custom--inhibit-theme-enable): Make it affect only
757 custom-theme-set-variables and custom-theme-set-faces.
758 (provide-theme): Ignore custom--inhibit-theme-enable.
759 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
760 (custom-enabling-themes): Delete variable.
d86d2721
SM
761 (enable-theme): Accept only loaded themes as arguments.
762 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
763 (custom-enabled-themes): Forbid themes from setting this.
764 Eliminate use of custom-enabling-themes.
765 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 766
af896da6
LL
7672011-03-21 Leo Liu <sdl.web@gmail.com>
768
769 * ido.el (ido-read-internal): Add ido-selected to history instead
770 of user input.
771
78f64af0
SM
7722011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * subr.el (deferred-action-list, deferred-action-function):
775 Mark obsolete.
776
b16ac1ec
LL
7772011-03-21 Leo Liu <sdl.web@gmail.com>
778
810f7698
LL
779 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
780 change on 2011-02-13 (bug#8309).
781
b16ac1ec
LL
782 * minibuffer.el (read-file-name-function): Change default value.
783 (read-file-name--defaults): Rename from read-file-name-defaults.
784 (read-file-name-default): Rename from read-file-name.
785 (read-file-name): Call read-file-name-function.
786
4e05e67e
GM
7872011-03-21 Glenn Morris <rgm@gnu.org>
788
789 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
790 Doc fixes.
791
4359915b
CY
7922011-03-21 Chong Yidong <cyd@stupidchicken.com>
793
794 * cus-theme.el: Add missing provide statement.
795 (customize-create-theme): Extract theme value correctly.
796 (custom-theme-visit-theme): Autoload.
797 (customize-create-theme): Prompt before inserting default faces.
798
1fe275ee
JB
7992011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
800
801 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
802 units and musical notes.
803
3ec03f7e
LL
8042011-03-20 Leo <sdl.web@gmail.com>
805
806 * ido.el (ido-read-internal): Use completing-read-default.
807 (ido-completing-read): Fix compatibility with completing-read.
808
7d476bde
CO
8092011-03-20 Christian Ohler <ohler@gnu.org>
810
811 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
812 (ert-delete-all-tests): Use `called-interactively-p' rather than
813 `interactive-p'.
814 (ert--make-xrefs-region): Respect END.
815
fe0fb33e
CY
8162011-03-19 Chong Yidong <cyd@stupidchicken.com>
817
ff854b0b
CY
818 * dired-aux.el (dired-create-directory): Signal an error if the
819 directory already exists (Bug#8246).
820
fe0fb33e
CY
821 * facemenu.el (list-colors-display): Call list-faces-display
822 inside with-help-window.
823 (list-colors-print): Use display property to align the final
824 column, instead of checking window-width.
825
576bce32
EZ
8262011-03-19 Eli Zaretskii <eliz@gnu.org>
827
828 * emerge.el (emerge-metachars): Separate value for ms-dos and
829 windows-nt systems.
830 (emerge-protect-metachars): Quote correctly for ms-dos and
831 windows-nt systems.
832
8546720e 8332011-03-19 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
e6ce307c
RS
834
835 * info.el (info-initialize): Replace all uses of `:' with
836 path-separator for compatibility with non-Unix systems.
837 Cache quoting of path-separator. (Bug#8258)
838
b14e3e21 8392011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
840
841 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
842 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
843 (mouse-avoidance-mode): Fix typos in docstrings.
844
4525ce3e
CY
8452011-03-19 Chong Yidong <cyd@stupidchicken.com>
846
847 * startup.el (package-subdirectory-regexp): Move from package.el.
848 Omit \\` and \\', and let callers add them.
849
850 * emacs-lisp/package.el (package-strip-version)
851 (package-load-all-descriptors): Add \\` and \\' to
852 package-subdirectory-regexp before using it.
853 (package-untar-buffer): New arg DIR; ensure that file untars only
854 into this expected directory. Remove superfluous delete-region.
855 (package-unpack): Caller changed.
856 (package-tar-file-info): Use package-subdirectory-regexp.
857
a904a09a 8582011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 859
a904a09a
SM
860 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
861 diff-mode-shared-map (bug#8284).
862 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
863
8642011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
865
866 * calendar/time-date.el (format-seconds): Use assoc instead of
867 assoc-string, since assoc-string doesn't exist in XEmacs.
868
171fc304
JB
8692011-03-17 Juanma Barranquero <lekktu@gmail.com>
870
871 * custom.el (custom-known-themes): Reflow docstring.
872 (custom-theme-load-path): Fix typo in docstring.
873 (load-theme): Fix typo in error message.
874 (custom-available-themes, custom-variable-theme-value):
875 Use `let', not `let*'.
876
d71990a1
JB
8772011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
878
879 * calc/README: Mention inclusion of musical notes.
880
881 * calc/calc-units.el (calc-lu-quant): Rename from
882 `calc-logunits-quantity'.
883 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
884 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
885 (calc-db): Rename from `calc-dblevel'.
886 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
887 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
888 (calc-np): Rename from `calc-nplevel'.
889 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
890 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
891 (calc-lu-plus): Rename from `calc-logunits-add'.
892 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
893 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
894 (calc-lu-minus): Rename from `calc-logunits-sub'.
895 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
896 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
897 (calc-lu-times): Rename from `calc-logunits-mul'.
898 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
899 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
900 (calc-lu-divide): Rename from `calc-logunits-div'.
901 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
902 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
903
904 * calc/calc-ext.el (calc-init-extensions): Update the names of the
905 functions being autoloaded.
906
907 * calc/calc.el (calc-lu-power-reference): Rename from
908 `calc-logunits-power-reference'.
909 (calc-lu-field-reference): Rename from
910 `calc-logunits-field-reference'.
911
912 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
913
40c2934b
SM
9142011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * minibuffer.el (completion-all-sorted-completions):
917 Use :completion-cycle-penalty text property if present.
918
b0911414
KM
9192011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
920
921 * allout.el (allout-yank-processing): Adjust for new rebulleting
922 regime so bullet being yanked is used without prompting the user
923 for a choice.
924
8a05b668
JB
9252011-03-16 Juanma Barranquero <lekktu@gmail.com>
926
927 * startup.el (command-line): Warn the user that _emacs is deprecated.
928
5ba5fb81
JB
9292011-03-16 Juanma Barranquero <lekktu@gmail.com>
930
931 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
932 (delphi-verbose, delphi-comment-face, delphi-string-face)
933 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
934 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
935 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
936 (delphi-new-comment-line, delphi-font-lock-defaults)
937 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
938 Fix typos in docstrings.
939
2dab465b
KM
9402011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
941
5ba5fb81 942 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
943 Invert the roles of character and string values for INSTEAD, so a
944 string is used for the more common case of a defaulting prompt.
945
0adf5618
SM
9462011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * progmodes/ruby-mode.el (ruby-backward-sexp):
949 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
950 * play/gamegrid.el (gamegrid-make-face):
951 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
952 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
953 * notifications.el (notifications-notify):
954 * net/xesam.el (xesam-search-engines):
955 * net/quickurl.el (quickurl-list-insert):
956 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
957
d72700e5
CY
9582011-03-15 Chong Yidong <cyd@stupidchicken.com>
959
960 * startup.el (command-line): Update package subdirectory regexp.
961
49c5410a
SM
9622011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
963
c6eee9aa
SM
964 * allout.el (allout-abbreviate-flattened-numbering)
965 (allout-mode-deactivate-hook): Fix up obsolescence "date".
966
49c5410a
SM
967 * subr.el (read-char-choice): Only show the cursor after the prompt,
968 not after the answer.
969
047b2bb9
KR
9702011-03-15 Kevin Ryde <user42@zip.com.au>
971
972 * help-fns.el (variable-at-point): Skip leading quotes, if any
973 (bug#8253).
974
0a57d256
SM
9752011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
978 warning message.
979
77c992bc
MA
9802011-03-14 Michael Albinus <michael.albinus@gmx.de>
981
982 * shell.el (shell): When called interactively, offer to change the
983 shell file name on remote hosts.
984
eebc475d
TZ
9852011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
986
987 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
988 integration for LDAP parameters. The host, base, user or binddn,
989 and secret tokens can be specified in a netrc file, for instance.
990 This is optional because an `auth-source' parameter must be
991 specified in the search attributes.
992
9d05d1ba
JB
9932011-03-13 Juanma Barranquero <lekktu@gmail.com>
994
995 * help.el (describe-mode): Link to the mode's definition (bug#8185).
996
09d9db2c
GM
9972011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
1000 into declaration. Remove redundant and harmful binding.
1001
10022011-03-12 Eli Zaretskii <eliz@gnu.org>
1003
1004 * files.el (file-ownership-preserved-p): Pass `integer' as an
1005 explicit 2nd argument to `file-attributes'. If the file's owner
1006 is the Administrators group on Windows, and the current user is
1007 Administrator, consider that a match.
1008
1009 * server.el (server-ensure-safe-dir): Consider server directory
1010 safe on MS-Windows if its owner is the Administrators group while
1011 the current Emacs user is Administrator. Use `=' to compare
1012 numerical UIDs, since they could be integers or floats.
1013
219bd536
JB
10142011-03-12 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
1017
f3afd36b
MA
10182011-03-12 Michael Albinus <michael.albinus@gmx.de>
1019
1020 Sync with Tramp 2.2.1.
1021
1022 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
1023
1024 * net/trampver.el: Update release number.
1025
3aaaa6f1
SM
10262011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1027
94642599
SM
1028 * progmodes/compile.el (compilation--previous-directory): Fix up
1029 various nil/dead-marker mismatches (bug#8014).
1030 (compilation-directory-properties, compilation-error-properties):
1031 Don't call it at a position past the one we're about to change.
1032
3aaaa6f1
SM
1033 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
1034 Disable obsolescence warnings in the file that declares it.
1035
14239447
KM
10362011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
1037
099c39a4
JB
1038 * allout-widgets.el (allout-widgets-tally):
1039 Initialize allout-widgets-tally as a hash table rather than nil to
1040 prevent mode-line redisplay warnings. Also, clarify the module
1041 description and fix a comment typo.
14239447 1042
135e287c
JB
10432011-03-11 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * help-fns.el (describe-variable): Don't complete keywords.
1046 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
1047
ffbf300e
CY
10482011-03-10 Chong Yidong <cyd@stupidchicken.com>
1049
ba08b241
CY
1050 * emacs-lisp/package.el (package-version-join): Impose a standard
1051 string representation for pre/alpha/beta version lists.
1052 (package-unpack-single): Standardize the directory name by passing
1053 it through package-version-join.
1054 (package-strip-rcs-id): Accept any version string that does not
1055 signal an error in version-to-list.
ffbf300e 1056
f346fd6b
MA
10572011-03-10 Michael Albinus <michael.albinus@gmx.de>
1058
1059 * simple.el (delete-trailing-whitespace): Return nil for the
1060 benefit of `write-file-functions'.
1061
ccb55d27
GM
10622011-03-10 Glenn Morris <rgm@gnu.org>
1063
5ceaac0c
GM
1064 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
1065
02da65ff
GM
1066 * vc/vc-git.el (vc-git-program): New option.
1067 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
1068 (vc-git--call): Use it.
1069
b2f603cc
GM
1070 * eshell/esh-util.el (eshell-condition-case): Doc fix.
1071
5772caab
GM
1072 * cus-edit.el (Custom-newline): If no button at point, look
1073 for a subgroup button at start-of-line. (Bug#2298)
1074
ccb55d27
GM
1075 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
1076
ec6ecaed
JD
10772011-03-10 Julien Danjou <julien@danjou.info>
1078
1079 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
1080 `cursor-type' is nil.
1081
9d5aa01d
JB
10822011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1083
1084 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
1085
b6a5875b
KM
10862011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
1087
1088 * allout.el Summary: Change so yank of distinctive-bullet items
1089 preserves the existing header prefix, rebulleting it if necessary,
1090 rather than replacing it. This is necessary for proper operation
1091 of cooperative addons like allout-widgets.
219bd536 1092 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
1093 SOLICIT arg to INSTEAD, and interpret additionally a string value
1094 as alternate bullet to be used, instead of prompting the user for
1095 a bullet character.
1096
ee545c35
MA
10972011-03-09 Michael Albinus <michael.albinus@gmx.de>
1098
d86d2721
SM
1099 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1100 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
1101 `tramp-default-port'.
1102
c47971d7
DD
11032011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1104
1105 * net/rcirc.el (rcirc-handler-001): Remove useless
1106 with-rcirc-process-buffer.
1107 (rcirc-check-auth-status): Swap arguments to string-match.
1108
13522cb4
GM
11092011-03-09 Glenn Morris <rgm@gnu.org>
1110
0be6f4f1
GM
1111 * shell.el (shell-mode):
1112 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
1113
13522cb4
GM
1114 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
1115 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
1116
515de2e3
CY
11172011-03-08 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * emacs-lisp/package.el (package-refresh-contents)
1120 (package-menu-execute): Use condition-case-no-debug.
1121
b511b994
MA
11222011-03-08 Michael Albinus <michael.albinus@gmx.de>
1123
1124 * simple.el (shell-command-to-string): Use `process-file'.
1125
1126 * emacs-lisp/package.el (package-tar-file-info): Handle also
1127 remote files.
1128
d86d2721
SM
1129 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1130 Use `equal' for upload base check.
b511b994 1131
25bbfb31
AM
11322011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
1133
1134 * textmodes/texinfo.el (texinfo-environments):
1135 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
1136
be996521
GM
11372011-03-08 Glenn Morris <rgm@gnu.org>
1138
e9c8529f
GM
1139 * cus-start.el (cursor-in-non-selected-windows):
1140 Fix :set quoting oddness. (Bug#8192)
1141
be996521
GM
1142 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
1143 in some setf expressions. (Bug#2159)
1144
2bb5649e
CY
11452011-03-08 Chong Yidong <cyd@stupidchicken.com>
1146
1147 * custom.el (custom-available-themes): Return themes in
1148 alphabetical order.
1149
33383987 1150See ChangeLog.15 for earlier changes.
e3d51b27
MR
1151
1152;; Local Variables:
1153;; coding: utf-8
e3d51b27
MR
1154;; End:
1155
33383987 1156 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
1157
1158 This file is part of GNU Emacs.
1159
1160 GNU Emacs is free software: you can redistribute it and/or modify
1161 it under the terms of the GNU General Public License as published by
1162 the Free Software Foundation, either version 3 of the License, or
1163 (at your option) any later version.
1164
1165 GNU Emacs is distributed in the hope that it will be useful,
1166 but WITHOUT ANY WARRANTY; without even the implied warranty of
1167 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1168 GNU General Public License for more details.
1169
1170 You should have received a copy of the GNU General Public License
1171 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.