"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
Index: src/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.290.2.15
retrieving revision 1.290.2.15.4.1
diff -u -r1.290.2.15 -r1.290.2.15.4.1
--- src/ChangeLog 23 Oct 2001 11:02:38 -0000 1.290.2.15
+++ src/ChangeLog 21 Nov 2001 07:56:52 -0000 1.290.2.15.4.1
@@ -0,0 +1,8 @@
+2001-11-21 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * editfns.c (make_time): New function.
+ (Fencode_time): Use it instead of wasteful_word_to_lisp.
+ * lisp.h (make_time): Prototype and comment it.
+ * dired.c (wasteful_word_to_lisp): Deprecate.
+ (Ffile_attributes): Use make_time() instead of wasteful_word_to_lisp().
If I want to test these XEmacs 21.4 fixes, which CVS tag should I use?
"release-21-4" doesn't seem to do it (no changes since 21.4.5),
neither does cnadidate-21-4. That is, I want the latest stable
branch.
Btw, thanks for working on this problem.