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