Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 11:44:37 +0200 |
| parents | 223736d75acb |
| children | 5aa1854ad537 |
comparison
equal
deleted
inserted
replaced
| 461:120ed4009e51 | 462:0784d089fdc9 |
|---|---|
| 1 2001-03-21 Martin Buchholz <martin@xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.2.46 "Urania" is released. | |
| 4 | |
| 5 2001-03-20 Dan Holmsand <dan@eyebee.com> | |
| 6 | |
| 7 * realpath.c (xrealpath): Make file-truename work with symlinks to | |
| 8 /cygdrive paths on cygwin. Always lowercase drive-letters on | |
| 9 native windows. | |
| 10 (cygwin_readlink): Don't try to find canonical filename unless | |
| 11 file exists. | |
| 12 | |
| 13 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> | |
| 14 | |
| 15 * ChangeLog: Log GTK merge. | |
| 16 | |
| 17 * dumper.c: | |
| 18 * select-x.c: | |
| 19 * specifier.c: | |
| 20 * symeval.h: | |
| 21 Revert gratuitous whitespace changes from GTK merge. | |
| 22 | |
| 23 * emacs.c: Document end of complex #ifdef @ l. 1495. | |
| 24 | |
| 25 | |
| 26 2001-03-12 Andy Piper <andy@xemacs.org> | |
| 27 | |
| 28 * mingw32.h: unfortunately cygnus changed mingw32 -> mingw so we | |
| 29 have to do likewise. | |
| 30 | |
| 31 2001-03-12 Andy Piper <andy@xemacs.org> | |
| 32 | |
| 33 * sysdep.c: we only support mingw now. | |
| 34 | |
| 35 2001-03-09 Andy Piper <andy@xemacs.org> | |
| 36 | |
| 37 * unexcw.c (copy_executable_and_dump_data_section): making approx | |
| 38 overrun a warning only. | |
| 39 | |
| 40 2001-03-10 William M. Perry <wmperry@aventail.com> | |
| 41 | |
| 42 * faces.c (complex_vars_of_faces): Rewrote the font mucking to | |
| 43 satisfy Stephen's identical-after-cpp plea. | |
| 44 | |
| 45 2001-03-02 Ben Wing <ben@xemacs.org> | |
| 46 | |
| 47 * cmds.c: | |
| 48 * cmds.c (Fforward_char): | |
| 49 * syntax.c: | |
| 50 * window.c: | |
| 51 | |
| 52 Augment documentation of the most common motion commands to make | |
| 53 note of the shifted-motion support. | |
| 54 | |
| 55 2001-03-02 Ben Wing <ben@xemacs.org> | |
| 56 | |
| 57 * nt.c (mswindows_fstat): | |
| 58 * nt.c (mswindows_stat): | |
| 59 * search.c (boyer_moore): | |
| 60 Fix compile warnings under Windows. | |
| 61 | |
| 62 * sysdep.c (sys_readdir): | |
| 63 Fix buggy filename-conversion code under Mule. | |
| 64 | |
| 65 2001-03-09 William M. Perry <wmperry@aventail.com> | |
| 66 | |
| 67 * Makefile.in.in: | |
| 68 * config.h.in: | |
| 69 * console.c: | |
| 70 * console.h: | |
| 71 * device.c: | |
| 72 * device.h: | |
| 73 * dragdrop.c: | |
| 74 * emacs.c: | |
| 75 * event-stream.c: | |
| 76 * events.c: | |
| 77 * events.h: | |
| 78 * faces.c: | |
| 79 * frame.h: | |
| 80 * general-slots.h: | |
| 81 * glyphs.c: | |
| 82 * gutter.c: | |
| 83 * inline.c: | |
| 84 * lisp.h: | |
| 85 * lrecord.h: | |
| 86 * make-src-depend: | |
| 87 * redisplay-output.c: | |
| 88 * redisplay.c: | |
| 89 * symsinit.h: | |
| 90 * sysfile.h: | |
| 91 * toolbar.c: | |
| 92 * window.c: | |
| 93 The Great GTK Merge. | |
| 94 | |
| 95 * ChangeLog.GTK: | |
| 96 * console-gtk.c: | |
| 97 * console-gtk.h: | |
| 98 * device-gtk.c: | |
| 99 * emacs-marshals.c: | |
| 100 * emacs-widget-accessors.c: | |
| 101 * event-gtk.c: | |
| 102 * frame-gtk.c: | |
| 103 * gccache-gtk.c: | |
| 104 * gccache-gtk.h: | |
| 105 * glade.c: | |
| 106 * glyphs-gtk.c: | |
| 107 * glyphs-gtk.h: | |
| 108 * gtk-glue.c: | |
| 109 * gtk-xemacs.c: | |
| 110 * gtk-xemacs.h: | |
| 111 * gui-gtk.c: | |
| 112 * gui-gtk.h: | |
| 113 * menubar-gtk.c: | |
| 114 * native-gtk-toolbar.c: | |
| 115 * objects-gtk.c: | |
| 116 * objects-gtk.h: | |
| 117 * redisplay-gtk.c: | |
| 118 * scrollbar-gtk.c: | |
| 119 * scrollbar-gtk.h: | |
| 120 * select-gtk.c: | |
| 121 * toolbar-gtk.c: | |
| 122 * ui-byhand.c: | |
| 123 * ui-gtk.c: | |
| 124 * ui-gtk.h: | |
| 125 The Great GTK Merge: new files. | |
| 126 | |
| 127 2001-02-26 Ben Wing <ben@xemacs.org> | |
| 128 | |
| 129 Reapplied Lstream change. | |
| 130 | |
| 131 2001-02-26 Ben Wing <ben@xemacs.org> | |
| 132 | |
| 133 Undid the last change, since it is more controversial than I | |
| 134 thought. It should be back in at some point soon. | |
| 135 | |
| 136 2001-02-25 Ben Wing <ben@xemacs.org> | |
| 137 | |
| 138 * buffer.c: | |
| 139 * callproc.c (Fold_call_process_internal): | |
| 140 * event-msw.c (ntpipe_slurp_reader): | |
| 141 * event-msw.c (ntpipe_shove_writer): | |
| 142 * event-msw.c (winsock_reader): | |
| 143 * event-msw.c (winsock_writer): | |
| 144 * file-coding.c: | |
| 145 * file-coding.c (detect_eol_type): | |
| 146 * file-coding.c (detect_coding_type): | |
| 147 * file-coding.c (determine_real_coding_system): | |
| 148 * file-coding.c (Fdetect_coding_region): | |
| 149 * file-coding.c (decoding_reader): | |
| 150 * file-coding.c (decoding_writer): | |
| 151 * file-coding.c (mule_decode): | |
| 152 * file-coding.c (Fdecode_coding_region): | |
| 153 * file-coding.c (encoding_reader): | |
| 154 * file-coding.c (encoding_writer): | |
| 155 * file-coding.c (mule_encode): | |
| 156 * file-coding.c (Fencode_coding_region): | |
| 157 * file-coding.c (detect_coding_sjis): | |
| 158 * file-coding.c (decode_coding_sjis): | |
| 159 * file-coding.c (encode_coding_sjis): | |
| 160 * file-coding.c (detect_coding_big5): | |
| 161 * file-coding.c (decode_coding_big5): | |
| 162 * file-coding.c (encode_coding_big5): | |
| 163 * file-coding.c (detect_coding_ucs4): | |
| 164 * file-coding.c (decode_coding_ucs4): | |
| 165 * file-coding.c (encode_coding_ucs4): | |
| 166 * file-coding.c (detect_coding_utf8): | |
| 167 * file-coding.c (decode_coding_utf8): | |
| 168 * file-coding.c (encode_coding_utf8): | |
| 169 * file-coding.c (detect_coding_iso2022): | |
| 170 * file-coding.c (decode_coding_iso2022): | |
| 171 * file-coding.c (encode_coding_iso2022): | |
| 172 * file-coding.c (decode_coding_no_conversion): | |
| 173 * file-coding.c (encode_coding_no_conversion): | |
| 174 * glyphs-x.c (write_lisp_string_to_temp_file): | |
| 175 * gpmevent.c (tty_get_foreign_selection): | |
| 176 * lisp.h: | |
| 177 * lstream.c: | |
| 178 * lstream.c (Lstream_flush_out): | |
| 179 * lstream.c (Lstream_adding): | |
| 180 * lstream.c (Lstream_write_1): | |
| 181 * lstream.c (Lstream_write): | |
| 182 * lstream.c (Lstream_raw_read): | |
| 183 * lstream.c (Lstream_read_more): | |
| 184 * lstream.c (Lstream_read): | |
| 185 * lstream.c (Lstream_unread): | |
| 186 * lstream.c (Lstream_fputc): | |
| 187 * lstream.c (stdio_reader): | |
| 188 * lstream.c (stdio_writer): | |
| 189 * lstream.c (filedesc_reader): | |
| 190 * lstream.c (filedesc_writer): | |
| 191 * lstream.c (lisp_string_reader): | |
| 192 * lstream.c (struct fixed_buffer_stream): | |
| 193 * lstream.c (make_fixed_buffer_input_stream): | |
| 194 * lstream.c (make_fixed_buffer_output_stream): | |
| 195 * lstream.c (fixed_buffer_reader): | |
| 196 * lstream.c (fixed_buffer_writer): | |
| 197 * lstream.c (struct resizing_buffer_stream): | |
| 198 * lstream.c (resizing_buffer_writer): | |
| 199 * lstream.c (dynarr_writer): | |
| 200 * lstream.c (lisp_buffer_reader): | |
| 201 * lstream.c (lisp_buffer_writer): | |
| 202 * lstream.h: | |
| 203 * lstream.h (lstream_implementation): | |
| 204 * lstream.h (struct lstream): | |
| 205 * md5.c (Fmd5): | |
| 206 * process-nt.c (nt_send_process): | |
| 207 * process-unix.c (unix_send_process): | |
| 208 | |
| 209 Correct Lstream lossage due to mixing of signed and unsigned | |
| 210 quantities. All Lstream uses of size_t and ssize_t are now a | |
| 211 single signed data type Lstream_data_count. This fixes problems | |
| 212 under Windows with sending large quantities of data to a process, | |
| 213 and may well fix other subtle bugs. | |
| 214 | |
| 1 2001-02-23 Martin Buchholz <martin@xemacs.org> | 215 2001-02-23 Martin Buchholz <martin@xemacs.org> |
| 2 | 216 |
| 3 * XEmacs 21.2.45 "Thelxepeia" is released. | 217 * XEmacs 21.2.45 "Thelxepeia" is released. |
| 4 | 218 |
| 5 2001-02-21 Martin Buchholz <martin@xemacs.org> | 219 2001-02-21 Martin Buchholz <martin@xemacs.org> |
