aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b12445b466f..6b7dd5a0463 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,72 @@
12011-03-22 Leo Liu <sdl.web@gmail.com>
2
3 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
4 encode all chars in abbrevs; otherwise use emacs-mule or
5 utf-8-emacs. (Bug#8308)
6
72011-03-22 Juanma Barranquero <lekktu@gmail.com>
8
9 * simple.el (backward-delete-char-untabify):
10 Avoid warning about using `delete-backward-char'.
11
12 * image.el (image-type-file-name-regexps): Make it variable.
13 `imagemagick-register-types' modifies it, and the user may want
14 to add new extensions for known image types.
15 (imagemagick-register-types): Throw error if not using ImageMagick.
16
172011-03-22 Leo Liu <sdl.web@gmail.com>
18
19 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20 located before rcirc-prompt-end-marker.
21 (rcirc-complete): Error if point is not after rcirc prompt.
22 Handle the case when table is nil.
23 (rcirc-user-authenticated): Define to fix compiler warning.
24
252011-03-22 Chong Yidong <cyd@stupidchicken.com>
26
27 * custom.el (custom--inhibit-theme-enable): Make it affect only
28 custom-theme-set-variables and custom-theme-set-faces.
29 (provide-theme): Ignore custom--inhibit-theme-enable.
30 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
31 (custom-enabling-themes): Delete variable.
32 (enable-theme): Accept only loaded themes as arguments. Ignore
33 the special custom-enabled-themes variable.
34 (custom-enabled-themes): Forbid themes from setting this.
35 Eliminate use of custom-enabling-themes.
36 (custom-push-theme): Quote "changed" custom var entry.
37
382011-03-21 Leo Liu <sdl.web@gmail.com>
39
40 * ido.el (ido-read-internal): Add ido-selected to history instead
41 of user input.
42
432011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * subr.el (deferred-action-list, deferred-action-function):
46 Mark obsolete.
47
482011-03-21 Leo Liu <sdl.web@gmail.com>
49
50 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
51 change on 2011-02-13 (bug#8309).
52
53 * minibuffer.el (read-file-name-function): Change default value.
54 (read-file-name--defaults): Rename from read-file-name-defaults.
55 (read-file-name-default): Rename from read-file-name.
56 (read-file-name): Call read-file-name-function.
57
582011-03-21 Glenn Morris <rgm@gnu.org>
59
60 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
61 Doc fixes.
62
632011-03-21 Chong Yidong <cyd@stupidchicken.com>
64
65 * cus-theme.el: Add missing provide statement.
66 (customize-create-theme): Extract theme value correctly.
67 (custom-theme-visit-theme): Autoload.
68 (customize-create-theme): Prompt before inserting default faces.
69
12011-03-20 Jay Belanger <jay.p.belanger@gmail.com> 702011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2 71
3 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic 72 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic