comparison src/ChangeLog @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 28f395d8dc7a
children 5a88923fcbfe
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
1 1997-06-20 Steven L Baur <steve@altair.xemacs.org>
2
3 * events.c: Remove declaration of Qempty.
4
5 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
6
7 * frame-x.c, EmacsFrame.c, menubar-x.c, redisplay-x.c, scrollbar-x.c:
8 Make 64 bit clean.
9
10 1997-06-19 Martin Buchholz <mrb@eng.sun.com>
11
12 * config.h.in:
13 - Autodetect X defines using xmkmf.
14 - Compute rpath on *bsd* systems as well.
15 - rewrite PRINT_VAR m4 macro.
16 - detect sizes of void* and long long for future use by unex*.c
17 * regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
18
19 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
20
21 * Makefile.in:
22 * s/*.h:
23 * m/*.h:
24 * src/config.h.in:
25 * src/emacs.c:
26 * version.sh:
27 * configure.in: Another rewrite.
28 - support powerpcle (Solaris on ppc)
29 - Now just have one s/sol2.h for all Solaris versions
30 - Specifying colon-separated directories actually works now.
31 - OS_RELEASE is a new define to avoid proliferation of s&m files.
32 - extract more stuff from s&m files.
33 - more debugging info
34 - More changes to avoid the `echo -e' problem
35 - Add more tests: fcntl.h AC_TYPE_*, AC_FUNC_GETPGRP
36 - Back out -lPW test.
37 - More paranoid xpm test
38 - Put version information in version.sh instead of version.el
39 - Make quoted pre-processor string tokens out of all macro values
40 to be used only by configure.
41 * xmu.c: DON'T use Xos.h
42 * sysdep.c (wait_for_termination):
43 * search.c:
44 * editfns.c:
45 * console-*:
46
47 1997-06-18 Steven L Baur <steve@altair.xemacs.org>
48
49 * unexelfsgi.c: Some things that Needed To Be Done(tm) into
50 unexelfsgi:
51 - support for .sbss section (no more -G 0 needed, 0.00001% speed
52 increase)
53 - support for Elf64 (64bits executables)
54 From Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>
55
56 * fns.c (Fmapvector): New function converted from Lisp.
57 From Hrvoje Niksic <hniksic@srce.hr>
58
59 Wed Jun 18 16:42:10 1997 Steven L Baur <steve@altair.xemacs.org>
60
61 * Makefile.in.in: Convert two missed C style comments.
62 (LIBES): Remove LIBS_DEBUG which is no longer defined.
63 (LIBES): lwlibs_libs was misspelled.
64
65 1997-06-17 Hrvoje Niksic <hniksic@srce.hr>
66
67 * eval.c (vars_of_eval): New variable Vdebug_ignored_errors.
68 (skip_debugger): New function; use Vdebug_ignored_errors.
69 (signal_call_debugger): Use it.
70
71 1997-06-17 Steven L Baur <steve@altair.xemacs.org>
72
73 * emacs.c (vars_of_emacs): Moved symbols emacs-version,
74 emacs-major-version, and emacs-minor-version from version.el to
75 here.
76
77 * general.c (syms_of_general): New symbols and, not, and or.
78
79 * emacsfns.h: New symbols Qand, Qnot, Qor.
80
81 * Makefile.in.in: Call temacs to compute lisp libraries to
82 include in the DOC file.
83
84 1997-06-15 Steven L Baur <steve@altair.xemacs.org>
85
86 * Makefile.in.in (lisp): Remove explicit mention of auto-autoloads.el.
87
88 Sat Jun 14 21:55:27 1997 Kyle Jones <kyle_jones@wonderworks.com>
89
90 * console.c (Fselect_console):
91 Check DEVICE_SELECTED_FRAME of console's selected
92 device for non-nil value before using it as a frame.
93
1 1997-06-13 Steven L Baur <steve@altair.xemacs.org> 94 1997-06-13 Steven L Baur <steve@altair.xemacs.org>
2 95
3 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid 96 * data.c (eq_with_ebola_notice): Remove horrible hack to avoid
4 unavoidable Ebola notices in the bytecompiler. 97 unavoidable Ebola notices in the bytecompiler.
5 98
288 381
289 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org> 382 Sat May 17 19:35:48 1997 Steven L Baur <steve@altair.xemacs.org>
290 383
291 * device-tty.c (tty_asynch_device_change): Make 384 * device-tty.c (tty_asynch_device_change): Make
292 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic. 385 `no-redraw-on-reenter' work. Patch from Hrvoje Niksic.
293
294 Wed Apr 23 16:03:20 1997 Hrvoje Niksic <hniksic@srce.hr>
295
296 * eval.c (skip_debugger): New function.
297 (signal_call_debugger): Use it.
298 386
299 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr> 387 Sat May 17 23:39:03 1997 Hrvoje Niksic <hniksic@srce.hr>
300 388
301 * frame-tty.c: Support multiple frames. 389 * frame-tty.c: Support multiple frames.
302 390