* admin/unidata/unidata-gen.el (unidata-gen-files): Disable version-control
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
099f5cd0
GM
12013-11-07 Glenn Morris <rgm@gnu.org>
2
3 * unidata/unidata-gen.el (unidata-gen-files):
4 Disable version-control in generated files.
5
4dde498b
GM
62013-11-05 Glenn Morris <rgm@gnu.org>
7
8 * update_autogen: Move here from ../autogen.
9 (usage): Update. Remove -l, add -A.
10 (autogendir): New variable.
11 (ldefs_flag): Default to set.
12 (genfiles): Reduce to only ms-dos relevant files.
13 (main): Make checking autogen sources optional.
14 Make copying of autogen files optional.
15
447892ed
GM
162013-10-30 Glenn Morris <rgm@gnu.org>
17
9835cedb
GM
18 * unidata/unidata-gen.el (unidata-gen-files): Use pop.
19 Also take the output directory as an argument.
20 * unidata/Makefile.in: Simplify now that unidata-gen-files takes
21 the output directory as an argument (no need to cd, etc).
22 (abs_srcdir, abs_builddir): Remove.
23 (abs_top_builddir): Replace by top_builddir.
24 (${DSTDIR}/charprop.el): No need to cd. Pass dest as argument.
25 (${DSTDIR}/charprop.el, charprop.el):
26 No need to pass unidata.txt as argument.
27
0d0ab932
GM
28 * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
29 (unidata-gen-table-name, unidata-gen-table-decomposition)
30 (unidata-gen-files): Use unidata--ensure-compiled.
31
447892ed
GM
32 * unidata/Makefile.in (abs_srcdir): New, set by configure.
33 (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
34 (clean): Delete all .elc files.
55498a0f 35 (bootstrap-clean): New rule.
447892ed 36
b8e3b0a9
GM
372013-10-23 Glenn Morris <rgm@gnu.org>
38
39 * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
40 Quote entities that might contain whitespace.
41
595e113b
PE
422013-10-07 Paul Eggert <eggert@cs.ucla.edu>
43
44 Improve support for popcount and counting trailing zeros (Bug#15550).
45 * merge-gnulib (GNULIB_MODULES): Add count-one-bits
46 and count-trailing-zeros.
47
4eed3157
PE
482013-10-04 Paul Eggert <eggert@cs.ucla.edu>
49
50 Use hardware support for byteswapping on glibc x86 etc.
51 * merge-gnulib (GNULIB_MODULES): Add byteswap.
52
50b13cde
PE
532013-08-28 Paul Eggert <eggert@cs.ucla.edu>
54
55 * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
56 for portability to hosts where /bin/sh has problems.
57
1857cd3f
GM
582013-08-27 Glenn Morris <rgm@gnu.org>
59
60 * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
278208b8 61 INFO_TARGETS. "faq" does not need special treatment any more.
1857cd3f 62
8e5c7e6f
GM
632013-08-15 Glenn Morris <rgm@gnu.org>
64
65 * make-tarball.txt: Mention generating pdfs in etc/refcards.
66
555d5565
XF
672013-08-15 Xue Fuqiao <xfq.free@gmail.com>
68
69 * notes/hydra: More information about Hydra.
70
b41bfdd0
XF
712013-08-10 Xue Fuqiao <xfq.free@gmail.com>
72
73 * notes/hydra: New file.
74
e0fdb694
PE
752013-08-04 Paul Eggert <eggert@cs.ucla.edu>
76
77 Fix some minor races in hosts lacking mkostemp (Bug#15015).
78 * merge-gnulib (GNULIB_MODULES): Add mkostemp.
79
48dde4df
GM
802013-07-12 Glenn Morris <rgm@gnu.org>
81
82 * admin.el (manual-style-string): Use non-abbreviated url.
83
4ebbdd67
PE
842013-07-09 Paul Eggert <eggert@cs.ucla.edu>
85
7b154def
PE
86 Port recent close-on-exec changes to Cygwin (Bug#14821).
87 * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
88
4ebbdd67
PE
89 Handle error numbers a bit more reliably.
90 * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
91
067428c1
PE
922013-07-07 Paul Eggert <eggert@cs.ucla.edu>
93
94 Make file descriptors close-on-exec when possible (Bug#14803).
95 * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
96 (GNULIB_TOOL_FLAGS): Avoid binary-io, close. Do not avoid fcntl.
97
0773c610
GM
982013-07-06 Glenn Morris <rgm@gnu.org>
99
100 * admin.el (manual-misc-manuals): New function.
101 (make-manuals): Avoid hard-coding list of misc manuals.
c7197e52
GM
102 Add the option to only make certain type(s) of output.
103 (manual-misc-html): Special-case ccmode and efaq.
104 (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
105 Move creation of output directory here from make-manuals.
106 (manual-html-fix-index-2): Avoid dynamic reference to `f'.
0773c610 107
9f1d94c0
GM
1082013-07-05 Glenn Morris <rgm@gnu.org>
109
110 * admin.el (make-manuals): Use a standard location for lispintro.
f114e6c3 111 Use a pdf/ subdirectory for pdf versions.
9f1d94c0 112
0cb70db7
GM
1132013-06-29 Glenn Morris <rgm@gnu.org>
114
115 * admin.el (make-manuals): Don't bother with txt or dvi any more.
116 (manual-txt): Remove.
117 (manual-pdf): Doc fix.
118 (manual-ps): Rename from manual-dvi.
b9a54f5e
GM
119 (manual-pdf, manual-ps): Work in the directory with the texi file,
120 so that TeX intermediate files go there rather than to PWD.
0cb70db7 121
d862673b
XF
1222013-06-15 Xue Fuqiao <xfq.free@gmail.com>
123
124 * notes/changelogs: Mention trivial changes in Change Log.
125
0605ec8e
GM
1262013-06-13 Glenn Morris <rgm@gnu.org>
127
128 * admin.el (manual-style-string): Use new file manual.css.
129
4f405069 1302013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
131
132 * grammars/srecode-template.wy (variable): Accept a single number
133 as a variable value. Allows the 'priority' to be set to a number.
0605ec8e 134 (wisent-srecode-template-lexer): Move number up so it can be created.
890f7890 135
5ebfa896
GM
1362013-05-16 Glenn Morris <rgm@gnu.org>
137
138 * cus-test.el (cus-test-cus-load-groups): New function.
139 (cus-test-get-options): Add option to return groups.
140 (cus-test-noloads): Also check custom groups.
141
6e911150
SM
1422013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * quick-install-emacs: Don't prune DOC-* files a any more.
145
29efd469
GM
1462013-05-14 Glenn Morris <rgm@gnu.org>
147
148 * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/.
149 (cus-test-libs): Fix let-binding of default-directory.
150 (cus-test-noloads): Load all libs for the comparison.
151
5d108606
GM
1522013-05-11 Glenn Morris <rgm@gnu.org>
153
154 * cus-test.el (cus-test-libs-noloads): Add a few more files.
155 (cus-test-load-libs, cus-test-opts):
156 Add option to load more/all Lisp files.
157 (cus-test-get-lisp-files): Ignore .*.el files.
158
a3f276d8
GM
1592013-05-10 Glenn Morris <rgm@gnu.org>
160
161 * cus-test.el (cus-test-libs-noloads): Add some files.
162 (cus-test-get-lisp-files): New function.
163 (cus-test-libs): Add option to load more/all Lisp files.
164
2dee4d5e
GM
1652013-05-09 Glenn Morris <rgm@gnu.org>
166
167 * cus-test.el: No need to provide bbdb, bbdb-com any more.
d631786a
GM
168 (cus-test-libs-noloads): Add dunnet in the defvar.
169 (dunnet): Don't always load it.
170 (viper-mode): Only set if interactive.
171 (cus-test-load-custom-loads): Load dunnet if necessary.
172 (cus-test-load-1): New macro, with common code from cus-test-load-libs
173 and cus-test-libs.
174 (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
175 Update for cus-test-get-autoload-deps changed result.
176 (cus-test-get-autoload-deps): Simplify. Return file names as they
177 appear in loaddefs.el (directory parts are needed now that not all
178 lisp subdirs are in load-path).
179 (cus-test-deps): Explicitly skip dunnet.
2dee4d5e 180
ffdc270a
PE
1812013-05-07 Paul Eggert <eggert@cs.ucla.edu>
182
183 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
184 * merge-gnulib (GNULIB_MODULES): Add qacl.
185 (GNULIB_TOOL_FLAGS): Do not avoid errno.
186
4b725a70
PE
1872013-04-01 Paul Eggert <eggert@cs.ucla.edu>
188
189 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
190 * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el)
191 (leim/quail/hanja3.el, leim/quail/symbol-ksc.el):
192 Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8
193 characters are now encoded in utf-8-emacs, not iso-2022-7bit.
194
6b8504ba
PE
1952013-03-18 Paul Eggert <eggert@cs.ucla.edu>
196
2aa2157b
PE
197 * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
198
6b8504ba
PE
199 Automate the build of ja-dic.el (Bug#13984).
200 * notes/unicode: ja-dic.el is now UTF-8.
201
78be8b64 2022013-03-16 Glenn Morris <rgm@gnu.org>
20658042
GM
203
204 * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
205
78be8b64 2062013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
207
208 * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
209
47d7532e
PE
2102013-03-13 Paul Eggert <eggert@cs.ucla.edu>
211
212 File synchronization fixes (Bug#13944).
213 * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove.
214 * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync.
215
1b610f51
PE
2162013-03-11 Paul Eggert <eggert@cs.ucla.edu>
217
218 * notes/unicode: Improve notes about Emacs source file encoding.
219
c69f4673
GM
2202013-03-11 Glenn Morris <rgm@gnu.org>
221
222 * admin.el (make-manuals): Add emacs-lisp-intro and some more
223 doc/misc manuals.
224 (manual-html-mono, manual-html-node, manual-txt):
225 Pass -I to makeinfo.
226
1a7bceef
GM
2272013-03-10 Glenn Morris <rgm@gnu.org>
228
229 * admin.el (add-release-logs): Use UTC for release date.
230
8c39e821
GM
2312013-03-09 Glenn Morris <rgm@gnu.org>
232
233 * admin.el (add-release-logs): Provide interactive defaults.
78cd48e7 234 Allow specification of the release date. Don't exclude gnus/.
8c39e821 235
d37e4893
PE
2362013-03-05 Paul Eggert <eggert@cs.ucla.edu>
237
238 * notes/unicode: Add notes about Emacs source file encoding.
239
f5572543
PE
2402013-03-04 Paul Eggert <eggert@cs.ucla.edu>
241
242 * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
243 from summary, as this causes javat-wy.el to contain both a null byte
244 and a byte sequence that is not valid UTF-8, which is inconvenient.
245
50d8b29d
PE
2462013-03-03 Paul Eggert <eggert@cs.ucla.edu>
247
248 * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
249 If there were a real need, it should be UTF-8 anyway.
250
1ddc2bd6
PE
2512013-02-25 Paul Eggert <eggert@cs.ucla.edu>
252
253 Simplify data_start configuration (Bug#13783).
254 * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
255
a84b7c53
PE
2562013-02-11 Paul Eggert <eggert@cs.ucla.edu>
257
258 Tune by using memchr and memrchr.
259 * merge-gnulib (GNULIB_MODULES): Add memrchr.
260
8654f9d7
PE
2612013-02-01 Paul Eggert <eggert@cs.ucla.edu>
262
263 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
264 * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
265 (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
266 Avoid dup, open, opendir.
267
2b30549c
DA
2682013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
269
270 * coccinelle/xsave.cocci: Semantic patch to adjust users of
271 XSAVE_POINTER and XSAVE_INTEGER macros.
272
66cf328d
GM
2732013-01-03 Glenn Morris <rgm@gnu.org>
274
2036b4b8
GM
275 * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
276
f674f1d1
GM
277 * emacs-pretesters, make-announcement, make-changelog-diff:
278 Remove files.
66cf328d 279
97976f9f
PE
2802012-12-14 Paul Eggert <eggert@cs.ucla.edu>
281
4f405069 282 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
283 * CPP-DEFINES (BSD4_2): Remove.
284
7be78020
PE
2852012-12-08 Paul Eggert <eggert@cs.ucla.edu>
286
5745a7df
PE
287 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
288 * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
289
7be78020
PE
290 Simplify get_lim_data.
291 * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
292
d983a10b
PE
2932012-12-03 Paul Eggert <eggert@cs.ucla.edu>
294
295 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
296 * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
297 Remove.
298 (SIGTRAP): Remove this one too, as config.h no longer defines it.
299 * merge-gnulib (GNULIB_MODULES): Add sig2str.
300
bcd77a2b
KB
3012012-11-24 Ken Brown <kbrown@cornell.edu>
302
303 * CPP-DEFINES (HAVE_MOUSE): Remove.
304
95ef7787
PE
3052012-11-23 Paul Eggert <eggert@cs.ucla.edu>
306
307 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
308 * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
309 * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
310
9239d970
PE
3112012-11-21 Paul Eggert <eggert@cs.ucla.edu>
312
313 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
314 * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
315 (HAVE_UNISTD_H): Remove.
316
49cdacda
PE
3172012-11-17 Paul Eggert <eggert@cs.ucla.edu>
318
319 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
320 * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
321 * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
322
3d082a26
PE
3232012-11-16 Paul Eggert <eggert@cs.ucla.edu>
324
325 Remove no-longer-used pty_max_bytes variable.
326 * CPP-DEFINES (HAVE_FPATHCONF): Remove.
327
73dcdb9f
PE
3282012-11-14 Paul Eggert <eggert@cs.ucla.edu>
329
330 Use faccessat, not access, when checking file permissions (Bug#12632).
331 * merge-gnulib (GNULIB_MODULES): Add faccessat.
332 (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
333 openat-die, openat-h, save-cwd. Do not avoid fcntl-h.
334 Omit gnulib's m4/fcntl-o.m4.
335
8148369c
PE
3362012-11-05 Paul Eggert <eggert@cs.ucla.edu>
337
dd0333b6
PE
338 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
339 * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
340 Remove; obsolete.
341
8148369c
PE
342 Simplify by assuming __fpending.
343 * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
344
5ccd466c
GM
3452012-11-03 Glenn Morris <rgm@gnu.org>
346
347 * admin.el (set-copyright): Add msdos/sed2v2.inp.
348
7ccfb720
PE
3492012-11-01 Paul Eggert <eggert@cs.ucla.edu>
350
351 Fix data-loss with --batch (Bug#9574).
352 * merge-gnulib (GNULIB_MODULES): Add close-stream.
353
f5772b8e
KH
3542012-10-12 Kenichi Handa <handa@gnu.org>
355
356 * charsets/Makefile (JISC6226.map): Add missing mappings.
357
cde44a77
KH
3582012-10-11 Kenichi Handa <handa@gnu.org>
359
360 * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
361 mapfiles/*.
362
363 * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
364
365 * charsets/Makefile: Be sure to call mapconv script of the current
366 directory. Adjusted for the change of mapfiles/*.gz to
367 mapfiles/*.
368 (SED_SCRIPT): New variable.
369 (jisx2131-filter): New target.
370 (JISX2131.map): Use jisx2131-filter to filter out characters added
371 for the 2004 year version.
372 (clear): Remove ${SED_SCRIPT} too.
373
374 * charsets/mapfiles/MULE-ethiopic.map,
375 charsets/mapfiles/MULE-ipa.map,
376 charsets/mapfiles/MULE-is13194.map,
377 charsets/mapfiles/MULE-lviscii.map,
378 charsets/mapfiles/MULE-sisheng.map,
379 charsets/mapfiles/MULE-tibetan.map,
380 charsets/mapfiles/MULE-uviscii.map: Fix typo.
381
2c35bdbb
GM
3822012-10-09 Glenn Morris <rgm@gnu.org>
383
384 * admin.el (cusver-scan-cus-start): New function.
385 (cusver-check): Scan old cus-start.el.
386
5407f8d2
GM
3872012-10-07 Glenn Morris <rgm@gnu.org>
388
389 * admin.el (cusver-new-version): Set default.
390 (cusver-check): Improve interactive argument reading.
391
1a316a53
GM
3922012-10-06 Glenn Morris <rgm@gnu.org>
393
394 * admin.el (cusver-new-version): New variable.
395 (cusver-scan): Check if containing group has a :version.
396 (cusver-check): Add VERSION argument.
397
9414dd8d
CY
3982012-10-01 David Engster <deng@randomsample.de>
399
400 * grammars/bovine-grammar.el:
401 * grammars/wisent-grammar.el: Move to lisp directory.
402
62a81506
CY
4032012-10-01 David Engster <deng@randomsample.de>
404
405 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
406 Remove.
d1b066d2 407 (bovine-grammar-expand-form): Test for emacs-major-version.
62a81506
CY
408
409 * grammars/c.by: Add EXPLICIT to keyword tokens.
d1b066d2 410 Add %provide token.
62a81506 411
d1b066d2 412 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
62a81506 413 was copied to grammar.el. New %provide token to generate prefix
4f405069 414 which conforms with Emacs conventions. Remove lexer definition,
62a81506
CY
415 which is now in grammar.el.
416
eec5fae2
GM
4172012-09-27 Glenn Morris <rgm@gnu.org>
418
419 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
420
a615a3ae
PE
4212012-09-27 Paul Eggert <eggert@cs.ucla.edu>
422
423 Check more robustly for timer_settime.
424 * merge-gnulib (GNULIB_MODULES): Add timer-time.
425
e3b60857
JB
4262012-09-26 Juanma Barranquero <lekktu@gmail.com>
427
428 * unidata/BidiMirroring.txt:
429 * unidata/UnicodeData.txt: Update to Unicode 6.2.
430
78f83752
GM
4312012-09-17 Glenn Morris <rgm@gnu.org>
432
dcddaabb
GM
433 * admin.el (add-log-time-format): Declare.
434
dcf8834b
GM
435 * admin.el (cusver-scan, cusver-check): Bind local variables.
436
437 * admin.el (set-version): Set major version in
438 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
439 (set-copyright): In etc/refcards, only change ru-refcard.tex
440 and emacsver.tex.
441
78f83752
GM
442 * admin.el (set-copyright): No more need to set copyrights for
443 nextstep, or .c files. Add configure.ac and config.nt.
444
0caaedb1
PE
4452012-09-16 Paul Eggert <eggert@cs.ucla.edu>
446
447 Remove configure's --without-sync-input option (Bug#12450).
448 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
449
83da1b55
GM
4502012-09-16 Glenn Morris <rgm@gnu.org>
451
452 * admin.el (set-version): No more need to set nextstep versions.
453 (set-copyright): Update for moved nextstep files.
454
4a4bbad2
PE
4552012-09-13 Paul Eggert <eggert@cs.ucla.edu>
456
457 Simplify SIGIO usage (Bug#12408).
d1b066d2 458 * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
4a4bbad2
PE
459 (BROKEN_SIGPTY, NO_TERMIO): Remove.
460
c990426a
PE
4612012-09-11 Paul Eggert <eggert@cs.ucla.edu>
462
463 Simplify, document, and port floating-point (Bug#12381).
464 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
465
f6196b87
PE
4662012-09-09 Paul Eggert <eggert@cs.ucla.edu>
467
468 Assume C89 or later for math functions (Bug#12381).
469 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
470 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
471
1088b922
PE
4722012-09-04 Paul Eggert <eggert@cs.ucla.edu>
473
474 Simplify redefinition of 'abort' (Bug#12316).
475 * CPP-DEFINES (NO_ABORT): Remove.
476
a3f90bea
GM
4772012-08-28 Glenn Morris <rgm@gnu.org>
478
479 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
480
01e0f0f5
AS
4812012-08-28 Andreas Schwab <schwab@linux-m68k.org>
482
483 * charsets/mule-charsets.el (header): Fix typo.
484
f4a681b0
PE
4852012-08-24 Paul Eggert <eggert@cs.ucla.edu>
486
487 On assertion failure, print backtrace if available.
488 * merge-gnulib (GNULIB_MODULES): Add execinfo.
489
620f13b0
PE
4902012-08-16 Paul Eggert <eggert@cs.ucla.edu>
491
492 Use ASCII tests for character types.
493 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
494 new direct dependency; c-ctype was already being used indirectly
495 via other gnulib modules.
496
f5d9e83a
PE
4972012-08-14 Paul Eggert <eggert@cs.ucla.edu>
498
499 Use bool for Emacs Lisp booleans.
500 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
501 new direct dependency; stdbool was already being used indirectly
502 via other gnulib modules.
503
9ff9402d 5042012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
505
506 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
507
c644523b
DA
5082012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
509
510 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
511
13294f95
PE
5122012-08-02 Paul Eggert <eggert@cs.ucla.edu>
513
514 Port to Solaris 8.
515 * CPP-DEFINES (WRETCODE): Remove.
516
d8a05828
DA
5172012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
518
519 * coccinelle/overlay.cocci: Semantic patch to replace direct
520 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
521
8271d590
DA
5222012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
523
524 * coccinelle/symbol.cocci: Semantic patch to replace direct
525 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
526
3193acd2
DA
5272012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
528
529 * coccinelle/process.cocci: Semantic patch to replace direct
530 access to Lisp_Object members of struct Lisp_Process to PVAR.
531
3a45383a
DA
5322012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
533
534 * coccinelle/window.cocci: Semantic patch to replace direct
535 access to Lisp_Object members of struct window to WVAR.
536
e34f7f79
DA
5372012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
538
539 * coccinelle/frame.cocci: Semantic patch to replace direct
540 access to Lisp_Object members of struct frame to FVAR.
541
e32a5799
PE
5422012-07-28 Paul Eggert <eggert@cs.ucla.edu>
543
544 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
545 * merge-gnulib: Add environ, stdalign.
546
d7ea76b4
DA
5472012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
548
549 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
550 make_unibyte_string to build_unibyte_string where appropriate.
551
4dc7c8d5 5522012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
553
554 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
555
4dc7c8d5 5562012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
557
558 * Version 24.1 released.
d7ea76b4 559
5ebbef1d
PE
5602012-07-11 Paul Eggert <eggert@cs.ucla.edu>
561
bb352260
PE
562 Assume mkdir, perror, rename, rmdir, strerror.
563 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
564 (HAVE_STRERROR, strerror):
57054ddd 565 Remove.
5ebbef1d 566
7d7bbefd
DA
5672012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
568
569 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
570 to XCDR and consistently use CONSP in the list iteration loops.
571 * coccinelle/vector_contents.cocci: Fix indentation.
572
f58e0fd5
SM
5732012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * bzrmerge.el: Use cl-lib.
576
c4444d16
PE
5772012-07-09 Paul Eggert <eggert@cs.ucla.edu>
578
579 Rename configure.in to configure.ac (Bug#11603).
580 * admin.el (set-version):
581 * quick-install-emacs (VERSION):
582 Get version number from configure.ac, not configure.in.
583
fee5959d
PE
5842012-07-06 Paul Eggert <eggert@cs.ucla.edu>
585
586 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
587 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
588
23f86fce
DA
5892012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
590
591 * coccinelle/xzalloc.cocci: Semantic patch to convert
592 calls to xmalloc with following memset to xzalloc.
593
95f61aa2
JB
5942012-07-04 Juanma Barranquero <lekktu@gmail.com>
595
596 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
597
1130ecfc
DA
5982012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
599
600 * coccinelle/build_string.cocci: Semantic patch
601 to convert from make_string to build_string.
602
3c9359df
DA
6032012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
604
605 First Coccinelle semantic patch.
606 * coccinelle: New subdirectory
607 * coccinelle/README: Documentation stub.
608 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
609 access to `contents' member of Lisp_Vector objects with AREF and ASET
610 where appropriate.
3c9359df 611
d35af63c
PE
6122012-06-22 Paul Eggert <eggert@cs.ucla.edu>
613
614 Support higher-resolution time stamps (Bug#9000).
615 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
616 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
617 timespec-sub, utimens.
618 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
619 This trims down the gnulib import, from the very latest gnulib.
620 Emacs does its own implementation of 'select' and 'sigprocmask'
621 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
622 hosts, so it doesn't need these modules.
623 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
624 these gnulib modules are only for Windows porting and Emacs ports
625 to Windows in a different way.
626
646b5f55
AS
6272012-06-13 Andreas Schwab <schwab@linux-m68k.org>
628
f58e0fd5
SM
629 * make-emacs: Rename --union-type to --check-lisp-type.
630 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
631 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
632 USE_LISP_UNION_TYPE.
633
418cd726
GM
6342012-06-03 Glenn Morris <rgm@gnu.org>
635
636 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
637
501390c5
PE
6382012-06-01 Paul Eggert <eggert@cs.ucla.edu>
639
640 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
641 * make-tarball.txt: Don't worry about maintainer mode.
642
0e7a053e
PE
6432012-05-28 Paul Eggert <eggert@cs.ucla.edu>
644
645 * CPP-DEFINES: Remove HAVE_SYSINFO.
646
50c4645e
PE
6472012-05-27 Paul Eggert <eggert@cs.ucla.edu>
648
649 Assume gnulib does largefile.
650 * merge-gnulib (GNULIB_MODULES): Add largefile.
651
34374650
PE
6522012-05-22 Paul Eggert <eggert@cs.ucla.edu>
653
654 Remove src/m/*.
655 * CPP-DEFINES: Do not mention src/m/*.h.
656 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
657 (BITS_PER_SHORT, BITS_PER_INT): Remove.
658 * MAINTAINERS: Remove src/m/.
659
9b4ee616
PE
6602012-05-21 Paul Eggert <eggert@cs.ucla.edu>
661
fb77d37e
PE
662 Use full name for m4/gnulib-comp.m4. (Bug#11529)
663 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
664
261cb4bb
PE
665 Assume C89 or later.
666 * CPP-DEFINES: Remove NULL, const.
667
9b4ee616
PE
668 Make merging from gnulib a script, not a makefile action.
669 * merge-gnulib: New script, with actions moved here from
670 ../Makefile.in.
671
003fdae2
PE
6722012-05-19 Paul Eggert <eggert@cs.ucla.edu>
673
9232a6d9
PE
674 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
675
003fdae2
PE
676 * CPP-DEFINES (HAVE_FTIME): Remove.
677
6116bd7e
GM
6782012-05-02 Glenn Morris <rgm@gnu.org>
679
680 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
681
a9f72fc1
GM
6822012-04-10 Glenn Morris <rgm@gnu.org>
683
c9279dad
GM
684 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
685
a9f72fc1
GM
686 * unidata/Makefile.in: Add FSF copyright.
687 Make it use autoconf features, and work for out-of-tree builds.
688
b142f158
EZ
6892012-04-07 Eli Zaretskii <eliz@gnu.org>
690
691 * unidata/README:
692 * unidata/copyright.html:
693 * unidata/BidiMirroring.txt:
694 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
695 the Unicode Standard.
696
c406be43
KH
6972012-02-16 Kenichi Handa <handa@m17n.org>
698
699 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
700 values of name and old-name to nil.
701 (unidata-get-name): Return nil for the default value.
702
58474503
GM
7032012-02-11 Glenn Morris <rgm@gnu.org>
704
705 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
706 (cusver-check): New functions.
707
54de86ac
GM
7082012-01-19 Glenn Morris <rgm@gnu.org>
709
710 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
711 "skip?" question, since there can be multiple such for any revision.
712
0dc18ae0
EZ
7132012-01-14 Eli Zaretskii <eliz@gnu.org>
714
715 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
716 updated and checked.
717
509c74bd
AS
7182011-11-26 Andreas Schwab <schwab@linux-m68k.org>
719
303d001f
AS
720 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
721 Avoid warning about old-style backquote.
722
509c74bd
AS
723 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
724 in regexp.
725 (wisent-make-parsers): Likewise. Quote `.'.
726
727 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
728 in regexp.
729 (bovine-make-parsers): Likewise. Quote `.'.
730
d5ff9cd0
AS
7312011-11-20 Andreas Schwab <schwab@linux-m68k.org>
732
733 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
734
7877f373
JB
7352011-11-16 Juanma Barranquero <lekktu@gmail.com>
736
737 * admin.el (manual-dvi): Fix typo.
738
b018182c
EZ
7392011-11-15 Eli Zaretskii <eliz@gnu.org>
740
7877f373 741 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 742
c7015153
JB
7432011-11-15 Juanma Barranquero <lekktu@gmail.com>
744
745 * make-emacs: Fix typo.
746
d31d07be
JB
7472011-11-07 Juanma Barranquero <lekktu@gmail.com>
748
749 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
750
72b8747b
DE
7512011-10-31 David Engster <deng@randomsample.de>
752
753 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
754
8cedc5ac
EZ
7552011-10-28 Eli Zaretskii <eliz@gnu.org>
756
757 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
758 running Emacs on Windows 9X.
759
a0c64452
CY
7602011-09-26 Chong Yidong <cyd@stupidchicken.com>
761
762 * admin.el (set-version): Fix regexps for config.nt and
763 sed2v2.inp.
764
e39b275c 7652011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 766
abec06ff 767 Merge from gnulib (Bug#9169).
24e0f6b1
PE
768 * notes/copyright: The files compile, config.guess, config.sub,
769 depcomp, install-sh, missing, and move-if-change are now in the
770 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
771 and warn-on-use.h are now in build-aux/snippets. New file
772 build-aux/snippets/_Noreturn.h.
773
bca633fb
EZ
7742011-08-23 Eli Zaretskii <eliz@gnu.org>
775
776 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
777 values of bidi-class according to DerivedBidiClass.txt from the
778 latest UCD.
779
0902a04e
KH
7802011-08-23 Kenichi Handa <handa@m17n.org>
781
782 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
783 values for name, general-category, canonical-combining-class,
784 mirrored, and bidi-class. Describe the meaning of value nil for
785 decimal-digit-value, digit-value, numeric-value, uppercase,
786 lowercase, titlecase, and mirroring.
787 (unidata-gen-table): Handle the case that default-value is a
788 list. Set default values of characters not listed in a table.
789 (unidata-get-name): Return an empty string if a value in a
790 char-table is nil.
791 (unidata-get-decomposition): Return a list of character itself if
792 a value in a char-table is nil.
793
474a8465
EZ
7942011-08-15 Eli Zaretskii <eliz@gnu.org>
795
796 * unidata/bidimirror.awk: File removed.
797
798 * unidata/biditype.awk: File removed.
799
800 * unidata/makefile.w32-in (all): Remove src/biditype.h and
801 src/bidimirror.h.
f58e0fd5 802 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
803
804 * unidata/Makefile.in (all): Remove src/biditype.h and
805 src/bidimirror.h.
f58e0fd5 806 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 807
a5b436df
JB
8082011-07-07 Juanma Barranquero <lekktu@gmail.com>
809
810 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
811 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
812
c805dec0
KH
8132011-07-06 Kenichi Handa <handa@m17n.org>
814
815 * unidata/unidata-gen.el (unidata-dir): New variable.
816 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
817 (unidata-prop-alist): INDEX element may be a function.
818 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
819 New entry `mirroring'.
820 (unidata-prop-default, unidata-prop-val-list): New subst.
821 (unidata-get-character, unidata-put-character): Delete them.
822 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
823 above changes.
824 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
825 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
826 Delete them.
827 (unidata-encode-val): Assume that the first element of VAL-LIST is
828 a cons (nil . 0).
829 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
830 Always store the encoded value.
831 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
832 Set the 1st and the 2nd extra slots to index numbers for C
833 functions.
834 (unidata-gen-table-integer): Likewise.
835 (unidata-gen-table-numeric): Likewise.
836 (unidata-gen-table-name): New arg IGNORE.
837 (unidata-gen-table-decomposition): Likewise.
838 (unidata-describe-general-category): Add the case nil to the
839 description alist.
a5b436df 840 (unidata-gen-mirroring-list): New function.
c805dec0
KH
841 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
842 unidata-prop-alist. Handle the case of storing multiple
843 char-tables in a file.
844
845 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
846 unidata-gen-files.
847
2a35386d
GM
8482011-05-21 Glenn Morris <rgm@gnu.org>
849
850 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
851
33383987
JB
8522011-03-07 Chong Yidong <cyd@stupidchicken.com>
853
854 * Version 23.3 released.
855
cce7d530 8562011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
857
858 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
859
9d9d12cd
EZ
8602011-02-19 Eli Zaretskii <eliz@gnu.org>
861
862 * admin.el (set-version): Add msdos/sed2v2.inp.
863
1f5d53eb
PE
8642011-02-16 Paul Eggert <eggert@cs.ucla.edu>
865
866 Remove no-longer needed getloadavg symbols.
867 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
868 (LDAV_SYMBOL): Remove.
869
7b24e97a
GM
8702011-02-12 Glenn Morris <rgm@gnu.org>
871
872 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
873
4d881c83
GM
8742011-02-05 Glenn Morris <rgm@gnu.org>
875
876 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
877 (bzrmerge-apply): Use it.
878 (bzrmerge): Kill any old warning buffer first.
879
f6041baa
GM
8802011-02-03 Glenn Morris <rgm@gnu.org>
881
882 * bzrmerge.el (bzrmerge-buffer): New constant.
883 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
884 (bzrmerge-missing): If nothing to do, return nil not (nil).
885 (bzrmerge-apply): Remove odd character from message.
886 (bzrmerge): Give status messages.
887
70b0d280
EZ
8882011-01-31 Eli Zaretskii <eliz@gnu.org>
889
f6041baa
GM
890 * admin.el (set-version): Remove lib-src/makefile.w32-in.
891 Add nt/config.nt.
70b0d280 892
16fab143
PE
8932011-01-31 Paul Eggert <eggert@cs.ucla.edu>
894
895 src/emacs.c now gets version number from configure.in
896 * admin.el (set-version): Don't update src/emacs.c.
897 * quick-install-emacs (VERSION): Get it from configure.in, not from
898 src/emacs.c.
899
16c3e636
PE
9002011-01-30 Paul Eggert <eggert@cs.ucla.edu>
901
902 strftime: import from gnulib
903 * notes/copyright: strftime.c moved from src to lib.
904
d0cb8662
GM
9052011-01-25 Glenn Morris <rgm@gnu.org>
906
907 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
908 (bzrmerge-missing): Use it.
909
d6100f3d
PE
9102011-01-19 Paul Eggert <eggert@cs.ucla.edu>
911
912 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
913 rather than doing rm and autoconf by hand. See
914 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
915
9092d186
PE
9162011-01-17 Paul Eggert <eggert@cs.ucla.edu>
917
918 * notes/bzr (Installing changes from gnulib): New section.
919 Need for this suggested by Stefan Monnier.
920
41f44310
SM
9212011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
924 an inconsistent state.
925
a3e44e79 9262011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
927
928 Update copyright notes to match recent gnulib-related changes.
929 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
930 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
931 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
932 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
933 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
934 subsumed by m4/*.m4 rule). config.guess, config.sub, and
935 doc/man/texinfo.tex are now copied in from gnulib.
936
6fffc900
GM
9372011-01-15 Glenn Morris <rgm@gnu.org>
938
2153c862 939 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 940
6fffc900
GM
941 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
942 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
943
77ab81d0 9442011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
945
946 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
947
1851cac3
GM
9482011-01-14 Glenn Morris <rgm@gnu.org>
949
950 * bzrmerge.el: Require cl when compiling.
951 (bzrmerge-merges): Doc fix.
952
2b3f5bc8
PE
9532011-01-07 Paul Eggert <eggert@cs.ucla.edu>
954
955 * notes/copyright: There's only one install-sh, not two, so fix a
956 typo claiming that there's two. Add move-if-change to the list of
957 GPL files imported from gnulib.
958
9592011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
960
961 * notes/copyright: Report status more accurately for non-GPL files.
962 Report copyright status more accurately for mkinstalldirs,
963 configure, m4/getopt.m4, and msdos/sed*.inp.
964
7c420169 9652011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
966
967 * nt/README.W32: Update the information about PNG support libraries.
968 (Bug#7716)
969
9ebea0e7
SM
9702010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * bzrmerge.el: New file to help merge branches while skipping
973 some revisions (e.g. from emacs-23 to trunk).
974
201ef780
AS
9752010-12-03 Andreas Schwab <schwab@linux-m68k.org>
976
977 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
978
16a0af11
GM
9792010-10-12 Glenn Morris <rgm@gnu.org>
980
981 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
982
f4f358f1
GM
9832010-10-09 Glenn Morris <rgm@gnu.org>
984
985 * admin.el (set-version): Add doc/emacs/emacsver.texi.
986
3fb78d1f
GM
9872010-10-09 Glenn Morris <rgm@gnu.org>
988
f7a31f11
GM
989 * admin.el (set-version): No need to act on doc/ files any more.
990
3fb78d1f
GM
991 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
992
733946e7
JB
9932010-09-05 Juanma Barranquero <lekktu@gmail.com>
994
995 * unidata/BidiMirroring.txt: Update from
996 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
997
998 * unidata/UnicodeData.txt: Update from
999 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
1000
671d409f
AS
10012010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1002
1003 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
1004
29cf3e20
EZ
10052010-08-05 Eli Zaretskii <eliz@gnu.org>
1006
1007 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
1008
e3aef5c6
CS
10092010-07-24 Christoph Scholtes <cschol2112@gmail.com>
1010
1011 * admin.el: Write version number to nt/makefile.w32-in.
1012 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
1013 in the nt/ directory.
1014 * nt/README.W32: Relocate to nt/ directory.
1015
8966b757
AS
10162010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1017
1018 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
1019
71c44c04
EZ
10202010-07-08 Eli Zaretskii <eliz@gnu.org>
1021
1022 * MAINTAINERS: Update my responsibilities.
1023
72af86bd
AS
10242010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1025
1026 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
1027 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
1028 Remove.
1029
317fbf33
EZ
10302010-06-12 Eli Zaretskii <eliz@gnu.org>
1031
cbc4fd20
EZ
1032 * unidata/bidimirror.awk: New file.
1033
1034 * unidata/BidiMirroring.txt: New file from
1035 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
1036
a5b436df 1037 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
1038 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1039
1040 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
1041 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1042
317fbf33
EZ
1043 * unidata/biditype.awk: New file.
1044
1045 * unidata/Makefile.in (../../src/biditype.h): New target.
1046
1047 * unidata/makefile.w32-in (../../src/biditype.h): New target.
1048
bf3e70eb
JB
10492010-06-09 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * unidata/UnicodeData.txt: Update from
1052 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
1053
81ac4f35
GM
10542010-05-27 Glenn Morris <rgm@gnu.org>
1055
1056 * quick-install-emacs (AVOID): No more Makefile.c files.
1057
1058 * notes/cpp: Remove file.
1059
e45b9e19
KR
10602010-05-15 Ken Raeburn <raeburn@raeburn.org>
1061
1062 * admin.el (set-version, set-copyright): Update emacs.c instead of
1063 version.el.
1064
1065 * make-tarball.txt: Update filename list in step 6.
1066
1067 * quick-install-emacs: Scan emacs.c instead of version.el for
1068 version string.
1069
61a808e8
CY
10702010-05-07 Chong Yidong <cyd@stupidchicken.com>
1071
1072 * Version 23.2 released.
1073
796bb936
EZ
10742010-04-01 Eli Zaretskii <eliz@gnu.org>
1075
52f4d8d5 1076 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 1077
288f9fc0
CY
10782010-03-10 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * Branch for 23.2.
1081
f758ab59
MB
10822010-03-10 Miles Bader <miles@gnu.org>
1083
61c26472
MB
1084 * quick-install-emacs: Use more portable shell syntax.
1085
a5b436df 1086 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
1087 installing.
1088
296271c0
JB
10892010-02-14 Juanma Barranquero <lekktu@gmail.com>
1090
1091 * quick-install-emacs (PRUNED): Fix typo in message.
1092
79c08ece
GM
10932010-01-20 Glenn Morris <rgm@gnu.org>
1094
1095 * revdiff: Remove file that only works with CVS, and isn't really
1096 needed with Bazaar (given the in-built revision options of bzr diff).
1097
893db5bc
GM
10982010-01-12 Glenn Morris <rgm@gnu.org>
1099
1100 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
1101 than emacs-pretest-bug for bug reports for development versions.
1102
149353a4
KH
11032009-11-06 Kenichi Handa <handa@m17n.org>
1104
1105 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
1106 that the block data and the following per-char data fall into the
1107 same char-table leaf.
1108
171fda8a
JB
11092009-10-01 Juanma Barranquero <lekktu@gmail.com>
1110
1111 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
1112
06d09461
JB
11132009-09-07 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * unidata/.gitignore: New file.
1116
cb335806
EZ
11172009-08-22 Eli Zaretskii <eliz@gnu.org>
1118
8e22fa7e
EZ
1119 * notes/bugtracker: How to reassign a bug to a list of packages.
1120
cb335806
EZ
1121 * notes/newfile: Details of how to check for problems with DOS 8+3
1122 file-name restrictions.
1123
11242009-08-18 Glenn Morris <rgm@gnu.org>
1125
1126 * notes/newfile: New file.
1127
54aa48fe
EZ
11282009-07-11 Eli Zaretskii <eliz@gnu.org>
1129
1130 * make-tarball.txt: Add a note about bumping the value of
1131 customize-changed-options-previous-release.
1132
aa4a9384
KH
11332009-06-24 Kenichi Handa <handa@m17n.org>
1134
fe7a3057 1135 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
1136 and don't compact the map. This is to prefer the first one in the
1137 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
1138
09856751
KH
11392009-06-12 Kenichi Handa <handa@m17n.org>
1140
1141 * charsets/Makefile (JISX213A.map): Make it depend on
1142 mapfiles/JISX213A.map.gz.
1143 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
1144
1145 * charsets/mapfiles/JISX213A.map.gz: New file.
1146
1147 * charsets/mapfiles/README: Describe JISX213A.map.gz.
1148
09e47eb5
KH
11492009-06-12 Kenichi Handa <handa@m17n.org>
1150
1151 * charsets/mapfiles/*: New files.
1152
1153 * charsets/mule-charsets.el: Mostly re-written to generate all
1154 MULE-*.map files.
1155
1156 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
1157 files.
1158
1159 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
1160 EUC-JP-MS.
1161
1162 * charsets/cp51932.awk (END): Print arch-tag at the tail.
1163
1164 * charsets/Makefile: Maps depend on files under mapfiles or
1165 ${GLIBC_CHARMAPS}.
1166
0b4ff5df
KH
11672009-04-21 Kenichi Handa <handa@m17n.org>
1168
1169 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
1170 change.
1171
88758986
KH
11722009-04-17 Kenichi Handa <handa@m17n.org>
1173
f58e0fd5
SM
1174 * unidata/unidata-gen.el (unidata-get-decomposition):
1175 Adjust Hangle decomposition rule to Unicode.
88758986 1176
0af3fedf
KH
11772009-04-09 Kenichi Handa <handa@m17n.org>
1178
f58e0fd5
SM
1179 * unidata/unidata-gen.el (unidata-describe-decomposition):
1180 Return a string with a composition property to disable combining
0af3fedf
KH
1181 characters being composed.
1182
e308dcd3 11832009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
1184
1185 * quick-install-emacs: Be more clever about locating info directory.
1186
d9cce206
JB
11872009-02-24 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * nt/README.W32: Fix typos.
1190
3deb93c6
JR
11912009-02-23 Jason Rumney <jasonr@gnu.org>
1192
ed9265fc 1193 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 1194
d9cce206
JB
1195 * nt/README.W32: Remove ever expanding versions of Windows.
1196 Shorten FAQ URL. Remove mention of obsolete lock directory.
1197 Windows distribution now bin and barebin only. Add note about
1198 SVG support. Remove old tar and gzip problem workarounds.
1199 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
1200
1201 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
1202 undumped distribution no longer exists.
1203
e73521d0 12042009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
1205
1206 * nt/README.W32: Fix typo. (Bug#2207)
1207
1b1db3a9
CY
12082009-02-01 Chong Yidong <cyd@stupidchicken.com>
1209
1210 * admin.el (set-version): Remove deleted file ns-emacs.texi.
1211
d90442ce
KH
12122008-12-02 Kenichi Handa <handa@m17n.org>
1213
1214 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
1215 `decomposition' property adjusted.
1216 (unidata-split-decomposition): Don't include surrounding "<" and
1217 ">" in a symbol name.
1218
12192008-12-01 Kenichi Handa <handa@m17n.org>
1220
b97439ce
JB
1221 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
1222 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
1223 (unidata-get-numeric, unidata-put-numeric)
1224 (unidata-gen-table-numeric): New functions.
1225 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
1226
983ab7ba
EZ
12272008-11-29 Eli Zaretskii <eliz@gnu.org>
1228
1229 * notes/documentation: Add notes about Antinews.
1230
91236f63
GM
12312008-10-23 Glenn Morris <rgm@gnu.org>
1232
1233 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
1234 Add/tweak some nextstep/ entries.
1235
c674e738
KH
12362008-09-19 Kenichi Handa <handa@m17n.org>
1237
1238 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1239 positions.
1240
293a3986
EZ
12412008-08-23 Eli Zaretskii <eliz@gnu.org>
1242
1243 * CPP-DEFINES: Add USER_FULL_NAME.
1244
b7063e7e
JR
12452008-08-16 Jason Rumney <jasonr@gnu.org>
1246
d4835507 1247 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 1248
295b47d8
JB
12492008-08-06 Juanma Barranquero <lekktu@gmail.com>
1250
1251 * nt/dump.bat: Fix mixed EOLs.
1252
14145fa3
AR
12532008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1254
0dcb2845 1255 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 1256
c3179b06
EZ
12572008-08-02 Eli Zaretskii <eliz@gnu.org>
1258
1259 * CPP-DEFINES: Add defines for accessing system processes.
1260
9e2a2647
DN
12612008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * make-tarball.txt:
1264 * admin.el:
1265 * FOR-RELEASE:
1266 * CPP-DEFINES: Remove mentions of Mac Carbon.
1267
d3841127
GM
12682008-07-16 Glenn Morris <rgm@gnu.org>
1269
1270 * admin.el (set-version, set-copyright): Add nextstep/ files.
1271
ba60bd44 12722008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 1273
0dcb2845 1274 * CPP-DEFINES: Add NS port related defines.
edfda783 1275
f2d8d275
GM
12762008-06-16 Glenn Morris <rgm@gnu.org>
1277
5de85e83
GM
1278 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1279 doc/lispref/book-spine.texinfo.
f2d8d275 1280
611bee81
GM
12812008-06-15 Glenn Morris <rgm@gnu.org>
1282
1283 * admin.el (set-version): Add doc/misc/faq.texi.
1284
d6710afe
JB
12852008-05-22 Juanma Barranquero <lekktu@gmail.com>
1286
1287 * FOR-RELEASE: Remove Windows problem about the XPM image library
1288 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1289
2e10f11c
JB
12902008-04-15 Juanma Barranquero <lekktu@gmail.com>
1291
1292 * unidata/UnicodeData.txt: Update to Unicode 5.1.
1293
dd7d19d7
JB
12942008-04-14 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * unidata/unidata-gen.el (unidata-prop-alist):
1297 Fix typo in description of `numeric-value'.
1298 (unidata-put-character): Fix typo in error message.
1299
2cbff44e
GM
13002008-02-21 Glenn Morris <rgm@gnu.org>
1301
1302 * notes/unicode, notes/font-backend: New files, split off from
1303 README.unicode.
1304
43bad2da
KH
13052008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
1306
1307 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 1308 being used in latin1-disp.el. Remove the problem of
98723304
KH
1309 cp-supported-codepages. Remove the problem of lost changelog for
1310 ps-prin1.ps.
43bad2da 1311
8a7619ba
EZ
13122008-02-16 Eli Zaretskii <eliz@gnu.org>
1313
1314 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1315 non-portable in this context.
1316
1317 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1318 non-portable in this context.
1319
f96b6330
EZ
13202008-02-09 Eli Zaretskii <eliz@gnu.org>
1321
1322 * unidata/makefile.w32-in (lisp): New variable.
1323 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
1324 lisp/emacs-lisp.
1325
56eb72a0
JR
13262008-02-04 Jason Rumney <jasonr@gnu.org>
1327
1328 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1329
a8fd9158
JB
13302008-02-02 Juanma Barranquero <lekktu@gmail.com>
1331
1332 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1333
c7e85fc7
EZ
13342008-02-02 Eli Zaretskii <eliz@gnu.org>
1335
9aa0b3c8
EZ
1336 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1337
bcc891c2 1338 * unidata/Makefile.in: Rename from Makefile.
5889232d 1339
c7e85fc7
EZ
1340 * unidata/makefile.w32-in: New file.
1341
db516472
JR
13422008-02-02 Jason Rumney <jasonr@gnu.org>
1343
1344 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1345
609789d7 13462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1347
aca7a3d2
MB
1348 * unidata/copyright.html: New file.
1349
609789d7 13502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1351
1352 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1353 decomposition, if T is the same as TBase, don't include it in the
1354 returned list.
1355
609789d7 13562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1357
1358 * unidata/unidata-gen.el (unidata-text-file): Delete it.
1359 (unidata-list): Initialize to nil.
1360 (unidata-setup-list): New function.
bcc891c2
GM
1361 (unidata-gen-files): New optional arg unidata-text-file.
1362 If it's nil, set unidata-text-file to the left command line arg.
1363 Call unidate-setup-list at first.
aca7a3d2 1364
bcc891c2 1365 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
1366 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1367
609789d7 13682008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1369
bcc891c2
GM
1370 * unidata/unidata-gen.el: Fix comment typo.
1371 Change string-to-int to string-to-number.
1372 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
1373 (unidata-list): Just insert unidata-text-file.
1374 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 1375 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 1376
bcc891c2 1377 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
1378 (charprop.el): Depends on unidata.txt.
1379 (clean): Remove unidata.txt.
1380
609789d7 13812008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1382
1383 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1384 (unidata-get-name): Handle U+110B.
1385
609789d7 13862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1387
1388 Sub-directory `unidata' is for codes to generate charprop.el and
1389 many other uni-*.el files from `UnicodeData.txt'.
1390
1391 * Unidata/README: New file.
1392
1393 * unidata/Makefile: New file.
1394
1395 * unidata/unidata-gen.el: New file.
1396
1397 * unidata/UnicodeData.txt: New file. Copied from
609789d7 1398 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
1399
1400 * unidata/.cvsignore: New file.
1401
609789d7 14022008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1403
1404 * charsets/.cvsignore: New file.
1405
1406 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1407
bcc891c2
GM
1408 * charsets/Makefile (all): Rename target from charsets.
1409 Depend on ${TRANS_TABLE}.
1410 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1411 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
1412 (install): Copy updated files only.
1413
14142008-02-02 Kenichi Handa <handa@m17n.org>
1415
bcc891c2 1416 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
1417
14182008-02-02 Kenichi Handa <handa@m17n.org>
1419
1420 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1421 0x2299 to 0x29BF.
1422
609789d7 14232008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1424
1425 * charsets/Makefile (TRANS_TABLE): New macro.
1426 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 1427 (cp51932.el): New target.
aca7a3d2
MB
1428 (eucjp-ms.el): New target.
1429 (install): Include ${TRANS_TABLE}.
1430 (CJK): Include JISX213A.map.
1431 (JISX213A.map): New target.
1432
1433 * charsets/eucjp-ms.awk: New file.
1434
1435 * charsets/cp51932.awk: New file.
1436
609789d7 14372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1438
1439 * charsets/cp932.awk: New file.
1440
bcc891c2 1441 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
1442
1443 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1444 running an awk program.
1445
609789d7 14462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1447
1448 * charsets/mapconv: Handle UNICODE2.
1449
c4cc8b9a 1450 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1451 (CP932-2BYTE.map): New target.
1452
609789d7 14532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1454
1455 * charsets: New directory for scripts to generate charset map
1456 files in ../etc/charsets/.
1457
bcc891c2 1458 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1459 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1460 * charsets/kuten.awk: New files.
aca7a3d2 1461
adf94aa6
GM
14622008-01-08 Glenn Morris <rgm@gnu.org>
1463
1464 * admin.el (set-version): Add doc/man/emacs.1.
1465
f3041af1
DN
14662008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1467
1468 * notes/copyright:
1469 * MAINTAINERS: Remove references to files that have been removed.
1470
a70c9a7a
GM
14712008-01-04 Glenn Morris <rgm@gnu.org>
1472
1473 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1474
aa5fea59
SM
14752007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * CPP-DEFINES: New file.
1478
f8747b72
RS
14792007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1480
1481 * FOR-RELEASE: Remove "window-system in face definition" [of
1482 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1483 on gnus-dired.el.
1484
24bbe01e
GM
14852007-12-05 Glenn Morris <rgm@gnu.org>
1486
1487 * admin.el (set-version): Handle configure.in. Adapt for doc/
1488 directory layout for manuals.
1489
0073bc5d
RS
14902007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1491
630cb3b7
JB
1492 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1493 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1494
1453abd0
GM
14952007-11-17 Glenn Morris <rgm@gnu.org>
1496
1497 * admin.el (process-lines): Move to ../lisp/subr.el.
1498
ca076674
GM
14992007-10-23 Glenn Morris <rgm@gnu.org>
1500
1501 * MAINTAINERS: Move here from ../.
1502
943756ea
JB
15032007-10-17 Juanma Barranquero <lekktu@gmail.com>
1504
1505 * make-emacs: Doc fix.
1506
bab9fcb4
GM
15072007-08-28 Glenn Morris <rgm@gnu.org>
1508
1509 * admin.el: Provide self.
1510
880820fe 15112007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1512
d58ee9f1 1513 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1514
cacc7b51
GM
15152007-07-25 Glenn Morris <rgm@gnu.org>
1516
1517 * Relicense all FSF files to GPLv3 or later.
1518
bfcea090
GM
15192007-06-07 Glenn Morris <rgm@gnu.org>
1520
1521 * admin.el (set-copyright): New function.
1522
017f0417
NR
15232007-04-25 Nick Roberts <nickrob@snap.net.nz>
1524
1525 * make-tarball.txt: Add note about cutting the branch.
1526
537a062f
CY
15272007-06-02 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * Version 22.1 released.
1530
77083ca3
EZ
15312007-02-03 Eli Zaretskii <eliz@gnu.org>
1532
1533 * nt/makedist.bat: Change EOL format to DOS. Don't use
1534 redirection characters in REM lines.
1535
880820fe 15362007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1537
1538 * FOR-RELEASE: Removed Gtk/Xft issue.
1539
1fc8c92b
MB
15402007-01-01 Miles Bader <miles@gnu.org>
1541
1542 * quick-install-emacs (get_config_var): Deal with weird magic
1543 string inserted by recent versions of autoconf.
1544
7dce1990
JB
15452006-11-25 Juanma Barranquero <lekktu@gmail.com>
1546
1547 * admin.el (set-version): Set version number in
1548 lib-src/makefile.w32-in.
1549
dc3d1157
RS
15502006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1551
1552 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1553 due to a local miss-configuration.
1554
08c85160
CY
15552006-10-28 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * make-announcement (OLD): Remove LEIM references in announcement
1558 since it is now built-in.
1559
d0834a5c
YM
15602006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1561
1562 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1563
151fe029
KH
15642006-10-03 Kenichi Handa <handa@m17n.org>
1565
1566 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1567
e71cb549
CY
15682006-08-13 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * FOR-RELEASE: Elisp manual checking completed.
1571
6232e72d
RS
15722006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1573
1574 * FOR-RELEASE: Update refcard section.
1575
8a8476f9
KS
15762006-07-14 Kim F. Storm <storm@cua.dk>
1577
1578 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1579
1eca02e7
KS
15802006-07-09 Kim F. Storm <storm@cua.dk>
1581
1582 * README: Use outline format. Add FOR-RELEASE.
1583
7fa61471
CY
15842006-06-27 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * FOR-RELEASE: Checking of info.texi done.
1587
8361675a
RS
15882006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1589
1590 * FOR-RELEASE: Update refcard section.
1591
3f168e29
RS
15922006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1593
1594 * FOR-RELEASE: Update refcard section.
1595
f195dc16
CY
15962006-05-25 Chong Yidong <cyd@stupidchicken.com>
1597
1598 * FOR-RELEASE: Key sequence elisp node done.
1599
49561a36
RS
16002006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1601
1602 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1603
6fedb9f9
CY
16042006-05-21 Chong Yidong <cyd@mit.edu>
1605
1606 * FOR-RELEASE: point-entered /point-left bug fixed.
1607
61515a63
EZ
16082006-05-12 Eli Zaretskii <eliz@gnu.org>
1609
1610 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1611 entry.
1612
4297ece2
BW
16132006-05-06 Bill Wohler <wohler@newt.com>
1614
1615 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1616 about it.
1617
4bbe413d 16182006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1619
4bbe413d 1620 * ./* (Copyright): Updated Copyright year(s).
49561a36 1621
6b82baf6
RS
16222006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1623
1624 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1625
49af2995
KS
16262006-02-20 Kim F. Storm <storm@cua.dk>
1627
1628 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1629 Rework how fringe bitmaps are defined and used.
e4920bc9 1630 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1631 one-level representation. It would be cleaner to split the
1632 representation into a two-level model where first level maps
1633 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1634 a bitmap appearance.
49af2995 1635
d5e87a2f
CY
16362006-01-27 Chong Yidong <cyd@stupidchicken.com>
1637
8a8476f9 1638 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1639
9c43c921
BW
16402005-12-13 Bill Wohler <wohler@newt.com>
1641
1642 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1643
6ed81b24
RS
16442005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1645
c95dddbe
RS
1646 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1647 completing-read-multiple, mail-extract-address-components,
1648 mail-mode, quail-define-package, save-buffer and
1649 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1650
2950d850
CY
16512005-11-28 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1654
ab4d879e
KS
16552005-11-11 Kim F. Storm <storm@cua.dk>
1656
1657 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1658 when displaying a non-breaking space in an overlay string.
1659
932dc33b
CY
16602005-10-30 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * FOR-RELEASE: Init file change implemented.
1663
c809f7cc
CY
16642005-10-27 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1667
4754e179 16682005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1669
1670 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1671 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1672
ffda926c
BW
16732005-10-17 Bill Wohler <wohler@newt.com>
1674
f58e0fd5 1675 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1676 since it's gone. Also marked mh-e as done.
ffda926c 1677
2d4713aa
JB
16782005-10-11 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1681 libraries on Windows (Done).
1682
95f76284
JR
16832005-10-01 Jason Rumney <jasonr@gnu.org>
1684
1685 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1686
52f277bf
RF
16872005-08-31 Romain Francoise <romain@orebokech.com>
1688
630cb3b7 1689 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1690 item (Done).
1691
c0eb0519
RF
16922005-08-27 Romain Francoise <romain@orebokech.com>
1693
1694 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1695
385ee3de 16962005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1697
1698 Update FSF's address in GPL notices.
1699
257914aa
LK
17002005-06-10 Lute Kamstra <lute@gnu.org>
1701
1702 * admin.el (set-version): Set version in lisp manual too.
1703 * make-tarball.txt: Commit lispref/elisp.texi too.
1704
a4e51a7a
RS
17052005-06-04 Richard M. Stallman <rms@gnu.org>
1706
1707 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1708 Other cleanups.
1709
834671a6
LK
17102005-04-19 Lute Kamstra <lute@gnu.org>
1711
1712 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1713
54381691
LK
17142005-04-14 Lute Kamstra <lute@gnu.org>
1715
118e2c39
LK
1716 * nt/makedist.bat (elfiles): Update.
1717
54381691
LK
1718 * admin.el (add-release-logs): Fix require call.
1719
0b048d52
MT
17202005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1721
f58e0fd5 1722 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1723 The first line of every tutorial must begin with a sentence saying
1724 "Emacs Tutorial" in the respective language. This should be
1725 followed by "See end for copying conditions", likewise in the
1726 respective language.
0b048d52 1727
18cd5892
LT
17282005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1729
1730 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1731 Add `undo-ask-before-discard' to it.
1732
9a1c5fbf
MB
17332005-03-02 Miles Bader <miles@gnu.org>
1734
1735 * quick-install-emacs: Only use the mkdir --verbose option if the
1736 script's --verbose option was specified (this avoids problems with
1737 default usage on systems where mkdir doesn't support that option).
1738
e25c1ca6
JR
17392005-02-15 Jason Rumney <jasonr@gnu.org>
1740
fffa137c 1741 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1742 tar --exclude.
1743
880820fe 17442004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1745
1746 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1747
6622d928
LT
17482004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1749
1750 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1751 Elisp manuals.
1752
d574552a
LT
17532004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1754
1755 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1756 Emacs and Elisp manuals.
d574552a 1757
0a5e5be0
KS
17582004-09-11 Kim F. Storm <storm@cua.dk>
1759
1760 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1761 (Documentation): Add NEWS entry.
1762 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1763
2661eae9
KS
17642004-08-29 Kim F. Storm <storm@cua.dk>
1765
1766 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1767
880820fe 17682004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1769
c4cc8b9a 1770 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1771 (now behaves as well as other ports).
1772
880820fe 17732004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1774
2661eae9 1775 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1776
44618f20 17772004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1778
1779 * FOR-RELEASE: Moved here from the etc directory.
1780
db281452
TTN
17812004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1782
1783 * notes/BRANCH: New file, to be maintained per CVS branch.
1784
feebeb72
MB
17852003-10-01 Miles Bader <miles@gnu.org>
1786
1787 * quick-install-emacs: Don't use "function" keyword when defining
1788 shell functions.
1789
44618f20
LK
17902003-09-29 Lute Kamstra <lute@gnu.org>
1791
1792 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1793
e04e1ce2
MB
17942003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1795
1796 * quick-install-emacs: Remove fns-* pruning, since that file no
1797 longer seems to be generated.
1798 (AVOID): Quote literal periods. Quote braces in a way acceptable
1799 to all parties (gawk gets bitchy about using `\').
1800
6cce52e8
MB
18012003-08-19 Miles Bader <miles@gnu.org>
1802
1803 * quick-install-emacs: Add arch-specific ignored files to
1804 quick-install-emacs. Use quoting for periods that's acceptable
1805 to recent versions of gawk.
1806
13582d53
MR
18072003-08-11 Markus Rost <rost@math.ohio-state.edu>
1808
1809 * cus-test.el: Remove obsolete workaround.
1810
e53925a5
AI
18112003-04-22 Andrew Innes <andrewi@gnu.org>
1812
1813 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1814 emacs.exe before zipping, and including batch file to recreate
1815 after unpacking.
1816
1817 * nt/stitch.bat: New file.
1818
1819 * nt/README-ftp-server: Update wording and version number etc.
1820 Add extra instructions for installing multi-file .zip
1821 distribution.
1822
1823 * nt/README.W32: Remove personal email address and update wording.
1824
1825 * nt/README-UNDUMP.W32: Remove personal email address and update
1826 wording.
1827
880820fe 18282003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1829
1830 * make-changelog-diff: New script, code stolen from make-announcement.
1831
1832 * make-announcement: Use make-changelog-diff.
1833
880820fe 18342003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1835
1836 * make-tarball.txt: Step-by-step instructions for making a tarball.
1837
10d1d0af 1838 * make-announcement: A script for creating pretest announcements.
163c6f1c 1839
880820fe 18402003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1841
1842 * admin.el (add-release-logs): Expand the directory name before
1843 calling find(1).
1844 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1845 the date and the user's name and address.
33b97f32 1846
7b997a97
MB
18472003-01-07 Miles Bader <miles@gnu.org>
1848
1849 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1850 command output from non-C locales.
1851
6c465a15 18522002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1853
3bc08206 1854 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1855 which can be run in batch mode. See the Commentary section.
bd08d86a 1856
5ce129c2
MR
18572002-10-08 Markus Rost <rost@math.ohio-state.edu>
1858
1859 * cus-test.el: New file.
1860
14dd2fe9
MB
18612002-05-27 Miles Bader <miles@gnu.org>
1862
1863 * quick-install-emacs (VERSION): Calculate using the same method
1864 that configure.in uses.
1865
880820fe 18662002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1867
1868 * emacs-pretesters: New file with information for Emacs
1869 pretesters.
1870
b9a07996
PE
18712002-03-22 Paul Eggert <eggert@twinsun.com>
1872
1873 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1874 POSIX 1003.1-2001 disallows both usages.
1875
38b81d74
AI
18762002-02-11 Andrew Innes <andrewi@gnu.org>
1877
1878 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1879
72a68345
AI
18802002-01-24 Andrew Innes <andrewi@gnu.org>
1881
1882 * nt/README.W32: Remove unnecessary version number and date
1883 references.
1884
1885 * nt/README-UNDUMP.W32: Ditto.
1886
ebbaf4e3
GM
18872001-12-06 Gerd Moellmann <gerd@gnu.org>
1888
1889 * make-emacs: Add --trace-move.
1890
461a1459
AI
18912001-10-23 Andrew Innes <andrewi@gnu.org>
1892
1893 * nt/makedist.bat: Remove remaining obsolete reference to
1894 GETTING.GNU.SOFTWARE.
1895
26fe1f92
GM
18962001-10-22 Gerd Moellmann <gerd@gnu.org>
1897
1898 * admin.el (set-version): Use `s' interactive spec for
1899 version number.
1900
71431a0e
GM
19012001-10-20 Gerd Moellmann <gerd@gnu.org>
1902
6aa97356 1903 * (Version 21.1 released.)
71431a0e 1904
e568708b
GM
19052001-10-20 Gerd Moellmann <gerd@gnu.org>
1906
1907 * admin.el (add-release-logs): Put the log entry in lispref, too.
1908
c5915370
MB
19092001-10-20 Miles Bader <miles@gnu.org>
1910
1911 * quick-install-emacs: Exit if we can't find some variable.
1912 (AVOID): Add .orig & .rej files.
1913 (get_config_var): Be more liberal about format of config.status
1914 sed commands.
1915
5a4a5bd4
GM
19162001-10-19 Gerd Moellmann <gerd@gnu.org>
1917
74499542
GM
1918 * admin.el: New file.
1919
5a4a5bd4
GM
1920 * build-configs: Add --help option. Add support for building
1921 in arbitrary source trees.
1922
09954f3b
GM
19232001-10-17 Gerd Moellmann <gerd@gnu.org>
1924
1925 * alloc-colors.c: New file.
1926
f2164e31
GM
19272001-10-13 Gerd Moellmann <gerd@gnu.org>
1928
1929 * make-emacs: Add --boot switch for bootstrapping. Logs to
1930 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1931
ab952a4f
GM
19322001-10-05 Gerd Moellmann <gerd@gnu.org>
1933
1934 * Branch for 21.1.
6c465a15 1935
f537c3cd
EZ
19362001-09-04 Andrew Innes <andrewi@gnu.org>
1937
1938 * admin/nt/makedist.bat: Remove reference to obsolete file
1939 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1940 version of tar used.
1941
1942;; Local Variables:
880820fe 1943;; coding: utf-8
f537c3cd 1944;; End:
2a34a036 1945
ab422c4d 1946 Copyright (C) 2001-2013 Free Software Foundation, Inc.
5b87ad55
GM
1947
1948 This file is part of GNU Emacs.
1949
9ad5de0c 1950 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1951 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1952 the Free Software Foundation, either version 3 of the License, or
1953 (at your option) any later version.
5b87ad55
GM
1954
1955 GNU Emacs is distributed in the hope that it will be useful,
1956 but WITHOUT ANY WARRANTY; without even the implied warranty of
1957 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1958 GNU General Public License for more details.
1959
1960 You should have received a copy of the GNU General Public License
9ad5de0c 1961 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.