Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 367:a4f53d9b3154 r21-1-13
Import from CVS: tag r21-1-13
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 11:01:07 +0200 |
| parents | 30d2cfa1092a |
| children | 1d62742628b6 |
comparison
equal
deleted
inserted
replaced
| 366:83d76f480a59 | 367:a4f53d9b3154 |
|---|---|
| 1 2001-01-07 XEmacs Build Bot <builds@cvs.xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.1.13 is released | |
| 4 | |
| 5 2000-12-16 Stephen J. Turnbull <stephen@xemacs.org> | |
| 6 | |
| 7 * file-coding.h (enum coding_category_type): Reorder coding | |
| 8 priority list. Works around crash in ISO-lock coding system | |
| 9 reported by M. Fabian. | |
| 10 | |
| 11 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 12 | |
| 13 * callproc.c (Fcall_process_internal): | |
| 14 * event-stream.c (command_builder_find_menu_accelerator): | |
| 15 * fileio.c (Fset_visited_file_modtime): | |
| 16 * keymap.c (event_matches_key_specifier_p): Fix | |
| 17 GCPROing uninitialized variables. | |
| 18 | |
| 19 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
| 20 | |
| 21 * lwlib.h: Typo fixes and tiny clarifications. | |
| 22 | |
| 23 2000-11-22 Stephen J. Turnbull <turnbull@xemacs.org> | |
| 24 | |
| 25 * mule-charset.c (Fcharset_property): improve type checking. | |
| 26 | |
| 27 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 28 | |
| 29 * event-Xt.c: | |
| 30 * event-stream.c: | |
| 31 * fileio.c: | |
| 32 * menubar-msw.c: UNGCPRO before return. | |
| 33 | |
| 34 2000-11-01 Martin Buchholz <martin@xemacs.org> | |
| 35 | |
| 36 * config.h.in: Handle alloca with Compaq C on Alpha Linux. | |
| 37 | |
| 38 * m/alpha.h: Let configure handle SYSTEM_MALLOC on Linux. | |
| 39 | |
| 40 2000-12-13 Martin Buchholz <martin@xemacs.org> | |
| 41 | |
| 42 * unexelfsgi.c: Sync from 21.2. | |
| 43 | |
| 44 2000-11-19 Golubev I. N. <gin@mo.msk.ru> | |
| 45 | |
| 46 * doprnt.c: fix minwidth bug in format | |
| 47 | |
| 48 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 49 | |
| 50 * search.c (Freplace_match): Set newtext to an empty string. | |
| 51 | |
| 52 2000-10-02 Stephen J. Turnbull <stephen@xemacs.org> | |
| 53 | |
| 54 * file-coding.c (decode_coding_iso2022): | |
| 55 mule-coding.c (decode_coding_iso2022): | |
| 56 - Prevent crash when decoding ISO7/Lock detected files | |
| 57 (mule-coding.c is obsolete but synching just in case). | |
| 58 | |
| 59 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
| 60 | |
| 61 * Makefile.in.in: Recent purify's require absolute paths for cache-dir. | |
| 62 | |
| 63 2000-09-14 Martin Buchholz <martin@xemacs.org> | |
| 64 | |
| 65 * make-src-depend: Fix typo. | |
| 66 | |
| 67 2000-09-14 Martin Buchholz <martin@xemacs.org> | |
| 68 | |
| 69 * s/gnu.h: | |
| 70 * s/linux.h: | |
| 71 * s/hpux.h: | |
| 72 Use EMACS_BLOCK_SIGNAL instead of sigblock. | |
| 73 From "Golubev I. N." <gin@mo.msk.ru>. | |
| 74 | |
| 75 2000-08-23 Yoshiki Hayashi <yoshiki@xemacs.org> | |
| 76 | |
| 77 * syntax.c (regex_emacs_buffer_p): New variable. | |
| 78 * syntax.h (regex_emacs_buffer_p): extern. | |
| 79 * search.c (looking_at_1): | |
| 80 (string_match_1): | |
| 81 (fast_string_match): | |
| 82 (search_buffer): Set regex_emacs_buffer_p. | |
| 83 * regex.c (re_match_2_internal): Reference regex_emacs_buffer_p | |
| 84 when before_dot, at_dot, after_dot. | |
| 85 | |
| 86 2000-09-10 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
| 87 | |
| 88 * event-msw.c (mswindows_key_to_emacs_keysym): | |
| 89 Add "pause" key, fix "menu" key. | |
| 90 | |
| 91 2000-05-09 Ben Wing <ben@xemacs.org> | |
| 92 | |
| 93 * ntheap.c (recreate_heap): Changed unknown (VC6 only?) SIZE_T to | |
| 94 DWORD. | |
| 95 | |
| 96 2000-09-09 Martin Buchholz <martin@xemacs.org> | |
| 97 | |
| 98 * eval.c (reinit_vars_of_eval): | |
| 99 Increase max_lisp_eval_depth to 1000, | |
| 100 required for thai-xtis.el to byte-compile under some circumstances. | |
| 101 | |
| 102 2000-09-04 Martin Buchholz <martin@xemacs.org> | |
| 103 | |
| 104 * event-Xt.c (x_to_emacs_keysym): Increase size of `buffer' to 513. | |
| 105 From Kenichi Handa. | |
| 106 | |
| 107 2000-11-14 Golubev I. N. <gin@mo.msk.ru> | |
| 108 | |
| 109 * faces.c (get_extent_fragment_face_cache_index): | |
| 110 Fix cachel.merged_faces memory leak. | |
| 111 | |
| 112 2000-11-14 "Alec Wolman" <wolman@cs.washington.edu> | |
| 113 | |
| 114 * emacs.c (kill-emacs): Kill auto-save list on normal exit. | |
| 115 | |
| 116 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
| 117 | |
| 118 * sgiplay.c: #include <unistd.h> | |
| 119 | |
| 120 2000-09-14 Martin Buchholz <martin@xemacs.org> | |
| 121 | |
| 122 * frame.c (device_matches_console_spec): no longer takes a `frame' arg | |
| 123 (next_frame_internal): Removed. We now just have next_frame. | |
| 124 (next_frame): | |
| 125 Write a simpler and cleaner one-pass algorithm. | |
| 126 Remove called_from_delete_device arg and #ifdefed-out code. | |
| 127 Fixes this crash: | |
| 128 (gdb) run -eval '(progn (make-device (quote x) "polgar:0") (next-window (minibuffer-window) t (quote visible) (second (device-list))))' | |
| 129 Fixes this crash: | |
| 130 (gdb) run -eval '(progn (make-frame nil (make-device (quote x) "polgar:0")) (next-window (minibuffer-window) t (quote visible) (second (device-list))))' | |
| 131 Fatal error: assertion failed, file /project/xemacs/ws/dev/src/frame.h, line 245, RECORD_TYPEP (obj, lrecord_type_frame) | |
| 132 (previous_frame): | |
| 133 Renamed from prev_frame. Update callers. | |
| 134 Cleaned up to have an analogous implementation to next_frame. | |
| 135 (other_visible_frames_internal): Remove the | |
| 136 called_from_delete_device bogus arg, and hence, remove this | |
| 137 function. Just use other_visible_frames(). | |
| 138 | |
| 139 * frame.h: Rename prev_frame to previous_frame. | |
| 140 device_matches_console_spec no longer takes a `frame' arg. | |
| 141 | |
| 142 * window.c (Fnext_window): | |
| 143 Prettify docstring. | |
| 144 Since next_frame() is guaranteed to return a frame, remove check | |
| 145 for nil inserted in previous patch. | |
| 146 (Fprevious_window): | |
| 147 Prettify docstring. | |
| 148 Make code look more like Fnext_window. | |
| 149 (window_loop): | |
| 150 Respect the `console' arg when iterating through windows. | |
| 151 Fixes bug: (get-buffer-window buffer t device) not respecting | |
| 152 the `device' arg. | |
| 153 This function needs more work, as others have pointed out. | |
| 154 | |
| 155 2000-09-01 Martin Buchholz <martin@xemacs.org> | |
| 156 | |
| 157 * sysdep.c (get_pty_max_bytes): | |
| 158 Support pty input lines longer than 512 bytes on HP-UX 10.20. | |
| 159 | |
| 160 2000-08-12 Alexandre Oliva <aoliva@redhat.com> | |
| 161 | |
| 162 * s/hpux.h: Don't use undefined function sigunblock(). | |
| 163 | |
| 164 2000-08-31 Martin Buchholz <martin@xemacs.org> | |
| 165 | |
| 166 * config.h.in: Add HAVE_BALLOON_HELP. | |
| 167 * emacs.c: Use HAVE_BALLOON_HELP. | |
| 168 * Makefile.in.in (x_objs): | |
| 169 Make Balloon Help conditional on finding shape.h. | |
| 170 | |
| 171 2000-08-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
| 172 | |
| 173 * eval.c (Ffunction_min_args): | |
| 174 (Ffunction_max_args): GCPRO function. | |
| 175 | |
| 176 2000-08-06 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
| 177 | |
| 178 * eval.c (Ffunction_min_args): | |
| 179 (Ffunction_max_args): If function needs to be autoloaded actually | |
| 180 use the loaded definition. | |
| 181 | |
| 1 2000-08-04 XEmacs Build Bot <builds@cvs.xemacs.org> | 182 2000-08-04 XEmacs Build Bot <builds@cvs.xemacs.org> |
| 2 | 183 |
| 3 * XEmacs 21.1.12 is released | 184 * XEmacs 21.1.12 is released |
| 4 | 185 |
| 5 2000-08-03 Martin Buchholz <martin@xemacs.org> | 186 2000-08-03 Martin Buchholz <martin@xemacs.org> |
| 1501 ensure that they don't go in the .bss section. | 1682 ensure that they don't go in the .bss section. |
| 1502 | 1683 |
| 1503 1998-07-17 Olivier Galibert <galibert@pobox.com> | 1684 1998-07-17 Olivier Galibert <galibert@pobox.com> |
| 1504 | 1685 |
| 1505 * glyphs-x.c (convert_EImage_to_XImage): Fix previous patch (conv | 1686 * glyphs-x.c (convert_EImage_to_XImage): Fix previous patch (conv |
| 1506 byte order is dependant of the local byte order). | 1687 byte order is dependent of the local byte order). |
| 1507 From Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp> | 1688 From Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp> |
| 1508 | 1689 |
| 1509 1998-07-18 SL Baur <steve@altair.xemacs.org> | 1690 1998-07-18 SL Baur <steve@altair.xemacs.org> |
| 1510 | 1691 |
| 1511 * glyphs-msw.c (mswindows_resource_normalize): Qresource -> | 1692 * glyphs-msw.c (mswindows_resource_normalize): Qresource -> |
