comparison src/ChangeLog @ 2552:166ed8151e62

[xemacs-hg @ 2005-02-03 16:30:33 by james] Don't define this to c_this, and rename variables currently named this. See xemacs-patches message with ID <psbrb1ehjl.fsf@diannao.ittc.ku.edu>.
author james
date Thu, 03 Feb 2005 16:30:38 +0000
parents 9f70af3ac939
children b880fa9b5d8a
comparison
equal deleted inserted replaced
2551:9f70af3ac939 2552:166ed8151e62
1 2005-02-03 Jerry James <james@xemacs.org>
2
3 * config.h.in: Remove #define this c_this.
4 * device-x.c (construct_name_list): Rename this -> this_widget.
5 * eval.c (wants_debugger): Rename this -> curr.
6 * frame.c (delete_frame_internal): Rename this -> this_frame.
7 * gui-gtk.c (ungcpro_popup_callbacks): Rename this -> this_callback.
8 * gui-gtk.c (get_gcpro_popup_callbacks): Ditto.
9 * gui-x.c (gcpro_popup_callbacks): Ditto.
10 * gui-x.c (ungcpro_popup_callbacks): Ditto.
11 * lisp.h: Remove #undef this and #defin this c_this.
12 * redisplay.c (generate_fstring_runes): Rename this -> this_str.
13
1 2005-02-01 Jerry James <james@xemacs.org> 14 2005-02-01 Jerry James <james@xemacs.org>
2 15
3 * dumper.c: Olivier Galibert's changes to enable dumping data via 16 * dumper.c: Olivier Galibert's changes to enable dumping data via
4 a Java-like serialization/deserialization process. 17 a Java-like serialization/deserialization process.
5 18