comparison src/ChangeLog @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents eb5470882647
children 92f8ad5d0d3f
comparison
equal deleted inserted replaced
202:61eefc8fc970 203:850242ba4a81
1 1997-10-11 SL Baur <steve@altair.xemacs.org>
2
3 * callproc.c: New variable infopath-internal.
4 (complex_vars_of_callproc): Declare and initialized it.
5
6 * paths.h.in: New variable PATH_INFOPATH.
7
8 1997-10-10 Martin Buchholz <mrb@eng.sun.com>
9
10 * systty.h:
11 - change Xemacs --> XEmacs
12
13 * buffer.c:
14 * editfns.c:
15 * msdos.c:
16 - Remove bogus FSF-origin \n\ sequences.
17
18 1997-10-09 Kyle Jones <kyle_jones@wonderworks.com>
19
20 * doprnt.c (parse_doprnt_spec): parse `*' field width
21 and precision specs and set up spec forwarding.
22
23 * doprnt.c (emacs_doprnt_1): implement `*' by
24 forwarding flags, precision and field width data from a
25 spec to a subsequent spec.
26
27 * editfns.c: document new `*' field width and
28 precision spec.
29
30 1997-10-09 SL Baur <steve@altair.xemacs.org>
31
32 * database.c (Fclose_database): Rename C function.
33 (Fdatabase_last_error): Ditto.
34 (Fopen_database): Ditto.
35 (Fput_database): Ditto.
36 (Fremove_database): Ditto.
37 (Fget_database): Ditto.
38 (syms_of_dbm): Reflect above changes.
39 From Martin Buchholz <mrb@Eng.Sun.COM>
40
41 1997-10-08 Hrvoje Niksic <hniksic@srce.hr>
42
43 * events.c (Fmake_event): Allow only frames as channel.
44
45 1997-10-07 Hrvoje Niksic <hniksic@srce.hr>
46
47 * extents.c (print_extent_1): Fixed typo.
48
49 1997-10-07 Kyle Jones <kyle_jones@wonderworks.com>
50
51 * insdel.c (buffer_replace_char): if doing delete/insert
52 because of characters with deiffering byte lengths,move
53 point forward with the insertion if it was moved backwrad
54 to equal the insertion point by the earlier deletion.
55
56 1997-10-06 SL Baur <steve@altair.xemacs.org>
57
58 * window.c (Fset_window_dedicated_p): register -> REGISTER.
59
60 * unexalpha.c (update_dynamic_symbols): register-> REGISTER.
61
62 * sysdep.c: Global change: register -> REGISTER.
63
64 * strcat.c (strcat): register -> REGISTER.
65
66 * search.c: Global change: register -> REGISTER.
67
68 * regex.c: Global change: register -> REGISTER.
69 - Ensure REGISTER is always defined.
70
71 * nt.c: Global change: register -> REGISTER.
72
73 * linuxplay.c: Global change: register -> REGISTER.
74
75 * input-method-xlib.c (best_style): register -> REGISTER.
76
77 * gifalloc.c: Global change: register -> REGISTER.
78 - Ensure REGISTER is always defined.
79
80 * getloadavg.c (getloadavg): register -> REGISTER.
81
82 * eval.c (unwind_to_catch): [Unused variable] register -> REGISTER.
83
84 * cmds.c (Fpoint_at_bol): register -> REGISTER.
85
86 * chartab.c (check_category_char): register -> REGISTER.
87
88 * buffer.c (assoc_ignore_text_properties): [Unused function]
89 register -> REGISTER.
90
91 * alloca.c: Global change: register -> REGISTER.
92
93 * xmu.h (XmuCopyISOLatin1Lowered): Global change: const -> CONST.
94
95 * gif_lib.h: Global change: const -> CONST.
96
97 * balloon_help.h (balloon_help_move_to_pointer): const -> CONST.
98
99 * xmu.c: Global change: const -> CONST.
100
101 * unexsol2.c (unexec): const -> CONST.
102
103 * unexhp9k3.c (unexec_error): const -> CONST.
104
105 * unexfreebsd.c (unexec_error): const -> CONST.
106
107 * sunOS-fix.c (mbstowcs): const-> CONST.
108 (wcstombs): Ditto.
109
110 * strcpy.c (strcpy): const -> CONST.
111
112 * strcmp.c: Global change: const -> CONST.
113
114 * strcat.c (strcat): const -> CONST.
115
116 * realpath.c (realpath): const -> CONST.
117
118 * keymap.c (where_is_recursive_mapper): const -> CONST.
119
120 * extents.c (extent_priority_sort_function): const -> CONST.
121
122 * dgif_lib.c (DGifOpenFileName): const -> CONST.
123
124 * balloon_help.c: Global change: const -> CONST.
125
1 1997-10-03 SL Baur <steve@altair.xemacs.org> 126 1997-10-03 SL Baur <steve@altair.xemacs.org>
2 127
3 * lisp.h: Nuke register declarations. 128 * lisp.h: Nuke register declarations.
4 129
5 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com> 130 1997-10-03 Karl M. Hegbloom <karlheg@inetarena.com>
596 1997-06-18 Martin Buchholz <mrb@eng.sun.com> 721 1997-06-18 Martin Buchholz <mrb@eng.sun.com>
597 722
598 * Makefile.in: 723 * Makefile.in:
599 * s/*.h: 724 * s/*.h:
600 * m/*.h: 725 * m/*.h:
601 * src/config.h.in: 726 * config.h.in:
602 * src/emacs.c: 727 * src/emacs.c:
603 * version.sh: 728 * version.sh:
604 * configure.in: Another rewrite. 729 * configure.in: Another rewrite.
605 - support powerpcle (Solaris on ppc) 730 - support powerpcle (Solaris on ppc)
606 - Now just have one s/sol2.h for all Solaris versions 731 - Now just have one s/sol2.h for all Solaris versions