comparison man/ChangeLog @ 280:7df0dd720c89 r21-0b38

Import from CVS: tag r21-0b38
author cvs
date Mon, 13 Aug 2007 10:32:22 +0200
parents b2472a1930f2
children c42ec1d1cded
comparison
equal deleted inserted replaced
279:c20b2fb5bb0a 280:7df0dd720c89
1 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
2
3 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
4 scroll-conservatively.
5
6 * lispref/loading.texi (Named Features): Document advanced args to
7 `feature'.
8
9 * lispref/files.texi (File Name Expansion): Document that
10 expand-file-name does not treat // and ~/ in the middle of file
11 names specially.
12
13 * lispref/positions.texi (Excursions): Document
14 `with-current-buffer' and `with-temp-file'.
15
16 * lispref/strings.texi (Formatting Strings): Document `%*'
17 construct.
18
19 * lispref/os.texi (Time Conversion): Document that TIME may be
20 omitted from format-time-string.
21
22 * lispref/strings.texi (String Conversion): Document BASE argument
23 to `string-to-number'.
24
25 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
26 constructs documentation.
27 (Regexp Search): Document `split-string'.
28
29 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
30
31 * xemacs/killing.texi (Active Regions): Document that errors no
32 longer highlight the region.
33
34 * lispref/display.texi (The Echo Area): Document message log
35 stuff, including `display-message', `lmessage', `clear-message',
36 (Warnings): Document warning stuff.
37
38 * lispref/commands.texi (Working With Events): Update `make-event'
39 for misc-user events.
40 (Using Interactive): Document `function-interactive'.
41
42 * lispref/os.texi (System Environment): Document USE-FLOATS
43 argument to `load-average'.
44 (User Identification): Document the new semantics of
45 `user-full-name'.
46
47 * lispref/strings.texi (Creating Strings): Document `string'
48 function.
49
50 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
51
52 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
53 comparison functions.
54
55 1998-04-30 Greg Klanderman <greg@alphatech.com>
56
57 * lispref/frames.texi (Input Focus): Document behavior of
58 select-frame wrt focus-follows-mouse.
59
60 1998-04-30 Martin Buchholz <martin@xemacs.org>
61
62 * Makefile: Support generic makes by avoiding `%' syntax.
63 It breaks my heart to uglify the Makefile like this, but this is
64 going to be a perpetual FAQ otherwise.
65 General cleanup.
66 Comment out w3 and vm info rules.
67 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
68
1 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp> 69 1998-03-27 Stephen Turnbull <turnbull@sk.tsukuba.ac.jp>
2 70
3 * xemacs/frame.texi: Document cursor appearance at end of line. 71 * xemacs/frame.texi: Document cursor appearance at end of line.
4 72
5 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> 73 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>