comparison src/ChangeLog @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents 34a5b81f86ba
children 6608ceec7cf8
comparison
equal deleted inserted replaced
135:4636a6841cd6 136:b980b6286996
1 Tue Apr 22 11:54:02 1997 Steven L Baur <steve@altair.xemacs.org>
2
3 * emacs.c (main_1): Add syms_of_balloon_x and guard with
4 HAVE_X_WINDOWS.
5 (main_1): Add vars_of_balloon_x and guard with HAVE_X_WINDOWS.
6
7 * process.c (get_process): This function can be passed a BUFFER as
8 a parameter.
9
10 Tue Apr 22 01:32:00 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
11
12 * src/menubar-x.c (pre_activate_hook):
13 set in_menu_callback around call to call to
14 menu_item_descriptor_to_widget_value.
15
16 * src/event-stream.c (Fnext_event):
17 signal error if in_menu_callback non-nil to avoid
18 reentering the menubar code and causing a crash later.
19
20 * src/cmdloop.c (command_loop_3):
21 signal error if in_menu_callback non-nil to avoid
22 inflooping calling Fnext_event, which will signal an
23 error if the situation is not caught earlier.
24
25 Tue Apr 22 08:22:22 1997 Hrvoje Niksic <hniksic@srce.hr>
26
27 * balloon-x.c, balloon_help.c, balloon_help.h: Modified to conform
28 to XEmacs coding standards.
29
1 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org> 30 Thu Apr 17 17:16:34 1997 Steven L Baur <steve@altair.xemacs.org>
2 31
3 * balloon-x.c: New file from Douglas Keller. 32 * balloon-x.c: New file from Douglas Keller.
4 33
5 * balloon_help.c: New file from Douglas Keller. 34 * balloon_help.c: New file from Douglas Keller.