comparison src/ChangeLog @ 201:eb5470882647 r20-3b27

Import from CVS: tag r20-3b27
author cvs
date Mon, 13 Aug 2007 10:01:22 +0200
parents 169c0442b401
children 850242ba4a81
comparison
equal deleted inserted replaced
200:f0deb0c0e6be 201:eb5470882647
1 1997-08-13 Yves BLUSSEAU <hk444@cleveland.freenet.edu> 1 1997-10-03 SL Baur <steve@altair.xemacs.org>
2 2
3 * efs/efs.el (efs-set-file-modes): Fix a bug that cause an error 3 * lisp.h: Nuke register declarations.
4 when using the efs-set-file-modes function on a remote station with 4
5 a FTP daemon that don't support the QUOTE function. 5 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
6 6
7 1997-10-02 Colin Rafferty <craffert@ml.com> 7 * window.c (Frecenter): Correct variable names in docstring.
8 8
9 * prim/frame.el (default-drag-and-drop-functions): Fixed a typo 9 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
10 that was calling `data' rather than looking at it. 10
11 * fns.c: Add some cross references between destructive and
12 non-destructive versions of similar functions.
13
14 Fri Oct 3 12:28:08 1997 Kyle Jones <kyle_jones@wonderworks.com>
15
16 * lisp-disunion.h: Move markbit to be between the
17 type bits and the value bits. Previously it was always
18 the sign bit of a EMACS_INT, unless modified by a
19 #define in a machine dependent .h file.
11 20
12 1997-10-02 Hrvoje Niksic <hniksic@srce.hr> 21 1997-10-02 Hrvoje Niksic <hniksic@srce.hr>
13 22
14 * profile.c (Fclear_profiling_info): Made interactive. 23 * profile.c (Fclear_profiling_info): Made interactive.
15 24