Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:31:29 +0200 |
| parents | 6330739388db |
| children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
| 277:cfdf3ff11843 | 278:90d73dddcdc4 |
|---|---|
| 1 1998-04-25 SL Baur <steve@altair.xemacs.org> | |
| 2 | |
| 3 * glyphs-x.c (xface_normalize): Add console_type parameters to | |
| 4 calls to `potential_pixmap_file_instantiator'. | |
| 5 | |
| 6 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk> | |
| 7 | |
| 8 * event-msw.c: fix and enable signal pipe handling when using msg | |
| 9 select(). | |
| 10 | |
| 11 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 12 | |
| 13 * process-unix.c (allocate_pty): Typo fix. | |
| 14 | |
| 15 1998-04-25 Olivier Galibert <galibert@pobox.com> | |
| 16 | |
| 17 * s/irix5-0.h (PTY_OPEN): Ditto | |
| 18 * s/irix4-0.h (PTY_OPEN): Restore the stb variable. | |
| 19 | |
| 20 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 21 | |
| 22 * emacs.c (complex_vars_of_emacs): Typo fixes. | |
| 23 | |
| 24 * emacs.c: Added configure-exec-prefix-directory. | |
| 25 | |
| 26 * paths.h.in: Added PATH_EXEC_PREFIX. | |
| 27 | |
| 28 1998-04-25 Olivier Galibert <galibert@pobox.com> | |
| 29 | |
| 30 * unexelfsgi.c (unexec): Kludge for Irix 5.3 which clears the | |
| 31 .sbss section no matter what. Defensively remove the alignment fix | |
| 32 if the .sbss section type isn't modified (Irix 6.5SE). Remove some | |
| 33 warnings. | |
| 34 | |
| 35 1998-04-24 Martin Buchholz <martin@xemacs.org> | |
| 36 | |
| 37 * data.c (Fnot): There has traditionally been kludgy startup lisp | |
| 38 code that called `null' even if `not' was more appropriate, | |
| 39 because `not' was defined in lisp. This is one primitive | |
| 40 sufficiently important that it should ALWAYS be defined. | |
| 41 | |
| 42 Sat Apr 24 1998 Andy Piper <andyp@parallax.co.uk> | |
| 43 | |
| 44 * Makefile.in.in: add glyphs-eimage.o to build. | |
| 45 | |
| 46 * console.h: added console methods init_image_instance_from_eimage | |
| 47 and locate_pixmap_file. | |
| 48 | |
| 49 * emacs.c: add initialisation for glyphs-eimage.c | |
| 50 | |
| 51 * symsinit.h: declare glyphs-eimage functions. | |
| 52 | |
| 53 * glyphs-eimage.c: New file - generalised eimage support for gif, | |
| 54 tiff, png and jpeg, mainly from glyphs-x.c. | |
| 55 | |
| 56 * glyphs-msw.c: added init_image_instance_from_eimage. Tidied up | |
| 57 file location. | |
| 58 | |
| 59 * glyphs-x.c: disable gif, tiff, png and jpeg support in this | |
| 60 file. Added init_image_instance_from_eimage. Tidied up file | |
| 61 location. | |
| 62 | |
| 63 * glyphs.h: | |
| 64 * glyphs.c: abstract image location. | |
| 65 | |
| 66 Fri Apr 24 19:38:19 1998 Andy Piper <andyp@parallax.co.uk> | |
| 67 | |
| 68 * config.h.in: support our special select | |
| 69 | |
| 70 * event-msw.c: | |
| 71 * toolbar-msw.c: | |
| 72 * console-msw.h: toolbar cleanup. | |
| 73 | |
| 74 * device-msw.c: | |
| 75 * emacs.c: | |
| 76 * frame-msw.c: | |
| 77 * glyphs-msw.h: | |
| 78 * ntplay.c: | |
| 79 * process-unix.c: | |
| 80 * select-msw.c: | |
| 81 * sheap.c: | |
| 82 * s/cygwin32.h: warning elimination. | |
| 83 | |
| 84 1998-04-24 Hrvoje Niksic <hniksic@srce.hr> | |
| 85 | |
| 86 * fns.c (Fload_average): New argument USE_FLOATS. | |
| 87 | |
| 88 * alloc.c (Fstring): New function, synched with FSF 20.3. | |
| 89 | |
| 90 Thu Apr 23 19:38:19 1998 Andy Piper <andyp@parallax.co.uk> | |
| 91 | |
| 92 * unexcw.c: cope with the reversed executable sections written by | |
| 93 binutils-2.9 ld and egcs. | |
| 94 | |
| 95 1998-04-24 Kirill M. Katsnelson <kkm@kis.ru> | |
| 96 | |
| 97 * menubar-msw.c (populate_or_checksum_helper): Fixed to compile | |
| 98 with union type. | |
| 99 | |
| 100 1998-04-23 Hrvoje Niksic <hniksic@srce.hr> | |
| 101 | |
| 102 * fns.c (Fload_average): Respect errno when reporting getloadavg() | |
| 103 errors. | |
| 104 | |
| 105 * getloadavg.c (getloadavg): Cleaner Solaris implementation, based | |
| 106 on sample code by Casper Dik. | |
| 107 | |
| 108 1998-04-23 SL Baur <steve@altair.xemacs.org> | |
| 109 | |
| 110 * frame-x.c (x_delete_frame): remove dead code. | |
| 111 | |
| 112 1998-04-22 SL Baur <steve@altair.xemacs.org> | |
| 113 | |
| 114 * print.c (Falternate_debugging_output): Unconditionally define. | |
| 115 | |
| 116 1998-04-22 Hrvoje Niksic <hniksic@srce.hr> | |
| 117 | |
| 118 * eval.c: Ditto. | |
| 119 | |
| 120 * alloc.c: Ditto. | |
| 121 | |
| 122 * lread.c: Ditto. | |
| 123 | |
| 124 * print.c: Removed standalone hacks. | |
| 125 | |
| 126 1998-04-23 Kirill M. Katsnelson <kkm@kis.ru> | |
| 127 | |
| 128 * toolbar-msw.c (mswindows_clear_toolbar): Fixed wabbit buttons. | |
| 129 (mswindows_output_toolbar): Gave 3D look to toolbars. Still no | |
| 130 pretty, needs more work. | |
| 131 (mswindows_move_toolbar): Renamed so because it does not deal with | |
| 132 redrawing exposed toolbars. | |
| 133 Properly position toolbars. | |
| 134 (mswindows_redraw_exposed_toolbars): Changed calls to the above. | |
| 135 (mswindows_find_toolbar_pos): Do not assert if toolbar not | |
| 136 found: a command can come from a menu. | |
| 137 (mswindows_handle_toolbar_wm_command): Quickly return nil if | |
| 138 toolbar not found. | |
| 139 | |
| 140 1998-04-22 Kirill M. Katsnelson <kkm@kis.ru> | |
| 141 | |
| 142 * device-msw.c (tagINITCOMMONCONTROLSEX): Uniform declaration | |
| 143 between SDK and cygwin. | |
| 144 (mswindows_init_device): InitCommonControls -> | |
| 145 InitCommonControlsEx typo fix. | |
| 146 | |
| 147 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
| 148 | |
| 149 * glyphs-msw.c (EImage2DIBitmap): count the number of bytes correctly. | |
| 150 | |
| 151 Wed Apr 22 12:59:35 1998 Andy Piper <andyp@parallax.co.uk> | |
| 152 | |
| 153 * config.h.in: support for HAVE_MSG_SELECT. | |
| 154 | |
| 155 * console-msw.h: add support for four toolbars. | |
| 156 | |
| 157 * device-msw.c: init common controls. | |
| 158 | |
| 159 * event-msw.c: if HAVE_MSG_SELECT is defined use unixoid event | |
| 160 stream tye callbacks and select() on events rather than MWFMO. | |
| 161 Added event handling for tooltip messages. If you have this | |
| 162 special select then all process support works under cygwin. | |
| 163 | |
| 164 * frame-msw.c: add support for four toolbars. | |
| 165 | |
| 166 * redisplay-msw.c: update toolbars when an area is exposed. | |
| 167 | |
| 168 * signal.c: _WIN32 -> WINDOWSNT. | |
| 169 | |
| 170 * event-stream.c: enable unixoid initialization if we have it. | |
| 171 | |
| 172 * event-unixoid.c: allow us to turn off the signal pipe. | |
| 173 | |
| 174 * toolbar-msw.c: major overhaul. Enable support for all four | |
| 175 toolbars, fix display and sizing problems, enable tooltip support, | |
| 176 be more optimal about deleting toolbars. | |
| 177 | |
| 178 * toolbar.h: reinstate 0 toolbar border width for msw. | |
| 179 | |
| 180 * s/cygwin32.h: minor define updates. | |
| 181 | |
| 182 1998-04-22 Hrvoje Niksic <hniksic@srce.hr> | |
| 183 | |
| 184 * print.c (Falternate_debugging_output): Define only if | |
| 185 DEBUG_XEMACS. | |
| 186 | |
| 187 1998-04-21 Hrvoje Niksic <hniksic@srce.hr> | |
| 188 | |
| 189 * fileio.c (Fmake_temp_name): Updated docstring. | |
| 190 | |
| 191 1998-04-21 Hrvoje Niksic <hniksic@srce.hr> | |
| 192 | |
| 193 * print.c (print_prepare): New argument FRAME_KLUDGE. | |
| 194 (print_prepare): If writing to a frame, return a resizing buffer | |
| 195 stream. | |
| 196 (print_finish): Flush the stream. | |
| 197 (Fprin1): Adjust calls to print_prepare() and print_finish(). | |
| 198 (Fprinc): Ditto. | |
| 199 (Fprint): Ditto. | |
| 200 (print_internal): Optimize printing of characters. | |
| 201 | |
| 202 * print.c (RESET_PRINT_GENSYM): New macro. | |
| 203 (print_prepare): Use it. | |
| 204 (print_finish): Ditto. | |
| 205 (Fwrite_char): Ditto. | |
| 206 (Fprin1_to_string): Ditto. | |
| 207 | |
| 208 1998-04-22 SL Baur <steve@altair.xemacs.org> | |
| 209 | |
| 210 * config.h.in: add FOR_MSW variable. | |
| 211 From Itay Ben-Yaacov <pezz@www-mail.huji.ac.il> | |
| 212 | |
| 213 1998-04-20 Kirill M. Katsnelson <kkm@kis.ru> | |
| 214 | |
| 215 * alloc.c (report_pure_usage): Remove ifdef WINDOWSNT around | |
| 216 "Don't panic, I will restart make". | |
| 217 | |
| 218 1998-04-19 Kirill M. Katsnelson <kkm@kis.ru> | |
| 219 | |
| 220 * process.c (vars_of_process): Declared lisp variable | |
| 221 windowed-process-io. | |
| 222 | |
| 223 * procimpl.h: Externally declared it. | |
| 224 | |
| 225 * process-nt.c (nt_create_process): Changed to honor the above | |
| 226 variable, and to utilize SHGetFileInfo to determine file type. | |
| 227 | |
| 228 1998-04-21 Martin Buchholz <martin@xemacs.org> | |
| 229 | |
| 230 * mule-ccl.c: Fix compiler warnings. I hate compiler warnings. | |
| 231 The code is clearer anyways without macros that goto. | |
| 232 | |
| 233 1998-04-22 SL Baur <steve@altair.xemacs.org> | |
| 234 | |
| 235 * glyphs.h: Add prototypes for signal_image_error and | |
| 236 signal_image_error_2. | |
| 237 Suggested by Hrvoje Niksic <hniksic@srce.hr> | |
| 238 | |
| 239 1998-04-18 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
| 240 | |
| 241 * fileio.c: Changed `directory-sep-char' to `path-separator', | |
| 242 following a change in GNU Emacs. | |
| 243 | |
| 244 1998-04-21 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
| 245 | |
| 246 * eldap.c: As suggested by Hrvoje Niksic | |
| 247 (Fldap_search_internal): Loop and GCPRO cleanup | |
| 248 (print_ldap): Removed text translation | |
| 249 | |
| 250 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
| 251 | |
| 252 * eldap.c: (print_ldap): Ignore escapeflag | |
| 253 (Fldap_search_internal): Added unwind protection to appropriately | |
| 254 free the LDAP temporary structures in case of interruption. Added | |
| 255 a QUIT to the result fetching loop. | |
| 256 | |
| 257 1998-04-19 SL Baur <steve@altair.xemacs.org> | |
| 258 | |
| 259 * emacs.c (TopLevel): New variables: Vinfodock_major_version, | |
| 260 Vinfodock_minor_version, Vinfodock_build_version. | |
| 261 (vars_of_emacs): Initialize them. | |
| 262 | |
| 263 * config.h.in: Add InfoDock version numbers. | |
| 264 | |
| 265 * device-x.c (have_xemacs_resources_in_xrdb): distinguish whether | |
| 266 we're running as InfoDock or XEmacs. | |
| 267 | |
| 268 1998-04-18 SL Baur <steve@altair.xemacs.org> | |
| 269 | |
| 270 * glyphs-x.c: Remove definition of Q_color_symbols. | |
| 271 | |
| 272 * glyphs.h: Declare Q_color_symbols and evaluate_xpm_color_symbols. | |
| 273 | |
| 1 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk> | 274 1998-04-17 Jonathan Harris <jhar@tardis.ed.ac.uk> |
| 2 | 275 |
| 3 * console-msw.h: | 276 * console-msw.h: |
| 4 Added "commctrl.h" and "X11/xpm.h" includes to support toolbars | 277 Added "commctrl.h" and "X11/xpm.h" includes to support toolbars |
| 5 and XPM. | 278 and XPM. |
| 120 | 393 |
| 121 * console-msw.h, event-msw.c, frame-msw.c: Renamed | 394 * console-msw.h, event-msw.c, frame-msw.c: Renamed |
| 122 mswindows_frame_being_created to Vmswindows_frame_being_created. | 395 mswindows_frame_being_created to Vmswindows_frame_being_created. |
| 123 | 396 |
| 124 1998-04-12 Kirill M. Katsnelson <kkm@kis.ru> | 397 1998-04-12 Kirill M. Katsnelson <kkm@kis.ru> |
| 398 | |
| 399 * event-msw.c (emacs_mswindows_quit_p): Do not check for quit | |
| 400 character in modal loop. | |
| 125 | 401 |
| 126 * fileio.c: Removed Vdirectory_sep_char variable. | 402 * fileio.c: Removed Vdirectory_sep_char variable. |
| 127 | 403 |
| 128 * lisp.h: Removed extern decl for the above. | 404 * lisp.h: Removed extern decl for the above. |
| 129 | 405 |
