comparison src/ChangeLog @ 40807:1a5577482e7a

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 07 Nov 2001 17:17:44 +0000
parents 55068042757f
children 4ce7ef7fad3f
comparison
equal deleted inserted replaced
40806:0f88ac1c1629 40807:1a5577482e7a
16 code (eval-current-buffer). 16 code (eval-current-buffer).
17 Change doc-string comments to `new style' [w/`doc:' keyword]. 17 Change doc-string comments to `new style' [w/`doc:' keyword].
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
24 2001-11-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 26 2001-11-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
25 27
84 bugs in the former. 86 bugs in the former.
85 87
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'.
93 95
94 * lisp.h (Qcursor_in_non_selected_windows): New declaration. 96 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
137 139
138 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented 140 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
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.
147 148
148 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument 149 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument