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