Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 65c19d2020f7 |
children | 405dd6d1825b |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
1 1998-02-25 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * file-coding.c (setup_eol_coding_systems): Unix/Binary sub | |
4 coding-system display should default to the empty string. | |
5 - Use '(t)' for Mac/Text mode. | |
6 | |
7 Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk> | |
8 | |
9 * Makefile.in.in: make sure clean removes msw executables. This | |
10 prevents the build stalling after puresize has been adjusted. Add | |
11 file-coding.o to list of objects. | |
12 | |
13 * buffer.c: | |
14 * buffer.h: | |
15 * bufslots.h: | |
16 * callproc.c: | |
17 * console-tty.c: | |
18 * emacs.c: | |
19 * event-Xt.c: | |
20 * event-stream.c: | |
21 * glyphs-x.c: | |
22 * lread.c: | |
23 * md5.c: | |
24 * mule-canna.c: | |
25 * mule-ccl.c: | |
26 * process.c: | |
27 * redisplay-x.c: | |
28 * redisplay.c: remove #ifdef MULE's from stuff that relates to | |
29 file-coding. include file-coding.h rather than mule-coding.h | |
30 where applicable. | |
31 | |
32 * mule-coding.c: #if 0 out functionality until file-coding is | |
33 split up. | |
34 | |
35 * file-coding.h: | |
36 * file-coding.c: new files. copies of mule-coding.h and | |
37 mule-coding.c. The mule case is unchanged. The non-mule case | |
38 removes coding relating to other charsets - iso2022, big5, sjis, | |
39 ccl. (setup_eol_coding_systems) add the eol type to the subsidiary | |
40 coding system mnemonics so that it shows on the modeline, | |
41 currently (B) for unix style (T) for mac and dos styles. | |
42 | |
43 * fileio.c: remove #ifdef MULE's from stuff that relates to | |
44 file-coding. include file-coding.h rather than mule-coding.h where | |
45 applicable. FSFMACS_SPEEDY_INSERT is gone since file coding is | |
46 always on. | |
47 | |
48 * sheap.c: (more_static_core) remove spurious \n's from error | |
49 message. | |
50 | |
51 1998-02-25 Kyle Jones <kyle_jones@wonderworks.com> | |
52 | |
53 * lisp-disunion.h: Added XUINT macro. | |
54 | |
55 * lisp-union.h: Added XUINT macro. | |
56 | |
57 * data.c (Flsh): Used XUINT instead of XINT to | |
58 extract the value of the first argument to avoid sign | |
59 extension of the result. | |
60 | |
61 1998-02-25 SL Baur <steve@altair.xemacs.org> | |
62 | |
63 * s/decosf4-0.h: Add -D_BSD. | |
64 From Tore Olsen <toreo@tihlde.hist.no> | |
65 | |
66 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
67 | |
68 * device-x.c (x_init_device): allow `x-emacs-application-class' to | |
69 be nil prior to connecting to the X server. When this is the | |
70 case, the application class is chosen based on whether the user | |
71 has any resources with application class `XEmacs' set in the | |
72 resource database. | |
73 (vars_of_device_x): make x-emacs-application-class nil by default | |
74 and document new behavior in its doc string. | |
75 | |
76 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
77 | |
78 * menubar.c: Doc fix: suffix can be form. | |
79 | |
80 * gui.c (gui_parse_item_keywords): Allow button descriptors | |
81 at least 2 long. | |
82 (gui_item_display_flush_left): Suffix can be form. | |
83 | |
84 * gui-x.c (button_item_to_widget_value): Allow button descriptors | |
85 at least 2 long. | |
86 (button_item_to_widget_value): Suffix can be form. | |
87 | |
88 1998-02-24 SL Baur <steve@altair.xemacs.org> | |
89 | |
90 * s/sol2.h: define HAVE_GETLOADAVG for late edition Solaris | |
91 From Georg Nikodym <georgn@Canada.Sun.COM> | |
92 | |
93 1998-02-24 Didier Verna <verna@inf.enst.fr> | |
94 | |
95 * redisplay.c (generate_fstring_runes): fixed the modeline | |
96 scrolling lossage (the % constructs appearing in the | |
97 modeline). Now that we can have negative positions and boundaries, | |
98 max_pos == -1 can't mean 'no limit' anymore. Me, stupido! | |
99 (add_string_to_fstring_db_runes): Ditto. | |
100 (add_glyph_to_fstring_db_runes): Ditto. | |
101 | |
102 1998-02-19 Jim Radford <radford@robby.caltech.edu> | |
103 | |
104 * sysdep.c: Don't clobber SIGIO event flags we don't care about. | |
105 * device.h: removed old_sigio_flag, sigio_enabled from device | |
106 Secretly (on Solaris) F_SETOWN calls I_SETSIG. We unknowingly | |
107 clobbered the changes so restoring the owner would cause | |
108 F_SETOWN's I_SETSIG to fail therby causing an annoying syslog | |
109 message. Changed FASYNC version to match (untested). | |
110 | |
111 1998-02-22 SL Baur <steve@altair.xemacs.org> | |
112 | |
113 * emacs.c (main): Enable mmap for glibc-2.1 and Linux libc5. | |
114 Enable mmap only for non-Mule for glibc-2.0. | |
115 | |
116 1998-02-21 SL Baur <steve@altair.xemacs.org> | |
117 | |
118 * config.h.in: Define _NO_MALLOC_WARNING_ if using dlmalloc from | |
119 Linux libc5. | |
120 | |
1 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> | 121 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> |
2 | 122 |
3 * emacs.c: declare hooks only if !DOUG_LEA_MALLOC since the | 123 * emacs.c: declare hooks only if !DOUG_LEA_MALLOC since the |
4 declaration conflicts with glibc's own. | 124 declaration conflicts with glibc's own. |
5 | 125 |