comparison src/ChangeLog @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 5a88923fcbfe
children 15872534500d
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
1 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
2
3 * config.h.in: Back out previous change to LOSING_BYTECODE. It's
4 just not worth it.
5
6 1997-06-27 Mike Scheidler <c23mts@eng.delcoelect.com>
7
8 * s/sol2.h: Undefined _XOPEN_SOURCE for Solaris 2.4.
9
10 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
11
12 * abbrev.c (abbrev_match): New function.
13 (abbrev_oblookup): New function.
14 (obarray_has_blank_p): New function.
15 (abbrev_count_case): New function.
16 (Fexpand_abbrev): Use them. Allow abbreviations to contain
17 arbitrary characters.
18
19 1997-06-28 Steven L Baur <steve@altair.xemacs.org>
20
21 * config.h.in: LOSING_BYTECODE will not be compiled into XEmacs.
22
23 * doc.c (Fsnarf_documentation): Remove VMS dependent stuff for
24 cleanliness.
25
26 1997-06-28 Hrvoje Niksic <hniksic@srce.hr>
27
28 * print.c (Ferror_message_string): Simplify.
29
30 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
31
32 * symbols.c (Fdefine_function): Correct docstring.
33 (Fsetplist): Ditto.
34 (Ffset): Ditto.
35 (Fsetq_default): Ditto.
36
37 1997-06-27 Hrvoje Niksic <hniksic@srce.hr>
38
39 * eval.c (skip_debugger): Removed comment and #ifdef-ed code.
40 (signal_call_debugger): Call skip_debugger after wants_debugger.
41 (signal_call_debugger): Gcpro cons sent to skip_debugger.
42
43 1997-06-26 Steven L Baur <steve@altair.xemacs.org>
44
45 * process.c (create_process): Default to fork instead of vfork.
46
47 * callproc.c (Fcall_process_internal): Default to fork instead of
48 vfork.
49
50 * emacsfns.h: Add declarations of Ferror_message_string(),
51 Frunning_temacs_p().
52
53 * eval.c: Remove declarations of Ferror_message_string(),
54 Frunning_temacs_p().
55
56 * Makefile.in.in (${libsrc}DOC): Correct dependency for the docfile.
57 (${mo_dir}emacs.po): Remove obsolete references to lisp source.
58
59 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp>
60
61 * mule-charset.c: Modify charset DOC-strings to be more detailed.
62
1 1997-06-25 Steven L Baur <steve@altair.xemacs.org> 63 1997-06-25 Steven L Baur <steve@altair.xemacs.org>
2 64
3 * alloc.c (Flist): Optimize. 65 * alloc.c (Flist): Optimize.
4 From Hrvoje Niksic. 66 From Hrvoje Niksic.
5 67