comparison lisp/ChangeLog @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents eb5470882647
children 92f8ad5d0d3f
comparison
equal deleted inserted replaced
202:61eefc8fc970 203:850242ba4a81
1 1997-10-11 SL Baur <steve@altair.xemacs.org>
2
3 * prim/startup.el (set-default-load-path): Look for `packages'
4 directory too.
5 (set-default-load-path): Initialize Info-default-directory-list
6 from the environment variable INFOPATH.
7 (set-default-load-path): Initialize Info-default-diretory-list
8 from the configure variable `infopath'.
9
10 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com>
11
12 * prim/startup.el: (set-default-load-path): loop over the `Info-
13 default-directory-list' and collect those that are `file-
14 directory-p'.
15
16 * '': various doc string corrections.
17
18 * '': changed `auto-saves-file-prefix' to "~/.xemacs/saves-"
19
20 * '' Added toplevel block (when (fboundp 'load-gc) ...to init the
21 Info-def..list from the environment variable INFOPATH at dump time.
22
23 * prim/packages.el (packages-find-packages-1): append the list of
24 packages info directories to `Info-default-directory-list' rather
25 than prepending them. Don't add them if they're already in the
26 list.
27
28 * packages/info.el (Info-directory-list): various fixes to the
29 directory list handling.
30 * (Info-localdir-heading-regexp) added.
31
32 * '' removed the unrequired defcustom of `Info-default-directory-
33 list'
34
35 1997-10-11 SL Baur <steve@altair.xemacs.org>
36
37 * prim/about.el: New faces, new entries.
38
39 * prim/profile.el (profile-results): Rename.
40 (pretty-print-profiling-info): Ditto.
41 From Kyle Jones <kyle_jones@wonderworks.com>
42
43 1997-10-10 SL Baur <steve@altair.xemacs.org>
44
45 * utils/highlight-headers.el (highlight-headers-citation-header-regexp):
46 Correct doc string.
47 From Kazuyoshi Furutaka <furutaka@Flux.tokai.jaeri.go.jp>
48
49 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
50
51 * packages/bookmark.el:
52 * packages/iswitchb.el:
53 * utils/speedbar.el:
54 * utils/xemacs-build-report.el:
55 - change Xemacs --> XEmacs
56
57 1997-10-09 Colin Rafferty <craffert@ml.com>
58
59 * modes/lazy-shot.el (lazy-shot-shot-function): Undid a breakage.
60
61 1997-10-09 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
62
63 * prim/help.el (function-called-at-point): Added docstring.
64 (function-at-point): Ditto.
65 (describe-function-arglist): Commented out -- seems unused.
66 (find-function): ALL find-function stuff moved to "find-func.el"
67
68 * prim/find-func.el: new file created from functions previously in
69 "help.el".
70
71 1997-10-09 SL Baur <steve@altair.xemacs.org>
72
73 * pcl-cvs/pcl-cvs.el (cvs-changelog-ours-p): Grok new ChangeLog
74 format.
75
76 * prim/startup.el (user-init-directory): New name for
77 `emacs-user-extension-dir'.
78 (load-user-init-file): Use it.
79
80 Mon Oct 6 19:12:51 1997 Barry A. Warsaw <cc-mode-help@python.org>
81
82 * cc-mode/Release 5.19
83
84 Mon Oct 6 19:09:17 1997 Barry A. Warsaw <cc-mode-help@python.org>
85
86 * cc-mode/cc-engine.el (c-guess-basic-syntax):
87 CASE 5F: extern-lang-close relpos should be
88 element 0 of inclass-p, not element 1.
89
90 * cc-mode/cc-cmds.el (c-progress-init, c-progress-fini):
91 Be silent if c-progress-interval
92 is nil.
93
94 * cc-mode/cc-vars.el (c-progress-interval): Document new semantics
95
96 Fri Oct 3 23:10:04 1997 Barry A. Warsaw <cc-mode-help@python.org>
97
98 * cc-mode/cc-engine.el (c-beginning-of-statement-1):
99 Watch out for keywords which have a
100 preceding underscore.
101
102 Fri Sep 26 23:30:58 1997 Barry A. Warsaw <cc-mode-help@python.org>
103
104 * cc-mode/cc-menus.el: Patches to Imenu support given by
105 "Masatake (jet) YAMATO" <masata-y@is.aist-nara.ac.jp>.
106 (Jan Dubois) jan.dubois@ibm.net
107
108 * cc-mode/cc-cmds.el (c-comment-line-break-function):
109 Fix for when comment starts at
110 comment-column and there is non-whitespace preceding this on the
111 current line.
112
113 * cc-mode/cc-mode.el (c-submit-bug-report): Remove
114 c-recognize-knr-p. Add c-comment-continuation-stars.
115
116 Mon Sep 22 15:47:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
117
118 * cc-mode/cc-styles.el (c-initialize-builtin-style):
119 Only use copy-tree if it is
120 funcall-able. This is the right patch, and was given by Erik Naggum
121 <erik@naggum.no>
122
123 1997-10-08 SL Baur <steve@altair.xemacs.org>
124
125 * x11/x-menubar.el (file-menu-filter): Reverse sense of bounds
126 test.
127 From: Didier Verna <verna@inf.enst.fr>
128
129 * prim/format.el (format-annotate-function): Reverse sync to Emacs
130 19.
131
132 1997-10-08 Hrvoje Niksic <hniksic@srce.hr>
133
134 * prim/profile.el (profile-align): New function.
135
136 * prim/help.el (describe-function): Use `buffer-string' with a
137 BUFFER argument, instead of `save-excursion'+`buffer-string'.
138 (describe-variable): Ditto.
139 (describe-variable): Use `when'.
140
141 * modes/lisp-mode.el: Indent `display-message' and
142 `display-warning' better.
143
144 * prim/help.el: Customized find-function stuff.
145 (help-with-tutorial): Use point-at-{bol,eol}.
146 (with-displaying-help-buffer): Use `with-current-buffer'.
147
148 * prim/keymap.el (event-apply-modifier): Use `vconcat'.
149 (define-prefix-command): Use the NAME argument to
150 `make-sparse-keymap'.
151 (suppress-keymap): Use `incf'.
152
153 * prim/help.el (key-or-menu-binding): Document it.
154
155 * prim/keymap.el (insert-key-binding): Use `key-or-menu-binding'
156 from help.el.
157
158 * prim/help.el (built-in-variable-doc): Use `case'.
159 (describe-function-1): Assign to `file-name' instead of `home'.
160
161 * prim/profile.el (profiling-results): Handle strings correctly.
162
163 * prim/profile.el (profile): Expand FORMS only once.
164
165 1997-10-08 Colin Rafferty <craffert@ml.com>
166
167 * prim/lisp-file-db.el (lookup-lisp-file-db): Made it stop on
168 failure.
169
170 1997-10-08 SL Baur <steve@altair.xemacs.org>
171
172 * prim/lisp-file-db.el: New file.
173 From Raymond Toy <toy@rtp.ericsson.se>
174
175 1997-10-08 Colin Rafferty <craffert@ml.com>
176
177 * modes/lazy-shot.el: Customified. Made it handle long lines
178 better.
179
180 1997-10-08 SL Baur <steve@altair.xemacs.org>
181
182 * prim/startup.el (load-user-init-file): Remove reference to
183 .xemacs as a file.
184
185 1997-10-07 SL Baur <steve@altair.xemacs.org>
186
187 * utils/thing.el (thing-filename): Deal with point at end of
188 buffer.
189
190 1997-10-07 Karl M. Hegbloom <karlheg@inetarena.com>
191
192 * psgml/psgml.el (sgml-mode-map): modify defin-key statements to
193 use the new and improved key designator syntax. Rebound
194 'sgml-split-element to a similar key as the global 'split-line
195 binding.
196
197 1997-10-07 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
198
199 * utils/thing.el (thing-symbol): Return nil if `end' is nil.
200
201 1997-10-07 Karl M. Hegbloom <karlheg@inetarena.com>
202
203 * modes/cperl-mode.el: Fixed the help toggle menuitem, and added
204 an autoload cookie.
205 * modes/perl-mode.el: ditch the autoload in favor of cperl-mode.
206
207 1997-10-07 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
208
209 * packages/etags.el (add-to-tag-completion-table): Better support
210 for Scheme code. Parse scheme definitions and identifiers
211 with colons correctly.
212
213 1997-10-07 SL Baur <steve@altair.xemacs.org>
214
215 * mule/mule-cmds.el (read-input-method-name): Use a default if
216 available.
217 From Didier Verna <verna@inf.enst.fr>
218
219 * prim/about.el (about-url-alist): Update jwz's home page.
220
221 1997-10-07 Hrvoje Niksic <hniksic@srce.hr>
222
223 * x11/x-menubar.el (default-menubar): Handle pending-delete
224 correctly.
225
226 1997-10-06 SL Baur <steve@altair.xemacs.org>
227
228 * utils/font.el: Don't need devices.el on XEmacs.
229
230 1997-10-05 SL Baur <steve@altair.xemacs.org>
231
232 * utils/mail-utils.el (rmail-dont-reply-to-names): Snarf from
233 rmail.el.
234
235 1997-10-04 SL Baur <steve@altair.xemacs.org>
236
237 * efs/dired.el (dired-mail-reader): Default to VM instead of old,
238 broken rmail.
239
1 1997-09-29 Karl M. Hegbloom <karlheg@inetarena.com> 240 1997-09-29 Karl M. Hegbloom <karlheg@inetarena.com>
2 241
3 * prim/files.el (auto-mode-alist): make `.cl' a lisp-mode 242 * prim/files.el (auto-mode-alist): make `.cl' a lisp-mode
4 extension for Franz Allegro CL. 243 extension for Franz Allegro CL.
5 244