diff options
| author | Chong Yidong | 2011-03-19 14:49:31 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-03-19 14:49:31 -0400 |
| commit | b14e3e21ec6702d27257a1400681fc36ee10282f (patch) | |
| tree | b57ce354a1ca3637a4cad3fe1fcc6f42bfc2efa5 /lisp/ChangeLog | |
| parent | 4525ce3eb56a1f4b7c50eac9217854bbd170f660 (diff) | |
| parent | 20f5695598d3137257e24802479d003ea82eb5f9 (diff) | |
| download | emacs-b14e3e21ec6702d27257a1400681fc36ee10282f.tar.gz emacs-b14e3e21ec6702d27257a1400681fc36ee10282f.zip | |
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42b4d759c07..55f0b52bb41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2011-03-19 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * emerge.el (emerge-metachars): Separate value for ms-dos and | ||
| 4 | windows-nt systems. | ||
| 5 | (emerge-protect-metachars): Quote correctly for ms-dos and | ||
| 6 | windows-nt systems. | ||
| 7 | |||
| 8 | 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de> | ||
| 9 | |||
| 10 | * info.el (info-initialize): Replace all uses of `:' with | ||
| 11 | path-separator for compatibility with non-Unix systems. | ||
| 12 | Cache quoting of path-separator. (Bug#8258) | ||
| 13 | |||
| 14 | 2011-03-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 15 | |||
| 16 | * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist) | ||
| 17 | (mouse-avoidance-threshold, mouse-avoidance-banish-destination) | ||
| 18 | (mouse-avoidance-mode): Fix typos in docstrings. | ||
| 19 | |||
| 1 | 2011-03-19 Chong Yidong <cyd@stupidchicken.com> | 20 | 2011-03-19 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 21 | ||
| 3 | * startup.el (package-subdirectory-regexp): Move from package.el. | 22 | * startup.el (package-subdirectory-regexp): Move from package.el. |