coding.c (to_unicode): Fix a typo in a comment.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
d37e4893
PE
12013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 * notes/unicode: Add notes about Emacs source file encoding.
4
f5572543
PE
52013-03-04 Paul Eggert <eggert@cs.ucla.edu>
6
7 * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
8 from summary, as this causes javat-wy.el to contain both a null byte
9 and a byte sequence that is not valid UTF-8, which is inconvenient.
10
50d8b29d
PE
112013-03-03 Paul Eggert <eggert@cs.ucla.edu>
12
13 * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
14 If there were a real need, it should be UTF-8 anyway.
15
1ddc2bd6
PE
162013-02-25 Paul Eggert <eggert@cs.ucla.edu>
17
18 Simplify data_start configuration (Bug#13783).
19 * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
20
a84b7c53
PE
212013-02-11 Paul Eggert <eggert@cs.ucla.edu>
22
23 Tune by using memchr and memrchr.
24 * merge-gnulib (GNULIB_MODULES): Add memrchr.
25
8654f9d7
PE
262013-02-01 Paul Eggert <eggert@cs.ucla.edu>
27
28 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
29 * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
30 (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
31 Avoid dup, open, opendir.
32
2b30549c
DA
332013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
34
35 * coccinelle/xsave.cocci: Semantic patch to adjust users of
36 XSAVE_POINTER and XSAVE_INTEGER macros.
37
66cf328d
GM
382013-01-03 Glenn Morris <rgm@gnu.org>
39
2036b4b8
GM
40 * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
41
f674f1d1
GM
42 * emacs-pretesters, make-announcement, make-changelog-diff:
43 Remove files.
66cf328d 44
97976f9f
PE
452012-12-14 Paul Eggert <eggert@cs.ucla.edu>
46
47 Fix permissions bugs with setgid directories etc. (Bug#13125)
48 * CPP-DEFINES (BSD4_2): Remove.
49
7be78020
PE
502012-12-08 Paul Eggert <eggert@cs.ucla.edu>
51
5745a7df
PE
52 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
53 * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
54
7be78020
PE
55 Simplify get_lim_data.
56 * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
57
d983a10b
PE
582012-12-03 Paul Eggert <eggert@cs.ucla.edu>
59
60 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
61 * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
62 Remove.
63 (SIGTRAP): Remove this one too, as config.h no longer defines it.
64 * merge-gnulib (GNULIB_MODULES): Add sig2str.
65
bcd77a2b
KB
662012-11-24 Ken Brown <kbrown@cornell.edu>
67
68 * CPP-DEFINES (HAVE_MOUSE): Remove.
69
95ef7787
PE
702012-11-23 Paul Eggert <eggert@cs.ucla.edu>
71
72 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
73 * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
74 * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
75
9239d970
PE
762012-11-21 Paul Eggert <eggert@cs.ucla.edu>
77
78 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
79 * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
80 (HAVE_UNISTD_H): Remove.
81
49cdacda
PE
822012-11-17 Paul Eggert <eggert@cs.ucla.edu>
83
84 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
85 * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
86 * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
87
3d082a26
PE
882012-11-16 Paul Eggert <eggert@cs.ucla.edu>
89
90 Remove no-longer-used pty_max_bytes variable.
91 * CPP-DEFINES (HAVE_FPATHCONF): Remove.
92
73dcdb9f
PE
932012-11-14 Paul Eggert <eggert@cs.ucla.edu>
94
95 Use faccessat, not access, when checking file permissions (Bug#12632).
96 * merge-gnulib (GNULIB_MODULES): Add faccessat.
97 (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
98 openat-die, openat-h, save-cwd. Do not avoid fcntl-h.
99 Omit gnulib's m4/fcntl-o.m4.
100
8148369c
PE
1012012-11-05 Paul Eggert <eggert@cs.ucla.edu>
102
dd0333b6
PE
103 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
104 * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
105 Remove; obsolete.
106
8148369c
PE
107 Simplify by assuming __fpending.
108 * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
109
5ccd466c
GM
1102012-11-03 Glenn Morris <rgm@gnu.org>
111
112 * admin.el (set-copyright): Add msdos/sed2v2.inp.
113
7ccfb720
PE
1142012-11-01 Paul Eggert <eggert@cs.ucla.edu>
115
116 Fix data-loss with --batch (Bug#9574).
117 * merge-gnulib (GNULIB_MODULES): Add close-stream.
118
f5772b8e
KH
1192012-10-12 Kenichi Handa <handa@gnu.org>
120
121 * charsets/Makefile (JISC6226.map): Add missing mappings.
122
cde44a77
KH
1232012-10-11 Kenichi Handa <handa@gnu.org>
124
125 * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
126 mapfiles/*.
127
128 * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
129
130 * charsets/Makefile: Be sure to call mapconv script of the current
131 directory. Adjusted for the change of mapfiles/*.gz to
132 mapfiles/*.
133 (SED_SCRIPT): New variable.
134 (jisx2131-filter): New target.
135 (JISX2131.map): Use jisx2131-filter to filter out characters added
136 for the 2004 year version.
137 (clear): Remove ${SED_SCRIPT} too.
138
139 * charsets/mapfiles/MULE-ethiopic.map,
140 charsets/mapfiles/MULE-ipa.map,
141 charsets/mapfiles/MULE-is13194.map,
142 charsets/mapfiles/MULE-lviscii.map,
143 charsets/mapfiles/MULE-sisheng.map,
144 charsets/mapfiles/MULE-tibetan.map,
145 charsets/mapfiles/MULE-uviscii.map: Fix typo.
146
2c35bdbb
GM
1472012-10-09 Glenn Morris <rgm@gnu.org>
148
149 * admin.el (cusver-scan-cus-start): New function.
150 (cusver-check): Scan old cus-start.el.
151
5407f8d2
GM
1522012-10-07 Glenn Morris <rgm@gnu.org>
153
154 * admin.el (cusver-new-version): Set default.
155 (cusver-check): Improve interactive argument reading.
156
1a316a53
GM
1572012-10-06 Glenn Morris <rgm@gnu.org>
158
159 * admin.el (cusver-new-version): New variable.
160 (cusver-scan): Check if containing group has a :version.
161 (cusver-check): Add VERSION argument.
162
9414dd8d
CY
1632012-10-01 David Engster <deng@randomsample.de>
164
165 * grammars/bovine-grammar.el:
166 * grammars/wisent-grammar.el: Move to lisp directory.
167
62a81506
CY
1682012-10-01 David Engster <deng@randomsample.de>
169
170 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
171 Remove.
d1b066d2 172 (bovine-grammar-expand-form): Test for emacs-major-version.
62a81506
CY
173
174 * grammars/c.by: Add EXPLICIT to keyword tokens.
d1b066d2 175 Add %provide token.
62a81506 176
d1b066d2 177 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
62a81506 178 was copied to grammar.el. New %provide token to generate prefix
d1b066d2 179 which conforms with Emacs conventions. Remove lexer definition,
62a81506
CY
180 which is now in grammar.el.
181
eec5fae2
GM
1822012-09-27 Glenn Morris <rgm@gnu.org>
183
184 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
185
a615a3ae
PE
1862012-09-27 Paul Eggert <eggert@cs.ucla.edu>
187
188 Check more robustly for timer_settime.
189 * merge-gnulib (GNULIB_MODULES): Add timer-time.
190
e3b60857
JB
1912012-09-26 Juanma Barranquero <lekktu@gmail.com>
192
193 * unidata/BidiMirroring.txt:
194 * unidata/UnicodeData.txt: Update to Unicode 6.2.
195
78f83752
GM
1962012-09-17 Glenn Morris <rgm@gnu.org>
197
dcddaabb
GM
198 * admin.el (add-log-time-format): Declare.
199
dcf8834b
GM
200 * admin.el (cusver-scan, cusver-check): Bind local variables.
201
202 * admin.el (set-version): Set major version in
203 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
204 (set-copyright): In etc/refcards, only change ru-refcard.tex
205 and emacsver.tex.
206
78f83752
GM
207 * admin.el (set-copyright): No more need to set copyrights for
208 nextstep, or .c files. Add configure.ac and config.nt.
209
0caaedb1
PE
2102012-09-16 Paul Eggert <eggert@cs.ucla.edu>
211
212 Remove configure's --without-sync-input option (Bug#12450).
213 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
214
83da1b55
GM
2152012-09-16 Glenn Morris <rgm@gnu.org>
216
217 * admin.el (set-version): No more need to set nextstep versions.
218 (set-copyright): Update for moved nextstep files.
219
4a4bbad2
PE
2202012-09-13 Paul Eggert <eggert@cs.ucla.edu>
221
222 Simplify SIGIO usage (Bug#12408).
d1b066d2 223 * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
4a4bbad2
PE
224 (BROKEN_SIGPTY, NO_TERMIO): Remove.
225
c990426a
PE
2262012-09-11 Paul Eggert <eggert@cs.ucla.edu>
227
228 Simplify, document, and port floating-point (Bug#12381).
229 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
230
f6196b87
PE
2312012-09-09 Paul Eggert <eggert@cs.ucla.edu>
232
233 Assume C89 or later for math functions (Bug#12381).
234 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
235 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
236
1088b922
PE
2372012-09-04 Paul Eggert <eggert@cs.ucla.edu>
238
239 Simplify redefinition of 'abort' (Bug#12316).
240 * CPP-DEFINES (NO_ABORT): Remove.
241
a3f90bea
GM
2422012-08-28 Glenn Morris <rgm@gnu.org>
243
244 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
245
01e0f0f5
AS
2462012-08-28 Andreas Schwab <schwab@linux-m68k.org>
247
248 * charsets/mule-charsets.el (header): Fix typo.
249
f4a681b0
PE
2502012-08-24 Paul Eggert <eggert@cs.ucla.edu>
251
252 On assertion failure, print backtrace if available.
253 * merge-gnulib (GNULIB_MODULES): Add execinfo.
254
620f13b0
PE
2552012-08-16 Paul Eggert <eggert@cs.ucla.edu>
256
257 Use ASCII tests for character types.
258 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
259 new direct dependency; c-ctype was already being used indirectly
260 via other gnulib modules.
261
f5d9e83a
PE
2622012-08-14 Paul Eggert <eggert@cs.ucla.edu>
263
264 Use bool for Emacs Lisp booleans.
265 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
266 new direct dependency; stdbool was already being used indirectly
267 via other gnulib modules.
268
9ff9402d 2692012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
270
271 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
272
c644523b
DA
2732012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
274
275 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
276
13294f95
PE
2772012-08-02 Paul Eggert <eggert@cs.ucla.edu>
278
279 Port to Solaris 8.
280 * CPP-DEFINES (WRETCODE): Remove.
281
d8a05828
DA
2822012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
283
284 * coccinelle/overlay.cocci: Semantic patch to replace direct
285 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
286
8271d590
DA
2872012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
288
289 * coccinelle/symbol.cocci: Semantic patch to replace direct
290 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
291
3193acd2
DA
2922012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
293
294 * coccinelle/process.cocci: Semantic patch to replace direct
295 access to Lisp_Object members of struct Lisp_Process to PVAR.
296
3a45383a
DA
2972012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
298
299 * coccinelle/window.cocci: Semantic patch to replace direct
300 access to Lisp_Object members of struct window to WVAR.
301
e34f7f79
DA
3022012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
303
304 * coccinelle/frame.cocci: Semantic patch to replace direct
305 access to Lisp_Object members of struct frame to FVAR.
306
e32a5799
PE
3072012-07-28 Paul Eggert <eggert@cs.ucla.edu>
308
309 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
310 * merge-gnulib: Add environ, stdalign.
311
d7ea76b4
DA
3122012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
313
314 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
315 make_unibyte_string to build_unibyte_string where appropriate.
316
4dc7c8d5 3172012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
318
319 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
320
4dc7c8d5 3212012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
322
323 * Version 24.1 released.
d7ea76b4 324
5ebbef1d
PE
3252012-07-11 Paul Eggert <eggert@cs.ucla.edu>
326
bb352260
PE
327 Assume mkdir, perror, rename, rmdir, strerror.
328 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
329 (HAVE_STRERROR, strerror):
57054ddd 330 Remove.
5ebbef1d 331
7d7bbefd
DA
3322012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
333
334 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
335 to XCDR and consistently use CONSP in the list iteration loops.
336 * coccinelle/vector_contents.cocci: Fix indentation.
337
f58e0fd5
SM
3382012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * bzrmerge.el: Use cl-lib.
341
c4444d16
PE
3422012-07-09 Paul Eggert <eggert@cs.ucla.edu>
343
344 Rename configure.in to configure.ac (Bug#11603).
345 * admin.el (set-version):
346 * quick-install-emacs (VERSION):
347 Get version number from configure.ac, not configure.in.
348
fee5959d
PE
3492012-07-06 Paul Eggert <eggert@cs.ucla.edu>
350
351 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
352 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
353
23f86fce
DA
3542012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
355
356 * coccinelle/xzalloc.cocci: Semantic patch to convert
357 calls to xmalloc with following memset to xzalloc.
358
95f61aa2
JB
3592012-07-04 Juanma Barranquero <lekktu@gmail.com>
360
361 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
362
1130ecfc
DA
3632012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
364
365 * coccinelle/build_string.cocci: Semantic patch
366 to convert from make_string to build_string.
367
3c9359df
DA
3682012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
369
370 First Coccinelle semantic patch.
371 * coccinelle: New subdirectory
372 * coccinelle/README: Documentation stub.
373 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
374 access to `contents' member of Lisp_Vector objects with AREF and ASET
375 where appropriate.
3c9359df 376
d35af63c
PE
3772012-06-22 Paul Eggert <eggert@cs.ucla.edu>
378
379 Support higher-resolution time stamps (Bug#9000).
380 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
381 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
382 timespec-sub, utimens.
383 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
384 This trims down the gnulib import, from the very latest gnulib.
385 Emacs does its own implementation of 'select' and 'sigprocmask'
386 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
387 hosts, so it doesn't need these modules.
388 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
389 these gnulib modules are only for Windows porting and Emacs ports
390 to Windows in a different way.
391
646b5f55
AS
3922012-06-13 Andreas Schwab <schwab@linux-m68k.org>
393
f58e0fd5
SM
394 * make-emacs: Rename --union-type to --check-lisp-type.
395 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
396 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
397 USE_LISP_UNION_TYPE.
398
418cd726
GM
3992012-06-03 Glenn Morris <rgm@gnu.org>
400
401 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
402
501390c5
PE
4032012-06-01 Paul Eggert <eggert@cs.ucla.edu>
404
405 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
406 * make-tarball.txt: Don't worry about maintainer mode.
407
0e7a053e
PE
4082012-05-28 Paul Eggert <eggert@cs.ucla.edu>
409
410 * CPP-DEFINES: Remove HAVE_SYSINFO.
411
50c4645e
PE
4122012-05-27 Paul Eggert <eggert@cs.ucla.edu>
413
414 Assume gnulib does largefile.
415 * merge-gnulib (GNULIB_MODULES): Add largefile.
416
34374650
PE
4172012-05-22 Paul Eggert <eggert@cs.ucla.edu>
418
419 Remove src/m/*.
420 * CPP-DEFINES: Do not mention src/m/*.h.
421 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
422 (BITS_PER_SHORT, BITS_PER_INT): Remove.
423 * MAINTAINERS: Remove src/m/.
424
9b4ee616
PE
4252012-05-21 Paul Eggert <eggert@cs.ucla.edu>
426
fb77d37e
PE
427 Use full name for m4/gnulib-comp.m4. (Bug#11529)
428 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
429
261cb4bb
PE
430 Assume C89 or later.
431 * CPP-DEFINES: Remove NULL, const.
432
9b4ee616
PE
433 Make merging from gnulib a script, not a makefile action.
434 * merge-gnulib: New script, with actions moved here from
435 ../Makefile.in.
436
003fdae2
PE
4372012-05-19 Paul Eggert <eggert@cs.ucla.edu>
438
9232a6d9
PE
439 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
440
003fdae2
PE
441 * CPP-DEFINES (HAVE_FTIME): Remove.
442
6116bd7e
GM
4432012-05-02 Glenn Morris <rgm@gnu.org>
444
445 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
446
a9f72fc1
GM
4472012-04-10 Glenn Morris <rgm@gnu.org>
448
c9279dad
GM
449 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
450
a9f72fc1
GM
451 * unidata/Makefile.in: Add FSF copyright.
452 Make it use autoconf features, and work for out-of-tree builds.
453
b142f158
EZ
4542012-04-07 Eli Zaretskii <eliz@gnu.org>
455
456 * unidata/README:
457 * unidata/copyright.html:
458 * unidata/BidiMirroring.txt:
459 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
460 the Unicode Standard.
461
c406be43
KH
4622012-02-16 Kenichi Handa <handa@m17n.org>
463
464 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
465 values of name and old-name to nil.
466 (unidata-get-name): Return nil for the default value.
467
58474503
GM
4682012-02-11 Glenn Morris <rgm@gnu.org>
469
470 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
471 (cusver-check): New functions.
472
54de86ac
GM
4732012-01-19 Glenn Morris <rgm@gnu.org>
474
475 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
476 "skip?" question, since there can be multiple such for any revision.
477
0dc18ae0
EZ
4782012-01-14 Eli Zaretskii <eliz@gnu.org>
479
480 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
481 updated and checked.
482
509c74bd
AS
4832011-11-26 Andreas Schwab <schwab@linux-m68k.org>
484
303d001f
AS
485 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
486 Avoid warning about old-style backquote.
487
509c74bd
AS
488 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
489 in regexp.
490 (wisent-make-parsers): Likewise. Quote `.'.
491
492 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
493 in regexp.
494 (bovine-make-parsers): Likewise. Quote `.'.
495
d5ff9cd0
AS
4962011-11-20 Andreas Schwab <schwab@linux-m68k.org>
497
498 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
499
7877f373
JB
5002011-11-16 Juanma Barranquero <lekktu@gmail.com>
501
502 * admin.el (manual-dvi): Fix typo.
503
b018182c
EZ
5042011-11-15 Eli Zaretskii <eliz@gnu.org>
505
7877f373 506 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 507
c7015153
JB
5082011-11-15 Juanma Barranquero <lekktu@gmail.com>
509
510 * make-emacs: Fix typo.
511
d31d07be
JB
5122011-11-07 Juanma Barranquero <lekktu@gmail.com>
513
514 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
515
72b8747b
DE
5162011-10-31 David Engster <deng@randomsample.de>
517
518 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
519
8cedc5ac
EZ
5202011-10-28 Eli Zaretskii <eliz@gnu.org>
521
522 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
523 running Emacs on Windows 9X.
524
a0c64452
CY
5252011-09-26 Chong Yidong <cyd@stupidchicken.com>
526
527 * admin.el (set-version): Fix regexps for config.nt and
528 sed2v2.inp.
529
e39b275c 5302011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 531
abec06ff 532 Merge from gnulib (Bug#9169).
24e0f6b1
PE
533 * notes/copyright: The files compile, config.guess, config.sub,
534 depcomp, install-sh, missing, and move-if-change are now in the
535 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
536 and warn-on-use.h are now in build-aux/snippets. New file
537 build-aux/snippets/_Noreturn.h.
538
bca633fb
EZ
5392011-08-23 Eli Zaretskii <eliz@gnu.org>
540
541 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
542 values of bidi-class according to DerivedBidiClass.txt from the
543 latest UCD.
544
0902a04e
KH
5452011-08-23 Kenichi Handa <handa@m17n.org>
546
547 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
548 values for name, general-category, canonical-combining-class,
549 mirrored, and bidi-class. Describe the meaning of value nil for
550 decimal-digit-value, digit-value, numeric-value, uppercase,
551 lowercase, titlecase, and mirroring.
552 (unidata-gen-table): Handle the case that default-value is a
553 list. Set default values of characters not listed in a table.
554 (unidata-get-name): Return an empty string if a value in a
555 char-table is nil.
556 (unidata-get-decomposition): Return a list of character itself if
557 a value in a char-table is nil.
558
474a8465
EZ
5592011-08-15 Eli Zaretskii <eliz@gnu.org>
560
561 * unidata/bidimirror.awk: File removed.
562
563 * unidata/biditype.awk: File removed.
564
565 * unidata/makefile.w32-in (all): Remove src/biditype.h and
566 src/bidimirror.h.
f58e0fd5 567 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
568
569 * unidata/Makefile.in (all): Remove src/biditype.h and
570 src/bidimirror.h.
f58e0fd5 571 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 572
a5b436df
JB
5732011-07-07 Juanma Barranquero <lekktu@gmail.com>
574
575 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
576 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
577
c805dec0
KH
5782011-07-06 Kenichi Handa <handa@m17n.org>
579
580 * unidata/unidata-gen.el (unidata-dir): New variable.
581 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
582 (unidata-prop-alist): INDEX element may be a function.
583 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
584 New entry `mirroring'.
585 (unidata-prop-default, unidata-prop-val-list): New subst.
586 (unidata-get-character, unidata-put-character): Delete them.
587 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
588 above changes.
589 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
590 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
591 Delete them.
592 (unidata-encode-val): Assume that the first element of VAL-LIST is
593 a cons (nil . 0).
594 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
595 Always store the encoded value.
596 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
597 Set the 1st and the 2nd extra slots to index numbers for C
598 functions.
599 (unidata-gen-table-integer): Likewise.
600 (unidata-gen-table-numeric): Likewise.
601 (unidata-gen-table-name): New arg IGNORE.
602 (unidata-gen-table-decomposition): Likewise.
603 (unidata-describe-general-category): Add the case nil to the
604 description alist.
a5b436df 605 (unidata-gen-mirroring-list): New function.
c805dec0
KH
606 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
607 unidata-prop-alist. Handle the case of storing multiple
608 char-tables in a file.
609
610 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
611 unidata-gen-files.
612
2a35386d
GM
6132011-05-21 Glenn Morris <rgm@gnu.org>
614
615 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
616
33383987
JB
6172011-03-07 Chong Yidong <cyd@stupidchicken.com>
618
619 * Version 23.3 released.
620
cce7d530 6212011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
622
623 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
624
9d9d12cd
EZ
6252011-02-19 Eli Zaretskii <eliz@gnu.org>
626
627 * admin.el (set-version): Add msdos/sed2v2.inp.
628
1f5d53eb
PE
6292011-02-16 Paul Eggert <eggert@cs.ucla.edu>
630
631 Remove no-longer needed getloadavg symbols.
632 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
633 (LDAV_SYMBOL): Remove.
634
7b24e97a
GM
6352011-02-12 Glenn Morris <rgm@gnu.org>
636
637 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
638
4d881c83
GM
6392011-02-05 Glenn Morris <rgm@gnu.org>
640
641 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
642 (bzrmerge-apply): Use it.
643 (bzrmerge): Kill any old warning buffer first.
644
f6041baa
GM
6452011-02-03 Glenn Morris <rgm@gnu.org>
646
647 * bzrmerge.el (bzrmerge-buffer): New constant.
648 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
649 (bzrmerge-missing): If nothing to do, return nil not (nil).
650 (bzrmerge-apply): Remove odd character from message.
651 (bzrmerge): Give status messages.
652
70b0d280
EZ
6532011-01-31 Eli Zaretskii <eliz@gnu.org>
654
f6041baa
GM
655 * admin.el (set-version): Remove lib-src/makefile.w32-in.
656 Add nt/config.nt.
70b0d280 657
16fab143
PE
6582011-01-31 Paul Eggert <eggert@cs.ucla.edu>
659
660 src/emacs.c now gets version number from configure.in
661 * admin.el (set-version): Don't update src/emacs.c.
662 * quick-install-emacs (VERSION): Get it from configure.in, not from
663 src/emacs.c.
664
16c3e636
PE
6652011-01-30 Paul Eggert <eggert@cs.ucla.edu>
666
667 strftime: import from gnulib
668 * notes/copyright: strftime.c moved from src to lib.
669
d0cb8662
GM
6702011-01-25 Glenn Morris <rgm@gnu.org>
671
672 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
673 (bzrmerge-missing): Use it.
674
d6100f3d
PE
6752011-01-19 Paul Eggert <eggert@cs.ucla.edu>
676
677 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
678 rather than doing rm and autoconf by hand. See
679 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
680
9092d186
PE
6812011-01-17 Paul Eggert <eggert@cs.ucla.edu>
682
683 * notes/bzr (Installing changes from gnulib): New section.
684 Need for this suggested by Stefan Monnier.
685
41f44310
SM
6862011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
689 an inconsistent state.
690
a3e44e79 6912011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
692
693 Update copyright notes to match recent gnulib-related changes.
694 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
695 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
696 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
697 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
698 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
699 subsumed by m4/*.m4 rule). config.guess, config.sub, and
700 doc/man/texinfo.tex are now copied in from gnulib.
701
6fffc900
GM
7022011-01-15 Glenn Morris <rgm@gnu.org>
703
2153c862 704 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 705
6fffc900
GM
706 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
707 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
708
77ab81d0 7092011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
710
711 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
712
1851cac3
GM
7132011-01-14 Glenn Morris <rgm@gnu.org>
714
715 * bzrmerge.el: Require cl when compiling.
716 (bzrmerge-merges): Doc fix.
717
2b3f5bc8
PE
7182011-01-07 Paul Eggert <eggert@cs.ucla.edu>
719
720 * notes/copyright: There's only one install-sh, not two, so fix a
721 typo claiming that there's two. Add move-if-change to the list of
722 GPL files imported from gnulib.
723
7242011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
725
726 * notes/copyright: Report status more accurately for non-GPL files.
727 Report copyright status more accurately for mkinstalldirs,
728 configure, m4/getopt.m4, and msdos/sed*.inp.
729
7c420169 7302011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
731
732 * nt/README.W32: Update the information about PNG support libraries.
733 (Bug#7716)
734
9ebea0e7
SM
7352010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * bzrmerge.el: New file to help merge branches while skipping
738 some revisions (e.g. from emacs-23 to trunk).
739
201ef780
AS
7402010-12-03 Andreas Schwab <schwab@linux-m68k.org>
741
742 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
743
16a0af11
GM
7442010-10-12 Glenn Morris <rgm@gnu.org>
745
746 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
747
f4f358f1
GM
7482010-10-09 Glenn Morris <rgm@gnu.org>
749
750 * admin.el (set-version): Add doc/emacs/emacsver.texi.
751
3fb78d1f
GM
7522010-10-09 Glenn Morris <rgm@gnu.org>
753
f7a31f11
GM
754 * admin.el (set-version): No need to act on doc/ files any more.
755
3fb78d1f
GM
756 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
757
733946e7
JB
7582010-09-05 Juanma Barranquero <lekktu@gmail.com>
759
760 * unidata/BidiMirroring.txt: Update from
761 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
762
763 * unidata/UnicodeData.txt: Update from
764 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
765
671d409f
AS
7662010-08-09 Andreas Schwab <schwab@linux-m68k.org>
767
768 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
769
29cf3e20
EZ
7702010-08-05 Eli Zaretskii <eliz@gnu.org>
771
772 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
773
e3aef5c6
CS
7742010-07-24 Christoph Scholtes <cschol2112@gmail.com>
775
776 * admin.el: Write version number to nt/makefile.w32-in.
777 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
778 in the nt/ directory.
779 * nt/README.W32: Relocate to nt/ directory.
780
8966b757
AS
7812010-07-11 Andreas Schwab <schwab@linux-m68k.org>
782
783 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
784
71c44c04
EZ
7852010-07-08 Eli Zaretskii <eliz@gnu.org>
786
787 * MAINTAINERS: Update my responsibilities.
788
72af86bd
AS
7892010-07-07 Andreas Schwab <schwab@linux-m68k.org>
790
791 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
792 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
793 Remove.
794
317fbf33
EZ
7952010-06-12 Eli Zaretskii <eliz@gnu.org>
796
cbc4fd20
EZ
797 * unidata/bidimirror.awk: New file.
798
799 * unidata/BidiMirroring.txt: New file from
800 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
801
a5b436df 802 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
803 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
804
805 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
806 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
807
317fbf33
EZ
808 * unidata/biditype.awk: New file.
809
810 * unidata/Makefile.in (../../src/biditype.h): New target.
811
812 * unidata/makefile.w32-in (../../src/biditype.h): New target.
813
bf3e70eb
JB
8142010-06-09 Juanma Barranquero <lekktu@gmail.com>
815
816 * unidata/UnicodeData.txt: Update from
817 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
818
81ac4f35
GM
8192010-05-27 Glenn Morris <rgm@gnu.org>
820
821 * quick-install-emacs (AVOID): No more Makefile.c files.
822
823 * notes/cpp: Remove file.
824
e45b9e19
KR
8252010-05-15 Ken Raeburn <raeburn@raeburn.org>
826
827 * admin.el (set-version, set-copyright): Update emacs.c instead of
828 version.el.
829
830 * make-tarball.txt: Update filename list in step 6.
831
832 * quick-install-emacs: Scan emacs.c instead of version.el for
833 version string.
834
61a808e8
CY
8352010-05-07 Chong Yidong <cyd@stupidchicken.com>
836
837 * Version 23.2 released.
838
796bb936
EZ
8392010-04-01 Eli Zaretskii <eliz@gnu.org>
840
52f4d8d5 841 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 842
288f9fc0
CY
8432010-03-10 Chong Yidong <cyd@stupidchicken.com>
844
845 * Branch for 23.2.
846
f758ab59
MB
8472010-03-10 Miles Bader <miles@gnu.org>
848
61c26472
MB
849 * quick-install-emacs: Use more portable shell syntax.
850
a5b436df 851 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
852 installing.
853
296271c0
JB
8542010-02-14 Juanma Barranquero <lekktu@gmail.com>
855
856 * quick-install-emacs (PRUNED): Fix typo in message.
857
79c08ece
GM
8582010-01-20 Glenn Morris <rgm@gnu.org>
859
860 * revdiff: Remove file that only works with CVS, and isn't really
861 needed with Bazaar (given the in-built revision options of bzr diff).
862
893db5bc
GM
8632010-01-12 Glenn Morris <rgm@gnu.org>
864
865 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
866 than emacs-pretest-bug for bug reports for development versions.
867
149353a4
KH
8682009-11-06 Kenichi Handa <handa@m17n.org>
869
870 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
871 that the block data and the following per-char data fall into the
872 same char-table leaf.
873
171fda8a
JB
8742009-10-01 Juanma Barranquero <lekktu@gmail.com>
875
876 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
877
06d09461
JB
8782009-09-07 Juanma Barranquero <lekktu@gmail.com>
879
880 * unidata/.gitignore: New file.
881
cb335806
EZ
8822009-08-22 Eli Zaretskii <eliz@gnu.org>
883
8e22fa7e
EZ
884 * notes/bugtracker: How to reassign a bug to a list of packages.
885
cb335806
EZ
886 * notes/newfile: Details of how to check for problems with DOS 8+3
887 file-name restrictions.
888
8892009-08-18 Glenn Morris <rgm@gnu.org>
890
891 * notes/newfile: New file.
892
54aa48fe
EZ
8932009-07-11 Eli Zaretskii <eliz@gnu.org>
894
895 * make-tarball.txt: Add a note about bumping the value of
896 customize-changed-options-previous-release.
897
aa4a9384
KH
8982009-06-24 Kenichi Handa <handa@m17n.org>
899
fe7a3057 900 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
901 and don't compact the map. This is to prefer the first one in the
902 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
903
09856751
KH
9042009-06-12 Kenichi Handa <handa@m17n.org>
905
906 * charsets/Makefile (JISX213A.map): Make it depend on
907 mapfiles/JISX213A.map.gz.
908 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
909
910 * charsets/mapfiles/JISX213A.map.gz: New file.
911
912 * charsets/mapfiles/README: Describe JISX213A.map.gz.
913
09e47eb5
KH
9142009-06-12 Kenichi Handa <handa@m17n.org>
915
916 * charsets/mapfiles/*: New files.
917
918 * charsets/mule-charsets.el: Mostly re-written to generate all
919 MULE-*.map files.
920
921 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
922 files.
923
924 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
925 EUC-JP-MS.
926
927 * charsets/cp51932.awk (END): Print arch-tag at the tail.
928
929 * charsets/Makefile: Maps depend on files under mapfiles or
930 ${GLIBC_CHARMAPS}.
931
0b4ff5df
KH
9322009-04-21 Kenichi Handa <handa@m17n.org>
933
934 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
935 change.
936
88758986
KH
9372009-04-17 Kenichi Handa <handa@m17n.org>
938
f58e0fd5
SM
939 * unidata/unidata-gen.el (unidata-get-decomposition):
940 Adjust Hangle decomposition rule to Unicode.
88758986 941
0af3fedf
KH
9422009-04-09 Kenichi Handa <handa@m17n.org>
943
f58e0fd5
SM
944 * unidata/unidata-gen.el (unidata-describe-decomposition):
945 Return a string with a composition property to disable combining
0af3fedf
KH
946 characters being composed.
947
e308dcd3 9482009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
949
950 * quick-install-emacs: Be more clever about locating info directory.
951
d9cce206
JB
9522009-02-24 Juanma Barranquero <lekktu@gmail.com>
953
954 * nt/README.W32: Fix typos.
955
3deb93c6
JR
9562009-02-23 Jason Rumney <jasonr@gnu.org>
957
ed9265fc 958 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 959
d9cce206
JB
960 * nt/README.W32: Remove ever expanding versions of Windows.
961 Shorten FAQ URL. Remove mention of obsolete lock directory.
962 Windows distribution now bin and barebin only. Add note about
963 SVG support. Remove old tar and gzip problem workarounds.
964 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
965
966 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
967 undumped distribution no longer exists.
968
e73521d0 9692009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
970
971 * nt/README.W32: Fix typo. (Bug#2207)
972
1b1db3a9
CY
9732009-02-01 Chong Yidong <cyd@stupidchicken.com>
974
975 * admin.el (set-version): Remove deleted file ns-emacs.texi.
976
d90442ce
KH
9772008-12-02 Kenichi Handa <handa@m17n.org>
978
979 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
980 `decomposition' property adjusted.
981 (unidata-split-decomposition): Don't include surrounding "<" and
982 ">" in a symbol name.
983
9842008-12-01 Kenichi Handa <handa@m17n.org>
985
b97439ce
JB
986 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
987 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
988 (unidata-get-numeric, unidata-put-numeric)
989 (unidata-gen-table-numeric): New functions.
990 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
991
983ab7ba
EZ
9922008-11-29 Eli Zaretskii <eliz@gnu.org>
993
994 * notes/documentation: Add notes about Antinews.
995
91236f63
GM
9962008-10-23 Glenn Morris <rgm@gnu.org>
997
998 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
999 Add/tweak some nextstep/ entries.
1000
c674e738
KH
10012008-09-19 Kenichi Handa <handa@m17n.org>
1002
1003 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1004 positions.
1005
293a3986
EZ
10062008-08-23 Eli Zaretskii <eliz@gnu.org>
1007
1008 * CPP-DEFINES: Add USER_FULL_NAME.
1009
b7063e7e
JR
10102008-08-16 Jason Rumney <jasonr@gnu.org>
1011
d4835507 1012 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 1013
295b47d8
JB
10142008-08-06 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * nt/dump.bat: Fix mixed EOLs.
1017
14145fa3
AR
10182008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1019
0dcb2845 1020 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 1021
c3179b06
EZ
10222008-08-02 Eli Zaretskii <eliz@gnu.org>
1023
1024 * CPP-DEFINES: Add defines for accessing system processes.
1025
9e2a2647
DN
10262008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1027
1028 * make-tarball.txt:
1029 * admin.el:
1030 * FOR-RELEASE:
1031 * CPP-DEFINES: Remove mentions of Mac Carbon.
1032
d3841127
GM
10332008-07-16 Glenn Morris <rgm@gnu.org>
1034
1035 * admin.el (set-version, set-copyright): Add nextstep/ files.
1036
ba60bd44 10372008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 1038
0dcb2845 1039 * CPP-DEFINES: Add NS port related defines.
edfda783 1040
f2d8d275
GM
10412008-06-16 Glenn Morris <rgm@gnu.org>
1042
5de85e83
GM
1043 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1044 doc/lispref/book-spine.texinfo.
f2d8d275 1045
611bee81
GM
10462008-06-15 Glenn Morris <rgm@gnu.org>
1047
1048 * admin.el (set-version): Add doc/misc/faq.texi.
1049
d6710afe
JB
10502008-05-22 Juanma Barranquero <lekktu@gmail.com>
1051
1052 * FOR-RELEASE: Remove Windows problem about the XPM image library
1053 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1054
2e10f11c
JB
10552008-04-15 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * unidata/UnicodeData.txt: Update to Unicode 5.1.
1058
dd7d19d7
JB
10592008-04-14 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * unidata/unidata-gen.el (unidata-prop-alist):
1062 Fix typo in description of `numeric-value'.
1063 (unidata-put-character): Fix typo in error message.
1064
2cbff44e
GM
10652008-02-21 Glenn Morris <rgm@gnu.org>
1066
1067 * notes/unicode, notes/font-backend: New files, split off from
1068 README.unicode.
1069
43bad2da
KH
10702008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
1071
1072 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 1073 being used in latin1-disp.el. Remove the problem of
98723304
KH
1074 cp-supported-codepages. Remove the problem of lost changelog for
1075 ps-prin1.ps.
43bad2da 1076
8a7619ba
EZ
10772008-02-16 Eli Zaretskii <eliz@gnu.org>
1078
1079 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1080 non-portable in this context.
1081
1082 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1083 non-portable in this context.
1084
f96b6330
EZ
10852008-02-09 Eli Zaretskii <eliz@gnu.org>
1086
1087 * unidata/makefile.w32-in (lisp): New variable.
1088 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
1089 lisp/emacs-lisp.
1090
56eb72a0
JR
10912008-02-04 Jason Rumney <jasonr@gnu.org>
1092
1093 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1094
a8fd9158
JB
10952008-02-02 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1098
c7e85fc7
EZ
10992008-02-02 Eli Zaretskii <eliz@gnu.org>
1100
9aa0b3c8
EZ
1101 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1102
bcc891c2 1103 * unidata/Makefile.in: Rename from Makefile.
5889232d 1104
c7e85fc7
EZ
1105 * unidata/makefile.w32-in: New file.
1106
db516472
JR
11072008-02-02 Jason Rumney <jasonr@gnu.org>
1108
1109 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1110
609789d7 11112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1112
aca7a3d2
MB
1113 * unidata/copyright.html: New file.
1114
609789d7 11152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1116
1117 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1118 decomposition, if T is the same as TBase, don't include it in the
1119 returned list.
1120
609789d7 11212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1122
1123 * unidata/unidata-gen.el (unidata-text-file): Delete it.
1124 (unidata-list): Initialize to nil.
1125 (unidata-setup-list): New function.
bcc891c2
GM
1126 (unidata-gen-files): New optional arg unidata-text-file.
1127 If it's nil, set unidata-text-file to the left command line arg.
1128 Call unidate-setup-list at first.
aca7a3d2 1129
bcc891c2 1130 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
1131 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1132
609789d7 11332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1134
bcc891c2
GM
1135 * unidata/unidata-gen.el: Fix comment typo.
1136 Change string-to-int to string-to-number.
1137 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
1138 (unidata-list): Just insert unidata-text-file.
1139 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 1140 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 1141
bcc891c2 1142 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
1143 (charprop.el): Depends on unidata.txt.
1144 (clean): Remove unidata.txt.
1145
609789d7 11462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1147
1148 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1149 (unidata-get-name): Handle U+110B.
1150
609789d7 11512008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1152
1153 Sub-directory `unidata' is for codes to generate charprop.el and
1154 many other uni-*.el files from `UnicodeData.txt'.
1155
1156 * Unidata/README: New file.
1157
1158 * unidata/Makefile: New file.
1159
1160 * unidata/unidata-gen.el: New file.
1161
1162 * unidata/UnicodeData.txt: New file. Copied from
609789d7 1163 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
1164
1165 * unidata/.cvsignore: New file.
1166
609789d7 11672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1168
1169 * charsets/.cvsignore: New file.
1170
1171 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1172
bcc891c2
GM
1173 * charsets/Makefile (all): Rename target from charsets.
1174 Depend on ${TRANS_TABLE}.
1175 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1176 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
1177 (install): Copy updated files only.
1178
11792008-02-02 Kenichi Handa <handa@m17n.org>
1180
bcc891c2 1181 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
1182
11832008-02-02 Kenichi Handa <handa@m17n.org>
1184
1185 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1186 0x2299 to 0x29BF.
1187
609789d7 11882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1189
1190 * charsets/Makefile (TRANS_TABLE): New macro.
1191 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 1192 (cp51932.el): New target.
aca7a3d2
MB
1193 (eucjp-ms.el): New target.
1194 (install): Include ${TRANS_TABLE}.
1195 (CJK): Include JISX213A.map.
1196 (JISX213A.map): New target.
1197
1198 * charsets/eucjp-ms.awk: New file.
1199
1200 * charsets/cp51932.awk: New file.
1201
609789d7 12022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1203
1204 * charsets/cp932.awk: New file.
1205
bcc891c2 1206 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
1207
1208 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1209 running an awk program.
1210
609789d7 12112008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1212
1213 * charsets/mapconv: Handle UNICODE2.
1214
c4cc8b9a 1215 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1216 (CP932-2BYTE.map): New target.
1217
609789d7 12182008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1219
1220 * charsets: New directory for scripts to generate charset map
1221 files in ../etc/charsets/.
1222
bcc891c2 1223 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1224 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1225 * charsets/kuten.awk: New files.
aca7a3d2 1226
adf94aa6
GM
12272008-01-08 Glenn Morris <rgm@gnu.org>
1228
1229 * admin.el (set-version): Add doc/man/emacs.1.
1230
f3041af1
DN
12312008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1232
1233 * notes/copyright:
1234 * MAINTAINERS: Remove references to files that have been removed.
1235
a70c9a7a
GM
12362008-01-04 Glenn Morris <rgm@gnu.org>
1237
1238 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1239
aa5fea59
SM
12402007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * CPP-DEFINES: New file.
1243
f8747b72
RS
12442007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1245
1246 * FOR-RELEASE: Remove "window-system in face definition" [of
1247 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1248 on gnus-dired.el.
1249
24bbe01e
GM
12502007-12-05 Glenn Morris <rgm@gnu.org>
1251
1252 * admin.el (set-version): Handle configure.in. Adapt for doc/
1253 directory layout for manuals.
1254
0073bc5d
RS
12552007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1256
630cb3b7
JB
1257 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1258 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1259
1453abd0
GM
12602007-11-17 Glenn Morris <rgm@gnu.org>
1261
1262 * admin.el (process-lines): Move to ../lisp/subr.el.
1263
ca076674
GM
12642007-10-23 Glenn Morris <rgm@gnu.org>
1265
1266 * MAINTAINERS: Move here from ../.
1267
943756ea
JB
12682007-10-17 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * make-emacs: Doc fix.
1271
bab9fcb4
GM
12722007-08-28 Glenn Morris <rgm@gnu.org>
1273
1274 * admin.el: Provide self.
1275
880820fe 12762007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1277
d58ee9f1 1278 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1279
cacc7b51
GM
12802007-07-25 Glenn Morris <rgm@gnu.org>
1281
1282 * Relicense all FSF files to GPLv3 or later.
1283
bfcea090
GM
12842007-06-07 Glenn Morris <rgm@gnu.org>
1285
1286 * admin.el (set-copyright): New function.
1287
017f0417
NR
12882007-04-25 Nick Roberts <nickrob@snap.net.nz>
1289
1290 * make-tarball.txt: Add note about cutting the branch.
1291
537a062f
CY
12922007-06-02 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * Version 22.1 released.
1295
77083ca3
EZ
12962007-02-03 Eli Zaretskii <eliz@gnu.org>
1297
1298 * nt/makedist.bat: Change EOL format to DOS. Don't use
1299 redirection characters in REM lines.
1300
880820fe 13012007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1302
1303 * FOR-RELEASE: Removed Gtk/Xft issue.
1304
1fc8c92b
MB
13052007-01-01 Miles Bader <miles@gnu.org>
1306
1307 * quick-install-emacs (get_config_var): Deal with weird magic
1308 string inserted by recent versions of autoconf.
1309
7dce1990
JB
13102006-11-25 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * admin.el (set-version): Set version number in
1313 lib-src/makefile.w32-in.
1314
dc3d1157
RS
13152006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1316
1317 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1318 due to a local miss-configuration.
1319
08c85160
CY
13202006-10-28 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * make-announcement (OLD): Remove LEIM references in announcement
1323 since it is now built-in.
1324
d0834a5c
YM
13252006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1326
1327 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1328
151fe029
KH
13292006-10-03 Kenichi Handa <handa@m17n.org>
1330
1331 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1332
e71cb549
CY
13332006-08-13 Chong Yidong <cyd@stupidchicken.com>
1334
1335 * FOR-RELEASE: Elisp manual checking completed.
1336
6232e72d
RS
13372006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1338
1339 * FOR-RELEASE: Update refcard section.
1340
8a8476f9
KS
13412006-07-14 Kim F. Storm <storm@cua.dk>
1342
1343 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1344
1eca02e7
KS
13452006-07-09 Kim F. Storm <storm@cua.dk>
1346
1347 * README: Use outline format. Add FOR-RELEASE.
1348
7fa61471
CY
13492006-06-27 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * FOR-RELEASE: Checking of info.texi done.
1352
8361675a
RS
13532006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1354
1355 * FOR-RELEASE: Update refcard section.
1356
3f168e29
RS
13572006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1358
1359 * FOR-RELEASE: Update refcard section.
1360
f195dc16
CY
13612006-05-25 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * FOR-RELEASE: Key sequence elisp node done.
1364
49561a36
RS
13652006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1366
1367 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1368
6fedb9f9
CY
13692006-05-21 Chong Yidong <cyd@mit.edu>
1370
1371 * FOR-RELEASE: point-entered /point-left bug fixed.
1372
61515a63
EZ
13732006-05-12 Eli Zaretskii <eliz@gnu.org>
1374
1375 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1376 entry.
1377
4297ece2
BW
13782006-05-06 Bill Wohler <wohler@newt.com>
1379
1380 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1381 about it.
1382
4bbe413d 13832006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1384
4bbe413d 1385 * ./* (Copyright): Updated Copyright year(s).
49561a36 1386
6b82baf6
RS
13872006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1388
1389 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1390
49af2995
KS
13912006-02-20 Kim F. Storm <storm@cua.dk>
1392
1393 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1394 Rework how fringe bitmaps are defined and used.
e4920bc9 1395 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1396 one-level representation. It would be cleaner to split the
1397 representation into a two-level model where first level maps
1398 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1399 a bitmap appearance.
49af2995 1400
d5e87a2f
CY
14012006-01-27 Chong Yidong <cyd@stupidchicken.com>
1402
8a8476f9 1403 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1404
9c43c921
BW
14052005-12-13 Bill Wohler <wohler@newt.com>
1406
1407 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1408
6ed81b24
RS
14092005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1410
c95dddbe
RS
1411 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1412 completing-read-multiple, mail-extract-address-components,
1413 mail-mode, quail-define-package, save-buffer and
1414 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1415
2950d850
CY
14162005-11-28 Chong Yidong <cyd@stupidchicken.com>
1417
1418 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1419
ab4d879e
KS
14202005-11-11 Kim F. Storm <storm@cua.dk>
1421
1422 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1423 when displaying a non-breaking space in an overlay string.
1424
932dc33b
CY
14252005-10-30 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * FOR-RELEASE: Init file change implemented.
1428
c809f7cc
CY
14292005-10-27 Chong Yidong <cyd@stupidchicken.com>
1430
1431 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1432
4754e179 14332005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1434
1435 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1436 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1437
ffda926c
BW
14382005-10-17 Bill Wohler <wohler@newt.com>
1439
f58e0fd5 1440 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1441 since it's gone. Also marked mh-e as done.
ffda926c 1442
2d4713aa
JB
14432005-10-11 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1446 libraries on Windows (Done).
1447
95f76284
JR
14482005-10-01 Jason Rumney <jasonr@gnu.org>
1449
1450 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1451
52f277bf
RF
14522005-08-31 Romain Francoise <romain@orebokech.com>
1453
630cb3b7 1454 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1455 item (Done).
1456
c0eb0519
RF
14572005-08-27 Romain Francoise <romain@orebokech.com>
1458
1459 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1460
385ee3de 14612005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1462
1463 Update FSF's address in GPL notices.
1464
257914aa
LK
14652005-06-10 Lute Kamstra <lute@gnu.org>
1466
1467 * admin.el (set-version): Set version in lisp manual too.
1468 * make-tarball.txt: Commit lispref/elisp.texi too.
1469
a4e51a7a
RS
14702005-06-04 Richard M. Stallman <rms@gnu.org>
1471
1472 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1473 Other cleanups.
1474
834671a6
LK
14752005-04-19 Lute Kamstra <lute@gnu.org>
1476
1477 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1478
54381691
LK
14792005-04-14 Lute Kamstra <lute@gnu.org>
1480
118e2c39
LK
1481 * nt/makedist.bat (elfiles): Update.
1482
54381691
LK
1483 * admin.el (add-release-logs): Fix require call.
1484
0b048d52
MT
14852005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1486
f58e0fd5 1487 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1488 The first line of every tutorial must begin with a sentence saying
1489 "Emacs Tutorial" in the respective language. This should be
1490 followed by "See end for copying conditions", likewise in the
1491 respective language.
0b048d52 1492
18cd5892
LT
14932005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1494
1495 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1496 Add `undo-ask-before-discard' to it.
1497
9a1c5fbf
MB
14982005-03-02 Miles Bader <miles@gnu.org>
1499
1500 * quick-install-emacs: Only use the mkdir --verbose option if the
1501 script's --verbose option was specified (this avoids problems with
1502 default usage on systems where mkdir doesn't support that option).
1503
e25c1ca6
JR
15042005-02-15 Jason Rumney <jasonr@gnu.org>
1505
fffa137c 1506 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1507 tar --exclude.
1508
880820fe 15092004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1510
1511 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1512
6622d928
LT
15132004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1514
1515 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1516 Elisp manuals.
1517
d574552a
LT
15182004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1519
1520 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1521 Emacs and Elisp manuals.
d574552a 1522
0a5e5be0
KS
15232004-09-11 Kim F. Storm <storm@cua.dk>
1524
1525 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1526 (Documentation): Add NEWS entry.
1527 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1528
2661eae9
KS
15292004-08-29 Kim F. Storm <storm@cua.dk>
1530
1531 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1532
880820fe 15332004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1534
c4cc8b9a 1535 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1536 (now behaves as well as other ports).
1537
880820fe 15382004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1539
2661eae9 1540 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1541
44618f20 15422004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1543
1544 * FOR-RELEASE: Moved here from the etc directory.
1545
db281452
TTN
15462004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1547
1548 * notes/BRANCH: New file, to be maintained per CVS branch.
1549
feebeb72
MB
15502003-10-01 Miles Bader <miles@gnu.org>
1551
1552 * quick-install-emacs: Don't use "function" keyword when defining
1553 shell functions.
1554
44618f20
LK
15552003-09-29 Lute Kamstra <lute@gnu.org>
1556
1557 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1558
e04e1ce2
MB
15592003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1560
1561 * quick-install-emacs: Remove fns-* pruning, since that file no
1562 longer seems to be generated.
1563 (AVOID): Quote literal periods. Quote braces in a way acceptable
1564 to all parties (gawk gets bitchy about using `\').
1565
6cce52e8
MB
15662003-08-19 Miles Bader <miles@gnu.org>
1567
1568 * quick-install-emacs: Add arch-specific ignored files to
1569 quick-install-emacs. Use quoting for periods that's acceptable
1570 to recent versions of gawk.
1571
13582d53
MR
15722003-08-11 Markus Rost <rost@math.ohio-state.edu>
1573
1574 * cus-test.el: Remove obsolete workaround.
1575
e53925a5
AI
15762003-04-22 Andrew Innes <andrewi@gnu.org>
1577
1578 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1579 emacs.exe before zipping, and including batch file to recreate
1580 after unpacking.
1581
1582 * nt/stitch.bat: New file.
1583
1584 * nt/README-ftp-server: Update wording and version number etc.
1585 Add extra instructions for installing multi-file .zip
1586 distribution.
1587
1588 * nt/README.W32: Remove personal email address and update wording.
1589
1590 * nt/README-UNDUMP.W32: Remove personal email address and update
1591 wording.
1592
880820fe 15932003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1594
1595 * make-changelog-diff: New script, code stolen from make-announcement.
1596
1597 * make-announcement: Use make-changelog-diff.
1598
880820fe 15992003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1600
1601 * make-tarball.txt: Step-by-step instructions for making a tarball.
1602
10d1d0af 1603 * make-announcement: A script for creating pretest announcements.
163c6f1c 1604
880820fe 16052003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1606
1607 * admin.el (add-release-logs): Expand the directory name before
1608 calling find(1).
1609 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1610 the date and the user's name and address.
33b97f32 1611
7b997a97
MB
16122003-01-07 Miles Bader <miles@gnu.org>
1613
1614 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1615 command output from non-C locales.
1616
6c465a15 16172002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1618
3bc08206 1619 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1620 which can be run in batch mode. See the Commentary section.
bd08d86a 1621
5ce129c2
MR
16222002-10-08 Markus Rost <rost@math.ohio-state.edu>
1623
1624 * cus-test.el: New file.
1625
14dd2fe9
MB
16262002-05-27 Miles Bader <miles@gnu.org>
1627
1628 * quick-install-emacs (VERSION): Calculate using the same method
1629 that configure.in uses.
1630
880820fe 16312002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1632
1633 * emacs-pretesters: New file with information for Emacs
1634 pretesters.
1635
b9a07996
PE
16362002-03-22 Paul Eggert <eggert@twinsun.com>
1637
1638 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1639 POSIX 1003.1-2001 disallows both usages.
1640
38b81d74
AI
16412002-02-11 Andrew Innes <andrewi@gnu.org>
1642
1643 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1644
72a68345
AI
16452002-01-24 Andrew Innes <andrewi@gnu.org>
1646
1647 * nt/README.W32: Remove unnecessary version number and date
1648 references.
1649
1650 * nt/README-UNDUMP.W32: Ditto.
1651
ebbaf4e3
GM
16522001-12-06 Gerd Moellmann <gerd@gnu.org>
1653
1654 * make-emacs: Add --trace-move.
1655
461a1459
AI
16562001-10-23 Andrew Innes <andrewi@gnu.org>
1657
1658 * nt/makedist.bat: Remove remaining obsolete reference to
1659 GETTING.GNU.SOFTWARE.
1660
26fe1f92
GM
16612001-10-22 Gerd Moellmann <gerd@gnu.org>
1662
1663 * admin.el (set-version): Use `s' interactive spec for
1664 version number.
1665
71431a0e
GM
16662001-10-20 Gerd Moellmann <gerd@gnu.org>
1667
6aa97356 1668 * (Version 21.1 released.)
71431a0e 1669
e568708b
GM
16702001-10-20 Gerd Moellmann <gerd@gnu.org>
1671
1672 * admin.el (add-release-logs): Put the log entry in lispref, too.
1673
c5915370
MB
16742001-10-20 Miles Bader <miles@gnu.org>
1675
1676 * quick-install-emacs: Exit if we can't find some variable.
1677 (AVOID): Add .orig & .rej files.
1678 (get_config_var): Be more liberal about format of config.status
1679 sed commands.
1680
5a4a5bd4
GM
16812001-10-19 Gerd Moellmann <gerd@gnu.org>
1682
74499542
GM
1683 * admin.el: New file.
1684
5a4a5bd4
GM
1685 * build-configs: Add --help option. Add support for building
1686 in arbitrary source trees.
1687
09954f3b
GM
16882001-10-17 Gerd Moellmann <gerd@gnu.org>
1689
1690 * alloc-colors.c: New file.
1691
f2164e31
GM
16922001-10-13 Gerd Moellmann <gerd@gnu.org>
1693
1694 * make-emacs: Add --boot switch for bootstrapping. Logs to
1695 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1696
ab952a4f
GM
16972001-10-05 Gerd Moellmann <gerd@gnu.org>
1698
1699 * Branch for 21.1.
6c465a15 1700
f537c3cd
EZ
17012001-09-04 Andrew Innes <andrewi@gnu.org>
1702
1703 * admin/nt/makedist.bat: Remove reference to obsolete file
1704 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1705 version of tar used.
1706
1707;; Local Variables:
880820fe 1708;; coding: utf-8
f537c3cd 1709;; End:
2a34a036 1710
ab422c4d 1711 Copyright (C) 2001-2013 Free Software Foundation, Inc.
5b87ad55
GM
1712
1713 This file is part of GNU Emacs.
1714
9ad5de0c 1715 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1716 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1717 the Free Software Foundation, either version 3 of the License, or
1718 (at your option) any later version.
5b87ad55
GM
1719
1720 GNU Emacs is distributed in the hope that it will be useful,
1721 but WITHOUT ANY WARRANTY; without even the implied warranty of
1722 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1723 GNU General Public License for more details.
1724
1725 You should have received a copy of the GNU General Public License
9ad5de0c 1726 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.