comparison admin/FOR-RELEASE @ 72893:6f52b959d9a8

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Sep 2006 14:26:04 +0000
parents fada626d0f32
children 595099b5b224
comparison
equal deleted inserted replaced
72892:41ca3e86bd27 72893:6f52b959d9a8
51 ** regex char class matching needs a call to char-syntax. 51 ** regex char class matching needs a call to char-syntax.
52 52
53 ** regex char class matching breaks if you change entries 53 ** regex char class matching breaks if you change entries
54 in the syntax table. 54 in the syntax table.
55 55
56 ** Michael Cadilhac's line-move-partial is slow.
57
56 ** Handa's Sep 6 compilation font lock bug report. 58 ** Handa's Sep 6 compilation font lock bug report.
59
60 * LICENSES
61
62 ** These need updating
63
64 ./etc/COPYING:18:the GNU Library General Public License instead.) You can apply it to
65 ./info/COPYING:18:the GNU Library General Public License instead.) You can apply it to
66 ./info/emacs-5:6335:the GNU Library General Public License instead.) You can apply it to
67 ./info/emacs-5:6670:GNU Library General Public License instead of this License.
68 ./info/mh-e-1:6472:the GNU Library General Public License instead.) You can apply it to
69 ./info/mh-e-1:6807:GNU Library General Public License instead of this License.
70 ./info/calc-1:103:the GNU Library General Public License instead.) You can apply it to
71 ./info/calc-1:435:GNU Library General Public License instead of this License.
72 ./info/elisp-9:1499:the GNU Library General Public License instead.) You can apply it to
73 ./info/elisp-9:1835:GNU Lesser General Public License instead of this License.
74 ./lisp/COPYING:18:the GNU Library General Public License instead.) You can apply it to
75 ./lispref/gpl.texi:26:the GNU Library General Public License instead.) You can apply it to
76 ./man/calc.texi:206:the GNU Library General Public License instead.) You can apply it to
77 ./man/emacs.texi:1199:the GNU Library General Public License instead.) You can apply it to
78 ./man/mh-e.texi:9291:the GNU Library General Public License instead.) You can apply it to
79 ./src/COPYING:18:the GNU Library General Public License instead.) You can apply it to
80 ./COPYING:18:the GNU Library General Public License instead.) You can apply it to
81 ./leim/COPYING:18:the GNU Library General Public License instead.) You can apply it to
82 ./lib-src/COPYING:18:the GNU Library General Public License instead.) You can apply it to
83 ./lwlib/COPYING:18:the GNU Library General Public License instead.) You can apply it to
84 ./mac/COPYING:18:the GNU Library General Public License instead.) You can apply it to
85 ./msdos/COPYING:18:the GNU Library General Public License instead.) You can apply it to
86 ./nt/COPYING:18:the GNU Library General Public License instead.) You can apply it to
87
88 ** These need relicensing to the GPL.
89
90 ./src/gmalloc.c:13:modify it under the terms of the GNU Library General Public License as
91 ./src/gmalloc.c:20:Library General Public License for more details.
92 ./src/gmalloc.c:332:modify it under the terms of the GNU Library General Public License as
93 ./src/gmalloc.c:339:Library General Public License for more details.
94 ./src/gmalloc.c:935:modify it under the terms of the GNU Library General Public License as
95 ./src/gmalloc.c:942:Library General Public License for more details.
96 ./src/gmalloc.c:1254:modify it under the terms of the GNU Library General Public License as
97 ./src/gmalloc.c:1261:Library General Public License for more details.
98 ./src/gmalloc.c:1499:modify it under the terms of the GNU Library General Public License as
99 ./src/gmalloc.c:1506:Library General Public License for more details.
100 ./src/gmalloc.c:1596:modify it under the terms of the GNU Library General Public License as
101 ./src/gmalloc.c:1603:Library General Public License for more details.
102 ./src/gmalloc.c:1696:modify it under the terms of the GNU Library General Public License as
103 ./src/gmalloc.c:1703:Library General Public License for more details.
104 ./src/gmalloc.c:1763:modify it under the terms of the GNU Library General Public License as
105 ./src/gmalloc.c:1770:Library General Public License for more details.
106 ./src/md5.c:8: modify it under the terms of the GNU Library General Public License as
107 ./src/md5.c:15: Library General Public License for more details.
108 ./src/md5.h:8: modify it under the terms of the GNU Library General Public License as
109 ./src/md5.h:15: Library General Public License for more details.
110 ./src/strftime.c:10: modify it under the terms of the GNU Library General Public License
111 ./src/strftime.c:17: Library General Public License for more details.
112
57 113
58 * DOCUMENTATION 114 * DOCUMENTATION
59 115
60 ** Check the Emacs Tutorial. 116 ** Check the Emacs Tutorial.
61 117