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