comparison src/ChangeLog @ 46916:aff9c7fcedb0

2002-08-15 Andrew Choi <akochoi@shaw.ca> * mac.c (init_mac_osx_environment): New function. * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 16 Aug 2002 02:30:21 +0000
parents 87ffbc31a1c4
children e1aab27b11be
comparison
equal deleted inserted replaced
46915:5bae22b90bf5 46916:aff9c7fcedb0
1 2002-08-15 Andrew Choi <akochoi@shaw.ca>
2
3 * mac.c (init_mac_osx_environment): New function.
4
5 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
6
1 2002-08-14 Kim F. Storm <storm@cua.dk> 7 2002-08-14 Kim F. Storm <storm@cua.dk>
2 8
3 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit 9 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
4 executing macro before appending to it (when used from Lisp). 10 executing macro before appending to it (when used from Lisp).
5 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function 11 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function