comparison lisp/ChangeLog @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 8efd647ea9ca
children b2472a1930f2
comparison
equal deleted inserted replaced
266:18d185df8c54 267:966663fcf606
1 1998-03-23 SL Baur <steve@altair.xemacs.org>
2
3 * minibuf.el (mouse-read-file-name-1): If a default directory was
4 specified, use it for generating the completions.
5
6 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
7
8 * update-elc.el: Now respects inhibit-package-init and
9 inhibit-site-lisp.
10 Now does path construction with loadup-paths.
11
12 * startup.el (normal-top-level, startup-setup-paths): Now respects
13 inhibit-package-init and inhibit-site-lisp.
14
15 * packages.el (packages-find-package-path): Extended package path
16 by version-specific hierarchies.
17 (packages-find-packages): Now respects inhibit flag and
18 inhibit-site-lisp.
19 Moved path setup to loadup-paths.
20
21 * make-docfile.el: Now respects inhibit-package-init and
22 inhibit-site-lisp.
23 Now does path construction with loadup-paths.
24
25 * loadup.el: Now respects inhibit-package-init and
26 inhibit-site-lisp.
27
28 * dumped-lisp.el (preloaded-file-list): Added loadup-paths.
29
30 * loadup-paths.el: New file: setup load-path to encompass
31 packages.
32
33 1998-03-22 SL Baur <steve@altair.xemacs.org>
34
35 * auto-show.el: load-gc renamed to pureload.
36 * site-load.el: Ditto.
37 * packages.el (toplevel): Ditto.
38 * loadup.el (really-early-error-handler): Ditto.
39 * dumped-lisp.el (preloaded-file-list): Ditto.
40 * cus-face.el (custom-declare-face): Ditto.
41
42 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
43
44 * <Today>: The Big Path Searching Overhaul.
45
46 * find-paths.el: New file: find and assemble paths in the
47 installation hierarchy.
48
49 * setup-paths.el: New file: global layout of paths and directories
50 within the XEmacs hierarchy.
51
52 * packages.el: Replaced everything related to path searching and
53 startup by code in terms of find-paths.
54
55 * loadup.el, make-docfile.el, update-elc.el, startup.el: Now calls
56 the new path searching engine.
57
58 * dumped-lisp.el (preloaded-file-list): Added new files find-paths
59 and setup-paths.
60
61 1998-03-22 SL Baur <steve@altair.xemacs.org>
62
63 * dumped-lisp.el (preloaded-file-list): Load setup-paths.elc not
64 setup-paths.el.
65
66 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
67
68 * msw-glyphs.el: Added check for 'mswindows feature, so the file
69 compiles identically in any configuration.
70 Removed irrelevant commentary.
71
72 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
73
74 * simple.el (set-variable): Allow setting specifiers.
75
76 1998-03-19 SL Baur <steve@altair.xemacs.org>
77
78 * lisp.el (forward-sexp): Revert previous change.
79
80 1998-03-18 SL Baur <steve@altair.xemacs.org>
81
82 * frame.el (frame-initialize): Use `delete-console' instead of
83 `delete-device' to delete the stream console to match the usage in
84 Fkill_emacs.
85
1 1998-03-16 SL Baur <steve@altair.xemacs.org> 86 1998-03-16 SL Baur <steve@altair.xemacs.org>
2 87
3 * files.el (cdpath-previous): New variable. 88 * files.el (cdpath-previous): New variable.
4 (cd): Use it. 89 (cd): Use it.
5 From Bob Weiner <weiner@wave.altrasoft.com> 90 From Bob Weiner <weiner@wave.altrasoft.com>
91
92 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com>
93
94 * keydefs.el: Changed keybindings of forward-char,
95 backward, scroll-up and scroll-down to point to their
96 -command counterparts.
97
98 * simple.el: New functions: forwarc-char-command,
99 backwrad-char-command, scroll-up-command,
100 scroll-down-command which work liek their counterparts
101 except that they honor the variable
102 signal-error-on-buffer-boundary.
103
104 Definition of signal-error-on-buffer-boundary received
105 from src/cmds.c.
106
107 defvar declaration added for word-across-newline to avoid
108 byte-compiler warning about the free variable reference.
6 109
7 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru> 110 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru>
8 111
9 * winnt.el: Removed "%t" from the beginning of 112 * winnt.el: Removed "%t" from the beginning of
10 modeline-format. From now on, there's no nt-specifics in the modeline. 113 modeline-format. From now on, there's no nt-specifics in the modeline.