* bytecode.c, callint.c, callproc.c: Use bool for boolean.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
620f13b0
PE
12012-08-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use ASCII tests for character types.
4 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
5 new direct dependency; c-ctype was already being used indirectly
6 via other gnulib modules.
7
f5d9e83a
PE
82012-08-14 Paul Eggert <eggert@cs.ucla.edu>
9
10 Use bool for Emacs Lisp booleans.
11 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
12 new direct dependency; stdbool was already being used indirectly
13 via other gnulib modules.
14
9ff9402d 152012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
16
17 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
18
c644523b
DA
192012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
20
21 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
22
13294f95
PE
232012-08-02 Paul Eggert <eggert@cs.ucla.edu>
24
25 Port to Solaris 8.
26 * CPP-DEFINES (WRETCODE): Remove.
27
d8a05828
DA
282012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
29
30 * coccinelle/overlay.cocci: Semantic patch to replace direct
31 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
32
8271d590
DA
332012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
34
35 * coccinelle/symbol.cocci: Semantic patch to replace direct
36 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
37
3193acd2
DA
382012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
39
40 * coccinelle/process.cocci: Semantic patch to replace direct
41 access to Lisp_Object members of struct Lisp_Process to PVAR.
42
3a45383a
DA
432012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
44
45 * coccinelle/window.cocci: Semantic patch to replace direct
46 access to Lisp_Object members of struct window to WVAR.
47
e34f7f79
DA
482012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
49
50 * coccinelle/frame.cocci: Semantic patch to replace direct
51 access to Lisp_Object members of struct frame to FVAR.
52
e32a5799
PE
532012-07-28 Paul Eggert <eggert@cs.ucla.edu>
54
55 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
56 * merge-gnulib: Add environ, stdalign.
57
d7ea76b4
DA
582012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
59
60 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
61 make_unibyte_string to build_unibyte_string where appropriate.
62
4dc7c8d5 632012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
64
65 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
66
4dc7c8d5 672012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
68
69 * Version 24.1 released.
d7ea76b4 70
5ebbef1d
PE
712012-07-11 Paul Eggert <eggert@cs.ucla.edu>
72
bb352260
PE
73 Assume mkdir, perror, rename, rmdir, strerror.
74 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
75 (HAVE_STRERROR, strerror):
57054ddd 76 Remove.
5ebbef1d 77
7d7bbefd
DA
782012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
79
80 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
81 to XCDR and consistently use CONSP in the list iteration loops.
82 * coccinelle/vector_contents.cocci: Fix indentation.
83
f58e0fd5
SM
842012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * bzrmerge.el: Use cl-lib.
87
c4444d16
PE
882012-07-09 Paul Eggert <eggert@cs.ucla.edu>
89
90 Rename configure.in to configure.ac (Bug#11603).
91 * admin.el (set-version):
92 * quick-install-emacs (VERSION):
93 Get version number from configure.ac, not configure.in.
94
fee5959d
PE
952012-07-06 Paul Eggert <eggert@cs.ucla.edu>
96
97 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
98 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
99
23f86fce
DA
1002012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
101
102 * coccinelle/xzalloc.cocci: Semantic patch to convert
103 calls to xmalloc with following memset to xzalloc.
104
95f61aa2
JB
1052012-07-04 Juanma Barranquero <lekktu@gmail.com>
106
107 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
108
1130ecfc
DA
1092012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
110
111 * coccinelle/build_string.cocci: Semantic patch
112 to convert from make_string to build_string.
113
3c9359df
DA
1142012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
115
116 First Coccinelle semantic patch.
117 * coccinelle: New subdirectory
118 * coccinelle/README: Documentation stub.
119 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
120 access to `contents' member of Lisp_Vector objects with AREF and ASET
121 where appropriate.
3c9359df 122
d35af63c
PE
1232012-06-22 Paul Eggert <eggert@cs.ucla.edu>
124
125 Support higher-resolution time stamps (Bug#9000).
126 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
127 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
128 timespec-sub, utimens.
129 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
130 This trims down the gnulib import, from the very latest gnulib.
131 Emacs does its own implementation of 'select' and 'sigprocmask'
132 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
133 hosts, so it doesn't need these modules.
134 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
135 these gnulib modules are only for Windows porting and Emacs ports
136 to Windows in a different way.
137
646b5f55
AS
1382012-06-13 Andreas Schwab <schwab@linux-m68k.org>
139
f58e0fd5
SM
140 * make-emacs: Rename --union-type to --check-lisp-type.
141 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
142 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
143 USE_LISP_UNION_TYPE.
144
418cd726
GM
1452012-06-03 Glenn Morris <rgm@gnu.org>
146
147 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
148
501390c5
PE
1492012-06-01 Paul Eggert <eggert@cs.ucla.edu>
150
151 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
152 * make-tarball.txt: Don't worry about maintainer mode.
153
0e7a053e
PE
1542012-05-28 Paul Eggert <eggert@cs.ucla.edu>
155
156 * CPP-DEFINES: Remove HAVE_SYSINFO.
157
50c4645e
PE
1582012-05-27 Paul Eggert <eggert@cs.ucla.edu>
159
160 Assume gnulib does largefile.
161 * merge-gnulib (GNULIB_MODULES): Add largefile.
162
34374650
PE
1632012-05-22 Paul Eggert <eggert@cs.ucla.edu>
164
165 Remove src/m/*.
166 * CPP-DEFINES: Do not mention src/m/*.h.
167 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
168 (BITS_PER_SHORT, BITS_PER_INT): Remove.
169 * MAINTAINERS: Remove src/m/.
170
9b4ee616
PE
1712012-05-21 Paul Eggert <eggert@cs.ucla.edu>
172
fb77d37e
PE
173 Use full name for m4/gnulib-comp.m4. (Bug#11529)
174 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
175
261cb4bb
PE
176 Assume C89 or later.
177 * CPP-DEFINES: Remove NULL, const.
178
9b4ee616
PE
179 Make merging from gnulib a script, not a makefile action.
180 * merge-gnulib: New script, with actions moved here from
181 ../Makefile.in.
182
003fdae2
PE
1832012-05-19 Paul Eggert <eggert@cs.ucla.edu>
184
9232a6d9
PE
185 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
186
003fdae2
PE
187 * CPP-DEFINES (HAVE_FTIME): Remove.
188
6116bd7e
GM
1892012-05-02 Glenn Morris <rgm@gnu.org>
190
191 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
192
a9f72fc1
GM
1932012-04-10 Glenn Morris <rgm@gnu.org>
194
c9279dad
GM
195 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
196
a9f72fc1
GM
197 * unidata/Makefile.in: Add FSF copyright.
198 Make it use autoconf features, and work for out-of-tree builds.
199
b142f158
EZ
2002012-04-07 Eli Zaretskii <eliz@gnu.org>
201
202 * unidata/README:
203 * unidata/copyright.html:
204 * unidata/BidiMirroring.txt:
205 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
206 the Unicode Standard.
207
c406be43
KH
2082012-02-16 Kenichi Handa <handa@m17n.org>
209
210 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
211 values of name and old-name to nil.
212 (unidata-get-name): Return nil for the default value.
213
58474503
GM
2142012-02-11 Glenn Morris <rgm@gnu.org>
215
216 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
217 (cusver-check): New functions.
218
54de86ac
GM
2192012-01-19 Glenn Morris <rgm@gnu.org>
220
221 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
222 "skip?" question, since there can be multiple such for any revision.
223
0dc18ae0
EZ
2242012-01-14 Eli Zaretskii <eliz@gnu.org>
225
226 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
227 updated and checked.
228
509c74bd
AS
2292011-11-26 Andreas Schwab <schwab@linux-m68k.org>
230
303d001f
AS
231 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
232 Avoid warning about old-style backquote.
233
509c74bd
AS
234 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
235 in regexp.
236 (wisent-make-parsers): Likewise. Quote `.'.
237
238 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
239 in regexp.
240 (bovine-make-parsers): Likewise. Quote `.'.
241
d5ff9cd0
AS
2422011-11-20 Andreas Schwab <schwab@linux-m68k.org>
243
244 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
245
7877f373
JB
2462011-11-16 Juanma Barranquero <lekktu@gmail.com>
247
248 * admin.el (manual-dvi): Fix typo.
249
b018182c
EZ
2502011-11-15 Eli Zaretskii <eliz@gnu.org>
251
7877f373 252 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 253
c7015153
JB
2542011-11-15 Juanma Barranquero <lekktu@gmail.com>
255
256 * make-emacs: Fix typo.
257
d31d07be
JB
2582011-11-07 Juanma Barranquero <lekktu@gmail.com>
259
260 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
261
72b8747b
DE
2622011-10-31 David Engster <deng@randomsample.de>
263
264 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
265
8cedc5ac
EZ
2662011-10-28 Eli Zaretskii <eliz@gnu.org>
267
268 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
269 running Emacs on Windows 9X.
270
a0c64452
CY
2712011-09-26 Chong Yidong <cyd@stupidchicken.com>
272
273 * admin.el (set-version): Fix regexps for config.nt and
274 sed2v2.inp.
275
e39b275c 2762011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 277
abec06ff 278 Merge from gnulib (Bug#9169).
24e0f6b1
PE
279 * notes/copyright: The files compile, config.guess, config.sub,
280 depcomp, install-sh, missing, and move-if-change are now in the
281 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
282 and warn-on-use.h are now in build-aux/snippets. New file
283 build-aux/snippets/_Noreturn.h.
284
bca633fb
EZ
2852011-08-23 Eli Zaretskii <eliz@gnu.org>
286
287 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
288 values of bidi-class according to DerivedBidiClass.txt from the
289 latest UCD.
290
0902a04e
KH
2912011-08-23 Kenichi Handa <handa@m17n.org>
292
293 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
294 values for name, general-category, canonical-combining-class,
295 mirrored, and bidi-class. Describe the meaning of value nil for
296 decimal-digit-value, digit-value, numeric-value, uppercase,
297 lowercase, titlecase, and mirroring.
298 (unidata-gen-table): Handle the case that default-value is a
299 list. Set default values of characters not listed in a table.
300 (unidata-get-name): Return an empty string if a value in a
301 char-table is nil.
302 (unidata-get-decomposition): Return a list of character itself if
303 a value in a char-table is nil.
304
474a8465
EZ
3052011-08-15 Eli Zaretskii <eliz@gnu.org>
306
307 * unidata/bidimirror.awk: File removed.
308
309 * unidata/biditype.awk: File removed.
310
311 * unidata/makefile.w32-in (all): Remove src/biditype.h and
312 src/bidimirror.h.
f58e0fd5 313 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
314
315 * unidata/Makefile.in (all): Remove src/biditype.h and
316 src/bidimirror.h.
f58e0fd5 317 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 318
a5b436df
JB
3192011-07-07 Juanma Barranquero <lekktu@gmail.com>
320
321 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
322 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
323
c805dec0
KH
3242011-07-06 Kenichi Handa <handa@m17n.org>
325
326 * unidata/unidata-gen.el (unidata-dir): New variable.
327 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
328 (unidata-prop-alist): INDEX element may be a function.
329 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
330 New entry `mirroring'.
331 (unidata-prop-default, unidata-prop-val-list): New subst.
332 (unidata-get-character, unidata-put-character): Delete them.
333 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
334 above changes.
335 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
336 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
337 Delete them.
338 (unidata-encode-val): Assume that the first element of VAL-LIST is
339 a cons (nil . 0).
340 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
341 Always store the encoded value.
342 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
343 Set the 1st and the 2nd extra slots to index numbers for C
344 functions.
345 (unidata-gen-table-integer): Likewise.
346 (unidata-gen-table-numeric): Likewise.
347 (unidata-gen-table-name): New arg IGNORE.
348 (unidata-gen-table-decomposition): Likewise.
349 (unidata-describe-general-category): Add the case nil to the
350 description alist.
a5b436df 351 (unidata-gen-mirroring-list): New function.
c805dec0
KH
352 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
353 unidata-prop-alist. Handle the case of storing multiple
354 char-tables in a file.
355
356 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
357 unidata-gen-files.
358
2a35386d
GM
3592011-05-21 Glenn Morris <rgm@gnu.org>
360
361 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
362
33383987
JB
3632011-03-07 Chong Yidong <cyd@stupidchicken.com>
364
365 * Version 23.3 released.
366
cce7d530 3672011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
368
369 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
370
9d9d12cd
EZ
3712011-02-19 Eli Zaretskii <eliz@gnu.org>
372
373 * admin.el (set-version): Add msdos/sed2v2.inp.
374
1f5d53eb
PE
3752011-02-16 Paul Eggert <eggert@cs.ucla.edu>
376
377 Remove no-longer needed getloadavg symbols.
378 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
379 (LDAV_SYMBOL): Remove.
380
7b24e97a
GM
3812011-02-12 Glenn Morris <rgm@gnu.org>
382
383 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
384
4d881c83
GM
3852011-02-05 Glenn Morris <rgm@gnu.org>
386
387 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
388 (bzrmerge-apply): Use it.
389 (bzrmerge): Kill any old warning buffer first.
390
f6041baa
GM
3912011-02-03 Glenn Morris <rgm@gnu.org>
392
393 * bzrmerge.el (bzrmerge-buffer): New constant.
394 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
395 (bzrmerge-missing): If nothing to do, return nil not (nil).
396 (bzrmerge-apply): Remove odd character from message.
397 (bzrmerge): Give status messages.
398
70b0d280
EZ
3992011-01-31 Eli Zaretskii <eliz@gnu.org>
400
f6041baa
GM
401 * admin.el (set-version): Remove lib-src/makefile.w32-in.
402 Add nt/config.nt.
70b0d280 403
16fab143
PE
4042011-01-31 Paul Eggert <eggert@cs.ucla.edu>
405
406 src/emacs.c now gets version number from configure.in
407 * admin.el (set-version): Don't update src/emacs.c.
408 * quick-install-emacs (VERSION): Get it from configure.in, not from
409 src/emacs.c.
410
16c3e636
PE
4112011-01-30 Paul Eggert <eggert@cs.ucla.edu>
412
413 strftime: import from gnulib
414 * notes/copyright: strftime.c moved from src to lib.
415
d0cb8662
GM
4162011-01-25 Glenn Morris <rgm@gnu.org>
417
418 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
419 (bzrmerge-missing): Use it.
420
d6100f3d
PE
4212011-01-19 Paul Eggert <eggert@cs.ucla.edu>
422
423 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
424 rather than doing rm and autoconf by hand. See
425 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
426
9092d186
PE
4272011-01-17 Paul Eggert <eggert@cs.ucla.edu>
428
429 * notes/bzr (Installing changes from gnulib): New section.
430 Need for this suggested by Stefan Monnier.
431
41f44310
SM
4322011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
435 an inconsistent state.
436
a3e44e79 4372011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
438
439 Update copyright notes to match recent gnulib-related changes.
440 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
441 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
442 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
443 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
444 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
445 subsumed by m4/*.m4 rule). config.guess, config.sub, and
446 doc/man/texinfo.tex are now copied in from gnulib.
447
6fffc900
GM
4482011-01-15 Glenn Morris <rgm@gnu.org>
449
2153c862 450 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 451
6fffc900
GM
452 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
453 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
454
77ab81d0 4552011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
456
457 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
458
1851cac3
GM
4592011-01-14 Glenn Morris <rgm@gnu.org>
460
461 * bzrmerge.el: Require cl when compiling.
462 (bzrmerge-merges): Doc fix.
463
2b3f5bc8
PE
4642011-01-07 Paul Eggert <eggert@cs.ucla.edu>
465
466 * notes/copyright: There's only one install-sh, not two, so fix a
467 typo claiming that there's two. Add move-if-change to the list of
468 GPL files imported from gnulib.
469
4702011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
471
472 * notes/copyright: Report status more accurately for non-GPL files.
473 Report copyright status more accurately for mkinstalldirs,
474 configure, m4/getopt.m4, and msdos/sed*.inp.
475
7c420169 4762011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
477
478 * nt/README.W32: Update the information about PNG support libraries.
479 (Bug#7716)
480
9ebea0e7
SM
4812010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * bzrmerge.el: New file to help merge branches while skipping
484 some revisions (e.g. from emacs-23 to trunk).
485
201ef780
AS
4862010-12-03 Andreas Schwab <schwab@linux-m68k.org>
487
488 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
489
16a0af11
GM
4902010-10-12 Glenn Morris <rgm@gnu.org>
491
492 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
493
f4f358f1
GM
4942010-10-09 Glenn Morris <rgm@gnu.org>
495
496 * admin.el (set-version): Add doc/emacs/emacsver.texi.
497
3fb78d1f
GM
4982010-10-09 Glenn Morris <rgm@gnu.org>
499
f7a31f11
GM
500 * admin.el (set-version): No need to act on doc/ files any more.
501
3fb78d1f
GM
502 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
503
733946e7
JB
5042010-09-05 Juanma Barranquero <lekktu@gmail.com>
505
506 * unidata/BidiMirroring.txt: Update from
507 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
508
509 * unidata/UnicodeData.txt: Update from
510 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
511
671d409f
AS
5122010-08-09 Andreas Schwab <schwab@linux-m68k.org>
513
514 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
515
29cf3e20
EZ
5162010-08-05 Eli Zaretskii <eliz@gnu.org>
517
518 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
519
e3aef5c6
CS
5202010-07-24 Christoph Scholtes <cschol2112@gmail.com>
521
522 * admin.el: Write version number to nt/makefile.w32-in.
523 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
524 in the nt/ directory.
525 * nt/README.W32: Relocate to nt/ directory.
526
8966b757
AS
5272010-07-11 Andreas Schwab <schwab@linux-m68k.org>
528
529 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
530
71c44c04
EZ
5312010-07-08 Eli Zaretskii <eliz@gnu.org>
532
533 * MAINTAINERS: Update my responsibilities.
534
72af86bd
AS
5352010-07-07 Andreas Schwab <schwab@linux-m68k.org>
536
537 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
538 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
539 Remove.
540
317fbf33
EZ
5412010-06-12 Eli Zaretskii <eliz@gnu.org>
542
cbc4fd20
EZ
543 * unidata/bidimirror.awk: New file.
544
545 * unidata/BidiMirroring.txt: New file from
546 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
547
a5b436df 548 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
549 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
550
551 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
552 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
553
317fbf33
EZ
554 * unidata/biditype.awk: New file.
555
556 * unidata/Makefile.in (../../src/biditype.h): New target.
557
558 * unidata/makefile.w32-in (../../src/biditype.h): New target.
559
bf3e70eb
JB
5602010-06-09 Juanma Barranquero <lekktu@gmail.com>
561
562 * unidata/UnicodeData.txt: Update from
563 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
564
81ac4f35
GM
5652010-05-27 Glenn Morris <rgm@gnu.org>
566
567 * quick-install-emacs (AVOID): No more Makefile.c files.
568
569 * notes/cpp: Remove file.
570
e45b9e19
KR
5712010-05-15 Ken Raeburn <raeburn@raeburn.org>
572
573 * admin.el (set-version, set-copyright): Update emacs.c instead of
574 version.el.
575
576 * make-tarball.txt: Update filename list in step 6.
577
578 * quick-install-emacs: Scan emacs.c instead of version.el for
579 version string.
580
61a808e8
CY
5812010-05-07 Chong Yidong <cyd@stupidchicken.com>
582
583 * Version 23.2 released.
584
796bb936
EZ
5852010-04-01 Eli Zaretskii <eliz@gnu.org>
586
52f4d8d5 587 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 588
288f9fc0
CY
5892010-03-10 Chong Yidong <cyd@stupidchicken.com>
590
591 * Branch for 23.2.
592
f758ab59
MB
5932010-03-10 Miles Bader <miles@gnu.org>
594
61c26472
MB
595 * quick-install-emacs: Use more portable shell syntax.
596
a5b436df 597 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
598 installing.
599
296271c0
JB
6002010-02-14 Juanma Barranquero <lekktu@gmail.com>
601
602 * quick-install-emacs (PRUNED): Fix typo in message.
603
79c08ece
GM
6042010-01-20 Glenn Morris <rgm@gnu.org>
605
606 * revdiff: Remove file that only works with CVS, and isn't really
607 needed with Bazaar (given the in-built revision options of bzr diff).
608
893db5bc
GM
6092010-01-12 Glenn Morris <rgm@gnu.org>
610
611 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
612 than emacs-pretest-bug for bug reports for development versions.
613
149353a4
KH
6142009-11-06 Kenichi Handa <handa@m17n.org>
615
616 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
617 that the block data and the following per-char data fall into the
618 same char-table leaf.
619
171fda8a
JB
6202009-10-01 Juanma Barranquero <lekktu@gmail.com>
621
622 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
623
06d09461
JB
6242009-09-07 Juanma Barranquero <lekktu@gmail.com>
625
626 * unidata/.gitignore: New file.
627
cb335806
EZ
6282009-08-22 Eli Zaretskii <eliz@gnu.org>
629
8e22fa7e
EZ
630 * notes/bugtracker: How to reassign a bug to a list of packages.
631
cb335806
EZ
632 * notes/newfile: Details of how to check for problems with DOS 8+3
633 file-name restrictions.
634
6352009-08-18 Glenn Morris <rgm@gnu.org>
636
637 * notes/newfile: New file.
638
54aa48fe
EZ
6392009-07-11 Eli Zaretskii <eliz@gnu.org>
640
641 * make-tarball.txt: Add a note about bumping the value of
642 customize-changed-options-previous-release.
643
aa4a9384
KH
6442009-06-24 Kenichi Handa <handa@m17n.org>
645
fe7a3057 646 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
647 and don't compact the map. This is to prefer the first one in the
648 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
649
09856751
KH
6502009-06-12 Kenichi Handa <handa@m17n.org>
651
652 * charsets/Makefile (JISX213A.map): Make it depend on
653 mapfiles/JISX213A.map.gz.
654 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
655
656 * charsets/mapfiles/JISX213A.map.gz: New file.
657
658 * charsets/mapfiles/README: Describe JISX213A.map.gz.
659
09e47eb5
KH
6602009-06-12 Kenichi Handa <handa@m17n.org>
661
662 * charsets/mapfiles/*: New files.
663
664 * charsets/mule-charsets.el: Mostly re-written to generate all
665 MULE-*.map files.
666
667 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
668 files.
669
670 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
671 EUC-JP-MS.
672
673 * charsets/cp51932.awk (END): Print arch-tag at the tail.
674
675 * charsets/Makefile: Maps depend on files under mapfiles or
676 ${GLIBC_CHARMAPS}.
677
0b4ff5df
KH
6782009-04-21 Kenichi Handa <handa@m17n.org>
679
680 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
681 change.
682
88758986
KH
6832009-04-17 Kenichi Handa <handa@m17n.org>
684
f58e0fd5
SM
685 * unidata/unidata-gen.el (unidata-get-decomposition):
686 Adjust Hangle decomposition rule to Unicode.
88758986 687
0af3fedf
KH
6882009-04-09 Kenichi Handa <handa@m17n.org>
689
f58e0fd5
SM
690 * unidata/unidata-gen.el (unidata-describe-decomposition):
691 Return a string with a composition property to disable combining
0af3fedf
KH
692 characters being composed.
693
e308dcd3 6942009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
695
696 * quick-install-emacs: Be more clever about locating info directory.
697
d9cce206
JB
6982009-02-24 Juanma Barranquero <lekktu@gmail.com>
699
700 * nt/README.W32: Fix typos.
701
3deb93c6
JR
7022009-02-23 Jason Rumney <jasonr@gnu.org>
703
ed9265fc 704 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 705
d9cce206
JB
706 * nt/README.W32: Remove ever expanding versions of Windows.
707 Shorten FAQ URL. Remove mention of obsolete lock directory.
708 Windows distribution now bin and barebin only. Add note about
709 SVG support. Remove old tar and gzip problem workarounds.
710 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
711
712 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
713 undumped distribution no longer exists.
714
e73521d0 7152009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
716
717 * nt/README.W32: Fix typo. (Bug#2207)
718
1b1db3a9
CY
7192009-02-01 Chong Yidong <cyd@stupidchicken.com>
720
721 * admin.el (set-version): Remove deleted file ns-emacs.texi.
722
d90442ce
KH
7232008-12-02 Kenichi Handa <handa@m17n.org>
724
725 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
726 `decomposition' property adjusted.
727 (unidata-split-decomposition): Don't include surrounding "<" and
728 ">" in a symbol name.
729
7302008-12-01 Kenichi Handa <handa@m17n.org>
731
b97439ce
JB
732 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
733 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
734 (unidata-get-numeric, unidata-put-numeric)
735 (unidata-gen-table-numeric): New functions.
736 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
737
983ab7ba
EZ
7382008-11-29 Eli Zaretskii <eliz@gnu.org>
739
740 * notes/documentation: Add notes about Antinews.
741
91236f63
GM
7422008-10-23 Glenn Morris <rgm@gnu.org>
743
744 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
745 Add/tweak some nextstep/ entries.
746
c674e738
KH
7472008-09-19 Kenichi Handa <handa@m17n.org>
748
749 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
750 positions.
751
293a3986
EZ
7522008-08-23 Eli Zaretskii <eliz@gnu.org>
753
754 * CPP-DEFINES: Add USER_FULL_NAME.
755
b7063e7e
JR
7562008-08-16 Jason Rumney <jasonr@gnu.org>
757
d4835507 758 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 759
295b47d8
JB
7602008-08-06 Juanma Barranquero <lekktu@gmail.com>
761
762 * nt/dump.bat: Fix mixed EOLs.
763
14145fa3
AR
7642008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
765
0dcb2845 766 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 767
c3179b06
EZ
7682008-08-02 Eli Zaretskii <eliz@gnu.org>
769
770 * CPP-DEFINES: Add defines for accessing system processes.
771
9e2a2647
DN
7722008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
773
774 * make-tarball.txt:
775 * admin.el:
776 * FOR-RELEASE:
777 * CPP-DEFINES: Remove mentions of Mac Carbon.
778
d3841127
GM
7792008-07-16 Glenn Morris <rgm@gnu.org>
780
781 * admin.el (set-version, set-copyright): Add nextstep/ files.
782
ba60bd44 7832008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 784
0dcb2845 785 * CPP-DEFINES: Add NS port related defines.
edfda783 786
f2d8d275
GM
7872008-06-16 Glenn Morris <rgm@gnu.org>
788
5de85e83
GM
789 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
790 doc/lispref/book-spine.texinfo.
f2d8d275 791
611bee81
GM
7922008-06-15 Glenn Morris <rgm@gnu.org>
793
794 * admin.el (set-version): Add doc/misc/faq.texi.
795
d6710afe
JB
7962008-05-22 Juanma Barranquero <lekktu@gmail.com>
797
798 * FOR-RELEASE: Remove Windows problem about the XPM image library
799 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
800
2e10f11c
JB
8012008-04-15 Juanma Barranquero <lekktu@gmail.com>
802
803 * unidata/UnicodeData.txt: Update to Unicode 5.1.
804
dd7d19d7
JB
8052008-04-14 Juanma Barranquero <lekktu@gmail.com>
806
807 * unidata/unidata-gen.el (unidata-prop-alist):
808 Fix typo in description of `numeric-value'.
809 (unidata-put-character): Fix typo in error message.
810
2cbff44e
GM
8112008-02-21 Glenn Morris <rgm@gnu.org>
812
813 * notes/unicode, notes/font-backend: New files, split off from
814 README.unicode.
815
43bad2da
KH
8162008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
817
818 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 819 being used in latin1-disp.el. Remove the problem of
98723304
KH
820 cp-supported-codepages. Remove the problem of lost changelog for
821 ps-prin1.ps.
43bad2da 822
8a7619ba
EZ
8232008-02-16 Eli Zaretskii <eliz@gnu.org>
824
825 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
826 non-portable in this context.
827
828 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
829 non-portable in this context.
830
f96b6330
EZ
8312008-02-09 Eli Zaretskii <eliz@gnu.org>
832
833 * unidata/makefile.w32-in (lisp): New variable.
834 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
835 lisp/emacs-lisp.
836
56eb72a0
JR
8372008-02-04 Jason Rumney <jasonr@gnu.org>
838
839 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
840
a8fd9158
JB
8412008-02-02 Juanma Barranquero <lekktu@gmail.com>
842
843 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
844
c7e85fc7
EZ
8452008-02-02 Eli Zaretskii <eliz@gnu.org>
846
9aa0b3c8
EZ
847 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
848
bcc891c2 849 * unidata/Makefile.in: Rename from Makefile.
5889232d 850
c7e85fc7
EZ
851 * unidata/makefile.w32-in: New file.
852
db516472
JR
8532008-02-02 Jason Rumney <jasonr@gnu.org>
854
855 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
856
609789d7 8572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 858
aca7a3d2
MB
859 * unidata/copyright.html: New file.
860
609789d7 8612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
862
863 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
864 decomposition, if T is the same as TBase, don't include it in the
865 returned list.
866
609789d7 8672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
868
869 * unidata/unidata-gen.el (unidata-text-file): Delete it.
870 (unidata-list): Initialize to nil.
871 (unidata-setup-list): New function.
bcc891c2
GM
872 (unidata-gen-files): New optional arg unidata-text-file.
873 If it's nil, set unidata-text-file to the left command line arg.
874 Call unidate-setup-list at first.
aca7a3d2 875
bcc891c2 876 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
877 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
878
609789d7 8792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 880
bcc891c2
GM
881 * unidata/unidata-gen.el: Fix comment typo.
882 Change string-to-int to string-to-number.
883 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
884 (unidata-list): Just insert unidata-text-file.
885 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 886 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 887
bcc891c2 888 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
889 (charprop.el): Depends on unidata.txt.
890 (clean): Remove unidata.txt.
891
609789d7 8922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
893
894 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
895 (unidata-get-name): Handle U+110B.
896
609789d7 8972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
898
899 Sub-directory `unidata' is for codes to generate charprop.el and
900 many other uni-*.el files from `UnicodeData.txt'.
901
902 * Unidata/README: New file.
903
904 * unidata/Makefile: New file.
905
906 * unidata/unidata-gen.el: New file.
907
908 * unidata/UnicodeData.txt: New file. Copied from
609789d7 909 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
910
911 * unidata/.cvsignore: New file.
912
609789d7 9132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
914
915 * charsets/.cvsignore: New file.
916
917 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
918
bcc891c2
GM
919 * charsets/Makefile (all): Rename target from charsets.
920 Depend on ${TRANS_TABLE}.
921 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
922 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
923 (install): Copy updated files only.
924
9252008-02-02 Kenichi Handa <handa@m17n.org>
926
bcc891c2 927 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
928
9292008-02-02 Kenichi Handa <handa@m17n.org>
930
931 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
932 0x2299 to 0x29BF.
933
609789d7 9342008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
935
936 * charsets/Makefile (TRANS_TABLE): New macro.
937 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 938 (cp51932.el): New target.
aca7a3d2
MB
939 (eucjp-ms.el): New target.
940 (install): Include ${TRANS_TABLE}.
941 (CJK): Include JISX213A.map.
942 (JISX213A.map): New target.
943
944 * charsets/eucjp-ms.awk: New file.
945
946 * charsets/cp51932.awk: New file.
947
609789d7 9482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
949
950 * charsets/cp932.awk: New file.
951
bcc891c2 952 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
953
954 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
955 running an awk program.
956
609789d7 9572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
958
959 * charsets/mapconv: Handle UNICODE2.
960
c4cc8b9a 961 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
962 (CP932-2BYTE.map): New target.
963
609789d7 9642008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
965
966 * charsets: New directory for scripts to generate charset map
967 files in ../etc/charsets/.
968
bcc891c2 969 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 970 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 971 * charsets/kuten.awk: New files.
aca7a3d2 972
adf94aa6
GM
9732008-01-08 Glenn Morris <rgm@gnu.org>
974
975 * admin.el (set-version): Add doc/man/emacs.1.
976
f3041af1
DN
9772008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * notes/copyright:
980 * MAINTAINERS: Remove references to files that have been removed.
981
a70c9a7a
GM
9822008-01-04 Glenn Morris <rgm@gnu.org>
983
984 * admin.el (set-copyright): Add lib-src/ebrowse.c.
985
aa5fea59
SM
9862007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * CPP-DEFINES: New file.
989
f8747b72
RS
9902007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
991
992 * FOR-RELEASE: Remove "window-system in face definition" [of
993 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
994 on gnus-dired.el.
995
24bbe01e
GM
9962007-12-05 Glenn Morris <rgm@gnu.org>
997
998 * admin.el (set-version): Handle configure.in. Adapt for doc/
999 directory layout for manuals.
1000
0073bc5d
RS
10012007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1002
630cb3b7
JB
1003 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1004 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1005
1453abd0
GM
10062007-11-17 Glenn Morris <rgm@gnu.org>
1007
1008 * admin.el (process-lines): Move to ../lisp/subr.el.
1009
ca076674
GM
10102007-10-23 Glenn Morris <rgm@gnu.org>
1011
1012 * MAINTAINERS: Move here from ../.
1013
943756ea
JB
10142007-10-17 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * make-emacs: Doc fix.
1017
bab9fcb4
GM
10182007-08-28 Glenn Morris <rgm@gnu.org>
1019
1020 * admin.el: Provide self.
1021
880820fe 10222007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1023
d58ee9f1 1024 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1025
cacc7b51
GM
10262007-07-25 Glenn Morris <rgm@gnu.org>
1027
1028 * Relicense all FSF files to GPLv3 or later.
1029
bfcea090
GM
10302007-06-07 Glenn Morris <rgm@gnu.org>
1031
1032 * admin.el (set-copyright): New function.
1033
017f0417
NR
10342007-04-25 Nick Roberts <nickrob@snap.net.nz>
1035
1036 * make-tarball.txt: Add note about cutting the branch.
1037
537a062f
CY
10382007-06-02 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * Version 22.1 released.
1041
77083ca3
EZ
10422007-02-03 Eli Zaretskii <eliz@gnu.org>
1043
1044 * nt/makedist.bat: Change EOL format to DOS. Don't use
1045 redirection characters in REM lines.
1046
880820fe 10472007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1048
1049 * FOR-RELEASE: Removed Gtk/Xft issue.
1050
1fc8c92b
MB
10512007-01-01 Miles Bader <miles@gnu.org>
1052
1053 * quick-install-emacs (get_config_var): Deal with weird magic
1054 string inserted by recent versions of autoconf.
1055
7dce1990
JB
10562006-11-25 Juanma Barranquero <lekktu@gmail.com>
1057
1058 * admin.el (set-version): Set version number in
1059 lib-src/makefile.w32-in.
1060
dc3d1157
RS
10612006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1062
1063 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1064 due to a local miss-configuration.
1065
08c85160
CY
10662006-10-28 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * make-announcement (OLD): Remove LEIM references in announcement
1069 since it is now built-in.
1070
d0834a5c
YM
10712006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1072
1073 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1074
151fe029
KH
10752006-10-03 Kenichi Handa <handa@m17n.org>
1076
1077 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1078
e71cb549
CY
10792006-08-13 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * FOR-RELEASE: Elisp manual checking completed.
1082
6232e72d
RS
10832006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1084
1085 * FOR-RELEASE: Update refcard section.
1086
8a8476f9
KS
10872006-07-14 Kim F. Storm <storm@cua.dk>
1088
1089 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1090
1eca02e7
KS
10912006-07-09 Kim F. Storm <storm@cua.dk>
1092
1093 * README: Use outline format. Add FOR-RELEASE.
1094
7fa61471
CY
10952006-06-27 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * FOR-RELEASE: Checking of info.texi done.
1098
8361675a
RS
10992006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1100
1101 * FOR-RELEASE: Update refcard section.
1102
3f168e29
RS
11032006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1104
1105 * FOR-RELEASE: Update refcard section.
1106
f195dc16
CY
11072006-05-25 Chong Yidong <cyd@stupidchicken.com>
1108
1109 * FOR-RELEASE: Key sequence elisp node done.
1110
49561a36
RS
11112006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1112
1113 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1114
6fedb9f9
CY
11152006-05-21 Chong Yidong <cyd@mit.edu>
1116
1117 * FOR-RELEASE: point-entered /point-left bug fixed.
1118
61515a63
EZ
11192006-05-12 Eli Zaretskii <eliz@gnu.org>
1120
1121 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1122 entry.
1123
4297ece2
BW
11242006-05-06 Bill Wohler <wohler@newt.com>
1125
1126 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1127 about it.
1128
4bbe413d 11292006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1130
4bbe413d 1131 * ./* (Copyright): Updated Copyright year(s).
49561a36 1132
6b82baf6
RS
11332006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1134
1135 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1136
49af2995
KS
11372006-02-20 Kim F. Storm <storm@cua.dk>
1138
1139 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1140 Rework how fringe bitmaps are defined and used.
e4920bc9 1141 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1142 one-level representation. It would be cleaner to split the
1143 representation into a two-level model where first level maps
1144 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1145 a bitmap appearance.
49af2995 1146
d5e87a2f
CY
11472006-01-27 Chong Yidong <cyd@stupidchicken.com>
1148
8a8476f9 1149 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1150
9c43c921
BW
11512005-12-13 Bill Wohler <wohler@newt.com>
1152
1153 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1154
6ed81b24
RS
11552005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1156
c95dddbe
RS
1157 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1158 completing-read-multiple, mail-extract-address-components,
1159 mail-mode, quail-define-package, save-buffer and
1160 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1161
2950d850
CY
11622005-11-28 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1165
ab4d879e
KS
11662005-11-11 Kim F. Storm <storm@cua.dk>
1167
1168 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1169 when displaying a non-breaking space in an overlay string.
1170
932dc33b
CY
11712005-10-30 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * FOR-RELEASE: Init file change implemented.
1174
c809f7cc
CY
11752005-10-27 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1178
4754e179 11792005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1180
1181 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1182 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1183
ffda926c
BW
11842005-10-17 Bill Wohler <wohler@newt.com>
1185
f58e0fd5 1186 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1187 since it's gone. Also marked mh-e as done.
ffda926c 1188
2d4713aa
JB
11892005-10-11 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1192 libraries on Windows (Done).
1193
95f76284
JR
11942005-10-01 Jason Rumney <jasonr@gnu.org>
1195
1196 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1197
52f277bf
RF
11982005-08-31 Romain Francoise <romain@orebokech.com>
1199
630cb3b7 1200 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1201 item (Done).
1202
c0eb0519
RF
12032005-08-27 Romain Francoise <romain@orebokech.com>
1204
1205 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1206
385ee3de 12072005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1208
1209 Update FSF's address in GPL notices.
1210
257914aa
LK
12112005-06-10 Lute Kamstra <lute@gnu.org>
1212
1213 * admin.el (set-version): Set version in lisp manual too.
1214 * make-tarball.txt: Commit lispref/elisp.texi too.
1215
a4e51a7a
RS
12162005-06-04 Richard M. Stallman <rms@gnu.org>
1217
1218 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1219 Other cleanups.
1220
834671a6
LK
12212005-04-19 Lute Kamstra <lute@gnu.org>
1222
1223 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1224
54381691
LK
12252005-04-14 Lute Kamstra <lute@gnu.org>
1226
118e2c39
LK
1227 * nt/makedist.bat (elfiles): Update.
1228
54381691
LK
1229 * admin.el (add-release-logs): Fix require call.
1230
0b048d52
MT
12312005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1232
f58e0fd5 1233 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1234 The first line of every tutorial must begin with a sentence saying
1235 "Emacs Tutorial" in the respective language. This should be
1236 followed by "See end for copying conditions", likewise in the
1237 respective language.
0b048d52 1238
18cd5892
LT
12392005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1240
1241 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1242 Add `undo-ask-before-discard' to it.
1243
9a1c5fbf
MB
12442005-03-02 Miles Bader <miles@gnu.org>
1245
1246 * quick-install-emacs: Only use the mkdir --verbose option if the
1247 script's --verbose option was specified (this avoids problems with
1248 default usage on systems where mkdir doesn't support that option).
1249
e25c1ca6
JR
12502005-02-15 Jason Rumney <jasonr@gnu.org>
1251
fffa137c 1252 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1253 tar --exclude.
1254
880820fe 12552004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1256
1257 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1258
6622d928
LT
12592004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1260
1261 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1262 Elisp manuals.
1263
d574552a
LT
12642004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1265
1266 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1267 Emacs and Elisp manuals.
d574552a 1268
0a5e5be0
KS
12692004-09-11 Kim F. Storm <storm@cua.dk>
1270
1271 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1272 (Documentation): Add NEWS entry.
1273 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1274
2661eae9
KS
12752004-08-29 Kim F. Storm <storm@cua.dk>
1276
1277 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1278
880820fe 12792004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1280
c4cc8b9a 1281 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1282 (now behaves as well as other ports).
1283
880820fe 12842004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1285
2661eae9 1286 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1287
44618f20 12882004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1289
1290 * FOR-RELEASE: Moved here from the etc directory.
1291
db281452
TTN
12922004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1293
1294 * notes/BRANCH: New file, to be maintained per CVS branch.
1295
feebeb72
MB
12962003-10-01 Miles Bader <miles@gnu.org>
1297
1298 * quick-install-emacs: Don't use "function" keyword when defining
1299 shell functions.
1300
44618f20
LK
13012003-09-29 Lute Kamstra <lute@gnu.org>
1302
1303 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1304
e04e1ce2
MB
13052003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1306
1307 * quick-install-emacs: Remove fns-* pruning, since that file no
1308 longer seems to be generated.
1309 (AVOID): Quote literal periods. Quote braces in a way acceptable
1310 to all parties (gawk gets bitchy about using `\').
1311
6cce52e8
MB
13122003-08-19 Miles Bader <miles@gnu.org>
1313
1314 * quick-install-emacs: Add arch-specific ignored files to
1315 quick-install-emacs. Use quoting for periods that's acceptable
1316 to recent versions of gawk.
1317
13582d53
MR
13182003-08-11 Markus Rost <rost@math.ohio-state.edu>
1319
1320 * cus-test.el: Remove obsolete workaround.
1321
e53925a5
AI
13222003-04-22 Andrew Innes <andrewi@gnu.org>
1323
1324 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1325 emacs.exe before zipping, and including batch file to recreate
1326 after unpacking.
1327
1328 * nt/stitch.bat: New file.
1329
1330 * nt/README-ftp-server: Update wording and version number etc.
1331 Add extra instructions for installing multi-file .zip
1332 distribution.
1333
1334 * nt/README.W32: Remove personal email address and update wording.
1335
1336 * nt/README-UNDUMP.W32: Remove personal email address and update
1337 wording.
1338
880820fe 13392003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1340
1341 * make-changelog-diff: New script, code stolen from make-announcement.
1342
1343 * make-announcement: Use make-changelog-diff.
1344
880820fe 13452003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1346
1347 * make-tarball.txt: Step-by-step instructions for making a tarball.
1348
10d1d0af 1349 * make-announcement: A script for creating pretest announcements.
163c6f1c 1350
880820fe 13512003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1352
1353 * admin.el (add-release-logs): Expand the directory name before
1354 calling find(1).
1355 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1356 the date and the user's name and address.
33b97f32 1357
7b997a97
MB
13582003-01-07 Miles Bader <miles@gnu.org>
1359
1360 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1361 command output from non-C locales.
1362
6c465a15 13632002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1364
3bc08206 1365 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1366 which can be run in batch mode. See the Commentary section.
bd08d86a 1367
5ce129c2
MR
13682002-10-08 Markus Rost <rost@math.ohio-state.edu>
1369
1370 * cus-test.el: New file.
1371
14dd2fe9
MB
13722002-05-27 Miles Bader <miles@gnu.org>
1373
1374 * quick-install-emacs (VERSION): Calculate using the same method
1375 that configure.in uses.
1376
880820fe 13772002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1378
1379 * emacs-pretesters: New file with information for Emacs
1380 pretesters.
1381
b9a07996
PE
13822002-03-22 Paul Eggert <eggert@twinsun.com>
1383
1384 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1385 POSIX 1003.1-2001 disallows both usages.
1386
38b81d74
AI
13872002-02-11 Andrew Innes <andrewi@gnu.org>
1388
1389 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1390
72a68345
AI
13912002-01-24 Andrew Innes <andrewi@gnu.org>
1392
1393 * nt/README.W32: Remove unnecessary version number and date
1394 references.
1395
1396 * nt/README-UNDUMP.W32: Ditto.
1397
ebbaf4e3
GM
13982001-12-06 Gerd Moellmann <gerd@gnu.org>
1399
1400 * make-emacs: Add --trace-move.
1401
461a1459
AI
14022001-10-23 Andrew Innes <andrewi@gnu.org>
1403
1404 * nt/makedist.bat: Remove remaining obsolete reference to
1405 GETTING.GNU.SOFTWARE.
1406
26fe1f92
GM
14072001-10-22 Gerd Moellmann <gerd@gnu.org>
1408
1409 * admin.el (set-version): Use `s' interactive spec for
1410 version number.
1411
71431a0e
GM
14122001-10-20 Gerd Moellmann <gerd@gnu.org>
1413
6aa97356 1414 * (Version 21.1 released.)
71431a0e 1415
e568708b
GM
14162001-10-20 Gerd Moellmann <gerd@gnu.org>
1417
1418 * admin.el (add-release-logs): Put the log entry in lispref, too.
1419
c5915370
MB
14202001-10-20 Miles Bader <miles@gnu.org>
1421
1422 * quick-install-emacs: Exit if we can't find some variable.
1423 (AVOID): Add .orig & .rej files.
1424 (get_config_var): Be more liberal about format of config.status
1425 sed commands.
1426
5a4a5bd4
GM
14272001-10-19 Gerd Moellmann <gerd@gnu.org>
1428
74499542
GM
1429 * admin.el: New file.
1430
5a4a5bd4
GM
1431 * build-configs: Add --help option. Add support for building
1432 in arbitrary source trees.
1433
09954f3b
GM
14342001-10-17 Gerd Moellmann <gerd@gnu.org>
1435
1436 * alloc-colors.c: New file.
1437
f2164e31
GM
14382001-10-13 Gerd Moellmann <gerd@gnu.org>
1439
1440 * make-emacs: Add --boot switch for bootstrapping. Logs to
1441 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1442
ab952a4f
GM
14432001-10-05 Gerd Moellmann <gerd@gnu.org>
1444
1445 * Branch for 21.1.
6c465a15 1446
f537c3cd
EZ
14472001-09-04 Andrew Innes <andrewi@gnu.org>
1448
1449 * admin/nt/makedist.bat: Remove reference to obsolete file
1450 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1451 version of tar used.
1452
1453;; Local Variables:
880820fe 1454;; coding: utf-8
f537c3cd 1455;; End:
2a34a036 1456
6116bd7e 1457 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1458
1459 This file is part of GNU Emacs.
1460
9ad5de0c 1461 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1462 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1463 the Free Software Foundation, either version 3 of the License, or
1464 (at your option) any later version.
5b87ad55
GM
1465
1466 GNU Emacs is distributed in the hope that it will be useful,
1467 but WITHOUT ANY WARRANTY; without even the implied warranty of
1468 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1469 GNU General Public License for more details.
1470
1471 You should have received a copy of the GNU General Public License
9ad5de0c 1472 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.