comparison lisp/ChangeLog @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents 6330739388db
children 7df0dd720c89
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
1 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
2
3 * info.el (Info-parse-dir-entries): Fixed regexp
4 (Info-build-dir-anew): Remove full suffix and capitalize info file
5 name for files with no @direntry
6 (Info-batch-rebuild-dir): New function
7 (Info-suffixed-file): Check for regular files instead of simple
8 file existence (could catch directories before)
9
10 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
11
12 * setup-paths.el, find-paths.el: Removed uses of `not' which
13 temacs doesn't have.
14
15 * find-paths.el (paths-find-emacs-roots): Included exec-prefix
16 into root searching.
17
18 1998-04-24 Martin Buchholz <martin@xemacs.org>
19
20 * subr.el: Remove definition of `not'.
21
22 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk>
23
24 * msw-glyphs.el: enable graphics support.
25
26 1998-04-23 Didier Verna <verna@inf.enst.fr>
27
28 * x-menubar.el (default-menubar): restored the line-number-mode
29 option.
30
31 * misc doc string updates related to the options menu.
32
33 1998-04-24 SL Baur <steve@altair.xemacs.org>
34
35 * setup-paths.el (paths-construct-load-path): Fix typo.
36
37 1998-04-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
38
39 * x-menubar.el (default-menubar): font-menu-this-frame-only-p and
40 font-menu-ignore-scaled-fonts don't have to be bound now; this
41 gets us one step further towards making --no-autoloads work.
42
43 * startup.el (normal-top-level): Load auto-autoloads only if
44 lisp-directory is non-nil.
45
46 * setup-paths.el (paths-construct-load-path): Made it robust
47 against nil lisp-directory.
48
49 * startup.el (startup-setup-paths-warning): Added `lisp-directory'
50 to the list of variables that cause a warning when nil.
51
52 * toolbar.el (init-toolbar-location): Now works even when there's
53 no toolbar icon directory.
54
55 1998-04-23 Hrvoje Niksic <hniksic@srce.hr>
56
57 * help.el (view-lossage): Recognize it.
58
59 * simple.el (log-message): Mark multiline messages.
60
61 1998-04-22 SL Baur <steve@altair.xemacs.org>
62
63 * info.el (Info-exit): `toolbar-info-frame' doesn't necessarily exist.
64
65 1998-4-20 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp>
66
67 * package-get.el (package-get-all): add `\n' separator to
68 interactive specification so that both variables are read
69
70 1998-04-22 Didier Verna <verna@inf.enst.fr>
71
72 * x-menubar.el: ported the options menu to Custom.
73 Moved the "read only" toggle button to the buffers menu.
74 Corrected some missing ;;;###autoload or defcustom.
75
76 * scrollbar.el (scrollbars-visible-p): defcustom wrapper around
77 the scrollbar-visible specifier for options menu handling.
78
79 * toolbar.el (toolbar-visible-p)
80 (toolbar-captioned-p)
81 (default-toolbar-position): defcustom wrappers around
82 the toolbar specifiers for options menu handling.
83
84 * frame.el (get-frame-for-buffer-default-instance-limit):
85 defcustom it for options menu handling.
86
87 * font-lock.el (font-lock-mode): defcustom and autolaod the variable
88 font-lock-mode for options menu handling.
89
90 * cus-start.el: added Custom properties to overwrite-mode for
91 options menu handling.
92
93 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk>
94
95 * about.el: shameless self-promotion.
96
97 1998-04-21 Hrvoje Niksic <hniksic@srce.hr>
98
99 * simple.el (raw-append-message): Slightly optimize.
100 (remove-message): Use `push' for clarity.
101 (append-message): Ditto.
102 (display-warning): Dito.
103 (raw-append-message): Send the message to the appropriate device.
104
105 1998-04-22 SL Baur <steve@altair.xemacs.org>
106
107 * auto-save.el (auto-save-cyclic-hash-14): De-ebolification.
108 From Sean MacLennan <Sean.MacLennan@pika.ca>
109
110 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
111
112 * setup-paths.el: Changed `directory-sep-char' to
113 `path-separator', following a change in GNU Emacs.
114
115 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
116
117 * info.el (Info-maybe-update-dir): Bug fix in `conservative' behaviour
118 (Info-build-dir-anew): Add a final newline.
119 (Info-build-dir-anew): Do not issue warning when rebuilding policy
120 is `always'
121 (Info-rebuild-dir): Ditto
122
123 * dumped-lisp.el (preloaded-file-list): Added ldap.el
124
125 1998-04-21 SL Baur <steve@altair.xemacs.org>
126
127 * simple.el (count-words-buffer): Retain zmacs region.
128 (count-words-region): Ditto.
129 * simple.el: (what-line): Expanded line counts.
130 (count-lines): New parameter to conditionalize whether collapsed
131 lines get counted.
132 From Bob Weiner <weiner@altrasoft.com>
133
134 1998-04-19 SL Baur <steve@altair.xemacs.org>
135
136 * packages.el (package-locations): infodock-packages must override
137 mule-packages and packages.
138
139 1998-04-19 Jonathan Harris <jhar@tardis.ed.a.uk>
140
141 * wid-edit.el:
142 remove rude messages from widget-activation-widget-mapper
143 and widget-activation-glyph-mapper
144
1 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk> 145 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk>
2 146
3 * toolbar.el: Remove (featurep 'x) test from 147 * toolbar.el: Remove (featurep 'x) test from
4 toolbar-make-button-list 148 toolbar-make-button-list
5 149