Mercurial > hg > xemacs-beta
comparison 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-21 Steven L Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 20.3-beta8 is released. | |
4 | |
5 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> | |
6 | |
7 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c, | |
8 lwlib/lwlib.c: Make 64 bit clean. | |
9 | |
10 1997-06-20 Steven L Baur <steve@altair.xemacs.org> | |
11 | |
12 * etc/gnuserv.1: Updates and cleanup. | |
13 From Hrvoje Niksic <hniksic@srce.hr> | |
14 | |
15 1997-06-19 Martin Buchholz <mrb@eng.sun.com> | |
16 | |
17 * configure.in: | |
18 - Autodetect X defines using xmkmf. | |
19 - Compute rpath on *bsd* systems as well. | |
20 - rewrite PRINT_VAR m4 macro. | |
21 - detect sizes of void* and long long for future use by unex*.c | |
22 | |
23 1997-06-18 Martin Buchholz <mrb@eng.sun.com> | |
24 | |
25 * */Makefile.in.in: Another rewrite | |
26 Make makefiles immune from being mangled by various cpp | |
27 implementations by quoting non-preprocessor directive lines. | |
28 - random cleanup | |
29 - Use $(RM) and $(pwd) macros consistently | |
30 - Add dependencies for balloon-help source files | |
31 - Use getcwd by default instead of getwd. | |
32 * lwlib/config.h: Now includes src/config.h | |
33 * lwlib/*.c: Use config.h, but DON'T use Xos.h | |
34 * lib-src/*.c: Fix compiler warnings | |
35 * lisp/version.el: | |
36 - Put version information in version.sh instead of version.el | |
37 | |
38 Wed Jun 18 16:41:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
39 | |
40 * configure.in (CPP): Remove hardcoding of -L/usr/local/lib | |
41 -I/usr/local/include. | |
42 | |
1 1997-06-14 Steven L Baur <steve@altair.xemacs.org> | 43 1997-06-14 Steven L Baur <steve@altair.xemacs.org> |
2 | 44 |
3 * XEmacs 20.3-beta7 is released. | 45 * XEmacs 20.3-beta7 is released. |
4 | 46 |
5 1997-06-12 Steven L Baur <steve@altair.xemacs.org> | 47 1997-06-12 Steven L Baur <steve@altair.xemacs.org> |
118 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 160 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
119 | 161 |
120 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese | 162 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese |
121 smiley faces. | 163 smiley faces. |
122 | 164 |
165 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> | |
166 | |
167 * lisp/modes/view-less.el: Changed \177 bindings to 'delete | |
168 * lisp/modes/help.el: Changed \177 bindings to 'delete | |
169 | |
170 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> | |
171 | |
172 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to | |
173 the `backward-or-forward-foo' functions. | |
174 * lisp/prim/simple.el: | |
175 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'. | |
176 - Removed `backspace-or-delete-hook' | |
177 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char' | |
178 - Added functions: `backward-or-forward-kill-word' | |
179 `backward-or-forward-kill-sentence' | |
180 `backward-or-forward-kill-sexp' | |
181 - Removed the zmacs hacks from all the `b-or-f-foo' functions and | |
182 began playing nicely with pending-del. | |
183 * lisp/modes/cc-mode.el: | |
184 * lisp/modes/cperl-mode.el: Fixed references to delete functions | |
185 to use the new names. | |
186 | |
123 1997-06-09 Steven L Baur <steve@altair.xemacs.org> | 187 1997-06-09 Steven L Baur <steve@altair.xemacs.org> |
124 | 188 |
125 * XEmacs 20.3-b5 is released. | 189 * XEmacs 20.3-b5 is released. |
126 | 190 |
127 1997-06-08 Steven L Baur <steve@altair.xemacs.org> | 191 1997-06-08 Steven L Baur <steve@altair.xemacs.org> |
172 - Support inline keywords inline, __inline, __inline__ | 236 - Support inline keywords inline, __inline, __inline__ |
173 - Ultrix now implies have_mmap=no | 237 - Ultrix now implies have_mmap=no |
174 - Sun sound in non-standard dirs now works | 238 - Sun sound in non-standard dirs now works |
175 - --native-sound-lib no longer ignored on HP & SGI | 239 - --native-sound-lib no longer ignored on HP & SGI |
176 - gpm configure tests moved after curses configure tests | 240 - gpm configure tests moved after curses configure tests |
241 | |
242 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com> | |
243 | |
244 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the | |
245 desired delete direction in both normal and "hungry" modes. | |
246 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to | |
247 honor the desired delete direction. | |
177 | 248 |
178 1997-05-30 Martin Buchholz <mrb@eng.sun.com> | 249 1997-05-30 Martin Buchholz <mrb@eng.sun.com> |
179 | 250 |
180 * configure.in: Automagically compute -R path for gcc | 251 * configure.in: Automagically compute -R path for gcc |
181 | 252 |
253 1997-05-30 Gary D. Foster <Gary.Foster@corp.sun.com> | |
254 | |
255 * lisp/vm/vm-vars.el: Fixed delete key binding to call | |
256 `vm-scroll-down' | |
257 | |
182 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com> | 258 Thu May 29 15:35:07 1997 Martin Buchholz <mrb@eng.sun.com> |
183 | 259 |
184 * configure.in: Add support for Solaris2.6 -z ignore linker flags | 260 * configure.in: Add support for Solaris2.6 -z ignore linker flags |
185 | 261 |
186 1997-05-29 Martin Buchholz <mrb@eng.sun.com> | 262 1997-05-29 Martin Buchholz <mrb@eng.sun.com> |
187 | 263 |
188 * configure.in: Replace standard Autoconf MMAP test with Neal | 264 * configure.in: Replace standard Autoconf MMAP test with Neal |
189 Becker's replacement, hacked somewhat. | 265 Becker's replacement, hacked somewhat. |
190 | 266 |
267 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com> | |
268 | |
269 * lisp/prim/simple.el: Created `backspace-or-delete' function and | |
270 `backspace-or-delete-hook' | |
271 * lisp/prim/keydefs.el: Changed \177 bindings to point to new | |
272 delete function. | |
273 * lisp/modes/*.el: Removed conflicting \177 bindings. | |
274 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new | |
275 delete bindings. | |
276 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to | |
277 use new delete bindings. | |
278 | |
191 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 279 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
192 | 280 |
193 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule. | 281 * lisp/x11/x-menubar.el (default-menubar): Add menu for Mule. |
194 | 282 |
195 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to | 283 * lisp/mule/mule-cmds.el: Menu for XEmacs were moved to |