Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:04:33 +0200 |
| parents | b9518feda344 |
| children | c0c698873ce1 |
comparison
equal
deleted
inserted
replaced
| 73:e2d7a37b7c8d | 74:54cc21c15cbb |
|---|---|
| 1 Fri Dec 20 19:21:56 1996 Steven L Baur <steve@altair.xemacs.org> | |
| 2 | |
| 3 * Makefile.in.in (lisp): Remove cc-mode as a dumped package. | |
| 4 | |
| 5 * keymap.c (define_key_check_and_coerce_keysym): Make obsolete | |
| 6 binding of kp_.* not lose. | |
| 7 | |
| 8 * bitmaps.h: Add left & right arrows to show extended lines. | |
| 9 | |
| 10 Fri Dec 20 15:32:53 1996 David Moore <dmoore@UCSD.EDU> | |
| 11 | |
| 12 * event-stream.c (event_stream_wakeup_pending_p): New function. | |
| 13 (Faccept_process_output): Fix timeout handling race conditions. | |
| 14 (Fsleep_for): Ditto. | |
| 15 (Fsit_for): Ditto. | |
| 16 | |
| 17 Thu Dec 19 22:25:26 1996 Steve Carney <carney@gvc.dec.com> | |
| 18 | |
| 19 * cmds.c (Fbeginning_of_line): Adjust for 64 bit machines. | |
| 20 | |
| 21 Thu Dec 19 00:44:10 1996 Bart Robinson <lomew@cs.utah.edu> | |
| 22 | |
| 23 * syssignal.h: The declaration of SIGTYPE shouldn't be protected | |
| 24 by HAVE_SIGPROCMASK. | |
| 25 | |
| 26 Wed Dec 18 20:40:21 1996 Martin Buchholz <mrb@eng.sun.com> | |
| 27 | |
| 28 * dgif_lib.c: Miscellaneous cleanup, including removing signed | |
| 29 bitfields. | |
| 30 | |
| 31 * mule-charset.h: Change charset names. | |
| 32 | |
| 33 * mule-coding.c (struct iso2022_decoder): Uniform unsigned bitfields. | |
| 34 Change charset names. | |
| 35 | |
| 36 * mule-charset.c: Change charset names. | |
| 37 | |
| 38 * mule-canna.c: Change charset names. | |
| 39 | |
| 40 * EmacsShell-sub.c: Ansify and reformat. | |
| 41 | |
| 42 * console-tty.h (struct tty_console): Uniform unsigned bitfields. | |
| 43 | |
| 44 * glyphs-x.c: Ansify. | |
| 45 | |
| 46 * specifier.c: Use lisp_fn_t. | |
| 47 | |
| 48 * EmacsShell.c: Ansify. | |
| 49 | |
| 50 * vm-limit.c: Ansify. | |
| 51 | |
| 52 * emacsfns.h: Use lisp_fn_t. | |
| 53 | |
| 54 * lstream.c (struct filedesc_stream): Unsigned int bitfields. | |
| 55 | |
| 56 * xselect.c (hack_motif_clipboard_selection): Change charset name. | |
| 57 (Fx_store_cutbuffer_internal): Change charset name. | |
| 58 | |
| 59 * ralloc.c: Ansify and clean up. | |
| 60 | |
| 61 * frame.h (struct frame): Uniform unsigned bit fields. | |
| 62 | |
| 63 * event-Xt.c: Documentation change. | |
| 64 | |
| 65 * lisp.h: Introduce lisp_fn_t. | |
| 66 Remove SunPro C compiler warning message workaround. | |
| 67 | |
| 68 * xmu.c: Ansify. | |
| 69 | |
| 70 * doprnt.c (struct printf_spec): Use unsigned bitfields. | |
| 71 | |
| 72 * fileio.c: various code formatting changes. | |
| 73 | |
| 74 * eval.c: reorganize primitive funcalls. | |
| 75 | |
| 76 * config.h.in (NeedFunctionPrototypes): Force slightly better type | |
| 77 checking in X header files. | |
| 78 | |
| 79 * Makefile.in.in: #undef i386, move mime-setup.elc?. | |
| 80 | |
| 81 * s/sunos4-0-shr.h: Documentation change. | |
| 82 | |
| 83 * s/sol2.h (__EXTENSIONS__): Add. | |
| 84 Include <setjmp.h> under certain conditions. | |
| 85 | |
| 86 Mon Dec 16 19:13:10 1996 Steven L Baur <steve@altair.xemacs.org> | |
| 87 | |
| 88 * lstream.c (Lstream_pseudo_close): Return status on error. | |
| 89 (Lstream_close): Ditto. (Fixes disk full-no error on write bug). | |
| 90 | |
| 91 Sat Dec 14 16:54:52 1996 Steven L Baur <steve@altair.xemacs.org> | |
| 92 | |
| 93 * glyphs-x.c (jpeg_instantiate): Use file I/O for JPEG loading | |
| 94 because the in-core code is broken. | |
| 95 | |
| 96 Fri Dec 13 16:43:45 1996 Steven L Baur <steve@altair.xemacs.org> | |
| 97 | |
| 98 * device-x.c (x_init_device): Don't make nonexistent X server the | |
| 99 default when running on a tty. | |
| 100 | |
| 101 * event-Xt.c (x_to_emacs_keysym): Rename kp_.* keysyms to be kp-\1. | |
| 102 | |
| 103 * redisplay-tty.c (keys): Rename kp_.* keynames to kp-\1. | |
| 104 | |
| 105 Fri Dec 13 14:48:42 1996 Michael Sperber <sperber@informatik.uni-tuebingen.de> | |
| 106 | |
| 107 * lread.c (Fload_internal): Change arity of call to | |
| 108 file-name-handlers. | |
| 109 | |
| 110 * fileio.c (Finsert_file_contents_internal): Ditto. | |
| 111 | |
| 112 Thu Dec 12 16:55:34 1996 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
| 113 | |
| 114 * cmds.c (Fpoint_at_eol, Fpoint_at_bol): New functions. | |
| 115 (Fend_of_line, Fbeginning_of_line): Use them. | |
| 116 | |
| 1 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com> | 117 Tue Dec 10 11:17:32 1996 Shane Holder <holder@mordor.rsn.hp.com> |
| 2 | 118 |
| 3 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h | 119 * s/hpux9shxr4.h: hpux9shr.h -> hpux9-shr.h |
| 4 | 120 |
| 5 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h | 121 * s/hpux10.h: hpux9shr.h -> hpux9-shr.h |
