comparison src/ChangeLog @ 972:3fd7fb7868b3

[xemacs-hg @ 2002-08-22 11:37:57 by stephent] fix GCPRO in do_autoload <871y8rnndk.fsf@tleepslib.sk.tsukuba.ac.jp>, fix reinit of ascii_character <87k7o2v805.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 22 Aug 2002 11:37:57 +0000
parents 8d610ea37af8
children 151d438d2d55
comparison
equal deleted inserted replaced
971:8401dcd2d43a 972:3fd7fb7868b3
1 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * eval.c (do_autoload): GCPRO both arguments and a local Lisp_Object.
4
5 * callint.c (Fcall_interactively):
6 * eval.c (function_argcount):
7 (Fmacroexpand_internal):
8 (Fcommand_execute):
9 (Feval):
10 (Ffuncall):
11 * keymap.c (get_keymap):
12 * lisp.h (do_autoload):
13 Add comment that do_autoload GCPROs both arguments.
14
15 2002-08-20 Stephen J. Turnbull <stephen@xemacs.org>
16
17 * extents.c (SOE_DEBUG): Warn not to use this until debugging
18 functions are rewritten.
19
20 2001-08-13 Dmitry Astapov <adept@umc.com.ua>
21
22 * event-Xt.c (maybe_define_x_key_as_self_inserting_character):
23 Don't bogusly reinitialize ascii_character property.
24
1 2002-08-13 David Bush <David.Bush@intel.com> 25 2002-08-13 David Bush <David.Bush@intel.com>
2 26
3 * device-msw.c: Correct initialization list for devmode_description 27 * device-msw.c: Correct initialization list for devmode_description
4 Add dumpable flag to msprinter-settings for USE_KKCC 28 Add dumpable flag to msprinter-settings for USE_KKCC
5 * dialog-msw.c: Add dumpable flag to mswindows-dialog-id for USE_KKCC 29 * dialog-msw.c: Add dumpable flag to mswindows-dialog-id for USE_KKCC