From: Richard M. Stallman Date: Mon, 29 Jul 2002 01:31:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc34dd808761a3db01ad50d4fc703ad7c0b172ac;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf2f95231c0..f18c8cb14d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-07-28 Richard M. Stallman + + * simple.el: Don't require cl. + 2002-07-25 Dave Love * obsolete/c-mode.el: Deleted. diff --git a/src/ChangeLog b/src/ChangeLog index 202f0e7e3cd..a09b7caae40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2002-07-28 Eli Zaretskii + + * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory + of the current drive as the fallback for default_directory. + + * w32.c (emacs_root_dir): New function. + + * msdos.c (emacs_root_dir): New function. + 2002-07-23 Kenichi Handa * xdisp.c (face_before_or_after_it_pos): Call @@ -68,6 +77,7 @@ * window.c (Fset_window_hscroll): Doc fix. +>>>>>>> 1.1914.2.171 2002-05-31 Gerd Moellmann * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.