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