diff options
| author | Stefan Monnier | 2001-11-07 17:17:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-07 17:17:44 +0000 |
| commit | c191d13c1f59444cbf85d45f4870ed57eab72277 (patch) | |
| tree | 58ccf2ab8a9bc1e02a1bc6459b8036996fd36178 /src/ChangeLog | |
| parent | c23035e6d350163d096b45ce17221d034608c8c4 (diff) | |
| download | emacs-c191d13c1f59444cbf85d45f4870ed57eab72277.tar.gz emacs-c191d13c1f59444cbf85d45f4870ed57eab72277.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3030b0bed26..48612d9cd88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -18,6 +18,8 @@ | |||
| 18 | 18 | ||
| 19 | 2001-11-06 Stefan Monnier <monnier@cs.yale.edu> | 19 | 2001-11-06 Stefan Monnier <monnier@cs.yale.edu> |
| 20 | 20 | ||
| 21 | * lread.c (read1): Fix behavior with nested backquoting. | ||
| 22 | |||
| 21 | * keyboard.c (make_lispy_event): Check integerness and fix | 23 | * keyboard.c (make_lispy_event): Check integerness and fix |
| 22 | Lisp_Object/int mixup. | 24 | Lisp_Object/int mixup. |
| 23 | 25 | ||
| @@ -86,7 +88,7 @@ | |||
| 86 | 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu> | 88 | 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu> |
| 87 | 89 | ||
| 88 | * buffer.c (Fbuffer_local_value): New function. | 90 | * buffer.c (Fbuffer_local_value): New function. |
| 89 | (syms_of_buffer): defsubr it. | 91 | (syms_of_buffer): Defsubr it. |
| 90 | 92 | ||
| 91 | * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local | 93 | * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local |
| 92 | value of `cursor-in-non-selected-windows'. | 94 | value of `cursor-in-non-selected-windows'. |
| @@ -139,8 +141,7 @@ | |||
| 139 | and #ifdef'd-out code. | 141 | and #ifdef'd-out code. |
| 140 | Fix and reindent comments. | 142 | Fix and reindent comments. |
| 141 | 143 | ||
| 142 | * mocklisp.h: Remove comment which is a copy of comment in | 144 | * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c. |
| 143 | mocklisp.c. | ||
| 144 | 145 | ||
| 145 | * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused | 146 | * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused |
| 146 | argument `i' in macros. | 147 | argument `i' in macros. |