Don't define max.
[bpt/emacs.git] / src / ChangeLog
index 260ed84..051d55e 100644 (file)
@@ -1,3 +1,59 @@
+2001-10-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * widget.c: Don't define max.
+
+       * process.c: Don't define max.
+       (create_process): Remove unused variable `buffer'.
+
+2001-10-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation
+       error.
+
+2001-10-23  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xfaces.c (Finternal_set_lisp_face_attribute)
+       [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
+       frame is on a windowed display.
+
+2001-10-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * dispnew.c (sync_window_with_frame_matrix_rows): Fix 
+       handling of windows which aren't full-width, fix handling
+       of marginal areas.
+
+       * lread.c (syms_of_lread)<recursive-load-depth-limit>: Raise to
+       50.
+
+2001-10-23  Andreas Schwab  <schwab@suse.de>
+
+       * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
+       LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
+
+2001-10-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * xterm.c (x_draw_glyphs): Remove parameters READ_START and 
+       REAL_END.  Notice if cursor gets overwritten.
+       (notice_overwritten_cursor): Take X positions as parameters.
+       (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
+       around call to x_draw_glyphs.
+
+2001-10-23  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
+       instead of C) and usage.
+
+       * editfns.c (char-to-string): Fix argument names (use CHAR instead
+       of C) and usage.
+
+       * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
+       `left', `max_width' and `max_height'.
+
+2001-10-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * xdisp.c (display_line): For a tab continued to the next line,
+       set row's ends_in_middle_of_char_p.
+
 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (display_line): Fix computation of continuation lines