Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:26:29 +0200 |
| parents | 8efd647ea9ca |
| children | b2472a1930f2 |
comparison
equal
deleted
inserted
replaced
| 266:18d185df8c54 | 267:966663fcf606 |
|---|---|
| 1 1998-03-25 Kirill M. Katsnelson <kkm@kis.ru> | |
| 2 | |
| 3 * process.c (Fprocess_send_eof): Close output stream before | |
| 4 deleting stream pair. | |
| 5 (deactivate_process): Ditto, both input and output streams. | |
| 6 | |
| 7 * event-unixoid.c (event_stream_unixoid_delete_stream_pair): Do | |
| 8 not close passed lstreams. | |
| 9 | |
| 10 1998-03-24 Kirill M. Katsnelson <kkm@kis.ru> | |
| 11 | |
| 12 * fileio.c (Ffile_readable_p): GC protect fix, MS Windows specific. | |
| 13 | |
| 14 Mon Mar 23 22:14:12 1998 Andy Piper <andyp@parallax.co.uk> | |
| 15 | |
| 16 * configure.in: compile in glyphs-msw.o when compiling fopr | |
| 17 mswindows. | |
| 18 | |
| 19 Mon Mar 23 22:14:12 1998 Andy Piper <andyp@parallax.co.uk> | |
| 20 | |
| 21 * msw-glyphs.el: add support for xpm and bmp. change | |
| 22 eval-and-compile to progn. | |
| 23 | |
| 24 Mon Mar 23 22:14:12 1998 Andy Piper <andyp@parallax.co.uk> | |
| 25 | |
| 26 * Makefile.in.in: fastdump - new target for dumping bypassing | |
| 27 bytecompilation, DOC. Add dependencies for glyphs-msw.o. Move | |
| 28 imgproc.o to object list. | |
| 29 | |
| 30 * glyphs-msw.h: | |
| 31 * glyphs-msw.c: new files adding support for xpm and bmp and | |
| 32 EImages. | |
| 33 | |
| 34 * redisply-msw.c: add support for outputing color pixmaps. | |
| 35 | |
| 36 * console-msw.h: add bitspixel field to mswindows frame. | |
| 37 | |
| 38 * device-msw.c: initialise bitspixel field in mswindows frame. | |
| 39 | |
| 40 * glyphs-x.c (xpm_instantiate): call mswindows_xpm_instantiate if | |
| 41 the device type is mswindows. | |
| 42 | |
| 43 * emacs.c: call glyphs-msw.c init functions if compiling with | |
| 44 mswindows. | |
| 45 | |
| 46 * symsinit.h: add prototypes for glyphs-msw.c functions. | |
| 47 | |
| 48 * sheap.c: make includes src-dir compliant. | |
| 49 | |
| 50 * events.c: remove cygwin ^H <-> erase hack. | |
| 51 | |
| 52 * s/cygwin32.h: remove NOMULTIPLEJOBS defn. | |
| 53 | |
| 54 1998-03-24 P. E. Jareth Hein <jareth@camelot-soft.com> | |
| 55 | |
| 56 * glyphs-x.c (my_jpeg_output_message): Added new function to redirect | |
| 57 any error/warning messages from the jpeg library to XEmacs. Also | |
| 58 get rid of an unneeded temp variable in the tiff code. | |
| 59 | |
| 60 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
| 61 | |
| 62 * insdel.c (fixup_internal_substring): Protect asserts with #ifdef | |
| 63 ERROR_CHECK_BUFPOS. | |
| 64 | |
| 65 * minibuf.c (scmp_1): c1 and c2 are Emchar, not Bufbyte. | |
| 66 (Ftry_completion): Fixed typo. | |
| 67 | |
| 68 * dired.c (file_name_completion): Removed `readfunc', a remnant of | |
| 69 dead VMS code. | |
| 70 | |
| 71 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
| 72 | |
| 73 * dired.c (Fdirectory_files): Simplify logic. | |
| 74 | |
| 75 * symbols.c (reject_constant_symbols): Allow setting a keyword's | |
| 76 function slot. | |
| 77 | |
| 78 1998-03-23 Hrvoje Niksic <hniksic@srce.hr> | |
| 79 | |
| 80 * lread.c (readevalloop): Don't specbind Qstandard_input to | |
| 81 READCHARFUN. | |
| 82 | |
| 83 1998-03-09 Hrvoje Niksic <hniksic@srce.hr> | |
| 84 | |
| 85 * wid-edit.el (widget-choice-action): Remember user's explicit | |
| 86 choice. | |
| 87 (widget-choice-value-create): Respect it. | |
| 88 From Richard Stallman <rms@gnu.org> | |
| 89 | |
| 90 1998-03-09 Hrvoje Niksic <hniksic@srce.hr> | |
| 91 | |
| 92 * lread.c (read_atom): Ditto. | |
| 93 | |
| 94 * symbols.c (reject_constant_symbols): Do the keyword stunts only | |
| 95 if the symbol is in Vobarray. | |
| 96 | |
| 97 * symbols.c (reject_constant_symbols): Signal error when | |
| 98 attempting to assign a value to a keyword, unless the value is the | |
| 99 keyword itself. | |
| 100 | |
| 101 * symbols.c (Fintern): Initialize symbol's ->obarray to t only | |
| 102 when OBARRAY is Vobarray. | |
| 103 | |
| 104 1998-03-21 Hrvoje Niksic <hniksic@srce.hr> | |
| 105 | |
| 106 * events.c (Fmake_event): Allow creation of misc-user-events. | |
| 107 | |
| 108 1998-03-23 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 109 | |
| 110 * config.h.in, emacs.c: Changed allow-site-lisp to | |
| 111 inhibit-site-lisp. Made -no-autoloads set inhibit-site-lisp. | |
| 112 | |
| 113 1998-03-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 114 | |
| 115 * <Today>: The Big Path Searching Overhaul. | |
| 116 | |
| 117 * symsinit.h: Added declaration for complex_vars_of_emacs in | |
| 118 emacs.c. | |
| 119 | |
| 120 * paths.h.in: Adjusted the comments to reality as dictated by | |
| 121 configure. | |
| 122 | |
| 123 * filelock.c (complex_vars_of_filelock): Added support for lock | |
| 124 directories passed in from configure. | |
| 125 | |
| 126 * emacs.c (complex_vars_of_emacs): Added all relevant installation | |
| 127 paths passed from configure. They all have the prefix "configure-" now. | |
| 128 | |
| 129 * config.h.in: Added HAVE_SITE_LISP configuration option. | |
| 130 | |
| 131 * callproc.c (init_callproc): Ripped out all the bogus path setup. | |
| 132 | |
| 133 * Makefile.in.in: Updated all calls of "temacs -l" with absolute | |
| 134 file names because auf the more minimalistic load-path setup in | |
| 135 lread.c. Also set EMACSBOOTSTRAPLOADPATH on calling temacs rather | |
| 136 than EMACSLOADPATH because EMACSLOADPATH is now more persistent than | |
| 137 before. | |
| 138 | |
| 139 * lread.c (init_lread): Ripped out bogus load-path setup. | |
| 140 | |
| 141 1998-03-21 Kyle Jones <kyle_jones@wonderworks.com> | |
| 142 | |
| 143 * frame.h: Move the check for an initialize_frame_toolbars | |
| 144 method into FRAME_RAW_REAL_TOOLBAR_VISIBLE to avoid getting | |
| 145 clunked by toolbar-less builds. | |
| 146 | |
| 147 1998-03-20 SL Baur <steve@altair.xemacs.org> | |
| 148 | |
| 149 * m/powerpc.h (LD_SWITCH_MACHINE): Fix path to ppc.ldscript. | |
| 150 | |
| 151 1998-03-16 Hrvoje Niksic <hniksic@srce.hr> | |
| 152 | |
| 153 * redisplay.c (window_line_number_buf): Made it larger. | |
| 154 | |
| 155 * opaque.c (print_opaque): Ditto. | |
| 156 | |
| 157 * lstream.c (print_lstream): Avoid `%p'. | |
| 158 | |
| 159 * keymap.c (ensure_meta_prefix_char_keymapp): Use | |
| 160 error_with_frob(). | |
| 161 | |
| 162 * input-method-xlib.c (EmacsXtCvtStringToXIMStyles): Allocate buf | |
| 163 dynamically. | |
| 164 | |
| 165 * event-Xt.c (describe_event_window): Allocate buf dynamically. | |
| 166 | |
| 167 * doc.c (Fsubstitute_command_keys): Warn of sprintf(). | |
| 168 | |
| 169 * device-x.c (x_init_device): Allocate path dynamically. | |
| 170 (x_init_device): Allocate buf1 and buf2 dynamically. | |
| 171 | |
| 172 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
| 173 | |
| 174 * ExternalShell.c (GetGeometry): Use a larger buffer for | |
| 175 sprintf(). | |
| 176 | |
| 177 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru> | |
| 178 | |
| 179 * redisplay.c (point_would_be_visible): Fix | |
| 180 window::line_cache_validation_override reference counter. | |
| 181 (start_with_line_at_pixpos): Ditto. | |
| 182 | |
| 183 1998-03-20 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | |
| 184 | |
| 185 * insdel.c (bytecount_to_charcount): Use 'L' suffix on long | |
| 186 constants probably too large for an int. | |
| 187 | |
| 188 1998-03-18 Hrvoje Niksic <hniksic@srce.hr> | |
| 189 | |
| 190 * lread.c (read_atom_0): Signal Qend_of_file if readcharfun | |
| 191 returned -1. | |
| 192 (read_escape): Ditto. | |
| 193 (FSF_LOSSAGE): Ditto. | |
| 194 | |
| 195 1998-03-20 SL Baur <steve@altair.xemacs.org> | |
| 196 | |
| 197 * emacs.c: path-separator (and parse-colon-path) moved from Lisp | |
| 198 into C because we need it for early initialization. | |
| 199 | |
| 200 * Makefile.in.in (libmcheck): Add. | |
| 201 | |
| 202 * config.h.in: Add HAVE_LIBMCHECK and HAVE_MCHECK_H. | |
| 203 | |
| 204 * hash.c (grow_hashtable): Fix tests to compare against | |
| 205 Qnull_pointer since this function may be called before any symbols | |
| 206 or the Lisp engine is initialized. | |
| 207 | |
| 208 * emacs.c (main_1): Restore usage of free-hook.c. | |
| 209 | |
| 210 * free-hook.c (check_realloc): Change aborts to printfs. | |
| 211 (check_free): Ditto. | |
| 212 | |
| 213 1998-03-18 SL Baur <steve@altair.xemacs.org> | |
| 214 | |
| 215 * emacs.c (Fkill_emacs): Use LIST_LOOP_DELETING because our | |
| 216 control variable is being modified underneath us. | |
| 217 - Avoid calling delete_console_internal on stream consoles. | |
| 218 | |
| 219 * console-tty.c (free_tty_console_struct): NULL out pointers after | |
| 220 xfree'ing. | |
| 221 | |
| 222 * console-stream.c (allocate_stream_console_struct): Fix memory | |
| 223 leak -- if the stream_console struct is already allocated, don't | |
| 224 reallocate it. | |
| 225 (free_stream_console_struct): Don't leave dangling freed pointer | |
| 226 around. | |
| 227 | |
| 228 * redisplay-output.c (redisplay_redraw_cursor): Fully bracket. | |
| 229 | |
| 230 1998-03-17 SL Baur <steve@altair.xemacs.org> | |
| 231 | |
| 232 * frame.c (delete_frame_internal): Correct check. | |
| 233 | |
| 234 * imgproc.c: Include <config.h>. | |
| 235 | |
| 1 1998-03-13 P. E. Jareth Hein <jareth@camelot-soft.com> | 236 1998-03-13 P. E. Jareth Hein <jareth@camelot-soft.com> |
| 2 | 237 |
| 3 * glyphs-x.c: fix for upside-down TIFFs. | 238 * glyphs-x.c: fix for upside-down TIFFs. |
| 4 | 239 |
| 5 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru> | 240 1998-03-14 Kirill M. Katsnelson <kkm@kis.ru> |
| 62 doc string. | 297 doc string. |
| 63 | 298 |
| 64 (Fscroll_down): Dropped support for | 299 (Fscroll_down): Dropped support for |
| 65 signal-error-on-buffer-boundary. Added details to doc | 300 signal-error-on-buffer-boundary. Added details to doc |
| 66 string. | 301 string. |
| 67 | |
| 68 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com> | |
| 69 | |
| 70 * keydefs.el: Changed keybindings of forward-char, | |
| 71 backward, scroll-up and scroll-down to point to their | |
| 72 -command counterparts. | |
| 73 | |
| 74 * simple.el: New functions: forwarc-char-command, | |
| 75 backwrad-char-command, scroll-up-command, | |
| 76 scroll-down-command which work liek their counterparts | |
| 77 except that they honor the variable | |
| 78 signal-error-on-buffer-boundary. | |
| 79 | |
| 80 Definition of signal-error-on-buffer-boundary received | |
| 81 from src/cmds.c. | |
| 82 | |
| 83 defvar declaration added for word-across-newline to avoid | |
| 84 byte-compiler warning about the free variable reference. | |
| 85 | 302 |
| 86 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com> | 303 1998-03-15 Kyle Jones <kyle_jones@wonderworks.com> |
| 87 | 304 |
| 88 * redisplay-tty.c (tty_clear_frame): Record that the | 305 * redisplay-tty.c (tty_clear_frame): Record that the |
| 89 real location of teh cursor has been moved to 0,0. | 306 real location of teh cursor has been moved to 0,0. |
