(Fface_attributes_as_vector): Doc fix.
[bpt/emacs.git] / src / ChangeLog
index ba2fa49..531ab03 100644 (file)
@@ -1,3 +1,178 @@
+2001-11-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xfaces.c (Fface_attributes_as_vector): Doc fix.
+
+       * w32fns.c (Fx_synchronize): Reindent.
+
+       * fns.c: Doc fix.
+
+       * emacs.c: Doc fix.
+
+       * coding.c: Doc fix.
+
+       * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
+       * fontset.c, insdel.c, keymap.c: Change doc-string comments to
+       `new style' [w/`doc:' keyword].
+
+       * xmenu.c (x-popup-menu): Reindent.
+       (x-popup-dialog): Likewise.
+
+       * xfaces.c (Finternal_set_alternative_font_family_alist):
+       Reindent.
+
+       * xdisp.c (Fdump_tool_bar_row): Reindent.
+
+       * minibuf.c (Fminibuffer_complete_word): Reindent.
+       (Fminibuffer_complete_and_exit): Likewise.
+       (Fminibuffer_completion_help): Likewise.  
+       (Fminibuffer_message): Likewise.
+
+       * fns.c (Freverse): Reindent.
+
+       * eval.c (Fif): Reindent.
+       (Fand): Likewise.
+
+       * editfns.c (Fuser_real_login_name): Reindent.
+       (Finsert_buffer_substring): Likewise.
+       (Fcompare_buffer_substrings): Likewise.
+       (Fsubst_char_in_region): Likewise.
+
+       * dispnew.c (Fsit_for): Reindent.
+       (Fframe_or_buffer_changed_p): Likewise.
+       (Finternal_show_cursor_p): Likewise.
+       (syms_of_display): Likewise.
+
+       * alloc.c (Flist): Reindent.
+       (Fvector): Likewise.
+
+2001-11-12  Richard M. Stallman  <rms@gnu.org>
+
+       * xterm.c (XTread_socket): Don't update focus for EnterNotify or
+       LeaveNotify events.  Only FocusIn and FocusOut do that now.
+       (x_display_and_set_cursor): Do display hollow cursors in active
+       minibuffer windows when they are not selected.
+
+2001-11-12  Jason Rumney  <jasonr@gnu.org>
+
+       * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
+       * w32term.c: Change doc-string comments to `new style'.
+       [w/`doc:' keyword]. Doc fixes.
+
+       * w32fns.c: Don't define max.
+       (Fx_open_connection): Only execute once.
+
+2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * ccl.c: Change macros to use do-while block instead of if-else.
+       Use braces to follow GNU Coding Standards.
+
+2001-11-11  Richard M. Stallman  <rms@gnu.org>
+
+       * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
+
+       * lread.c (read_escape): Use end_of_file_error for reporting eof.
+
+       * insdel.c (replace_range): Use adjust_markers_for_replace
+       instead of adjust_markers_for_delete and adjust_markers_for_insert.
+
+       * intervals.h: Declare set_text_properties and set_text_properties_1.
+
+       * textprop.c (set_text_properties_1): New subroutine
+       broken out of set_text_properties.
+       (set_text_properties): Use set_text_properties_1.
+
+       * intervals.c (graft_intervals_into_buffer):
+       Use set_text_properties_1 to clear out properties.
+
+       * search.c (Freplace_match): Use replace_range to insert
+       and delete.  Don't request property inheritance from
+       surrounding text.
+
+2001-11-10  Jason Rumney  <jasonr@gnu.org>
+
+       * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
+       vertical fonts. Allow them if face name is explicitly specified.
+       Do not give up if we find a font that cannot be converted to an
+       xlfd.
+
+2001-11-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * unexelf.c (unexec): Use mmap/munmap to allocate buffers 
+       instead of malloc/free.
+
+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'.
+
+       * coding.c (encode_coding): Use precomputed value of `src'.
+       (encode_coding): Remove unused variable `src_end'.
+       (code_convert_region): Remove unused variables `count'.
+
+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.
+
+2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * intervals.c (graft_intervals_into_buffer):
+       Remove #ifdef'd-out code.
+       (graft_intervals_into_buffer): Remove unused variable `middle'.
+
+       * lread.c (Feval_region): Remove obsolete #ifdef'd-out
+       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-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * fns.c (copy_hash_table): Remove unused variable `v'.
+
+       * fontset.c (fontset_font_pattern): Remove unused variable
+       `family_registry'.
+
+       * indent.c (current_column_1): Remove unused variable `prev_col'.
+
+2001-11-05  Richard M. Stallman  <rms@gnu.org>
+
+       * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
+
+       * buffer.c (Fkill_buffer): Don't delete auto save file
+       if buffer is modified.
+
+2001-11-05  Andrew Innes  <andrewi@gnu.org>
+
+       * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
+       CHECK_NUMBER_CDR.
+
+2001-11-05  Richard M. Stallman  <rms@gnu.org>
+
+       * unexelf.c (unexec): Minor changes; clean up comments.
+
 2001-11-05  Sam Steingold  <sds@gnu.org>
 
        * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
 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.