diff options
| author | Glenn Morris | 2011-06-16 23:54:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-06-16 23:54:08 -0700 |
| commit | 4fd75609cb0c15c2ef10c6ce0a189089fd05e085 (patch) | |
| tree | f8c689326f5bfa5c0d4ebb93812aa5b2dd2dc363 /src/ChangeLog | |
| parent | d65e8a993fa02bf52ed8bd5ae4ea5771eb0c1018 (diff) | |
| download | emacs-4fd75609cb0c15c2ef10c6ce0a189089fd05e085.tar.gz emacs-4fd75609cb0c15c2ef10c6ce0a189089fd05e085.zip | |
Fix ChangeLog entry (no need to merge to trunk)
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f51078f87ef..503f0c8e300 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-06-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. (Bug#8839) | ||
| 4 | |||
| 1 | 2011-06-02 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2011-06-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * emacs.c (main): Warn when starting a GTK emacs in daemon mode. | 7 | * emacs.c (main): Warn when starting a GTK emacs in daemon mode. |
| @@ -127,11 +131,6 @@ | |||
| 127 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: | 131 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: |
| 128 | New version that can reserve upto 2GB of heap space. | 132 | New version that can reserve upto 2GB of heap space. |
| 129 | 133 | ||
| 130 | 2011-04-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 131 | |||
| 132 | * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. | ||
| 133 | This makes this file independent of the recent pseudovector change. | ||
| 134 | |||
| 135 | 2011-04-26 Chong Yidong <cyd@stupidchicken.com> | 134 | 2011-04-26 Chong Yidong <cyd@stupidchicken.com> |
| 136 | 135 | ||
| 137 | * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534). | 136 | * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534). |