comparison lisp/ChangeLog @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents ca9a9ec9c1c1
children 90d73dddcdc4
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
1 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
2
3 * toolbar.el: Remove (featurep 'x) test from
4 toolbar-make-button-list
5
6 1998-04-17 Hrvoje Niksic <hniksic@srce.hr>
7
8 * gnuserv.el (gnuserv-edit): Switch to the next gnuserv buffer
9 only if in the same frame.
10
11 1998-04-17 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
12
13 * packages.el (package-locations): Added site-packages hierarchy.
14
15 * setup-paths.el (paths-default-info-directories): Introduced and
16 used.
17
18 * packages.el, setup-paths.el: Set various path searching depths
19 to 1.
20
21 * packages.el (packages-hierarchy-depth):
22 (packages-load-path-depth): Introduced and used.
23
24 * setup-paths.el (paths-load-path-depth): Introduced and used.
25
26 * find-paths.el (paths-find-recursive-path): Added max-depth
27 parameter.
28
29 1998-04-15 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
30
31 * setup-paths.el (paths-construct-info-path): Removed
32 dependency on behavior of (file-name-as-directory "").
33
34 1998-04-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
35
36 * ldap.el (ldap-search): Adapt to the new low-level API using ldap
37 lisp objects
38
39 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
40
41 * dump-paths.el, startup.el: Added handling for --debug-paths.
42
43 1998-04-15 William M. Perry <wmperry@aventail.com>
44
45 * wid-edit.el: We cannot just set the help-echo or balloon-help
46 properties for an extent based on the :help-echo widget
47 property, since help-echo and balloon-help cause an EXTENT to
48 get passed in, where :help-echo functions are expecting a WIDGET
49
50 1998-04-15 Kirill M. Katsnelson <kkm@kis.ru>
51
52 * scrollbar.el (init-scrollbar-from-resources): Call
53 mswindows-init-scrollbar-metrics when appropriate.
54
55 Thu Apr 16 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
56
57 * dumped-lisp.el: dump x-toolbar for window system
58
59 * msw-init.el (init-post-mswindows-win): enable toolbars if we
60 have support and xpm.
61
62 1998-04-16 SL Baur <steve@altair.xemacs.org>
63
64 * files.el (toggle-read-only): Fix docstring.
65 From Didier Verna <verna@inf.enst.fr>
66
67 1998-04-14 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
68
69 * startup.el (normal-top-level): Load autoload-file-name without
70 specifying an extension---some people only auto-autoload.el.gz.
71
72 1998-04-06 Hrvoje Niksic <hniksic@srce.hr>
73
74 * files.el (backup-enable-predicate): Don't bomb on NAME being
75 nil.
76
77 1998-04-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
78
79 * find-paths.el, packages.el: Now prefers configure'd paths.
80 This shouldn't cause any of the originally anticipated problems as
81 the current paths architecture will not define the various
82 configure-xxx variables if they're not specified on the configure
83 command line.
84
85 * find-paths.el, setup-paths.el, packages.el: Removed all
86 mentionings of "/" as a path separator.
87 Used paths-construct-path throughout.
88
89 * find-paths.el (paths-construct-path): Created to assemble paths
90 from directory components.
91
92 * setup-paths.el, packages.el: Used paths-decode-directory-path
93 instead of decode-path-internal.
94
95 * find-paths.el: Removed unused (and bogus) paths-find-emacs-path
96 and associates.
97 (paths-decode-directory-path) Created.
98
99 * setup-paths.el: Changed configure-exec-path to
100 configure-exec-directory.
101
102 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
103
104 * packages.el (packages-find-packages): Fixed decoding of
105 EMACSPACKAGEPATH.
106
107 * startup.el: -no-packages -> -no-early-packages.
108
109 (packages-load-package-lisps): Fixed loading of auto-autoload
110 files.
111
112 * startup.el (normal-top-level): Fixed loading of core
113 auto-autoload.
114
115 * obsolete.el: Un-obsoleted site-directory. Sigh.
116
117 * startup.el, packages.el, dump-paths.el: Added proper settings
118 for site-directory and lisp-directory variables.
119
120 * startup.el, loadup.el: Renamed inhibit-update-autoloads to
121 inhibit-package-autoloads and fixed handling of it.
122
123 * startup.el, packages.el, dump-paths.el, loadup.el: Fixed
124 handling of former inhibit-package-init, now
125 inhibit-early-packages, to make -vanilla etc. work.
126
1 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru> 127 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
2 128
3 * code-process.el (start-process): Fallback to 'undecided instead 129 * code-process.el (start-process): Fallback to 'undecided instead
4 of 'binary for process input coding stream. 130 of 'binary for process input coding stream.
5 131