187
|
1 1997-09-13 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * x11/x-toolbar.el (toolbar-paste-function): Remove reference to
|
|
4 x-yank-primary-selection.
|
|
5 Suggested by: Hrvoje Niksic <hniksic@srce.hr>
|
|
6
|
|
7 * prim/about.el (about-xemacs): Update release date with worst
|
|
8 case.
|
|
9 (about-maintainer-info): Sync entry with 19.16.
|
|
10
|
|
11 1997-09-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
12
|
|
13 * packages/vc.el (vc-default-init-version): Make the default value
|
|
14 be `nil'. Improve the docstring.
|
|
15
|
|
16 1997-09-12 SL Baur <steve@altair.xemacs.org>
|
|
17
|
|
18 * prim/make-docfile.el: Spawn make-docfile to csh on next-mach as
|
|
19 well as BSD.
|
|
20
|
|
21 1997-09-13 Hrvoje Niksic <hniksic@srce.hr>
|
|
22
|
|
23 * mule/mule-util.el: Clean of Emacs-ported things.
|
|
24
|
|
25 1997-09-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
26
|
|
27 * packages/etags.el (tags-file-pattern): Allow `,' in file names.
|
|
28
|
|
29 * prim/startup.el (initial-scratch-message): Converted to defcustom.
|
|
30
|
|
31 1997-09-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
32
|
|
33 * packages/tar-mode.el: Customize; use cl.el instead of
|
|
34 home-brewed extensions.
|
|
35
|
|
36 1997-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
37
|
|
38 * prim/subr.el (mapc-internal): Define for backward compatibility.
|
|
39
|
|
40 * cl/cl-extra.el: Don't define `mapc'.
|
|
41
|
|
42 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
43
|
|
44 * prim/startup.el (initial-scratch-message): Cosmetic change.
|
|
45
|
|
46 Fri Sep 5 00:50:41 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
47
|
|
48 * cc-mode/Release 5.17
|
|
49
|
|
50 Fri Sep 5 04:47:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
51
|
|
52 * cc-mode/cc-cmds.el (c-beginning-of-statement):
|
|
53 Fixes in sentence movement to properly
|
|
54 handle M-e moving forward into a comment when looking at preceding
|
|
55 whitespace, and M-a moving backward into comment when looking at
|
|
56 following whitespace.
|
|
57
|
|
58 * cc-mode/cc-langs.el:
|
|
59 Define `/' in c-mode-base-map since all modes now support
|
|
60 c-electric-slash.
|
|
61
|
|
62 Define C-c C-e in mode-specific maps instead of c-mode-base-map since
|
|
63 c-expand-macro is meaningless in Java and IDL.
|
|
64
|
|
65 * cc-mode/cc-engine.el (c-end-of-statement-1):
|
|
66 Wrap backward-up-list in a c-safe call so no error results when
|
|
67 buffer contains only a comment and point is at eob.
|
|
68
|
|
69 * cc-mode/cc-cmds.el (c-beginning-of-statement):
|
|
70 Uncommented the looking-at call in the
|
|
71 sentence-flag clause so that moving by forward-sentence when looking
|
|
72 at the beginning of a comment works again. A previous log message in
|
|
73 cc-mode.el indicates this was commented out "because
|
|
74 c-beginning-of-statement-1 should do the right thing", but clearly it
|
|
75 doesn't.
|
|
76
|
|
77 I don't know if this breaks something else, because I can't figure out
|
|
78 why it was commented out in the first place.
|
|
79
|
|
80 Tue Aug 26 22:31:55 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
81
|
|
82 * cc-mode/cc-styles.el (c-style-alist): "python" style,
|
|
83 knr-argdecl-intro == +
|
|
84
|
|
85 Mon Aug 25 17:25:12 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
86
|
|
87 * cc-mode/cc-engine.el (c-inside-bracelist-p):
|
|
88 Add a test to the enum list test so that the
|
|
89 following code won't erroneously recognize as inside a brace list:
|
|
90
|
|
91 static PyObject **
|
|
92 unpack_sequence(v, argcnt, why)
|
|
93 PyObject **v;
|
|
94 int argcnt;
|
|
95 enum *why_code;
|
|
96 {
|
|
97 int i;
|
|
98
|
|
99 Otherwise, the `enum' in the K&R decl trips this code up.
|
|
100
|
|
101 * cc-mode/cc-styles.el (c-style-alist): "python" style,
|
|
102 fill-column = 78
|
|
103
|
|
104 Fri Aug 22 20:25:57 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
105
|
|
106 * cc-mode/cc-cmds.el (c-comment-line-break-function):
|
|
107 Don't break line in the middle of a string.
|
|
108
|
|
109 Mon Aug 18 17:37:24 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
110
|
|
111 * cc-mode/cc-styles.el (c-style-alist):
|
|
112 "python" style change: arglist-intro <= +
|
|
113 "python" style change: inextern-lang <= 0
|
|
114
|
|
115 Fri Aug 15 18:39:10 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
116
|
|
117 * cc-mode/cc-styles.el (c-style-alist):
|
|
118 "python" style requires c-comment-continuation-stars
|
|
119 to be "".
|
|
120
|
|
121 1997-09-09 SL Baur <steve@altair.xemacs.org>
|
|
122
|
|
123 * utils/autoload.el: One too many -autoload suffixes.
|
|
124
|
|
125 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
126
|
|
127 * prim/startup.el (initial-scratch-message): Cosmetic grammar
|
|
128 fixup in startup *scratch* message.
|
|
129
|
|
130 1997-09-09 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
131
|
|
132 * packages/vc.el (vc-register): make the second option arg COMMENT
|
|
133 do something
|
|
134
|
|
135 * packages/vc.el (vc-register): Make the default initial
|
|
136 version be `vc-default-init-version', a new variable
|
|
137 defaulting to "0.1".
|
|
138
|
|
139 1997-09-08 SL Baur <steve@altair.xemacs.org>
|
|
140
|
|
141 * prim/packages.el (packages-find-packages): Reverse package path.
|
|
142 From Colin Rafferty <craffert@ml.com>
|
|
143
|
|
144 1997-09-07 Hrvoje Niksic <hniksic@srce.hr>
|
|
145
|
|
146 * utils/edmacro.el (edmacro-parse-word): Accept ^foo (would signal
|
|
147 error).
|
|
148 (edmacro-format-1): Add SPC after ^.
|
|
149
|
|
150 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
151
|
|
152 * prim/make-docfile.el (Top Level): Ensure `load-path' always has
|
|
153 directory names ending in '/'.
|
|
154
|
|
155 * prim/packages.el (list-autoloads-path): Assume `load-path'
|
|
156 always has directories ending with trailing `/'s.
|
|
157
|
|
158 * version.el (emacs-version): Preserve previous matching info.
|
|
159 From Didier Verna <verna@inf.enst.fr>
|
|
160
|
|
161 Wed Sep 3 13:53:10 1997 SL Baur <steve@altair.xemacs.org>
|
|
162
|
|
163 * prim/loadup.el: *Never* add directories to the load-path
|
|
164 without trailing slashes.
|
|
165
|
|
166 1997-09-03 SL Baur <steve@altair.xemacs.org>
|
|
167
|
|
168 * prim/packages.el (packages-find-packages): New argument:
|
|
169 `suppress-user' to allow suppression of searching package
|
|
170 hierarchies beginning with "~".
|
|
171 (Top Level): Suppress searching user directories at dump time.
|
|
172
|
185
|
173 1997-08-30 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
174
|
|
175 * packages/info.el (Info-mouse-track-double-click-hook): Added,
|
|
176 and placed an `add-hook' into (Info-mode)
|
|
177
|
|
178 1997-08-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
179
|
|
180 * packages/hyper-apropos.el (hyper-apropos-help-map): add
|
|
181 keybinding to `hyper-apropos-find-function'.
|
|
182 (hyper-apropos-map): removed unnecessary double binding to
|
|
183 `hyper-apropos-set-variable'.
|
|
184 (hyper-apropos-find-function): new function.
|
|
185 (hyper-apropos-popup-menu): if in the help mode, look for symbol
|
|
186 at top of the buffer if necessary. Added menu entry for
|
|
187 `hyper-apropos-find-function'.
|
|
188
|
|
189 1997-08-29 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
190
|
|
191 * prim/files.el (switch-to-buffer-other-frame): make it select-frame
|
|
192
|
|
193 1997-09-01 SL Baur <steve@altair.xemacs.org>
|
|
194
|
|
195 * x11/x-menubar.el (default-menubar): Put tetris in the game menu,
|
|
196 and move it and the mine game to the top of the menu.
|
|
197
|
|
198 1997-08-29 SL Baur <steve@altair.xemacs.org>
|
|
199
|
|
200 * packages/lpr.el: Clone message-flatten-list.
|
|
201
|
|
202 1997-08-25 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
203
|
|
204 * apel/emu-x20.el (mime-charset-coding-system-alist):
|
|
205 iso-2022-jp-2 is defined as coding-system.
|
|
206
|
|
207 * mule/mule-coding.el: Rename `iso-2022-ss2-{7|8}' ->
|
|
208 `iso-2022-{7|8}bit-ss2' to sync with Emacs 20.0.96.
|
|
209
|
|
210 (iso-2022-jp-2): New coding system.
|
|
211
|
|
212 1997-08-23 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
213
|
|
214 * prim/about.el (about-maintainer-glyph): Fix problem with
|
|
215 jka-compr.el.
|
|
216
|
|
217 1997-08-25 SL Baur <steve@altair.xemacs.org>
|
|
218
|
|
219 * prim/help.el (find-function): ff-read-function was renamed.
|
|
220 (find-function-other-window): Ditto.
|
|
221 (find-function-other-frame): Ditto.
|
|
222
|
|
223 1997-08-21 SL Baur <steve@altair.xemacs.org>
|
|
224
|
|
225 * prim/packages.el (packages-find-packages-1): Append trailing
|
|
226 slash to directories added to the load-path.
|
|
227
|
|
228 1997-08-17 SL Baur <steve@altair.xemacs.org>
|
|
229
|
|
230 * utils/autoload.el (fixup-autoload-buffer): Replace lost guard
|
|
231 statement.
|
|
232
|
|
233 * prim/make-docfile.el: Remove BOGUS redefinition of
|
|
234 find-file-hooks.
|
|
235 * prim/update-elc.el: Ditto.
|
|
236
|
|
237 * prim/packages.el (locate-library): Put guard on usage of
|
|
238 `find-file-hooks' (it doesn't exist when temacs is being run).
|
|
239
|
183
|
240 Fri Aug 15 17:26:05 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
241
|
|
242 * cc-mode/Release 5.16
|
|
243
|
|
244 Fri Aug 15 18:39:10 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
245
|
|
246 * cc-mode/cc-styles.el (c-style-alist):
|
|
247 "python" style requires c-comment-continuation-stars
|
|
248 to be "".
|
|
249
|
|
250 * cc-mode/cc-engine.el (c-end-of-statement-1):
|
|
251 Eliminate false hits on important characters
|
|
252 inside literals (strings, comments).
|
|
253
|
|
254 Tue Aug 12 21:47:18 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
255
|
|
256 * cc-mode/cc-cmds.el (c-comment-line-break-function):
|
|
257 In this function, and the defadvice,
|
|
258 call indent-new-comment-line if not in a comment.
|
|
259
|
|
260 * cc-mode/cc-vars.el (c-buffer-is-cc-mode): Definition moved to
|
|
261 cc-mode.el
|
|
262
|
|
263 * cc-mode/cc-mode.el (c-buffer-is-cc-mode):
|
|
264 Definition moved here from cc-vars.el. Also,
|
|
265 put permanent-local property on variable so it's value won't get
|
|
266 killed by kill-all-local-variables. This makes it easier for non-CC
|
|
267 Mode derived modes to be initialized correctly.
|
|
268
|
|
269 * cc-mode/cc-cmds.el (c-electric-brace):
|
|
270 In preserve-p test, don't test char-before when at
|
|
271 bobp. Open brace at bobp is illegal in most modes, but not awk-mode,
|
|
272 which depends on CC Mode.
|
|
273
|
|
274 Mon Aug 11 15:37:04 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
275
|
|
276 * cc-mode/cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode):
|
|
277 Remove obsolete variable c-double-slash-is-comments-p.
|
|
278
|
|
279 * cc-mode/cc-langs.el (c-double-slash-is-comments-p): Remove
|
|
280 obsolete variable.
|
|
281
|
|
282 * cc-mode/cc-cmds.el (c-fill-paragraph):
|
|
283 Remove conditional on obsolete variable
|
|
284 c-double-slash-is-comments-p.
|
|
285
|
|
286 * cc-mode/cc-styles.el (c-style-alist):
|
|
287 Conform comment settings to RMS's preferences.
|
|
288
|
|
289 Thu Aug 7 19:21:32 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
290
|
|
291 * cc-styles.el (c-set-offset): Added autoload cookie.
|
|
292
|
|
293 1997-08-15 SL Baur <steve@altair.xemacs.org>
|
|
294
|
|
295 * cl/cl-macs.el (cl-make-type-test): De-ebolify type test for
|
|
296 'character.
|
|
297
|
|
298 1997-08-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
299
|
|
300 * packages/man.el (Manual-mouseify-xrefs): Skip the top line of
|
|
301 manual entries so to not get the all-caps pseudo xrefs in the
|
|
302 heading in our list of manuals.
|
|
303 (Manual-buffers-have-stars): new customize option.
|
|
304 (manual-entry): Fix to utilize the new variable, and to not put
|
|
305 stars around manual names put in the minibuffer history.
|
|
306
|
|
307 1997-08-12 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
308
|
|
309 * packages/info.el (Info-directory-list): reverse the
|
|
310 `Info-default-directory-list' when using it to initialize the
|
|
311 `Info-directory-list'.
|
|
312 (Info-insert-dir): make it so the insertion of a locadir file at a
|
|
313 "^[ \t]*Local.*\n[ \t]*[-=]+" line works correctly.
|
|
314
|
|
315 Mon Aug 11 17:35:35 1997 SL Baur <steve@altair.xemacs.org>
|
|
316
|
|
317 * prim/loaddefs.el (((dir load-path))): Ignore all errors.
|
|
318
|
|
319 * utils/autoload.el (fixup-autoload-buffer): Wrapping autoloads
|
|
320 files with a guard produces invalid bytecode.
|
|
321
|
|
322 * prim/make-docfile.el (package-path): Look in the package path
|
|
323 for autoloads files.
|
|
324
|
|
325 * prim/packages.el (packages-find-packages-1): Don't append
|
|
326 trailing "/" when adding a top-level Lisp directory.
|
|
327 (list-autoloads-path): New function. Use existing precomputed
|
|
328 load-path instead of doing the old broken computation.
|
|
329
|
|
330 1997-08-11 SL Baur <steve@altair.xemacs.org>
|
|
331
|
|
332 * prim/startup.el (command-line-1): Allow setting of
|
|
333 `initial-scratch-message' to nil to turn it off.
|
|
334 Suggested by Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
335
|
181
|
336 1997-08-09 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
337
|
|
338 * packages/info.el: (info::toolbar) swap next and prev buttons to
|
|
339 match the order of the node headings in info files.
|
|
340
|
|
341 1997-08-09 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
342
|
|
343 * packages/info.el: (Info-fontify-node) will now split top line
|
|
344 that spans 3 lines. (Info-extract-pointer) adjust to match.
|
|
345
|
|
346 1997-08-08 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
347
|
|
348 * packages/info.el: (Info-extract-pointer) make it move forward
|
|
349 one more line so when the top line has been split, the toolbar
|
|
350 arrows, u, and p will find the link they need.
|
|
351
|
|
352 Thu Aug 7 18:13:12 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
353
|
|
354 * cc-mode/Release 5.15
|
|
355
|
|
356 Thu Aug 7 19:21:32 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
357
|
|
358 * cc-mode/cc-styles.el (c-set-offset): Added autoload cookie.
|
|
359
|
|
360 * cc-mode/cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table,
|
|
361 objc-mode-syntax-table, idl-mode-syntax-table): Added autoload
|
|
362 cookies. c-mode-syntax-table already has one.
|
|
363
|
|
364 Wed Aug 6 21:50:08 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
365
|
|
366 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
367 Check all cc-mode-19 interface requirements.
|
|
368
|
|
369 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
370
|
|
371 * cc-mode/cc-align.el (c-lineup-java-throws):
|
|
372 Change the `when' clause to an `if-progn' :-(
|
|
373
|
|
374 * cc-mode/cc-langs.el (c-common-init):
|
|
375 Make comment-line-break-function buffer local iff it's boundp.
|
|
376
|
|
377 * cc-mode/cc-cmds.el:
|
|
378 defadvice for indent-new-comment-line keys off of c-buffer-is-cc-mode
|
|
379 instead of an explicit major-mode list. this means non-CC Mode
|
|
380 derived modes will work properly
|
|
381
|
|
382 * cc-mode/cc-mode.el (c-initialize-cc-mode): Set
|
|
383 c-buffer-is-cc-mode to t.
|
|
384
|
|
385 * cc-mode/cc-vars.el (c-buffer-is-cc-mode): New variable
|
|
386
|
|
387 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
388 Give in to the pressure. require 'cc-mode-19
|
|
389 if functionp is not bound. Too many novice errors without this.
|
|
390
|
|
391 * cc-mode/cc-cmds.el:
|
|
392 Added advice for indent-new-comment-line so older Emacsen work if they
|
|
393 don't have the variable comment-line-break-function.
|
|
394
|
|
395 Mon Aug 4 14:55:40 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
396
|
|
397 * cc-mode/cc-langs.el (c-mode-base-map, c++-mode-map):
|
|
398 Move `/' as an electric character
|
|
399 from c++-mode-map to c-mode-base-map for all languages.
|
|
400
|
|
401 * cc-mode/cc-cmds.el (c-electric-slash):
|
|
402 Make this work as the final slash in a */ block
|
|
403 oriented comment closing token.
|
|
404
|
|
405 * cc-mode/cc-vars.el (c-comment-continuation-stars):
|
|
406 Can take a nil value. Also, the default value is "* ".
|
|
407
|
|
408 * cc-mode/cc-cmds.el (c-comment-line-break-function): nil value for
|
|
409 c-comment-continuation-stars means use old semantics
|
|
410
|
|
411 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
412
|
|
413 * cc-mode/cc-cmds.el (c-comment-line-break-function):
|
|
414 Added optional soft argument
|
|
415
|
|
416 * cc-mode/cc-langs.el (c-common-init): Set comment-multi-line and
|
|
417 comment-line-break-function here for all modes.
|
|
418
|
|
419 * cc-mode/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode,
|
|
420 idl-mode):
|
|
421 Don't set comment-multi-line here.
|
|
422
|
|
423 * cc-mode/cc-vars.el (c-comment-continuation-stars): New variable
|
|
424
|
|
425 * cc-mode/cc-cmds.el (c-comment-line-break-function): New function
|
|
426 for proposed mode-specific comment-line-break-function variable.
|
|
427
|
|
428 * cc-mode/cc-mode.el (c-mode): comment-multi-line => nil
|
|
429
|
|
430 * cc-mode/cc-langs.el (c-C-comment-start-regexp): Obsolete.
|
|
431
|
|
432 (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp.
|
|
433
|
|
434 (c-populate-syntax-table, c-setup-dual-comments): Merge both functions
|
|
435 into c-populate-syntax-table. With the new 9X draft C standard, both
|
|
436 line and block oriented comments are supported in all modes, so always
|
|
437 set up the syntax tables to support both comment styles.
|
|
438
|
|
439 (c-mode-syntax-table, c++-mode-syntax-table, java-mode-syntax-table,
|
|
440 objc-mode-syntax-table, idl-mode-syntax-table): Use the new syntax
|
|
441 table initialization idioms.
|
|
442
|
|
443 (c-enable-//-in-c-mode): Obsolete.
|
|
444
|
|
445 * cc-mode/cc-mode.el (c-mode):
|
|
446 c-comment-start-regexp uses c-C++-comment-start-regexp to
|
|
447 support line oriented comments.
|
|
448
|
|
449 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
450
|
|
451 * cc-mode/cc-engine.el (c-guess-basic-syntax):
|
|
452 CASE 5D.4: template argument continuation
|
|
453 lines are now analyzed as template-args-cont.
|
|
454
|
|
455 * cc-mode/cc-styles.el (c-offsets-alist):
|
|
456 Added template-args-cont syntactic symbol
|
|
457
|
|
458 Sat Jul 26 16:03:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
459
|
|
460 * cc-mode/cc-styles.el (c-styles-alist):
|
|
461 In "java" style, set c-hanging-comment-starter-p to
|
|
462 nil to preserve Javadoc starter lines.
|
|
463
|
|
464 1997-08-08 Jan Vroonhof <vroonhof@math.ethz.ch>
|
|
465
|
|
466 * prim/obsolete.el (define-obsolete-variable-alias): If the
|
|
467 obsolete variable was setq'ed before the code was loaded we want
|
|
468 that value.
|
|
469
|
|
470 1997-08-06 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
471
|
|
472 * packages/man.el: Several modifications
|
|
473
|
|
474 * (manual-entry) buffers are named without *'s, when
|
|
475 `buffers-menu-submenus-for-groups-p' is t, so they show up
|
|
476 in a subsection of the Buffer's menu now, rather than
|
|
477 lumped under *Misc*.
|
|
478
|
|
479 * (Manual-mode) added a local `kill-buffer-hook' to remove
|
|
480 a killed manual from the `Manual-page-history'
|
|
481
|
|
482 * (Manual-last-page) begun rewrite of manuvering and
|
|
483 viewing mode code
|
|
484
|
|
485 * (Manual-mouseify-xrefs) hyphenated xrefs are highlighted
|
|
486 now, and properly handled when the second line is
|
|
487 indented. They end up on the menus too.
|
|
488
|
|
489 * (Manual-popup-menu) made the far button popup menus look
|
|
490 better by removing the prefix string and adding a title.
|
|
491
|
|
492 1997-08-06 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
493
|
|
494 * packages/info.el: (Info-highlight-region) Fixed it to not
|
|
495 highlight the indention spaces in xrefs split across lines with
|
|
496 indention on the second line.
|
|
497
|
|
498 1997-08-06 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
499
|
|
500 * packages/info.el: Numerous modifications, including:
|
|
501
|
|
502 * support for "dir" merging 'ala Emacs-19.34, with
|
|
503 fallback to cheap localdir files in the secondary info
|
|
504 directories.
|
|
505
|
|
506 * changed default `Info-annotations-path' from
|
|
507 ~/.infonotes to ~/.xemacs/info.notes
|
|
508
|
|
509 * added `Info-additional-directory-list'
|
|
510
|
|
511 * changed a call to w3-fetch to browse-url
|
|
512
|
|
513 * added new variables and functions from GNU Emacs 19.34:
|
|
514 `Info-dir-contents', `Info-dir-contents-directory',
|
|
515 `Info-dir-file-attributes', and the function
|
|
516 `Info-insert-dir'
|
|
517
|
|
518 * rewrote `Info-suffixed-file' to a cond block rather than
|
|
519 nested if's for aesthetic reasons.
|
|
520
|
|
521 * made the top line get split if it's longer than 79
|
|
522 characters and tweaked fontification to handle that.
|
|
523
|
|
524 * changed the look of the pop-up mouse menus by utilizing
|
|
525 the "--:etchedThing" dividers.
|
|
526
|
|
527 * several docstring reformats and typo fixes, a few
|
|
528 comments deleted.
|
|
529
|
|
530 * info/dir: deleted the Locals: line. I think it's obsolete since
|
|
531 the "dir" merge can put things from like-named nodes in separated
|
|
532 "dir" files all under one menu, which is more versatile than just
|
|
533 a "Locals:" section. If you still want a "Locals:" section, make
|
|
534 yourself a node for it.
|
|
535
|
|
536 1997-08-07 SL Baur <steve@altair.xemacs.org>
|
|
537
|
|
538 * egg/egg.el (hiragana-region): Ebola cleanup.
|
|
539 (katakana-region): Ditto.
|
|
540
|
|
541 1997-08-02 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
542 * prim/files.el (save-buffers-kill-emacs):
|
|
543 If there are active processes, then list them before querying if
|
|
544 it is ok to exit emacs.
|
|
545
|
|
546 1997-08-01 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
547
|
|
548 * efs/dired.el (dired-get-filename) Move the skipping of the
|
|
549 ending carriage return on NT to inside the setq so `and' won't
|
|
550 fail on Unix.
|
|
551
|
179
|
552 1997-07-30 SL Baur <steve@altair.xemacs.org>
|
|
553
|
|
554 * prim/startup.el (find-emacs-root-internal-1): Remove diagnostic.
|
|
555
|
|
556 * prim/packages.el (packages-find-packages): Remove diagnostic.
|
|
557
|
|
558 1997-07-27 SL Baur <steve@altair.xemacs.org>
|
|
559
|
|
560 * utils/config.el (config-value-hash-table): Only store the first
|
|
561 occurrence of a symbol.
|
|
562
|
|
563 * modes/make-mode.el: Remove imenu stuffs.
|
|
564
|
177
|
565 Sat Jul 26 12:24:20 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
566
|
|
567 * cc-mode/ Release 5.14
|
|
568
|
|
569 Sat Jul 26 16:03:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
570
|
|
571 * cc-mode/cc-styles.el (c-styles-alist):
|
|
572 In "java" style, set c-hanging-comment-starter-p to
|
|
573 nil to preserve Javadoc starter lines.
|
|
574
|
|
575 Fri Jul 25 22:17:07 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
576
|
|
577 * cc-mode/cc-engine.el (c-beginning-of-statement-1):
|
|
578 When checking for bare semi, don't match
|
|
579 on a semi following a close brace, otherwise the following legal code
|
|
580 fails:
|
|
581
|
|
582 void foo()
|
|
583 {
|
|
584 static struct Pattern nums
|
|
585 = {1, 2, 3};
|
|
586
|
|
587 int j = 2;
|
|
588 }
|
|
589
|
|
590 This might break some bare semi idioms but those are probably more
|
|
591 rare than static initializers.
|
|
592
|
|
593 * cc-mode/cc-vars.el (idl-mode-hook): New variable.
|
|
594
|
|
595 * cc-mode/cc-mode.el (idl-mode): Support for CORBA's IDL language.
|
|
596
|
|
597 * cc-mode/idl-font-lock.el: Unsupported font-lock definitions for IDL.
|
|
598 This should be merged in with font-lock.el
|
|
599
|
|
600 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
601 move the calling of c-make-styles-buffer-local
|
|
602 into c-initialize-builtin-style.
|
|
603
|
|
604 * cc-mode/cc-styles.el (c-set-style-2):
|
|
605 Fixed broken implementation of inherited styles.
|
|
606
|
|
607 * cc-mode/cc-mode.el (c-initialize-cc-mode):
|
|
608 Run the c-initialization-hook, but only once
|
|
609 per Emacs session.
|
|
610
|
|
611 * cc-mode/cc-vars.el (c-initialization-hook): New variable.
|
|
612
|
|
613 * cc-mode/cc-engine.el (c-guess-basic-syntax):
|
|
614 CASE 5I: When adding 'inclass syntax, use the
|
|
615 relpos pointing to the class opening brace, unless that hangs on the
|
|
616 right side, in which case, use the start of the class/struct keyword.
|
|
617
|
|
618 Thu Jul 17 03:36:22 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
619
|
|
620 * cc-mode/cc-langs.el (c-symbol-key):
|
|
621 first character must be a letter or underscore
|
|
622
|
|
623 1997-07-25 SL Baur <steve@altair.xemacs.org>
|
|
624
|
|
625 * packages/vc.el (vc-version-diff): Autoload for the menu.
|
|
626 Suggested by Karl M. Hegbloom <karlheg+xemacs@inetarena.com>
|
|
627
|
|
628 1997-07-24 SL Baur <steve@altair.xemacs.org>
|
|
629
|
|
630 * prim/make-docfile.el (docfile-out-of-date): Workaround for NEWOS
|
|
631 process exit handling bug.
|
|
632 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
633
|
|
634 1997-07-23 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
635
|
|
636 * packages/info.el: (Info-fontify-node) Allow colons in menu
|
|
637 names. There must be whitespace following the menu ending colon.
|
|
638
|
|
639 1997-07-23 SL Baur <steve@altair.xemacs.org>
|
|
640
|
|
641 * prim/faces.el (invert-face): Make interactive.
|
|
642 Suggested by David Bakhash <cadet@sst.ll.mit.edu>
|
|
643
|
|
644 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
645
|
|
646 * modes/view-process-system-specific.el added
|
|
647 `View-process-field-name-descriptions-linux', transcribed from
|
|
648 man 7 ps_fields. Linux signals fixed to match <asm/signal.h>.
|
|
649
|
|
650 1997-07-22 SL Baur <steve@altair.xemacs.org>
|
|
651
|
|
652 * x11/x-toolbar.el (toolbar-paste-function): Add default as
|
|
653 option.
|
|
654
|
|
655 * prim/minibuf.el (force-dialog-box-use): Fix typo.
|
|
656 From Pekka Marjola <pema@iki.fi>
|
|
657
|
|
658 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
659
|
|
660 * prim/packages.el (locate-data-directory): New function to search
|
|
661 for directories in the data-directory-list.
|
|
662
|
|
663 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
664
|
|
665 * prim/minibuf.el: New customize variable:
|
|
666 `minibuffer-history-uniquify'
|
|
667 (read-from-minibuffer) Only remove histval from list if
|
|
668 minibuffer-history-uniquify is t.
|
|
669
|
|
670 * custom/custom.el: Fix typo in (defgroup) docstring.
|
|
671
|
|
672 1997-07-21 SL Baur <steve@altair.xemacs.org>
|
|
673
|
|
674 * prim/startup.el (set-default-load-path): Initialize package
|
|
675 paths as final step if everything else went O.K.
|
|
676
|
|
677 * prim/help.el: Removed locate-library (moved to packages.el).
|
|
678
|
|
679 * prim/subr.el: Removed lamda macro (moved to packages.el).
|
|
680
|
|
681 * prim/packages.el (package-find-packages): New function. Search
|
|
682 package hierarchies for interesting directories.
|
|
683 (package-find-packages-1): Helper function for the above. Do the
|
|
684 searching in exactly 1 directory.
|
|
685
|
|
686 * packages/vc.el: Add ClearCase maintainer.
|
|
687
|
|
688 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
689
|
|
690 * modes/whitespace-mode.el (toplevel) Install toolbar button using
|
|
691 `toolbar-add-item' rather than redefining the whole default
|
|
692 toolbar. If the button is already there, does nothing, so a
|
|
693 custom toolbar containing a whitespace button can made with
|
|
694 `edit-toolbar' once it's been installed the first time.
|
|
695
|
|
696 1997-07-20 SL Baur <steve@altair.xemacs.org>
|
|
697
|
|
698 * utils/speedbar.el:
|
|
699 (speedbar-frame-mode): Autoload.
|
|
700 (speedbar-get-focus): Autoload.
|
|
701 (speedbar): Autoload (correctly).
|
|
702
|
|
703 (speedbar-frame-width): Test liveness of frame
|
|
704 too.
|
|
705 (speedbar-frame-mode): Avoid some Emacs 20 code.
|
|
706 From Markus Linnala <maage@cs.tut.fi>
|
|
707
|
|
708 * prim/startup.el (find-emacs-root-internal): Search
|
|
709 prefix-directory directly for XEmacs installed stuffs.
|
|
710
|
|
711 * utils/smtpmail.el (smtpmail-send-it): Autoload.
|
|
712
|
|
713 * prim/startup.el (command-line): Put advisory text in *scratch*
|
|
714 at startup.
|
|
715
|
|
716 * packages/info.el (Info-exit): Guard against deletion of only
|
|
717 frame.
|
|
718 From David Bakhash <cadet@MIT.EDU>
|
|
719
|
|
720 1997-07-19 SL Baur <steve@altair.xemacs.org>
|
|
721
|
|
722 * utils/elp.el: Spelling correction.
|
|
723 From karlheg+xemacs@inetarena.com (Karl M. Hegbloom)
|
|
724
|
175
|
725 1997-07-19 Steven L Baur <steve@altair.xemacs.org>
|
|
726
|
|
727 * prim/about.el: Sundry changes.
|
|
728
|
|
729 1997-07-18 Steven L Baur <steve@altair.xemacs.org>
|
|
730
|
|
731 * packages/crypt.el (crypt-inhibit-formats): New variable.
|
|
732 (crypt-encoded-p): Use it.
|
|
733 Based on a patch by Tkil <tkil@scrye.com>
|
|
734
|
|
735 * utils/ring.el (ring-p): Make compatible, not obsolete.
|
|
736
|
|
737 1997-07-16 Steven L Baur <steve@altair.xemacs.org>
|
|
738
|
|
739 * utils/crontab.el (crontab-get): Check for `no crontab for' as an
|
|
740 error return.
|
|
741 Suggested by Jeff Miller <jmiller@smart.net>
|
|
742
|
|
743 * modes/arc-mode.el: Clean up comment.
|
|
744
|
|
745 * packages/tar-mode.el: Clean up comments.
|
|
746
|
|
747 Wed Jul 16 23:56:58 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
748
|
|
749 * cc-mode/: Release 5.13.
|
|
750
|
|
751 Thu Jul 17 03:36:22 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
752
|
|
753 * cc-mode/cc-langs.el (c-symbol-key):
|
|
754 first character must be a letter or underscore
|
|
755
|
|
756 Mon Jul 14 23:43:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
757
|
|
758 * cc-mode/cc-langs.el (c-make-inherited-keymap): Change to a defun
|
|
759
|
|
760 * cc-mode/cc-langs.el:
|
|
761 Added (require 'cc-defs) to pick up the definition of c-emacs-features.
|
|
762
|
|
763 * cc-mode/README: Simplified instructions
|
|
764
|
|
765 * cc-mode/cc-make.el: New file to aid in byte-compiling in older
|
|
766 Emacsen.
|
|
767
|
|
768 Sun Jul 13 21:24:37 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
769
|
|
770 * cc-mode/cc-cmds.el: cc-defs is required to pick up the
|
|
771 c-add-syntax macro
|
|
772
|
|
773 * cc-mode/cc-langs.el (c-mode-menu):
|
|
774 Added uncomment region and slight rearrangement of
|
|
775 items
|
|
776
|
|
777 * cc-mode/cc-cmds.el (c-electric-backspace):
|
|
778 Must get 'supercede property values to work
|
|
779 with delsel and pending-del.
|
|
780
|
|
781 Thu Jul 10 20:46:09 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
782
|
|
783 * cc-mode/cc-engine.el (c-maybe-labelp):
|
|
784 defvar this to shut up the byte compiler
|
|
785
|
|
786 Wed Jul 9 22:08:58 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
787
|
|
788 * cc-mode/cc-styles.el (c-initialize-builtin-style):
|
|
789 use copy-sequence instead of copy-tree
|
|
790 so the cl module isn't necessary.
|
|
791
|
|
792 * cc-mode/cc-cmds.el (c-electric-brace):
|
|
793 fix ebola eradication consequence in the
|
|
794 preserve-p test.
|
|
795
|
|
796 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
|
|
797
|
|
798 * prim/about.el (xemacs-hackers): Add info about IENAGA Kazuyuki.
|
|
799 (about-url-alist): Ditto.
|
|
800 (about-maintainer-info): Ditto.
|
|
801
|
|
802 * prim/modeline.el (add-minor-mode): Update docstring.
|
|
803
|
|
804 1997-07-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
805
|
|
806 * packages/pending-del.el (pending-delete-mode): Use the option
|
|
807 symbol as argument to add-minor-mode, not its value.
|
|
808
|
|
809 1997-07-14 Hrvoje Niksic <hniksic@srce.hr>
|
|
810
|
|
811 * packages/pending-del.el (pending-delete-modeline-string): New
|
|
812 option.
|
|
813
|
|
814 1997-07-14 Steven L Baur <steve@altair.xemacs.org>
|
|
815
|
|
816 * prim/files.el (auto-mode-alist): Readd objective c mode.
|
|
817 From Barry A. Warsaw <bwarsaw@CNRI.Reston.Va.US>
|
|
818
|
|
819 * prim/make-docfile.el: Print more informative message when
|
|
820 attempting to create docfile and all dumped .elcs do not exist.
|
|
821
|
173
|
822 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
823
|
|
824 * prim/files.el (save-some-buffers): Guard call to
|
|
825 `delete-other-windows'.
|
|
826
|
|
827 1997-07-13 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
828
|
|
829 * prim/minibuf.el: (read-from-minibuffer) Corrected indentation,
|
|
830 History lists don't contain dups anymore, newest is put on top and
|
|
831 removed from the cdr.
|
|
832
|
|
833 1997-07-13 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
834
|
|
835 * packages/man.el: (manual-entry) Added `Manual-page-
|
|
836 minibuffer-history', and added it to the read-string statement.
|
|
837 Added #\: to `fmh' so that manuals named like MIME::Parser(3) are
|
|
838 found at point.
|
|
839 (Manual-mouseify-xrefs) Fixed it so now it will mousify the manual
|
|
840 entry on the first line of an apropos listing.
|
|
841
|
|
842 1997-07-10 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
843
|
|
844 * packages/info.el: Added `Info-minibuffer-history', and made it
|
|
845 the minibuffer history variable in the `completing-read' calls.
|
|
846
|
|
847 * utils/savehist.el: Added `Info-minibuffer-history' to default
|
|
848 value of `savehist-history-variables'.
|
|
849
|
|
850 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
851
|
|
852 * modes/lisp-mode.el: Restore verbosity as an option.
|
|
853 From Hrvoje Niksic <hniksic@srce.hr>
|
|
854
|
|
855 1997-07-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
856
|
|
857 * prim/cmdloop.el (execute-extended-command): Use
|
|
858 `sorted-key-descriptions'.
|
|
859
|
|
860 * prim/help.el (sorted-key-descriptions): New function.
|
|
861 (where-is): Use it.
|
|
862 (where-is): Use `read-command'.
|
|
863
|
|
864 * prim/macros.el (kbd-macro-query): Use `read-char-exclusive'
|
|
865 instead of `read-char'.
|
|
866
|
|
867 * prim/cmdloop.el (read-char): Correctly inhibit quit.
|
|
868
|
|
869 * prim/files.el: Use `files' group.
|
|
870
|
|
871 * prim/disp-table.el (describe-display-table): Made it work; don't
|
|
872 use `describe-vector'.
|
|
873
|
|
874 * prim/gui.el: Customized.
|
|
875
|
|
876 * utils/edmacro.el (insert-kbd-macro): Move to macros.el.
|
|
877
|
|
878 * prim/macros.el: Synch with FSF 19.34.
|
|
879
|
|
880 * prim/featurep.el: Comment addition.
|
|
881
|
|
882 * prim/cus-start.el: Add variables from replace.el.
|
|
883
|
|
884 * prim/replace.el (case-replace): Use `defvar', not `defconst'.
|
|
885
|
|
886 * utils/crontab.el: Customized.
|
|
887
|
|
888 * utils/highlight-headers.el: Define -faces as a separate group;
|
|
889 customize the variables.
|
|
890
|
|
891 * utils/uniquify.el: Hide from the Customize tree; the package
|
|
892 changes state of XEmacs on load.
|
|
893
|
|
894 * packages/igrep.el: Don't insinuate XEmacs when loading.
|
|
895 (igrep-insinuate): New function.
|
|
896
|
|
897 * packages/blink-cursor.el (blink-cursor-callback): Don't blink on
|
|
898 TTY-s.
|
|
899
|
|
900 * prim/console.el (resume-pid-console): Use `eql'.
|
|
901
|
|
902 * prim/profile.el (profile): Restore old profiling state, instead
|
|
903 of blindly turning off profiling.
|
|
904
|
|
905 * packages/add-log.el (add-log-c-like-modes): Add java-mode.
|
|
906
|
|
907 * packages/add-log.el: Require fortran when compiling.
|
|
908
|
|
909 * prim/device.el (device-list): Use `nconc' instead of `append'.
|
|
910
|
|
911 1997-07-13 Steven L Baur <steve@altair.xemacs.org>
|
|
912
|
|
913 * prim/files.el (save-some-buffers): Only delete other windows the
|
|
914 first time through.
|
|
915 Based on code from Hrvoje Niksic <hniksic@srce.hr>
|
|
916
|
|
917 1997-07-12 Steven L Baur <steve@altair.xemacs.org>
|
|
918
|
|
919 * prim/modeline.el (mouse-drag-modeline): Don't queue dummy eval
|
|
920 events.
|
|
921 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
922
|
|
923 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
924
|
|
925 * packages/gnuserv.el (gnuserv-edit-files): Operate on this
|
|
926 buffer's menubar.
|
|
927
|
|
928 1997-07-11 Steven L Baur <steve@altair.xemacs.org>
|
|
929
|
|
930 * packages/gnuserv.el: Add done button.
|
|
931 From Hrvoje Niksic <hniksic@srce.hr>
|
|
932
|
|
933 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
934
|
|
935 * utils/edit-toolbar.el: (edit-toolbar-file-name): Use
|
|
936 `emacs-user-extension-dir'.
|
|
937 (edit-toolbar-add-initialization): Ditto.
|
|
938 (edit-toolbar-prompt-for-initialization): Ditto.
|
|
939
|
|
940 * utils/edit-toolbar.el: New file.
|
|
941 From Peter Pezaris <pez@dwwc.com>
|
|
942
|
|
943 * utils/toolbar-utils.el: New file.
|
|
944 From Jeff Miller <jmiller@smart.net>
|
|
945
|
|
946 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
947
|
|
948 * packages/add-log.el (change-log-font-lock-keywords): Don't
|
|
949 fontify closing paren.
|
|
950
|
|
951 * packages/pending-del.el: Some renamings, synch with Emacs 19.34.
|
|
952
|
|
953 1997-07-10 Steven L Baur <steve@altair.xemacs.org>
|
|
954
|
|
955 * packages/hyper-apropos.el (hyper-apropos-get-doc): Don't
|
|
956 autoload, there is very little point.
|
|
957
|
|
958 * prim/obsolete.el (frame-first-window): Make compatible, not
|
|
959 obsolete.
|
|
960
|
|
961 1997-07-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
962
|
|
963 * packages/pending-del.el (pending-delete-pre-hook): Don't quote
|
|
964 lambda.
|
|
965 (pending-delete-pre-hook): Use `error-message-string'.
|
|
966 (pending-delete): Treat as minor mode; define the standard turn-on
|
|
967 and turn-off functions.
|
|
968 (delete-active-region): Simplified.
|
|
969
|
|
970 * packages/pending-del.el: Don't turn on by default.
|
|
971
|
|
972 1997-07-09 Steven L Baur <steve@altair.xemacs.org>
|
|
973
|
|
974 * packages/pending-del.el: Correct typo in Hrvoje's upgrade.
|
|
975
|
|
976 * mel/mel-u.el (uuencode-external-decode-region): Force
|
|
977 buffer-read-only nil because it gets changed magically to t during
|
|
978 the call to `insert-file-contents'.
|
|
979
|
|
980 * tm/tm-image.el (mime-preview/filter-for-image): Comment out test
|
|
981 for invalid glyph. It appears to be non-functional.
|
|
982
|
|
983 * modes/lisp-mode.el (lisp-interaction-mode-popup-menu-1): Add
|
|
984 entry for debug on signal.
|
|
985
|
|
986 * packages/supercite.el (sc-attribs-%@-addresses): + is valid in
|
|
987 an Email address.
|
|
988 (sc-attribs-<>-addresses): Ditto.
|
|
989 (sc-get-address): Ditto.
|
|
990
|
|
991 * cc-mode/cc-cmds.el (c-electric-brace): Fix Ebola infection.
|
|
992
|
|
993 * prim/dumped-lisp.el (dumped-lisp-packages): Tweak dump order
|
|
994 so "startup" is loaded before the autoloads.
|
|
995
|
|
996 * custom/cus-edit.el (custom-file): Use same logic as startup.el
|
|
997
|
|
998 j1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
999
|
|
1000 * prim/simple.el (log-message-ignore-regexps): Reduced
|
|
1001 significantly.
|
|
1002
|
171
|
1003 Tue Jul 8 23:47:47 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1004
|
|
1005 * cc-mode/Release 5.12
|
|
1006
|
|
1007 Mon Jul 7 23:47:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1008
|
|
1009 * cc-mode/cc-styles.el, cc-mode/cc-mode.el, cc-mode/cc-menus.el,
|
|
1010 cc-mode/cc-langs.el, cc-mode/cc-engine.el, cc-mode/cc-compat.el,
|
|
1011 cc-mode/cc-cmds.el, cc-mode/cc-align.el:
|
|
1012 Reorganization to support byte-recompile-directory.
|
|
1013
|
|
1014 * cc-mode/Release: Don't put release number in tar file
|
|
1015
|
|
1016 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1017
|
|
1018 * cc-mode/cc-langs.el (c-mode-base-map):
|
|
1019 Proper binding of c-electric-backspace and
|
|
1020 c-electric-delete, based on the policy of the various maintainers.
|
|
1021 Thank goodness for delete-key-deletes-forward!
|
|
1022
|
|
1023 * cc-mode/cc-vars.el (c-tab-always-indent, c-hanging-braces-alist):
|
|
1024 Minor changes to the cutomize format.
|
|
1025
|
|
1026 * cc-mode/cc-mode-19.el: Initial revision
|
|
1027
|
|
1028 * cc-mode/cc-menus.el, cc-mode/cc-engine.el, cc-mode/cc-compat.el,
|
|
1029 cc-mode/cc-cmds.el, cc-mode/cc-align.el:
|
|
1030 Major Ebola eradication.
|
|
1031
|
|
1032 Wed Jul 2 21:33:04 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1033
|
|
1034 * cc-mode/cc-engine.el (c-crosses-statement-barrier-p,
|
|
1035 c-guess-basic-syntax): Ebola eradication.
|
|
1036
|
|
1037 * cc-mode/cc-cmds.el (c-indent-region):
|
|
1038 Call c-echo-parsing-error to echo last parsing
|
|
1039 error that may have occurred.
|
|
1040
|
|
1041 * cc-mode/cc-engine.el (c-echo-parsing-error): New function.
|
|
1042
|
|
1043 * cc-mode/cc-engine.el (c-parsing-error): new variable
|
|
1044
|
|
1045 (c-parse-state): When an unbalanced close brace is discovered, don't
|
|
1046 raise an error (prevents insertion of character). Insert the
|
|
1047 character, display a warning message, and set c-parsing-error so
|
|
1048 syntax echoing will be disabled.
|
|
1049
|
|
1050 (c-show-syntactic-information, c-indent-line): Suppress syntax echoing
|
|
1051 if c-parsing-error is non-nil.
|
|
1052
|
|
1053 * cc-styles.el: Added require of cl to pick up definition of copy-tree.
|
|
1054
|
|
1055 Mon Jun 30 21:41:00 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1056
|
|
1057 * cc-mode/cc-langs.el, cc-mode/cc-mode.el (c-mode-map,
|
|
1058 c++-mode-map, objc-mode-map, java-mode-map):
|
|
1059 Moved
|
|
1060 defvars from cc-langs.el to cc-mode.el for use in c-mode, c++-mode,
|
|
1061 objc-mode, and java-mode docstrings. Actual population of these mode
|
|
1062 maps remains in cc-langs.el.
|
|
1063
|
|
1064 * cc-mode/cc-mode.el:
|
|
1065 Require cc-langs at top level, so as to get the definitions for
|
|
1066 c-mode-map, et al. that are used in the *-mode docstrings.
|
|
1067
|
|
1068 Fri Jun 27 17:33:32 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1069
|
|
1070 * cc-mode/cc-langs.el (c-mode-syntax-table):
|
|
1071 Added autoload cookie for gdb-mode.
|
|
1072
|
|
1073 Thu Jun 26 21:12:56 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1074
|
|
1075 * cc-mode/cc-engine.el (c-guess-basic-syntax):
|
|
1076 CASE 5H: Whack one ebola infection (e.g. using
|
|
1077 memq with the results of following-char in XEmacs 20).
|
|
1078
|
|
1079 * cc-mode/cc-styles.el:
|
|
1080 Added two require's that make autoload call of (c-set-style) work.
|
|
1081
|
|
1082 Sun Jun 22 16:40:30 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1083
|
|
1084 * cc-mode/cc-cmds.el (c-electric-delete):
|
|
1085 Don't call c-electric-backspace interactively.
|
|
1086
|
|
1087 Fri Jun 20 20:40:33 1997 Barry A. Warsaw <cc-mode-help@python.org>
|
|
1088
|
|
1089 * cc-mode/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode):
|
|
1090 Make sure to call
|
|
1091 c-update-modeline after the hooks are run, so that the modeline
|
|
1092 accurately reflects auto-newline and delete-key minor modes if the
|
|
1093 hooks set c-hungry-delete-key or c-auto-newline directly.
|
|
1094
|
|
1095 * cc-align.el (c-lineup-java-throws): Fixed some regressions.
|
|
1096 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1097
|
|
1098 * packages/func-menu.el: Don't enable Makefile mode function menu
|
|
1099 by default.
|
|
1100 From Martin Buchholz <mrb@Eng.Sun.COM>
|
|
1101
|
|
1102 * x11/x-menubar.el (file-menu-filter): Delete Frame should be
|
|
1103 active when multiple frames span multiple devices.
|
|
1104 From Aki Vehtari <Aki.Vehtari@hut.fi>
|
|
1105
|
|
1106 1997-07-08 Hrvoje Niksic <hniksic@srce.hr>
|
|
1107
|
|
1108 * packages/gnuserv.el: Remove RCS ID keywords.
|
|
1109
|
|
1110 * utils/savehist.el: Cosmetic changes. Hopefully, not
|
|
1111 user-visible.
|
|
1112
|
|
1113 * prim/debug.el (debug-convert-byte-code): Use compiled-function
|
|
1114 accessor functions.
|
|
1115
|
|
1116 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1117
|
|
1118 * modes/hideif.el (hide-ifdef-mode): Include modemap in call to
|
|
1119 `add-minor-mode'.
|
|
1120
|
|
1121 1997-07-08 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
1122
|
|
1123 * packages/add-log.el: Require add-log for accessing
|
|
1124 add-log-mailing-address and add-log-full-name variables.
|
|
1125
|
|
1126 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1127
|
|
1128 * bytecomp/disass.el (disassemble-1): Use functional interface
|
|
1129 instead of indexing into vector.
|
|
1130 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1131
|
|
1132 * prim/startup.el (emacs-user-extension-dir): New variable.
|
|
1133 (load-user-init-file): Use it. .xemacs and .xemacs-custom are
|
|
1134 moved into `emacs-user-extension-dir' and renamed to init.el and
|
|
1135 options.el respectively.
|
|
1136
|
|
1137 * prim/packages.el (packages-hardcoded-lisp): Remove "startup"
|
|
1138 since it is mentioned in dumped-lisp.el.
|
|
1139
|
|
1140 * cl/cl-macs.el (keymap-name): New defsetf.
|
|
1141 (keymap-prompt): Ditto.
|
|
1142 (keymap-default-binding): Ditto.
|
|
1143 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1144
|
|
1145 1997-07-07 Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1146
|
|
1147 * packages/dabbrev.el: replace `buffer-substring' with
|
|
1148 `buffer-substring-no-properties' so that unwanted text
|
|
1149 properties (like read-only) are stripped from inserted
|
|
1150 dabbrev expansions.
|
|
1151
|
|
1152 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
|
|
1153
|
|
1154 * comint/comint.el (comint-replace-by-expanded-history): Change
|
|
1155 buggy history test regexp.
|
|
1156 From Simon Marshall <simon@spiff.gnu.ai.mit.edu> (Emacs/Mule zeta)
|
|
1157
|
|
1158 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
|
|
1159
|
|
1160 * oobr/br-clos-ft.el (clos-scan-routine-arglist): Don't reference
|
|
1161 bytecode object as vector.
|
|
1162
|
|
1163 * hypberbole/hact.el (action:commandp): Don't reference bytecode
|
|
1164 objects as vectors.
|
|
1165 (action:params): Ditto.
|
|
1166
|
|
1167 * hyperbole/hypb.el (hypb:function-copy): Don't reference byte
|
|
1168 code objects as vectors.
|
|
1169 (hypb:function-symbol-replace): Document as broken. The
|
|
1170 substition cannot be done without some thinking I'm not in the
|
|
1171 mood for.
|
|
1172
|
|
1173 * efs/efs-ovwrt.el (efs-overwrite-fn): Attempt to correctly deal
|
|
1174 with the interactive spec.
|
|
1175
|
|
1176 * packages/apropos.el (apropos-safe-documentation): Use
|
|
1177 `compiled-function-doc-string' instead of referencing a bytecode
|
|
1178 object as an array.
|
|
1179
|
|
1180 * prim/subr.el (buffer-substring-no-properties): Undo previous
|
|
1181 change removing extents. set-text-properties works now.
|
|
1182 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1183
|
|
1184 * packages/hyper-apropos.el (hyper-apropos-get-doc): Get the
|
|
1185 argument list through a function instead of indexing into
|
|
1186 bytecode.
|
|
1187
|
|
1188 * utils/easymenu.el (easy-menu-add): Oops, wrong sense in
|
|
1189 comparison.
|
|
1190
|
|
1191 * comint/gdb.el (gdb-mode-syntax-table): New variable. Initialize
|
|
1192 with the logic currently in CC Mode 5.11.
|
|
1193 (gdb-mode): Use it.
|
|
1194
|
|
1195 * modes/hideif.el (hide-ifdef-mode-submap): Correctly specify the
|
|
1196 current local map.
|
|
1197
|
|
1198 1997-07-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1199
|
|
1200 * language/english.el: Add quail-british for British.
|
|
1201
|
|
1202 * language/european.el: Register input-method for various non
|
|
1203 quail-latin-1 methods.
|
|
1204
|
169
|
1205 1997-07-06 Steven L Baur <steve@altair.xemacs.org>
|
|
1206
|
|
1207 * prim/cmdloop.el (errors-deactivate-region): Default to no error
|
|
1208 behavior for beta testing.
|
|
1209
|
|
1210 * prim/dumped-lisp.el (dumped-lisp-packages): Reenable dumping
|
|
1211 winnt.elc with MS Windows NT version of XEmacs.
|
|
1212
|
|
1213 1997-07-05 Steven L Baur <steve@altair.xemacs.org>
|
|
1214
|
|
1215 * comint/shell.el ((not shell-mode-map)): M-RET conflicts with
|
|
1216 Hyperbole binding.
|
|
1217
|
|
1218 * comint/comint.el (comint-mode): Use easymenu for making menus.
|
|
1219 (comint-popup-menu): Use mode-popup menu instead of private menu.
|
|
1220
|
|
1221 * efs/dired.el (toplevel): Do not string test version against
|
|
1222 "Lucid".
|
|
1223
|
|
1224 * prim/obsolete.el (add-menu): Don't make obsolete.
|
|
1225
|
|
1226 * utils/easymenu.el (easy-menu-remove): Do something neater when
|
|
1227 only one buffer menu is in effect.
|
|
1228 (easy-menu-add): Ditto.
|
|
1229
|
|
1230 * prim/dumped-lisp.el (dumped-lisp-packages): easymenu will be
|
|
1231 dumped with XEmacs.
|
|
1232
|
|
1233 * utils/easymenu.el (easy-menu-define): Don't autoload.
|
|
1234
|
|
1235 * modes/lisp-mode.el (toplevel): Rename menu descriptors.
|
|
1236 (emacs-lisp-mode): Use easy-menu-define/easy-menu-add to add menus.
|
|
1237 (lisp-interaction-mode): Ditto.
|
|
1238
|
|
1239 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
|
|
1240
|
|
1241 * prim/cmdloop.el (errors-deactivate-region): Default to existing
|
|
1242 behavior.
|
|
1243
|
|
1244 * leim/quail.el (quail-mode): Correct addition of quail minor mode
|
|
1245 info to minor-mode-map-alist.
|
|
1246 (top-level): Ditto.
|
|
1247
|
|
1248 1997-06-30 Hrvoje Niksic <hniksic@srce.hr>
|
|
1249
|
|
1250 * modes/abbrev.el (define-mode-abbrev): Call `define-abbrev' with
|
|
1251 correct arguments.
|
|
1252
|
|
1253 1997-07-04 Hrvoje Niksic <hniksic@srce.hr>
|
|
1254
|
|
1255 * prim/minibuf.el (read-from-minibuffer): Initialize
|
|
1256 `current-minibuffer-contents', `current-minibuffer-point', and
|
|
1257 `initial-minibuffer-history-position'.
|
|
1258 (next-history-element): Use them.
|
|
1259 (previous-matching-history-element): Ditto.
|
|
1260
|
|
1261 1997-07-04 Steven L Baur <steve@altair.xemacs.org>
|
|
1262
|
|
1263 * prim/cus-load.el (custom-put): New alias for overloadable
|
|
1264 function.
|
|
1265
|
|
1266 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
|
|
1267
|
|
1268 * utils/autoload.el (batch-update-directory): Fix typo.
|
|
1269 (update-autoloads-from-directory): Avoid scanning custom-load.el
|
|
1270 and auto-autoload.el files.
|
|
1271 (batch-update-autoloads): Remove duplicate status message.
|
|
1272 (autoload-snarf-defcustom): Keep track of what symbols we have
|
|
1273 attached property lists to.
|
|
1274
|
|
1275 * ilisp/Makefile (autoloads): Add autoloads dependencies.
|
|
1276
|
|
1277 * hyperbole/Makefile: Add autoloads dependencies.
|
|
1278
|
|
1279 * utils/autoload.el (batch-update-autoloads): Load custom-load
|
|
1280 prior to updating autoloads.
|
|
1281
|
|
1282 * cc-mode/Makefile (autoloads): New targets to automatically
|
|
1283 rebuild autoloads and custom-loads.
|
|
1284
|
|
1285 1997-07-02 Steven L Baur <steve@altair.xemacs.org>
|
|
1286
|
|
1287 * auctex/Makefile (autoloads): New targets to automatically
|
|
1288 rebuild autoloads and custom-loads.
|
|
1289
|
|
1290 * utils/autoload.el (batch-update-autoloads): Add new parameter,
|
|
1291 update DOC string.
|
|
1292
|
|
1293 * comint/gdb.el (gdb-mode): Semantics of c-mode-syntax-table have
|
|
1294 changed.
|
|
1295
|
|
1296 1997-07-01 Steven L Baur <steve@altair.xemacs.org>
|
|
1297
|
|
1298 * x11/x-menubar.el: bookmark submenu beautification -- This will
|
|
1299 make it look better (and will prevent some consing, but that's
|
|
1300 being anal).
|
|
1301 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1302
|
|
1303 * prim/simple.el (delete-key-deletes-forward): Mark docstring as
|
|
1304 an user option.
|
|
1305 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
1306
|
|
1307 * mel/mel-q.el (q-encoding-encode-string): Fix Ebola-ified
|
|
1308 comparison.
|
|
1309
|
|
1310 * efs/efs-ovwrt.el (efs-overwrite-fn): efs is manufacturing its
|
|
1311 own byte code. Whee.
|
|
1312 * utils/advice.el (ad-interactive-form): Don't treat bytecode as a
|
|
1313 vector if it can be avoided.
|
|
1314 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
1315
|
|
1316 1997-06-30 Steven L Baur <steve@altair.xemacs.org>
|
|
1317
|
|
1318 * prim/files.el (auto-mode-alist): Don't set image-mode by default
|
|
1319 on xpms.
|
|
1320
|
|
1321 Sun Jun 29 20:57:15 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1322
|
|
1323 * prim/simple.el: bind inhibit-read-only to t before
|
|
1324 trying to erase or otherwise modify the echo area buffer.
|
|
1325
|
|
1326 1997-07-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1327
|
|
1328 * modes/image-mode.el: Add `image-maybe-restore' to
|
|
1329 `change-major-mode-hook'.
|
|
1330
|
|
1331 * modes/image-mode.el (image-maybe-restore): New function.
|
|
1332
|
167
|
1333 1997-06-29 Hrvoje Niksic <hniksic@srce.hr>
|
|
1334
|
|
1335 * modes/abbrev.el (define-mode-abbrev): Would ignore EXPANSION.
|
|
1336
|
|
1337 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
|
|
1338
|
|
1339 * modes/abbrev.el (define-abbrev): If NAME contains a non-word
|
|
1340 character, intern a ` ' symbol in the obarray.
|
|
1341
|
|
1342 1997-06-29 Steven L Baur <steve@altair.xemacs.org>
|
|
1343
|
|
1344 * prim/files.el (auto-mode-alist): Set image-mode for various
|
|
1345 image file names (JPEG, GIF, PNG, and xpm).
|
|
1346
|
|
1347 Sun Jun 29 03:02:10 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1348
|
|
1349 * src/undo.c (record_extent):
|
|
1350 If the extent's object is a string, just return. We
|
|
1351 can't record undo information for strings, and it is
|
|
1352 very bad to reference through a string pointer as if it
|
|
1353 were a buffer pointer.
|
|
1354
|
|
1355 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
|
|
1356
|
|
1357 * utils/delbs.el: Removed as obsolete.
|
|
1358 Suggested by Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
1359
|
|
1360 * packages/hyper-apropos.el (hyper-apropos-documentation): Remove
|
|
1361 obsolete alias.
|
|
1362 (hyper-apropos-hyperlink): Ditto.
|
|
1363 (hyper-apropos-major-heading): Ditto.
|
|
1364 (hyper-apropos-section-heading): Ditto.
|
|
1365 (hyper-apropos-heading): Ditto.
|
|
1366 (hyper-apropos-warning): Ditto.
|
|
1367 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1368
|
|
1369 * prim/simple.el (show-message-log): Restore an oldie-but
|
|
1370 prematurely-retired-goodie.
|
|
1371
|
|
1372 * x11/x-menubar.el (default-menubar): Restore Show Message Log
|
|
1373 command in Edit menu.
|
|
1374
|
|
1375 * mule/mule-util.el: Change defsubst to defun for
|
|
1376 string-to-sequence, string-to-list, string-to-vector,
|
|
1377 nested-alist-p to shut up build time diagnostics.
|
|
1378
|
|
1379 * prim/loadup.el (Top level): Added instrumentation to diagnose
|
|
1380 where the 0 property list is getting added at dump. Naturally, I
|
|
1381 cannot reproduce the problem now.
|
|
1382
|
|
1383 * modes/abbrev.el (define-abbrev): Trap nil tables (which might
|
|
1384 cause bogus plists to get put into obarray).
|
|
1385 Fix docstring.
|
|
1386
|
|
1387 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
|
|
1388
|
|
1389 * modes/auto-show.el: Customized.
|
|
1390
|
|
1391 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
1392
|
|
1393 * prim/make-docfile.el: [oops] Check auto-autoloads.elc for
|
|
1394 out-of-dated-ness too.
|
|
1395
|
|
1396 * utils/autoload.el (batch-update-directory): Kill command line
|
|
1397 args when done.
|
|
1398 (autoload-save-customization): Print a warning message with the
|
|
1399 offending symbol when we run across the elusive malformed property
|
|
1400 list ((0 0)).
|
|
1401
|
|
1402 1997-06-26 Hrvoje Niksic <hniksic@srce.hr>
|
|
1403
|
|
1404 * prim/profile.el (profile-key-sequence): New function.
|
|
1405 (pretty-print-profiling-info): Allow interactive calls.
|
|
1406
|
|
1407 * prim/overlay.el: Make more FSF compatible.
|
|
1408
|
|
1409 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
|
|
1410
|
|
1411 * prim/loaddefs.el (debug-ignored-errors): Fix regexps.
|
|
1412 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1413
|
|
1414 * hyperbole/wrolo-menu.el (TopLevel): Fix tests so that W3's
|
|
1415 id-menubar simulation doesn't bollux up feature tests.
|
|
1416
|
|
1417 * prim/about.el (about-xemacs): Adjust planned release date.
|
|
1418
|
|
1419 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
|
|
1420
|
|
1421 * prim/cus-load.el: Use correct load name.
|
|
1422 - Silence the load messages.
|
|
1423
|
|
1424 * mule/mule-util.el (string-to-sequence): Spelling correction.
|
|
1425
|
|
1426 * prim/make-docfile.el: Don't overwrite DOC file when it is
|
|
1427 up-to-date.
|
|
1428
|
|
1429 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1430
|
|
1431 * language/chinese.el: Add chinese-isoir165 (CCITT Extended GB).
|
|
1432
|
|
1433 * language/chinese.el: Modify charset DOC-strings for CNS 11643 to
|
|
1434 be more detailed.
|
|
1435
|
|
1436 * language/arabic.el: (require 'language/arabic-util) instead
|
|
1437 of (require 'arabic) for Arabic environment.
|
|
1438
|
|
1439 * language/arabic-util.el: Provide `language/arabic-util' instead
|
|
1440 of `arabic'.
|
|
1441
|
|
1442 * language/arabic.el: Rename `arabic-0', `arabic-1' and `arabic-2'
|
|
1443 to `arabic-digit', `arabic-1-column' and `arabic-2-column' to sync
|
|
1444 with Emacs/mule-19.34.94-zeta.
|
|
1445
|
|
1446 * tl/char-table.el (char-position-to-string): Use `defsubst'.
|
|
1447 (char-table-1): New implementation.
|
|
1448
|
|
1449 Use BOX DRAWINGS characters of JIS X0208.
|
|
1450
|
|
1451 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1452
|
|
1453 * apel/richtext.el: Add autoload comments for `richtext-encode'
|
|
1454 and `richtext-decode'.
|
|
1455
|
|
1456 * prim/format.el (format-alist): Add `text/richtext'.
|
|
1457
|
|
1458 * modes/image-mode.el (image-decode): Display description for some
|
|
1459 commands when XEmacs cannot decodes current buffer as inline
|
|
1460 image.
|
|
1461
|
|
1462 * tl/chartblxmas.el: New file.
|
|
1463
|
|
1464 * tl/char-table.el (view-charset): Use `view-buffer'.
|
|
1465
|
|
1466 * x11/x-menubar.el (default-menubar): Add "Show character table"
|
|
1467 for MULE menu.
|
|
1468
|
|
1469 * apel/emu.el: Check richtext.el is bundled.
|
|
1470
|
|
1471 * tl/char-table.el: Use `charset-doc-string' directly.
|
|
1472
|
|
1473 * tl/char-table.el (view-charset): New command.
|
|
1474
|
|
1475 * tl/char-table.el: `show-char-table' -> `insert-charset-table'.
|
|
1476
|
|
1477 * tl/char-table.el: `show-96x96-table' ->
|
|
1478 `insert-96x96-charset-table'.
|
|
1479
|
|
1480 * tl/char-table.el: `show-94x94-table' ->
|
|
1481 `insert-94x94-charset-table'.
|
|
1482
|
|
1483 * tl/char-table.el: `show-96-table' -> `insert-96-charset-table'.
|
|
1484
|
|
1485 * tl/char-table.el: `show-94-table' -> `insert-94-charset-table'.
|
|
1486
|
|
1487 * tl/char-table.el: Use `insert'.
|
|
1488
|
|
1489 * packages/hexl.el (hexl-mode-exit): Run `hexl-mode-exit-hook'.
|
|
1490
|
|
1491 * x11/x-menubar.el (default-menubar): Fix "Describe language
|
|
1492 support" and "Set language environment" of mule menu.
|
|
1493
|
|
1494 * apel/file-detect.el: Add autoload comments for function
|
|
1495 `add-path', `add-latest-path', `get-latest-path',
|
|
1496 `file-installed-p', `exec-installed-p', `module-installed-p' and
|
|
1497 variable `exec-suffix-list'.
|
|
1498
|
|
1499 * prim/format.el (format-alist): Add image/jpeg, image/gif,
|
|
1500 image/png and image/x-xpm.
|
|
1501
|
|
1502 * modes/image-mode.el: New file.
|
|
1503
|
|
1504 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1505
|
|
1506 * tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite loop
|
|
1507 caused by long non-encoded-word element. (cf. [tm-en:1356])
|
|
1508
|
|
1509 (mime/field-encoding-method-alist): Add "Message-ID" as ignored.
|
|
1510
|
165
|
1511 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
|
|
1512
|
|
1513 * x11/x-menubar.el(default-menubar): Comment out changes to the
|
|
1514 Mule menu because they bombed after recompilation.
|
|
1515
|
|
1516 * packages/hyper-apropos.el
|
|
1517 (hyper-apropos-toggle-programming-flag): Use `with-current-buffer'
|
|
1518 instead of `eval-in-buffer'.
|
|
1519
|
|
1520 * term/sun-mouse.el: Remove bogus redefinition of
|
|
1521 `eval-in-buffer'.
|
|
1522 (sun-mouse-handler): Use with-current-buffer instead of
|
|
1523 `eval-in-buffer'.
|
|
1524
|
|
1525 * prim/make-docfile.el: Use princ not print.
|
|
1526 Suggested by Hrvoje Niksic.
|
|
1527
|
|
1528 * packages/info.el (Info-select-node): Desensitive case search for
|
|
1529 Note:.
|
|
1530 (Info-next-reference): Ditto.
|
|
1531 * prim/simple.el (kill-region): Adjust endpoints of extent to
|
|
1532 test and deal with case of the end being less than the beginning.
|
|
1533 * prim/cmdloop.el (teach-extended-commands-timeout): Bump value to 4.
|
|
1534 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1535
|
|
1536 * prim/subr.el (eval-in-buffer): Make obsolete.
|
|
1537 Suggested by Hrvoje Niksic.
|
|
1538
|
|
1539 * packages/hyper-apropos.el (hyper-apropos-faces): Change group to
|
|
1540 'faces.
|
|
1541 Suggested by Per Abrahamsen.
|
|
1542
|
|
1543 1997-06-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
1544
|
|
1545 * prim/cmdloop.el (execute-extended-command): Print message after
|
|
1546 the command finishes, and restore old echo-area contents.
|
|
1547
|
|
1548 - Get keybinding before command is executed.
|
|
1549 Suggested by Kyle Jones and Steve Baur.
|
|
1550
|
|
1551 1997-06-24 Steven L Baur <steve@altair.xemacs.org>
|
|
1552
|
|
1553 * packages/gnuserv.el: Make old symbols Obsolete.
|
|
1554 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1555
|
|
1556 * prim/cmdloop.el (keyboard-quit): Don't kill zmacs-region in
|
|
1557 minibuffer.
|
|
1558 * prim/minibuf.el (minibuffer-keyboard-quit): Ditto.
|
|
1559 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1560
|
|
1561 * prim/help.el (help-mode-quit): Bury buffer when quitting.
|
|
1562 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1563
|
|
1564 1997-06-24 Hrvoje Niksic <hniksic@srce.hr>
|
|
1565
|
|
1566 * prim/cmdloop.el: Customize `teach-extended-commands-p' and
|
|
1567 `teach-extended-commands-timeout'.
|
|
1568
|
|
1569 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
1570
|
|
1571 * version.el (emacs-version): Synch with InfoDock 4.0.
|
|
1572 (emacs-version): Ditto.
|
|
1573
|
|
1574 Mon Jun 23 12:33:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
1575
|
|
1576 * about.el (about-show-linked-info): Use empty strings for
|
|
1577 `widget-link-prefix' and `widget-link-suffix'.
|
|
1578
|
|
1579 1997-06-22 Gary D. Foster <Gary.Foster@corp.Sun.COM>
|
|
1580
|
|
1581 * x11/x-menubar.el: Added `bookmark-menu-filter', changed
|
|
1582 bookmark submenu from a popup to a cascading submenu.
|
|
1583 * packages/bookmark.el: Added an autoload cookie for
|
|
1584 `bookmark-all-names' (by Steve Baur)
|
|
1585
|
|
1586 1997-06-23 Hrvoje Niksic <hniksic@srce.hr>
|
|
1587
|
|
1588 * packages/info.el (Info-next-reference): Fix up for M-TAB to work
|
|
1589 correctly.
|
|
1590
|
|
1591 * utils/live-icon.el (live-icon-one-frame): Don't set glyphs to
|
|
1592 balloon-help frames.
|
|
1593
|
|
1594 * packages/balloon-help.el (balloon-help-make-help-frame): Set the
|
|
1595 `balloon-help' property to the newly created frame.
|
|
1596
|
|
1597 * prim/profile.el (profile): New macro.
|
|
1598
|
|
1599 * prim/files.el (auto-mode-alist): Add winmgr-mode.
|
|
1600
|
|
1601 * modes/winmgr-mode.el: Customize.
|
|
1602
|
|
1603 1997-06-23 Steven L Baur <steve@altair.xemacs.org>
|
|
1604
|
|
1605 * utils/autoload.el (generate-file-autoloads-1): Remove warning
|
|
1606 about 900 character lines.
|
|
1607
|
|
1608 * x11/x-toolbar.el (toolbar-mail-commands-alist): Correction for
|
|
1609 calling Netscape mail.
|
|
1610 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1611
|
|
1612 1997-06-22 Steven L Baur <steve@altair.xemacs.org>
|
|
1613
|
|
1614 * x11/x-menubar.el (default-menubar): Make `Jump to bookmark' menu
|
|
1615 dynamic.
|
|
1616 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
1617
|
|
1618 * prim/dumped-lisp.el (dumped-lisp-packages): Sparcworks dumps
|
|
1619 comint and ring.
|
|
1620
|
|
1621 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1622
|
|
1623 * language/arabic.el: moved from mule/arabic-hooks.el.
|
|
1624
|
|
1625 * mh-e/mh-e.el (mh-get-new-mail): Decode output as
|
|
1626 `mh-folder-coding-system'.
|
|
1627
|
|
1628 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1629
|
|
1630 * language/ethio-util.el: imported from Emacs/mule-19.34.94-zeta.
|
|
1631
|
|
1632 * language/arabic-util.el: moved from mule/arabic.el; repair
|
|
1633 Arabic characters.
|
|
1634
|
|
1635 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1636
|
|
1637 * x11/x-menubar.el: Fix "Describe language support" and "Set
|
|
1638 language environment" of Mule menu.
|
|
1639
|
|
1640 * language/visual-mode.el: moved from mule/.
|
|
1641
|
|
1642 * language/ethiopic.el: Modify for XEmacs.
|
|
1643
|
|
1644 * language/cyrillic.el: Modify DOC-string of koi8-r; Fixed problem
|
|
1645 of setting for `language-info-alist' about koi8-r.
|
|
1646
|
|
1647 * mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
|
|
1648
|
|
1649 * mule/mule-util.el: New file (imported from
|
|
1650 Emacs/mule-19.34.94-zeta).
|
|
1651
|
|
1652 * mule/mule-misc.el: Function `truncate-string-to-width' was moved
|
|
1653 to mule-util.el.
|
|
1654
|
|
1655 * prim/dumped-lisp.el, mule/mule-load.el: mule/arabic-hooks.el was
|
|
1656 moved to language/arabic.el; mule/arabic.el was moved to
|
|
1657 language/arabic-util.el; Use language/ethiopic.el instead of
|
|
1658 mule/ethiopic-hooks.el; Use language/ethio-util.el instead of
|
|
1659 mule/ethiopic.el.
|
|
1660
|
|
1661 * mule/mule-coding.el (coding-system-docstring): New alias (to
|
|
1662 emulate Emacs/mule-19.34.94-zeta function).
|
|
1663
|
|
1664 * mule/mule-cmds.el: modified to sync with
|
|
1665 Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
|
|
1666
|
|
1667 (set-language-info): Add to "Describe Language Support" and "Set
|
|
1668 Language Environment" menu.
|
|
1669
|
|
1670 * mule/mule-charset.el: Function `compose-region' and
|
|
1671 `decompose-region' were moved to mule-util.el.
|
|
1672
|
|
1673 * leim/quail.el: modify to sync with latest quail.el of Emacs/mule
|
|
1674 in ETL.
|
|
1675
|
|
1676 (quail-toggle-mode-temporarily): check `quail-conv-overlay'.
|
|
1677
|
|
1678 (quail-map-p): Use `characterp' instead of `integerp'.
|
|
1679
|
163
|
1680 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
1681
|
|
1682 * prim/tabify.el (untabify): Return nil.
|
|
1683 From contributor name lost.
|
|
1684
|
|
1685 * prim/packages.el (packages-hardcoded-lisp): startup.elc needs to
|
|
1686 be scanned for docstrings.
|
|
1687
|
|
1688 1997-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
1689
|
165
|
1690 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Change
|
|
1691 title to name.
|
163
|
1692 * prim/overlay.el (overlay-put): Support `local-map'.
|
|
1693 (overlay-get): Support `category'.
|
|
1694
|
|
1695 1997-06-21 Steven L Baur <steve@altair.xemacs.org>
|
|
1696
|
|
1697 * prim/startup.el (load-user-init-file): Load custom-file if it
|
|
1698 has not changed from the default.
|
|
1699
|
|
1700 1997-06-21 Hrvoje Niksic <hniksic@srce.hr>
|
|
1701
|
|
1702 * prim/overlay.el (make-overlay): Avoid temporary variable.
|
|
1703 (move-overlay): Ditto.
|
|
1704 (overlays-in): Use `mapcar-extents'.
|
|
1705 (next-overlay-change): Avoid consing; use `map-extents'.
|
|
1706 (previous-overlay-change): Ditto.
|
|
1707 (overlay-lists): Ditto.
|
|
1708 (overlay-lists): Call `overlay-recenter' with correct value.
|
|
1709
|
|
1710 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
|
|
1711
|
|
1712 * utils/autoload.el (fixup-autoload-buffer): New function. Insert
|
|
1713 guards so a (load "auto-autoloads") works the same as require.
|
|
1714 (batch-update-directory): Use it.
|
|
1715
|
|
1716 * prim/update-elc.el: Allow for specification of packages that
|
|
1717 must not be bytecompiled. Better error diagnostics if a package
|
|
1718 is not found.
|
|
1719
|
|
1720 * prim/window.el, prim/window-xemacs.el, prim/simple.el:
|
|
1721 * prim/lisp.el, prim/frame.el:
|
|
1722 Customizations/synch to Emacs 20.1.
|
|
1723 * packages/hyper-apropos.el: Massive update.
|
|
1724 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1725
|
|
1726 * tm/tm-vm.el (vm-menu-mail-menu): Fix typo.
|
|
1727
|
|
1728 * packages/font-lock.el (lisp-font-lock-keywords-2): Add some new
|
|
1729 functions.
|
|
1730 From Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1731
|
|
1732 * prim/files.el (save-some-buffers-query-display-buffer): New
|
|
1733 user variable.
|
|
1734 (save-some-buffers): Use it.
|
|
1735 From David Bakhash <cadet@MIT.EDU>
|
|
1736 - Customization patches from Hrvoje Niksic.
|
|
1737
|
|
1738 * prim/simple.el (kill-region): Undo sorting region limits patch.
|
|
1739
|
|
1740 1997-06-20 Mike Scheidler <c23mts@eng.delcoelect.com>
|
|
1741
|
|
1742 * prim/tabify.el: Fixed 'untabify' to return 'nil value.
|
|
1743
|
|
1744 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
|
|
1745
|
|
1746 * efs/dired-xemacs.el (dired-do-interactive-chmod): Advance point
|
|
1747 after not failure.
|
|
1748 From <rritchie@britannia-life.co.uk>
|
|
1749
|
|
1750 * utils/edmacro.el (edmacro-parse-word): make (kbd "M-123"), (kbd
|
|
1751 "M--256") and such behave as documented.
|
|
1752 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1753
|
|
1754 * prim/cus-start.el: Various additions to built-in variable list.
|
|
1755 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1756
|
|
1757 * prim/subr.el: Remove mapvector.
|
|
1758 (with-output-to-string): Use with-current-buffer.
|
|
1759 (with-string-as-buffer-contents): Ditto.
|
|
1760 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1761
|
|
1762 * modes/arc-mode.el (archive-quit): New function.
|
|
1763 From Karl M. Hegbloom <karlheg@inetarena.com>
|
|
1764 (archive-mode-map): Bind it to `q'.
|
|
1765
|
|
1766 * utils/autoload.el (cusload-file-name): Default to custom-load.el
|
|
1767 for each individual file.
|
|
1768
|
|
1769 * prim/minibuf.el (minibuffer-max-depth-exceeded): Use
|
|
1770 `custom-file' as a location for saving enable multiple minibuffers
|
|
1771 option.
|
|
1772
|
|
1773 * packages/man.el (manual-entry): Don't leave empty buffer if
|
|
1774 error occurs.
|
|
1775 From Glynn Clements <glynn@sensei.co.uk>
|
|
1776
|
|
1777 * modes/arc-mode.el (archive-arc-summarize): De-ebolify.
|
|
1778 (archive-lzh-summarize): Ditto.
|
|
1779 (archive-zip-summarize): Ditto.
|
|
1780 (archive-zip-chmod-entry): Ditto.
|
|
1781
|
|
1782 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
1783
|
|
1784 * prim/update-elc.el: Total rework for dynamic dumped .elc finding.
|
|
1785
|
|
1786 1997-06-18 Hrvoje Niksic <hniksic@srce.hr>
|
|
1787
|
|
1788 * prim/loaddefs.el (debug-ignored-errors): Initialize it.
|
|
1789
|
|
1790 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
|
|
1791
|
|
1792 * prim/files.el (auto-mode-alist): Add /app-defaults/ as candidate
|
|
1793 for xrdb-mode.
|
|
1794 Suggested by Karl Hegbloom, Regexp by David Moore.
|
|
1795
|
|
1796 * version.el: Remove variables emacs-version, emacs-major-version,
|
|
1797 and emacs-minor-version.
|
|
1798
|
|
1799 * tooltalk/tooltalk-load.el: Comment as obsolete and move contents
|
|
1800 to dumped-lisp.el.
|
|
1801
|
|
1802 * prim/make-docfile.el: New file.
|
|
1803
|
|
1804 1997-06-16 Steven L Baur <steve@altair.xemacs.org>
|
|
1805
|
|
1806 * prim/startup.el (load-user-init-file): Look for ~[user]/.xemacs
|
|
1807 before loading .emacs.
|
|
1808
|
|
1809 * modes/xrdb-mode.el (xrdb-mode): Autoload.
|
|
1810
|
|
1811 * prim/files.el (auto-mode-alist): Add defaults for xrdb-mode.
|
|
1812
|
|
1813 * leim/quail.el (quail-toggle-mode-temporarily): Guard against
|
|
1814 possibility of quail-conv-overlay not being an overlay.
|
|
1815
|
|
1816 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
|
|
1817
|
|
1818 * prim/loadup.el: Remove most but not all of the hardcoded dumped
|
|
1819 lisp file names.
|
|
1820
|
|
1821 * prim/dumped-lisp.el: New file.
|
|
1822
|
|
1823 * prim/update-elc.el (toplevel): Rework using a better function to
|
|
1824 determine autoload file locations.
|
|
1825
|
|
1826 * prim/packages.el: New file.
|
|
1827
|
|
1828 * prim/update-elc.el: Determine location and count of
|
|
1829 auto-autoloads files at run-time.
|
|
1830
|
|
1831 * prim/loaddefs.el (((dir load-path))): Generalize load of
|
|
1832 auto-autoloads.
|
|
1833
|
|
1834 * utils/autoload.el (autoload-file-name): New variable.
|
|
1835 (autoload-target-directory): New variable.
|
|
1836 (generated-autoload-file): Use them.
|
|
1837 (cusload-file-name): New variable.
|
|
1838 (generated-custom-file): Use it.
|
|
1839 (batch-update-directory): New function.
|
|
1840
|
161
|
1841 1997-06-14 Steven L Baur <steve@altair.xemacs.org>
|
|
1842
|
163
|
1843 * mule/canna.el: Guard call to function dynamic-link, which
|
|
1844 doesn't exist in XEmacs/Mule.
|
|
1845
|
161
|
1846 * bytecomp/bytecomp.el (byte-compile-file): Suppress unavoidable
|
|
1847 Ebola notices.
|
|
1848
|
|
1849 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1850
|
|
1851 * bytecomp/bytecomp.el (batch-byte-compile): Suppress unavoidable
|
|
1852 Ebola notices.
|
|
1853 (batch-byte-recompile-directory): Ditto.
|
|
1854
|
|
1855 * utils/lib-complete.el (read-library): Look for .el.gz if not
|
|
1856 using Mule.
|
|
1857 (get-library-path): Ditto.
|
|
1858 Suggested by Jonathan Doughty <jwd@mitre.org>
|
|
1859
|
|
1860 * packages/add-log.el: Restore backwards compatible date behavior
|
|
1861 as an option.
|
|
1862 Eliminate XEmacs specific autoloads.
|
|
1863 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1864
|
|
1865 * efs/dired.el (dired-save-excursion): Ebola cleanup.
|
|
1866
|
|
1867 * packages/hyper-apropos.el: Massive cleanup, Customize.
|
|
1868 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1869
|
|
1870 Fri Jun 13 13:20:39 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
1871
|
|
1872 * prim/syntax.el (symbol-near-point):
|
|
1873 Check for bobp and avoid (char-syntax (char-before)) if
|
|
1874 there.
|
|
1875
|
|
1876 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
|
|
1877
|
|
1878 * prim/rect.el (operate-on-rectangle): Correct boundary error.
|
|
1879 From Bob Weiner <weiner@altrasoft.com>
|
|
1880
|
|
1881 1997-06-12 Steven L Baur <steve@altair.xemacs.org>
|
|
1882
|
|
1883 * packages/ispell.el (ispell-command-loop): De-Ebolify.
|
|
1884
|
|
1885 * x11/x-iso8859-1.el: Added Grave keysym.
|
|
1886 From Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
1887
|
|
1888 * modes/make-mode.el (makefile-browse): Shouldn't be interactive.
|
|
1889 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1890
|
|
1891 * prim/files.el (interpreter-mode-alist): ksh-mode is obsoleted by
|
|
1892 sh-script.
|
|
1893 From Hrvoje Niksic <hniksic@srce.hr>
|
|
1894
|
|
1895 1997-06-11 Hrvoje Niksic <hniksic@srce.hr>
|
|
1896
|
|
1897 * prim/subr.el (with-current-buffer): New macro.
|
|
1898 (with-temp-file): Ditto.
|
|
1899
|
|
1900 * bytecomp/byte-optimize.el (byte-optimize-form-code-walker): Test
|
|
1901 for `save-current-buffer'.
|
|
1902
|
|
1903 * bytecomp/bytecomp.el: Recognize `save-current-buffer'.
|
|
1904
|
|
1905 * edebug/edebug.el: Register with-current-buffer and others.
|
|
1906
|
|
1907 * modes/lisp-mode.el: Added specs for save-current-buffer,
|
|
1908 with-output-to-string, with-current-buffer, with-temp-file and
|
|
1909 with-output-to-temp-buffer.
|
|
1910
|
|
1911 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1912
|
|
1913 * gnus/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
|
|
1914 horizontal smiley faces.
|
|
1915 (smiley-nosey-regexp-alist): Add horizontal smiley faces.
|
|
1916
|
|
1917 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
1918
|
|
1919 * leim/quail.el (quail-get-translation): Don't use
|
|
1920 `string-to-vector' for XEmacs.
|
|
1921
|
159
|
1922 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
1923
|
|
1924 * prim/help.el (function-called-at-point): Use char-(after|before)
|
|
1925 instead of (following|preceding)-char.
|
|
1926 (variable-at-point): Ditto.
|
|
1927
|
|
1928 * prim/simple.el (delete-indentation): Use char-(after|before)
|
|
1929 instead of (following|preceding)-char.
|
|
1930 (just-one-space): Ditto.
|
|
1931 (backward-delete-char-untabify): Ditto.
|
|
1932 (do-auto-fill): Ditto.
|
|
1933
|
|
1934 * prim/paragraphs.el (end-of-paragraph-text): Use char-before
|
|
1935 instead of preceding-char.
|
|
1936
|
|
1937 * prim/misc.el (copy-from-above-command): Use char-(after|before)
|
|
1938 instead of (following|preceding)-char.
|
|
1939
|
|
1940 * prim/obsolete.el (preceding-char): Correct a typo.
|
|
1941
|
|
1942 * prim/minibuf.el (minibuffer-electric-slash): Use char-(after|before)
|
|
1943 instead of (following|preceding)-char.
|
|
1944 (minibuffer-electric-tilde): Ditto.
|
|
1945
|
|
1946 * prim/lisp.el (insert-parentheses): Use char-(after|before)
|
|
1947 instead of (following|preceding)-char.
|
|
1948
|
|
1949 * prim/indent.el (tab-to-tab-stop): Use char-(after|before)
|
|
1950 instead of (following|preceding)-char.
|
|
1951 (move-to-tab-stop): Ditto.
|
|
1952
|
|
1953 * prim/fill.el (fill-end-of-sentence-p): Use
|
|
1954 char-after/char-before instead of following-char/preceding-char.
|
|
1955 (canonically-space-region): Ditto.
|
|
1956 (fill-region-as-paragraph): Ditto.
|
|
1957 (fill-region): Change (= char char) to (eq char char).
|
|
1958
|
|
1959 * prim/debug.el (debugger-frame-number): Use char-after not
|
|
1960 following-char.
|
|
1961 (debugger-frame): Ditto.
|
|
1962 (debugger-frame-clear): Ditto.
|
|
1963
|
|
1964 * prim/case-table.el (invert-case): Use char-after not
|
|
1965 following-char.
|
|
1966 Clean up comments.
|
|
1967
|
|
1968 * prim/syntax.el (symbol-near-point): Use char-before not
|
|
1969 preceding-char.
|
|
1970
|
|
1971 * prim/window.el (window-list): Update DOCstring.
|
|
1972 From Noah Friedman <friedman@splode.com>
|
|
1973
|
|
1974 * utils/uniquify.el (toplevel): Make version test match XEmacs v20.
|
|
1975
|
|
1976 * tm/tm-ew-e.el: Clean up Ebola infection.
|
|
1977
|
|
1978 * x11/x-compose.el: Various corrections
|
|
1979 From Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
1980
|
|
1981 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1982
|
|
1983 * lisp/modes/view-less.el: Changed \177 bindings to 'delete
|
|
1984 * lisp/modes/help.el: Changed \177 bindings to 'delete
|
|
1985
|
|
1986 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
1987
|
|
1988 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to
|
|
1989 the `backward-or-forward-foo' functions.
|
|
1990 * lisp/prim/simple.el:
|
|
1991 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'.
|
|
1992 - Removed `backspace-or-delete-hook'
|
|
1993 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char'
|
|
1994 - Added functions: `backward-or-forward-kill-word'
|
|
1995 `backward-or-forward-kill-sentence'
|
|
1996 `backward-or-forward-kill-sexp'
|
|
1997 - Removed the zmacs hacks from all the `b-or-f-foo' functions and
|
|
1998 began playing nicely with pending-del.
|
|
1999 * lisp/modes/cc-mode.el:
|
|
2000 * lisp/modes/cperl-mode.el: Fixed references to delete functions
|
|
2001 to use the new names.
|
|
2002
|
|
2003 1997-06-11 Karl M Hegbloom <karlheg@inetarena.com>
|
|
2004
|
|
2005 * ilisp/ilisp-def.el (toplevel): Changed `ilisp-prefix' from
|
|
2006 "C-z" to "C-c" because of conflict with global key binding for
|
|
2007 `iconify-frame'.
|
|
2008
|
|
2009 1997-06-11 Steven L Baur <steve@altair.xemacs.org>
|
|
2010
|
|
2011 * prim/window.el (window-list): New function.
|
|
2012 Suggested by Noah Friedman <friedman@splode.com>
|
|
2013 Modified by Hrvoje Niksic <hniksic@srce.hr>
|
|
2014
|
|
2015 * utils/mail-extr.el (mail-extract-address-components): Replace
|
|
2016 preceding-char with char-before.
|
|
2017
|
|
2018 * utils/passwd.el (read-passwd-map): Clean up Ebola BS.
|
|
2019
|
|
2020 1997-06-10 Steven L Baur <steve@altair.xemacs.org>
|
|
2021
|
|
2022 * packages/supercite.el (sc-attribs-extract-namestring): Clean up
|
|
2023 Ebola -- replace literal 32 with `?\ '.
|
|
2024
|
|
2025 * utils/mail-extr.el (mail-extr-voodoo): Clean up Ebola -- replace
|
|
2026 `following-char' with `char-after'.
|
|
2027
|
|
2028 1997-06-10 Hrvoje Niksic <hniksic@srce.hr>
|
|
2029
|
|
2030 * prim/subr.el (split-string): Make PATTERN optional.
|
|
2031
|
|
2032 1997-06-11 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2033
|
|
2034 * mule/language/misc-lang.el, mule/mule-load.el,
|
|
2035 mule/ipa-hooks.el: Use lisp/mule/language/misc-lang.el instead of
|
|
2036 lisp/mule/ipa-hooks.el; mule/ipa-hooks.el was deleted.
|
|
2037
|
|
2038 1997-06-10 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2039
|
|
2040 * mule/language/thai-util.el, mule/thai.el: Use
|
|
2041 lisp/mule/language/thai-util.el instead of lisp/mule/thai.el;
|
|
2042 lisp/mule/thai.el was deleted.
|
|
2043
|
|
2044 * custom/wid-edit.el: Add widget `coding-system' for mule.
|
|
2045
|
|
2046 * mule/thai-hooks.el, mule/mule-load.el: Use
|
|
2047 lisp/mule/language/thai.el instead of lisp/mule/thai-hooks.el;
|
|
2048 lisp/mule/thai-hooks.el was deleted.
|
|
2049
|
|
2050 * mule/language/thai.el: modified for XEmacs.
|
|
2051
|
|
2052 1997-06-09 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2053
|
|
2054 * mule/language/misc-lang.el, mule/language/thai-util.el,
|
|
2055 mule/language/thai.el, mule/language/tibetan.el,
|
|
2056 mule/language/vietnamese.el, mule/language/japan-util.el,
|
|
2057 mule/language/japanese.el, mule/language/korean.el,
|
|
2058 mule/language/lao-util.el, mule/language/lao.el,
|
|
2059 mule/language/english.el, mule/language/ethiopic.el,
|
|
2060 mule/language/european.el, mule/language/greek.el,
|
|
2061 mule/language/hebrew.el, mule/language/indian.el,
|
|
2062 mule/language/chinese.el, mule/language/cyrillic.el,
|
|
2063 mule/language/devanagari.el, mule/language/china-util.el: imported
|
|
2064 from Emacs/mule-19.34.94-zeta.
|
|
2065
|
|
2066 * mule/mule-load.el, mule/chinese-hooks.el, mule/chinese.el,
|
|
2067 mule/cyrillic-hooks.el, mule/european-hooks.el,
|
|
2068 mule/greek-hooks.el, mule/japanese-hooks.el, mule/korean-hooks.el:
|
|
2069 chinese-hooks.el, chinese.el, cyrillic-hooks.el,
|
|
2070 european-hooks.el, greek-hooks.el, japanese-hooks.el and
|
|
2071 korean-hooks.el were deleted.
|
|
2072
|
|
2073 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2074
|
|
2075 * apel/emu-x20.el (mime-charset-coding-system-alist): iso-8859-1,
|
|
2076 hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r were defined as
|
|
2077 coding-system.
|
|
2078
|
157
|
2079 1997-06-09 Steven L Baur <steve@altair.xemacs.org>
|
|
2080
|
|
2081 * prim/keydefs.el, modes/cc-mode.el, modes/cperl-mode.el,
|
|
2082 vm/vm-vars.el:
|
|
2083 Change usage of \177 to use keysym 'delete.
|
|
2084 From Gary D. Foster <Gary.Foster@Corp.Sun.COM>
|
|
2085
|
|
2086 * packages/etags.el (tags-loop-scan): Don't pass a straight string
|
|
2087 to error as a format string.
|
|
2088 Reported by Miles Duke <mduke@erdas.com>
|
|
2089
|
|
2090 * its/its-kata.el ((require 'egg)): Needed for bytecompilation.
|
|
2091
|
|
2092 * its/its-hira.el ((require 'egg)): Needed for bytecompilation.
|
|
2093
|
|
2094 * bytecomp/bytecomp.el (byte-compile-two-args-19->20): Correct an
|
|
2095 ebolifaction.
|
|
2096 From Kyle Jones <kyle_jones@wonderworks.com>
|
|
2097
|
|
2098 1997-06-08 Steven L Baur <steve@altair.xemacs.org>
|
|
2099
|
|
2100 * prim/files.el (auto-mode-alist): Restore bash regexps.
|
|
2101 From "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
|
|
2102
|
155
|
2103 1997-06-05 Steven L Baur <steve@altair.xemacs.org>
|
|
2104
|
|
2105 * packages/jka-compr.el (jka-compr-write-region): Use 'binary
|
|
2106 coding-system for compression.
|
|
2107 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
|
|
2108
|
159
|
2109 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2110
|
|
2111 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the
|
|
2112 desired delete direction in both normal and "hungry" modes.
|
|
2113 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
2114 honor the desired delete direction.
|
|
2115
|
155
|
2116 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2117
|
|
2118 * x11/x-menubar.el (default-menubar): Add menu for Mule.
|
|
2119
|
|
2120 * mule/mule-cmds.el: Menu for XEmacs were moved to
|
|
2121 x11/x-menubar.el.
|
|
2122
|
|
2123 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2124
|
|
2125 * leim/quail.el: to avoid compiling warnings about overlay.el.
|
|
2126
|
159
|
2127 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
2128
|
|
2129 * lisp/prim/simple.el: Created `backspace-or-delete' function and
|
|
2130 `backspace-or-delete-hook'
|
|
2131 * lisp/prim/keydefs.el: Changed \177 bindings to point to new
|
|
2132 delete function.
|
|
2133 * lisp/modes/*.el: Removed conflicting \177 bindings.
|
|
2134 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new
|
|
2135 delete bindings.
|
|
2136 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to
|
|
2137 use new delete bindings.
|
|
2138
|
155
|
2139 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2140
|
|
2141 * leim/quail.el: to sync with quail.el of Emacs-19.34.94-epsilon.
|
|
2142
|
|
2143 * leim/quail/ziranma.el, leim/quail/tonepy.el, leim/quail/py.el,
|
|
2144 leim/quail/qj.el, leim/quail/sw.el, leim/quail/ccdospy.el,
|
|
2145 leim/quail/punct.el, leim/quail/4corner.el,
|
|
2146 leim/quail/symbol-ksc.el, leim/quail/ethiopic.el,
|
|
2147 leim/quail/hanja.el, leim/quail/quick-cns.el,
|
|
2148 leim/quail/tsangchi-cns.el, leim/quail/lrt.el,
|
|
2149 leim/quail/tsangchi-b5.el, leim/quail/devanagari.el,
|
|
2150 leim/quail/japanese.el, leim/quail/quick-b5.el,
|
|
2151 leim/quail/punct-b5.el, leim/quail/qj-b5.el, leim/quail/py-b5.el,
|
|
2152 leim/quail/ctlau.el, leim/quail/ctlaub.el, leim/quail/ecdict.el,
|
|
2153 leim/quail/array30.el, leim/quail/hangul3.el,
|
|
2154 leim/quail/hanja-jis.el, leim/quail/cyrillic.el,
|
|
2155 leim/quail/etzy.el, leim/quail/greek.el, leim/quail/ipa.el,
|
|
2156 leim/quail/lao.el, leim/quail/zozy.el, leim/quail/viqr.el,
|
|
2157 leim/quail/latin.el, leim/quail/thai.el, leim/quail/hangul.el:
|
|
2158 quail of LEIM for Emacs-19.34.94-epsilon.
|
|
2159
|
|
2160 1997-06-04 Steven L Baur <steve@altair.xemacs.org>
|
|
2161
|
|
2162 * prim/about.el: Installed new version 2.1.
|
|
2163 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2164
|
|
2165 * prim/profile.el (pretty-print-profiling-info): Autoload don't
|
|
2166 dump.
|
|
2167 Clean up comments.
|
|
2168
|
|
2169 * prim/update-elc.el: Comment cleanup.
|
|
2170
|
|
2171 * modes/cperl-mode.el (cperl-mode-map): Restore previous
|
|
2172 definition.
|
|
2173 (cperl-electric-backspace): Use backspace-or-delete if it exists.
|
|
2174
|
|
2175 * bytecomp/bytecomp-runtime.el (eval-when-feature): New macro.
|
|
2176 From Roland McGrath <roland@frob.com>
|
|
2177
|
|
2178 * prim/glyphs.el (init-glyphs): Add xbm instantiator for 'x
|
|
2179 consoles.
|
|
2180 Suggested by Hrvoje Niksic <hniksic@srce.hr>.
|
|
2181
|
|
2182 * utils/passwd.el: Eliminate obsolete Lucid emacs usage.
|
|
2183
|
|
2184 * utils/timezone.el (timezone-make-date-arpa-standard): Correct
|
|
2185 docstring.
|
|
2186 (timezone-make-date-sortable): Ditto.
|
|
2187
|
|
2188 * utils/passwd.el (passwd-invert-frame-when-keyboard-grabbed):
|
|
2189 Change default for InfoDock.
|
|
2190
|
|
2191 * utils/highlight-headers.el
|
|
2192 (highlight-headers-follow-url-function): Correct docstring.
|
|
2193
|
|
2194 * utils/finder.el (finder-known-keywords): Cleanup keyword
|
|
2195 documentation.
|
|
2196
|
|
2197 * prim/startup.el (command-line-do-help): Use emacs-name function
|
|
2198 for printing the editor name.
|
|
2199
|
|
2200 * prim/simple.el: Disable for InfoDock.
|
|
2201 (display-warning): Disable for InfoDock.
|
|
2202 (emacs-name): New function.
|
|
2203
|
|
2204 * prim/toolbar.el (press-toolbar-button): Allow mouse presses on
|
|
2205 blank portions of the toolbar to do something.
|
|
2206 (release-and-activate-toolbar-button): Handle arbitrary functions
|
|
2207 as toolbar callbacks.
|
|
2208 From weiner@altrasoft.com
|
|
2209
|
|
2210 * prim/mouse.el (default-mouse-track-cleanup-extent): Correct test
|
|
2211 on dead-func extent.
|
|
2212
|
|
2213 * prim/help.el (view-emacs-news): outl-mouse turned off in
|
|
2214 InfoDock.
|
|
2215
|
|
2216 * packages/tar-mode.el (tar-mode-map): InfoDock doesn't like the
|
|
2217 mouse bindings.
|
|
2218
|
|
2219 * packages/makesum.el (make-command-summary): Output correct
|
|
2220 program name.
|
|
2221 (double-column): Remove unused variable.
|
|
2222
|
|
2223 * packages/hyper-apropos.el (hypropos-popup-menu): Synch with
|
|
2224 infodock. Initialize command-p to either t or nil.
|
|
2225
|
|
2226 * eterm/term.el (make-term): Fix docstring.
|
|
2227
|
|
2228 * comint/shell.el: Correct comment.
|
|
2229
|
|
2230 * comint/comint.el (comint-mode-map): Infodock doesn't like the
|
|
2231 button3 assignment.
|
|
2232
|
|
2233 1997-06-03 Steven L Baur <steve@altair.xemacs.org>
|
|
2234
|
|
2235 * modes/lisp-mode.el (eval-interactive): Treat defcustom like
|
|
2236 defvar (turn into an effective defconst).
|
|
2237
|
|
2238 * cl/cl-macs.el (widget-get): Add defsetf method.
|
|
2239 (widget-value): Add defsetf method.
|
|
2240 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2241
|
|
2242 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
2243
|
|
2244 * prim/obsolete.el (insert-and-inherit): Make 'compatible not
|
|
2245 'obsolete.
|
|
2246 Suggested by Hrvoje Niksic <hniksic@srce.hr>
|
|
2247 (insert-before-markers-and-inherit): Ditto.
|
|
2248
|
|
2249 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2250
|
|
2251 * lisp/mule/korean.el was abolished because it seems not to be used.
|
|
2252
|
|
2253 * lisp/mule/japanese.el was abolished because it seems not to be used.
|
|
2254
|
|
2255 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2256
|
|
2257 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has Gnus
|
|
2258 5.4.
|
|
2259
|
|
2260 * lisp/tm/tm-edit.el: updated to 7.108.
|
|
2261
|
|
2262 * lisp/tm/tm-view.el: updated to 7.83.
|
|
2263
|
|
2264 * lisp/leim/quail.el: modified for XEmacs.
|
|
2265
|
|
2266 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete
|
|
2267 mule-process.el because it is not used.
|
|
2268
|
|
2269 * lisp/mule/european.el was abolished because it seems not to be used.
|
|
2270
|
|
2271 * lisp/mule/mule-load.el: must load mule-cmds before setting for
|
|
2272 language-environment.
|
|
2273
|
|
2274 * lisp/mule/mule-cmds.el, lisp/mule/european-hooks.el: Modified
|
|
2275 for LEIM.
|
|
2276
|
|
2277 * lisp/mule/mule-cmds.el: Uncomment key definition for
|
|
2278 `toggle-input-method'.
|
|
2279
|
|
2280 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved to
|
|
2281 mule-cmds.el).
|
|
2282
|
|
2283 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved from
|
|
2284 mule-init.el).
|
|
2285
|
|
2286 * lisp/tl/tl-atype.el: Don't require tl-str.
|
|
2287
|
|
2288 * lisp/tl/tl-atype.el: Use atype.el of APEL.
|
|
2289
|
|
2290 * lisp/tl/tl-list.el: Use alist.el of APEL.
|
|
2291
|
|
2292 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
|
2293
|
|
2294 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el,
|
|
2295 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to lisp/apel/.
|
|
2296
|
|
2297 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's.
|
|
2298
|
|
2299 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to lisp/apel/.
|
|
2300
|
|
2301 * lisp/leim/quail.el: Add new quail.el (imported from Emacs
|
|
2302 19.34.94-epsilon).
|
|
2303
|
|
2304 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because XEmacs
|
|
2305 can not compile it.
|
|
2306
|
|
2307 * leim/skk/skkdic.el, leim/quail/zozy.el, leim/quail/ziranma.el,
|
|
2308 leim/quail/viqr.el, leim/quail/tsangchi-cns.el,
|
|
2309 leim/quail/tsangchi-b5.el, leim/quail/symbol-ksc.el,
|
|
2310 leim/quail/thai.el, leim/quail/tonepy.el, leim/quail/quick-cns.el,
|
|
2311 leim/quail/sw.el, leim/quail/qj-b5.el, leim/quail/qj.el,
|
|
2312 leim/quail/quick-b5.el, leim/quail/py-b5.el, leim/quail/py.el,
|
|
2313 leim/quail/lao.el, leim/quail/latin.el, leim/quail/lrt.el,
|
|
2314 leim/quail/punct-b5.el, leim/quail/punct.el,
|
|
2315 leim/quail/hanja-jis.el, leim/quail/hanja.el, leim/quail/ipa.el,
|
|
2316 leim/quail/japanese.el, leim/quail/hangul3.el, leim/quail/etzy.el,
|
|
2317 leim/quail/greek.el, leim/quail/hangul.el, leim/quail/ethiopic.el,
|
|
2318 leim/quail/devanagari.el, leim/quail/ecdict.el,
|
|
2319 leim/quail/ctlau.el, leim/quail/ctlaub.el, leim/quail/cyrillic.el,
|
|
2320 leim/quail/array30.el, leim/quail/ccdospy.el,
|
|
2321 leim/quail/4corner.el: Add LEIM elisp files.
|
|
2322
|
|
2323 * mule/mule-load.el, mule/mule-cmds.el: Add mule-cmds.el.
|
|
2324
|
|
2325 * lisp/prim/simple.el (assoc-ignore-case): New function; imported
|
|
2326 from Emacs/mule-19.34.94-epsilon.
|
|
2327
|
|
2328 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
2329
|
|
2330 * modes/hideshow.el: Make it work again.
|
|
2331 From Pete Ware <ware@cis.ohio-state.edu>
|
|
2332
|
|
2333 Sat May 31 09:00:14 1997 David Moore <dmoore@ucsd.edu>
|
|
2334
|
|
2335 * utils/text-props.el (set-text-properties): Was exiting
|
|
2336 map-extents too early.
|
|
2337
|
|
2338 1997-06-02 Steven L Baur <steve@altair.xemacs.org>
|
|
2339
|
|
2340 * cl/cl-macs.el (frame-parameters): Tweaking frame configuration
|
|
2341 defsetf's.
|
|
2342 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2343
|
|
2344 * modes/vhdl-mode.el (vhdl-emacs-features): Allow recognition of
|
|
2345 major version 20.
|
|
2346
|
|
2347 * prim/simple.el (kill-region): Sort beginning and ending
|
|
2348 endpoints to simplify logic.
|
|
2349 From Hrvoje Niksic <hniksic@srce.hr>
|
|
2350
|
|
2351 Tue May 27 13:42:57 1997 Ken Manheimer <klm@python.org>
|
|
2352
|
|
2353 * packages/icomplete.el:
|
|
2354 * Updated my email address - klm@python.org instead of klm@nist.gov.
|
|
2355
|
|
2356 * Icomplete no longer installs itself when you load the package -
|
|
2357 you have to invoke `icomplete-mode'. (Since it's autoloaded in
|
|
2358 both emacs, you can just invoke the function.)
|
|
2359
|
|
2360 * Integrated Emacs 19.34 and XEmacs 19.15 corrections (typos,
|
|
2361 style, command revisions, etc).
|
|
2362
|
|
2363 * Integrated immediate keybindings display. See
|
|
2364 `icomplete-show-key-bindings', `icomplete-get-keys', and
|
|
2365 `icomplete-completions'.
|
|
2366
|
|
2367 * `icomplete-get-keys': Return keys bound in prior buffer to func name.
|
|
2368
|
|
2369 * Added icomplete delay behavior, so completions don't intrude as
|
|
2370 quickly for short input, with customization variables:
|
|
2371
|
|
2372 `icomplete-max-delay-chars' - Maximum number of initial chars to
|
|
2373 apply icomplete compute delay.
|
|
2374
|
|
2375 `icomplete-compute-delay' - Completions-computation stall, used
|
|
2376 only with large-number completions
|
|
2377
|
|
2378 `icomplete-delay-completions-threshold' Pending-completions
|
|
2379 number over which to apply icomplete-compute-delay
|
|
2380
|
|
2381 * Provided `icomplete-exhibit' on `icomplete-minibuffer-setup-hook'
|
|
2382 so icomplete behaves well with XEmacs GNUS.
|
|
2383
|
|
2384 Fri May 30 18:39:01 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2385
|
|
2386 * prim/glyphs.el (init-glyphs): Minor regexp cleanup.
|
|
2387
|
|
2388 1997-05-30 Steven L Baur <steve@altair.xemacs.org>
|
|
2389
|
|
2390 * prim/simple.el (fsf:do-auto-fill): Remove unused variable.
|
|
2391 (indent-for-comment): Use comment-indent-function instead of
|
|
2392 obsolete variant. This is dumped with XEmacs!
|
|
2393
|
|
2394 * packages/generic-sc.el (sc-next-operation): Remove unused
|
|
2395 variable.
|
|
2396 (sccs-insert-c-header): Ditto.
|
|
2397 (ccase-new-revision-p): Ditto.
|
|
2398 (sc-sensitize-menu): Ditto.
|
|
2399
|
|
2400 * modes/auto-show.el (TopLevel): Tighten check on
|
|
2401 dump-time initialization.
|
|
2402
|
153
|
2403 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2404
|
155
|
2405 * prim/format.el (format-alist): Change defconst to defvar.
|
|
2406 From Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
|
|
2407
|
|
2408 (format-encode-region): Reduce bytecompiler warnings for bound but
|
|
2409 unused variables.
|
|
2410 (format-deannotate-region): Ditto.
|
|
2411 (format-annotate-region): Ditto.
|
|
2412 (format-annotate-single-property-change) Ditto.
|
|
2413
|
|
2414 * utils/lib-complete.el: Clean up documentation in header.
|
|
2415
|
|
2416 * prim/glyphs.el: Eliminate bytecompiler warnings.
|
|
2417 (define-obsolete-pointer-glyph): Mark as 'compatible not 'obsolete.
|
|
2418
|
|
2419 * prim/keydefs.el (ctl-x-map): Bind narrow-to-defun to `C-x n d'.
|
|
2420
|
|
2421 * prim/lisp.el (narrow-to-defun): Narrow to the same defun that
|
|
2422 `mark-defun' would make the region.
|
|
2423 (insert-parentheses): Let a negative argument enclose preceding
|
|
2424 sexps.
|
|
2425 From Erik Naggum <erik@naggum.no>
|
|
2426
|
|
2427 * prim/window-xemacs.el: New file, split from window.el with
|
|
2428 XEmacs-specific stuff.
|
|
2429
|
|
2430 * prim/window.el (display-buffer): Remove unused variable.
|
|
2431
|
|
2432 * prim/keydefs.el (ctl-x-4-map): Add binding for
|
|
2433 `kill-buffer-and-window'.
|
|
2434
|
|
2435 * prim/window.el (kill-buffer-and-window): New command.
|
|
2436 Bind it to C-x 4 0.
|
|
2437 From Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
|
|
2438
|
|
2439 * prim/window.el (split-window-vertically): Don't change point in old
|
|
2440 window if both the original point and the end of the buffer are
|
|
2441 visible after splitting, when split-window-keep-point is nil.
|
|
2442 From Noah Friedman <friedman@prep.ai.mit.edu>
|
|
2443
|
|
2444 * prim/files.el (revert-buffer-internal-hook): Declare.
|
|
2445
|
|
2446 * utils/map-ynp.el: Synch with Emacs 19.34.94.
|
|
2447 (map-y-or-n-p): Clean up bytecompiler warnings.
|
|
2448
|
|
2449 * packages/generic-sc.el: Restored to distribution, comment
|
|
2450 cleanup.
|
|
2451
|
|
2452 * prim/simple.el (message-log-max): Add compatible variable alias
|
|
2453 for `log-message-max-size'.
|
|
2454
|
|
2455 * comint/background.el (background): Autoload.
|
|
2456
|
|
2457 * prim/process.el (shell-command): background.el is now
|
|
2458 autoloaded.
|
|
2459
|
|
2460 * prim/minibuf.el: Clean up file header.
|
|
2461
|
153
|
2462 * packages/bookmark.el (bookmark-menu-popup-paned-menu): Naive
|
|
2463 port to XEmacs.
|
|
2464 (bookmark-bmenu-other-window-with-mouse): Naive port to XEmacs.
|
|
2465
|
|
2466 * utils/autoload.el (generated-custom-file): custom-load.el
|
|
2467 renamed to cus-load.el.
|
|
2468
|
|
2469 * prim/loadup.el: Don't preload custom-load.elc.
|
|
2470
|
|
2471 Thu May 29 19:03:52 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2472
|
|
2473 * x11/x-menubar.el (default-menubar): Updated customize entries.
|
|
2474
|
|
2475 1997-05-29 Steven L Baur <steve@altair.xemacs.org>
|
|
2476
|
|
2477 * prim/about.el (about-xemacs-xref): Update contributors list.
|
|
2478
|
|
2479 1997-05-28 Steven L Baur <steve@altair.xemacs.org>
|
|
2480
|
|
2481 * prim/minibuf.el (mouse-file-display-completion-list): Protect
|
|
2482 against bogus directory becoming default.
|
|
2483 (mouse-directory-display-completion-list): Ditto.
|
|
2484
|
|
2485 From Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2486 * bytecomp/bytecomp.el
|
|
2487 (byte-compile-file-form-custom-declare-variable): New function.
|
|
2488 (custom-declare-variable): Use it.
|
|
2489
|
|
2490 * packages/vc.el (vc-directory): dirname typo'ed as dir.
|
|
2491
|
|
2492 * packages/vc-hooks.el (vc-menu): Remove vc-file-status.
|
|
2493 (Toplevel): Remove key definition for vc-file-status.
|
|
2494
|
|
2495 1997-05-27 Steven L Baur <steve@altair.xemacs.org>
|
|
2496
|
|
2497 * prim/cus-start.el (Toplevel): Rename factory-value to
|
|
2498 standard-value for Custom-1.98.
|
|
2499
|
|
2500 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2501
|
|
2502 * prim/help.el (view-lossage-key-count): New variable.
|
|
2503 (view-lossage-message-count): New variable.
|
|
2504 (view-lossage): Use them.
|
|
2505
|
|
2506 From Hrvoje Niksic
|
|
2507 * prim/help.el (view-lossage): Use new argument to `recent-keys'.
|
|
2508
|
|
2509 * cl/cl-macs.el (recent-keys-ring-size): New setf method.
|
|
2510
|
|
2511 1997-05-26 Steven L Baur <steve@altair.xemacs.org>
|
|
2512
|
|
2513 * prim/process.el (shell-command-to-string): Alias exec-to-string
|
|
2514 to more logical name.
|
|
2515
|
|
2516 1997-05-23 Steven L Baur <steve@altair.xemacs.org>
|
|
2517
|
|
2518 * tm/tm-view.el (mime/content-decoding-condition): Add image/png
|
|
2519 mime type.
|
|
2520
|
|
2521 * tm/tm-image.el (toplevel): Add image/png mime type.
|
|
2522
|
|
2523 * tm/tm-edit.el (mime-file-types): Add png handling.
|
|
2524 (mime-content-types): Ditto.
|
|
2525
|
151
|
2526 Thu May 22 04:19:09 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
2527
|
|
2528 * prim/files.el (auto-mode-alist): Reorg. Support
|
|
2529 pre-processed fortran files. *.m4 files now default to autoconf mode.
|
|
2530
|
|
2531 * prim/about.el: Promote Hrvoje. Picture still needed...
|
|
2532
|
|
2533 * modes/ksh-mode.el: _ has symbol syntax.
|
|
2534 * modes/m4-mode.el: _ has symbol syntax.
|
|
2535 * modes/pascal.el: _ has symbol syntax.
|
|
2536 * modes/f90.el: _ has symbol syntax.
|
|
2537 * modes/cperl-mode.el: _ has symbol syntax.
|
|
2538 * modes/autoconf-mode.el: _ has symbol syntax.
|
|
2539
|
|
2540 1997-05-22 Steven L Baur <steve@altair.xemacs.org>
|
|
2541
|
|
2542 * prim/files.el (save-buffer): From Hrvoje Niksic. Don't clear
|
|
2543 zmacs region.
|
|
2544
|
|
2545 * packages/func-menu.el: Update for David Hughes' new email
|
|
2546 address.
|
|
2547
|
|
2548 1997-05-21 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
2549
|
|
2550 * eldoc.el (eldoc-message-commands): Move docstring into comments,
|
|
2551 since this isn't a user variable.
|
|
2552 (eldoc-message-commands-table-size, eldoc-use-idle-timer-p,
|
|
2553 eldoc-function-argstring-from-docstring-method-table): Use defvar,
|
|
2554 not defconst.
|
|
2555 (eldoc-last-data): Use cons explicitly; don't rely on dotted pair
|
|
2556 read syntax. I'm worried the latter might get compiled as
|
|
2557 read-only data someday.
|
|
2558 (eldoc-docstring-message): If truncating symbol name, show ending
|
|
2559 of name rather than beginning. The former is generally more unique.
|
|
2560 (eldoc-function-argstring-from-docstring-method-table): Handle
|
|
2561 pathological `save-restriction' case.
|
|
2562 [top level]: Add `indent-for-tab-command' to eldoc-message-commands.
|
|
2563
|
|
2564 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2565
|
|
2566 * x11/x-menubar.el (default-menubar): strokes added to mouse
|
|
2567 menu.
|
|
2568
|
|
2569 Wed May 21 17:12:28 1997 Per Bothner <bothner@deneb.cygnus.com>
|
|
2570
|
|
2571 * eterm/term.el (term-send-raw): Better XEmacs character event
|
|
2572 handling.
|
|
2573 * eterm/term.el (term-char-mode): Re-do Meta-handling by temporarily
|
|
2574 setting meta-prefix-char to -1 while building keymaps.
|
|
2575 (term-send-raw-meta): Removed.
|
|
2576
|
|
2577 Tue Mar 11 20:15:26 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
|
|
2578
|
|
2579 * eterm/term.el (term-completion-addsuffix): Doc fix.
|
|
2580 (term-dynamic-complete-as-filename): Support the case where
|
|
2581 term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons
|
|
2582 pair.
|
|
2583
|
|
2584 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
2585
|
|
2586 * eterm/term.el: Add kd, kl, kr, du capabilities.
|
|
2587 * eterm/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities.
|
|
2588
|
|
2589 Wed May 15 14:38:45 1996 Per Bothner <bothner@deneb.cygnus.com>
|
|
2590
|
|
2591 * eterm/term.el (term-send-raw-string): send-string ->
|
|
2592 process-send-string.
|
|
2593 * eterm/term.el (term-arguments): Remove unused local 'values'.
|
|
2594 * eterm/term.el (term-handle-deferred-scroll): Fix off-by-one bug,
|
|
2595
|
|
2596 * eterm/term.el: Merge changes from FSF (mostly typos).
|
|
2597
|
|
2598 Mon Sep 25 17:19:51 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
|
2599
|
|
2600 * eterm/term.el (term-emulate-terminal): On CR, set
|
|
2601 term-current-column to term-start-line-column, not 0.
|
|
2602
|
|
2603 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2604
|
|
2605 * packages/add-log.el (change-log-font-lock-keywords): Tweak
|
|
2606 font-lock-keywords.
|
|
2607
|
|
2608 1997-05-21 Erik Naggum <erik@naggum.no>
|
|
2609
|
|
2610 * lisp/add-log.el (add-log-lisp-like-modes, add-log-c-like-modes,
|
|
2611 add-log-tex-like-modes): New variables.
|
|
2612 (add-log-current-defun): Use them instead of constant lists.
|
|
2613
|
|
2614 1997-05-21 Steven L Baur <steve@altair.xemacs.org>
|
|
2615
|
|
2616 * packages/add-log.el: Synch to Emacs 20.0.
|
|
2617
|
|
2618 * prim/obsolete.el (read-minibuffer): Make compatible not obsolete.
|
|
2619 (read-input): Ditto.
|
|
2620
|
|
2621 Tue May 20 20:32:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2622
|
|
2623 * prim/subr.el (buffer-substring-no-properties): Clean out extents
|
|
2624 too.
|
|
2625
|
|
2626 Mon May 19 19:48:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2627
|
|
2628 * prim/process.el (shell-command-on-region): Remove region active
|
|
2629 test (which played havoc with the hack in call-interactively to
|
|
2630 place explicit calls to region-beginning and region-end in
|
|
2631 interactive specs in the command history).
|
|
2632
|
|
2633 Mon May 19 18:13:50 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2634
|
|
2635 * utils/easymenu.el (easy-menu-add): Check for existing, before
|
|
2636 entering MENU to `easy-menu-all-popups'.
|
|
2637
|
|
2638 Sun May 18 09:11:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2639
|
|
2640 * prim/files.el (revert-buffer): Add optional third parameter to
|
|
2641 preserve buffer modes (from Emacs 19.34.94).
|
|
2642 (after-find-file): Add optional fifth parameter to preserve buffer
|
|
2643 modes (from Emacs 19.34.94).
|
|
2644
|
|
2645 * packages/vc.el: Synch with Emacs 19.34.94 because our version was
|
|
2646 hopeless.
|
|
2647 (vc-checkout): Autoload.
|
|
2648 (vc-find-binary): Ditto.
|
|
2649
|
|
2650 * prim/files.el (find-buffer-visiting): Restore because FSF vc.el
|
|
2651 needs it.
|
|
2652
|
149
|
2653 Fri Apr 25 13:21:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2654
|
|
2655 * apropos.el (apropos): Add support for customization groups.
|
|
2656 (apropos-print): Ditto.
|
|
2657
|
|
2658 Sat May 17 19:56:31 1997 Glynn Clements <glynn@sensei.co.uk>
|
|
2659
|
|
2660 * packages/man.el (manual-entry): Strip out stderr output.
|
|
2661
|
|
2662 Sun May 11 18:24:25 1997 Kyle Jones <kyle@crystal.WonderWorks.COM>
|
|
2663
|
|
2664 * lisp/prim/modeline.el: new mouse-drag-modeline function.
|
|
2665 Allows bottommost modeline to be dragged.
|
|
2666
|
|
2667 Sat May 17 03:41:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2668
|
|
2669 * cl/cl-macs.el: A whole bunch of XEmacs specific setf methods
|
|
2670 from Hrvoje Niksic.
|
|
2671
|
|
2672 * prim/files.el (auto-mode-alist): Don't copy to purespace.
|
|
2673 (interpreter-mode-alist): Ditto.
|
|
2674
|
|
2675 Fri May 16 21:43:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2676
|
|
2677 * packages/info.el (Info-button1-follows-hyperlink): New variable.
|
|
2678 (Info-maybe-follow-clicked-node): Use it.
|
|
2679
|
|
2680 * prim/simple.el (transpose-preceding-chars): New function.
|
|
2681
|
|
2682 Fri May 16 20:37:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2683
|
|
2684 * version.el: Update minor version number.
|
|
2685
|
146
|
2686 Mon May 12 13:47:37 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2687
|
|
2688 * tm/tm-vm.el: Provide for vm-unsaved-message having been removed
|
|
2689 in recent versions of VM.
|
|
2690
|
144
|
2691 Fri May 9 10:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2692
|
|
2693 * iso/iso-acc.el (iso-accents-compose): Fix XEmacs 19.14
|
|
2694 compatibility (patch suggested by Hrvoje Niksic).
|
|
2695
|
|
2696 * packages/man.el (manual-entry): (Patch from Soren Dayton) Allow
|
|
2697 subchapters not to be trimmed on Solaris.
|
|
2698
|
|
2699 * prim/itimer.el (itimer-edit-mode): Correct use of obsolete
|
|
2700 function.
|
|
2701
|
|
2702 * prim/startup.el: Update copyright notice.
|
|
2703
|
142
|
2704 Thu May 8 14:35:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2705
|
|
2706 * hm--html-menus/hm--html.el: Define obsolete aliases for the
|
|
2707 previous function spellings.
|
144
|
2708
|
142
|
2709 * hm--html-menus/hm--html-keys.el: Define obsolete aliases for the
|
|
2710 previous variable spellings.
|
|
2711
|
|
2712 * prim/obsolete.el (define-obsolete-variable-alias): Fix docstring
|
|
2713 spelling.
|
|
2714 (define-compatible-variable-alias): Ditto.
|
|
2715
|
|
2716 * tm/tm-vm.el (vm-unsaved-message): Symbol doesn't exist any
|
|
2717 more.
|
|
2718
|
|
2719 Tue May 6 21:33:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2720
|
|
2721 * mule/mule-files.el (write-region): Correct docstring.
|
|
2722
|
|
2723 * prim/files-nomule.el (write-region): Correct docstring.
|
|
2724
|
|
2725 Mon May 5 12:26:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2726
|
|
2727 * prim/about.el (about-xemacs-xref): Infodock Associates is now
|
|
2728 Altrasoft.
|
|
2729
|
|
2730 Sat May 3 16:32:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2731
|
|
2732 * efs/dired.el (dired-chown-program): chown program is in /bin on
|
|
2733 Linux.
|
|
2734
|
|
2735 Fri May 2 20:04:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2736
|
|
2737 * egg/egg.el: paren.el needed at bytecompile time for
|
|
2738 `pos-visible-in-window-safe' defsubst.
|
|
2739
|
|
2740 * pcl-cvs/pcl-cvs.el (cvs-update): Inhibit dialog box usage in
|
|
2741 call to cvs-do-update as this bombs when this function is invoked
|
|
2742 from a menu.
|
|
2743
|
140
|
2744 Wed Apr 30 18:06:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2745
|
|
2746 * prim/loadup.el: Put features.elc in the dump list.
|
|
2747
|
|
2748 * prim/about.el (about-xemacs): Change date.
|
|
2749
|
|
2750 Tue Apr 29 18:51:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2751
|
|
2752 * mule/mule-files.el (buffer-file-coding-system-alist): Regexp for
|
|
2753 handling info files didn't match the right pattern.
|
|
2754
|
|
2755 Sun Apr 27 18:09:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2756
|
|
2757 * prim/sound.el (load-sound-file): Fix typo.
|
|
2758
|
138
|
2759 Sat Apr 26 16:25:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2760
|
|
2761 * utils/lib-complete.el: Make conformant to Lisp coding standards
|
|
2762 MULE-ize by allowing for coding system argument.
|
|
2763
|
|
2764 Fri Apr 25 08:39:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2765
|
|
2766 * modes/sh-script.el (sh-indent-line): Deal with pathological case
|
|
2767 of indenting a first line containing a `#' as first non-white
|
|
2768 space character.
|
|
2769
|
|
2770 Thu Apr 24 18:40:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2771
|
|
2772 * comint/telnet.el (telnet-mode-map): Correct Emacs synch typo.
|
|
2773
|
|
2774 * rmail/rmail.el (rmail-get-new-mail): display-time-string is not
|
|
2775 necessarily a string.
|
|
2776
|
|
2777 Thu Apr 24 11:08:28 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
2778
|
|
2779 * packages/balloon-help.el:
|
|
2780 - default background color now grey80 to match XEmacs default.
|
|
2781 - default border width is now 1.
|
|
2782 - default font is now "variable"
|
|
2783 - balloon-help can now handle variable width fonts.
|
|
2784 - loading balooon-help no longer turns on balloon-help-mode.
|
|
2785 - new `balloon-help' command.
|
|
2786 - changes to the font/background/foreground variables now affect
|
|
2787 the help frame at next display.
|
|
2788 - help frame should now pop up on the correct display if XEmacs
|
|
2789 is running with multiple devices open.
|
|
2790 - Customized, courtesy of Hrvoje.
|
|
2791 - don't use the padding lines that were needed for 19.12.
|
|
2792 Compatibility with older XEmacs versions is hereby disavowed.
|
|
2793 - xclock frame name hack is gone.
|
|
2794
|
136
|
2795 Wed Apr 23 10:56:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2796
|
|
2797 * prim/files.el (hack-local-variables-prop-line): Mistakenly
|
|
2798 returned t when enable-local-variables was nil.
|
|
2799
|
|
2800 * psgml/psgml-charent.el (sgml-display-char-list-filename): Move
|
|
2801 iso88591.map to a proper location.
|
|
2802
|
|
2803 * prim/sound.el (load-sound-file): Make sure sound files are read
|
|
2804 as binary files.
|
|
2805
|
|
2806 Tue Apr 22 02:05:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2807
|
|
2808 * packages/vc.el (vc-directory): Set text properties.
|
|
2809
|
|
2810 * psgml/psgml-xemacs.el (sgml-xemacs-get-popup-value): Allow for
|
|
2811 interactive commands.
|
|
2812
|
|
2813 Mon Apr 21 15:15:12 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2814
|
|
2815 * prim/minibuf.el (input-error): New error type.
|
|
2816 (read-from-minibuffer): Use it.
|
|
2817
|
|
2818 * comint/comint.el (comint-exec-hook): Do not Customize due to
|
|
2819 interactions with setting language environment in MULE.
|
|
2820
|
|
2821 Sun Apr 20 09:36:19 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2822
|
|
2823 * packages/info.el (Info-footnote-tag): Changing the footnote tag
|
|
2824 from the default "Note" is broken.
|
|
2825
|
|
2826 Tue Apr 22 07:01:20 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
2827
|
|
2828 * prim/keydefs.el (global-map): Bind it to `C-z'.
|
|
2829
|
|
2830 * prim/frame.el (suspend-emacs-or-iconify-frame): New function.
|
|
2831
|
134
|
2832 Fri Apr 18 16:45:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2833
|
|
2834 * utils/skeleton.el (skeleton-pair-insert-maybe): Guard test with
|
|
2835 existence check on mark-active too.
|
|
2836 (skeleton-proxy): Ditto.
|
|
2837 (skeleton-proxy-new): Ditto.
|
|
2838
|
|
2839 Fri Apr 18 09:26:24 1997 Dave Gillespie <daveg@synaptics.com>
|
|
2840
|
|
2841 * cl/cl-macs.el (values): New setf-method.
|
|
2842
|
|
2843 Thu Apr 17 21:29:57 1997 Bob Weiner <weiner@infodock.com>
|
|
2844
|
|
2845 * packages/avoid.el (mouse-avoidance-kbd-command): Correct
|
|
2846 detection of keypress.
|
|
2847
|
|
2848 Thu Apr 17 21:20:04 1997 Michael McNamara <mac@silicon-sorcery.com>
|
|
2849
|
|
2850 * modes/verilog-mode.el: Changes to 2.25
|
|
2851 1) Autoindent a new declaration according to the previous
|
|
2852 declaration, if any. Only use the previous one, don't try to re
|
|
2853 line things up.
|
|
2854 2) Include "Customize Verilog-Mode" in the Verilog menu bar. Make it
|
|
2855 safe to do so, even if the underlying emacs does not yet support
|
|
2856 custom.
|
|
2857 3) Include keybinding C-c C-b for reporting bugs.
|
|
2858 4) Include keybinding C-c i for reindenting declarations.
|
|
2859
|
|
2860 * modes/verilog-mode.el: Changes to 2.24
|
|
2861 Cleaned up menubar items; added submit bug report there, for
|
|
2862 example.
|
|
2863
|
|
2864 * modes/verilog-mode.el: Changes to 2.23
|
|
2865 1) Support custom (XEmacs) or defvar method of customization.
|
|
2866 2) fix verilog-pretty declarations
|
|
2867 3) add support so folks turning up the complexity of commenting don't
|
|
2868 get errors (they don't get any more complexity either)
|
|
2869
|
|
2870 * modes/verilog-mode.el: Changes to 2.22
|
|
2871 1) Moved installation hints to the web page.
|
|
2872 2) Added support for XEmacs's custom variable setting package.
|
|
2873 3) Added variables to separatly control indentation of
|
|
2874 module level items (always, initial. etc)
|
|
2875 declarations
|
|
2876 behavorial (the begin in the task & function declaration
|
|
2877 4) Attempted to shorten comments and lisp so that the %@* NT
|
|
2878 mailers won't turn long comments into extra code.
|
|
2879 5) Used make-regexp to optimize many regular expressions so that they
|
|
2880 are no longer backtrack.
|
|
2881 6) fixed bugs
|
|
2882 a) a newline on a blank line no longer generates two new lines.
|
|
2883 b) a semicolon on a comment no longer auto indents
|
|
2884 c) lines like ''else if (a) begin''
|
|
2885 no longer confuse auto commenter
|
|
2886 d) a number of other bugs which fail to come to mind...
|
|
2887 7) Added support for menu pulldowns on FSF and XEmacs
|
|
2888 8) Added support for XEmacs v20
|
|
2889 9) Changed verilog-comment-region to insert comments that Verilog-XL
|
|
2890 doesn't b*tch about.
|
|
2891 10) Eliminated auto lineup of declarations upon typing newline of
|
|
2892 semicolon. (Cheers all around) Now instead there is a command, and
|
|
2893 also a menu pulldown, which lines up indentations around point.
|
|
2894 11) Added verilog-submit-bug-report
|
|
2895
|
126
|
2896 Mon Apr 14 13:06:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2897
|
|
2898 * utils/autoload.el (generate-file-autoloads-1): Turn off local
|
|
2899 variable processing.
|
|
2900
|
|
2901 * prim/files.el (hack-local-variables-prop-line): Respect setting
|
|
2902 of enable-local-variables.
|
|
2903
|
|
2904 * vm/vm-startup.el (vm-session-initialization): Remove for
|
|
2905 production version.
|
|
2906
|
|
2907 * utils/smtpmail.el (smtpmail-send-it): Forgot quote.
|
|
2908 (smtpmail-deduce-address-list): case-fold-search mistakenly set
|
|
2909 before buffer change.
|
|
2910
|
|
2911 Sun Apr 13 14:49:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2912
|
|
2913 * x11/x-menubar.el (default-menubar): Added `send-pr' to Help
|
|
2914 menu.
|
|
2915
|
|
2916 * modes/make-mode.el (makefile-font-lock-keywords): Correct old,
|
|
2917 restored :-( 19.14 makefile-space-face lossage.
|
|
2918
|
|
2919 Sat Apr 12 23:20:31 1997 David Moore <dmoore@ucsd.edu>
|
|
2920
|
|
2921 * packages/font-lock.el (c-font-lock-keywords-1): Performance
|
|
2922 tuned regexps.
|
|
2923
|
|
2924 Sat Apr 12 21:32:37 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2925
|
|
2926 * prim/about.el (about-xemacs): Update printed release date.
|
|
2927
|
|
2928 * calendar/appt.el (install-display-time-hook): Friends don't let
|
|
2929 Friends quote lambda functions.
|
|
2930
|
124
|
2931 Fri Apr 11 11:50:14 1997 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
|
2932
|
|
2933 * tm/tm-vm.el: tm-vm/use-original-url-button:
|
|
2934 - Default is now t (principle of least surprise).
|
|
2935 (tm-vm/build-preview-buffer):
|
|
2936 - Bind vm-message-pointer in Preview-buffer.
|
|
2937 - X-Face was not displayed for a certain set of enabling variables.
|
|
2938 Calls to (vm-xemacs-p) were removed.
|
|
2939
|
|
2940 Sat Apr 12 05:27:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2941
|
|
2942 * modes/list-mode.el (list-mode-item-mouse-selected): Sometimes
|
|
2943 event-closest-point returns nil.
|
|
2944
|
|
2945 * comint/telnet.el (telnet-check-software-type-initialize):
|
|
2946 Restore 19.14 initialization of telnet-prompt-pattern for Unix.
|
|
2947 (rsh): Allow a way to get back old password-less behavior.
|
|
2948
|
|
2949 * edebug/edebug.el (edebug-read-and-maybe-wrap-form): Protect
|
|
2950 against pathological recursive calls.
|
|
2951
|
|
2952 * prim/loadup.el: add cus-start as dumped package.
|
|
2953
|
|
2954 * packages/vc.el (vc-directory): Dired requires a list not a
|
|
2955 string of space separated names.
|
|
2956
|
|
2957 * utils/live-icon.el (live-icon-colour-name-from-face): `face' may
|
|
2958 be a list of faces since it is generated by `extent-face'.
|
|
2959
|
|
2960 Fri Apr 11 21:12:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2961
|
|
2962 * packages/ispell.el: Don't attempt creation of the menubar unless
|
|
2963 XEmacs has been compiled with menubars.
|
|
2964
|
|
2965 * prim/simple.el (yank-pop): mark-marker needs optional force
|
|
2966 parameter to activate the region (suggested by Jamie Zawinski).
|
|
2967
|
|
2968 Fri Apr 11 17:47:26 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2969
|
|
2970 * packages/apropos.el (apropos): Add support for faces, widgets,
|
|
2971 and user options.
|
|
2972 (apropos-print): Ditto.
|
|
2973
|
|
2974 Fri Apr 11 01:23:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2975
|
|
2976 * prim/loadup.el (running-xemacs): Declare. This variable is the
|
|
2977 new canonical way of determining whether you're running under
|
|
2978 XEmacs.
|
|
2979
|
122
|
2980 Thu Apr 10 13:23:14 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2981
|
124
|
2982 * packages/font-lock.el (font-lock-apply-highlight): Remove
|
|
2983 support for back to back font hack (and restore correct
|
|
2984 fontification of `int a, b, c;'). Patch from Anders Lindgren.
|
|
2985
|
122
|
2986 * prim/about.el (about-xemacs-xref): Forgot to link David Moore's
|
|
2987 picture (oops).
|
|
2988
|
|
2989 Thu Apr 10 12:30:29 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2990
|
|
2991 * efs/dired-faces.el (dired): Move to environment group.
|
|
2992
|
120
|
2993 Wed Apr 9 19:45:46 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
2994
|
122
|
2995 * x11/x-menubar.el (default-menubar): Inline definition of
|
|
2996 customize menu.
|
120
|
2997
|
|
2998 Wed Apr 9 10:45:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
2999
|
|
3000 * prim/about.el (about-xemacs-xref): Add Jan Vroonhof to list of
|
|
3001 contributors.
|
|
3002 (about-xemacs-xref): Add MORIOKA Tomohiko's bio.
|
|
3003 (about-xemacs-xref): Add Per Abrahamsen.
|
|
3004
|
|
3005 Tue Apr 8 12:57:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3006
|
|
3007 * modes/lisp-mode.el (eval-defun): Evaluate defcustom in defconst
|
|
3008 style instead of defvar style (patch derived from Emacs 19.35/Lars
|
|
3009 Magne Ingebrigtsen).
|
|
3010
|
|
3011 Mon Apr 7 16:38:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3012
|
|
3013 * prim/frame.el (temp-buffer-shrink-to-fit): Default to nil since
|
|
3014 this feature has gotten broken.
|
|
3015
|
|
3016 Sun Apr 6 06:56:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3017
|
|
3018 * modes/outl-mouse.el (outline-down-arrow-mask): Set up arrow
|
|
3019 glyphs to display on when no X11 support is available.
|
|
3020
|
|
3021 * modes/outline.el (outline-install-menubar): short circuit if no
|
|
3022 menubars are available.
|
|
3023
|
|
3024 * x11/x-menubar.el (default-menubar): Use xmine not mine.
|
|
3025
|
|
3026 * prim/help.el (describe-variable): Some doc strings weren't being
|
|
3027 terminated with a newline.
|
|
3028
|
|
3029 Sat Apr 5 20:20:00 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3030
|
|
3031 * prim/about.el (about-xemacs-xref): Correct Jareth Hein's links.
|
|
3032
|
|
3033 Sat Apr 5 13:18:05 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3034
|
|
3035 * packages/etags.el (tags-query-replace): Fixed DELIMITED argument
|
|
3036 bug. `with-caps-disable-folding' moved to isearch-mode.el.
|
|
3037
|
|
3038 * packages/info.el (Info-search): Use `with-caps-disable-folding'.
|
|
3039
|
118
|
3040 Sat Apr 5 09:32:43 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3041
|
|
3042 * utils/finder-inf.el: Regenerated.
|
|
3043
|
|
3044 * utils/finder.el (finder-known-keywords): Add mule keyword.
|
|
3045
|
|
3046 Tue Apr 1 14:08:04 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3047
|
|
3048 * prim/winnt.el: New file. Derived from Emacs 19.34, adapted by
|
|
3049 Marc Paquette.
|
|
3050
|
|
3051 * prim/faces.el (set-face-stipple): Allow usage of a pixmap
|
|
3052 (suggested by Per Abrahamsen).
|
|
3053
|
|
3054 * mule/canna.el (running-xemacs): Move to the top.
|
|
3055
|
|
3056 * prim/cmdloop.el (y-or-n-p-minibuf): Add protection in case user
|
|
3057 hits something that can't be bound to a key.
|
|
3058
|
|
3059 Tue Apr 1 11:25:33 1997 Martin Buchholz <mrb@Eng.Sun.COM>
|
|
3060
|
|
3061 * bytecomp/bytecomp.el (char-after): Correct coding of calling
|
|
3062 sequence.
|
|
3063
|
|
3064 Mon Mar 31 21:36:47 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3065
|
|
3066 * prim/faces.el (set-face-stipple): New function.
|
|
3067
|
|
3068 Sat Mar 29 14:52:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3069
|
|
3070 * gnats/send-pr.el (send-pr:submit-pr): Pass send-pr:datadir in
|
|
3071 the environment to send-pr.
|
|
3072 (send-pr::insert-template): Ditto.
|
|
3073 (send-pr:default-site): Default submission address is at xemacs.org.
|
|
3074
|
116
|
3075 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3076
|
|
3077 * packages/info.el (Info-elisp-ref): Look first in lispref, then
|
|
3078 elisp.
|
|
3079
|
|
3080 * packages/func-menu.el (fume-function-name-regexp-bibtex): `,'
|
|
3081 isn't allowed.
|
|
3082
|
|
3083 * packages/etags.el (list-tags): Interactive argument should be an
|
|
3084 existing file name.
|
|
3085
|
|
3086 Wed Mar 26 22:33:40 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3087
|
|
3088 * Remove ns lisp directory.
|
|
3089 * Remove vms lisp directory.
|
|
3090
|
|
3091 Tue Mar 25 12:22:57 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3092
|
|
3093 * prim/files.el (file-remote-p): Update doc string.
|
|
3094
|
|
3095 * packages/terminal.el (te-stty-string): Fix definition for Linux.
|
|
3096
|
|
3097 Mon Mar 24 23:43:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3098
|
|
3099 * prim/files.el (file-remote-p): Correct documentation and allow
|
|
3100 for `allow-remote-paths' to control loading of efs.
|
|
3101
|
|
3102 Sun Mar 23 16:58:08 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3103
|
|
3104 * packages/etags.el (with-caps-disable-folding): New macro.
|
|
3105 (find-tag-internal): Use it.
|
|
3106 (tags-search): Use it.
|
|
3107 (tags-query-replace): Use it. Case bug corrected.
|
|
3108
|
|
3109 Mon Mar 24 00:47:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3110
|
|
3111 * x11/x-menubar.el (popup-mode-menu): Change guard when stripping
|
|
3112 keywords to be more robust.
|
|
3113
|
|
3114 Sun Mar 23 00:26:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3115
|
|
3116 * prim/startup.el (splash-hack-version-string): Correct for case
|
|
3117 of hosts with '-' in the names.
|
|
3118
|
|
3119 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3120
|
|
3121 * modes/sendmail.el (user-mail-address): Require cus-edit.
|
|
3122 Fix when scope.
|
|
3123
|
|
3124 Sat Mar 22 14:25:47 1997 Tomasz J. Cholewo <t.cholewo@ieee.org>
|
|
3125
|
|
3126 * calendar/diary-lib.el (diary-countdown): New function.
|
|
3127 (fancy-diary-display): Use modeline-buffer-identification.
|
|
3128
|
|
3129 * calendar/appt.el (appt-diary-entries): Do not display diary.
|
|
3130 (appt-check): Display diary buffer at midnight.
|
|
3131
|
114
|
3132 Fri Mar 21 19:16:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3133
|
|
3134 * mule/mule-coding.el (enable-multibyte-characters): MULE
|
116
|
3135 compatible variable.
|
114
|
3136
|
|
3137 Thu Mar 20 13:28:17 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3138
|
|
3139 * bytecomp/bytecomp.el (byte-compile-output-docform): Ebola fix.
|
|
3140 (byte-compile-lambda): Ebola fix.
|
|
3141
|
|
3142 * prim/obsolete.el (following-char): Make this turkey obsolete.
|
|
3143 (preceding-char): Ditto. (Suggested by Richard Mlynarik).
|
|
3144
|
|
3145 Wed Mar 19 10:12:09 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3146
|
|
3147 * modes/sendmail.el (sendmail-send-it): Use function for
|
|
3148 user-mail-address.
|
|
3149 (user-mail-address): Autoload.
|
|
3150
|
|
3151 * pcl-cvs/pcl-cvs.el (cvs-changelog-ours-p): Use function for
|
|
3152 user-mail-address.
|
|
3153
|
|
3154 * prim/startup.el (load-init-file): Only set user-mail-address if
|
|
3155 non-interactive.
|
|
3156
|
|
3157 * utils/smtpmail.el (smtpmail-send-it): Use function for
|
|
3158 user-mail-address.
|
|
3159 (smtpmail-via-smtp): Ditto.
|
|
3160
|
|
3161 * packages/add-log.el (add-log-mailing-address): Use new function
|
|
3162 to obtaion email address.
|
|
3163 (add-change-log-entry): Ditto.
|
|
3164
|
|
3165 * prim/device.el (device-pixel-depth): New alias for
|
|
3166 `device-bitplanes'.
|
|
3167
|
|
3168 * comint/comint-xemacs.el (comint): Fix typo in defgroup.
|
|
3169
|
|
3170 Tue Mar 18 11:16:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3171
|
|
3172 * prim/loadup.el: ls-lisp doesn't exist now.
|
|
3173
|
|
3174 * comint/comint-xemacs.el (comint): Touch up fixes from Per
|
|
3175 Abrahamsen.
|
|
3176
|
|
3177 * prim/glyphs.el (subwindow-image-instance-p): Change doc string
|
|
3178 to reflect unimplemented status.
|
|
3179
|
112
|
3180 Mon Mar 17 15:34:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3181
|
|
3182 * comint/comint.el (comint-input-setup): Require comint-xemacs.
|
|
3183
|
|
3184 * utils/autoload.el (autoload-snarf-defcustom): Don't snarf from
|
|
3185 auto-autoloads.el.
|
|
3186
|
|
3187 * comint/comint-xemacs.el: New file. Contains face declarations
|
|
3188 for comint.
|
|
3189
|
|
3190 * comint/comint.el: Remove inline defface.
|
|
3191
|
110
|
3192 Sat Mar 15 15:14:06 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3193
|
|
3194 * prim/loadup.el: Add prim/auto-customize.elc to dumped files.
|
|
3195
|
|
3196 * utils/autoload.el (generated-custom-file): New variable.
|
|
3197 (autoload-snarf-defcustom): New function. Grab Customization as
|
|
3198 we look for autoload cookies. (based on code by Per Abrahamsen).
|
|
3199 (update-file-autoloads): Use it.
|
|
3200 (autoload-save-customization): New function (based on code by Per
|
|
3201 Abrahamsen).
|
|
3202 (batch-update-autoloads): Use it.
|
|
3203
|
|
3204 Fri Mar 14 19:59:36 1997 Bob Weiner <weiner@infodock.com>
|
|
3205
|
|
3206 * packages/jka-compr.el (jka-compr-installed-p): Simplify.
|
|
3207
|
|
3208 Fri Mar 14 17:24:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3209
|
|
3210 * modes/sendmail.el: Correct vm macro hack.
|
|
3211 (query-user-mail-address): New customizable variable.
|
|
3212 (user-mail-address): New function, use it. (Courtesy of Per
|
|
3213 Abrahamsen <abraham@dina.kvl.dk>).
|
|
3214
|
|
3215 Thu Mar 13 18:49:50 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3216
|
|
3217 * x11/x-menubar.el (popup-mode-menu): Do something more correct
|
|
3218 when combining a global popup menu and a local mode menu.
|
|
3219
|
|
3220 Thu Mar 13 08:36:35 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3221
|
|
3222 * packages/crypt.el (crypt-unix-to-dos-region): Correct DOC string.
|
|
3223
|
|
3224 Wed Mar 12 13:46:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3225
|
|
3226 * prim/obsolete.el (char=): Make alias for common lisp
|
|
3227 compatibility.
|
|
3228
|
|
3229 Mon Mar 10 09:44:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3230
|
|
3231 * prim/simple.el (set-fill-column): Clean up docstring.
|
|
3232
|
|
3233 * x11/x-menubar.el (save-options-non-customized-face-list): Allow
|
|
3234 save-options to save faces declared with defface macro.
|
|
3235
|
|
3236 * packages/vc.el: diff-switches is autoloaded again in diff.el.
|
|
3237
|
|
3238 * packages/diff.el (diff-switches): Default to "-c".
|
|
3239
|
|
3240 Sun Mar 9 18:44:59 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
3241
|
|
3242 * prim/help.el (describe-function-1): Add missing stream arguments
|
|
3243 to terpri and princ.
|
|
3244
|
|
3245 Sun Mar 9 15:38:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3246
|
|
3247 * prim/modeline.el (modeline-minor-mode-menu): Evaluate minor
|
|
3248 modes in context of correct buffer.
|
|
3249
|
|
3250 * prim/help.el (locate-library): Synched with Emacs 19.35.
|
|
3251
|
|
3252 * packages/icomplete.el (icomplete-get-keys): Make it work.
|
|
3253
|
|
3254 * prim/about.el: Add Jens Lautenbacher's picture.
|
|
3255
|
|
3256 Sun Mar 9 12:38:53 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
3257
|
|
3258 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): Use
|
|
3259 eldoc-display-message-p, not eldoc-display-message-no-interference-p.
|
|
3260
|
108
|
3261 Sat Mar 8 11:20:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3262
|
110
|
3263 * prim/startup.el (startup-splash-frame-body): More text tweaking.
|
|
3264
|
108
|
3265 * x11/x-faces.el (*try-oblique-before-italic-fonts*): New user
|
|
3266 variable. Allow trying oblique fonts ahead of italic fonts (from
|
|
3267 Raymond Toy).
|
|
3268 (x-make-font-italic): Use it.
|
|
3269
|
|
3270 * prim/obsolete.el (window-system): Make it compatible not
|
|
3271 obsolete.
|
|
3272
|
|
3273 Fri Oct 11 14:21:05 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3274
|
110
|
3275 * packages/hyper-apropos.el (hypropos-get-doc): Put font names etc in
|
108
|
3276 parentheses if instantiation uses fallback.
|
|
3277 (hypropos-face-history): New variable.
|
|
3278 (hyper-describe-face): New function.
|
|
3279 (hyper-where-is): New command.
|
|
3280 (hypropos-read-function-symbol): New function.
|
|
3281 (hyper-describe-key): New command.
|
|
3282 (hyper-describe-key-briefly): New command.
|
|
3283 (hypropos-read-variable-symbol): New function.
|
|
3284 (hyper-set-variable): New command.
|
|
3285 (hypropos-set-variable): Changed to work with buffer-locals.
|
|
3286
|
|
3287 Fri Jul 19 12:01:51 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
3288
|
110
|
3289 * packages/hyper-apropos.el: Massive changes--the original knew nothing
|
108
|
3290 about buffer-locals and local-bindings.
|
|
3291 (hypropos-shrink-window): New user option.
|
|
3292 (hypropos-ref-buffer): New variable.
|
|
3293 (hypropos-regexp-history): New variable.
|
|
3294 (hyper-apropos): Better interactive version.
|
|
3295 (hypropos-grok-variables): Omit OBSOLETE stuff.
|
|
3296 (hyper-describe-variable): Additional ARG, better interactive
|
|
3297 version.
|
|
3298 (hyper-describe-function): Ditto.
|
|
3299 (hypropos-last-help): Without prefix arg, just display buffer.
|
|
3300 (hypropos-insert-face): New function.
|
|
3301 (hypropos-insert-keybinding): New function.
|
|
3302 (hypropos-get-doc): Additional ARG, display documentation for
|
|
3303 faces, complete change.
|
|
3304 (hypropos-this-symbol): Using better regexp.
|
|
3305
|
|
3306 Fri Mar 7 10:44:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3307
|
|
3308 * x11/x-menubar.el (default-menubar): Reorganize again undoing
|
|
3309 previous change. Customize submenu moved to top of options menu.
|
|
3310 Edit faces restored to edit-faces and renamed to Browse faces.
|
|
3311
|
|
3312 Thu Mar 6 08:43:27 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3313
|
|
3314 * x11/x-menubar.el (options-menu): New variable.
|
|
3315 (default-menubar): Use it.
|
|
3316
|
|
3317 * prim/about.el (view-less): Explicit require.
|
|
3318
|
|
3319 Wed Mar 5 18:03:02 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3320
|
|
3321 * prim/cleantree.el: New file based on suggestion by David Moore,
|
|
3322 and derived from Gnus nnml code.
|
|
3323
|
|
3324 Tue Mar 4 01:19:37 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3325
|
|
3326 * edebug/edebug.el (edebug-compute-previous-result): Don't treat
|
|
3327 numbers as chars.
|
|
3328
|
|
3329 Wed Mar 5 10:11:55 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3330
|
|
3331 * prim/startup.el (splash-hack-version-string): New function to
|
|
3332 narrow the output of (emacs-version) for the splash screen.
|
|
3333 (splash-frame-present): Use it.
|
|
3334
|
|
3335 Tue Mar 4 19:52:10 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3336
|
|
3337 * packages/supercite.el (sc-name-filter-alist): (Idea from Bob
|
|
3338 Weiner). Update to handle names like Michael Sperber
|
|
3339 [Mr. Preprocessor].
|
|
3340
|
|
3341 Mon Mar 3 17:50:04 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3342
|
|
3343 * prim/faces.el (init-face-from-resources): New variable.
|
|
3344 (init-face-from-resources): Use it.
|
|
3345 (init-device-faces): Use it.
|
|
3346 (init-frame-faces): Use it.
|
|
3347 (make-empty-face): New function.
|
|
3348
|
|
3349 * x11/x-faces.el (x-init-face-from-resources): Made second
|
|
3350 argument optional, and added a third argument.
|
|
3351 (make-face-x-resource-internal): New alias.
|
|
3352
|
104
|
3353 Mon Mar 3 14:45:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3354
|
106
|
3355 * prim/loadup.el: Remove custom.elc.
|
|
3356
|
104
|
3357 * prim/simple.el (newline): Attempt to not add newline to a
|
|
3358 previous end-open extent.
|
|
3359
|
|
3360 Sun Mar 2 10:10:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3361
|
|
3362 * hm--html-menus/tmpl-minor-mode.el (tmpl-sign): Remove nul byte.
|
|
3363
|
|
3364 * site-load.el: Move site-packages to the top level.
|
|
3365
|
|
3366 Sun Mar 2 01:37:04 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3367
|
|
3368 * utils/mail-extr.el (all-top-level-domains): Added "hr" domain.
|
|
3369
|
|
3370 * packages/ps-print.el (ps-print-color-p): Default to nil.
|
|
3371
|
|
3372 * x11/x-menubar.el (default-menubar): Changed menubar entry for
|
|
3373 color printing.
|
|
3374
|
|
3375 * prim/faces.el (init-other-random-faces): Use gray65 for
|
|
3376 zmacs-region and primary-selection background.
|
|
3377
|
|
3378 * x11/x-faces.el (x-init-global-faces): New default background
|
|
3379 gray80.
|
|
3380
|
|
3381 Sat Mar 1 14:38:14 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3382
|
|
3383 * packages/diff.el: (diff): Autoload.
|
|
3384 (diff-backup): Autoload.
|
|
3385 (diff-switches): Autoload.
|
|
3386
|
|
3387 Sat Mar 1 01:09:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3388
|
|
3389 * packages/tar-mode.el (tar-mode-map): Removed extraneous C-c
|
|
3390 binding of tar-copy.
|
|
3391
|
|
3392 * prim/keydefs.el: Don't disable upcase-region and
|
|
3393 downcase-region.
|
|
3394
|
|
3395 Fri Feb 28 11:22:29 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3396
|
|
3397 * prim/obsolete.el (char-to-int): Define as alias to `char-int'.
|
|
3398
|
|
3399 * prim/help.el (describe-function-1): Show annotation contents if
|
|
3400 they exist.
|
|
3401
|
|
3402 * packages/man.el (Manual-mode): Don't turn off scrollbars if
|
|
3403 XEmacs doesn't have them to begin with.
|
|
3404
|
|
3405 * prim/keydefs.el: Don't disable eval-expression by default now
|
|
3406 that it is harder to type.
|
|
3407
|
|
3408 Thu Feb 27 13:06:41 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3409
|
|
3410 * prim/subr.el (with-string-as-buffer-contents): Moved from
|
|
3411 mule/mule-coding.el.
|
|
3412
|
|
3413 * mule/mule-coding.el: Remove with-string-as-buffer-contents.
|
|
3414
|
|
3415 * prim/format.el (format-insert-file): Correct wrong order of args
|
|
3416 passed to format-decode.
|
|
3417
|
|
3418 * prim/startup.el (load-user-init-file): Allow XEmacs to read a
|
|
3419 bytecompiled .emacs if it exists.
|
|
3420
|
|
3421 Thu Feb 27 17:41:57 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3422
|
|
3423 * subr.el (eval-after-load): Enable.
|
|
3424 (eval-next-after-load): Ditto.
|
|
3425
|
|
3426 Thu Feb 27 10:59:05 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3427
|
|
3428 * prim/subr.el (with-temp-buffer): New function from Emacs 19.35,
|
|
3429 courtesy of Erik Naggum <erik@naggum.no>.
|
|
3430
|
|
3431 Fri Feb 28 22:17:03 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3432
|
|
3433 * prim/isearch-mode.el: Added "_" to the `interactive' forms of
|
|
3434 most functions.
|
|
3435 (isearch-mode-map): Define M-y.
|
|
3436 (isearch-yank-kill): New function.
|
|
3437
|
|
3438 * prim/keydefs.el: Don't bind `C-x C-n' to `set-goal-column';
|
|
3439 don't disable `set-goal-column'.
|
|
3440
|
|
3441 * mule/mule-init.el (ctl-x-map): Use `C-x C-n' as mule-prefix,
|
|
3442 instead of `C-x C-k'.
|
|
3443
|
102
|
3444 Wed Feb 26 18:09:56 1997 Andreas Jaeger <aj@arthur.pfalz.de>
|
|
3445
|
|
3446 * x11/x-menubar.el (default-menubar): `FAQ' should be `FAQ
|
|
3447 (local)' in Help menu.
|
|
3448
|
|
3449 Mon Feb 24 18:33:38 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3450
|
|
3451 * mule/mule-debug.el (describe-coding-system): Ported from
|
|
3452 Mule to XEmacs.
|
|
3453
|
|
3454 * mule/mule-x-init.el (x-use-halfwidth-roman-font): New
|
|
3455 function:
|
|
3456 "Maybe set charset registry of the 'ascii charset to ROMAN-REGISTRY.
|
|
3457
|
|
3458 Do this only if:
|
|
3459 - the current display is an X device
|
|
3460 - the displayed width of FULLWIDTH-CHARSET is twice the displayed
|
|
3461 width of the 'ascii charset, but only when using ROMAN-REGISTRY.
|
|
3462
|
|
3463 Traditionally, Asian characters have been displayed so that they
|
|
3464 occupy exactly twice the screen space of ASCII (`halfwidth')
|
|
3465 characters. On many systems, e.g. Sun CDE systems, this can only be
|
|
3466 achieved by using a national variant roman font to display ASCII."
|
|
3467
|
100
|
3468 Sun Feb 23 12:56:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3469
|
|
3470 * edebug/edebug.el: Synch up with Emacs 19.34.
|
|
3471
|
|
3472 * prim/itimer-autosave.el (auto-save-timeout): Increase to 960.
|
|
3473
|
|
3474 Sat Feb 22 17:11:31 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3475
|
|
3476 * prim/loadup.el: Dump new file itimer-autosave.el.
|
|
3477
|
|
3478 Sat Feb 22 17:06:32 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3479
|
|
3480 * prim/itimer.el: Cleanup, removal of autosave cruft.
|
|
3481
|
|
3482 Fri Feb 21 09:41:44 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3483
|
|
3484 * prim/simple.el (line-move-ignore-invisible): Reverse previous
|
|
3485 change to make this default to nil again.
|
|
3486
|
|
3487 Thu Feb 20 14:30:50 1997 Jamie Zawinski <jwz@netscape.com>
|
|
3488
|
|
3489 * prim/files.el (hack-local-variables-prop-line): New version.
|
|
3490
|
|
3491 Thu Feb 20 11:14:22 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3492
|
|
3493 * prim/files.el: Delete definition of dired-kept-versions.
|
|
3494
|
|
3495 * prim/about.el (about-xemacs-xref): Added Kyle's picture. :-)
|
|
3496
|
|
3497 Wed Feb 19 15:47:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3498
|
|
3499 * packages/vc.el (diff-switches): Restore since this global
|
|
3500 variable went away with the passing of ange-ftp.
|
|
3501
|
|
3502 * utils/autoload.el (generate-file-autoloads-1): Don't let
|
|
3503 find-file-hooks be run.
|
|
3504 (update-file-autoloads): Ditto.
|
|
3505 (update-autoloads-from-directory): Ditto.
|
|
3506
|
|
3507 * x11/x-menubar.el (default-menubar): Correct unguarded reference
|
|
3508 to fast-lock-mode variable.
|
|
3509
|
|
3510 Wed Feb 19 08:04:02 1997 Noah Friedman <friedman@prep.ai.mit.edu>
|
|
3511
|
110
|
3512 * utils/eldoc.el (eldoc-message-commands): Doc fixes.
|
100
|
3513 (eldoc-message): Make function, not macro.
|
|
3514
|
110
|
3515 * utils/eldoc.el (eldoc-last-message): New internal variable.
|
100
|
3516 (eldoc-mode): Initialize it to nil.
|
|
3517 (eldoc-message): Use it.
|
|
3518 (eldoc-print-current-symbol-info): Use it.
|
|
3519
|
110
|
3520 * utils/eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
|
100
|
3521 (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
|
|
3522 idle timers in Emacs.
|
|
3523
|
110
|
3524 * utils/eldoc.el (eldoc-message-commands-table-size): New constant.
|
100
|
3525 (eldoc-add-command): Use it to initialize eldoc-message-commands.
|
|
3526
|
110
|
3527 * utils/eldoc.el (eldoc-display-message-no-interference-p): New
|
|
3528 function.
|
100
|
3529 (eldoc-display-message-p): Use it.
|
|
3530
|
110
|
3531 * utils/eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
|
100
|
3532 Arg sym no longer optional.
|
|
3533 Do not initialize arg if nil.
|
|
3534
|
110
|
3535 * utils/eldoc.el (eldoc-forward-sexp-safe): Function deleted.
|
100
|
3536 (eldoc-beginning-of-sexp): New function.
|
|
3537 (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
|
|
3538 Use eldoc-current-symbol to get symbol at point.
|
|
3539
|
110
|
3540 * utils/eldoc.el
|
|
3541 (eldoc-function-argstring-from-docstring-method-table): Forge
|
|
3542 docstrings for `and', `or', `list', `+', and `-'.
|
100
|
3543
|
110
|
3544 * utils/eldoc.el (eldoc-add-command-completions): New function.
|
100
|
3545 (eldoc-add-command): Take list of args.
|
|
3546 No longer interactive.
|
|
3547 (eldoc-remove-command-completions): New function.
|
|
3548 (eldoc-remove-command): Take list of args.
|
|
3549 No longer interactive.
|
|
3550
|
110
|
3551 * utils/eldoc.el: Initialize eldoc-message-commands using
|
100
|
3552 eldoc-add-command-completions.
|
|
3553
|
110
|
3554 * utils/eldoc.el (eldoc-display-message-p): New function.
|
100
|
3555 Return nil if cursor-in-echo-area, or using idle timers and a
|
|
3556 command is still active.
|
|
3557 (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
|
|
3558
|
|
3559 Tue Feb 18 14:20:01 1997 David Byers <davby@ida.liu.se>
|
|
3560
|
|
3561 * packages/paren.el (paren-highlight): Minor typo correction.
|
|
3562
|
|
3563 Tue Feb 18 13:05:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3564
|
|
3565 * prim/loadup.el: Dump new file custom-xmas.
|
|
3566
|
|
3567 Mon Feb 17 21:01:38 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3568
|
|
3569 * prim/help.el (function-compatible-p): New function.
|
|
3570 (function-compatibility-doc): New function.
|
|
3571 (describe-function-1): Use them.
|
|
3572 (variable-compatible-p): New function.
|
|
3573 (variable-compatibility-doc): New function.
|
|
3574 (describe-variable): Use them.
|
|
3575
|
|
3576 Mon Feb 17 19:12:55 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3577
|
|
3578 * prim/obsolete.el (x-color-values): Added for Emacs
|
|
3579 compatibility.
|
|
3580
|
|
3581 Mon Feb 17 18:11:24 1997 Michael Kifer <kifer@CS.SunySB.EDU>
|
|
3582
|
|
3583 * prim/files.el (file-remote-p): Force load of EFS if not already
|
|
3584 loaded.
|
|
3585
|
|
3586 Mon Feb 17 17:45:23 1997 Bob Weiner <weiner@infodock.com>
|
|
3587
|
|
3588 * modes/lisp-mode.el (eval-last-sexp): Do something special if
|
|
3589 evaluating (interactive ...).
|
|
3590
|
|
3591 Sun Feb 16 21:49:18 1997 Bjorn Victor <Bjorn.Victor@DoCS.UU.SE>
|
|
3592
|
|
3593 * utils/facemenu.el (facemenu-adjust-face-sizes): Strip size when
|
|
3594 face is neither nil nor cons.
|
|
3595
|
|
3596 Sun Feb 16 14:26:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3597
|
|
3598 * prim/loadup.el: Try not dumping font.elc.
|
|
3599
|
|
3600 * prim/obsolete.el (display-column-mode): Remove column.el and
|
|
3601 leave a forwarding address.
|
|
3602
|
|
3603 Sat Feb 15 23:21:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3604
|
|
3605 * prim/minibuf.el (read-from-minibuffer): Don't put evaluated
|
|
3606 expressions in the minibuffer history list.
|
|
3607
|
|
3608 Sat Feb 15 22:57:11 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3609
|
|
3610 * packages/scroll-in-place.el (scroll-signal-boundary-error):
|
|
3611 Allow user to suspend error signals.
|
|
3612
|
|
3613 Sat Feb 15 21:43:49 1997 John Turner <turner@branagh.ta52.lanl.gov>
|
|
3614
|
|
3615 * packages/column.el (current-line): Correct defaults for starting
|
|
3616 at 1, remove an obsolete variable.
|
|
3617
|
|
3618 Sat Feb 15 20:17:46 1997 Hal Peterson <hrp@netstar.com>
|
|
3619
|
|
3620 * packages/vc.el (vc-backend-print-log): Change `cvs rlog' to
|
|
3621 `cvs log'
|
|
3622
|
|
3623 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
3624
|
|
3625 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
3626 macro.
|
|
3627
|
|
3628 Mon Feb 17 02:01:27 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
3629
|
|
3630 * utils/edmacro.el (edmacro-format-keys): Would bug out on empty
|
|
3631 macro.
|
|
3632 (edmacro-fix-menu-commands): Would bug out on 'control, etc.
|
|
3633 (edmacro-events-to-keys): New function.
|
|
3634 (edmacro-format-keys): Use it.
|
|
3635 (edmacro-finish-edit): Compare to macros, not strings.
|
|
3636 (edmacro-fkeys): New function.
|
|
3637 (edmacro-format-keys): Use it.
|
|
3638 (edit-kbd-macro): Tweak.
|
|
3639
|
98
|
3640 Sat Feb 15 13:58:14 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3641
|
|
3642 * packages/info.el: Don't call switch-to-buffer if the Info frame
|
|
3643 is being deleted.
|
|
3644
|
|
3645 Sat Feb 15 12:07:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3646
|
|
3647 * prim/simple.el (previous-line): Allow escape from signaled error
|
|
3648 on buffer boundary.
|
|
3649 (next-line): Ditto.
|
|
3650
|
|
3651 Sat Feb 15 11:05:29 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3652 * utils/redo.el: made before and after status messages so that
|
|
3653 the user is aware if a long action is still being processed.
|
|
3654
|
|
3655 rolled version number up to 1.00, since the package seems to be
|
|
3656 stable.
|
|
3657
|
|
3658 cosmetic changes so the file could be included in the XEmacs
|
|
3659 distribution.
|
|
3660
|
|
3661 Sat Feb 15 11:13:05 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3662
|
|
3663 * prim/simple.el (line-move-ignore-invisible): Change default to
|
|
3664 t.
|
|
3665
|
|
3666 Sat Feb 15 01:04:21 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
3667
|
|
3668 * prim/macros.el: Removed. Superseded by new version in
|
|
3669 edmacro.el.
|
|
3670
|
|
3671 Fri Feb 14 23:29:16 1997 Adrian Aichner <aichner@ecf.teradyne.com>
|
|
3672
|
|
3673 * modes/executable.el (executable-set-magic): Correct for the #!
|
|
3674 getting lost.
|
|
3675
|
|
3676 Fri Feb 14 23:10:58 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3677
|
|
3678 * prim/modeline.el (modeline-modified-map): Call
|
|
3679 vc-toggle-read-only instead of toggle-read-only to be consistent
|
|
3680 with override of `C-x C-q'.
|
|
3681
|
|
3682 Fri Feb 14 16:11:10 1997 Jonathon Edwards <edwards@intranet.com>
|
|
3683
|
|
3684 * packages/blink-cursor.el (blink-cursor-post-command-hook): stop
|
|
3685 cursor blink momentarily after receiving user input.
|
|
3686
|
|
3687 Fri Feb 14 15:26:38 1997 Jacques Duthen <duthen@club-internet.fr>
|
|
3688
|
|
3689 * x11/x-menubar.el (default-menubar): mine goes into games menu.
|
|
3690
|
|
3691 Thu Feb 13 22:16:09 1997 Michael Sperber <sperber@informatik.uni-tuebingen.de>
|
|
3692
|
|
3693 * prim/files.el (recover-session-finish): Modify for efs.
|
|
3694
|
|
3695 Thu Feb 13 21:23:07 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3696
|
|
3697 * prim/files.el (file-remote-p): New function.
|
|
3698
|
|
3699 * sunpro/sunpro-load.el: Do not dump mime-setup under any
|
|
3700 circumstances.
|
|
3701
|
|
3702 Thu Feb 13 17:58:09 1997 Richard Mlynarik <mly@adoc.xerox.com>
|
|
3703
|
|
3704 * prim/obsolete.el (insert-before-markers-and-inherit): Correct
|
|
3705 typo.
|
|
3706
|
|
3707 Wed Feb 12 17:48:59 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3708
|
|
3709 * comint/gdb.el (gdb-control-c-subjob): Nuke this loser.
|
|
3710
|
|
3711 Wed Feb 12 13:58:01 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
3712
|
|
3713 * utils/edmacro.el: New file.
|
|
3714
|
|
3715 Wed Feb 12 09:00:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3716
|
|
3717 * prim/sound.el (load-sound-file): Update documentation of
|
|
3718 restrictions on what machines XEmacs can play sound on.
|
|
3719
|
|
3720 Tue Feb 11 09:39:25 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3721
|
|
3722 * prim/glyphs.el (init-glyphs): Correct autodetection to find
|
|
3723 GIF89. Look for PNG.
|
|
3724
|
|
3725 Mon Feb 10 21:37:54 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3726
|
|
3727 * prim/frame.el (show-temp-buffer-in-current-frame): Conditional
|
|
3728 shrink-to-fit behavior on `temp-buffer-shrink-to-fit'.
|
|
3729
|
|
3730 * packages/apropos.el (apropos-print): Ditto.
|
|
3731
|
|
3732 * prim/lisp.el (lisp-complete-symbol): Ditto.
|
|
3733
|
|
3734 * prim/help.el (with-displaying-help-buffer): Ditto.
|
|
3735
|
|
3736 Mon Feb 10 20:58:19 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
3737
|
|
3738 * x11/x-toolbar.el: Allow customization of toolbar functions by
|
|
3739 customizable variables.
|
|
3740
|
|
3741 Mon Feb 10 14:58:05 1997 Greg Klanderman <greg@alphatech.com>
|
|
3742
|
|
3743 * comint/gdb.el (gdb-mode): Correct setting of obsolete hook.
|
|
3744
|
|
3745 Sun Feb 9 19:55:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3746
|
|
3747 * prim/obsolete.el (define-compatible-variable-alias): New function.
|
|
3748 (define-compatible-variable-alias): New function.
|
|
3749 .*mode-line.*, frame-parameters, modify-frame-parameters,
|
|
3750 x-display-.* all made compatible not obsolete.
|
|
3751
|
|
3752 * bytecomp/bytecomp.el (byte-compile-variable-ref): Warn for
|
|
3753 compatibility symbols.
|
|
3754 (byte-compile-compatible): New function.
|
|
3755
|
|
3756 * bytecomp/bytecomp-runtime.el (make-compatible): New function.
|
|
3757 (make-compatible-variable): New function.
|
|
3758
|
|
3759 Sun Feb 9 19:14:25 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
3760
|
|
3761 * utils/redo.el: New file.
|
|
3762
|
|
3763 * utils/floating-toolbar.el: New file.
|
|
3764
|
|
3765 Sun Feb 9 15:19:46 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3766
|
|
3767 * custom/custom.el: Remove ;;;###autoloads since this file is
|
|
3768 dumped with XEmacs.
|
|
3769
|
|
3770 Sun Feb 9 00:28:20 1997 Per Abrahamsen <abraham@dina.kvl.dk>
|
|
3771
|
|
3772 * custom/widget.el: New file.
|
|
3773
|
|
3774 * custom/widget-example.el: New file.
|
|
3775
|
|
3776 * custom/widget-edit.el: New file.
|
|
3777
|
|
3778 * custom/custom.el: New file.
|
|
3779
|
|
3780 * custom/custom-edit.el: New file.
|
|
3781
|
96
|
3782 Fri Feb 7 03:09:32 1997 Alastair Burt <burt@dfki.uni-sb.de>
|
|
3783
|
|
3784 * bytecomp/bytecomp.el (byte-compile-insert-header): Correct
|
|
3785 typo.
|
|
3786
|
|
3787 Thu Feb 6 17:14:32 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3788
|
|
3789 * packages/font-lock.el (font-lock-fontify-keywords-region):
|
|
3790 Correct bounds checking in case the keywords regexp is not
|
|
3791 properly anchored.
|
|
3792
|
|
3793 * packages/ps-print.el: Update maintainer address.
|
|
3794
|
|
3795 Thu Feb 6 12:35:39 1997 Bill Dubuque <wgd@martigny.ai.mit.edu>
|
|
3796
|
|
3797 * cl/cl-macs.el (cl-do-proclaim): Correct addition of bound
|
|
3798 variables to `byte-compile-bound-variables'.
|
|
3799
|
|
3800 Thu Feb 6 01:07:56 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3801
|
|
3802 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
3803 Reverse previous patch.
|
|
3804
|
|
3805 * prim/minibuf.el (use-dialog-box): Rename from
|
|
3806 should-use-dialog-box.
|
|
3807 (should-use-dialog-box-p): Use it.
|
|
3808
|
|
3809 * bytecomp/bytecomp.el (byte-compile-warn-about-unused-variables):
|
|
3810 cell is not a cons when the cl declare macro is used.
|
|
3811
|
|
3812 Wed Feb 5 21:37:13 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
3813
|
|
3814 * modes/cperl-mode.el: Provide 'cperl-mode.
|
|
3815
|
94
|
3816 Tue Feb 4 11:51:25 1997 Greg Klanderman <greg@alphatech.com>
|
|
3817
|
|
3818 * modes/make-mode.el: Remove `makefile-runtime-macros-list' from
|
|
3819 `makefile-macro-table'.
|
|
3820
|
|
3821 Tue Feb 4 11:06:33 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3822
|
|
3823 * packages/metamail.el (metamail-region): *junet* coding system
|
|
3824 name changed to 'junet.
|
|
3825
|
|
3826 Mon Feb 3 22:34:09 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
3827
|
|
3828 * iso/iso-acc.el: Critical Bug fix.
|
|
3829 Add ISO-8859-3 support to iso-acc.el, as suggested by Dale
|
|
3830 Gulledge.
|
|
3831
|
|
3832 Mon Feb 3 17:11:21 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3833
|
|
3834 * modes/make-mode.el (makefile-browser-format-macro-line): Remove
|
|
3835 redundant (and wrong) format statement.
|
|
3836
|
88
|
3837 Fri Jan 31 21:38:47 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3838
|
|
3839 * psgml/psgml-html.el (html-auto-sgml-entity-conversion): Allow
|
|
3840 user control over automatic sgml entity to ISO-8859-1 conversion.
|
|
3841
|
|
3842 Fri Jan 31 09:50:51 1997 Hrvoje Niksic <hniksic@srce.hr>
|
|
3843
|
|
3844 * x11/x-toolbar.el (toolbar-mail-commands-alist): Updated with a
|
|
3845 lot of new mailer possiblities.
|
|
3846
|
|
3847 Fri Jan 31 09:28:49 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3848
|
|
3849 * x11/x-font-menu.el (reset-device-font-menus): Correct guard on
|
|
3850 charset-registry call.
|
|
3851
|
|
3852 Fri Jan 31 00:21:07 1997 Darrell Kindred <dkindred@cmu.edu>
|
|
3853
|
|
3854 * packages/font-lock.el (font-lock-mode): Don't remove the
|
|
3855 `font-lock-pre-idle-hook' from `pre-idle-hook'.
|
|
3856
|
|
3857 Thu Jan 30 22:43:43 1997 David Moore <dmoore@UCSD.EDU>
|
|
3858
|
|
3859 * packages/compile.el: Speed up regexps.
|
|
3860 (compilation-parse-errors): replace re-search-forward with
|
|
3861 something faster.
|
|
3862
|
|
3863 Thu Jan 30 20:33:56 1997 Hvoje Niksic <hniksic@srce.hr>
|
|
3864
|
|
3865 * x11/x-toolbar.el
|
|
3866 (toolbar-open,toolbar-dired,toolbar-save,toolbar-print,toolbar-cut,toolbar-copy,toolbar-paste,toolbar-undo,toolbar-replace):
|
|
3867 New functions.
|
|
3868 (toolbar-news): Allow running without separate frame.
|
|
3869 (toolbar-mail-commands-alist): New variable.
|
|
3870 (toolbar-mail-reader): Ditto.
|
|
3871 (toolbar-mail): Use them.
|
|
3872
|
|
3873 * x11/x-menubar.el: Shorten help menu item names.
|
|
3874
|
|
3875 Thu Jan 30 17:22:15 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
|
|
3876
|
|
3877 * iso/iso-acc.el: Accept accents in isearch.
|
|
3878
|
|
3879 Wed Jan 29 22:25:38 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
3880
|
|
3881 * packages/ps-print.el: Make postscript files generated by
|
|
3882 ps-print conformant to Adobe DSC specification.
|
|
3883
|
86
|
3884 Mon Jan 27 21:45:17 1997 Tomasz J. Cholewo <tjchol01@mecca.spd.louisville.edu>
|
|
3885
|
|
3886 * dired/ange-ftp.el (ange-ftp-write-region): Changes for jka-compr.
|
|
3887
|
|
3888 * packages/jka-compr.el (jka-compr-write-region): Convert to 20.0
|
|
3889 write-region interface.
|
|
3890
|
|
3891 Mon Jan 27 19:09:28 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3892
|
|
3893 * prim/about.el (about-xemacs): Updated to reflect change of
|
|
3894 management.
|
|
3895
|
|
3896 Mon Jan 27 13:25:17 1997 William M. Perry <wmperry@aventail.com>
|
|
3897
|
|
3898 * packages/man.el (Manual-entry-switches): Don't default to -s.
|
|
3899
|
|
3900 Sun Jan 26 16:27:49 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3901
|
|
3902 * bytecomp/byte-optimize.el (byte-compile-inline-expand):
|
|
3903 Correctly refresh the pointer to a symbol being autoloaded prior
|
|
3904 to inline.
|
|
3905
|
|
3906 Sun Jan 26 13:57:22 1997 Bob Weiner <weiner@infodock.com>
|
|
3907
|
|
3908 * prim/about.el (about-xemacs-xref): Update bio.
|
|
3909
|
|
3910 Sat Jan 25 22:58:15 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3911
|
|
3912 * x11/x-menubar.el (default-menubar): Update ps-paper-type options
|
|
3913 for new ps-print.el.
|
|
3914
|
84
|
3915 Thu Jan 23 01:40:53 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3916
|
|
3917 * psgml/psgml-html.el (html-mode): Set up friendlier syntax
|
|
3918 table.
|
|
3919
|
|
3920 * psgml/psgml.el (sgml-running-xemacs): Remove
|
|
3921 sgml-mode-syntax-table since it has been superseded.
|
|
3922
|
82
|
3923 Thu Jan 9 13:32:01 1997 Jacques Duthen Prestataire <duthen@cegelec-red.fr>
|
|
3924
|
|
3925 * ps-print.el: Merge patch from [simon] Oct 8, 1996 Simon Marshall
|
|
3926 <simon@gnu.ai.mit.edu>
|
|
3927 (ps-print-version): Fix value.
|
|
3928 (cl lisp-float-type): Require them.
|
|
3929 (ps-number-of-columns ps-*-font-size): Try to select defaults
|
|
3930 better suited when `ps-landscape-mode' is non-nil.
|
|
3931 (ps-*-faces): Change default for Font Lock mode faces when
|
|
3932 `ps-print-color-p' is nil.
|
|
3933 (ps-right-header): Replace `time-stamp-yy/mm/dd'
|
|
3934 by `time-stamp-mon-dd-yyyy'.
|
|
3935 (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
|
|
3936 (ps-generate-postscript-with-faces): Replace `ps-sorter' by
|
|
3937 `car-less-than-car'.
|
|
3938 (ps-plot ps-generate): Replace `%d' by `%3d'.
|
|
3939
|
|
3940 Wed Jan 22 15:32:39 1997 Greg Klanderman <greg@alphatech.com>
|
|
3941
|
|
3942 * modes/rsz-minibuf.el (resize-minibuffer-setup): Resize the
|
|
3943 minibuffer earlier than the first received event.
|
|
3944
|
|
3945 Wed Jan 22 15:29:08 1997 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
3946
|
|
3947 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if
|
|
3948 menu-bar lookup fails.
|
|
3949
|
|
3950 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3951
|
|
3952 * lisp/x11/x-font-menu.el: Make font menus work better in a
|
|
3953 Japanese environment.
|
|
3954
|
|
3955 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3956
|
|
3957 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working.
|
|
3958
|
|
3959 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr>
|
|
3960
|
|
3961 * man.el (Manual-mode): Don't mess with scrollbars if they aren't
|
|
3962 present.
|
|
3963
|
|
3964 Tue Jan 21 19:52:45 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3965
|
|
3966 * utils/timezone.el (timezone-parse-date): Fix Y2K bug.
|
|
3967
|
|
3968 Tue Jan 21 19:32:44 1997 Barry A. Warsaw <bwarsaw@anthem.cnri.reston.va.us>
|
|
3969
|
|
3970 * prim/files.el (hack-local-variables-prop-line): XEmacs should
|
|
3971 not query to set local variables in the -*- line if there aren't
|
|
3972 any to set!
|
|
3973
|
|
3974 Thu Jan 16 18:24:20 1997 Steven L Baur <steve@miranova.com>
|
|
3975
|
|
3976 * psgml/psgml.el: Use newer interface form for nsgmls.
|
|
3977
|
|
3978 Thu Jan 16 04:06:24 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3979
|
|
3980 * comint/telnet.el (rsh): (Mostly) correct dealing with detection
|
|
3981 of password prompt at login.
|
|
3982
|
|
3983 Thu Jan 16 03:28:25 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
3984
|
|
3985 * modes/view.el (View-scroll-lines-forward): Correct format typo.
|
|
3986
|
|
3987 Mon Jan 13 22:50:23 1997 David Moore <dmoore@UCSD.EDU>
|
|
3988
|
|
3989 * packages/compile.el: Clean up regexps.
|
|
3990
|
|
3991 Sun Jan 12 20:50:08 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
3992
|
|
3993 * modes/m4-mode.el: Changed m4-program to point to /usr/bin/m4.
|
|
3994
|
151
|
3995 Sun Jan 12 18:49:30 1997 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
82
|
3996
|
|
3997 * mule/mule-misc.el: `-columns' -> `-width' and define `-columns'
|
|
3998 alias
|
|
3999 Import definition of `truncate-string-to-width' from Emacs/mule-delta.
|
|
4000
|
|
4001 Sun Jan 12 13:57:11 1997 Kyle Jones <kyle_jones@wonderworks.com>
|
|
4002
|
|
4003 * prim/window.el (shrink-window-if-larger-than-buffer): Don't let
|
|
4004 readjusted window change the buffer order stack.
|
|
4005
|
|
4006 Sat Jan 11 20:12:47 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
4007
|
|
4008 * utils/finder.el (finder-insert-at-column): Correct off-by-one
|
|
4009 error affecting long file names.
|
|
4010
|
80
|
4011 Fri Jan 10 22:27:58 1997 Shane Holder <holder@rsn.hp.com>
|
|
4012
|
|
4013 * utils/bench.el: New version.
|
|
4014
|
|
4015 Fri Jan 10 13:22:26 1997 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
4016
|
|
4017 * packages/man.el (Manual-entry-switches): New variable.
|
|
4018 (Manual-apropos-switches): New variable.
|
|
4019 (Manual-run-formatter): Use them.
|
|
4020
|
|
4021 Thu Jan 9 22:04:42 1997 Greg Klanderman <greg@alphatech.com>
|
|
4022
|
|
4023 * modes/make-mode.el: Allow disabling of suspicious line warnings
|
|
4024 allow macro pickup when a macro is entered normally
|
|
4025 add the runtime macros to the completion list so confirmation is
|
|
4026 not necessary when minibuffer-confirm-incomplete is t.
|
|
4027 (these last two only in effect when makefile-electric-keys=t)
|
|
4028
|
|
4029 Thu Jan 9 11:44:11 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4030
|
|
4031 * mule/mule-files.el (file-coding-system-alist): Default to 8 bit
|
|
4032 on .el and .info files.
|
|
4033
|
|
4034 Wed Jan 8 20:57:16 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4035
|
|
4036 * prim/help.el (help-mode-quit): Correct typo in docstring.
|
|
4037 (help-mode-quit): Bury help buffer before restoring previous
|
|
4038 window configuration.
|
|
4039
|
|
4040 Wed Jan 8 20:20:01 1997 Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
|
|
4041
|
|
4042 * x11/x-menubar.el (default-menubar): Include enriched.doc in the
|
|
4043 samples in the help menu.
|
|
4044
|
|
4045 Wed Jan 8 20:09:32 1997 Jens Krinke <krinke@ips.cs.tu-bs.de>
|
|
4046
|
|
4047 * x11/x-toolbar.el (toolbar-news-frame-properties): New variable.
|
|
4048 (toolbar-news): Use it.
|
|
4049
|
|
4050 Wed Jan 8 10:11:35 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4051
|
|
4052 * x11/x-compose.el (global-map): Keysyms use `-' not `_'.
|
|
4053
|
|
4054 Mon Jan 6 18:19:03 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4055
|
|
4056 * comint/telnet.el (telnet-initial-filter): Enable
|
|
4057 case-fold-search.
|
|
4058 (telnet-maximum-count): Bump up to 6, since 4 does not always
|
|
4059 appear to be enough.
|
|
4060
|
|
4061 Mon Jan 6 08:30:55 1997 Andrew Cohen <cohen@andy.bu.edu>
|
|
4062
|
|
4063 * psgml/psgml-parse.el (sgml-compile-dtd): noconv coding system
|
|
4064 has been renamed to no-conversion.
|
|
4065 (sgml-bdtd-merge): Ditto.
|
|
4066 (sgml-push-to-entity): Ditto.
|
|
4067
|
|
4068 Sun Jan 5 14:35:30 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4069
|
|
4070 * utils/loadhist.el (symbol-file): Make interactive.
|
|
4071
|
|
4072 Sun Jan 5 00:40:02 1997 Bob Weiner <weiner@infodock.com>
|
|
4073
|
|
4074 * packages/avoid.el (mouse-avoidance-mode): autoload.
|
|
4075
|
|
4076 * x11/x-menubar.el (options-menu-saved-forms): Mouse avoidance
|
|
4077 mode option.
|
|
4078
|
78
|
4079 Sat Jan 4 12:25:34 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4080
|
|
4081 * prim/faces.el (init-other-random-faces): Guard against adding
|
|
4082 modeline buffer tty face if no tty support.
|
|
4083
|
|
4084 Fri Jan 3 23:15:22 1997 Greg Klanderman <greg@alphatech.com>
|
|
4085
|
|
4086 * packages/backup-dir.el: Added to distribution.
|
|
4087
|
|
4088 Fri Jan 3 16:20:42 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4089
|
|
4090 * gnus/gnus-setup.el: Updated to gracefully handle installed
|
|
4091 auxilliary packages like tm, and handle eventual integration of
|
|
4092 Red Gnus/Gnus 5.4.
|
|
4093
|
|
4094 Fri Jan 3 14:32:07 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
4095
|
|
4096 * packages/gnuserv.el (gnuserv-frame): Autoload.
|
|
4097
|
|
4098 * x11/x-menubar.el (default-menubar): Add option to control gnuserv
|
|
4099 creating a new frame.
|
|
4100 (options-menu-saved-forms): Ditto.
|
|
4101
|
|
4102 Fri Jan 3 12:18:41 1997 Martin Buchholz <mrb@eng.sun.com>
|
|
4103
|
|
4104 * x11/x-mouse.el: Protect creation of scrollbar-pointer-glyph with
|
|
4105 feature test on 'scrollbar.
|
|
4106
|
|
4107 Fri Jan 3 10:37:48 1997 Steven L Baur <steve@altair.xemacs.org>
|
|
4108
|
|
4109 * packages/mic-paren.el (paren-activate): Update to v1.2.
|
|
4110
|
|
4111 Fri Jan 3 10:21:58 1997 Pete Ware <ware@cis.ohio-state.edu>
|
|
4112
|
|
4113 * x11/x-menubar.el (default-menubar): Add require-final-newline
|
|
4114 and next-line-add-newlines as options in the options menu.
|
|
4115 (options-menu-saved-forms): Ditto.
|
|
4116
|
|
4117 Thu Jan 2 18:52:32 1997 Joel Peterson <tarzan@aosi.com>
|
|
4118
|
|
4119 * prim/simple.el (blink-matching-open): Make sure point is visible
|
|
4120 when blinking.
|
|
4121
|
|
4122 Thu Jan 2 11:25:05 1997 Vinnie Shelton <shelton@icd.teradyne.com>
|
|
4123
|
|
4124 * prim/replace.el (occur-mode-mouse-goto): Fix typo in Emacs 19.34
|
|
4125 synch up.
|
|
4126 (occur-mode-map): Ditto.
|
|
4127
|
|
4128 Wed Nov 20 19:40:05 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
4129
|
|
4130 * psgml-parse.el (sgml-modify-dtd): set sgml-current-tree to
|
|
4131 sgml-top-tree. Needed by sgml-open-element.
|
|
4132
|
|
4133 Mon Nov 11 01:50:40 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
4134
|
|
4135 * Version 1.0 released.
|
|
4136
|
|
4137 Sun Sep 15 14:07:24 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
4138
|
|
4139 * psgml.el (sgml-mode): modify mode-line-format with subst, don't
|
|
4140 replicate the whole format in the code.
|
|
4141
|
|
4142 Thu Sep 12 20:27:38 1996 Lennart Staflin <lenst@lysator.liu.se>
|
|
4143
|
|
4144 * psgml-parse.el (sgml-external-file): Try to find system
|
|
4145 identifiers using the sgml-public-map
|
|
4146 if sgml-system-identifiers-are-preferred; this way that flag will
|
|
4147 have effect even if the sgml-public-map contains `%s'.
|
|
4148 (sgml-final): moved to be defined before use.
|
|
4149
|
|
4150 * psgml-dtd.el (sgml-parse-parameter-literal): Try to handle
|
|
4151 character references to character number above 255 by leaving a
|
|
4152 character reference in then parsed entity text.
|
|
4153
|
|
4154 Thu Sep 5 14:11:00 1996 Dave Love <d.love@dl.ac.uk>
|
|
4155
|
|
4156 * psgml-other.el (sgml-set-face-for): Nullify
|
|
4157 {after,before}-change-functions as well as (obsolete)
|
|
4158 {after,before}-change-function.
|
|
4159
|
|
4160 Tue Dec 31 11:34:37 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4161
|
|
4162 * comint/gdb.el (gdb-mode): Require 'cc-mode if not already loaded
|
|
4163 prior to starting gdb.
|
|
4164
|
|
4165 Mon Dec 30 17:59:48 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4166
|
|
4167 * comint/telnet.el (telnet-check-software-type-initialize): Remove
|
|
4168 default in cond (which allows special treatment of password prompt
|
|
4169 to work).
|
|
4170
|
|
4171 Mon Dec 30 09:36:04 1996 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
|
|
4172
|
|
4173 * packages/gnuserv.el (server-edit): Add option to allow killing
|
|
4174 last visible frame.
|
|
4175
|
|
4176 Sun Dec 29 21:36:44 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4177
|
|
4178 * prim/files-nomule.el: Add trailing newline.
|
|
4179
|
|
4180 Sun Dec 29 18:45:34 1996 James LewisMoss <dres@dres.elam.org>
|
|
4181
|
|
4182 * modes/perl-mode.el: Add (provide 'perl-mode).
|
|
4183
|
|
4184 Sun Dec 29 17:15:57 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
4185
|
|
4186 * ilisp/Makefile (elc): Be a little smarter about recompilation.
|
|
4187
|
|
4188 Sun Dec 29 17:14:27 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4189
|
|
4190 * tm/tm-edit-tipgp.el: Don't unconditionally require tinypgpa.el.
|
|
4191
|
76
|
4192 Sat Dec 28 11:15:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4193
|
|
4194 * x11/x-menubar.el (default-menubar): Move Frame-local font menu
|
|
4195 option to Frame Appearance submenu.
|
|
4196
|
|
4197 Fri Dec 27 20:30:00 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4198
|
|
4199 * x11/x-font-menu.el (font-menu-this-frame-only-p): Default to
|
|
4200 nil, because everyone was confused by it defaulting to t.
|
|
4201
|
|
4202 Fri Dec 27 12:30:37 1996 Richard Mlynarik <mly@adoc.xerox.com>
|
|
4203
|
|
4204 * prim/sort.el (sort-subr): Document use of `sort-fold-case'.
|
|
4205 (sort-lines): Ditto.
|
|
4206 (sort-paragraphs): Ditto.
|
|
4207 (sort-pages): Ditto.
|
|
4208 (sort-regexp-fields): Ditto.
|
|
4209 (sort-numeric-fields): Ditto.
|
|
4210 (sort-regexp-fields): Ditto.
|
|
4211 (sort-columns): Ditto.
|
|
4212 (sort-regexp-fields): Use compare-buffer-substrings if available.
|
|
4213
|
|
4214 Fri Dec 27 12:09:23 1996 Noah Friedman <friedman@gnu.ai.mit.edu>
|
|
4215
|
|
4216 * modes/mail-abbrevs.el (mail-abbrev-expand-hook): Prevent abbrev
|
|
4217 expansion from happening multiple times.
|
|
4218
|
|
4219 Fri Dec 27 02:31:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4220
|
|
4221 * prim/help.el (help-for-help): Don't confuse help character `b'
|
|
4222 with scrolling character `b' in view-less help buffer.
|
|
4223
|
|
4224 * packages/scroll-in-place.el: Synch with 19.15.
|
|
4225
|
|
4226 Thu Dec 26 15:25:09 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4227
|
|
4228 * x11/x-menubar.el (xemacs-splash-buffer): New function.
|
|
4229 (default-menubar): Use it.
|
|
4230 (default-menubar): Reorganize help menus.
|
|
4231
|
|
4232 * prim/startup.el (startup-message-timeout): More or less disable
|
|
4233 the timeout of the splash screen.
|
|
4234
|
|
4235 * packages/man.el (Manual-use-rosetta-man): For Neal Becker's
|
|
4236 Rosetta Man patch.
|
|
4237 (Manual-nuke-nroff-bs): Use it.
|
|
4238
|
|
4239 Tue Dec 24 12:46:22 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4240
|
|
4241 * prim/frame.el (show-temp-buffer-in-current-frame): Shrink temp
|
|
4242 buffer to fit.
|
|
4243
|
|
4244 Mon Dec 23 15:44:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4245
|
|
4246 * utils/delbackspace.el: Correct rebindings so they work properly
|
|
4247 when cc-mode is not dumped with XEmacs.
|
|
4248
|
|
4249 * packages/apropos.el (apropos-print): Minimize size of *Apropos*
|
|
4250 window if it is small.
|
|
4251
|
|
4252 * prim/lisp.el (lisp-complete-symbol): Minimize size of
|
|
4253 *Completions* window.
|
|
4254
|
|
4255 * prim/help.el (with-displaying-help-buffer): (Based on an idea
|
|
4256 from Sudish Joseph) minimize size of displayed help window.
|
|
4257
|
|
4258 * modes/fortran.el (fortran-window-create-momentarily): Fix
|
|
4259 lossage from synch with Emacs 19.34.
|
|
4260 (fortran-abbrev-start): Ditto.
|
|
4261
|
|
4262 Sun Dec 22 15:33:25 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
4263
|
|
4264 * x11/x-toolbar.el (toolbar-news): Check whether this is the last
|
|
4265 frame before deleting it.
|
|
4266
|
|
4267 Sun Dec 22 00:37:42 1996 Sudish Joseph <sudish@mindspring.com>
|
|
4268
|
|
4269 * eterm/tgud.el (tgud-gdb-complete-filter): Match carriage returns
|
|
4270 as well as linefeeds.
|
|
4271
|
|
4272 * eterm/term.el (term-dynamic-list-completions): Correct Emacsism
|
|
4273 in setting unread-command-events.
|
|
4274
|
|
4275 Sat Dec 21 23:37:02 1996 Bob Weiner <weiner@infodock.com>
|
|
4276
|
|
4277 * packages/font-lock.el: Update Java support.
|
|
4278
|
|
4279 Sat Dec 21 22:48:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4280
|
|
4281 * packages/fontl-hooks.el: Add provide (synch with 19.15).
|
|
4282
|
|
4283 * x11/x-toolbar.el: Don't quote lambda macro.
|
|
4284
|
|
4285 * packages/session.el: Removed from distribution.
|
|
4286
|
|
4287 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
4288
|
|
4289 * pcl-cvs/pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
4290
|
74
|
4291 Fri Dec 20 15:19:36 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4292
|
|
4293 * packages/compile.el (compilation-error-regexp-alist): Complete
|
|
4294 fix for lossage on bad regexps.
|
|
4295
|
|
4296 * prim/loadup.el: Remove cc-mode as a dumped package.
|
|
4297
|
|
4298 * prim/glyphs.el (init-glyphs): hscroll-glyph is now builtin.
|
|
4299
|
|
4300 * prim/minibuf.el (minibuffer-complete-word): Correct an ebola
|
|
4301 infection that caused incorrect interpretation of SPC in the
|
|
4302 minibuffer.
|
|
4303
|
|
4304 Thu Dec 19 22:16:47 1996 Heiko Muenkel <muenkel@tnt.uni-hannover.de>
|
|
4305
|
|
4306 * modes/outl-mouse.el (outline-glyph-menu): Remove Hide body item,
|
|
4307 Add Show all item.
|
|
4308
|
|
4309 Thu Dec 19 00:37:59 1996 Bart Robinson <lomew@cs.utah.edu>
|
|
4310
|
|
4311 * prim/files.el: Make enable-local-variables 'ask-me behave sanely.
|
|
4312
|
|
4313 Wed Dec 18 23:10:15 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4314
|
|
4315 * prim/simple.el (next-line-add-newlines): Now defaults to nil.
|
|
4316
|
|
4317 Wed Dec 18 22:56:48 1996 Hrvoje Niksic <hniksic@srce.hr>
|
|
4318
|
|
4319 * utils/bench.el (bench-mark-13): Added.
|
|
4320
|
|
4321 Wed Dec 18 20:26:10 1996 Martin Buchholz <mrb@eng.sun.com>
|
|
4322
|
|
4323 * mule/mule-coding.el: Change charset names.
|
|
4324
|
|
4325 * mule/japanese-hooks.el: Change charset names.
|
|
4326
|
|
4327 * mule/hebrew-hooks.el: Change charset names.
|
|
4328 Remove quail hooks.
|
|
4329
|
|
4330 * mule/greek-hooks.el: Change charset names.
|
|
4331 Remove quail hooks.
|
|
4332
|
|
4333 * mule/european-hooks.el ((make-char 'latin-iso8859-1 32)): Change
|
|
4334 charset names.
|
|
4335 Remove quail hooks.
|
|
4336
|
|
4337 * mule/cyrillic-hooks.el (cyrillic-iso8859-5): Use instead of cyrillic.
|
|
4338 Remove quail hooks.
|
|
4339
|
|
4340 * mule/chinese-hooks.el (chinese-gb2312): Fix chinese syntax tables.
|
|
4341 Use chinese-gb2312.
|
|
4342 Remove quail hooks.
|
|
4343 (chinese): Comment out code for egg.
|
|
4344
|
|
4345 * mule/thai-hooks.el: Use thai-tis620.
|
|
4346 (thai): Prefer macro definition of lambda.
|
|
4347
|
|
4348 * sunpro/sunpro-init.el (sunpro-startup): Guard against Sun
|
|
4349 censorship.
|
|
4350
|
|
4351 * prim/obsolete.el (wholenump): New obsolete alias.
|
|
4352
|
|
4353 * prim/simple.el (comment-indent-function): Use macro definition
|
|
4354 of (lambda () ...).
|
|
4355
|
|
4356 * prim/replace.el (list-matching-lines): Remove redundant
|
|
4357 (message (format ...))
|
|
4358
|
|
4359 * modes/cc-mode.el: Readd autoloads (prior to removing cc-mode as
|
|
4360 a dumped package).
|
|
4361
|
|
4362 Wed Dec 18 11:09:45 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4363
|
|
4364 * comint/telnet.el: Synch up to 19.15 & Emacs 19.34.
|
|
4365 (telnet-check-software-type-initialize): Cleanup from Synch.
|
|
4366
|
|
4367 Sat Dec 14 17:39:17 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4368
|
|
4369 * packages/buff-menu.el (list-buffers-directory): autoload.
|
|
4370
|
|
4371 Fri Dec 13 16:53:14 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4372
|
|
4373 * electric/ebuff-menu.el (electric-buffer-list): Restore behavior
|
|
4374 of using prefix argument.
|
|
4375
|
|
4376 * emulators/crisp.el (crisp-mode-map): Rename kp_.* keysyms to
|
|
4377 kp-\1.
|
|
4378
|
|
4379 * emulators/tpu-edt.el: Ditto.
|
|
4380
|
|
4381 * x11/x-win-sun.el: Ditto.
|
|
4382
|
|
4383 * x11/x-iso8859-1.el: Ditto.
|
|
4384
|
|
4385 * term/tvi970.el: Ditto.
|
|
4386
|
|
4387 * term/news.el: Ditto.
|
|
4388
|
|
4389 * term/lk201.el: Ditto.
|
|
4390
|
|
4391 * term/linux.el: Ditto.
|
|
4392
|
|
4393 * prim/keydefs.el: Ditto.
|
|
4394
|
|
4395 * prim/events.el: Ditto.
|
|
4396
|
|
4397 * packages/icomplete.el (icomplete-get-keys): Ditto.
|
|
4398
|
|
4399 * games/gomoku.el (gomoku-mode-map): Ditto.
|
|
4400
|
|
4401 * games/blackbox.el (blackbox-mode-map): Ditto.
|
|
4402
|
|
4403 Fri Dec 13 09:40:27 1996 Sudish Joseph <sudish@mindspring.com>
|
|
4404
|
|
4405 * prim/minibuf.el (next-history-element): Remove kludge test on
|
|
4406 minibuffer-history-sexp-flag.
|
|
4407
|
|
4408 * x11/x-init.el (init-post-x-win): Fix hooks for gnuattached ttys
|
|
4409 on XEmacsen started on X displays.
|
|
4410
|
|
4411 Thu Dec 12 16:05:53 1996 Raymond Toy <toy@rtp.ericsson.se>
|
|
4412
|
|
4413 * ilisp/ilisp-out.el (ilisp-find-lower-window): Correct XEmacs
|
|
4414 version check to look at major numbers.
|
|
4415 (ilisp-find-top-left-most-window): Ditto.
|
|
4416
|
|
4417 Thu Dec 12 15:21:43 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
4418
|
|
4419 * utils/mail-extr.el (mail-extract-address-components): Don't
|
|
4420 automatically downcase extracted elements. It violates standards.
|
|
4421
|
|
4422 Thu Dec 12 14:46:47 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
4423
|
|
4424 * x11/x-menubar.el (buffers-menu-filter): The buffer menu was
|
|
4425 shortened to `buffers-menu-max-size' items even if
|
|
4426 `buffers-menu-submenus-for-groups-p' is non-nil.
|
|
4427
|
|
4428 Let `buffers-menu-submenus-for-groups-p' be an integer : if there
|
|
4429 are more buffers than this value, use submenus, otherwise not.
|
|
4430
|
|
4431 * packages/vc.el (vc-rename-this-file): New function (was missing,
|
|
4432 but referred to on the menubar).
|
|
4433
|
|
4434 * packages/compile.el (compilation-font-lock-keywords): `defvar'
|
|
4435 instead of `defconst'!
|
|
4436
|
|
4437 * prim/mouse.el (default-mouse-track-normalize-point): Double
|
|
4438 click mouse-1 on sexpr selects the sexpr.
|
|
4439
|
|
4440 * x11/x-menubar.el (options-menu-saved-forms): Fix bug in
|
|
4441 `save-options-menu-settings'.
|
|
4442
|
|
4443 Thu Dec 12 14:25:21 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4444
|
|
4445 * prim/simple.el (forward-to-indentation): Do not deactivate zmacs
|
|
4446 region on usage.
|
|
4447 (backward-to-indentation): Ditto.
|
|
4448
|
|
4449 Thu Dec 12 14:22:55 1996 Christoph Wedler <wedler@fmi.uni-passau.de>
|
|
4450
|
|
4451 * prim/lisp.el (backward-up-list): Do not deactivate zmacs region
|
|
4452 on usage.
|
|
4453
|
|
4454 Wed Dec 11 20:26:21 1996 Barry A. Warsaw <bwarsaw@CNRI.Reston.VA.US>
|
|
4455
|
|
4456 * prim/files.el (set-auto-mode): Require a #! signature to set
|
|
4457 mode based on interpreter.
|
|
4458
|
|
4459 Wed Dec 11 13:25:50 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4460
|
|
4461 * packages/man.el (Manual-use-rosetta-man): Restore Neal Becker's
|
|
4462 Rosetta Man Patch.
|
|
4463 (Man-cleanup-manpage): Use it.
|
|
4464
|
|
4465 * prim/simple.el (yank): Corrected a mistaken synch with Emacs
|
|
4466 19.34.
|
|
4467
|
|
4468 * modes/eiffel3.el (eiffel-mode-syntax-table): Quote the semicolon
|
|
4469 syntax entry so update-autoloads doesn't barf.
|
|
4470
|
|
4471 * packages/buff-menu.el (Buffer-menu-mode-map): Correct mouse key
|
|
4472 bindings.
|
|
4473
|
|
4474 Tue Dec 10 21:24:04 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4475
|
|
4476 * packages/ps-print.el (ps-do-despool): Allow dynamic expansion of
|
|
4477 `ps-lpr-switches'.
|
|
4478
|
|
4479 * packages/lpr.el (print-region-1): Allow dynamic expansion of
|
|
4480 `lpr-switches'.
|
|
4481
|
72
|
4482 Tue Dec 10 18:30:01 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
|
|
4483
|
|
4484 * modes/vhdl-mode.el: New File.
|
|
4485
|
|
4486 Tue Dec 10 17:59:35 1996 Shane Holder <holder@rsn.hp.com>
|
|
4487
|
|
4488 * utils/bench.el: New file. Utility for benchmarking emacs
|
|
4489 performance.
|
|
4490
|
|
4491 Tue Dec 10 10:11:55 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4492
|
|
4493 * electric/ebuff-menu.el (electric-buffer-menu-mode-map): Correct
|
|
4494 bad 19.34 synch patch.
|
|
4495
|
|
4496 * utils/pretty-print.el: New File.
|
|
4497
|
|
4498 Sun Dec 8 13:59:40 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4499
|
|
4500 * prim/files-nomule.el: Documentation corrections.
|
|
4501
|
|
4502 * prim/files.el: Synch to 19.15/Emacs 19.34.
|
|
4503
|
|
4504 Sat Dec 7 18:48:34 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4505
|
|
4506 * packages/hexl.el (hexl-mode-map): Corrected obsolescent key
|
|
4507 names introduced in 19.15-b2.
|
|
4508
|
|
4509 Fri Dec 6 20:17:47 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4510
|
|
4511 * games/yow.el: Sync to GNU Emacs 19.34.
|
|
4512
|
|
4513 * games/studly.el: Documentation fixes.
|
|
4514
|
|
4515 * games/spook.el: Sync to GNU Emacs 19.34.
|
|
4516
|
|
4517 * games/mpuz.el: Sync to GNU Emacs 19.34.
|
|
4518
|
|
4519 * games/life.el: Sync to GNU Emacs 19.34.
|
|
4520
|
|
4521 * games/hanoi.el: Sync to GNU Emacs 19.34.
|
|
4522
|
|
4523 * games/flame.el: Documentation fixes.
|
|
4524
|
|
4525 * games/dunnet.el: Sync to GNU Emacs 19.34.
|
|
4526
|
|
4527 * games/doctor.el: Sync to GNU Emacs 19.34.
|
|
4528
|
|
4529 * games/dissociate.el: Sync to GNU Emacs 19.34.
|
|
4530
|
|
4531 * games/cookie1.el: Sync to GNU Emacs 19.34.
|
|
4532
|
|
4533 * games/conx.el: Documentation fixes.
|
|
4534
|
|
4535 * games/blackbox.el: Sync to GNU Emacs 19.34.
|
|
4536
|
|
4537 * games/NeXTify.el: Documentation fixes.
|
|
4538
|
|
4539 * packages/man.el: New file/replacement from Emacs 19.34.
|
|
4540
|
|
4541 * packages/man-xref.el: New file from Emacs 19.35.
|
|
4542
|
|
4543 * utils/smtpmail.el: New file from Emacs 19.34.
|
|
4544
|
151
|
4545 Fri Dec 6 09:28:04 1996 $B<i2,(B $BCNI'(B/MORIOKA Tomohiko <morioka@jaist.ac.jp>
|
72
|
4546
|
|
4547 * prim/startup.el (set-default-load-path): Set default-load-path
|
|
4548 dynamically since file-detect.el is dumped with XEmacs.
|
|
4549
|
|
4550 Thu Dec 5 20:37:32 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4551
|
|
4552 * emulators/tpu-mapper.el: Total replacement with version in GNU
|
|
4553 Emacs 19.34.
|
|
4554
|
|
4555 * emulators/tpu-extras.el: Total replacement with version in GNU
|
|
4556 Emacs 19.34.
|
|
4557
|
|
4558 * emulators/tpu-edt.el: Total replacement with version in GNU Emacs
|
|
4559 19.34.
|
|
4560
|
|
4561 * comint/history.el: Documentation fixes.
|
|
4562
|
|
4563 * comint/gdb.el: Documentation fixes.
|
|
4564
|
|
4565 * comint/dbx.el: Documentation fixes.
|
|
4566
|
|
4567 * comint/background.el: Documentation fixes.
|
|
4568
|
|
4569 * rmail/rmail-xemacs.el: Documentation fixes.
|
|
4570
|
|
4571 * rmail/rmail-kill.el: Documentation fixes.
|
|
4572
|
|
4573 * emulators/ws-mode.el: Synch up to Emacs 19.34.
|
|
4574
|
|
4575 * emulators/teco.el: Documentation cleanup.
|
|
4576
|
|
4577 * emulators/mlsupport.el: Synch up to Emacs 19.34.
|
|
4578
|
|
4579 * emulators/mlconvert.el: Synch up to Emacs 19.34.
|
|
4580
|
|
4581 * emulators/edt-vt100.el: New file from Emacs 19.34.
|
|
4582
|
|
4583 * emulators/edt-pc.el: New file from Emacs 19.34.
|
|
4584
|
|
4585 * emulators/edt-mapper.el: New file from Emacs 19.34.
|
|
4586
|
|
4587 * emulators/edt-lk201.el: New file from Emacs 19.34.
|
|
4588
|
|
4589 * emulators/edt.el: Synched up to Emacs 19.34.
|
|
4590
|
|
4591 Thu Dec 5 12:09:19 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
|
|
4592
|
|
4593 * prim/replace.el (match-string): Use a function instead of a
|
|
4594 macro to be compatible with .elc files compiled under Emacs.
|
|
4595
|
|
4596 Thu Dec 5 09:50:12 1996 Bob Weiner <weiner@infodock.com>
|
|
4597
|
|
4598 * utils/id-select.el: New file -- Version 1.4.3.
|
|
4599
|
|
4600 Thu Dec 5 09:17:53 1996 Gary D. Foster <Gary.Foster@corp.sun.com>
|
|
4601
|
|
4602 * emulators/crisp.el: New file.
|
|
4603
|
|
4604 * emulators/scroll-lock.el: New file.
|
|
4605
|
|
4606 Thu Dec 5 00:15:59 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4607
|
|
4608 * prim/help.el: A callable library-type function should not
|
|
4609 contain an unprotected print statement. This change implements my
|
|
4610 version of Erik Naggum's statement about locate-library being less
|
|
4611 chatty in Emacs 19.35.
|
|
4612
|
|
4613 Wed Dec 4 22:00:49 1996 Steven L Baur <steve@altair.xemacs.org>
|
|
4614
|
|
4615 * utils/flow-ctrl.el: Synch up to Emacs 19.34.
|
|
4616
|
|
4617 * utils/forms.el: Synch up to Emacs 19.34.
|
|
4618
|
|
4619 * packages/column.el: Allow column numbers to start at one.
|
|
4620
|
|
4621 * prim/userlock.el: Synch up to Emacs 19.34.
|
|
4622
|
|
4623 * prim/paragraphs.el: Synch up to Emacs 19.34.
|
|
4624
|
|
4625 * prim/page.el: Synch up to Emacs 19.34.
|
|
4626
|
|
4627 * prim/options.el: Synch up to Emacs 19.34.
|
|
4628
|
|
4629 * prim/novice.el: Synch up to Emacs 19.34.
|
|
4630
|
|
4631 * prim/rect.el: Sync up to Emacs 19.34.
|
|
4632
|
|
4633 * prim/reposition.el: Synch up to Emacs 19.34.
|
|
4634
|
|
4635 * prim/replace.el: Synch up to Emacs 19.34.
|
|
4636
|
|
4637 * prim/register.el: Synch up to Emacs 19.34.
|
|
4638
|
|
4639 * prim/indent.el: Synch up to Emacs 19.34.
|
|
4640
|
|
4641 * prim/subr.el: Synch up to Emacs 19.34.
|
|
4642
|
|
4643 * prim/simple.el: Synch up to Emacs 19.34.
|
|
4644
|
|
4645 * prim/debug.el: Synch up to Emacs 19.34.
|
|
4646
|
|
4647 * edebug/cl-specs.el: Comment formatting changes.
|
|
4648
|
|
4649 * edebug/cl-read.el: Protect advisement of eval-region from being
|
|
4650 evaluated more than once.
|
|
4651
|
|
4652 Comment formatting changes.
|
|
4653
|
|
4654 * edebug/advise-eval-region.el: New File. Separate out advise for
|
|
4655 eval-region so it is only evaluated once.
|
|
4656
|
|
4657 * packages/icomplete.el: Fix a bug in locating command bound to key.
|
|
4658
|
|
4659 icomplete-exhibit needs to be called in the setup-hook.
|
|
4660
|
|
4661 * packages/apropos.el: Correct a typo in button binding.
|
|
4662
|
|
4663 Fixes the bug where if apropos-label-face is actually defined as
|
|
4664 face, apropos bombs with an error
|
|
4665
|
|
4666 Do a (provide 'apropos), like all packages should.
|
|
4667
|
|
4668 Provides an apropos-mode-hook for Apropos Mode buffers (otherwise
|
|
4669 customization is unnecessarily painful).
|
|
4670
|
|
4671 Redefines the default faces for the various apropos faces so they
|
|
4672 come out in color by default (defaults are based on various
|
|
4673 standard font-lock faces).
|
|
4674
|
|
4675 * version.el: Bumped up to b31.
|
|
4676
|
|
4677
|