comparison src/ChangeLog @ 43913:edfc0feeb0c3

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Mar 2002 09:05:00 +0000
parents 2d74e7e8133f
children 0381ea82f14e
comparison
equal deleted inserted replaced
43912:2d74e7e8133f 43913:edfc0feeb0c3
1 2002-03-14 Richard M. Stallman <rms@gnu.org>
2
3 * xfns.c (x_real_positions): Handle failure in XQueryTree.
4
1 2002-03-14 Miles Bader <miles@gnu.org> 5 2002-03-14 Miles Bader <miles@gnu.org>
2 6
3 * intervals.c (adjust_for_invis_intang): New function. 7 * intervals.c (adjust_for_invis_intang): New function.
4 (set_point_both): Use `adjust_for_invis_intang' to do most of the 8 (set_point_both): Use `adjust_for_invis_intang' to do most of the
5 work for dealing with invisible+intangible regions. Do so before 9 work for dealing with invisible+intangible regions. Do so before
53 * lread.c (Fload): Don't assume that message_with_string uses the 57 * lread.c (Fload): Don't assume that message_with_string uses the
54 string it is given like a C string. 58 string it is given like a C string.
55 59
56 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se> 60 2002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
57 61
58 * xterm.h: (x_session_check_input, x_session_initialize): Declared. 62 * xterm.h (x_session_check_input, x_session_initialize): Declared.
59 63
60 * xterm.c: (XTread_socket): Add call to x_session_check_input and 64 * xterm.c: (XTread_socket): Add call to x_session_check_input and
61 x_session_have_connection. 65 x_session_have_connection.
62 (x_initialize): Add call to x_session_initialize. 66 (x_initialize): Add call to x_session_initialize.
63 67
69 73
70 * lisp.h: Declare syms_of_xsmfns as extern. 74 * lisp.h: Declare syms_of_xsmfns as extern.
71 75
72 * config.in: Add HAVE_X_SM. 76 * config.in: Add HAVE_X_SM.
73 77
74 * Makefile.in: Add -lSM -lICE to LIBXT if HAVE_X_SM and not 78 * Makefile.in (LIBXT): Add -lSM -lICE
75 USE_X_TOOLKIT. 79 if HAVE_X_SM and not USE_X_TOOLKIT.
76 New file xsmfns.c added to XOBJ. 80 (XOBJ): New file xsmfns.c added.
77 81
78 * xsmfns.c: New file for X session management. 82 * xsmfns.c: New file for X session management.
79 83
80 2002-03-09 Jason Rumney <jasonr@gnu.org> 84 2002-03-09 Jason Rumney <jasonr@gnu.org>
81 85