comparison src/ChangeLog @ 261:405dd6d1825b r20-5b29

Import from CVS: tag r20-5b29
author cvs
date Mon, 13 Aug 2007 10:23:51 +0200
parents 11cf20601dec
children 727739f917cb
comparison
equal deleted inserted replaced
260:052205f7dd5f 261:405dd6d1825b
1 1998-03-01 SL Baur <steve@altair.xemacs.org>
2
3 * config.h.in: Add HAVE_UNIX_PROCESSES for 20.6.
4
5 * alloc.c (init_alloc_once_early): Document movement of mmap
6 enabling code to emacs.c.
7
8 * Makefile.in.in: Update FILE_CODING dependencies.
9
10 1998-03-01 Kyle Jones <kyle_jones@wonderworks.com>
11
12 * file-coding.c (setup_eol_coding_systems): Don't try
13 to copy the mnemonic property of the coding system
14 unless it is a string.
15
16 (allocate_coding_system): Initialize coding system
17 struct member 'mnemonic' to Qnil. Leaving its value
18 set to 0 causes a crash.
19
20 1998-03-01 SL Baur <steve@altair.xemacs.org>
21
22 * file-coding.c (DEFINE_SUB_CODESYS): Undo previous patch.
23
24 1998-03-01 Kyle Jones <kyle_jones@wonderworks.com>
25
26 * callint.c: Read coding system names for the 'z' and
27 'Z' interactive specs if FILE_CODING or MULE is defined.
28 Previously, coding system names were read only if MULE was
29 defined.
30
31 * file-coding.h: Removed charset-based category types
32 from enumerated coding_category_type if not building
33 with MULE.
34
35 * file-coding.c (syms_of_mule_coding): Don't define
36 symbols for charset-based coding systems unless
37 building with MULE.
38
39 1998-02-28 SL Baur <steve@altair.xemacs.org>
40
41 * alloc.c (garbage_collect_1): Guard call to selected_frame so it
42 cannot be called during GC.
43 - Update current count of staticpro'ed objects.
44
45 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com>
46
47 * menubar.c (Fmenu_find_real_submenu): Document the
48 "use struct as array" hack. Convert struct pointer to
49 array to avoid compiler warnings.
50
51 1998-02-26 SL Baur <steve@altair.xemacs.org>
52
53 * buffer.c (complex_vars_of_buffer): Fix DOC string for
54 buffer-file-coding-system.
55
56 1998-02-26 Damon Lipparelli <lipp@primus.com>
57
58 * symsinit.h: syms_of_ldap() is actually syms_of_eldap().
59
60 * eldap.c: removed duplicates.
61
62 1998-02-26 SL Baur <steve@altair.xemacs.org>
63
64 * file-coding.c (setup_eol_coding_systems): Disable SUB_CODESYS
65 feature -- it causes stack corruption in Mule.
66
67 1998-02-27 Kirill M. Katsnelson <kkm@kis.ru>
68
69 * events.c (character_to_event): The code which guesses TTY
70 backspace character is conditionalized on HAVE_TTY
71
72 1998-02-26 SL Baur <steve@altair.xemacs.org>
73
74 * console.c (complex_vars_of_console): Guard tty_erase_char with
75 HAVE_TTY.
76 * conslots.h: Ditto.
77
1 1998-02-25 SL Baur <steve@altair.xemacs.org> 78 1998-02-25 SL Baur <steve@altair.xemacs.org>
79
80 * events.c (character_to_event): Correct operations on tty_erase_char.
81 From Martin Buchholz <martin@xemacs.org>
2 82
3 * file-coding.c (setup_eol_coding_systems): Unix/Binary sub 83 * file-coding.c (setup_eol_coding_systems): Unix/Binary sub
4 coding-system display should default to the empty string. 84 coding-system display should default to the empty string.
5 - Use '(t)' for Mac/Text mode. 85 - Use '(t)' for Mac/Text mode.
6 86