Merge from mainline.
[bpt/emacs.git] / admin / ChangeLog
1 2013-12-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 Automate the procedure for updating copyright year.
4 * merge-gnulib (GNULIB_MODULES): Add update-copyright.
5 * notes/years: Mention admin/update-copyright.
6 * update-copyright: New file.
7
8 2013-12-24 Xue Fuqiao <xfq.free@gmail.com>
9
10 * admin.el (add-release-logs):
11 (set-version-in-file, set-version, set-copyright):
12 Use `user-error'.
13
14 2013-12-22 Eli Zaretskii <eliz@gnu.org>
15
16 * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
17 to <control> characters: the Unicode Standard says they have no
18 name. (Bug#16216)
19 (unidata-describe-bidi-class): Add new "isolate" classes
20 introduced by Unicode 6.3.
21
22 2013-12-12 David Engster <deng@randomsample.de>
23
24 * grammars/c.by (expr-binop): Add MOD.
25 (variablearg): Add 'opt-assign'.
26 (variablearg, varnamelist): Add default values so that it can be
27 later expanded into the tag.
28 (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and
29 remove empty match.
30 (multi-stage-dereference): Adapt to above rename.
31 (unaryexpression): Use 'symbol' instead of 'namespace-symbol',
32 since the latter also leads to an empty match at the end which
33 would make this too greedy.
34 (variablearg-opt-name): Support parsing of function pointers
35 inside an argument list.
36
37 2013-12-12 Glenn Morris <rgm@gnu.org>
38
39 * update_autogen (info_dir):
40 Use dir_top from build-aux/ rather than admin/.
41
42 * update_autogen: Add option to generate info/dir.
43 (Usage): Add -I.
44 (info_flag): New variable.
45 (-I): New option.
46 (doc): Maybe check its status.
47 (info_dir): New function.
48 * dir_top: New file.
49
50 2013-12-11 Paul Eggert <eggert@cs.ucla.edu>
51
52 Remove the option of using libcrypto.
53 * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
54
55 2013-12-04 Eli Zaretskii <eliz@gnu.org>
56
57 * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
58 to include the new isolate-related classes introduced with Unicode
59 v6.3.
60 (unidata-encode-val): Accept an additional optional argument, a
61 warning message to emit when UnicodeData.txt defines bidi-class
62 values that are not in unidata-prop-alist. Add a comment
63 explaining what should maintainers do if/when such a warning ever
64 appears.
65 (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil
66 when generating uni-bidi.el.
67
68 2013-12-01 Glenn Morris <rgm@gnu.org>
69
70 * unidata/Makefile.in (${DSTDIR}/charprop.el):
71 Ensure output files are writable.
72
73 2013-11-30 Glenn Morris <rgm@gnu.org>
74
75 * grammars/Makefile.in: Ensure output files are writable.
76
77 2013-11-30 Eli Zaretskii <eliz@gnu.org>
78
79 * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and
80 later. (Bug#16007)
81
82 2013-11-30 Glenn Morris <rgm@gnu.org>
83
84 Stop keeping (most) generated cedet grammar files in the repository.
85 * grammars/README: Remove.
86 * grammars/Makefile.in: New file.
87 * grammars/c.by, grammars/java-tags.wy, grammars/js.wy:
88 * grammars/python.wy: Update declarations to match generated outputs.
89
90 2013-11-28 Glenn Morris <rgm@gnu.org>
91
92 * unidata/unidata-gen.el (unidata-gen-files):
93 Disable autoloads in generated files.
94
95 2013-11-27 Glenn Morris <rgm@gnu.org>
96
97 * unidata/Makefile.in (all, install, clean, bootstrap-clean)
98 (distclean, maintainer-clean): Declare as PHONY.
99 (compile, extraclean): New.
100 (${DSTDIR}/charprop.el): Depend on source files rather than
101 intermediate products.
102
103 2013-11-11 Glenn Morris <rgm@gnu.org>
104
105 * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0.
106
107 * unidata/unidata-gen.el (unidata-gen-files):
108 Tweak whitespace in generated files.
109
110 2013-11-09 Glenn Morris <rgm@gnu.org>
111
112 * unidata/unidata-gen.el (unidata-gen-files):
113 Fix deletion of existing output files after 2013-10-30 changes.
114
115 2013-11-07 Glenn Morris <rgm@gnu.org>
116
117 * unidata/unidata-gen.el (unidata-gen-files):
118 Disable version-control in generated files.
119 Update Unicode Inc. copyright years.
120
121 2013-11-05 Glenn Morris <rgm@gnu.org>
122
123 * update_autogen: Move here from ../autogen.
124 (usage): Update. Remove -l, add -A.
125 (autogendir): New variable.
126 (ldefs_flag): Default to set.
127 (genfiles): Reduce to only ms-dos relevant files.
128 (main): Make checking autogen sources optional.
129 Make copying of autogen files optional.
130
131 2013-10-30 Glenn Morris <rgm@gnu.org>
132
133 * unidata/unidata-gen.el (unidata-gen-files): Use pop.
134 Also take the output directory as an argument.
135 * unidata/Makefile.in: Simplify now that unidata-gen-files takes
136 the output directory as an argument (no need to cd, etc).
137 (abs_srcdir, abs_builddir): Remove.
138 (abs_top_builddir): Replace by top_builddir.
139 (${DSTDIR}/charprop.el): No need to cd. Pass dest as argument.
140 (${DSTDIR}/charprop.el, charprop.el):
141 No need to pass unidata.txt as argument.
142
143 * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
144 (unidata-gen-table-name, unidata-gen-table-decomposition)
145 (unidata-gen-files): Use unidata--ensure-compiled.
146
147 * unidata/Makefile.in (abs_srcdir): New, set by configure.
148 (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
149 (clean): Delete all .elc files.
150 (bootstrap-clean): New rule.
151
152 2013-10-23 Glenn Morris <rgm@gnu.org>
153
154 * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
155 Quote entities that might contain whitespace.
156
157 2013-10-07 Paul Eggert <eggert@cs.ucla.edu>
158
159 Improve support for popcount and counting trailing zeros (Bug#15550).
160 * merge-gnulib (GNULIB_MODULES): Add count-one-bits
161 and count-trailing-zeros.
162
163 2013-10-04 Paul Eggert <eggert@cs.ucla.edu>
164
165 Use hardware support for byteswapping on glibc x86 etc.
166 * merge-gnulib (GNULIB_MODULES): Add byteswap.
167
168 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
169
170 * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
171 for portability to hosts where /bin/sh has problems.
172
173 2013-08-27 Glenn Morris <rgm@gnu.org>
174
175 * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
176 INFO_TARGETS. "faq" does not need special treatment any more.
177
178 2013-08-15 Glenn Morris <rgm@gnu.org>
179
180 * make-tarball.txt: Mention generating pdfs in etc/refcards.
181
182 2013-08-15 Xue Fuqiao <xfq.free@gmail.com>
183
184 * notes/hydra: More information about Hydra.
185
186 2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
187
188 * notes/hydra: New file.
189
190 2013-08-04 Paul Eggert <eggert@cs.ucla.edu>
191
192 Fix some minor races in hosts lacking mkostemp (Bug#15015).
193 * merge-gnulib (GNULIB_MODULES): Add mkostemp.
194
195 2013-07-12 Glenn Morris <rgm@gnu.org>
196
197 * admin.el (manual-style-string): Use non-abbreviated url.
198
199 2013-07-09 Paul Eggert <eggert@cs.ucla.edu>
200
201 Port recent close-on-exec changes to Cygwin (Bug#14821).
202 * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
203
204 Handle error numbers a bit more reliably.
205 * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
206
207 2013-07-07 Paul Eggert <eggert@cs.ucla.edu>
208
209 Make file descriptors close-on-exec when possible (Bug#14803).
210 * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
211 (GNULIB_TOOL_FLAGS): Avoid binary-io, close. Do not avoid fcntl.
212
213 2013-07-06 Glenn Morris <rgm@gnu.org>
214
215 * admin.el (manual-misc-manuals): New function.
216 (make-manuals): Avoid hard-coding list of misc manuals.
217 Add the option to only make certain type(s) of output.
218 (manual-misc-html): Special-case ccmode and efaq.
219 (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
220 Move creation of output directory here from make-manuals.
221 (manual-html-fix-index-2): Avoid dynamic reference to `f'.
222
223 2013-07-05 Glenn Morris <rgm@gnu.org>
224
225 * admin.el (make-manuals): Use a standard location for lispintro.
226 Use a pdf/ subdirectory for pdf versions.
227
228 2013-06-29 Glenn Morris <rgm@gnu.org>
229
230 * admin.el (make-manuals): Don't bother with txt or dvi any more.
231 (manual-txt): Remove.
232 (manual-pdf): Doc fix.
233 (manual-ps): Rename from manual-dvi.
234 (manual-pdf, manual-ps): Work in the directory with the texi file,
235 so that TeX intermediate files go there rather than to PWD.
236
237 2013-06-15 Xue Fuqiao <xfq.free@gmail.com>
238
239 * notes/changelogs: Mention trivial changes in Change Log.
240
241 2013-06-13 Glenn Morris <rgm@gnu.org>
242
243 * admin.el (manual-style-string): Use new file manual.css.
244
245 2013-06-02 Eric Ludlam <zappo@gnu.org>
246
247 * grammars/srecode-template.wy (variable): Accept a single number
248 as a variable value. Allows the 'priority' to be set to a number.
249 (wisent-srecode-template-lexer): Move number up so it can be created.
250
251 2013-05-16 Glenn Morris <rgm@gnu.org>
252
253 * cus-test.el (cus-test-cus-load-groups): New function.
254 (cus-test-get-options): Add option to return groups.
255 (cus-test-noloads): Also check custom groups.
256
257 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * quick-install-emacs: Don't prune DOC-* files a any more.
260
261 2013-05-14 Glenn Morris <rgm@gnu.org>
262
263 * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/.
264 (cus-test-libs): Fix let-binding of default-directory.
265 (cus-test-noloads): Load all libs for the comparison.
266
267 2013-05-11 Glenn Morris <rgm@gnu.org>
268
269 * cus-test.el (cus-test-libs-noloads): Add a few more files.
270 (cus-test-load-libs, cus-test-opts):
271 Add option to load more/all Lisp files.
272 (cus-test-get-lisp-files): Ignore .*.el files.
273
274 2013-05-10 Glenn Morris <rgm@gnu.org>
275
276 * cus-test.el (cus-test-libs-noloads): Add some files.
277 (cus-test-get-lisp-files): New function.
278 (cus-test-libs): Add option to load more/all Lisp files.
279
280 2013-05-09 Glenn Morris <rgm@gnu.org>
281
282 * cus-test.el: No need to provide bbdb, bbdb-com any more.
283 (cus-test-libs-noloads): Add dunnet in the defvar.
284 (dunnet): Don't always load it.
285 (viper-mode): Only set if interactive.
286 (cus-test-load-custom-loads): Load dunnet if necessary.
287 (cus-test-load-1): New macro, with common code from cus-test-load-libs
288 and cus-test-libs.
289 (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
290 Update for cus-test-get-autoload-deps changed result.
291 (cus-test-get-autoload-deps): Simplify. Return file names as they
292 appear in loaddefs.el (directory parts are needed now that not all
293 lisp subdirs are in load-path).
294 (cus-test-deps): Explicitly skip dunnet.
295
296 2013-05-07 Paul Eggert <eggert@cs.ucla.edu>
297
298 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
299 * merge-gnulib (GNULIB_MODULES): Add qacl.
300 (GNULIB_TOOL_FLAGS): Do not avoid errno.
301
302 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
303
304 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
305 * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el)
306 (leim/quail/hanja3.el, leim/quail/symbol-ksc.el):
307 Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8
308 characters are now encoded in utf-8-emacs, not iso-2022-7bit.
309
310 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
311
312 * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
313
314 Automate the build of ja-dic.el (Bug#13984).
315 * notes/unicode: ja-dic.el is now UTF-8.
316
317 2013-03-16 Glenn Morris <rgm@gnu.org>
318
319 * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
320
321 2013-03-16 Glenn Morris <rgm@gnu.org>
322
323 * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
324
325 2013-03-13 Paul Eggert <eggert@cs.ucla.edu>
326
327 File synchronization fixes (Bug#13944).
328 * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove.
329 * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync.
330
331 2013-03-11 Paul Eggert <eggert@cs.ucla.edu>
332
333 * notes/unicode: Improve notes about Emacs source file encoding.
334
335 2013-03-11 Glenn Morris <rgm@gnu.org>
336
337 * admin.el (make-manuals): Add emacs-lisp-intro and some more
338 doc/misc manuals.
339 (manual-html-mono, manual-html-node, manual-txt):
340 Pass -I to makeinfo.
341
342 2013-03-10 Glenn Morris <rgm@gnu.org>
343
344 * admin.el (add-release-logs): Use UTC for release date.
345
346 2013-03-09 Glenn Morris <rgm@gnu.org>
347
348 * admin.el (add-release-logs): Provide interactive defaults.
349 Allow specification of the release date. Don't exclude gnus/.
350
351 2013-03-05 Paul Eggert <eggert@cs.ucla.edu>
352
353 * notes/unicode: Add notes about Emacs source file encoding.
354
355 2013-03-04 Paul Eggert <eggert@cs.ucla.edu>
356
357 * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
358 from summary, as this causes javat-wy.el to contain both a null byte
359 and a byte sequence that is not valid UTF-8, which is inconvenient.
360
361 2013-03-03 Paul Eggert <eggert@cs.ucla.edu>
362
363 * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
364 If there were a real need, it should be UTF-8 anyway.
365
366 2013-02-25 Paul Eggert <eggert@cs.ucla.edu>
367
368 Simplify data_start configuration (Bug#13783).
369 * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
370
371 2013-02-11 Paul Eggert <eggert@cs.ucla.edu>
372
373 Tune by using memchr and memrchr.
374 * merge-gnulib (GNULIB_MODULES): Add memrchr.
375
376 2013-02-01 Paul Eggert <eggert@cs.ucla.edu>
377
378 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
379 * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
380 (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
381 Avoid dup, open, opendir.
382
383 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
384
385 * coccinelle/xsave.cocci: Semantic patch to adjust users of
386 XSAVE_POINTER and XSAVE_INTEGER macros.
387
388 2013-01-03 Glenn Morris <rgm@gnu.org>
389
390 * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
391
392 * emacs-pretesters, make-announcement, make-changelog-diff:
393 Remove files.
394
395 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
396
397 Fix permissions bugs with setgid directories etc. (Bug#13125)
398 * CPP-DEFINES (BSD4_2): Remove.
399
400 2012-12-08 Paul Eggert <eggert@cs.ucla.edu>
401
402 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
403 * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
404
405 Simplify get_lim_data.
406 * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
407
408 2012-12-03 Paul Eggert <eggert@cs.ucla.edu>
409
410 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
411 * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
412 Remove.
413 (SIGTRAP): Remove this one too, as config.h no longer defines it.
414 * merge-gnulib (GNULIB_MODULES): Add sig2str.
415
416 2012-11-24 Ken Brown <kbrown@cornell.edu>
417
418 * CPP-DEFINES (HAVE_MOUSE): Remove.
419
420 2012-11-23 Paul Eggert <eggert@cs.ucla.edu>
421
422 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
423 * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
424 * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
425
426 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
427
428 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
429 * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
430 (HAVE_UNISTD_H): Remove.
431
432 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
433
434 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
435 * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
436 * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
437
438 2012-11-16 Paul Eggert <eggert@cs.ucla.edu>
439
440 Remove no-longer-used pty_max_bytes variable.
441 * CPP-DEFINES (HAVE_FPATHCONF): Remove.
442
443 2012-11-14 Paul Eggert <eggert@cs.ucla.edu>
444
445 Use faccessat, not access, when checking file permissions (Bug#12632).
446 * merge-gnulib (GNULIB_MODULES): Add faccessat.
447 (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
448 openat-die, openat-h, save-cwd. Do not avoid fcntl-h.
449 Omit gnulib's m4/fcntl-o.m4.
450
451 2012-11-05 Paul Eggert <eggert@cs.ucla.edu>
452
453 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
454 * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
455 Remove; obsolete.
456
457 Simplify by assuming __fpending.
458 * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
459
460 2012-11-03 Glenn Morris <rgm@gnu.org>
461
462 * admin.el (set-copyright): Add msdos/sed2v2.inp.
463
464 2012-11-01 Paul Eggert <eggert@cs.ucla.edu>
465
466 Fix data-loss with --batch (Bug#9574).
467 * merge-gnulib (GNULIB_MODULES): Add close-stream.
468
469 2012-10-12 Kenichi Handa <handa@gnu.org>
470
471 * charsets/Makefile (JISC6226.map): Add missing mappings.
472
473 2012-10-11 Kenichi Handa <handa@gnu.org>
474
475 * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
476 mapfiles/*.
477
478 * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
479
480 * charsets/Makefile: Be sure to call mapconv script of the current
481 directory. Adjusted for the change of mapfiles/*.gz to
482 mapfiles/*.
483 (SED_SCRIPT): New variable.
484 (jisx2131-filter): New target.
485 (JISX2131.map): Use jisx2131-filter to filter out characters added
486 for the 2004 year version.
487 (clear): Remove ${SED_SCRIPT} too.
488
489 * charsets/mapfiles/MULE-ethiopic.map,
490 charsets/mapfiles/MULE-ipa.map,
491 charsets/mapfiles/MULE-is13194.map,
492 charsets/mapfiles/MULE-lviscii.map,
493 charsets/mapfiles/MULE-sisheng.map,
494 charsets/mapfiles/MULE-tibetan.map,
495 charsets/mapfiles/MULE-uviscii.map: Fix typo.
496
497 2012-10-09 Glenn Morris <rgm@gnu.org>
498
499 * admin.el (cusver-scan-cus-start): New function.
500 (cusver-check): Scan old cus-start.el.
501
502 2012-10-07 Glenn Morris <rgm@gnu.org>
503
504 * admin.el (cusver-new-version): Set default.
505 (cusver-check): Improve interactive argument reading.
506
507 2012-10-06 Glenn Morris <rgm@gnu.org>
508
509 * admin.el (cusver-new-version): New variable.
510 (cusver-scan): Check if containing group has a :version.
511 (cusver-check): Add VERSION argument.
512
513 2012-10-01 David Engster <deng@randomsample.de>
514
515 * grammars/bovine-grammar.el:
516 * grammars/wisent-grammar.el: Move to lisp directory.
517
518 2012-10-01 David Engster <deng@randomsample.de>
519
520 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
521 Remove.
522 (bovine-grammar-expand-form): Test for emacs-major-version.
523
524 * grammars/c.by: Add EXPLICIT to keyword tokens.
525 Add %provide token.
526
527 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
528 was copied to grammar.el. New %provide token to generate prefix
529 which conforms with Emacs conventions. Remove lexer definition,
530 which is now in grammar.el.
531
532 2012-09-27 Glenn Morris <rgm@gnu.org>
533
534 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
535
536 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
537
538 Check more robustly for timer_settime.
539 * merge-gnulib (GNULIB_MODULES): Add timer-time.
540
541 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
542
543 * unidata/BidiMirroring.txt:
544 * unidata/UnicodeData.txt: Update to Unicode 6.2.
545
546 2012-09-17 Glenn Morris <rgm@gnu.org>
547
548 * admin.el (add-log-time-format): Declare.
549
550 * admin.el (cusver-scan, cusver-check): Bind local variables.
551
552 * admin.el (set-version): Set major version in
553 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
554 (set-copyright): In etc/refcards, only change ru-refcard.tex
555 and emacsver.tex.
556
557 * admin.el (set-copyright): No more need to set copyrights for
558 nextstep, or .c files. Add configure.ac and config.nt.
559
560 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
561
562 Remove configure's --without-sync-input option (Bug#12450).
563 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
564
565 2012-09-16 Glenn Morris <rgm@gnu.org>
566
567 * admin.el (set-version): No more need to set nextstep versions.
568 (set-copyright): Update for moved nextstep files.
569
570 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
571
572 Simplify SIGIO usage (Bug#12408).
573 * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
574 (BROKEN_SIGPTY, NO_TERMIO): Remove.
575
576 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
577
578 Simplify, document, and port floating-point (Bug#12381).
579 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
580
581 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
582
583 Assume C89 or later for math functions (Bug#12381).
584 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
585 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
586
587 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
588
589 Simplify redefinition of 'abort' (Bug#12316).
590 * CPP-DEFINES (NO_ABORT): Remove.
591
592 2012-08-28 Glenn Morris <rgm@gnu.org>
593
594 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
595
596 2012-08-28 Andreas Schwab <schwab@linux-m68k.org>
597
598 * charsets/mule-charsets.el (header): Fix typo.
599
600 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
601
602 On assertion failure, print backtrace if available.
603 * merge-gnulib (GNULIB_MODULES): Add execinfo.
604
605 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
606
607 Use ASCII tests for character types.
608 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
609 new direct dependency; c-ctype was already being used indirectly
610 via other gnulib modules.
611
612 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
613
614 Use bool for Emacs Lisp booleans.
615 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
616 new direct dependency; stdbool was already being used indirectly
617 via other gnulib modules.
618
619 2012-08-11 Glenn Morris <rgm@gnu.org>
620
621 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
622
623 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
624
625 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
626
627 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
628
629 Port to Solaris 8.
630 * CPP-DEFINES (WRETCODE): Remove.
631
632 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
633
634 * coccinelle/overlay.cocci: Semantic patch to replace direct
635 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
636
637 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
638
639 * coccinelle/symbol.cocci: Semantic patch to replace direct
640 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
641
642 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
643
644 * coccinelle/process.cocci: Semantic patch to replace direct
645 access to Lisp_Object members of struct Lisp_Process to PVAR.
646
647 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
648
649 * coccinelle/window.cocci: Semantic patch to replace direct
650 access to Lisp_Object members of struct window to WVAR.
651
652 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
653
654 * coccinelle/frame.cocci: Semantic patch to replace direct
655 access to Lisp_Object members of struct frame to FVAR.
656
657 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
658
659 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
660 * merge-gnulib: Add environ, stdalign.
661
662 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
663
664 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
665 make_unibyte_string to build_unibyte_string where appropriate.
666
667 2012-07-17 Eli Zaretskii <eliz@gnu.org>
668
669 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
670
671 2012-07-17 Chong Yidong <cyd@gnu.org>
672
673 * Version 24.1 released.
674
675 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
676
677 Assume mkdir, perror, rename, rmdir, strerror.
678 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
679 (HAVE_STRERROR, strerror):
680 Remove.
681
682 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
683
684 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
685 to XCDR and consistently use CONSP in the list iteration loops.
686 * coccinelle/vector_contents.cocci: Fix indentation.
687
688 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * bzrmerge.el: Use cl-lib.
691
692 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
693
694 Rename configure.in to configure.ac (Bug#11603).
695 * admin.el (set-version):
696 * quick-install-emacs (VERSION):
697 Get version number from configure.ac, not configure.in.
698
699 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
700
701 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
702 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
703
704 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
705
706 * coccinelle/xzalloc.cocci: Semantic patch to convert
707 calls to xmalloc with following memset to xzalloc.
708
709 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
710
711 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
712
713 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
714
715 * coccinelle/build_string.cocci: Semantic patch
716 to convert from make_string to build_string.
717
718 2012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
719
720 First Coccinelle semantic patch.
721 * coccinelle: New subdirectory
722 * coccinelle/README: Documentation stub.
723 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
724 access to `contents' member of Lisp_Vector objects with AREF and ASET
725 where appropriate.
726
727 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
728
729 Support higher-resolution time stamps (Bug#9000).
730 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
731 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
732 timespec-sub, utimens.
733 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
734 This trims down the gnulib import, from the very latest gnulib.
735 Emacs does its own implementation of 'select' and 'sigprocmask'
736 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
737 hosts, so it doesn't need these modules.
738 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
739 these gnulib modules are only for Windows porting and Emacs ports
740 to Windows in a different way.
741
742 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
743
744 * make-emacs: Rename --union-type to --check-lisp-type.
745 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
746 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
747 USE_LISP_UNION_TYPE.
748
749 2012-06-03 Glenn Morris <rgm@gnu.org>
750
751 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
752
753 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
754
755 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
756 * make-tarball.txt: Don't worry about maintainer mode.
757
758 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
759
760 * CPP-DEFINES: Remove HAVE_SYSINFO.
761
762 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
763
764 Assume gnulib does largefile.
765 * merge-gnulib (GNULIB_MODULES): Add largefile.
766
767 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
768
769 Remove src/m/*.
770 * CPP-DEFINES: Do not mention src/m/*.h.
771 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
772 (BITS_PER_SHORT, BITS_PER_INT): Remove.
773 * MAINTAINERS: Remove src/m/.
774
775 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
776
777 Use full name for m4/gnulib-comp.m4. (Bug#11529)
778 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
779
780 Assume C89 or later.
781 * CPP-DEFINES: Remove NULL, const.
782
783 Make merging from gnulib a script, not a makefile action.
784 * merge-gnulib: New script, with actions moved here from
785 ../Makefile.in.
786
787 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
788
789 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
790
791 * CPP-DEFINES (HAVE_FTIME): Remove.
792
793 2012-05-02 Glenn Morris <rgm@gnu.org>
794
795 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
796
797 2012-04-10 Glenn Morris <rgm@gnu.org>
798
799 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
800
801 * unidata/Makefile.in: Add FSF copyright.
802 Make it use autoconf features, and work for out-of-tree builds.
803
804 2012-04-07 Eli Zaretskii <eliz@gnu.org>
805
806 * unidata/README:
807 * unidata/copyright.html:
808 * unidata/BidiMirroring.txt:
809 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
810 the Unicode Standard.
811
812 2012-02-16 Kenichi Handa <handa@m17n.org>
813
814 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
815 values of name and old-name to nil.
816 (unidata-get-name): Return nil for the default value.
817
818 2012-02-11 Glenn Morris <rgm@gnu.org>
819
820 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
821 (cusver-check): New functions.
822
823 2012-01-19 Glenn Morris <rgm@gnu.org>
824
825 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
826 "skip?" question, since there can be multiple such for any revision.
827
828 2012-01-14 Eli Zaretskii <eliz@gnu.org>
829
830 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
831 updated and checked.
832
833 2011-11-26 Andreas Schwab <schwab@linux-m68k.org>
834
835 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
836 Avoid warning about old-style backquote.
837
838 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
839 in regexp.
840 (wisent-make-parsers): Likewise. Quote `.'.
841
842 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
843 in regexp.
844 (bovine-make-parsers): Likewise. Quote `.'.
845
846 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
847
848 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
849
850 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
851
852 * admin.el (manual-dvi): Fix typo.
853
854 2011-11-15 Eli Zaretskii <eliz@gnu.org>
855
856 * nt/README-ftp-server: Update the information about PNG libraries.
857
858 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
859
860 * make-emacs: Fix typo.
861
862 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
863
864 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
865
866 2011-10-31 David Engster <deng@randomsample.de>
867
868 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
869
870 2011-10-28 Eli Zaretskii <eliz@gnu.org>
871
872 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
873 running Emacs on Windows 9X.
874
875 2011-09-26 Chong Yidong <cyd@stupidchicken.com>
876
877 * admin.el (set-version): Fix regexps for config.nt and
878 sed2v2.inp.
879
880 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
881
882 Merge from gnulib (Bug#9169).
883 * notes/copyright: The files compile, config.guess, config.sub,
884 depcomp, install-sh, missing, and move-if-change are now in the
885 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
886 and warn-on-use.h are now in build-aux/snippets. New file
887 build-aux/snippets/_Noreturn.h.
888
889 2011-08-23 Eli Zaretskii <eliz@gnu.org>
890
891 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
892 values of bidi-class according to DerivedBidiClass.txt from the
893 latest UCD.
894
895 2011-08-23 Kenichi Handa <handa@m17n.org>
896
897 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
898 values for name, general-category, canonical-combining-class,
899 mirrored, and bidi-class. Describe the meaning of value nil for
900 decimal-digit-value, digit-value, numeric-value, uppercase,
901 lowercase, titlecase, and mirroring.
902 (unidata-gen-table): Handle the case that default-value is a
903 list. Set default values of characters not listed in a table.
904 (unidata-get-name): Return an empty string if a value in a
905 char-table is nil.
906 (unidata-get-decomposition): Return a list of character itself if
907 a value in a char-table is nil.
908
909 2011-08-15 Eli Zaretskii <eliz@gnu.org>
910
911 * unidata/bidimirror.awk: File removed.
912
913 * unidata/biditype.awk: File removed.
914
915 * unidata/makefile.w32-in (all): Remove src/biditype.h and
916 src/bidimirror.h.
917 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
918
919 * unidata/Makefile.in (all): Remove src/biditype.h and
920 src/bidimirror.h.
921 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
922
923 2011-07-07 Juanma Barranquero <lekktu@gmail.com>
924
925 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
926 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
927
928 2011-07-06 Kenichi Handa <handa@m17n.org>
929
930 * unidata/unidata-gen.el (unidata-dir): New variable.
931 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
932 (unidata-prop-alist): INDEX element may be a function.
933 New optional element VAL-LIST (for general-category and bidi-class).
934 New entry `mirroring'.
935 (unidata-prop-default, unidata-prop-val-list): New subst.
936 (unidata-get-character, unidata-put-character): Delete them.
937 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
938 above changes.
939 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
940 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
941 Delete them.
942 (unidata-encode-val): Assume that the first element of VAL-LIST is
943 a cons (nil . 0).
944 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
945 Always store the encoded value.
946 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
947 Set the 1st and the 2nd extra slots to index numbers for C
948 functions.
949 (unidata-gen-table-integer): Likewise.
950 (unidata-gen-table-numeric): Likewise.
951 (unidata-gen-table-name): New arg IGNORE.
952 (unidata-gen-table-decomposition): Likewise.
953 (unidata-describe-general-category): Add the case nil to the
954 description alist.
955 (unidata-gen-mirroring-list): New function.
956 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
957 unidata-prop-alist. Handle the case of storing multiple
958 char-tables in a file.
959
960 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
961 unidata-gen-files.
962
963 2011-05-21 Glenn Morris <rgm@gnu.org>
964
965 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
966
967 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
968
969 * Version 23.3 released.
970
971 2011-02-23 Juanma Barranquero <lekktu@gmail.com>
972
973 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
974
975 2011-02-19 Eli Zaretskii <eliz@gnu.org>
976
977 * admin.el (set-version): Add msdos/sed2v2.inp.
978
979 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
980
981 Remove no-longer needed getloadavg symbols.
982 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
983 (LDAV_SYMBOL): Remove.
984
985 2011-02-12 Glenn Morris <rgm@gnu.org>
986
987 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
988
989 2011-02-05 Glenn Morris <rgm@gnu.org>
990
991 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
992 (bzrmerge-apply): Use it.
993 (bzrmerge): Kill any old warning buffer first.
994
995 2011-02-03 Glenn Morris <rgm@gnu.org>
996
997 * bzrmerge.el (bzrmerge-buffer): New constant.
998 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
999 (bzrmerge-missing): If nothing to do, return nil not (nil).
1000 (bzrmerge-apply): Remove odd character from message.
1001 (bzrmerge): Give status messages.
1002
1003 2011-01-31 Eli Zaretskii <eliz@gnu.org>
1004
1005 * admin.el (set-version): Remove lib-src/makefile.w32-in.
1006 Add nt/config.nt.
1007
1008 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1009
1010 src/emacs.c now gets version number from configure.in
1011 * admin.el (set-version): Don't update src/emacs.c.
1012 * quick-install-emacs (VERSION): Get it from configure.in, not from
1013 src/emacs.c.
1014
1015 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1016
1017 strftime: import from gnulib
1018 * notes/copyright: strftime.c moved from src to lib.
1019
1020 2011-01-25 Glenn Morris <rgm@gnu.org>
1021
1022 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
1023 (bzrmerge-missing): Use it.
1024
1025 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1026
1027 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
1028 rather than doing rm and autoconf by hand. See
1029 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
1030
1031 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
1032
1033 * notes/bzr (Installing changes from gnulib): New section.
1034 Need for this suggested by Stefan Monnier.
1035
1036 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
1039 an inconsistent state.
1040
1041 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 Update copyright notes to match recent gnulib-related changes.
1044 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
1045 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
1046 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
1047 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
1048 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
1049 subsumed by m4/*.m4 rule). config.guess, config.sub, and
1050 doc/man/texinfo.tex are now copied in from gnulib.
1051
1052 2011-01-15 Glenn Morris <rgm@gnu.org>
1053
1054 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
1055
1056 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
1057 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
1058
1059 2011-01-14 Glenn Morris <rgm@gnu.org>
1060
1061 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
1062
1063 2011-01-14 Glenn Morris <rgm@gnu.org>
1064
1065 * bzrmerge.el: Require cl when compiling.
1066 (bzrmerge-merges): Doc fix.
1067
1068 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1069
1070 * notes/copyright: There's only one install-sh, not two, so fix a
1071 typo claiming that there's two. Add move-if-change to the list of
1072 GPL files imported from gnulib.
1073
1074 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1075
1076 * notes/copyright: Report status more accurately for non-GPL files.
1077 Report copyright status more accurately for mkinstalldirs,
1078 configure, m4/getopt.m4, and msdos/sed*.inp.
1079
1080 2011-01-02 Eli Zaretskii <eliz@gnu.org>
1081
1082 * nt/README.W32: Update the information about PNG support libraries.
1083 (Bug#7716)
1084
1085 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * bzrmerge.el: New file to help merge branches while skipping
1088 some revisions (e.g. from emacs-23 to trunk).
1089
1090 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
1091
1092 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
1093
1094 2010-10-12 Glenn Morris <rgm@gnu.org>
1095
1096 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
1097
1098 2010-10-09 Glenn Morris <rgm@gnu.org>
1099
1100 * admin.el (set-version): Add doc/emacs/emacsver.texi.
1101
1102 2010-10-09 Glenn Morris <rgm@gnu.org>
1103
1104 * admin.el (set-version): No need to act on doc/ files any more.
1105
1106 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
1107
1108 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
1109
1110 * unidata/BidiMirroring.txt: Update from
1111 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
1112
1113 * unidata/UnicodeData.txt: Update from
1114 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
1115
1116 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1117
1118 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
1119
1120 2010-08-05 Eli Zaretskii <eliz@gnu.org>
1121
1122 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
1123
1124 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
1125
1126 * admin.el: Write version number to nt/makefile.w32-in.
1127 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
1128 in the nt/ directory.
1129 * nt/README.W32: Relocate to nt/ directory.
1130
1131 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1132
1133 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
1134
1135 2010-07-08 Eli Zaretskii <eliz@gnu.org>
1136
1137 * MAINTAINERS: Update my responsibilities.
1138
1139 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1140
1141 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
1142 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
1143 Remove.
1144
1145 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1146
1147 * unidata/bidimirror.awk: New file.
1148
1149 * unidata/BidiMirroring.txt: New file from
1150 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
1151
1152 * unidata/Makefile.in (../../src/bidimirror.h): New target.
1153 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1154
1155 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
1156 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1157
1158 * unidata/biditype.awk: New file.
1159
1160 * unidata/Makefile.in (../../src/biditype.h): New target.
1161
1162 * unidata/makefile.w32-in (../../src/biditype.h): New target.
1163
1164 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
1165
1166 * unidata/UnicodeData.txt: Update from
1167 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
1168
1169 2010-05-27 Glenn Morris <rgm@gnu.org>
1170
1171 * quick-install-emacs (AVOID): No more Makefile.c files.
1172
1173 * notes/cpp: Remove file.
1174
1175 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
1176
1177 * admin.el (set-version, set-copyright): Update emacs.c instead of
1178 version.el.
1179
1180 * make-tarball.txt: Update filename list in step 6.
1181
1182 * quick-install-emacs: Scan emacs.c instead of version.el for
1183 version string.
1184
1185 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
1186
1187 * Version 23.2 released.
1188
1189 2010-04-01 Eli Zaretskii <eliz@gnu.org>
1190
1191 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
1192
1193 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * Branch for 23.2.
1196
1197 2010-03-10 Miles Bader <miles@gnu.org>
1198
1199 * quick-install-emacs: Use more portable shell syntax.
1200
1201 * quick-install-emacs (AVOID): Be more picky about files we avoid
1202 installing.
1203
1204 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1205
1206 * quick-install-emacs (PRUNED): Fix typo in message.
1207
1208 2010-01-20 Glenn Morris <rgm@gnu.org>
1209
1210 * revdiff: Remove file that only works with CVS, and isn't really
1211 needed with Bazaar (given the in-built revision options of bzr diff).
1212
1213 2010-01-12 Glenn Morris <rgm@gnu.org>
1214
1215 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
1216 than emacs-pretest-bug for bug reports for development versions.
1217
1218 2009-11-06 Kenichi Handa <handa@m17n.org>
1219
1220 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
1221 that the block data and the following per-char data fall into the
1222 same char-table leaf.
1223
1224 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1225
1226 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
1227
1228 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
1229
1230 * unidata/.gitignore: New file.
1231
1232 2009-08-22 Eli Zaretskii <eliz@gnu.org>
1233
1234 * notes/bugtracker: How to reassign a bug to a list of packages.
1235
1236 * notes/newfile: Details of how to check for problems with DOS 8+3
1237 file-name restrictions.
1238
1239 2009-08-18 Glenn Morris <rgm@gnu.org>
1240
1241 * notes/newfile: New file.
1242
1243 2009-07-11 Eli Zaretskii <eliz@gnu.org>
1244
1245 * make-tarball.txt: Add a note about bumping the value of
1246 customize-changed-options-previous-release.
1247
1248 2009-06-24 Kenichi Handa <handa@m17n.org>
1249
1250 * charsets/mapconv: For the Unicode format files, do reverse sort
1251 and don't compact the map. This is to prefer the first one in the
1252 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
1253
1254 2009-06-12 Kenichi Handa <handa@m17n.org>
1255
1256 * charsets/Makefile (JISX213A.map): Make it depend on
1257 mapfiles/JISX213A.map.gz.
1258 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
1259
1260 * charsets/mapfiles/JISX213A.map.gz: New file.
1261
1262 * charsets/mapfiles/README: Describe JISX213A.map.gz.
1263
1264 2009-06-12 Kenichi Handa <handa@m17n.org>
1265
1266 * charsets/mapfiles/*: New files.
1267
1268 * charsets/mule-charsets.el: Mostly re-written to generate all
1269 MULE-*.map files.
1270
1271 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
1272 files.
1273
1274 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
1275 EUC-JP-MS.
1276
1277 * charsets/cp51932.awk (END): Print arch-tag at the tail.
1278
1279 * charsets/Makefile: Maps depend on files under mapfiles or
1280 ${GLIBC_CHARMAPS}.
1281
1282 2009-04-21 Kenichi Handa <handa@m17n.org>
1283
1284 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
1285 change.
1286
1287 2009-04-17 Kenichi Handa <handa@m17n.org>
1288
1289 * unidata/unidata-gen.el (unidata-get-decomposition):
1290 Adjust Hangle decomposition rule to Unicode.
1291
1292 2009-04-09 Kenichi Handa <handa@m17n.org>
1293
1294 * unidata/unidata-gen.el (unidata-describe-decomposition):
1295 Return a string with a composition property to disable combining
1296 characters being composed.
1297
1298 2009-03-11 Miles Bader <miles@gnu.org>
1299
1300 * quick-install-emacs: Be more clever about locating info directory.
1301
1302 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * nt/README.W32: Fix typos.
1305
1306 2009-02-23 Jason Rumney <jasonr@gnu.org>
1307
1308 * nt/README-ftp-server: Update for 23.0.91.
1309
1310 * nt/README.W32: Remove ever expanding versions of Windows.
1311 Shorten FAQ URL. Remove mention of obsolete lock directory.
1312 Windows distribution now bin and barebin only. Add note about
1313 SVG support. Remove old tar and gzip problem workarounds.
1314 Use new (22.x) -Q option. Report all bugs through bug tracker.
1315
1316 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
1317 undumped distribution no longer exists.
1318
1319 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1320
1321 * nt/README.W32: Fix typo. (Bug#2207)
1322
1323 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * admin.el (set-version): Remove deleted file ns-emacs.texi.
1326
1327 2008-12-02 Kenichi Handa <handa@m17n.org>
1328
1329 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
1330 `decomposition' property adjusted.
1331 (unidata-split-decomposition): Don't include surrounding "<" and
1332 ">" in a symbol name.
1333
1334 2008-12-01 Kenichi Handa <handa@m17n.org>
1335
1336 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
1337 property generator to unidata-gen-table-numeric. Docstring adjusted.
1338 (unidata-get-numeric, unidata-put-numeric)
1339 (unidata-gen-table-numeric): New functions.
1340 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
1341
1342 2008-11-29 Eli Zaretskii <eliz@gnu.org>
1343
1344 * notes/documentation: Add notes about Antinews.
1345
1346 2008-10-23 Glenn Morris <rgm@gnu.org>
1347
1348 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
1349 Add/tweak some nextstep/ entries.
1350
1351 2008-09-19 Kenichi Handa <handa@m17n.org>
1352
1353 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1354 positions.
1355
1356 2008-08-23 Eli Zaretskii <eliz@gnu.org>
1357
1358 * CPP-DEFINES: Add USER_FULL_NAME.
1359
1360 2008-08-16 Jason Rumney <jasonr@gnu.org>
1361
1362 * admin.el (set-version): Set version in nt/emacsclient.rc.
1363
1364 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
1365
1366 * nt/dump.bat: Fix mixed EOLs.
1367
1368 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1369
1370 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
1371
1372 2008-08-02 Eli Zaretskii <eliz@gnu.org>
1373
1374 * CPP-DEFINES: Add defines for accessing system processes.
1375
1376 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1377
1378 * make-tarball.txt:
1379 * admin.el:
1380 * FOR-RELEASE:
1381 * CPP-DEFINES: Remove mentions of Mac Carbon.
1382
1383 2008-07-16 Glenn Morris <rgm@gnu.org>
1384
1385 * admin.el (set-version, set-copyright): Add nextstep/ files.
1386
1387 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1388
1389 * CPP-DEFINES: Add NS port related defines.
1390
1391 2008-06-16 Glenn Morris <rgm@gnu.org>
1392
1393 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1394 doc/lispref/book-spine.texinfo.
1395
1396 2008-06-15 Glenn Morris <rgm@gnu.org>
1397
1398 * admin.el (set-version): Add doc/misc/faq.texi.
1399
1400 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * FOR-RELEASE: Remove Windows problem about the XPM image library
1403 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1404
1405 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
1406
1407 * unidata/UnicodeData.txt: Update to Unicode 5.1.
1408
1409 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * unidata/unidata-gen.el (unidata-prop-alist):
1412 Fix typo in description of `numeric-value'.
1413 (unidata-put-character): Fix typo in error message.
1414
1415 2008-02-21 Glenn Morris <rgm@gnu.org>
1416
1417 * notes/unicode, notes/font-backend: New files, split off from
1418 README.unicode.
1419
1420 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
1421
1422 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
1423 being used in latin1-disp.el. Remove the problem of
1424 cp-supported-codepages. Remove the problem of lost changelog for
1425 ps-prin1.ps.
1426
1427 2008-02-16 Eli Zaretskii <eliz@gnu.org>
1428
1429 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1430 non-portable in this context.
1431
1432 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1433 non-portable in this context.
1434
1435 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1436
1437 * unidata/makefile.w32-in (lisp): New variable.
1438 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
1439 lisp/emacs-lisp.
1440
1441 2008-02-04 Jason Rumney <jasonr@gnu.org>
1442
1443 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1444
1445 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1448
1449 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1450
1451 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1452
1453 * unidata/Makefile.in: Rename from Makefile.
1454
1455 * unidata/makefile.w32-in: New file.
1456
1457 2008-02-02 Jason Rumney <jasonr@gnu.org>
1458
1459 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1460
1461 2008-02-01 Kenichi Handa <handa@m17n.org>
1462
1463 * unidata/copyright.html: New file.
1464
1465 2008-02-01 Kenichi Handa <handa@m17n.org>
1466
1467 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1468 decomposition, if T is the same as TBase, don't include it in the
1469 returned list.
1470
1471 2008-02-01 Kenichi Handa <handa@m17n.org>
1472
1473 * unidata/unidata-gen.el (unidata-text-file): Delete it.
1474 (unidata-list): Initialize to nil.
1475 (unidata-setup-list): New function.
1476 (unidata-gen-files): New optional arg unidata-text-file.
1477 If it's nil, set unidata-text-file to the left command line arg.
1478 Call unidate-setup-list at first.
1479
1480 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
1481 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1482
1483 2008-02-01 Kenichi Handa <handa@m17n.org>
1484
1485 * unidata/unidata-gen.el: Fix comment typo.
1486 Change string-to-int to string-to-number.
1487 (unidata-text-file): Define to .../unidata.txt.
1488 (unidata-list): Just insert unidata-text-file.
1489 (unidata-get-decomposition): Handle Hangul decomposition.
1490 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
1491
1492 * unidata/Makefile (unidata.txt): New target.
1493 (charprop.el): Depends on unidata.txt.
1494 (clean): Remove unidata.txt.
1495
1496 2008-02-01 Kenichi Handa <handa@m17n.org>
1497
1498 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1499 (unidata-get-name): Handle U+110B.
1500
1501 2008-02-01 Kenichi Handa <handa@m17n.org>
1502
1503 Sub-directory `unidata' is for codes to generate charprop.el and
1504 many other uni-*.el files from `UnicodeData.txt'.
1505
1506 * Unidata/README: New file.
1507
1508 * unidata/Makefile: New file.
1509
1510 * unidata/unidata-gen.el: New file.
1511
1512 * unidata/UnicodeData.txt: New file. Copied from
1513 http://www.unicode.org on 2006-05-23.
1514
1515 * unidata/.cvsignore: New file.
1516
1517 2008-02-01 Kenichi Handa <handa@m17n.org>
1518
1519 * charsets/.cvsignore: New file.
1520
1521 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1522
1523 * charsets/Makefile (all): Rename target from charsets.
1524 Depend on ${TRANS_TABLE}.
1525 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1526 Generate from cns2ucsdkw.txt.
1527 (install): Copy updated files only.
1528
1529 2008-02-02 Kenichi Handa <handa@m17n.org>
1530
1531 * charsets/cp932.awk: Append user-defined area of CP932.
1532
1533 2008-02-02 Kenichi Handa <handa@m17n.org>
1534
1535 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1536 0x2299 to 0x29BF.
1537
1538 2008-02-01 Kenichi Handa <handa@m17n.org>
1539
1540 * charsets/Makefile (TRANS_TABLE): New macro.
1541 (JISX0208.map): Convert 0x2015 to 0x2014.
1542 (cp51932.el): New target.
1543 (eucjp-ms.el): New target.
1544 (install): Include ${TRANS_TABLE}.
1545 (CJK): Include JISX213A.map.
1546 (JISX213A.map): New target.
1547
1548 * charsets/eucjp-ms.awk: New file.
1549
1550 * charsets/cp51932.awk: New file.
1551
1552 2008-02-01 Kenichi Handa <handa@m17n.org>
1553
1554 * charsets/cp932.awk: New file.
1555
1556 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1557
1558 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1559 running an awk program.
1560
1561 2008-02-01 Kenichi Handa <handa@m17n.org>
1562
1563 * charsets/mapconv: Handle UNICODE2.
1564
1565 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1566 (CP932-2BYTE.map): New target.
1567
1568 2008-02-01 Kenichi Handa <handa@m17n.org>
1569
1570 * charsets: New directory for scripts to generate charset map
1571 files in ../etc/charsets/.
1572
1573 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1574 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1575 * charsets/kuten.awk: New files.
1576
1577 2008-01-08 Glenn Morris <rgm@gnu.org>
1578
1579 * admin.el (set-version): Add doc/man/emacs.1.
1580
1581 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1582
1583 * notes/copyright:
1584 * MAINTAINERS: Remove references to files that have been removed.
1585
1586 2008-01-04 Glenn Morris <rgm@gnu.org>
1587
1588 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1589
1590 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * CPP-DEFINES: New file.
1593
1594 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1595
1596 * FOR-RELEASE: Remove "window-system in face definition" [of
1597 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1598 on gnus-dired.el.
1599
1600 2007-12-05 Glenn Morris <rgm@gnu.org>
1601
1602 * admin.el (set-version): Handle configure.in. Adapt for doc/
1603 directory layout for manuals.
1604
1605 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1606
1607 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1608 been fixed in Gnus CVS but have not yet been synched to Emacs.
1609
1610 2007-11-17 Glenn Morris <rgm@gnu.org>
1611
1612 * admin.el (process-lines): Move to ../lisp/subr.el.
1613
1614 2007-10-23 Glenn Morris <rgm@gnu.org>
1615
1616 * MAINTAINERS: Move here from ../.
1617
1618 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1619
1620 * make-emacs: Doc fix.
1621
1622 2007-08-28 Glenn Morris <rgm@gnu.org>
1623
1624 * admin.el: Provide self.
1625
1626 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
1627
1628 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1629
1630 2007-07-25 Glenn Morris <rgm@gnu.org>
1631
1632 * Relicense all FSF files to GPLv3 or later.
1633
1634 2007-06-07 Glenn Morris <rgm@gnu.org>
1635
1636 * admin.el (set-copyright): New function.
1637
1638 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
1639
1640 * make-tarball.txt: Add note about cutting the branch.
1641
1642 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * Version 22.1 released.
1645
1646 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1647
1648 * nt/makedist.bat: Change EOL format to DOS. Don't use
1649 redirection characters in REM lines.
1650
1651 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1652
1653 * FOR-RELEASE: Removed Gtk/Xft issue.
1654
1655 2007-01-01 Miles Bader <miles@gnu.org>
1656
1657 * quick-install-emacs (get_config_var): Deal with weird magic
1658 string inserted by recent versions of autoconf.
1659
1660 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1661
1662 * admin.el (set-version): Set version number in
1663 lib-src/makefile.w32-in.
1664
1665 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1666
1667 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1668 due to a local miss-configuration.
1669
1670 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * make-announcement (OLD): Remove LEIM references in announcement
1673 since it is now built-in.
1674
1675 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1676
1677 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1678
1679 2006-10-03 Kenichi Handa <handa@m17n.org>
1680
1681 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1682
1683 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
1684
1685 * FOR-RELEASE: Elisp manual checking completed.
1686
1687 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1688
1689 * FOR-RELEASE: Update refcard section.
1690
1691 2006-07-14 Kim F. Storm <storm@cua.dk>
1692
1693 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1694
1695 2006-07-09 Kim F. Storm <storm@cua.dk>
1696
1697 * README: Use outline format. Add FOR-RELEASE.
1698
1699 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * FOR-RELEASE: Checking of info.texi done.
1702
1703 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1704
1705 * FOR-RELEASE: Update refcard section.
1706
1707 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1708
1709 * FOR-RELEASE: Update refcard section.
1710
1711 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * FOR-RELEASE: Key sequence elisp node done.
1714
1715 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1716
1717 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1718
1719 2006-05-21 Chong Yidong <cyd@mit.edu>
1720
1721 * FOR-RELEASE: point-entered /point-left bug fixed.
1722
1723 2006-05-12 Eli Zaretskii <eliz@gnu.org>
1724
1725 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1726 entry.
1727
1728 2006-05-06 Bill Wohler <wohler@newt.com>
1729
1730 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1731 about it.
1732
1733 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1734
1735 * ./* (Copyright): Updated Copyright year(s).
1736
1737 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1738
1739 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1740
1741 2006-02-20 Kim F. Storm <storm@cua.dk>
1742
1743 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1744 Rework how fringe bitmaps are defined and used.
1745 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1746 one-level representation. It would be cleaner to split the
1747 representation into a two-level model where first level maps
1748 bitmap usage to a bitmap name, and second level maps bitmap name to
1749 a bitmap appearance.
1750
1751 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
1752
1753 * FOR-RELEASE: String allocation bugs fixed.
1754
1755 2005-12-13 Bill Wohler <wohler@newt.com>
1756
1757 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1758
1759 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1760
1761 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1762 completing-read-multiple, mail-extract-address-components,
1763 mail-mode, quail-define-package, save-buffer and
1764 ucs-set-table-for-input from doc strings item (Done).
1765
1766 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1769
1770 2005-11-11 Kim F. Storm <storm@cua.dk>
1771
1772 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1773 when displaying a non-breaking space in an overlay string.
1774
1775 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1776
1777 * FOR-RELEASE: Init file change implemented.
1778
1779 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1782
1783 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * FOR-RELEASE (New features): max-image-size implemented.
1786 (Bugs): split-window done, by Kim F. Storm.
1787
1788 2005-10-17 Bill Wohler <wohler@newt.com>
1789
1790 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1791 since it's gone. Also marked mh-e as done.
1792
1793 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1794
1795 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1796 libraries on Windows (Done).
1797
1798 2005-10-01 Jason Rumney <jasonr@gnu.org>
1799
1800 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1801
1802 2005-08-31 Romain Francoise <romain@orebokech.com>
1803
1804 * FOR-RELEASE (New features): Remove vhdl-mode.el update
1805 item (Done).
1806
1807 2005-08-27 Romain Francoise <romain@orebokech.com>
1808
1809 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1810
1811 2005-07-04 Lute Kamstra <lute@gnu.org>
1812
1813 Update FSF's address in GPL notices.
1814
1815 2005-06-10 Lute Kamstra <lute@gnu.org>
1816
1817 * admin.el (set-version): Set version in lisp manual too.
1818 * make-tarball.txt: Commit lispref/elisp.texi too.
1819
1820 2005-06-04 Richard M. Stallman <rms@gnu.org>
1821
1822 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1823 Other cleanups.
1824
1825 2005-04-19 Lute Kamstra <lute@gnu.org>
1826
1827 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1828
1829 2005-04-14 Lute Kamstra <lute@gnu.org>
1830
1831 * nt/makedist.bat (elfiles): Update.
1832
1833 * admin.el (add-release-logs): Fix require call.
1834
1835 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1836
1837 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1838 The first line of every tutorial must begin with a sentence saying
1839 "Emacs Tutorial" in the respective language. This should be
1840 followed by "See end for copying conditions", likewise in the
1841 respective language.
1842
1843 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1844
1845 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1846 Add `undo-ask-before-discard' to it.
1847
1848 2005-03-02 Miles Bader <miles@gnu.org>
1849
1850 * quick-install-emacs: Only use the mkdir --verbose option if the
1851 script's --verbose option was specified (this avoids problems with
1852 default usage on systems where mkdir doesn't support that option).
1853
1854 2005-02-15 Jason Rumney <jasonr@gnu.org>
1855
1856 * nt/makedist.bat: Do not rely on non-standard behavior of
1857 tar --exclude.
1858
1859 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
1860
1861 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1862
1863 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1864
1865 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1866 Elisp manuals.
1867
1868 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1869
1870 * FOR-RELEASE (Indications): Clean up and update checklists for
1871 Emacs and Elisp manuals.
1872
1873 2004-09-11 Kim F. Storm <storm@cua.dk>
1874
1875 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1876 (Documentation): Add NEWS entry.
1877 Add section lists for proof-reading Emacs and Lisp manuals.
1878
1879 2004-08-29 Kim F. Storm <storm@cua.dk>
1880
1881 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1882
1883 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1884
1885 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1886 (now behaves as well as other ports).
1887
1888 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
1889
1890 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1891
1892 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1893
1894 * FOR-RELEASE: Moved here from the etc directory.
1895
1896 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1897
1898 * notes/BRANCH: New file, to be maintained per CVS branch.
1899
1900 2003-10-01 Miles Bader <miles@gnu.org>
1901
1902 * quick-install-emacs: Don't use "function" keyword when defining
1903 shell functions.
1904
1905 2003-09-29 Lute Kamstra <lute@gnu.org>
1906
1907 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1908
1909 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1910
1911 * quick-install-emacs: Remove fns-* pruning, since that file no
1912 longer seems to be generated.
1913 (AVOID): Quote literal periods. Quote braces in a way acceptable
1914 to all parties (gawk gets bitchy about using `\').
1915
1916 2003-08-19 Miles Bader <miles@gnu.org>
1917
1918 * quick-install-emacs: Add arch-specific ignored files to
1919 quick-install-emacs. Use quoting for periods that's acceptable
1920 to recent versions of gawk.
1921
1922 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
1923
1924 * cus-test.el: Remove obsolete workaround.
1925
1926 2003-04-22 Andrew Innes <andrewi@gnu.org>
1927
1928 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1929 emacs.exe before zipping, and including batch file to recreate
1930 after unpacking.
1931
1932 * nt/stitch.bat: New file.
1933
1934 * nt/README-ftp-server: Update wording and version number etc.
1935 Add extra instructions for installing multi-file .zip
1936 distribution.
1937
1938 * nt/README.W32: Remove personal email address and update wording.
1939
1940 * nt/README-UNDUMP.W32: Remove personal email address and update
1941 wording.
1942
1943 2003-02-10 Francesco Potortì <pot@gnu.org>
1944
1945 * make-changelog-diff: New script, code stolen from make-announcement.
1946
1947 * make-announcement: Use make-changelog-diff.
1948
1949 2003-01-20 Francesco Potortì <pot@gnu.org>
1950
1951 * make-tarball.txt: Step-by-step instructions for making a tarball.
1952
1953 * make-announcement: A script for creating pretest announcements.
1954
1955 2003-01-17 Francesco Potortì <pot@gnu.org>
1956
1957 * admin.el (add-release-logs): Expand the directory name before
1958 calling find(1).
1959 (add-release-logs): Use the same methods as add-log.el for writing
1960 the date and the user's name and address.
1961
1962 2003-01-07 Miles Bader <miles@gnu.org>
1963
1964 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1965 command output from non-C locales.
1966
1967 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
1968
1969 * cus-test.el: Extended and reorganized. There are now 4 tests
1970 which can be run in batch mode. See the Commentary section.
1971
1972 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
1973
1974 * cus-test.el: New file.
1975
1976 2002-05-27 Miles Bader <miles@gnu.org>
1977
1978 * quick-install-emacs (VERSION): Calculate using the same method
1979 that configure.in uses.
1980
1981 2002-04-26 Pavel Janík <Pavel@Janik.cz>
1982
1983 * emacs-pretesters: New file with information for Emacs
1984 pretesters.
1985
1986 2002-03-22 Paul Eggert <eggert@twinsun.com>
1987
1988 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1989 POSIX 1003.1-2001 disallows both usages.
1990
1991 2002-02-11 Andrew Innes <andrewi@gnu.org>
1992
1993 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1994
1995 2002-01-24 Andrew Innes <andrewi@gnu.org>
1996
1997 * nt/README.W32: Remove unnecessary version number and date
1998 references.
1999
2000 * nt/README-UNDUMP.W32: Ditto.
2001
2002 2001-12-06 Gerd Moellmann <gerd@gnu.org>
2003
2004 * make-emacs: Add --trace-move.
2005
2006 2001-10-23 Andrew Innes <andrewi@gnu.org>
2007
2008 * nt/makedist.bat: Remove remaining obsolete reference to
2009 GETTING.GNU.SOFTWARE.
2010
2011 2001-10-22 Gerd Moellmann <gerd@gnu.org>
2012
2013 * admin.el (set-version): Use `s' interactive spec for
2014 version number.
2015
2016 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2017
2018 * (Version 21.1 released.)
2019
2020 2001-10-20 Gerd Moellmann <gerd@gnu.org>
2021
2022 * admin.el (add-release-logs): Put the log entry in lispref, too.
2023
2024 2001-10-20 Miles Bader <miles@gnu.org>
2025
2026 * quick-install-emacs: Exit if we can't find some variable.
2027 (AVOID): Add .orig & .rej files.
2028 (get_config_var): Be more liberal about format of config.status
2029 sed commands.
2030
2031 2001-10-19 Gerd Moellmann <gerd@gnu.org>
2032
2033 * admin.el: New file.
2034
2035 * build-configs: Add --help option. Add support for building
2036 in arbitrary source trees.
2037
2038 2001-10-17 Gerd Moellmann <gerd@gnu.org>
2039
2040 * alloc-colors.c: New file.
2041
2042 2001-10-13 Gerd Moellmann <gerd@gnu.org>
2043
2044 * make-emacs: Add --boot switch for bootstrapping. Logs to
2045 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
2046
2047 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2048
2049 * Branch for 21.1.
2050
2051 2001-09-04 Andrew Innes <andrewi@gnu.org>
2052
2053 * admin/nt/makedist.bat: Remove reference to obsolete file
2054 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
2055 version of tar used.
2056
2057 ;; Local Variables:
2058 ;; coding: utf-8
2059 ;; End:
2060
2061 Copyright (C) 2001-2013 Free Software Foundation, Inc.
2062
2063 This file is part of GNU Emacs.
2064
2065 GNU Emacs is free software: you can redistribute it and/or modify
2066 it under the terms of the GNU General Public License as published by
2067 the Free Software Foundation, either version 3 of the License, or
2068 (at your option) any later version.
2069
2070 GNU Emacs is distributed in the hope that it will be useful,
2071 but WITHOUT ANY WARRANTY; without even the implied warranty of
2072 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2073 GNU General Public License for more details.
2074
2075 You should have received a copy of the GNU General Public License
2076 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.