aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog70
1 files changed, 70 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5164207a5ce..b12445b466f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,73 @@
12011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
2
3 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
4 units and musical notes.
5
62011-03-20 Leo <sdl.web@gmail.com>
7
8 * ido.el (ido-read-internal): Use completing-read-default.
9 (ido-completing-read): Fix compatibility with completing-read.
10
112011-03-20 Christian Ohler <ohler@gnu.org>
12
13 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
14 (ert-delete-all-tests): Use `called-interactively-p' rather than
15 `interactive-p'.
16 (ert--make-xrefs-region): Respect END.
17
182011-03-19 Chong Yidong <cyd@stupidchicken.com>
19
20 * dired-aux.el (dired-create-directory): Signal an error if the
21 directory already exists (Bug#8246).
22
23 * facemenu.el (list-colors-display): Call list-faces-display
24 inside with-help-window.
25 (list-colors-print): Use display property to align the final
26 column, instead of checking window-width.
27
282011-03-19 Eli Zaretskii <eliz@gnu.org>
29
30 * emerge.el (emerge-metachars): Separate value for ms-dos and
31 windows-nt systems.
32 (emerge-protect-metachars): Quote correctly for ms-dos and
33 windows-nt systems.
34
352011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
36
37 * info.el (info-initialize): Replace all uses of `:' with
38 path-separator for compatibility with non-Unix systems.
39 Cache quoting of path-separator. (Bug#8258)
40
412011-03-19 Juanma Barranquero <lekktu@gmail.com>
42
43 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
44 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
45 (mouse-avoidance-mode): Fix typos in docstrings.
46
472011-03-19 Chong Yidong <cyd@stupidchicken.com>
48
49 * startup.el (package-subdirectory-regexp): Move from package.el.
50 Omit \\` and \\', and let callers add them.
51
52 * emacs-lisp/package.el (package-strip-version)
53 (package-load-all-descriptors): Add \\` and \\' to
54 package-subdirectory-regexp before using it.
55 (package-untar-buffer): New arg DIR; ensure that file untars only
56 into this expected directory. Remove superfluous delete-region.
57 (package-unpack): Caller changed.
58 (package-tar-file-info): Use package-subdirectory-regexp.
59
602011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
63 diff-mode-shared-map (bug#8284).
64 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
65
662011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
67
68 * calendar/time-date.el (format-seconds): Use assoc instead of
69 assoc-string, since assoc-string doesn't exist in XEmacs.
70
12011-03-17 Juanma Barranquero <lekktu@gmail.com> 712011-03-17 Juanma Barranquero <lekktu@gmail.com>
2 72
3 * custom.el (custom-known-themes): Reflow docstring. 73 * custom.el (custom-known-themes): Reflow docstring.