Mercurial > emacs
annotate msdos/ChangeLog @ 109360:f37b85834f7e
Convert more function definitions to standard C.
* src/xdisp.c (window_box_edges, handle_single_display_spec)
(display_string): Convert definition to standard C.
* src/scroll.c (do_direct_scrolling, scrolling_1):
* src/dispnew.c (allocate_matrices_for_frame_redisplay)
(mirrored_line_dance):
* src/coding.c (code_convert_string):
* src/charset.c (map_charset_chars):
* src/ccl.c (Fccl_program_p, Fccl_execute, Fccl_execute_on_string)
(Fregister_ccl_program, Fregister_code_conversion_map):
* src/keyboard.c (kbd_buffer_nr_stored): Likewise.
(head_table): Make static and const.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 12 Jul 2010 09:32:53 -0700 |
parents | baafd634302b |
children | 6d8c29fae125 |
rev | line source |
---|---|
109316
baafd634302b
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.
Eli Zaretskii <eliz@gnu.org>
parents:
109315
diff
changeset
|
1 2010-07-11 Eli Zaretskii <eliz@gnu.org> |
baafd634302b
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.
Eli Zaretskii <eliz@gnu.org>
parents:
109315
diff
changeset
|
2 |
baafd634302b
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.
Eli Zaretskii <eliz@gnu.org>
parents:
109315
diff
changeset
|
3 * sed2v2.inp (HAVE_STRCHR, HAVE_STRRCHR): Don't edit, already |
baafd634302b
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.
Eli Zaretskii <eliz@gnu.org>
parents:
109315
diff
changeset
|
4 defined on <sys/config.h>. |
baafd634302b
Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.
Eli Zaretskii <eliz@gnu.org>
parents:
109315
diff
changeset
|
5 |
109315
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109176
diff
changeset
|
6 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109176
diff
changeset
|
7 |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109176
diff
changeset
|
8 * sed2v2.inp (HAVE_INDEX, HAVE_RINDEX): Don't edit. |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109176
diff
changeset
|
9 (HAVE_STRCHR, HAVE_STRRCHR): Edit to 1. |
8f3464b85afb
Use strchr, strrchr instead of index, rindex
Andreas Schwab <schwab@linux-m68k.org>
parents:
109176
diff
changeset
|
10 |
109176 | 11 2010-07-08 Eli Zaretskii <eliz@gnu.org> |
12 | |
13 * sed1v2.inp (stamp-oldxmenu): Don't edit out in `temacs:' target, | |
14 which doesn't exist. | |
15 | |
16 * sed2v2.inp (HAVE_MEMCPY): Don't edit, defined on <sys/config.h>. | |
17 | |
109169
5df3f77a9df9
Remove src/prefix-args.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
18 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> |
5df3f77a9df9
Remove src/prefix-args.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
19 |
5df3f77a9df9
Remove src/prefix-args.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
20 * sed1v2.inp: Remove reference to prefix-args. |
5df3f77a9df9
Remove src/prefix-args.c.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
109165
diff
changeset
|
21 |
109165
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109101
diff
changeset
|
22 2010-07-07 Andreas Schwab <schwab@linux-m68k.org> |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109101
diff
changeset
|
23 |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109101
diff
changeset
|
24 * sed2v2.inp (HAVE_MEMCPY, HAVE_MEMSET): Edit to 1. |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109101
diff
changeset
|
25 (HAVE_BZERO): Don't edit. |
750db9f3e6d8
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab <schwab@linux-m68k.org>
parents:
109101
diff
changeset
|
26 |
109101 | 27 2010-07-02 Eli Zaretskii <eliz@gnu.org> |
28 | |
29 * sed1v2.inp (LIB_GCC): Edit to empty. | |
30 Return back to ../src after compiling each .el file. | |
31 | |
109073
6799ec1a7188
Remove some cpp that is internal to configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109056
diff
changeset
|
32 2010-06-30 Glenn Morris <rgm@gnu.org> |
6799ec1a7188
Remove some cpp that is internal to configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109056
diff
changeset
|
33 |
6799ec1a7188
Remove some cpp that is internal to configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109056
diff
changeset
|
34 * sed1v2.inp (CANNOT_DUMP): Update for configure name change. |
6799ec1a7188
Remove some cpp that is internal to configure.in.
Glenn Morris <rgm@gnu.org>
parents:
109056
diff
changeset
|
35 |
109056
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
36 2010-06-26 Eli Zaretskii <eliz@gnu.org> |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
37 |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
38 * mainmake.v2 (version): Use emacs_version[] in src/emacs.c |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
39 instead of lisp/version.el (see revno 100306). |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
40 |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
41 * sed1v2.inp (MKDEPDIR): Edit to empty. |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
42 Delete lines in rules that invoke $(MKDEPDIR). |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
43 Fix editing rules that begin with "cd ../lisp". |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
44 Edit out sh if-then-else-fi constructs that test ${CANNOT_DUMP}. |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
45 Edit out "|| exit ;\" constructs in emacs${EXEEXT} rule. |
ca8db3772b39
Fix the MS-DOS build due to changes in configury.
Eli Zaretskii <eliz@gnu.org>
parents:
108882
diff
changeset
|
46 |
108882
3ff97bad1c47
Move UNEXEC definition to autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108867
diff
changeset
|
47 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu> |
3ff97bad1c47
Move UNEXEC definition to autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108867
diff
changeset
|
48 |
3ff97bad1c47
Move UNEXEC definition to autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108867
diff
changeset
|
49 * sed1v2.inp (UNEXEC_OBJ): Use UNEXEC_OBJ instead of unexec. |
3ff97bad1c47
Move UNEXEC definition to autoconf.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
108867
diff
changeset
|
50 |
108867
c0e26963bee2
HAVE_ALLOCA not needed since alloca.s was removed.
Glenn Morris <rgm@gnu.org>
parents:
108792
diff
changeset
|
51 2010-06-03 Glenn Morris <rgm@gnu.org> |
c0e26963bee2
HAVE_ALLOCA not needed since alloca.s was removed.
Glenn Morris <rgm@gnu.org>
parents:
108792
diff
changeset
|
52 |
c0e26963bee2
HAVE_ALLOCA not needed since alloca.s was removed.
Glenn Morris <rgm@gnu.org>
parents:
108792
diff
changeset
|
53 * sed2v2.inp: Do not edit HAVE_ALLOCA. |
c0e26963bee2
HAVE_ALLOCA not needed since alloca.s was removed.
Glenn Morris <rgm@gnu.org>
parents:
108792
diff
changeset
|
54 |
108787
b06e3f33ea78
Remove some NS_IMPL_GNUSTEP build dead code.
Glenn Morris <rgm@gnu.org>
parents:
108769
diff
changeset
|
55 2010-05-26 Glenn Morris <rgm@gnu.org> |
b06e3f33ea78
Remove some NS_IMPL_GNUSTEP build dead code.
Glenn Morris <rgm@gnu.org>
parents:
108769
diff
changeset
|
56 |
108792
939ecb6ccd4d
Replace YMF_PASS_LDFLAGS with autoconf.
Glenn Morris <rgm@gnu.org>
parents:
108787
diff
changeset
|
57 * sed1v2.inp (@PRE_EDIT_LDFLAGS@, @POST_EDIT_LDFLAGS@): Edit to nothing. |
939ecb6ccd4d
Replace YMF_PASS_LDFLAGS with autoconf.
Glenn Morris <rgm@gnu.org>
parents:
108787
diff
changeset
|
58 |
108787
b06e3f33ea78
Remove some NS_IMPL_GNUSTEP build dead code.
Glenn Morris <rgm@gnu.org>
parents:
108769
diff
changeset
|
59 * sed1v2.inp (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): |
b06e3f33ea78
Remove some NS_IMPL_GNUSTEP build dead code.
Glenn Morris <rgm@gnu.org>
parents:
108769
diff
changeset
|
60 No longer present. |
b06e3f33ea78
Remove some NS_IMPL_GNUSTEP build dead code.
Glenn Morris <rgm@gnu.org>
parents:
108769
diff
changeset
|
61 |
108769
a8af6d66bbd0
Remove LD_SWITCH_SYSTEM_EXTRA.
Glenn Morris <rgm@gnu.org>
parents:
108730
diff
changeset
|
62 2010-05-25 Glenn Morris <rgm@gnu.org> |
a8af6d66bbd0
Remove LD_SWITCH_SYSTEM_EXTRA.
Glenn Morris <rgm@gnu.org>
parents:
108730
diff
changeset
|
63 |
a8af6d66bbd0
Remove LD_SWITCH_SYSTEM_EXTRA.
Glenn Morris <rgm@gnu.org>
parents:
108730
diff
changeset
|
64 * sed1v2.inp (LD_SWITCH_SYSTEM_EXTRA): No longer present. |
a8af6d66bbd0
Remove LD_SWITCH_SYSTEM_EXTRA.
Glenn Morris <rgm@gnu.org>
parents:
108730
diff
changeset
|
65 |
108727
d8f404311eaf
Handle CANNOT_DUMP (partially) with configure.
Glenn Morris <rgm@gnu.org>
parents:
108708
diff
changeset
|
66 2010-05-21 Glenn Morris <rgm@gnu.org> |
d8f404311eaf
Handle CANNOT_DUMP (partially) with configure.
Glenn Morris <rgm@gnu.org>
parents:
108708
diff
changeset
|
67 |
108792
939ecb6ccd4d
Replace YMF_PASS_LDFLAGS with autoconf.
Glenn Morris <rgm@gnu.org>
parents:
108787
diff
changeset
|
68 * sed1v2.inp (@ns_frag@): Edit to nothing. |
108730
c554bb2aba83
Handle some HAVE_NS Makefile conditionals with configure.
Glenn Morris <rgm@gnu.org>
parents:
108729
diff
changeset
|
69 |
108729
83fdad33d6fa
Build simplifications for oldxmenu.
Glenn Morris <rgm@gnu.org>
parents:
108727
diff
changeset
|
70 * sed1x.inp (OLDXMENU): Replace any initial value. |
83fdad33d6fa
Build simplifications for oldxmenu.
Glenn Morris <rgm@gnu.org>
parents:
108727
diff
changeset
|
71 * sed1v2.inp (OLDXMENU): Edit to "nothing". |
83fdad33d6fa
Build simplifications for oldxmenu.
Glenn Morris <rgm@gnu.org>
parents:
108727
diff
changeset
|
72 |
108727
d8f404311eaf
Handle CANNOT_DUMP (partially) with configure.
Glenn Morris <rgm@gnu.org>
parents:
108708
diff
changeset
|
73 * sed1v2.inp (CANNOT_DUMP): Edit to no. |
d8f404311eaf
Handle CANNOT_DUMP (partially) with configure.
Glenn Morris <rgm@gnu.org>
parents:
108708
diff
changeset
|
74 |
108708
12c5e713faa1
Handle auto-depend with configure.
Glenn Morris <rgm@gnu.org>
parents:
108693
diff
changeset
|
75 2010-05-20 Glenn Morris <rgm@gnu.org> |
12c5e713faa1
Handle auto-depend with configure.
Glenn Morris <rgm@gnu.org>
parents:
108693
diff
changeset
|
76 |
12c5e713faa1
Handle auto-depend with configure.
Glenn Morris <rgm@gnu.org>
parents:
108693
diff
changeset
|
77 * sed1v2.inp (DEPFLAGS, deps_frag): Edit to empty. |
12c5e713faa1
Handle auto-depend with configure.
Glenn Morris <rgm@gnu.org>
parents:
108693
diff
changeset
|
78 (MKDEPDIR): Edit to ':'. |
12c5e713faa1
Handle auto-depend with configure.
Glenn Morris <rgm@gnu.org>
parents:
108693
diff
changeset
|
79 |
108691
5a44435f0c71
Set linker-related things with configure.
Glenn Morris <rgm@gnu.org>
parents:
108644
diff
changeset
|
80 2010-05-19 Glenn Morris <rgm@gnu.org> |
5a44435f0c71
Set linker-related things with configure.
Glenn Morris <rgm@gnu.org>
parents:
108644
diff
changeset
|
81 |
108693 | 82 * sed2v2.inp (ORDINARY_LINK): Set here rather than in s/msdos.h. |
83 | |
108691
5a44435f0c71
Set linker-related things with configure.
Glenn Morris <rgm@gnu.org>
parents:
108644
diff
changeset
|
84 * sed1v2.inp (LD): Edit to $(CC). |
5a44435f0c71
Set linker-related things with configure.
Glenn Morris <rgm@gnu.org>
parents:
108644
diff
changeset
|
85 (YMF_PASS_LDFLAGS): Edit to `flags'. |
5a44435f0c71
Set linker-related things with configure.
Glenn Morris <rgm@gnu.org>
parents:
108644
diff
changeset
|
86 |
108644
93ce9eec5a2f
msdos/sed1x.inp: Add copyright notice.
Eli Zaretskii <eliz@gnu.org>
parents:
108635
diff
changeset
|
87 2010-05-18 Eli Zaretskii <eliz@gnu.org> |
93ce9eec5a2f
msdos/sed1x.inp: Add copyright notice.
Eli Zaretskii <eliz@gnu.org>
parents:
108635
diff
changeset
|
88 |
93ce9eec5a2f
msdos/sed1x.inp: Add copyright notice.
Eli Zaretskii <eliz@gnu.org>
parents:
108635
diff
changeset
|
89 * sed1x.inp: Add copyright notice. |
93ce9eec5a2f
msdos/sed1x.inp: Add copyright notice.
Eli Zaretskii <eliz@gnu.org>
parents:
108635
diff
changeset
|
90 |
108634
fcdc7bb97c9e
Define some malloc objects with configure, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108631
diff
changeset
|
91 2010-05-18 Glenn Morris <rgm@gnu.org> |
fcdc7bb97c9e
Define some malloc objects with configure, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108631
diff
changeset
|
92 |
108635
e565448628b8
Set rallocobj with configure, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108634
diff
changeset
|
93 * sed1v2.inp (RALLOC_OBJ): Edit to ralloc.o. |
e565448628b8
Set rallocobj with configure, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108634
diff
changeset
|
94 |
108634
fcdc7bb97c9e
Define some malloc objects with configure, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108631
diff
changeset
|
95 * sed1v2.inp (GMALLOC_OBJ): Edit to gmalloc.o. |
fcdc7bb97c9e
Define some malloc objects with configure, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108631
diff
changeset
|
96 (VMLIMIT_OBJ): Edit to vm-limit.o. |
fcdc7bb97c9e
Define some malloc objects with configure, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108631
diff
changeset
|
97 |
108631
a53949523193
Combine the two stamp-oldxmenu cases.
Glenn Morris <rgm@gnu.org>
parents:
108624
diff
changeset
|
98 2010-05-17 Glenn Morris <rgm@gnu.org> |
a53949523193
Combine the two stamp-oldxmenu cases.
Glenn Morris <rgm@gnu.org>
parents:
108624
diff
changeset
|
99 |
a53949523193
Combine the two stamp-oldxmenu cases.
Glenn Morris <rgm@gnu.org>
parents:
108624
diff
changeset
|
100 * sed1v2.inp (OLDXMENU_DEPS): Edit to empty. |
a53949523193
Combine the two stamp-oldxmenu cases.
Glenn Morris <rgm@gnu.org>
parents:
108624
diff
changeset
|
101 * sed1x.inp (OLDXMENU_DEPS): Edit to ${OLDXMENU} ../src/${OLDXMENU}. |
a53949523193
Combine the two stamp-oldxmenu cases.
Glenn Morris <rgm@gnu.org>
parents:
108624
diff
changeset
|
102 |
108623 | 103 2010-05-16 Glenn Morris <rgm@gnu.org> |
104 | |
108624 | 105 * sed1v2.inp (TEMACS_LDFLAGS2): Edit to $(LDFLAGS). |
106 | |
108623 | 107 * sed1v2.inp (GNUSTEP_SYSTEM_LIBRARIES): Remove. |
108 (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): Edit to empty. | |
109 | |
108606
095e338e1fd8
Always define FONT_OBJ; to empty in the non-X case.
Glenn Morris <rgm@gnu.org>
parents:
108592
diff
changeset
|
110 2010-05-15 Glenn Morris <rgm@gnu.org> |
095e338e1fd8
Always define FONT_OBJ; to empty in the non-X case.
Glenn Morris <rgm@gnu.org>
parents:
108592
diff
changeset
|
111 |
108612
60489ff8b450
Always define LIBXMENU in src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108610
diff
changeset
|
112 * sed1v2.inp (LIBXMENU): Edit to empty. |
60489ff8b450
Always define LIBXMENU in src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108610
diff
changeset
|
113 * sed1x.inp (LIBXMENU): Expect empty initial value. |
60489ff8b450
Always define LIBXMENU in src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108610
diff
changeset
|
114 |
108610
4cbe9b411630
Always define OLDXMENU in src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108609
diff
changeset
|
115 * sed1v2.inp (OLDXMENU): Edit to empty. |
4cbe9b411630
Always define OLDXMENU in src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108609
diff
changeset
|
116 * sed1x.inp (OLDXMENU): Expect empty initial value. |
4cbe9b411630
Always define OLDXMENU in src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108609
diff
changeset
|
117 |
108609
cd68e3a31ac4
msdos/ChangeLog missing from previous commit.
Glenn Morris <rgm@gnu.org>
parents:
108606
diff
changeset
|
118 * sed1v2.inp (LIBX_OTHER): Edit to empty. |
cd68e3a31ac4
msdos/ChangeLog missing from previous commit.
Glenn Morris <rgm@gnu.org>
parents:
108606
diff
changeset
|
119 * sed1x.inp (LIBX_OTHER): Expect empty initial value. |
cd68e3a31ac4
msdos/ChangeLog missing from previous commit.
Glenn Morris <rgm@gnu.org>
parents:
108606
diff
changeset
|
120 |
108606
095e338e1fd8
Always define FONT_OBJ; to empty in the non-X case.
Glenn Morris <rgm@gnu.org>
parents:
108592
diff
changeset
|
121 * sed1v2.inp (FONT_OBJ): Edit to empty for non-X case. |
095e338e1fd8
Always define FONT_OBJ; to empty in the non-X case.
Glenn Morris <rgm@gnu.org>
parents:
108592
diff
changeset
|
122 * sed1x.inp (FONT_OBJ): Edit to xfont.o for X case. |
095e338e1fd8
Always define FONT_OBJ; to empty in the non-X case.
Glenn Morris <rgm@gnu.org>
parents:
108592
diff
changeset
|
123 |
108592 | 124 2010-05-15 Eli Zaretskii <eliz@gnu.org> |
125 | |
126 * sed3v2.inp (INSTALLABLES): Edit out extra ${EXEEXT} after | |
127 "emacsclient". | |
128 (emacsserver, timer, wakeup): Remove edit-out commands. | |
129 | |
130 * sed1v2.inp (MSDOS_OBJ): Add w16select.o. | |
131 (TERMCAP_OBJ): Add termcap.o. | |
132 | |
108583
5cad893a12e2
* msdos/sed1v2.inp (LIBXT_OTHER): Exit to empty.
Glenn Morris <rgm@gnu.org>
parents:
108562
diff
changeset
|
133 2010-05-15 Glenn Morris <rgm@gnu.org> |
5cad893a12e2
* msdos/sed1v2.inp (LIBXT_OTHER): Exit to empty.
Glenn Morris <rgm@gnu.org>
parents:
108562
diff
changeset
|
134 |
108584
3c49e77f15b7
Choose dependency of oldxmenu using configure.
Glenn Morris <rgm@gnu.org>
parents:
108583
diff
changeset
|
135 * sed1v2.inp (OLDXMENU_TARGET): Edit to empty. |
3c49e77f15b7
Choose dependency of oldxmenu using configure.
Glenn Morris <rgm@gnu.org>
parents:
108583
diff
changeset
|
136 * sed1x.inp (OLDXMENU_TARGET): Edit to really-oldxmenu. |
3c49e77f15b7
Choose dependency of oldxmenu using configure.
Glenn Morris <rgm@gnu.org>
parents:
108583
diff
changeset
|
137 |
108591
7e6170a6733d
Fix a typo in msdos/ChangeLog.
Eli Zaretskii <eliz@gnu.org>
parents:
108584
diff
changeset
|
138 * sed1v2.inp (LIBXT_OTHER): Edit to empty. |
108583
5cad893a12e2
* msdos/sed1v2.inp (LIBXT_OTHER): Exit to empty.
Glenn Morris <rgm@gnu.org>
parents:
108562
diff
changeset
|
139 |
108546
8039fa319d6b
Minor build simplification for NS.
Glenn Morris <rgm@gnu.org>
parents:
108525
diff
changeset
|
140 2010-05-14 Glenn Morris <rgm@gnu.org> |
8039fa319d6b
Minor build simplification for NS.
Glenn Morris <rgm@gnu.org>
parents:
108525
diff
changeset
|
141 |
108562
3088b1e22407
No harm in always defining some ns_ Makefile variables.
Glenn Morris <rgm@gnu.org>
parents:
108555
diff
changeset
|
142 * sed1v2.inp (ns_appdir, ns_appbindir, ns_appsrc): Edit to empty. |
3088b1e22407
No harm in always defining some ns_ Makefile variables.
Glenn Morris <rgm@gnu.org>
parents:
108555
diff
changeset
|
143 |
108555 | 144 * sed1v2.inp (MSDOS_OBJ): Edit to dosfns.o msdos.o. |
145 (MSDOS_SUPPORT): Edit to $(MSDOS_SUPPORT_REAL). | |
146 * sed1x.inp (MSDOS_X_OBJ): Edit to w16select.o termcap.o. | |
147 | |
108554
2a91d2a1b873
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Glenn Morris <rgm@gnu.org>
parents:
108547
diff
changeset
|
148 * sed2x.inp (HAVE_WINDOW_SYSTEM): Define. |
2a91d2a1b873
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Glenn Morris <rgm@gnu.org>
parents:
108547
diff
changeset
|
149 * sed1x.inp (TOOLTIP_SUPPORT): Edit to ${lispsource}tooltip.elc. |
2a91d2a1b873
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Glenn Morris <rgm@gnu.org>
parents:
108547
diff
changeset
|
150 (WINDOW_SUPPORT): Edit to $(BASE_WINDOW_SUPPORT) $(X_WINDOW_SUPPORT). |
2a91d2a1b873
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Glenn Morris <rgm@gnu.org>
parents:
108547
diff
changeset
|
151 * sed1v2.inp (MOUSE_SUPPORT): Edit to $(REAL_MOUSE_SUPPORT). |
2a91d2a1b873
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Glenn Morris <rgm@gnu.org>
parents:
108547
diff
changeset
|
152 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): Edit to empty. |
2a91d2a1b873
Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
Glenn Morris <rgm@gnu.org>
parents:
108547
diff
changeset
|
153 |
108547
29bd94ba8c02
* msdos/sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
Glenn Morris <rgm@gnu.org>
parents:
108546
diff
changeset
|
154 * sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype). |
29bd94ba8c02
* msdos/sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
Glenn Morris <rgm@gnu.org>
parents:
108546
diff
changeset
|
155 |
108546
8039fa319d6b
Minor build simplification for NS.
Glenn Morris <rgm@gnu.org>
parents:
108525
diff
changeset
|
156 * sed1v2.inp (@NS_IMPL_GNUSTEP_INC@): Edit to nil. |
8039fa319d6b
Minor build simplification for NS.
Glenn Morris <rgm@gnu.org>
parents:
108525
diff
changeset
|
157 |
108522
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
158 2010-05-13 Glenn Morris <rgm@gnu.org> |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
159 |
108525
25f3a5a76921
Some msdos build fixes (hopefully, possibly, ...)
Glenn Morris <rgm@gnu.org>
parents:
108522
diff
changeset
|
160 * sed1x.inp (OLDXMENU): Edit to ${oldXMenudir}libXMenu11.a. |
25f3a5a76921
Some msdos build fixes (hopefully, possibly, ...)
Glenn Morris <rgm@gnu.org>
parents:
108522
diff
changeset
|
161 (LIBXMENU): Edit to ${OLDXMENU}. |
25f3a5a76921
Some msdos build fixes (hopefully, possibly, ...)
Glenn Morris <rgm@gnu.org>
parents:
108522
diff
changeset
|
162 (LIBX_OTHER): Edit to ${LIBXT} ${LIBX_EXTRA}. |
25f3a5a76921
Some msdos build fixes (hopefully, possibly, ...)
Glenn Morris <rgm@gnu.org>
parents:
108522
diff
changeset
|
163 |
108522
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
164 * sed1v2.inp (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD) |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
165 (FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS, FREETYPE_LIBS) |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
166 (LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS, M17N_FLT_LIBS) |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
167 (GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBRESOLV, LIBGPM): |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
168 Edit to empty, |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
169 (LIB_MATH): Edit to -lm. |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
170 (UNEXEC_OBJ): Edit to unexec.o. |
0d518077d6bd
Define some variables to hold configure's output, for clarity.
Glenn Morris <rgm@gnu.org>
parents:
108508
diff
changeset
|
171 |
108507
ea7b1bab920f
Move LIB_GCC from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108473
diff
changeset
|
172 2010-05-12 Glenn Morris <rgm@gnu.org> |
ea7b1bab920f
Move LIB_GCC from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108473
diff
changeset
|
173 |
108508
fa057912367f
Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.
Glenn Morris <rgm@gnu.org>
parents:
108507
diff
changeset
|
174 * sed3v2.inp (INSTALLABLES): No more @LIB_SRC_EXTRA_INSTALLABLES@. |
fa057912367f
Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.
Glenn Morris <rgm@gnu.org>
parents:
108507
diff
changeset
|
175 |
108507
ea7b1bab920f
Move LIB_GCC from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108473
diff
changeset
|
176 * sed1v2.inp (LIB_GCC): Edit to -Lgcc. |
ea7b1bab920f
Move LIB_GCC from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108473
diff
changeset
|
177 |
108473
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108382
diff
changeset
|
178 2010-05-11 Glenn Morris <rgm@gnu.org> |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108382
diff
changeset
|
179 |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108382
diff
changeset
|
180 * sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys. |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108382
diff
changeset
|
181 * sed3x.inp: New file. |
d89b565897dd
On msdos, set LIBS_SYSTEM with config.bat, not cpp.
Glenn Morris <rgm@gnu.org>
parents:
108382
diff
changeset
|
182 |
108379
203aa49071bf
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108375
diff
changeset
|
183 2010-05-10 Glenn Morris <rgm@gnu.org> |
203aa49071bf
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108375
diff
changeset
|
184 |
108382
b9b3b94979ee
Move LIBS_SYSTEM from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108379
diff
changeset
|
185 * sed1v2.inp, sed3v2.inp (LIBS_SYSTEM): Edit to empty. |
b9b3b94979ee
Move LIBS_SYSTEM from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108379
diff
changeset
|
186 |
108379
203aa49071bf
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108375
diff
changeset
|
187 * sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail. |
203aa49071bf
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108375
diff
changeset
|
188 |
108371
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
107759
diff
changeset
|
189 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
107759
diff
changeset
|
190 |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
107759
diff
changeset
|
191 * Version 23.2 released. |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
107759
diff
changeset
|
192 |
108310
17d73312ed65
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108298
diff
changeset
|
193 2010-05-08 Glenn Morris <rgm@gnu.org> |
17d73312ed65
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108298
diff
changeset
|
194 |
17d73312ed65
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108298
diff
changeset
|
195 * sed1v2.inp (LIBS_TERMCAP): Edit to empty. |
17d73312ed65
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108298
diff
changeset
|
196 (TERMCAP_OBJ): Edit to tparam.o. |
17d73312ed65
Move TERMINFO, LIBS_TERMCAP from cpp to configure.
Glenn Morris <rgm@gnu.org>
parents:
108298
diff
changeset
|
197 |
108298
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
198 2010-05-07 Eli Zaretskii <eliz@gnu.org> |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
199 |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
200 Fix breakage due to autoconfiscation of Makefile.in files. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
201 |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
202 * sed3v2.inp (C_SWITCH_MACHINE): Edit to empty. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
203 |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
204 * sed1v2.inp (@LIB_MATH@): Edit to -lm. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
205 (C_SWITCH_MACHINE, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_TEMACS) |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
206 (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH) |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
207 (LD_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_EXTRA, LIBTIFF, LIBJPEG) |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
208 (LIBPNG, LIBGIF, LIBXPM, XFT_LIBS, DBUS_CFLAGS, DBUS_LIBS) |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
209 (DBUS_OBJ, GCONF_CFLAGS, GCONF_LIBS, GTK_OBJ, LIBXMU, LIBXSM) |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
210 (LIBXTR6, XOBJ, TOOLKIT_LIBW, WIDGET_OBJ, CYGWIN_OBJ, NS_OBJ) |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
211 (NS_SUPPORT, LIBSELINUX_LIBS, START_FILES): Edit to empty. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
212 (XMENU_OBJ): Edit to xmenu.o. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
213 (FONT_OBJ): Edit to value used for X on Unix. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
214 (PRE_ALLOC_OBJ): Edit to lastfile.o. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
215 (POST_ALLOC_OBJ): Edit to $(vmlimitobj). |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
216 (@unexec@): Edit to unexec.o. |
ffcbc15ab440
Fix MS-DOS configuring in lib-src/ and src/, broken by autoconfiscation.
Eli Zaretskii <eliz@gnu.org>
parents:
108265
diff
changeset
|
217 |
108265
39e86d46390a
Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents:
107768
diff
changeset
|
218 2010-05-06 Glenn Morris <rgm@gnu.org> |
39e86d46390a
Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents:
107768
diff
changeset
|
219 |
39e86d46390a
Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents:
107768
diff
changeset
|
220 * sed1v2.inp, sed5x.inp: Remove LN_S, unused. |
39e86d46390a
Remove some unused Makefile.in variables.
Glenn Morris <rgm@gnu.org>
parents:
107768
diff
changeset
|
221 |
107733
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
222 2010-04-01 Eli Zaretskii <eliz@gnu.org> |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
223 |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
224 Remove support for DJGPP v1.x. |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
225 |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
226 * sed3.inp: |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
227 * sed2.inp: |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
228 * sed1.inp: |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
229 * mainmake: Files removed. |
84b961690802
Remove support for DJGPP v1.x (bug#5813).
Eli Zaretskii <eliz@gnu.org>
parents:
107548
diff
changeset
|
230 |
107548
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
231 2010-03-27 Eli Zaretskii <eliz@gnu.org> |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
232 |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
233 * sedlisp.inp (VPATH): Don't edit, no longer needed. |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
234 (lisp, srcdir): Adapt to lisp/Makefile.in changes. |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
235 (abs_top_builddir): New edit. |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
236 |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
237 * sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
238 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values. |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
239 |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
240 * sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
241 (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values. |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
242 |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
243 * sed1v2.inp (abs_builddir): Edit into "../src". |
f1433702b7ea
Fix the MSDOS build as fallout from the latest Makefile.in changes.
Eli Zaretskii <eliz@gnu.org>
parents:
107367
diff
changeset
|
244 |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107197
diff
changeset
|
245 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107197
diff
changeset
|
246 |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107197
diff
changeset
|
247 * Branch for 23.2. |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
107197
diff
changeset
|
248 |
107197
8b83e8b68526
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
249 2010-02-19 Eli Zaretskii <eliz@gnu.org> |
8b83e8b68526
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
250 |
8b83e8b68526
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
251 * INSTALL: Remove a CVS-specific note. Update for latest versions |
8b83e8b68526
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
252 of Windows. |
8b83e8b68526
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
253 |
105065 | 254 2009-09-17 Eli Zaretskii <eliz@gnu.org> |
255 | |
256 * sed1v2.inp (OTHER_FILES): Edit to empty. | |
257 | |
104948 | 258 2009-09-11 Eli Zaretskii <eliz@gnu.org> |
259 | |
260 * mainmake.v2 (bootstrap): Ensure enough environment space | |
261 will be available to run config.bat. | |
262 | |
104654 | 263 2009-08-27 Eli Zaretskii <eliz@gnu.org> |
264 | |
265 * sed1v2.inp (buildobj.h): Replace "echo" with "djecho". | |
266 | |
103507
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102962
diff
changeset
|
267 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102962
diff
changeset
|
268 |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102962
diff
changeset
|
269 * Branch for 23.1. |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
102962
diff
changeset
|
270 |
102962 | 271 2009-04-14 Eli Zaretskii <eliz@gnu.org> |
272 | |
273 * mainmake.v2 (src) <gdb.ini>: Don't replace the line with | |
274 x_error_quitter; instead, append "set environment NAME" to the end. | |
275 Set NAME and USERNAME in the environment to the same value. | |
276 | |
102329 | 277 2009-02-28 Eli Zaretskii <eliz@gnu.org> |
278 | |
279 * mainmake.v2 (boot): Don't require b-emacs.exe if not building | |
102333 | 280 out of CVS. (Bug#2151) |
102329 | 281 |
100558 | 282 2008-12-19 Eli Zaretskii <eliz@gnu.org> |
283 | |
284 * INSTALL: Document the problems on Windows Vista and the | |
285 --with-system-malloc option to config.bat. | |
286 | |
287 * sedalloc.inp: New file. | |
288 | |
99770 | 289 2008-11-21 Eli Zaretskii <eliz@gnu.org> |
290 | |
291 * mainmake.v2 (misc): New target. | |
292 (all, info): Depend on `misc'. | |
293 | |
99574 | 294 2008-11-15 Eli Zaretskii <eliz@gnu.org> |
295 | |
99586 | 296 * mainmake.v2 (src): Move removal of src/bootlisp after recursing |
297 into `lisp'. | |
298 | |
99582 | 299 Make bootstrap work again: |
300 | |
301 * mainmake.v2 (boot): New variable. | |
302 (src): Pass $(boot) to sub-Make. Remove src/bootlisp. If | |
303 src/bootlisp exists after running Make, run Make in `lisp' as | |
304 well. | |
305 (clean, mostlyclean): Remove bogus repeated clean in the top-level | |
306 directory. | |
307 (info, bootstrap-clean): New targets. | |
308 (bootstrap): Depend only on bootstrap-clean. Commands modified to | |
309 be equivalent to top-level Makefile.in. | |
310 (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src) | |
311 (bootstrap-clean-before, bootstrap-clean-after): Targets deleted. | |
312 (clean, mostlyclean, distclean, maintainer-clean, extraclean): | |
313 Don't recurse into lwlib and oldXMenu. | |
314 | |
315 * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe. | |
316 | |
317 * sedlisp.inp: Don't convert *.el files to Unix text format, and | |
318 don't copy ldefs-boot.el into loaddefs.el. | |
319 | |
320 * sed6.inp: Edit out Unixy shell features in maintainer-clean | |
321 targets in doc/ Makefiles. | |
322 | |
99574 | 323 * INSTALL: Update the list of utilities needed by lisp/Makefile |
324 and for bootstrapping. | |
325 | |
99470 | 326 2008-11-08 Eli Zaretskii <eliz@gnu.org> |
327 | |
328 * INSTALL: New file, with build instructions moved from the | |
329 top-level INSTALL. | |
330 | |
98703 | 331 2008-10-14 Eli Zaretskii <eliz@gnu.org> |
332 | |
333 * sedlisp.inp (lisp): Set to absolute file name of current | |
334 directory, not to ".", to have it on EMACSLOADPATH when we descend | |
335 into subdirectories. | |
336 | |
97672 | 337 2008-08-23 Eli Zaretskii <eliz@gnu.org> |
338 | |
339 * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on | |
340 src/s/msdos.h). | |
341 | |
342 * sed3v2.inp: Edit out @LIB_SRC_EXTRA_INSTALLABLES@. | |
343 | |
100123 | 344 * sed1v2.inp (version): Define to empty. |
97672 | 345 (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff. |
346 (EXEEXT): Define to .exe. | |
347 Edit "ln -f" into "cp -pf". | |
348 Edit "touch" into "djecho $@ >", to avoid requiring touch.exe. | |
349 (b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe. | |
350 Edit "`/bin/pwd`/" into "./". | |
351 Stubify emacs after it is dumped, to produce emacs.exe. | |
352 Stubedit temacs.exe to 1024K of stack, emacs.exe to 2048K, and | |
353 b-emacs.exe to 3072K. | |
354 | |
355 * mainmake.v2 (emacs lispref lispintro): Chdir under doc/. | |
356 (emacs): Renamed from `man', to reflect changes in doc directory | |
357 structure. All callers changed. | |
358 (clean mostlyclean distclean maintainer-clean extraclean): Chdir | |
359 into doc/ for manuals. Add misc subdirectory. | |
360 (src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile. | |
361 (install): Don't stubify/stubedit emacs.exe, this is now done by | |
362 src/Makefile. | |
363 | |
85045 | 364 2007-10-05 Eli Zaretskii <eliz@gnu.org> |
365 | |
366 * sed6.inp: Update comment to reflect doc directory structure. | |
367 | |
368 * sed1v2.inp (RSVG_LIBS, RSVG_CFLAGS): Edit out. | |
369 | |
78287 | 370 2007-07-25 Glenn Morris <rgm@gnu.org> |
371 | |
372 * Relicense all FSF files to GPLv3 or later. | |
373 | |
374 * COPYING: Switch to GPLv3. | |
375 | |
77861
c42fd7f0cec6
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
376 2007-06-02 Chong Yidong <cyd@stupidchicken.com> |
c42fd7f0cec6
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
377 |
c42fd7f0cec6
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
378 * Version 22.1 released. |
c42fd7f0cec6
Version 22.1 released.
Chong Yidong <cyd@stupidchicken.com>
parents:
75769
diff
changeset
|
379 |
75765 | 380 2007-02-10 Glenn Morris <rgm@gnu.org> |
381 | |
382 * COPYING.DJ: Remove file since it is no longer needed (see README | |
383 for details). | |
384 | |
75461 | 385 2007-01-28 Glenn Morris <rgm@gnu.org> |
386 | |
387 * COPYING.DJ: New file. | |
388 | |
74427 | 389 2006-12-04 Eli Zaretskii <eliz@gnu.org> |
390 | |
391 * sed2v2.inp (HAVE_SYNC): Define. | |
392 | |
74185 | 393 2006-11-25 Eli Zaretskii <eliz@gnu.org> |
394 | |
395 * sed1v2.inp (CFLAGS_SOUND): Edit out. | |
396 | |
72904
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68648
diff
changeset
|
397 2006-09-15 Jay Belanger <belanger@truman.edu> |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68648
diff
changeset
|
398 |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68648
diff
changeset
|
399 * COPYING: Replace "Library Public License" by "Lesser Public |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68648
diff
changeset
|
400 License" throughout. |
425ede302504
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
68648
diff
changeset
|
401 |
65416 | 402 2005-09-10 Sven Joachim <svenjoac@gmx.de> (tiny change) |
403 | |
404 * sed3v2.inp (GETOPT_H, GETOPTOBJS): Define to use getopt.h, | |
405 getopt.o and getopt1.o. | |
406 | |
64099 | 407 2005-07-04 Lute Kamstra <lute@gnu.org> |
408 | |
409 Update FSF's address in GPL notices. | |
410 | |
58126 | 411 2004-11-10 Eli Zaretskii <eliz@gnu.org> |
412 | |
413 * sed1.inp: Revert last change. | |
414 | |
93292 | 415 2004-11-09 Jan Djärv <jan.h.d@swipnet.se> |
58066
c9dfe25246c9
* sed1v2.inp: Use djecho for buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58037
diff
changeset
|
416 |
c9dfe25246c9
* sed1v2.inp: Use djecho for buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58037
diff
changeset
|
417 * sed1v2.inp: Use djecho for buildobj.lst. |
c9dfe25246c9
* sed1v2.inp: Use djecho for buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58037
diff
changeset
|
418 |
c9dfe25246c9
* sed1v2.inp: Use djecho for buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58037
diff
changeset
|
419 * sed1.inp: Ditto. |
c9dfe25246c9
* sed1v2.inp: Use djecho for buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58037
diff
changeset
|
420 |
58033 | 421 2004-11-08 Eli Zaretskii <eliz@gnu.org> |
422 | |
58037 | 423 * sedlisp.inp (bootstrap-clean): Copy ldefs-boot.el onto |
424 loaddefs.el, unless the latter exists and is newer. | |
425 | |
58035 | 426 * mainmake.v2 (mostlyclean, distclean, maintainer-clean) |
427 (extraclean, bootfast): New targets. | |
428 (top_distclean): New macro, used by distclean, maintainer-clean, | |
429 and extraclean. | |
430 (.PHONY): Add bootfast. | |
431 (bootstrap): Make bootstrap-after in lisp. | |
75614 | 432 (bootstrap-clean-before): Clean in man, lispref, and lispintro as well. |
58035 | 433 |
58033 | 434 * sed2v2.inp (HAVE_BZERO): Define for GCC v3.x and later. |
435 | |
57359 | 436 2004-10-06 Eli Zaretskii <eliz@gnu.org> |
437 | |
438 * sed1v2.inp (LC_ALL=C): Fix src/Makefile breakage caused by | |
439 recent (2004-09-24) changes in src/Makefile.in. | |
440 | |
56664 | 441 2004-08-14 Eli Zaretskii <eliz@gnu.org> |
442 | |
443 * sedleim.inp: Remove the lines which say "<TAB>@true", to avoid | |
444 running a Unixy shell and to reincarnate the "Nothing to be done | |
445 for `all'" message from Make when there's nothing to be done. | |
446 | |
55531 | 447 2004-05-11 Eli Zaretskii <eliz@gnu.org> |
448 | |
449 * sedleim.inp (distclean): Remove stamp-subdirs. | |
450 (SUBDIRS): Don't use `touch', use `djecho' instead. | |
451 (changed.tit, changed.misc): Use `djecho' instead of `echo'. | |
452 | |
55321 | 453 2004-05-02 Eli Zaretskii <eliz@gnu.org> |
454 | |
455 * sed2v2.inp (HAVE_GETRUSAGE): Define. | |
456 | |
54706 | 457 2003-09-22 Eli Zaretskii <eliz@gnu.org> |
52581 | 458 |
459 * mainmake.v2 (man lispref lispintro): Specify an explicit target | |
460 `info', like Makefile.in does. | |
461 | |
54706 | 462 2003-08-31 Eli Zaretskii <eliz@gnu.org> |
52390 | 463 |
464 * sed3v2.inp (srcdir): Use "command.com /c cd" to produce an | |
465 absolute file name of the current working directory. This avoids | |
466 the warning from Make about circular dependencies. | |
467 | |
54706 | 468 2003-08-30 Eli Zaretskii <eliz@gnu.org> |
52386 | 469 |
470 * sedlisp.inp: Set FNCASE=y for all targets in the lisp directory, | |
471 so that CVS etc. file names are filtered out of the list of | |
472 subdirectories. | |
473 | |
54706 | 474 2003-08-28 Eli Zaretskii <eliz@gnu.org> |
52357 | 475 |
476 * sed6.inp (elisp.dvi, index.texi): Replace Unix shell commands | |
477 with equivalent COMMAND.COM commands. | |
478 | |
54706 | 479 2003-08-24 Eli Zaretskii <eliz@gnu.org> |
52307 | 480 |
52317 | 481 * sed3v2.inp (EXEEXT): Define to an empty string. |
482 | |
52311 | 483 * sed1v2.inp (EXEEXT): Define to an empty string. |
52313 | 484 Remove src/emacs after producing b-emacs.exe. |
52311 | 485 |
486 * sed2v2.inp (HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE) | |
52307 | 487 (HAVE_SIZE_T): Define. |
488 | |
44635 | 489 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> |
490 | |
491 * sed2v2.inp: New file. | |
492 | |
493 * sed2.inp: Remove DJGPP v2.x stuff. | |
494 | |
44177 | 495 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il> |
496 | |
497 * sedlisp.inp <bootstrap-clean>: Make sure all *.el files have | |
498 Unix EOLs, to avoid overflowing pure storage while bootstrapping. | |
499 | |
44039 | 500 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il> |
501 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
502 * mainmake.v2 (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src) |
44039 | 503 (bootstrap-clean-before, bootstrap-clean-after): Return to the |
504 top-level directory after sub-make. | |
505 (bootstrap-lisp): Pass an absolute file name as value of ${lisp}. | |
506 | |
507 * sed1v2.inp: Fix editing of the rule for ${libsrc}make-docfile. | |
508 | |
43807 | 509 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il> |
510 | |
96272 | 511 Add support for bootstrapping Emacs: |
43807 | 512 |
513 * sed1v2.inp: Edit the bootstrap-* targets. Fix the mostlyclean | |
514 target. | |
515 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
516 * mainmake.v2 (maybe_bootstrap, bootstrap, bootstrap-lisp-1) |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
517 (bootstrap-lisp, bootstrap-src, bootstrap-clean-before) |
43807 | 518 (bootstrap-clean-after): New targets. |
519 (all): Depend on maybe_bootstrap. | |
520 | |
42232 | 521 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> |
522 | |
523 * sed1v2.inp: Delete _gdbinit in distclean target. | |
524 | |
93292 | 525 2001-12-09 Pavel JanÃk <Pavel@Janik.cz> |
41903 | 526 |
527 * COPYING: Moved back. | |
528 | |
41886 | 529 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> |
530 | |
531 * sed2.inp (HAVE_VFORK): Don't define: the fragment in sysdep.c | |
532 which needed it is gone. | |
533 | |
93292 | 534 2001-11-29 Pavel JanÃk <Pavel@Janik.cz> |
41683 | 535 |
536 * COPYING: Removed. | |
537 | |
41432 | 538 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> |
539 | |
540 * mainmake.v2 (lispintro): New target. | |
541 (all): Add lispintro. | |
542 | |
543 * sed6.inp (SHELL): Comment away, for lispintro. | |
544 | |
40888 | 545 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> |
546 | |
547 * sed6.inp (texinputdir): Add, for the lispref directory. | |
548 | |
549 * mainmake.v2 (all): Add lispref. | |
550 (man lispref): Add lispref. | |
551 | |
40111 | 552 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
553 | |
40152 | 554 * (Version 21.1 released.) |
40111 | 555 |
39742 | 556 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
557 | |
558 * Branch for 21.1. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
559 |
38507 | 560 2001-07-20 Eli Zaretskii <eliz@is.elta.co.il> |
561 | |
562 * mainmake.v2 (install): Create site-lisp/subdirs.el if it is not | |
563 already there. | |
564 | |
38321 | 565 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il> |
566 | |
567 * sed2.inp: Ifdef away the test for !HAVE_MKTIME, to avoid parse | |
568 error in "gcc -E -traditional" with GCC 3.0. | |
569 | |
37147 | 570 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il> |
571 | |
572 * sedleim.inp (srcdir=): Edit @srcdir@ into an absolute file name | |
573 of the leim subdirectory, so that EMACSLOADPATH doesn't break when | |
574 titdic-convert chdirs into leim/quail. | |
575 | |
37075 | 576 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il> |
577 | |
578 * sedleim.inp: Adapt to changes in leim/Makefile.in's $(TIT) | |
579 target. | |
580 | |
36461
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
581 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il> |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
582 |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
583 * README: New file. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
584 |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
585 * sed1.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
586 * sed1v2.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
587 * sed2.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
588 * sed2x.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
589 * sed3.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
590 * sed3v2.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
591 * sed4.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
592 * sed5x.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
593 * sed6.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
594 * sedleim.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
595 * sedlisp.inp: Add copyright. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
36237
diff
changeset
|
596 |
36237 | 597 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il> |
598 | |
599 * mainmake.v2, mainmake: Add copyright. | |
600 | |
33777 | 601 2000-11-22 Eli Zaretskii <eliz@is.elta.co.il> |
602 | |
603 * sed2.inp (NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]: | |
604 Define; it is undefined in DJGPP v2.01. | |
605 | |
33452 | 606 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il> |
607 | |
608 * sed2.inp (HAVE_MKSTEMP): Define. | |
609 | |
32255 | 610 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
611 | |
612 * sedleim.inp (RUN-EMACS): Remove EMACSLOADPATH setting as part of | |
613 the command; use Make's "export EMACSLOADPATH=" instead. Remove | |
614 the handling of `command` expansion, leim/Makefile.in doesn't use | |
615 that anymore. | |
616 | |
31262 | 617 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il> |
618 | |
619 * sed2.inp (HAVE_INDEX, HAVE_RINDEX): Define. | |
620 | |
31055 | 621 2000-08-22 Eli Zaretskii <eliz@is.elta.co.il> |
622 | |
623 * mainmake.v2 (TAGS): Don't use [a-zA-Z]*, as it causes wildcard | |
624 expansion to become case-sensitive and return all file names in | |
625 upper case on plain DOS. | |
626 | |
30600 | 627 2000-08-05 Eli Zaretskii <eliz@is.elta.co.il> |
628 | |
629 * mainmake.v2 (src): Put gdb.tmp after -a, since djecho's -a | |
630 switch requires an argument. | |
631 | |
30536 | 632 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> |
633 | |
634 * mainmake.v2 (src): Make the rule faster by using a single djecho | |
635 command instead of multiple redir invocations. | |
636 (install): Speed up by using a command.com's for loop. | |
637 | |
30382 | 638 2000-07-23 Eli Zaretskii <eliz@is.elta.co.il> |
639 | |
640 * sed3v2.inp: Define ALLOCA to an empty string. | |
641 | |
30277 | 642 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il> |
643 | |
644 * sed1v2.inp: Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS. | |
645 | |
30120 | 646 2000-07-09 Eli Zaretskii <eliz@is.elta.co.il> |
647 | |
648 * sed1v2.inp: Set LIBSOUND to an empty string. | |
649 | |
29951 | 650 2000-06-26 Eli Zaretskii <eliz@is.elta.co.il> |
651 | |
652 * sed2.inp: Define HAVE_STRUCT_TIMEZONE in src/config.h. | |
653 | |
29924 | 654 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il> |
655 | |
656 * sed1v2.inp: Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile. | |
657 | |
29715 | 658 2000-06-18 Eli Zaretskii <eliz@is.elta.co.il> |
659 | |
660 * sedlisp.inp (srcdir): Edit this variable. | |
661 | |
29682 | 662 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
663 | |
664 * sedlisp.inp: New file. | |
665 | |
28973 | 666 2000-05-18 Eli Zaretskii <eliz@is.elta.co.il> |
667 | |
668 * sed6.inp: Changes to allow "make foo.dvi" on DJGPP platforms: | |
669 (ENVADD): Redefine as empty, to avoid requiring a Unixy shell. | |
670 (TEXINPUTS): Use semi-colon; export explicitly. | |
671 (MAKEINFO): Export explicitly. | |
672 | |
28769 | 673 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il> |
674 | |
675 * mainmake.v2 (install): Install ebrowse.exe. | |
676 | |
28588 | 677 2000-04-14 Dave Love <fx@gnu.org> |
678 | |
679 * sed1v2.inp, sed1.inp: Add LIBS, LIBOBJS. | |
680 | |
28136 | 681 2000-03-13 Eli Zaretskii <eliz@is.elta.co.il> |
682 | |
683 * sed2.inp: Add PROTOTYPES and POINTER_TYPE, per the new | |
684 config.in. | |
685 | |
27449 | 686 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
687 | |
688 * sed2.inp (HAVE_SETITIMER): Define. | |
689 | |
26497
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
25854
diff
changeset
|
690 1999-11-18 Eli Zaretskii <eliz@is.elta.co.il> |
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
25854
diff
changeset
|
691 |
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
25854
diff
changeset
|
692 * sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define. |
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
25854
diff
changeset
|
693 |
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
25854
diff
changeset
|
694 * sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent. |
d7fc0ed0cd81
sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents:
25854
diff
changeset
|
695 |
25854 | 696 1999-07-29 Eli Zaretskii <eliz@gnu.org> |
697 | |
698 * sedleim.inp (SHELL, MAKESHELL): Use /xyzzy/command as the shell. | |
699 | |
700 1999-07-12 Richard Stallman <rms@gnu.org> | |
701 | |
702 * Version 20.4 released. | |
703 | |
704 1999-07-01 Eli Zaretskii <eliz@gnu.org> | |
705 | |
706 * mainmake.v2 (SHELL, MAKESHELL): Don't use /dos/command, it can | |
98317 | 707 invoke an incompatible version of COMMAND.COM. |
25854 | 708 |
709 1999-05-19 Eli Zaretskii <eliz@gnu.org> | |
710 | |
711 * sed1v2.inp: Use -gcoff instead of -g in CFLAGS, for those who | |
712 have GCC configured by default to use stabs, which unexec.c | |
713 doesn't currently support. | |
714 | |
715 1999-01-14 Eli Zaretskii <eliz@gnu.org> | |
716 | |
717 * mainmake.v2 (install): Use update instead of sed to install fns.el. | |
718 | |
719 1999-01-11 Eli Zaretskii <eliz@gnu.org> | |
720 | |
721 * mainmake.v2 (install): Install fns.el in ../bin, since Emacs | |
722 looks for it in exec-directory. | |
723 | |
724 1999-01-07 Eli Zaretskii <eliz@gnu.org> | |
725 | |
726 * sedleim.inp: New file, for configuring the leim directory. | |
727 | |
728 * mainmake.v2 (src): Build files in leim if leim/Makefile exists. | |
729 (clean): Add clean in leim. | |
730 | |
731 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> | |
732 | |
733 * mainmake.v2 (SHELL, MAKESHELL): Don't use `override'. | |
734 | |
735 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org> | |
736 | |
737 * mainmake.v2: Forcibly set SHELL and MAKESHELL to force Make to | |
738 use COMMAND.COM as the shell. | |
739 | |
740 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
741 | |
742 * Version 20.3 released. | |
743 | |
744 1998-05-04 Eli Zaretskii <eliz@mescaline.gnu.org> | |
745 | |
746 * mainmake.v2 (TAGS tags): Fix file name wildcards in lisp | |
747 directory. | |
748 | |
749 1998-04-13 Eli Zaretskii <eliz@delysid.gnu.org> | |
750 | |
751 * mainmake.v2 (src): Replace topdir with top_srcdir in commands | |
752 which generate gdb.ini. | |
753 | |
754 1998-04-12 Eli Zaretskii <eliz@delysid.gnu.org> | |
755 | |
756 * mainmake.v2 (version): Determine emacs-version from | |
757 lisp/version.el. Pass it to sub-Make's. | |
758 | |
759 1998-04-05 Eli Zaretskii <eliz@is.elta.co.il> | |
760 | |
761 * sed3v2.inp: When installing ${version}, | |
762 do it replacing @version@. | |
763 | |
764 * mainmake.v2 (version): Compute the version from lisp/version.el | |
765 and pass to sub-Make's. Pass top_srcdir to sub-Make's. | |
766 | |
767 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il> | |
768 | |
769 * sed6.inp: New file, configures the man directory for MSDOS. | |
770 | |
771 * mainmake.v2 (man): New target to build the manual. | |
772 (all): Add the man dependency. | |
773 (install): Change bin\\nul to bin\nul. | |
774 | |
775 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
776 | |
777 * Version 20.2 released. | |
778 | |
779 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
780 | |
781 * Version 20.1 released. | |
782 | |
783 1997-09-07 Eli Zaretskii <eliz@is.elta.co.il> | |
784 | |
785 * sed1v2.inp: Enlarge the stack size of temacs to 100KB. | |
786 | |
787 1997-08-13 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu> | |
788 | |
87611
a13ae3fa4361
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85045
diff
changeset
|
789 * sed2.inp (EMACS_CONFIGURATION): Set to i386-pc-msdosdjgpp. |
25854 | 790 |
75614 | 791 1997-08-10 Eli Zaretskii <eliz@is.elta.co.il> |
25854 | 792 |
793 * sed1v2.inp (CPPFLAGS, LDFLAGS): Edit to empty. | |
794 | |
795 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il> | |
796 | |
797 * sed2.inp (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT) | |
798 (HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined. | |
799 | |
800 * sed1.inp, sed1v2.inp: Remove `stamp-oldxmenu' dependency, so | |
801 MSDOS users won't need `touch' installed. | |
802 | |
803 * mainmake.v2 (TAGS, tags): Include new lisp subdirectories. | |
804 | |
805 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
806 | |
807 * Version 19.33 released. | |
808 | |
809 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
810 | |
811 * is_exec.c: Renamed from is-exec.c. | |
812 | |
813 1996-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
814 | |
815 * Version 19.32 released. | |
816 | |
817 * is-exec.c, sigaction.c: New files. | |
818 | |
819 1996-07-24 Eli Zaretskii <eliz@is.elta.co.il> | |
820 | |
821 * mainmake.v2 (TAGS): Make sure bin/etags.exe is current. Make | |
822 the rules always generate TAGS. | |
823 | |
824 1996-06-09 Eli Zaretskii <eliz@is.elta.co.il> | |
825 | |
826 * sed2.inp: Don't undef MULTI_FRAME. | |
827 | |
828 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
829 | |
830 * Version 19.31 released. | |
831 | |
832 1996-04-17 Eli Zaretskii <eliz@is.elta.co.il> | |
833 | |
834 * sed1.inp: Replace `make-docfile' with `make-doc.exe'. In case | |
835 src/Makefile needs to rebuild `make-doc.exe', use one command per line. | |
836 Undo the previous change. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
837 |
25854 | 838 1996-04-15 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
839 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
840 * sed1.inp: Change make-docfile to make-doc.exe in a second place. |
25854 | 841 |
842 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il> | |
843 | |
844 * mainmake.v2 (src): Create a file with sed commands instead of using | |
845 a long sed command line (some versions of Sed don't handle that). | |
846 (gdb): Merged back into src, undoing April 13 change. | |
847 (install): Do use if statements, but not a loop. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
848 |
25854 | 849 1996-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
850 | |
851 * mainmake.v2 (gdb): New target, broken out of src. | |
852 (install): Use simple explicit copy commands, not a loop. | |
853 | |
854 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il> | |
855 | |
856 * sed2.inp: Under DJGPP v2, use <sys/config.h> instead of most of | |
857 config.h.in. | |
858 | |
859 * sed1v2.inp, sed3v2.inp, mainmake.v2: New files. | |
860 | |
861 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
862 | |
863 * sed2.inp (LOCALTIME_CACHE, HAVE_TZSET): Define these. | |
864 | |
865 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
866 | |
867 * Version 19.30 released. | |
868 | |
869 1995-11-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
870 | |
871 * sed3.inp: Alter test-distrib to test-dis. | |
872 | |
873 1995-11-03 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
874 | |
875 * mainmake (install): Don't mv make-doc.exe into ../bin/. | |
876 | |
877 1995-10-11 Kim Storm <kfstorm@wombat.gnu.ai.mit.edu> | |
878 | |
879 * sed1.inp: Call make-doc.exe instead of make-docfile. | |
880 | |
881 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
882 | |
883 * sed2.inp: Define STDC_HEADERS. | |
884 Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c. | |
885 | |
886 1995-01-20 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | |
887 | |
888 * sed3.inp: Fix sed append command to behave as intended. | |
889 | |
890 1995-01-20 Morten Welinder <terra@diku.dk> | |
891 | |
892 * sed3.inp: Delete mysterious dot. Add comment to protect blank | |
893 line at end of file. Make sure make-docfile is compiled. | |
894 | |
895 1995-01-10 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | |
896 | |
897 * sed3.inp: Use coff2exe on make-docfile. | |
898 * sed1.inp: Not go32, which has problems with long arg lists. | |
899 | |
900 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu> | |
901 | |
902 * sed1.inp: Handle "\t#"-style comments. | |
903 (obj): Don't add any files -- now done in src/makefile.in.in | |
904 (temacs): Don't depend on prefix-args. | |
905 (DOC): Reflect makefile changes regarding two-batch run. | |
906 | |
907 * sed2.inp: Add comments showing how to use the system malloc. | |
908 (EMACS_CONFIG_OPTIONS): Set though not useful. | |
909 (HAVE_MKTIME): Define. | |
910 | |
911 * mainmake (clean): Add target. | |
912 | |
913 * sed1x.inp, sed2x.inp, sed5x.inp: New files for X configuration. | |
914 | |
915 1994-07-14 Morten Welinder (terra@diku.dk) | |
916 | |
917 * sed2.inp (HAVE_STRERROR): Define. | |
918 | |
919 1994-07-08 Morten Welinder (terra@diku.dk) | |
920 | |
921 * sed1.inp, sed2.inp: Use "m/intel386" instead of "m/dos386.h". | |
922 | |
923 1994-06-01 Morten Welinder (terra@diku.dk) | |
924 | |
925 * sed4.inp: New file for configuring src/paths.h. | |
926 | |
927 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
928 | |
929 * Version 19.25 released. | |
930 | |
931 1994-05-22 Morten Welinder (terra@diku.dk) | |
932 | |
933 * sed1.inp: Adding dos-fns.elc to the set of lisp files was moved | |
934 to src/makefile.in.in. | |
935 | |
936 1994-05-20 Morten Welinder (terra@tyr.diku.dk) | |
937 | |
938 * sed2.inp: Reflect change from CONFIGURATION to EMACS_CONFIGURATION. | |
939 Also set it to correct three-part value. | |
940 | |
941 1994-05-16 Morten Welinder (terra@tyr.diku.dk) | |
942 | |
943 * Version 19.23 released. | |
944 | |
945 * sed1.inp: Don't use `+' in regexps as different stream | |
946 editors interpret them differently. Use `*' instead. | |
947 | |
948 1994-05-12 Morten Welinder (terra@diku.dk) | |
949 | |
950 * mainmake (install): Set the minimum stack (for running under | |
951 DPMI) to 512K. Avoid using wildcard for matching one file. | |
952 | |
953 1994-05-08 Morten Welinder (terra@diku.dk) | |
954 | |
955 * sed3.inp: Don't pass version to [ce]tags. | |
956 | |
957 1994-04-30 Morten Welinder (terra@diku.dk) | |
958 | |
107759
f46f743d330a
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
107197
diff
changeset
|
959 * sed1.inp: Don't comment out the inc-vers run as that |
25854 | 960 does not exist anymore. |
961 Don't reset DEBUG_MOLE as that no longer is used. | |
962 Identify the file being patched as src/... | |
963 * sed2.inp: Identify the file being patched as src/... | |
964 * sed3.inp: We don't have to have the version number in here | |
965 anymore. Instead we patch the way it is passed from make to | |
966 the C compiler. | |
967 | |
968 1994-04-29 Morten Welinder (terra@diku.dk) | |
969 | |
970 * sed1.inp: Set CFLAGS=-O2, not -g. Handle the new | |
971 M_FILE, S_FILE, and SET_MAKE defines. Get rid of ^Ms. | |
972 | |
973 * sed2.inp: We have bcmp. Configuration is "msdos". | |
974 Get rid of ^Ms. | |
975 | |
976 * sed3.inp: Set CFLAGS=-O2, not -g. Correct for | |
977 new configuration regarding utilities not to compile. | |
978 Fix version number. Get rid of ^Ms. | |
979 | |
980 1994-01-08 Morten Welinder (terra@diku.dk) | |
981 | |
107759
f46f743d330a
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
107197
diff
changeset
|
982 * sed3.inp: Improve make-compatibility by not using drive |
25854 | 983 specifications and by not specifying an explicit shell. |
984 | |
985 1994-01-07 Morten Welinder (terra@diku.dk) | |
986 | |
987 * sed1.inp: Incorporate the actions of patch1. | |
988 * patch1: File deleted. | |
989 | |
990 1993-01-05 Morten Welinder (terra@diku.dk) | |
991 | |
992 * mainmake: New file, makefile for the main directory. | |
993 | |
994 * patch1: New file. Context diff to turn src/makefile.in into | |
995 a msdos version called makefile. | |
996 | |
997 * emacs.pif: New file, program information file for Emacs under | |
998 Windows. (This file contains non-printable characters.) | |
999 | |
1000 * emacs.ico: New file, icon for Emacs under Windows. It's so ugly | |
87611
a13ae3fa4361
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85045
diff
changeset
|
1001 that someone is bound to create a better one. Mail uuencoded icons |
25854 | 1002 to terra@diku.dk, but be prepared to sign a copyright disclaimer. |
1003 (This file contains non-printable characters.) | |
1004 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44635
diff
changeset
|
1005 * sed3.inp: New file for changing lib-src/makefile.in into |
25854 | 1006 lib-src/makefile. |
1007 | |
87611
a13ae3fa4361
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85045
diff
changeset
|
1008 * sed2.inp: New file for changing src/config.h-in into src/config.h. |
25854 | 1009 |
87611
a13ae3fa4361
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85045
diff
changeset
|
1010 * sed1.inp: New file for changing src/makefile.in.in into src/makefile. |
30994 | 1011 |
1012 ;; Local Variables: | |
93292 | 1013 ;; coding: utf-8 |
73856
594a719b7a7f
Add "add-log-time-zone-rule: t" to Local Variables section.
Juanma Barranquero <lekktu@gmail.com>
parents:
72904
diff
changeset
|
1014 ;; add-log-time-zone-rule: t |
30994 | 1015 ;; End: |
39627 | 1016 |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64099
diff
changeset
|
1017 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
106815 | 1018 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1019 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1020 This file is part of GNU Emacs. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1021 |
94790
fa41f74280f5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93292
diff
changeset
|
1022 GNU Emacs is free software: you can redistribute it and/or modify |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1023 it under the terms of the GNU General Public License as published by |
94790
fa41f74280f5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93292
diff
changeset
|
1024 the Free Software Foundation, either version 3 of the License, or |
fa41f74280f5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93292
diff
changeset
|
1025 (at your option) any later version. |
75769
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1026 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1027 GNU Emacs is distributed in the hope that it will be useful, |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1028 but WITHOUT ANY WARRANTY; without even the implied warranty of |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1029 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1030 GNU General Public License for more details. |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1031 |
92a0e87ff562
Switch to standard GPL text for license.
Glenn Morris <rgm@gnu.org>
parents:
75765
diff
changeset
|
1032 You should have received a copy of the GNU General Public License |
94790
fa41f74280f5
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93292
diff
changeset
|
1033 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
52400 | 1034 |
1035 ;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44 |