(Fbury_buffer): Use braces to follow GNU Coding Standards.
[bpt/emacs.git] / src / ChangeLog
index 9fe1795..5cee3a4 100644 (file)
@@ -1,3 +1,22 @@
+2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xfaces.c (merge_face_vectors): Use braces to follow GNU
+       Coding Standards.
+       (Finternal_set_lisp_face_attribute): Likewise.
+
+       * buffer.c (Fbury_buffer): Likewise.
+
+       * indent.c (current_column_1): Remove unused variable `prev_col'.
+
+2001-11-07  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (x_display_and_set_cursor): Do not move system caret
+       if cursor_glyph is NULL.
+
+2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * keymap.c (access_keymap): Fix compilation error.
+
 2001-11-07  Miles Bader  <miles@gnu.org>
 
        * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
        code (eval-current-buffer).
        Change doc-string comments to `new style' [w/`doc:' keyword].
 
+2001-11-06  Richard M. Stallman  <rms@gnu.org>
+
+       * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
+
 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * lread.c (read1): Fix behavior with nested backquoting.
+
        * keyboard.c (make_lispy_event): Check integerness and fix
        Lisp_Object/int mixup.
 
 2001-11-04  Michael Welsh Duggan  <md5i@cs.cmu.edu>
 
        * buffer.c (Fbuffer_local_value): New function.
-       (syms_of_buffer): defsubr it.
+       (syms_of_buffer): Defsubr it.
 
        * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
        value of `cursor-in-non-selected-windows'.
        and #ifdef'd-out code.
        Fix and reindent comments.
 
-       * mocklisp.h: Remove comment which is a copy of comment in
-       mocklisp.c.
+       * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
 
        * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
        argument `i' in macros.