Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
e32a5799
PE
12012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
4 * merge-gnulib: Add environ, stdalign.
5
d7ea76b4
DA
62012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7
8 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
9 make_unibyte_string to build_unibyte_string where appropriate.
10
4dc7c8d5 112012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
12
13 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
14
4dc7c8d5 152012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
16
17 * Version 24.1 released.
d7ea76b4 18
5ebbef1d
PE
192012-07-11 Paul Eggert <eggert@cs.ucla.edu>
20
bb352260
PE
21 Assume mkdir, perror, rename, rmdir, strerror.
22 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
23 (HAVE_STRERROR, strerror):
57054ddd 24 Remove.
5ebbef1d 25
7d7bbefd
DA
262012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
27
28 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
29 to XCDR and consistently use CONSP in the list iteration loops.
30 * coccinelle/vector_contents.cocci: Fix indentation.
31
f58e0fd5
SM
322012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * bzrmerge.el: Use cl-lib.
35
c4444d16
PE
362012-07-09 Paul Eggert <eggert@cs.ucla.edu>
37
38 Rename configure.in to configure.ac (Bug#11603).
39 * admin.el (set-version):
40 * quick-install-emacs (VERSION):
41 Get version number from configure.ac, not configure.in.
42
fee5959d
PE
432012-07-06 Paul Eggert <eggert@cs.ucla.edu>
44
45 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
46 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
47
23f86fce
DA
482012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
49
50 * coccinelle/xzalloc.cocci: Semantic patch to convert
51 calls to xmalloc with following memset to xzalloc.
52
95f61aa2
JB
532012-07-04 Juanma Barranquero <lekktu@gmail.com>
54
55 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
56
1130ecfc
DA
572012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
58
59 * coccinelle/build_string.cocci: Semantic patch
60 to convert from make_string to build_string.
61
3c9359df
DA
622012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
63
64 First Coccinelle semantic patch.
65 * coccinelle: New subdirectory
66 * coccinelle/README: Documentation stub.
67 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
68 access to `contents' member of Lisp_Vector objects with AREF and ASET
69 where appropriate.
3c9359df 70
d35af63c
PE
712012-06-22 Paul Eggert <eggert@cs.ucla.edu>
72
73 Support higher-resolution time stamps (Bug#9000).
74 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
75 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
76 timespec-sub, utimens.
77 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
78 This trims down the gnulib import, from the very latest gnulib.
79 Emacs does its own implementation of 'select' and 'sigprocmask'
80 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
81 hosts, so it doesn't need these modules.
82 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
83 these gnulib modules are only for Windows porting and Emacs ports
84 to Windows in a different way.
85
646b5f55
AS
862012-06-13 Andreas Schwab <schwab@linux-m68k.org>
87
f58e0fd5
SM
88 * make-emacs: Rename --union-type to --check-lisp-type.
89 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
90 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
91 USE_LISP_UNION_TYPE.
92
418cd726
GM
932012-06-03 Glenn Morris <rgm@gnu.org>
94
95 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
96
501390c5
PE
972012-06-01 Paul Eggert <eggert@cs.ucla.edu>
98
99 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
100 * make-tarball.txt: Don't worry about maintainer mode.
101
0e7a053e
PE
1022012-05-28 Paul Eggert <eggert@cs.ucla.edu>
103
104 * CPP-DEFINES: Remove HAVE_SYSINFO.
105
50c4645e
PE
1062012-05-27 Paul Eggert <eggert@cs.ucla.edu>
107
108 Assume gnulib does largefile.
109 * merge-gnulib (GNULIB_MODULES): Add largefile.
110
34374650
PE
1112012-05-22 Paul Eggert <eggert@cs.ucla.edu>
112
113 Remove src/m/*.
114 * CPP-DEFINES: Do not mention src/m/*.h.
115 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
116 (BITS_PER_SHORT, BITS_PER_INT): Remove.
117 * MAINTAINERS: Remove src/m/.
118
9b4ee616
PE
1192012-05-21 Paul Eggert <eggert@cs.ucla.edu>
120
fb77d37e
PE
121 Use full name for m4/gnulib-comp.m4. (Bug#11529)
122 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
123
261cb4bb
PE
124 Assume C89 or later.
125 * CPP-DEFINES: Remove NULL, const.
126
9b4ee616
PE
127 Make merging from gnulib a script, not a makefile action.
128 * merge-gnulib: New script, with actions moved here from
129 ../Makefile.in.
130
003fdae2
PE
1312012-05-19 Paul Eggert <eggert@cs.ucla.edu>
132
9232a6d9
PE
133 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
134
003fdae2
PE
135 * CPP-DEFINES (HAVE_FTIME): Remove.
136
6116bd7e
GM
1372012-05-02 Glenn Morris <rgm@gnu.org>
138
139 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
140
a9f72fc1
GM
1412012-04-10 Glenn Morris <rgm@gnu.org>
142
c9279dad
GM
143 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
144
a9f72fc1
GM
145 * unidata/Makefile.in: Add FSF copyright.
146 Make it use autoconf features, and work for out-of-tree builds.
147
b142f158
EZ
1482012-04-07 Eli Zaretskii <eliz@gnu.org>
149
150 * unidata/README:
151 * unidata/copyright.html:
152 * unidata/BidiMirroring.txt:
153 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
154 the Unicode Standard.
155
c406be43
KH
1562012-02-16 Kenichi Handa <handa@m17n.org>
157
158 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
159 values of name and old-name to nil.
160 (unidata-get-name): Return nil for the default value.
161
58474503
GM
1622012-02-11 Glenn Morris <rgm@gnu.org>
163
164 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
165 (cusver-check): New functions.
166
54de86ac
GM
1672012-01-19 Glenn Morris <rgm@gnu.org>
168
169 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
170 "skip?" question, since there can be multiple such for any revision.
171
0dc18ae0
EZ
1722012-01-14 Eli Zaretskii <eliz@gnu.org>
173
174 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
175 updated and checked.
176
509c74bd
AS
1772011-11-26 Andreas Schwab <schwab@linux-m68k.org>
178
303d001f
AS
179 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
180 Avoid warning about old-style backquote.
181
509c74bd
AS
182 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
183 in regexp.
184 (wisent-make-parsers): Likewise. Quote `.'.
185
186 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
187 in regexp.
188 (bovine-make-parsers): Likewise. Quote `.'.
189
d5ff9cd0
AS
1902011-11-20 Andreas Schwab <schwab@linux-m68k.org>
191
192 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
193
7877f373
JB
1942011-11-16 Juanma Barranquero <lekktu@gmail.com>
195
196 * admin.el (manual-dvi): Fix typo.
197
b018182c
EZ
1982011-11-15 Eli Zaretskii <eliz@gnu.org>
199
7877f373 200 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 201
c7015153
JB
2022011-11-15 Juanma Barranquero <lekktu@gmail.com>
203
204 * make-emacs: Fix typo.
205
d31d07be
JB
2062011-11-07 Juanma Barranquero <lekktu@gmail.com>
207
208 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
209
72b8747b
DE
2102011-10-31 David Engster <deng@randomsample.de>
211
212 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
213
8cedc5ac
EZ
2142011-10-28 Eli Zaretskii <eliz@gnu.org>
215
216 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
217 running Emacs on Windows 9X.
218
a0c64452
CY
2192011-09-26 Chong Yidong <cyd@stupidchicken.com>
220
221 * admin.el (set-version): Fix regexps for config.nt and
222 sed2v2.inp.
223
e39b275c 2242011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 225
abec06ff 226 Merge from gnulib (Bug#9169).
24e0f6b1
PE
227 * notes/copyright: The files compile, config.guess, config.sub,
228 depcomp, install-sh, missing, and move-if-change are now in the
229 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
230 and warn-on-use.h are now in build-aux/snippets. New file
231 build-aux/snippets/_Noreturn.h.
232
bca633fb
EZ
2332011-08-23 Eli Zaretskii <eliz@gnu.org>
234
235 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
236 values of bidi-class according to DerivedBidiClass.txt from the
237 latest UCD.
238
0902a04e
KH
2392011-08-23 Kenichi Handa <handa@m17n.org>
240
241 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
242 values for name, general-category, canonical-combining-class,
243 mirrored, and bidi-class. Describe the meaning of value nil for
244 decimal-digit-value, digit-value, numeric-value, uppercase,
245 lowercase, titlecase, and mirroring.
246 (unidata-gen-table): Handle the case that default-value is a
247 list. Set default values of characters not listed in a table.
248 (unidata-get-name): Return an empty string if a value in a
249 char-table is nil.
250 (unidata-get-decomposition): Return a list of character itself if
251 a value in a char-table is nil.
252
474a8465
EZ
2532011-08-15 Eli Zaretskii <eliz@gnu.org>
254
255 * unidata/bidimirror.awk: File removed.
256
257 * unidata/biditype.awk: File removed.
258
259 * unidata/makefile.w32-in (all): Remove src/biditype.h and
260 src/bidimirror.h.
f58e0fd5 261 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
262
263 * unidata/Makefile.in (all): Remove src/biditype.h and
264 src/bidimirror.h.
f58e0fd5 265 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 266
a5b436df
JB
2672011-07-07 Juanma Barranquero <lekktu@gmail.com>
268
269 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
270 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
271
c805dec0
KH
2722011-07-06 Kenichi Handa <handa@m17n.org>
273
274 * unidata/unidata-gen.el (unidata-dir): New variable.
275 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
276 (unidata-prop-alist): INDEX element may be a function.
277 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
278 New entry `mirroring'.
279 (unidata-prop-default, unidata-prop-val-list): New subst.
280 (unidata-get-character, unidata-put-character): Delete them.
281 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
282 above changes.
283 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
284 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
285 Delete them.
286 (unidata-encode-val): Assume that the first element of VAL-LIST is
287 a cons (nil . 0).
288 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
289 Always store the encoded value.
290 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
291 Set the 1st and the 2nd extra slots to index numbers for C
292 functions.
293 (unidata-gen-table-integer): Likewise.
294 (unidata-gen-table-numeric): Likewise.
295 (unidata-gen-table-name): New arg IGNORE.
296 (unidata-gen-table-decomposition): Likewise.
297 (unidata-describe-general-category): Add the case nil to the
298 description alist.
a5b436df 299 (unidata-gen-mirroring-list): New function.
c805dec0
KH
300 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
301 unidata-prop-alist. Handle the case of storing multiple
302 char-tables in a file.
303
304 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
305 unidata-gen-files.
306
2a35386d
GM
3072011-05-21 Glenn Morris <rgm@gnu.org>
308
309 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
310
33383987
JB
3112011-03-07 Chong Yidong <cyd@stupidchicken.com>
312
313 * Version 23.3 released.
314
cce7d530 3152011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
316
317 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
318
9d9d12cd
EZ
3192011-02-19 Eli Zaretskii <eliz@gnu.org>
320
321 * admin.el (set-version): Add msdos/sed2v2.inp.
322
1f5d53eb
PE
3232011-02-16 Paul Eggert <eggert@cs.ucla.edu>
324
325 Remove no-longer needed getloadavg symbols.
326 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
327 (LDAV_SYMBOL): Remove.
328
7b24e97a
GM
3292011-02-12 Glenn Morris <rgm@gnu.org>
330
331 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
332
4d881c83
GM
3332011-02-05 Glenn Morris <rgm@gnu.org>
334
335 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
336 (bzrmerge-apply): Use it.
337 (bzrmerge): Kill any old warning buffer first.
338
f6041baa
GM
3392011-02-03 Glenn Morris <rgm@gnu.org>
340
341 * bzrmerge.el (bzrmerge-buffer): New constant.
342 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
343 (bzrmerge-missing): If nothing to do, return nil not (nil).
344 (bzrmerge-apply): Remove odd character from message.
345 (bzrmerge): Give status messages.
346
70b0d280
EZ
3472011-01-31 Eli Zaretskii <eliz@gnu.org>
348
f6041baa
GM
349 * admin.el (set-version): Remove lib-src/makefile.w32-in.
350 Add nt/config.nt.
70b0d280 351
16fab143
PE
3522011-01-31 Paul Eggert <eggert@cs.ucla.edu>
353
354 src/emacs.c now gets version number from configure.in
355 * admin.el (set-version): Don't update src/emacs.c.
356 * quick-install-emacs (VERSION): Get it from configure.in, not from
357 src/emacs.c.
358
16c3e636
PE
3592011-01-30 Paul Eggert <eggert@cs.ucla.edu>
360
361 strftime: import from gnulib
362 * notes/copyright: strftime.c moved from src to lib.
363
d0cb8662
GM
3642011-01-25 Glenn Morris <rgm@gnu.org>
365
366 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
367 (bzrmerge-missing): Use it.
368
d6100f3d
PE
3692011-01-19 Paul Eggert <eggert@cs.ucla.edu>
370
371 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
372 rather than doing rm and autoconf by hand. See
373 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
374
9092d186
PE
3752011-01-17 Paul Eggert <eggert@cs.ucla.edu>
376
377 * notes/bzr (Installing changes from gnulib): New section.
378 Need for this suggested by Stefan Monnier.
379
41f44310
SM
3802011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
383 an inconsistent state.
384
a3e44e79 3852011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
386
387 Update copyright notes to match recent gnulib-related changes.
388 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
389 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
390 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
391 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
392 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
393 subsumed by m4/*.m4 rule). config.guess, config.sub, and
394 doc/man/texinfo.tex are now copied in from gnulib.
395
6fffc900
GM
3962011-01-15 Glenn Morris <rgm@gnu.org>
397
2153c862 398 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 399
6fffc900
GM
400 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
401 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
402
77ab81d0 4032011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
404
405 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
406
1851cac3
GM
4072011-01-14 Glenn Morris <rgm@gnu.org>
408
409 * bzrmerge.el: Require cl when compiling.
410 (bzrmerge-merges): Doc fix.
411
2b3f5bc8
PE
4122011-01-07 Paul Eggert <eggert@cs.ucla.edu>
413
414 * notes/copyright: There's only one install-sh, not two, so fix a
415 typo claiming that there's two. Add move-if-change to the list of
416 GPL files imported from gnulib.
417
4182011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
419
420 * notes/copyright: Report status more accurately for non-GPL files.
421 Report copyright status more accurately for mkinstalldirs,
422 configure, m4/getopt.m4, and msdos/sed*.inp.
423
7c420169 4242011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
425
426 * nt/README.W32: Update the information about PNG support libraries.
427 (Bug#7716)
428
9ebea0e7
SM
4292010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * bzrmerge.el: New file to help merge branches while skipping
432 some revisions (e.g. from emacs-23 to trunk).
433
201ef780
AS
4342010-12-03 Andreas Schwab <schwab@linux-m68k.org>
435
436 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
437
16a0af11
GM
4382010-10-12 Glenn Morris <rgm@gnu.org>
439
440 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
441
f4f358f1
GM
4422010-10-09 Glenn Morris <rgm@gnu.org>
443
444 * admin.el (set-version): Add doc/emacs/emacsver.texi.
445
3fb78d1f
GM
4462010-10-09 Glenn Morris <rgm@gnu.org>
447
f7a31f11
GM
448 * admin.el (set-version): No need to act on doc/ files any more.
449
3fb78d1f
GM
450 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
451
733946e7
JB
4522010-09-05 Juanma Barranquero <lekktu@gmail.com>
453
454 * unidata/BidiMirroring.txt: Update from
455 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
456
457 * unidata/UnicodeData.txt: Update from
458 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
459
671d409f
AS
4602010-08-09 Andreas Schwab <schwab@linux-m68k.org>
461
462 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
463
29cf3e20
EZ
4642010-08-05 Eli Zaretskii <eliz@gnu.org>
465
466 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
467
e3aef5c6
CS
4682010-07-24 Christoph Scholtes <cschol2112@gmail.com>
469
470 * admin.el: Write version number to nt/makefile.w32-in.
471 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
472 in the nt/ directory.
473 * nt/README.W32: Relocate to nt/ directory.
474
8966b757
AS
4752010-07-11 Andreas Schwab <schwab@linux-m68k.org>
476
477 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
478
71c44c04
EZ
4792010-07-08 Eli Zaretskii <eliz@gnu.org>
480
481 * MAINTAINERS: Update my responsibilities.
482
72af86bd
AS
4832010-07-07 Andreas Schwab <schwab@linux-m68k.org>
484
485 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
486 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
487 Remove.
488
317fbf33
EZ
4892010-06-12 Eli Zaretskii <eliz@gnu.org>
490
cbc4fd20
EZ
491 * unidata/bidimirror.awk: New file.
492
493 * unidata/BidiMirroring.txt: New file from
494 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
495
a5b436df 496 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
497 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
498
499 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
500 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
501
317fbf33
EZ
502 * unidata/biditype.awk: New file.
503
504 * unidata/Makefile.in (../../src/biditype.h): New target.
505
506 * unidata/makefile.w32-in (../../src/biditype.h): New target.
507
bf3e70eb
JB
5082010-06-09 Juanma Barranquero <lekktu@gmail.com>
509
510 * unidata/UnicodeData.txt: Update from
511 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
512
81ac4f35
GM
5132010-05-27 Glenn Morris <rgm@gnu.org>
514
515 * quick-install-emacs (AVOID): No more Makefile.c files.
516
517 * notes/cpp: Remove file.
518
e45b9e19
KR
5192010-05-15 Ken Raeburn <raeburn@raeburn.org>
520
521 * admin.el (set-version, set-copyright): Update emacs.c instead of
522 version.el.
523
524 * make-tarball.txt: Update filename list in step 6.
525
526 * quick-install-emacs: Scan emacs.c instead of version.el for
527 version string.
528
61a808e8
CY
5292010-05-07 Chong Yidong <cyd@stupidchicken.com>
530
531 * Version 23.2 released.
532
796bb936
EZ
5332010-04-01 Eli Zaretskii <eliz@gnu.org>
534
52f4d8d5 535 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 536
288f9fc0
CY
5372010-03-10 Chong Yidong <cyd@stupidchicken.com>
538
539 * Branch for 23.2.
540
f758ab59
MB
5412010-03-10 Miles Bader <miles@gnu.org>
542
61c26472
MB
543 * quick-install-emacs: Use more portable shell syntax.
544
a5b436df 545 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
546 installing.
547
296271c0
JB
5482010-02-14 Juanma Barranquero <lekktu@gmail.com>
549
550 * quick-install-emacs (PRUNED): Fix typo in message.
551
79c08ece
GM
5522010-01-20 Glenn Morris <rgm@gnu.org>
553
554 * revdiff: Remove file that only works with CVS, and isn't really
555 needed with Bazaar (given the in-built revision options of bzr diff).
556
893db5bc
GM
5572010-01-12 Glenn Morris <rgm@gnu.org>
558
559 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
560 than emacs-pretest-bug for bug reports for development versions.
561
149353a4
KH
5622009-11-06 Kenichi Handa <handa@m17n.org>
563
564 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
565 that the block data and the following per-char data fall into the
566 same char-table leaf.
567
171fda8a
JB
5682009-10-01 Juanma Barranquero <lekktu@gmail.com>
569
570 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
571
06d09461
JB
5722009-09-07 Juanma Barranquero <lekktu@gmail.com>
573
574 * unidata/.gitignore: New file.
575
cb335806
EZ
5762009-08-22 Eli Zaretskii <eliz@gnu.org>
577
8e22fa7e
EZ
578 * notes/bugtracker: How to reassign a bug to a list of packages.
579
cb335806
EZ
580 * notes/newfile: Details of how to check for problems with DOS 8+3
581 file-name restrictions.
582
5832009-08-18 Glenn Morris <rgm@gnu.org>
584
585 * notes/newfile: New file.
586
54aa48fe
EZ
5872009-07-11 Eli Zaretskii <eliz@gnu.org>
588
589 * make-tarball.txt: Add a note about bumping the value of
590 customize-changed-options-previous-release.
591
aa4a9384
KH
5922009-06-24 Kenichi Handa <handa@m17n.org>
593
fe7a3057 594 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
595 and don't compact the map. This is to prefer the first one in the
596 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
597
09856751
KH
5982009-06-12 Kenichi Handa <handa@m17n.org>
599
600 * charsets/Makefile (JISX213A.map): Make it depend on
601 mapfiles/JISX213A.map.gz.
602 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
603
604 * charsets/mapfiles/JISX213A.map.gz: New file.
605
606 * charsets/mapfiles/README: Describe JISX213A.map.gz.
607
09e47eb5
KH
6082009-06-12 Kenichi Handa <handa@m17n.org>
609
610 * charsets/mapfiles/*: New files.
611
612 * charsets/mule-charsets.el: Mostly re-written to generate all
613 MULE-*.map files.
614
615 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
616 files.
617
618 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
619 EUC-JP-MS.
620
621 * charsets/cp51932.awk (END): Print arch-tag at the tail.
622
623 * charsets/Makefile: Maps depend on files under mapfiles or
624 ${GLIBC_CHARMAPS}.
625
0b4ff5df
KH
6262009-04-21 Kenichi Handa <handa@m17n.org>
627
628 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
629 change.
630
88758986
KH
6312009-04-17 Kenichi Handa <handa@m17n.org>
632
f58e0fd5
SM
633 * unidata/unidata-gen.el (unidata-get-decomposition):
634 Adjust Hangle decomposition rule to Unicode.
88758986 635
0af3fedf
KH
6362009-04-09 Kenichi Handa <handa@m17n.org>
637
f58e0fd5
SM
638 * unidata/unidata-gen.el (unidata-describe-decomposition):
639 Return a string with a composition property to disable combining
0af3fedf
KH
640 characters being composed.
641
e308dcd3 6422009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
643
644 * quick-install-emacs: Be more clever about locating info directory.
645
d9cce206
JB
6462009-02-24 Juanma Barranquero <lekktu@gmail.com>
647
648 * nt/README.W32: Fix typos.
649
3deb93c6
JR
6502009-02-23 Jason Rumney <jasonr@gnu.org>
651
ed9265fc 652 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 653
d9cce206
JB
654 * nt/README.W32: Remove ever expanding versions of Windows.
655 Shorten FAQ URL. Remove mention of obsolete lock directory.
656 Windows distribution now bin and barebin only. Add note about
657 SVG support. Remove old tar and gzip problem workarounds.
658 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
659
660 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
661 undumped distribution no longer exists.
662
e73521d0 6632009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
664
665 * nt/README.W32: Fix typo. (Bug#2207)
666
1b1db3a9
CY
6672009-02-01 Chong Yidong <cyd@stupidchicken.com>
668
669 * admin.el (set-version): Remove deleted file ns-emacs.texi.
670
d90442ce
KH
6712008-12-02 Kenichi Handa <handa@m17n.org>
672
673 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
674 `decomposition' property adjusted.
675 (unidata-split-decomposition): Don't include surrounding "<" and
676 ">" in a symbol name.
677
6782008-12-01 Kenichi Handa <handa@m17n.org>
679
b97439ce
JB
680 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
681 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
682 (unidata-get-numeric, unidata-put-numeric)
683 (unidata-gen-table-numeric): New functions.
684 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
685
983ab7ba
EZ
6862008-11-29 Eli Zaretskii <eliz@gnu.org>
687
688 * notes/documentation: Add notes about Antinews.
689
91236f63
GM
6902008-10-23 Glenn Morris <rgm@gnu.org>
691
692 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
693 Add/tweak some nextstep/ entries.
694
c674e738
KH
6952008-09-19 Kenichi Handa <handa@m17n.org>
696
697 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
698 positions.
699
293a3986
EZ
7002008-08-23 Eli Zaretskii <eliz@gnu.org>
701
702 * CPP-DEFINES: Add USER_FULL_NAME.
703
b7063e7e
JR
7042008-08-16 Jason Rumney <jasonr@gnu.org>
705
d4835507 706 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 707
295b47d8
JB
7082008-08-06 Juanma Barranquero <lekktu@gmail.com>
709
710 * nt/dump.bat: Fix mixed EOLs.
711
14145fa3
AR
7122008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
713
0dcb2845 714 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 715
c3179b06
EZ
7162008-08-02 Eli Zaretskii <eliz@gnu.org>
717
718 * CPP-DEFINES: Add defines for accessing system processes.
719
9e2a2647
DN
7202008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
721
722 * make-tarball.txt:
723 * admin.el:
724 * FOR-RELEASE:
725 * CPP-DEFINES: Remove mentions of Mac Carbon.
726
d3841127
GM
7272008-07-16 Glenn Morris <rgm@gnu.org>
728
729 * admin.el (set-version, set-copyright): Add nextstep/ files.
730
ba60bd44 7312008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 732
0dcb2845 733 * CPP-DEFINES: Add NS port related defines.
edfda783 734
f2d8d275
GM
7352008-06-16 Glenn Morris <rgm@gnu.org>
736
5de85e83
GM
737 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
738 doc/lispref/book-spine.texinfo.
f2d8d275 739
611bee81
GM
7402008-06-15 Glenn Morris <rgm@gnu.org>
741
742 * admin.el (set-version): Add doc/misc/faq.texi.
743
d6710afe
JB
7442008-05-22 Juanma Barranquero <lekktu@gmail.com>
745
746 * FOR-RELEASE: Remove Windows problem about the XPM image library
747 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
748
2e10f11c
JB
7492008-04-15 Juanma Barranquero <lekktu@gmail.com>
750
751 * unidata/UnicodeData.txt: Update to Unicode 5.1.
752
dd7d19d7
JB
7532008-04-14 Juanma Barranquero <lekktu@gmail.com>
754
755 * unidata/unidata-gen.el (unidata-prop-alist):
756 Fix typo in description of `numeric-value'.
757 (unidata-put-character): Fix typo in error message.
758
2cbff44e
GM
7592008-02-21 Glenn Morris <rgm@gnu.org>
760
761 * notes/unicode, notes/font-backend: New files, split off from
762 README.unicode.
763
43bad2da
KH
7642008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
765
766 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 767 being used in latin1-disp.el. Remove the problem of
98723304
KH
768 cp-supported-codepages. Remove the problem of lost changelog for
769 ps-prin1.ps.
43bad2da 770
8a7619ba
EZ
7712008-02-16 Eli Zaretskii <eliz@gnu.org>
772
773 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
774 non-portable in this context.
775
776 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
777 non-portable in this context.
778
f96b6330
EZ
7792008-02-09 Eli Zaretskii <eliz@gnu.org>
780
781 * unidata/makefile.w32-in (lisp): New variable.
782 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
783 lisp/emacs-lisp.
784
56eb72a0
JR
7852008-02-04 Jason Rumney <jasonr@gnu.org>
786
787 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
788
a8fd9158
JB
7892008-02-02 Juanma Barranquero <lekktu@gmail.com>
790
791 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
792
c7e85fc7
EZ
7932008-02-02 Eli Zaretskii <eliz@gnu.org>
794
9aa0b3c8
EZ
795 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
796
bcc891c2 797 * unidata/Makefile.in: Rename from Makefile.
5889232d 798
c7e85fc7
EZ
799 * unidata/makefile.w32-in: New file.
800
db516472
JR
8012008-02-02 Jason Rumney <jasonr@gnu.org>
802
803 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
804
609789d7 8052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 806
aca7a3d2
MB
807 * unidata/copyright.html: New file.
808
609789d7 8092008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
810
811 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
812 decomposition, if T is the same as TBase, don't include it in the
813 returned list.
814
609789d7 8152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
816
817 * unidata/unidata-gen.el (unidata-text-file): Delete it.
818 (unidata-list): Initialize to nil.
819 (unidata-setup-list): New function.
bcc891c2
GM
820 (unidata-gen-files): New optional arg unidata-text-file.
821 If it's nil, set unidata-text-file to the left command line arg.
822 Call unidate-setup-list at first.
aca7a3d2 823
bcc891c2 824 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
825 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
826
609789d7 8272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 828
bcc891c2
GM
829 * unidata/unidata-gen.el: Fix comment typo.
830 Change string-to-int to string-to-number.
831 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
832 (unidata-list): Just insert unidata-text-file.
833 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 834 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 835
bcc891c2 836 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
837 (charprop.el): Depends on unidata.txt.
838 (clean): Remove unidata.txt.
839
609789d7 8402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
841
842 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
843 (unidata-get-name): Handle U+110B.
844
609789d7 8452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
846
847 Sub-directory `unidata' is for codes to generate charprop.el and
848 many other uni-*.el files from `UnicodeData.txt'.
849
850 * Unidata/README: New file.
851
852 * unidata/Makefile: New file.
853
854 * unidata/unidata-gen.el: New file.
855
856 * unidata/UnicodeData.txt: New file. Copied from
609789d7 857 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
858
859 * unidata/.cvsignore: New file.
860
609789d7 8612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
862
863 * charsets/.cvsignore: New file.
864
865 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
866
bcc891c2
GM
867 * charsets/Makefile (all): Rename target from charsets.
868 Depend on ${TRANS_TABLE}.
869 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
870 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
871 (install): Copy updated files only.
872
8732008-02-02 Kenichi Handa <handa@m17n.org>
874
bcc891c2 875 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
876
8772008-02-02 Kenichi Handa <handa@m17n.org>
878
879 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
880 0x2299 to 0x29BF.
881
609789d7 8822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
883
884 * charsets/Makefile (TRANS_TABLE): New macro.
885 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 886 (cp51932.el): New target.
aca7a3d2
MB
887 (eucjp-ms.el): New target.
888 (install): Include ${TRANS_TABLE}.
889 (CJK): Include JISX213A.map.
890 (JISX213A.map): New target.
891
892 * charsets/eucjp-ms.awk: New file.
893
894 * charsets/cp51932.awk: New file.
895
609789d7 8962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
897
898 * charsets/cp932.awk: New file.
899
bcc891c2 900 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
901
902 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
903 running an awk program.
904
609789d7 9052008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
906
907 * charsets/mapconv: Handle UNICODE2.
908
c4cc8b9a 909 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
910 (CP932-2BYTE.map): New target.
911
609789d7 9122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
913
914 * charsets: New directory for scripts to generate charset map
915 files in ../etc/charsets/.
916
bcc891c2 917 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 918 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 919 * charsets/kuten.awk: New files.
aca7a3d2 920
adf94aa6
GM
9212008-01-08 Glenn Morris <rgm@gnu.org>
922
923 * admin.el (set-version): Add doc/man/emacs.1.
924
f3041af1
DN
9252008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
926
927 * notes/copyright:
928 * MAINTAINERS: Remove references to files that have been removed.
929
a70c9a7a
GM
9302008-01-04 Glenn Morris <rgm@gnu.org>
931
932 * admin.el (set-copyright): Add lib-src/ebrowse.c.
933
aa5fea59
SM
9342007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * CPP-DEFINES: New file.
937
f8747b72
RS
9382007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
939
940 * FOR-RELEASE: Remove "window-system in face definition" [of
941 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
942 on gnus-dired.el.
943
24bbe01e
GM
9442007-12-05 Glenn Morris <rgm@gnu.org>
945
946 * admin.el (set-version): Handle configure.in. Adapt for doc/
947 directory layout for manuals.
948
0073bc5d
RS
9492007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
950
630cb3b7
JB
951 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
952 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 953
1453abd0
GM
9542007-11-17 Glenn Morris <rgm@gnu.org>
955
956 * admin.el (process-lines): Move to ../lisp/subr.el.
957
ca076674
GM
9582007-10-23 Glenn Morris <rgm@gnu.org>
959
960 * MAINTAINERS: Move here from ../.
961
943756ea
JB
9622007-10-17 Juanma Barranquero <lekktu@gmail.com>
963
964 * make-emacs: Doc fix.
965
bab9fcb4
GM
9662007-08-28 Glenn Morris <rgm@gnu.org>
967
968 * admin.el: Provide self.
969
880820fe 9702007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 971
d58ee9f1 972 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 973
cacc7b51
GM
9742007-07-25 Glenn Morris <rgm@gnu.org>
975
976 * Relicense all FSF files to GPLv3 or later.
977
bfcea090
GM
9782007-06-07 Glenn Morris <rgm@gnu.org>
979
980 * admin.el (set-copyright): New function.
981
017f0417
NR
9822007-04-25 Nick Roberts <nickrob@snap.net.nz>
983
984 * make-tarball.txt: Add note about cutting the branch.
985
537a062f
CY
9862007-06-02 Chong Yidong <cyd@stupidchicken.com>
987
988 * Version 22.1 released.
989
77083ca3
EZ
9902007-02-03 Eli Zaretskii <eliz@gnu.org>
991
992 * nt/makedist.bat: Change EOL format to DOS. Don't use
993 redirection characters in REM lines.
994
880820fe 9952007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
996
997 * FOR-RELEASE: Removed Gtk/Xft issue.
998
1fc8c92b
MB
9992007-01-01 Miles Bader <miles@gnu.org>
1000
1001 * quick-install-emacs (get_config_var): Deal with weird magic
1002 string inserted by recent versions of autoconf.
1003
7dce1990
JB
10042006-11-25 Juanma Barranquero <lekktu@gmail.com>
1005
1006 * admin.el (set-version): Set version number in
1007 lib-src/makefile.w32-in.
1008
dc3d1157
RS
10092006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1012 due to a local miss-configuration.
1013
08c85160
CY
10142006-10-28 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * make-announcement (OLD): Remove LEIM references in announcement
1017 since it is now built-in.
1018
d0834a5c
YM
10192006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1020
1021 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1022
151fe029
KH
10232006-10-03 Kenichi Handa <handa@m17n.org>
1024
1025 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1026
e71cb549
CY
10272006-08-13 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * FOR-RELEASE: Elisp manual checking completed.
1030
6232e72d
RS
10312006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1032
1033 * FOR-RELEASE: Update refcard section.
1034
8a8476f9
KS
10352006-07-14 Kim F. Storm <storm@cua.dk>
1036
1037 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1038
1eca02e7
KS
10392006-07-09 Kim F. Storm <storm@cua.dk>
1040
1041 * README: Use outline format. Add FOR-RELEASE.
1042
7fa61471
CY
10432006-06-27 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * FOR-RELEASE: Checking of info.texi done.
1046
8361675a
RS
10472006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1048
1049 * FOR-RELEASE: Update refcard section.
1050
3f168e29
RS
10512006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1052
1053 * FOR-RELEASE: Update refcard section.
1054
f195dc16
CY
10552006-05-25 Chong Yidong <cyd@stupidchicken.com>
1056
1057 * FOR-RELEASE: Key sequence elisp node done.
1058
49561a36
RS
10592006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1060
1061 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1062
6fedb9f9
CY
10632006-05-21 Chong Yidong <cyd@mit.edu>
1064
1065 * FOR-RELEASE: point-entered /point-left bug fixed.
1066
61515a63
EZ
10672006-05-12 Eli Zaretskii <eliz@gnu.org>
1068
1069 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1070 entry.
1071
4297ece2
BW
10722006-05-06 Bill Wohler <wohler@newt.com>
1073
1074 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1075 about it.
1076
4bbe413d 10772006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1078
4bbe413d 1079 * ./* (Copyright): Updated Copyright year(s).
49561a36 1080
6b82baf6
RS
10812006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1082
1083 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1084
49af2995
KS
10852006-02-20 Kim F. Storm <storm@cua.dk>
1086
1087 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1088 Rework how fringe bitmaps are defined and used.
e4920bc9 1089 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1090 one-level representation. It would be cleaner to split the
1091 representation into a two-level model where first level maps
1092 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1093 a bitmap appearance.
49af2995 1094
d5e87a2f
CY
10952006-01-27 Chong Yidong <cyd@stupidchicken.com>
1096
8a8476f9 1097 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1098
9c43c921
BW
10992005-12-13 Bill Wohler <wohler@newt.com>
1100
1101 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1102
6ed81b24
RS
11032005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1104
c95dddbe
RS
1105 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1106 completing-read-multiple, mail-extract-address-components,
1107 mail-mode, quail-define-package, save-buffer and
1108 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1109
2950d850
CY
11102005-11-28 Chong Yidong <cyd@stupidchicken.com>
1111
1112 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1113
ab4d879e
KS
11142005-11-11 Kim F. Storm <storm@cua.dk>
1115
1116 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1117 when displaying a non-breaking space in an overlay string.
1118
932dc33b
CY
11192005-10-30 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * FOR-RELEASE: Init file change implemented.
1122
c809f7cc
CY
11232005-10-27 Chong Yidong <cyd@stupidchicken.com>
1124
1125 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1126
4754e179 11272005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1128
1129 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1130 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1131
ffda926c
BW
11322005-10-17 Bill Wohler <wohler@newt.com>
1133
f58e0fd5 1134 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1135 since it's gone. Also marked mh-e as done.
ffda926c 1136
2d4713aa
JB
11372005-10-11 Juanma Barranquero <lekktu@gmail.com>
1138
1139 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1140 libraries on Windows (Done).
1141
95f76284
JR
11422005-10-01 Jason Rumney <jasonr@gnu.org>
1143
1144 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1145
52f277bf
RF
11462005-08-31 Romain Francoise <romain@orebokech.com>
1147
630cb3b7 1148 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1149 item (Done).
1150
c0eb0519
RF
11512005-08-27 Romain Francoise <romain@orebokech.com>
1152
1153 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1154
385ee3de 11552005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1156
1157 Update FSF's address in GPL notices.
1158
257914aa
LK
11592005-06-10 Lute Kamstra <lute@gnu.org>
1160
1161 * admin.el (set-version): Set version in lisp manual too.
1162 * make-tarball.txt: Commit lispref/elisp.texi too.
1163
a4e51a7a
RS
11642005-06-04 Richard M. Stallman <rms@gnu.org>
1165
1166 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1167 Other cleanups.
1168
834671a6
LK
11692005-04-19 Lute Kamstra <lute@gnu.org>
1170
1171 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1172
54381691
LK
11732005-04-14 Lute Kamstra <lute@gnu.org>
1174
118e2c39
LK
1175 * nt/makedist.bat (elfiles): Update.
1176
54381691
LK
1177 * admin.el (add-release-logs): Fix require call.
1178
0b048d52
MT
11792005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1180
f58e0fd5 1181 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1182 The first line of every tutorial must begin with a sentence saying
1183 "Emacs Tutorial" in the respective language. This should be
1184 followed by "See end for copying conditions", likewise in the
1185 respective language.
0b048d52 1186
18cd5892
LT
11872005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1188
1189 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1190 Add `undo-ask-before-discard' to it.
1191
9a1c5fbf
MB
11922005-03-02 Miles Bader <miles@gnu.org>
1193
1194 * quick-install-emacs: Only use the mkdir --verbose option if the
1195 script's --verbose option was specified (this avoids problems with
1196 default usage on systems where mkdir doesn't support that option).
1197
e25c1ca6
JR
11982005-02-15 Jason Rumney <jasonr@gnu.org>
1199
fffa137c 1200 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1201 tar --exclude.
1202
880820fe 12032004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1204
1205 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1206
6622d928
LT
12072004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1208
1209 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1210 Elisp manuals.
1211
d574552a
LT
12122004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1213
1214 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1215 Emacs and Elisp manuals.
d574552a 1216
0a5e5be0
KS
12172004-09-11 Kim F. Storm <storm@cua.dk>
1218
1219 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1220 (Documentation): Add NEWS entry.
1221 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1222
2661eae9
KS
12232004-08-29 Kim F. Storm <storm@cua.dk>
1224
1225 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1226
880820fe 12272004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1228
c4cc8b9a 1229 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1230 (now behaves as well as other ports).
1231
880820fe 12322004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1233
2661eae9 1234 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1235
44618f20 12362004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1237
1238 * FOR-RELEASE: Moved here from the etc directory.
1239
db281452
TTN
12402004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1241
1242 * notes/BRANCH: New file, to be maintained per CVS branch.
1243
feebeb72
MB
12442003-10-01 Miles Bader <miles@gnu.org>
1245
1246 * quick-install-emacs: Don't use "function" keyword when defining
1247 shell functions.
1248
44618f20
LK
12492003-09-29 Lute Kamstra <lute@gnu.org>
1250
1251 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1252
e04e1ce2
MB
12532003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1254
1255 * quick-install-emacs: Remove fns-* pruning, since that file no
1256 longer seems to be generated.
1257 (AVOID): Quote literal periods. Quote braces in a way acceptable
1258 to all parties (gawk gets bitchy about using `\').
1259
6cce52e8
MB
12602003-08-19 Miles Bader <miles@gnu.org>
1261
1262 * quick-install-emacs: Add arch-specific ignored files to
1263 quick-install-emacs. Use quoting for periods that's acceptable
1264 to recent versions of gawk.
1265
13582d53
MR
12662003-08-11 Markus Rost <rost@math.ohio-state.edu>
1267
1268 * cus-test.el: Remove obsolete workaround.
1269
e53925a5
AI
12702003-04-22 Andrew Innes <andrewi@gnu.org>
1271
1272 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1273 emacs.exe before zipping, and including batch file to recreate
1274 after unpacking.
1275
1276 * nt/stitch.bat: New file.
1277
1278 * nt/README-ftp-server: Update wording and version number etc.
1279 Add extra instructions for installing multi-file .zip
1280 distribution.
1281
1282 * nt/README.W32: Remove personal email address and update wording.
1283
1284 * nt/README-UNDUMP.W32: Remove personal email address and update
1285 wording.
1286
880820fe 12872003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1288
1289 * make-changelog-diff: New script, code stolen from make-announcement.
1290
1291 * make-announcement: Use make-changelog-diff.
1292
880820fe 12932003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1294
1295 * make-tarball.txt: Step-by-step instructions for making a tarball.
1296
10d1d0af 1297 * make-announcement: A script for creating pretest announcements.
163c6f1c 1298
880820fe 12992003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1300
1301 * admin.el (add-release-logs): Expand the directory name before
1302 calling find(1).
1303 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1304 the date and the user's name and address.
33b97f32 1305
7b997a97
MB
13062003-01-07 Miles Bader <miles@gnu.org>
1307
1308 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1309 command output from non-C locales.
1310
6c465a15 13112002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1312
3bc08206 1313 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1314 which can be run in batch mode. See the Commentary section.
bd08d86a 1315
5ce129c2
MR
13162002-10-08 Markus Rost <rost@math.ohio-state.edu>
1317
1318 * cus-test.el: New file.
1319
14dd2fe9
MB
13202002-05-27 Miles Bader <miles@gnu.org>
1321
1322 * quick-install-emacs (VERSION): Calculate using the same method
1323 that configure.in uses.
1324
880820fe 13252002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1326
1327 * emacs-pretesters: New file with information for Emacs
1328 pretesters.
1329
b9a07996
PE
13302002-03-22 Paul Eggert <eggert@twinsun.com>
1331
1332 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1333 POSIX 1003.1-2001 disallows both usages.
1334
38b81d74
AI
13352002-02-11 Andrew Innes <andrewi@gnu.org>
1336
1337 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1338
72a68345
AI
13392002-01-24 Andrew Innes <andrewi@gnu.org>
1340
1341 * nt/README.W32: Remove unnecessary version number and date
1342 references.
1343
1344 * nt/README-UNDUMP.W32: Ditto.
1345
ebbaf4e3
GM
13462001-12-06 Gerd Moellmann <gerd@gnu.org>
1347
1348 * make-emacs: Add --trace-move.
1349
461a1459
AI
13502001-10-23 Andrew Innes <andrewi@gnu.org>
1351
1352 * nt/makedist.bat: Remove remaining obsolete reference to
1353 GETTING.GNU.SOFTWARE.
1354
26fe1f92
GM
13552001-10-22 Gerd Moellmann <gerd@gnu.org>
1356
1357 * admin.el (set-version): Use `s' interactive spec for
1358 version number.
1359
71431a0e
GM
13602001-10-20 Gerd Moellmann <gerd@gnu.org>
1361
6aa97356 1362 * (Version 21.1 released.)
71431a0e 1363
e568708b
GM
13642001-10-20 Gerd Moellmann <gerd@gnu.org>
1365
1366 * admin.el (add-release-logs): Put the log entry in lispref, too.
1367
c5915370
MB
13682001-10-20 Miles Bader <miles@gnu.org>
1369
1370 * quick-install-emacs: Exit if we can't find some variable.
1371 (AVOID): Add .orig & .rej files.
1372 (get_config_var): Be more liberal about format of config.status
1373 sed commands.
1374
5a4a5bd4
GM
13752001-10-19 Gerd Moellmann <gerd@gnu.org>
1376
74499542
GM
1377 * admin.el: New file.
1378
5a4a5bd4
GM
1379 * build-configs: Add --help option. Add support for building
1380 in arbitrary source trees.
1381
09954f3b
GM
13822001-10-17 Gerd Moellmann <gerd@gnu.org>
1383
1384 * alloc-colors.c: New file.
1385
f2164e31
GM
13862001-10-13 Gerd Moellmann <gerd@gnu.org>
1387
1388 * make-emacs: Add --boot switch for bootstrapping. Logs to
1389 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1390
ab952a4f
GM
13912001-10-05 Gerd Moellmann <gerd@gnu.org>
1392
1393 * Branch for 21.1.
6c465a15 1394
f537c3cd
EZ
13952001-09-04 Andrew Innes <andrewi@gnu.org>
1396
1397 * admin/nt/makedist.bat: Remove reference to obsolete file
1398 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1399 version of tar used.
1400
1401;; Local Variables:
880820fe 1402;; coding: utf-8
f537c3cd 1403;; End:
2a34a036 1404
6116bd7e 1405 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1406
1407 This file is part of GNU Emacs.
1408
9ad5de0c 1409 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1410 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1411 the Free Software Foundation, either version 3 of the License, or
1412 (at your option) any later version.
5b87ad55
GM
1413
1414 GNU Emacs is distributed in the hope that it will be useful,
1415 but WITHOUT ANY WARRANTY; without even the implied warranty of
1416 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1417 GNU General Public License for more details.
1418
1419 You should have received a copy of the GNU General Public License
9ad5de0c 1420 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.