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