Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1346:01c57eb70ae9
[xemacs-hg @ 2003-03-09 02:27:27 by ben]
To: xemacs-patches@xemacs.org
i.c: Sleep between calls to check for I/O, since these calls are non-blocking.
behavior.el: Allow other keywords for forward compatibility.
cl-macs.el: Rewrite to eliminate byte-compiler warning when `return' is used
without `finally'.
cmdloop.el: Avoid truncated error messages for `end-of-file' and the like.
cmdloop.el: Avoid char-int error after syncing.
files.el: Eliminate byte-compile warnings.
printer.el: Fix line-width calculations.
#### This used to work. Someone's changes (perhaps by
Michael Sperber?) seem to have messed something up.
simple.el: Use new clear-left-side functions to avoid messages ending up on
the same line as other output.
xemacs.mak: Add override for info/ as well when separate source/build dirs.
xemacs.mak: Order sections in main build process and add comments. Add
additional dependencies to try and prevent later steps from
happening when failures in earlier steps have occurred.
Makefile.in.in: Order sections in main build process and add comments. Add
additional dependencies to try and prevent later steps from
happening when failures in earlier steps have occurred.
alloc.c: Don't arbitrarily clear Vconfigure_info_directory since it
messes up separate build/source dirs.
console.c, console.h, device-msw.c, device.c: Add accidentally omitted msprinter console and data descriptions.
print.c, console-msw.c: Add clear-left-side functionality to help keep stdio/stderr
output from separate sources on separate lines. Generalize
the different kinds of debugging output. Add dpa().
profile.c: Add better docs on Unix/Windows differences.
regex.c: Fix problems with rel-alloc compilation caused by previous patch.
emacs.c: Seg fault rather than abort on Cygwin, since gdb doesn't trap
aborts properly.
console-gtk-impl.h, console-gtk.h, console-msw.h, console-x-impl.h, console-x.h, dialog-gtk.c, dialog-x.c, event-msw.c, frame-gtk.c, frame-x.c, frameslots.h, glyphs-gtk.c, glyphs-x.c, gui-gtk.c, gui-x.c, inline.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, scrollbar-gtk.c, scrollbar-x.c, ui-gtk.c: Delete popup-data object. Delete menubar_data field from frames,
since its usage is frame-specific. Delete menubar-msw.h,
gui-x.h, gui-gtk.h. Clean up handling of lwlib callback data
GCPRO'ing and add missing GCPRO recomputation in widget code.
author | ben |
---|---|
date | Sun, 09 Mar 2003 02:27:46 +0000 |
parents | 1b0339b048ce |
children | 8d350b095c21 |
comparison
equal
deleted
inserted
replaced
1345:3b27da507d56 | 1346:01c57eb70ae9 |
---|---|
1 2003-03-06 Ben Wing <ben@xemacs.org> | |
2 | |
3 * Makefile.in.in (build-the-mofo): | |
4 * Makefile.in.in (.NO_PARALLEL): Removed. | |
5 * Makefile.in.in (release): Removed. | |
6 * Makefile.in.in (update-elc-2): Removed. | |
7 * Makefile.in.in (link_deps): | |
8 * Makefile.in.in (dump-id.c): New. | |
9 * Makefile.in.in (load-shadows): Removed. | |
10 * Makefile.in.in (.PHONY): Removed. | |
11 * Makefile.in.in (FRC.needtodump): Removed. | |
12 * Makefile.in.in (temacs_link_args): | |
13 * Makefile.in.in (obj_src): | |
14 Order sections in main build process and add comments. Add | |
15 additional dependencies to try and prevent later steps from | |
16 happening when failures in earlier steps have occurred. | |
17 | |
18 * alloc.c (disksave_object_finalization): | |
19 Don't arbitrarily clear Vconfigure_info_directory since it | |
20 messes up separate build/source dirs. | |
21 | |
22 * console.c (get_console_variant): | |
23 * console.c (Fvalid_console_type_p): | |
24 * console.c (Fconsole_type): | |
25 * console.h (console_variant): | |
26 * device-msw.c: | |
27 * device.c: | |
28 Add accidentally omitted msprinter console and data descriptions. | |
29 | |
30 * print.c: | |
31 * print.c (write_string_to_stdio_stream_1): | |
32 * print.c (write_string_to_stdio_stream): | |
33 * print.c (write_string_to_external_output_va): | |
34 * print.c (stderr_out): | |
35 * print.c (stdout_out): | |
36 * print.c (debug_out): | |
37 * print.c (fatal): | |
38 * print.c (write_string_to_alternate_debugging_output): | |
39 * print.c (debug_prin1): | |
40 * print.c (ext_print_begin): | |
41 * print.c (debug_print): | |
42 * print.c (dpa): | |
43 * print.c (debug_short_backtrace): | |
44 * print.c (syms_of_print): | |
45 * console-msw.c (write_string_to_mswindows_debugging_output): | |
46 Add clear-left-side functionality to help keep stdio/stderr | |
47 output from separate sources on separate lines. Generalize | |
48 the different kinds of debugging output. Add dpa(). | |
49 | |
50 * profile.c: | |
51 * profile.c (vars_of_profile): | |
52 Add better docs on Unix/Windows differences. | |
53 | |
54 * regex.c: | |
55 * regex.c (RE_TRANSLATE_1): | |
56 * regex.c (REGEX_ALLOCATE_STACK): | |
57 * regex.c (RE_MATCH_RELOCATE_MOVEABLE_DATA_POINTERS): | |
58 * regex.c (RE_SEARCH_RELOCATE_MOVEABLE_DATA_POINTERS): | |
59 * regex.c (re_search_2): | |
60 * regex.c (re_match_2_internal): | |
61 Fix problems with rel-alloc compilation caused by previous patch. | |
62 | |
63 * emacs.c (assert_failed): | |
64 Seg fault rather than abort on Cygwin, since gdb doesn't trap | |
65 aborts properly. | |
66 | |
67 * console-gtk-impl.h: | |
68 * console-gtk-impl.h (struct gtk_frame): | |
69 * console-gtk.h: | |
70 * console-msw.h: | |
71 * console-x-impl.h: | |
72 * console-x-impl.h (struct x_frame): | |
73 * console-x.h: | |
74 * dialog-gtk.c: | |
75 * dialog-x.c: | |
76 * event-msw.c: | |
77 * frame-gtk.c: | |
78 * frame-gtk.c (allocate_gtk_frame_struct): | |
79 * frame-gtk.c (gtk_mark_frame): | |
80 * frame-x.c: | |
81 * frame-x.c (allocate_x_frame_struct): | |
82 * frame-x.c (x_mark_frame): | |
83 * frameslots.h: | |
84 * glyphs-gtk.c: | |
85 * glyphs-x.c: | |
86 * glyphs-x.c (x_redisplay_widget): | |
87 * glyphs-x.c (x_button_redisplay): | |
88 * glyphs-x.c (x_tab_control_redisplay): | |
89 * gui-gtk.c: | |
90 * gui-x.c: | |
91 * gui-x.c (new_lwlib_id): | |
92 * gui-x.c (struct widget_value_mapper): | |
93 * gui-x.c (snarf_widget_value_mapper): | |
94 * gui-x.c (snarf_widget_values_for_gcpro): | |
95 * gui-x.c (gcpro_popup_callbacks): | |
96 * gui-x.c (ungcpro_popup_callbacks): | |
97 * gui-x.c (syms_of_gui_x): | |
98 * gui-x.c (reinit_vars_of_gui_x): | |
99 * inline.c: | |
100 * menubar-gtk.c: | |
101 * menubar-gtk.c (FRAME_GTK_MENUBAR_DATA): | |
102 * menubar-gtk.c (set_frame_menubar): | |
103 * menubar-gtk.c (gtk_update_frame_menubar_internal): | |
104 * menubar-msw.c: | |
105 * menubar-x.c: | |
106 * menubar-x.c (MENUBAR_TYPE): | |
107 * menubar-x.c (pre_activate_callback): | |
108 * menubar-x.c (set_frame_menubar): | |
109 * menubar-x.c (x_update_frame_menubar_internal): | |
110 * menubar-x.c (x_free_frame_menubars): | |
111 * menubar-x.c (command_builder_find_menu_accelerator): | |
112 * menubar-x.c (Faccelerate_menu): | |
113 * scrollbar-gtk.c: | |
114 * scrollbar-x.c: | |
115 * ui-gtk.c: | |
116 Delete popup-data object. Delete menubar_data field from frames, | |
117 since its usage is frame-specific. Delete menubar-msw.h, | |
118 gui-x.h, gui-gtk.h. Clean up handling of lwlib callback data | |
119 GCPRO'ing and add missing GCPRO recomputation in widget code. | |
120 | |
1 2003-03-01 Ben Wing <ben@xemacs.org> | 121 2003-03-01 Ben Wing <ben@xemacs.org> |
2 | 122 |
3 * alloc.c: | 123 * alloc.c: |
4 * alloc.c (xmalloc): | 124 * alloc.c (xmalloc): |
5 * alloc.c (xcalloc): | 125 * alloc.c (xcalloc): |