* etc/NEWS: Maybe ert-summarize-tests-batch-and-exit worth mentioning.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
448dd61c
GM
12014-06-25 Glenn Morris <rgm@gnu.org>
2
4f2a67ac
GM
3 * grammars/Makefile.in (${bovinedir}/c-by.el, ${bovinedir}/make-by.el):
4 (${wisentdir}/js-wy.el, ${wisentdir}/python-wy.el):
5 Replace with pattern rules.
6 (${bovinedir}/scm-by.el, ${wisentdir}/javat-wy.el)
7 (${cedetdir}/srecode/srt-wy.el): Use $<.
8
4c920f37
GM
9 * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc.
10 (.el.elc): Replace with pattern rule.
11 (%.elc): New.
12 (unidata.txt): Use $<.
13 (compile): Remove.
14 (${DSTDIR}/charprop.el): Use order-only prereqs rather than a sub-make.
15
448dd61c
GM
16 * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
17
38852a76
GM
182014-06-21 Glenn Morris <rgm@gnu.org>
19
20 * unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes).
21 * unidata/UnicodeData.txt: Update to 7.0.0.
22 * unidata/IVD_Sequences.txt: Update to 2014-05-16 version.
23
c400516a 242014-06-21 Stephen Berman <Stephen.Berman@gmx.net>
c89f1288
SB
25
26 * notes/elpa: Use "git" instead of "bzr" in the name of machine to
27 clone the repository from.
28
f9d80c51
GM
292014-06-13 Glenn Morris <rgm@gnu.org>
30
31 * unidata/Makefile.in (${DSTDIR}/charprop.el):
32 GNU make automatically passes command-line arguments to sub-makes.
33
953e106a 342014-06-02 Paul Eggert <eggert@cs.ucla.edu>
cf2f54c4
PE
35
36 Include sources used to create macuvs.h.
37 * unidata/IVD_Sequences.txt: New file.
38 * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule.
39 (all): Build it.
40 (extraclean): Remove it.
41 * unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt.
42 * unidata/copyright.html: Update to current version from Unicode
43 Consortium.
44 * unidata/uvs.el: Rename from ../mac/uvs.el.
45 (uvs-print-table-ivd): Output a header in the form that
46 unidata-gen.el generates.
47
015936fb 482014-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
cbe8e343 49
015936fb 50 * mac/uvs.el: New file from Mac port. Generates src/macuvs.h.
cbe8e343 51
8208d2bf
PE
522014-05-17 Paul Eggert <eggert@cs.ucla.edu>
53
54 Assume C99 or later (Bug#17487).
55 * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool.
56 (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool.
57
c56327b5
PE
582014-05-16 Paul Eggert <eggert@cs.ucla.edu>
59
60 Don't require pkg-config when building from repository.
61 * merge-pkg-config: New script.
62 * notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4.
63
0ec98478
PE
642014-05-13 Paul Eggert <eggert@cs.ucla.edu>
65
66 * merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation.
67
bbbabffe 682014-05-12 Glenn Morris <rgm@gnu.org>
e7caef59
GM
69
70 * find-gc.el: Move here from ../lisp/emacs-lisp.
71
732fbcd9
GM
72 * admin.el (set-version-in-file): Don't set identical version.
73 (set-version): Provide default version number.
74 (set-version, set-copyright): Give start/end messages.
75
bba63379 762014-04-18 Paul Eggert <eggert@cs.ucla.edu>
b20a9f96
PE
77
78 * notes/bzr: Update instructions for merging from gnulib.
79 Remove obsolete note about tramp.el and tramp-sh.el.
80 Change "emacs-23" to "emacs-24".
81
e088b01d
GM
822014-04-11 Glenn Morris <rgm@gnu.org>
83
84 * grammars/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
85
7cd43111
GM
862014-03-22 Glenn Morris <rgm@gnu.org>
87
88 * quick-install-emacs (AVOID): Remove testfile and test-distrib.
89
ffeef158
GM
902014-03-21 Glenn Morris <rgm@gnu.org>
91
92 * update_autogen: Auto-detect VCS in use.
93 (vcs): New variable.
94 (status, commit, main): Handle git.
95
0d181095
PE
962014-03-07 Paul Eggert <eggert@cs.ucla.edu>
97
98 Fix oversight preventing lib/sys/types.h from being generated.
99 * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types.
100
a60a2b6d
DE
1012014-02-06 David Engster <deng@randomsample.de>
102
103 * grammars/c.by (function-pointer): Correctly deal with anonymous
104 function pointers.
105 (opt-brackets-after-symbol): New.
106 (multi-stage-dereference): Use it. Add rules for explicit
107 matching the last dereference.
108
7da02a67
ER
1092014-01-16 Eric S. Raymond <esr@thyrsus.com>
110
111 * notes/commits: Add a 'graph on VCS-independent ways of
112 identifying commits and the desirability thereof.
113
c7880bc8
PE
1142014-01-15 Paul Eggert <eggert@cs.ucla.edu>
115
116 Fix copyright license notices for Adobe Unicode mapping files.
117 * charsets/mapfiles/README: The copied files are not compressed.
118 Check for copies as of today.
119 * charsets/mapfiles/stdenc.txt, charsets/mapfiles/symbol.txt:
120 Update from table version 0.2 (1999-03-30) to 1.0 (2011-07-12).
121 This doesn't change the table data, just copyright license notice.
122 The new notices are compatible with the GPL, the old ones were not.
123
d6b738fc
GM
1242014-01-13 Glenn Morris <rgm@gnu.org>
125
126 * update_autogen (status): New function. Use throughout.
127
cd6d07ec
GM
1282014-01-10 Glenn Morris <rgm@gnu.org>
129
130 * update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS.
131
d16ec91e
GM
1322014-01-04 Glenn Morris <rgm@gnu.org>
133
134 * admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable <hr>.
135 (manual-html-fix-index-2): Tweak Texinfo 5 table format.
a71324cc 136 Fix minor Texinfo 4 issue with start of detailed menu.
d16ec91e 137
517f20c5
GM
1382014-01-03 Glenn Morris <rgm@gnu.org>
139
140 * admin.el: More Texinfo 5 updates.
141 (manual-html-fix-headers): Tweak Texinfo 5 body.
142 (manual-html-fix-node-div): Treat "header" like "node".
143 (manual-html-fix-index-1): Handle Texinfo 5 top heading.
144 (manual-html-fix-index-2): Tweak Texinfo 5 listing tables.
145
5cd63720
XF
1462014-01-02 Xue Fuqiao <xfq.free@gmail.com>
147
148 * check-doc-strings: Replace `perl -w' with `use warnings;'.
149
9d1804dc
GM
1502013-12-30 Glenn Morris <rgm@gnu.org>
151
152 * admin.el (manual-html-fix-headers, manual-html-fix-index-1):
153 Some updates for changes in Texinfo 5 output.
154
3f9e3ef3
XF
1552013-12-29 Xue Fuqiao <xfq.free@gmail.com>
156
157 * make-emacs:
158 * build-configs: Add the "use strict;" and "use warnings;" pragmas.
159
c62a1961
GM
1602013-12-28 Glenn Morris <rgm@gnu.org>
161
162 * admin.el (cusver-scan): Warn about missing :types.
163 (cusver-check): Interactively, require existing directories.
164
fe6462ee
XF
1652013-12-27 Xue Fuqiao <xfq.free@gmail.com>
166
35e951cd
JB
167 * admin.el (manual-misc-manuals, make-manuals, manual-pdf)
168 (cusver-find-files, cusver-new-version, cusver-scan)
169 (cusver-goto-xref, cusver-check): Doc fix.
fe6462ee
XF
170 (manual-html-node, cusver-check): Use `user-error'.
171
9ebada6a
PE
1722013-12-24 Paul Eggert <eggert@cs.ucla.edu>
173
174 Automate the procedure for updating copyright year.
175 * merge-gnulib (GNULIB_MODULES): Add update-copyright.
176 * notes/years: Mention admin/update-copyright.
177 * update-copyright: New file.
178
dedfb7f8
XF
1792013-12-24 Xue Fuqiao <xfq.free@gmail.com>
180
35e951cd
JB
181 * admin.el (add-release-logs, set-version-in-file, set-version)
182 (set-copyright): Use `user-error'.
dedfb7f8 183
77e5bcc5
EZ
1842013-12-22 Eli Zaretskii <eliz@gnu.org>
185
186 * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
187 to <control> characters: the Unicode Standard says they have no
188 name. (Bug#16216)
c181ea40
EZ
189 (unidata-describe-bidi-class): Add new "isolate" classes
190 introduced by Unicode 6.3.
77e5bcc5 191
b0fe992f
DE
1922013-12-12 David Engster <deng@randomsample.de>
193
194 * grammars/c.by (expr-binop): Add MOD.
195 (variablearg): Add 'opt-assign'.
196 (variablearg, varnamelist): Add default values so that it can be
197 later expanded into the tag.
198 (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and
199 remove empty match.
200 (multi-stage-dereference): Adapt to above rename.
201 (unaryexpression): Use 'symbol' instead of 'namespace-symbol',
202 since the latter also leads to an empty match at the end which
203 would make this too greedy.
204 (variablearg-opt-name): Support parsing of function pointers
205 inside an argument list.
206
f9405d87
GM
2072013-12-12 Glenn Morris <rgm@gnu.org>
208
62bd73fa
GM
209 * update_autogen (info_dir):
210 Use dir_top from build-aux/ rather than admin/.
211
f9405d87
GM
212 * update_autogen: Add option to generate info/dir.
213 (Usage): Add -I.
214 (info_flag): New variable.
215 (-I): New option.
216 (doc): Maybe check its status.
217 (info_dir): New function.
218 * dir_top: New file.
219
a8f9bc05
PE
2202013-12-11 Paul Eggert <eggert@cs.ucla.edu>
221
222 Remove the option of using libcrypto.
223 * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
224
ad826124
EZ
2252013-12-04 Eli Zaretskii <eliz@gnu.org>
226
227 * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
228 to include the new isolate-related classes introduced with Unicode
229 v6.3.
230 (unidata-encode-val): Accept an additional optional argument, a
231 warning message to emit when UnicodeData.txt defines bidi-class
232 values that are not in unidata-prop-alist. Add a comment
233 explaining what should maintainers do if/when such a warning ever
234 appears.
235 (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil
236 when generating uni-bidi.el.
237
c2685641
GM
2382013-12-01 Glenn Morris <rgm@gnu.org>
239
240 * unidata/Makefile.in (${DSTDIR}/charprop.el):
241 Ensure output files are writable.
242
d715c019
GM
2432013-11-30 Glenn Morris <rgm@gnu.org>
244
245 * grammars/Makefile.in: Ensure output files are writable.
246
28c9be2d
EZ
2472013-11-30 Eli Zaretskii <eliz@gnu.org>
248
249 * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and
250 later. (Bug#16007)
251
f9b697dd
GM
2522013-11-30 Glenn Morris <rgm@gnu.org>
253
254 Stop keeping (most) generated cedet grammar files in the repository.
255 * grammars/README: Remove.
256 * grammars/Makefile.in: New file.
257 * grammars/c.by, grammars/java-tags.wy, grammars/js.wy:
258 * grammars/python.wy: Update declarations to match generated outputs.
259
c2a2e7b0
GM
2602013-11-28 Glenn Morris <rgm@gnu.org>
261
262 * unidata/unidata-gen.el (unidata-gen-files):
263 Disable autoloads in generated files.
264
7e3bf78c
GM
2652013-11-27 Glenn Morris <rgm@gnu.org>
266
267 * unidata/Makefile.in (all, install, clean, bootstrap-clean)
268 (distclean, maintainer-clean): Declare as PHONY.
269 (compile, extraclean): New.
270 (${DSTDIR}/charprop.el): Depend on source files rather than
271 intermediate products.
272
b5c9a3cc
GM
2732013-11-11 Glenn Morris <rgm@gnu.org>
274
766284d9
GM
275 * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0.
276
b5c9a3cc
GM
277 * unidata/unidata-gen.el (unidata-gen-files):
278 Tweak whitespace in generated files.
279
129c301b
GM
2802013-11-09 Glenn Morris <rgm@gnu.org>
281
282 * unidata/unidata-gen.el (unidata-gen-files):
283 Fix deletion of existing output files after 2013-10-30 changes.
284
099f5cd0
GM
2852013-11-07 Glenn Morris <rgm@gnu.org>
286
287 * unidata/unidata-gen.el (unidata-gen-files):
288 Disable version-control in generated files.
9d172c15 289 Update Unicode Inc. copyright years.
099f5cd0 290
4dde498b
GM
2912013-11-05 Glenn Morris <rgm@gnu.org>
292
293 * update_autogen: Move here from ../autogen.
294 (usage): Update. Remove -l, add -A.
295 (autogendir): New variable.
296 (ldefs_flag): Default to set.
297 (genfiles): Reduce to only ms-dos relevant files.
298 (main): Make checking autogen sources optional.
299 Make copying of autogen files optional.
300
447892ed
GM
3012013-10-30 Glenn Morris <rgm@gnu.org>
302
9835cedb
GM
303 * unidata/unidata-gen.el (unidata-gen-files): Use pop.
304 Also take the output directory as an argument.
305 * unidata/Makefile.in: Simplify now that unidata-gen-files takes
306 the output directory as an argument (no need to cd, etc).
307 (abs_srcdir, abs_builddir): Remove.
308 (abs_top_builddir): Replace by top_builddir.
309 (${DSTDIR}/charprop.el): No need to cd. Pass dest as argument.
310 (${DSTDIR}/charprop.el, charprop.el):
311 No need to pass unidata.txt as argument.
312
0d0ab932
GM
313 * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
314 (unidata-gen-table-name, unidata-gen-table-decomposition)
315 (unidata-gen-files): Use unidata--ensure-compiled.
316
447892ed
GM
317 * unidata/Makefile.in (abs_srcdir): New, set by configure.
318 (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
319 (clean): Delete all .elc files.
55498a0f 320 (bootstrap-clean): New rule.
447892ed 321
b8e3b0a9
GM
3222013-10-23 Glenn Morris <rgm@gnu.org>
323
324 * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
325 Quote entities that might contain whitespace.
326
595e113b
PE
3272013-10-07 Paul Eggert <eggert@cs.ucla.edu>
328
329 Improve support for popcount and counting trailing zeros (Bug#15550).
330 * merge-gnulib (GNULIB_MODULES): Add count-one-bits
331 and count-trailing-zeros.
332
4eed3157
PE
3332013-10-04 Paul Eggert <eggert@cs.ucla.edu>
334
335 Use hardware support for byteswapping on glibc x86 etc.
336 * merge-gnulib (GNULIB_MODULES): Add byteswap.
337
50b13cde
PE
3382013-08-28 Paul Eggert <eggert@cs.ucla.edu>
339
340 * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
341 for portability to hosts where /bin/sh has problems.
342
1857cd3f
GM
3432013-08-27 Glenn Morris <rgm@gnu.org>
344
345 * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
278208b8 346 INFO_TARGETS. "faq" does not need special treatment any more.
1857cd3f 347
8e5c7e6f
GM
3482013-08-15 Glenn Morris <rgm@gnu.org>
349
350 * make-tarball.txt: Mention generating pdfs in etc/refcards.
351
555d5565
XF
3522013-08-15 Xue Fuqiao <xfq.free@gmail.com>
353
354 * notes/hydra: More information about Hydra.
355
b41bfdd0
XF
3562013-08-10 Xue Fuqiao <xfq.free@gmail.com>
357
358 * notes/hydra: New file.
359
e0fdb694
PE
3602013-08-04 Paul Eggert <eggert@cs.ucla.edu>
361
362 Fix some minor races in hosts lacking mkostemp (Bug#15015).
363 * merge-gnulib (GNULIB_MODULES): Add mkostemp.
364
48dde4df
GM
3652013-07-12 Glenn Morris <rgm@gnu.org>
366
367 * admin.el (manual-style-string): Use non-abbreviated url.
368
4ebbdd67
PE
3692013-07-09 Paul Eggert <eggert@cs.ucla.edu>
370
7b154def
PE
371 Port recent close-on-exec changes to Cygwin (Bug#14821).
372 * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
373
4ebbdd67
PE
374 Handle error numbers a bit more reliably.
375 * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
376
067428c1
PE
3772013-07-07 Paul Eggert <eggert@cs.ucla.edu>
378
379 Make file descriptors close-on-exec when possible (Bug#14803).
380 * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
381 (GNULIB_TOOL_FLAGS): Avoid binary-io, close. Do not avoid fcntl.
382
0773c610
GM
3832013-07-06 Glenn Morris <rgm@gnu.org>
384
385 * admin.el (manual-misc-manuals): New function.
386 (make-manuals): Avoid hard-coding list of misc manuals.
c7197e52
GM
387 Add the option to only make certain type(s) of output.
388 (manual-misc-html): Special-case ccmode and efaq.
389 (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
390 Move creation of output directory here from make-manuals.
391 (manual-html-fix-index-2): Avoid dynamic reference to `f'.
0773c610 392
9f1d94c0
GM
3932013-07-05 Glenn Morris <rgm@gnu.org>
394
395 * admin.el (make-manuals): Use a standard location for lispintro.
f114e6c3 396 Use a pdf/ subdirectory for pdf versions.
9f1d94c0 397
0cb70db7
GM
3982013-06-29 Glenn Morris <rgm@gnu.org>
399
400 * admin.el (make-manuals): Don't bother with txt or dvi any more.
401 (manual-txt): Remove.
402 (manual-pdf): Doc fix.
403 (manual-ps): Rename from manual-dvi.
b9a54f5e
GM
404 (manual-pdf, manual-ps): Work in the directory with the texi file,
405 so that TeX intermediate files go there rather than to PWD.
0cb70db7 406
d862673b
XF
4072013-06-15 Xue Fuqiao <xfq.free@gmail.com>
408
409 * notes/changelogs: Mention trivial changes in Change Log.
410
0605ec8e
GM
4112013-06-13 Glenn Morris <rgm@gnu.org>
412
413 * admin.el (manual-style-string): Use new file manual.css.
414
4f405069 4152013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
416
417 * grammars/srecode-template.wy (variable): Accept a single number
418 as a variable value. Allows the 'priority' to be set to a number.
0605ec8e 419 (wisent-srecode-template-lexer): Move number up so it can be created.
890f7890 420
5ebfa896
GM
4212013-05-16 Glenn Morris <rgm@gnu.org>
422
423 * cus-test.el (cus-test-cus-load-groups): New function.
424 (cus-test-get-options): Add option to return groups.
425 (cus-test-noloads): Also check custom groups.
426
6e911150
SM
4272013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
428
429 * quick-install-emacs: Don't prune DOC-* files a any more.
430
29efd469
GM
4312013-05-14 Glenn Morris <rgm@gnu.org>
432
433 * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/.
434 (cus-test-libs): Fix let-binding of default-directory.
435 (cus-test-noloads): Load all libs for the comparison.
436
5d108606
GM
4372013-05-11 Glenn Morris <rgm@gnu.org>
438
439 * cus-test.el (cus-test-libs-noloads): Add a few more files.
440 (cus-test-load-libs, cus-test-opts):
441 Add option to load more/all Lisp files.
442 (cus-test-get-lisp-files): Ignore .*.el files.
443
a3f276d8
GM
4442013-05-10 Glenn Morris <rgm@gnu.org>
445
446 * cus-test.el (cus-test-libs-noloads): Add some files.
447 (cus-test-get-lisp-files): New function.
448 (cus-test-libs): Add option to load more/all Lisp files.
449
2dee4d5e
GM
4502013-05-09 Glenn Morris <rgm@gnu.org>
451
452 * cus-test.el: No need to provide bbdb, bbdb-com any more.
d631786a
GM
453 (cus-test-libs-noloads): Add dunnet in the defvar.
454 (dunnet): Don't always load it.
455 (viper-mode): Only set if interactive.
456 (cus-test-load-custom-loads): Load dunnet if necessary.
457 (cus-test-load-1): New macro, with common code from cus-test-load-libs
458 and cus-test-libs.
459 (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
460 Update for cus-test-get-autoload-deps changed result.
461 (cus-test-get-autoload-deps): Simplify. Return file names as they
462 appear in loaddefs.el (directory parts are needed now that not all
463 lisp subdirs are in load-path).
464 (cus-test-deps): Explicitly skip dunnet.
2dee4d5e 465
ffdc270a
PE
4662013-05-07 Paul Eggert <eggert@cs.ucla.edu>
467
c295fc18 468 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
469 * merge-gnulib (GNULIB_MODULES): Add qacl.
470 (GNULIB_TOOL_FLAGS): Do not avoid errno.
471
4b725a70
PE
4722013-04-01 Paul Eggert <eggert@cs.ucla.edu>
473
474 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
475 * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el)
476 (leim/quail/hanja3.el, leim/quail/symbol-ksc.el):
477 Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8
478 characters are now encoded in utf-8-emacs, not iso-2022-7bit.
479
6b8504ba
PE
4802013-03-18 Paul Eggert <eggert@cs.ucla.edu>
481
2aa2157b
PE
482 * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
483
6b8504ba
PE
484 Automate the build of ja-dic.el (Bug#13984).
485 * notes/unicode: ja-dic.el is now UTF-8.
486
78be8b64 4872013-03-16 Glenn Morris <rgm@gnu.org>
20658042
GM
488
489 * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
490
78be8b64 4912013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
492
493 * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
494
47d7532e
PE
4952013-03-13 Paul Eggert <eggert@cs.ucla.edu>
496
497 File synchronization fixes (Bug#13944).
498 * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove.
499 * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync.
500
1b610f51
PE
5012013-03-11 Paul Eggert <eggert@cs.ucla.edu>
502
503 * notes/unicode: Improve notes about Emacs source file encoding.
504
c69f4673
GM
5052013-03-11 Glenn Morris <rgm@gnu.org>
506
507 * admin.el (make-manuals): Add emacs-lisp-intro and some more
508 doc/misc manuals.
509 (manual-html-mono, manual-html-node, manual-txt):
510 Pass -I to makeinfo.
511
1a7bceef
GM
5122013-03-10 Glenn Morris <rgm@gnu.org>
513
514 * admin.el (add-release-logs): Use UTC for release date.
515
8c39e821
GM
5162013-03-09 Glenn Morris <rgm@gnu.org>
517
518 * admin.el (add-release-logs): Provide interactive defaults.
78cd48e7 519 Allow specification of the release date. Don't exclude gnus/.
8c39e821 520
d37e4893
PE
5212013-03-05 Paul Eggert <eggert@cs.ucla.edu>
522
523 * notes/unicode: Add notes about Emacs source file encoding.
524
f5572543
PE
5252013-03-04 Paul Eggert <eggert@cs.ucla.edu>
526
527 * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
528 from summary, as this causes javat-wy.el to contain both a null byte
529 and a byte sequence that is not valid UTF-8, which is inconvenient.
530
50d8b29d
PE
5312013-03-03 Paul Eggert <eggert@cs.ucla.edu>
532
533 * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
534 If there were a real need, it should be UTF-8 anyway.
535
1ddc2bd6
PE
5362013-02-25 Paul Eggert <eggert@cs.ucla.edu>
537
538 Simplify data_start configuration (Bug#13783).
539 * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
540
a84b7c53
PE
5412013-02-11 Paul Eggert <eggert@cs.ucla.edu>
542
543 Tune by using memchr and memrchr.
544 * merge-gnulib (GNULIB_MODULES): Add memrchr.
545
8654f9d7
PE
5462013-02-01 Paul Eggert <eggert@cs.ucla.edu>
547
548 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
549 * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
550 (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
551 Avoid dup, open, opendir.
552
2b30549c
DA
5532013-01-15 Dmitry Antipov <dmantipov@yandex.ru>
554
555 * coccinelle/xsave.cocci: Semantic patch to adjust users of
556 XSAVE_POINTER and XSAVE_INTEGER macros.
557
66cf328d
GM
5582013-01-03 Glenn Morris <rgm@gnu.org>
559
2036b4b8
GM
560 * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
561
f674f1d1
GM
562 * emacs-pretesters, make-announcement, make-changelog-diff:
563 Remove files.
66cf328d 564
97976f9f
PE
5652012-12-14 Paul Eggert <eggert@cs.ucla.edu>
566
4f405069 567 Fix permissions bugs with setgid directories etc. (Bug#13125)
97976f9f
PE
568 * CPP-DEFINES (BSD4_2): Remove.
569
7be78020
PE
5702012-12-08 Paul Eggert <eggert@cs.ucla.edu>
571
5745a7df
PE
572 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
573 * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
574
7be78020
PE
575 Simplify get_lim_data.
576 * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
577
d983a10b
PE
5782012-12-03 Paul Eggert <eggert@cs.ucla.edu>
579
580 Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
581 * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
582 Remove.
583 (SIGTRAP): Remove this one too, as config.h no longer defines it.
584 * merge-gnulib (GNULIB_MODULES): Add sig2str.
585
bcd77a2b
KB
5862012-11-24 Ken Brown <kbrown@cornell.edu>
587
588 * CPP-DEFINES (HAVE_MOUSE): Remove.
589
95ef7787
PE
5902012-11-23 Paul Eggert <eggert@cs.ucla.edu>
591
592 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
593 * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
594 * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
595
9239d970
PE
5962012-11-21 Paul Eggert <eggert@cs.ucla.edu>
597
598 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
599 * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
600 (HAVE_UNISTD_H): Remove.
601
49cdacda
PE
6022012-11-17 Paul Eggert <eggert@cs.ucla.edu>
603
604 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
605 * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
606 * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
607
3d082a26
PE
6082012-11-16 Paul Eggert <eggert@cs.ucla.edu>
609
610 Remove no-longer-used pty_max_bytes variable.
611 * CPP-DEFINES (HAVE_FPATHCONF): Remove.
612
73dcdb9f
PE
6132012-11-14 Paul Eggert <eggert@cs.ucla.edu>
614
615 Use faccessat, not access, when checking file permissions (Bug#12632).
616 * merge-gnulib (GNULIB_MODULES): Add faccessat.
617 (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
618 openat-die, openat-h, save-cwd. Do not avoid fcntl-h.
619 Omit gnulib's m4/fcntl-o.m4.
620
8148369c
PE
6212012-11-05 Paul Eggert <eggert@cs.ucla.edu>
622
dd0333b6
PE
623 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
624 * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
625 Remove; obsolete.
626
8148369c
PE
627 Simplify by assuming __fpending.
628 * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
629
5ccd466c
GM
6302012-11-03 Glenn Morris <rgm@gnu.org>
631
632 * admin.el (set-copyright): Add msdos/sed2v2.inp.
633
7ccfb720
PE
6342012-11-01 Paul Eggert <eggert@cs.ucla.edu>
635
636 Fix data-loss with --batch (Bug#9574).
637 * merge-gnulib (GNULIB_MODULES): Add close-stream.
638
f5772b8e
KH
6392012-10-12 Kenichi Handa <handa@gnu.org>
640
641 * charsets/Makefile (JISC6226.map): Add missing mappings.
642
cde44a77
KH
6432012-10-11 Kenichi Handa <handa@gnu.org>
644
645 * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
646 mapfiles/*.
647
648 * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
649
650 * charsets/Makefile: Be sure to call mapconv script of the current
651 directory. Adjusted for the change of mapfiles/*.gz to
652 mapfiles/*.
653 (SED_SCRIPT): New variable.
654 (jisx2131-filter): New target.
655 (JISX2131.map): Use jisx2131-filter to filter out characters added
656 for the 2004 year version.
657 (clear): Remove ${SED_SCRIPT} too.
658
659 * charsets/mapfiles/MULE-ethiopic.map,
660 charsets/mapfiles/MULE-ipa.map,
661 charsets/mapfiles/MULE-is13194.map,
662 charsets/mapfiles/MULE-lviscii.map,
663 charsets/mapfiles/MULE-sisheng.map,
664 charsets/mapfiles/MULE-tibetan.map,
665 charsets/mapfiles/MULE-uviscii.map: Fix typo.
666
2c35bdbb
GM
6672012-10-09 Glenn Morris <rgm@gnu.org>
668
669 * admin.el (cusver-scan-cus-start): New function.
670 (cusver-check): Scan old cus-start.el.
671
5407f8d2
GM
6722012-10-07 Glenn Morris <rgm@gnu.org>
673
674 * admin.el (cusver-new-version): Set default.
675 (cusver-check): Improve interactive argument reading.
676
1a316a53
GM
6772012-10-06 Glenn Morris <rgm@gnu.org>
678
679 * admin.el (cusver-new-version): New variable.
680 (cusver-scan): Check if containing group has a :version.
681 (cusver-check): Add VERSION argument.
682
d967cd18 6832012-10-06 David Engster <deng@randomsample.de>
9414dd8d
CY
684
685 * grammars/bovine-grammar.el:
d967cd18 686 * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory.
9414dd8d 687
62a81506
CY
6882012-10-01 David Engster <deng@randomsample.de>
689
690 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
691 Remove.
d1b066d2 692 (bovine-grammar-expand-form): Test for emacs-major-version.
62a81506
CY
693
694 * grammars/c.by: Add EXPLICIT to keyword tokens.
d1b066d2 695 Add %provide token.
62a81506 696
d1b066d2 697 * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
62a81506 698 was copied to grammar.el. New %provide token to generate prefix
4f405069 699 which conforms with Emacs conventions. Remove lexer definition,
62a81506
CY
700 which is now in grammar.el.
701
eec5fae2
GM
7022012-09-27 Glenn Morris <rgm@gnu.org>
703
704 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
705
a615a3ae
PE
7062012-09-27 Paul Eggert <eggert@cs.ucla.edu>
707
708 Check more robustly for timer_settime.
709 * merge-gnulib (GNULIB_MODULES): Add timer-time.
710
e3b60857
JB
7112012-09-26 Juanma Barranquero <lekktu@gmail.com>
712
713 * unidata/BidiMirroring.txt:
714 * unidata/UnicodeData.txt: Update to Unicode 6.2.
715
78f83752
GM
7162012-09-17 Glenn Morris <rgm@gnu.org>
717
dcddaabb
GM
718 * admin.el (add-log-time-format): Declare.
719
dcf8834b
GM
720 * admin.el (cusver-scan, cusver-check): Bind local variables.
721
722 * admin.el (set-version): Set major version in
723 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
724 (set-copyright): In etc/refcards, only change ru-refcard.tex
725 and emacsver.tex.
726
78f83752
GM
727 * admin.el (set-copyright): No more need to set copyrights for
728 nextstep, or .c files. Add configure.ac and config.nt.
729
0caaedb1
PE
7302012-09-16 Paul Eggert <eggert@cs.ucla.edu>
731
732 Remove configure's --without-sync-input option (Bug#12450).
733 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
734
83da1b55
GM
7352012-09-16 Glenn Morris <rgm@gnu.org>
736
737 * admin.el (set-version): No more need to set nextstep versions.
738 (set-copyright): Update for moved nextstep files.
739
4a4bbad2
PE
7402012-09-13 Paul Eggert <eggert@cs.ucla.edu>
741
742 Simplify SIGIO usage (Bug#12408).
d1b066d2 743 * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
4a4bbad2
PE
744 (BROKEN_SIGPTY, NO_TERMIO): Remove.
745
c990426a
PE
7462012-09-11 Paul Eggert <eggert@cs.ucla.edu>
747
748 Simplify, document, and port floating-point (Bug#12381).
749 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
750
f6196b87
PE
7512012-09-09 Paul Eggert <eggert@cs.ucla.edu>
752
753 Assume C89 or later for math functions (Bug#12381).
754 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
755 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
756
1088b922
PE
7572012-09-04 Paul Eggert <eggert@cs.ucla.edu>
758
759 Simplify redefinition of 'abort' (Bug#12316).
760 * CPP-DEFINES (NO_ABORT): Remove.
761
a3f90bea
GM
7622012-08-28 Glenn Morris <rgm@gnu.org>
763
764 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
765
01e0f0f5
AS
7662012-08-28 Andreas Schwab <schwab@linux-m68k.org>
767
768 * charsets/mule-charsets.el (header): Fix typo.
769
f4a681b0
PE
7702012-08-24 Paul Eggert <eggert@cs.ucla.edu>
771
772 On assertion failure, print backtrace if available.
773 * merge-gnulib (GNULIB_MODULES): Add execinfo.
774
620f13b0
PE
7752012-08-16 Paul Eggert <eggert@cs.ucla.edu>
776
777 Use ASCII tests for character types.
778 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
779 new direct dependency; c-ctype was already being used indirectly
780 via other gnulib modules.
781
f5d9e83a
PE
7822012-08-14 Paul Eggert <eggert@cs.ucla.edu>
783
784 Use bool for Emacs Lisp booleans.
785 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
786 new direct dependency; stdbool was already being used indirectly
787 via other gnulib modules.
788
9ff9402d 7892012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
790
791 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
792
c644523b
DA
7932012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
794
795 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
796
13294f95
PE
7972012-08-02 Paul Eggert <eggert@cs.ucla.edu>
798
799 Port to Solaris 8.
800 * CPP-DEFINES (WRETCODE): Remove.
801
d8a05828
DA
8022012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
803
804 * coccinelle/overlay.cocci: Semantic patch to replace direct
805 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
806
8271d590
DA
8072012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
808
809 * coccinelle/symbol.cocci: Semantic patch to replace direct
810 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
811
3193acd2
DA
8122012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
813
814 * coccinelle/process.cocci: Semantic patch to replace direct
815 access to Lisp_Object members of struct Lisp_Process to PVAR.
816
3a45383a
DA
8172012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
818
819 * coccinelle/window.cocci: Semantic patch to replace direct
820 access to Lisp_Object members of struct window to WVAR.
821
e34f7f79
DA
8222012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
823
824 * coccinelle/frame.cocci: Semantic patch to replace direct
825 access to Lisp_Object members of struct frame to FVAR.
826
e32a5799
PE
8272012-07-28 Paul Eggert <eggert@cs.ucla.edu>
828
829 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
830 * merge-gnulib: Add environ, stdalign.
831
d7ea76b4
DA
8322012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
833
834 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
835 make_unibyte_string to build_unibyte_string where appropriate.
836
4dc7c8d5 8372012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
838
839 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
840
4dc7c8d5 8412012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
842
843 * Version 24.1 released.
d7ea76b4 844
5ebbef1d
PE
8452012-07-11 Paul Eggert <eggert@cs.ucla.edu>
846
bb352260
PE
847 Assume mkdir, perror, rename, rmdir, strerror.
848 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
849 (HAVE_STRERROR, strerror):
57054ddd 850 Remove.
5ebbef1d 851
7d7bbefd
DA
8522012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
853
854 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
855 to XCDR and consistently use CONSP in the list iteration loops.
856 * coccinelle/vector_contents.cocci: Fix indentation.
857
f58e0fd5
SM
8582012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * bzrmerge.el: Use cl-lib.
861
c4444d16
PE
8622012-07-09 Paul Eggert <eggert@cs.ucla.edu>
863
864 Rename configure.in to configure.ac (Bug#11603).
865 * admin.el (set-version):
866 * quick-install-emacs (VERSION):
867 Get version number from configure.ac, not configure.in.
868
fee5959d
PE
8692012-07-06 Paul Eggert <eggert@cs.ucla.edu>
870
871 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
872 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
873
23f86fce
DA
8742012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
875
876 * coccinelle/xzalloc.cocci: Semantic patch to convert
877 calls to xmalloc with following memset to xzalloc.
878
95f61aa2
JB
8792012-07-04 Juanma Barranquero <lekktu@gmail.com>
880
881 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
882
1130ecfc
DA
8832012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
884
885 * coccinelle/build_string.cocci: Semantic patch
886 to convert from make_string to build_string.
887
3c9359df
DA
8882012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
889
890 First Coccinelle semantic patch.
891 * coccinelle: New subdirectory
892 * coccinelle/README: Documentation stub.
893 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
894 access to `contents' member of Lisp_Vector objects with AREF and ASET
895 where appropriate.
3c9359df 896
d35af63c
PE
8972012-06-22 Paul Eggert <eggert@cs.ucla.edu>
898
899 Support higher-resolution time stamps (Bug#9000).
900 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
901 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
902 timespec-sub, utimens.
903 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
904 This trims down the gnulib import, from the very latest gnulib.
905 Emacs does its own implementation of 'select' and 'sigprocmask'
906 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
907 hosts, so it doesn't need these modules.
908 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
909 these gnulib modules are only for Windows porting and Emacs ports
910 to Windows in a different way.
911
646b5f55
AS
9122012-06-13 Andreas Schwab <schwab@linux-m68k.org>
913
f58e0fd5
SM
914 * make-emacs: Rename --union-type to --check-lisp-type.
915 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
916 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
917 USE_LISP_UNION_TYPE.
918
418cd726
GM
9192012-06-03 Glenn Morris <rgm@gnu.org>
920
921 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
922
501390c5
PE
9232012-06-01 Paul Eggert <eggert@cs.ucla.edu>
924
925 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
926 * make-tarball.txt: Don't worry about maintainer mode.
927
0e7a053e
PE
9282012-05-28 Paul Eggert <eggert@cs.ucla.edu>
929
930 * CPP-DEFINES: Remove HAVE_SYSINFO.
931
50c4645e
PE
9322012-05-27 Paul Eggert <eggert@cs.ucla.edu>
933
934 Assume gnulib does largefile.
935 * merge-gnulib (GNULIB_MODULES): Add largefile.
936
34374650
PE
9372012-05-22 Paul Eggert <eggert@cs.ucla.edu>
938
939 Remove src/m/*.
940 * CPP-DEFINES: Do not mention src/m/*.h.
941 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
942 (BITS_PER_SHORT, BITS_PER_INT): Remove.
943 * MAINTAINERS: Remove src/m/.
944
9b4ee616
PE
9452012-05-21 Paul Eggert <eggert@cs.ucla.edu>
946
fb77d37e
PE
947 Use full name for m4/gnulib-comp.m4. (Bug#11529)
948 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
949
261cb4bb
PE
950 Assume C89 or later.
951 * CPP-DEFINES: Remove NULL, const.
952
9b4ee616
PE
953 Make merging from gnulib a script, not a makefile action.
954 * merge-gnulib: New script, with actions moved here from
955 ../Makefile.in.
956
003fdae2
PE
9572012-05-19 Paul Eggert <eggert@cs.ucla.edu>
958
9232a6d9
PE
959 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
960
003fdae2
PE
961 * CPP-DEFINES (HAVE_FTIME): Remove.
962
6116bd7e
GM
9632012-05-02 Glenn Morris <rgm@gnu.org>
964
965 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
966
a9f72fc1
GM
9672012-04-10 Glenn Morris <rgm@gnu.org>
968
c9279dad
GM
969 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
970
a9f72fc1
GM
971 * unidata/Makefile.in: Add FSF copyright.
972 Make it use autoconf features, and work for out-of-tree builds.
973
b142f158
EZ
9742012-04-07 Eli Zaretskii <eliz@gnu.org>
975
976 * unidata/README:
977 * unidata/copyright.html:
978 * unidata/BidiMirroring.txt:
979 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
980 the Unicode Standard.
981
c406be43
KH
9822012-02-16 Kenichi Handa <handa@m17n.org>
983
984 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
985 values of name and old-name to nil.
986 (unidata-get-name): Return nil for the default value.
987
58474503
GM
9882012-02-11 Glenn Morris <rgm@gnu.org>
989
990 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
991 (cusver-check): New functions.
992
54de86ac
GM
9932012-01-19 Glenn Morris <rgm@gnu.org>
994
995 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
996 "skip?" question, since there can be multiple such for any revision.
997
0dc18ae0
EZ
9982012-01-14 Eli Zaretskii <eliz@gnu.org>
999
1000 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
1001 updated and checked.
1002
509c74bd
AS
10032011-11-26 Andreas Schwab <schwab@linux-m68k.org>
1004
303d001f
AS
1005 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
1006 Avoid warning about old-style backquote.
1007
509c74bd
AS
1008 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
1009 in regexp.
1010 (wisent-make-parsers): Likewise. Quote `.'.
1011
1012 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
1013 in regexp.
1014 (bovine-make-parsers): Likewise. Quote `.'.
1015
d5ff9cd0
AS
10162011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1017
1018 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
1019
7877f373
JB
10202011-11-16 Juanma Barranquero <lekktu@gmail.com>
1021
1022 * admin.el (manual-dvi): Fix typo.
1023
b018182c
EZ
10242011-11-15 Eli Zaretskii <eliz@gnu.org>
1025
7877f373 1026 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 1027
c7015153
JB
10282011-11-15 Juanma Barranquero <lekktu@gmail.com>
1029
1030 * make-emacs: Fix typo.
1031
d31d07be
JB
10322011-11-07 Juanma Barranquero <lekktu@gmail.com>
1033
1034 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
1035
72b8747b
DE
10362011-10-31 David Engster <deng@randomsample.de>
1037
1038 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
1039
8cedc5ac
EZ
10402011-10-28 Eli Zaretskii <eliz@gnu.org>
1041
1042 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
1043 running Emacs on Windows 9X.
1044
a0c64452
CY
10452011-09-26 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * admin.el (set-version): Fix regexps for config.nt and
1048 sed2v2.inp.
1049
e39b275c 10502011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 1051
abec06ff 1052 Merge from gnulib (Bug#9169).
24e0f6b1
PE
1053 * notes/copyright: The files compile, config.guess, config.sub,
1054 depcomp, install-sh, missing, and move-if-change are now in the
1055 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
1056 and warn-on-use.h are now in build-aux/snippets. New file
1057 build-aux/snippets/_Noreturn.h.
1058
bca633fb
EZ
10592011-08-23 Eli Zaretskii <eliz@gnu.org>
1060
1061 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
1062 values of bidi-class according to DerivedBidiClass.txt from the
1063 latest UCD.
1064
0902a04e
KH
10652011-08-23 Kenichi Handa <handa@m17n.org>
1066
1067 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
1068 values for name, general-category, canonical-combining-class,
1069 mirrored, and bidi-class. Describe the meaning of value nil for
1070 decimal-digit-value, digit-value, numeric-value, uppercase,
1071 lowercase, titlecase, and mirroring.
1072 (unidata-gen-table): Handle the case that default-value is a
1073 list. Set default values of characters not listed in a table.
1074 (unidata-get-name): Return an empty string if a value in a
1075 char-table is nil.
1076 (unidata-get-decomposition): Return a list of character itself if
1077 a value in a char-table is nil.
1078
474a8465
EZ
10792011-08-15 Eli Zaretskii <eliz@gnu.org>
1080
1081 * unidata/bidimirror.awk: File removed.
1082
1083 * unidata/biditype.awk: File removed.
1084
1085 * unidata/makefile.w32-in (all): Remove src/biditype.h and
1086 src/bidimirror.h.
f58e0fd5 1087 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
1088
1089 * unidata/Makefile.in (all): Remove src/biditype.h and
1090 src/bidimirror.h.
f58e0fd5 1091 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 1092
a5b436df
JB
10932011-07-07 Juanma Barranquero <lekktu@gmail.com>
1094
1095 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
1096 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
1097
c805dec0
KH
10982011-07-06 Kenichi Handa <handa@m17n.org>
1099
1100 * unidata/unidata-gen.el (unidata-dir): New variable.
1101 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
1102 (unidata-prop-alist): INDEX element may be a function.
1103 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
1104 New entry `mirroring'.
1105 (unidata-prop-default, unidata-prop-val-list): New subst.
1106 (unidata-get-character, unidata-put-character): Delete them.
1107 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
1108 above changes.
1109 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
1110 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
1111 Delete them.
1112 (unidata-encode-val): Assume that the first element of VAL-LIST is
1113 a cons (nil . 0).
1114 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
1115 Always store the encoded value.
1116 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
1117 Set the 1st and the 2nd extra slots to index numbers for C
1118 functions.
1119 (unidata-gen-table-integer): Likewise.
1120 (unidata-gen-table-numeric): Likewise.
1121 (unidata-gen-table-name): New arg IGNORE.
1122 (unidata-gen-table-decomposition): Likewise.
1123 (unidata-describe-general-category): Add the case nil to the
1124 description alist.
a5b436df 1125 (unidata-gen-mirroring-list): New function.
c805dec0
KH
1126 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
1127 unidata-prop-alist. Handle the case of storing multiple
1128 char-tables in a file.
1129
1130 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
1131 unidata-gen-files.
1132
2a35386d
GM
11332011-05-21 Glenn Morris <rgm@gnu.org>
1134
1135 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
1136
33383987
JB
11372011-03-07 Chong Yidong <cyd@stupidchicken.com>
1138
1139 * Version 23.3 released.
1140
cce7d530 11412011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
1142
1143 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
1144
38942b9c
GM
11452011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1146
1147 * notes/copyright: Remove src/md5.c and src/md5.h as special cases.
1148
9d9d12cd
EZ
11492011-02-19 Eli Zaretskii <eliz@gnu.org>
1150
1151 * admin.el (set-version): Add msdos/sed2v2.inp.
1152
1f5d53eb
PE
11532011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 Remove no-longer needed getloadavg symbols.
35e951cd 1156 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE)
1f5d53eb 1157 (LDAV_SYMBOL): Remove.
38942b9c 1158 * notes/copyright: Remove src/getloadavg.c as a special case.
1f5d53eb 1159
7b24e97a
GM
11602011-02-12 Glenn Morris <rgm@gnu.org>
1161
1162 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
1163
4d881c83
GM
11642011-02-05 Glenn Morris <rgm@gnu.org>
1165
1166 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
1167 (bzrmerge-apply): Use it.
1168 (bzrmerge): Kill any old warning buffer first.
1169
f6041baa
GM
11702011-02-03 Glenn Morris <rgm@gnu.org>
1171
1172 * bzrmerge.el (bzrmerge-buffer): New constant.
1173 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
1174 (bzrmerge-missing): If nothing to do, return nil not (nil).
1175 (bzrmerge-apply): Remove odd character from message.
1176 (bzrmerge): Give status messages.
1177
70b0d280
EZ
11782011-01-31 Eli Zaretskii <eliz@gnu.org>
1179
f6041baa
GM
1180 * admin.el (set-version): Remove lib-src/makefile.w32-in.
1181 Add nt/config.nt.
70b0d280 1182
16fab143
PE
11832011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1184
1185 src/emacs.c now gets version number from configure.in
1186 * admin.el (set-version): Don't update src/emacs.c.
1187 * quick-install-emacs (VERSION): Get it from configure.in, not from
1188 src/emacs.c.
1189
16c3e636
PE
11902011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1191
1192 strftime: import from gnulib
1193 * notes/copyright: strftime.c moved from src to lib.
1194
d0cb8662
GM
11952011-01-25 Glenn Morris <rgm@gnu.org>
1196
1197 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
1198 (bzrmerge-missing): Use it.
1199
d6100f3d
PE
12002011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1201
1202 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
1203 rather than doing rm and autoconf by hand. See
1204 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
1205
9092d186
PE
12062011-01-17 Paul Eggert <eggert@cs.ucla.edu>
1207
1208 * notes/bzr (Installing changes from gnulib): New section.
1209 Need for this suggested by Stefan Monnier.
1210
41f44310
SM
12112011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
1214 an inconsistent state.
1215
a3e44e79 12162011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
1217
1218 Update copyright notes to match recent gnulib-related changes.
1219 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
1220 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
1221 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
1222 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
1223 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
1224 subsumed by m4/*.m4 rule). config.guess, config.sub, and
1225 doc/man/texinfo.tex are now copied in from gnulib.
1226
6fffc900
GM
12272011-01-15 Glenn Morris <rgm@gnu.org>
1228
2153c862 1229 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 1230
6fffc900
GM
1231 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
1232 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
1233
77ab81d0 12342011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
1235
1236 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
1237
1851cac3
GM
12382011-01-14 Glenn Morris <rgm@gnu.org>
1239
1240 * bzrmerge.el: Require cl when compiling.
1241 (bzrmerge-merges): Doc fix.
1242
2b3f5bc8
PE
12432011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1244
1245 * notes/copyright: There's only one install-sh, not two, so fix a
1246 typo claiming that there's two. Add move-if-change to the list of
1247 GPL files imported from gnulib.
1248
12492011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
1250
1251 * notes/copyright: Report status more accurately for non-GPL files.
1252 Report copyright status more accurately for mkinstalldirs,
1253 configure, m4/getopt.m4, and msdos/sed*.inp.
1254
7c420169 12552011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
1256
1257 * nt/README.W32: Update the information about PNG support libraries.
1258 (Bug#7716)
1259
9ebea0e7
SM
12602010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * bzrmerge.el: New file to help merge branches while skipping
1263 some revisions (e.g. from emacs-23 to trunk).
1264
201ef780
AS
12652010-12-03 Andreas Schwab <schwab@linux-m68k.org>
1266
1267 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
1268
16a0af11
GM
12692010-10-12 Glenn Morris <rgm@gnu.org>
1270
1271 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
1272
f4f358f1
GM
12732010-10-09 Glenn Morris <rgm@gnu.org>
1274
1275 * admin.el (set-version): Add doc/emacs/emacsver.texi.
1276
3fb78d1f
GM
12772010-10-09 Glenn Morris <rgm@gnu.org>
1278
f7a31f11
GM
1279 * admin.el (set-version): No need to act on doc/ files any more.
1280
3fb78d1f
GM
1281 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
1282
733946e7
JB
12832010-09-05 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * unidata/BidiMirroring.txt: Update from
1286 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
1287
1288 * unidata/UnicodeData.txt: Update from
1289 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
1290
671d409f
AS
12912010-08-09 Andreas Schwab <schwab@linux-m68k.org>
1292
1293 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
1294
29cf3e20
EZ
12952010-08-05 Eli Zaretskii <eliz@gnu.org>
1296
1297 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
1298
e3aef5c6
CS
12992010-07-24 Christoph Scholtes <cschol2112@gmail.com>
1300
1301 * admin.el: Write version number to nt/makefile.w32-in.
1302 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
1303 in the nt/ directory.
1304 * nt/README.W32: Relocate to nt/ directory.
1305
8966b757
AS
13062010-07-11 Andreas Schwab <schwab@linux-m68k.org>
1307
1308 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
1309
71c44c04
EZ
13102010-07-08 Eli Zaretskii <eliz@gnu.org>
1311
1312 * MAINTAINERS: Update my responsibilities.
1313
72af86bd
AS
13142010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1315
1316 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
1317 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
1318 Remove.
1319
317fbf33
EZ
13202010-06-12 Eli Zaretskii <eliz@gnu.org>
1321
cbc4fd20
EZ
1322 * unidata/bidimirror.awk: New file.
1323
1324 * unidata/BidiMirroring.txt: New file from
1325 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
1326
a5b436df 1327 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
1328 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1329
1330 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
1331 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1332
317fbf33
EZ
1333 * unidata/biditype.awk: New file.
1334
1335 * unidata/Makefile.in (../../src/biditype.h): New target.
1336
1337 * unidata/makefile.w32-in (../../src/biditype.h): New target.
1338
bf3e70eb
JB
13392010-06-09 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * unidata/UnicodeData.txt: Update from
1342 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
1343
81ac4f35
GM
13442010-05-27 Glenn Morris <rgm@gnu.org>
1345
1346 * quick-install-emacs (AVOID): No more Makefile.c files.
1347
1348 * notes/cpp: Remove file.
1349
e45b9e19
KR
13502010-05-15 Ken Raeburn <raeburn@raeburn.org>
1351
1352 * admin.el (set-version, set-copyright): Update emacs.c instead of
1353 version.el.
1354
1355 * make-tarball.txt: Update filename list in step 6.
1356
1357 * quick-install-emacs: Scan emacs.c instead of version.el for
1358 version string.
1359
61a808e8
CY
13602010-05-07 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * Version 23.2 released.
1363
796bb936
EZ
13642010-04-01 Eli Zaretskii <eliz@gnu.org>
1365
52f4d8d5 1366 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 1367
288f9fc0
CY
13682010-03-10 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * Branch for 23.2.
1371
f758ab59
MB
13722010-03-10 Miles Bader <miles@gnu.org>
1373
61c26472
MB
1374 * quick-install-emacs: Use more portable shell syntax.
1375
a5b436df 1376 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
1377 installing.
1378
296271c0
JB
13792010-02-14 Juanma Barranquero <lekktu@gmail.com>
1380
1381 * quick-install-emacs (PRUNED): Fix typo in message.
1382
79c08ece
GM
13832010-01-20 Glenn Morris <rgm@gnu.org>
1384
1385 * revdiff: Remove file that only works with CVS, and isn't really
1386 needed with Bazaar (given the in-built revision options of bzr diff).
1387
893db5bc
GM
13882010-01-12 Glenn Morris <rgm@gnu.org>
1389
1390 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
1391 than emacs-pretest-bug for bug reports for development versions.
1392
149353a4
KH
13932009-11-06 Kenichi Handa <handa@m17n.org>
1394
1395 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
1396 that the block data and the following per-char data fall into the
1397 same char-table leaf.
1398
171fda8a
JB
13992009-10-01 Juanma Barranquero <lekktu@gmail.com>
1400
1401 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
1402
06d09461
JB
14032009-09-07 Juanma Barranquero <lekktu@gmail.com>
1404
1405 * unidata/.gitignore: New file.
1406
cb335806
EZ
14072009-08-22 Eli Zaretskii <eliz@gnu.org>
1408
8e22fa7e
EZ
1409 * notes/bugtracker: How to reassign a bug to a list of packages.
1410
cb335806
EZ
1411 * notes/newfile: Details of how to check for problems with DOS 8+3
1412 file-name restrictions.
1413
14142009-08-18 Glenn Morris <rgm@gnu.org>
1415
1416 * notes/newfile: New file.
1417
54aa48fe
EZ
14182009-07-11 Eli Zaretskii <eliz@gnu.org>
1419
1420 * make-tarball.txt: Add a note about bumping the value of
1421 customize-changed-options-previous-release.
1422
aa4a9384
KH
14232009-06-24 Kenichi Handa <handa@m17n.org>
1424
fe7a3057 1425 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
1426 and don't compact the map. This is to prefer the first one in the
1427 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
1428
09856751
KH
14292009-06-12 Kenichi Handa <handa@m17n.org>
1430
1431 * charsets/Makefile (JISX213A.map): Make it depend on
1432 mapfiles/JISX213A.map.gz.
1433 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
1434
1435 * charsets/mapfiles/JISX213A.map.gz: New file.
1436
1437 * charsets/mapfiles/README: Describe JISX213A.map.gz.
1438
09e47eb5
KH
14392009-06-12 Kenichi Handa <handa@m17n.org>
1440
1441 * charsets/mapfiles/*: New files.
1442
1443 * charsets/mule-charsets.el: Mostly re-written to generate all
1444 MULE-*.map files.
1445
1446 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
1447 files.
1448
1449 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
1450 EUC-JP-MS.
1451
1452 * charsets/cp51932.awk (END): Print arch-tag at the tail.
1453
1454 * charsets/Makefile: Maps depend on files under mapfiles or
1455 ${GLIBC_CHARMAPS}.
1456
0b4ff5df
KH
14572009-04-21 Kenichi Handa <handa@m17n.org>
1458
1459 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
1460 change.
1461
88758986
KH
14622009-04-17 Kenichi Handa <handa@m17n.org>
1463
f58e0fd5
SM
1464 * unidata/unidata-gen.el (unidata-get-decomposition):
1465 Adjust Hangle decomposition rule to Unicode.
88758986 1466
0af3fedf
KH
14672009-04-09 Kenichi Handa <handa@m17n.org>
1468
f58e0fd5
SM
1469 * unidata/unidata-gen.el (unidata-describe-decomposition):
1470 Return a string with a composition property to disable combining
0af3fedf
KH
1471 characters being composed.
1472
e308dcd3 14732009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
1474
1475 * quick-install-emacs: Be more clever about locating info directory.
1476
d9cce206
JB
14772009-02-24 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * nt/README.W32: Fix typos.
1480
3deb93c6
JR
14812009-02-23 Jason Rumney <jasonr@gnu.org>
1482
ed9265fc 1483 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 1484
d9cce206
JB
1485 * nt/README.W32: Remove ever expanding versions of Windows.
1486 Shorten FAQ URL. Remove mention of obsolete lock directory.
1487 Windows distribution now bin and barebin only. Add note about
1488 SVG support. Remove old tar and gzip problem workarounds.
1489 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
1490
1491 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
1492 undumped distribution no longer exists.
1493
e73521d0 14942009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
1495
1496 * nt/README.W32: Fix typo. (Bug#2207)
1497
1b1db3a9
CY
14982009-02-01 Chong Yidong <cyd@stupidchicken.com>
1499
1500 * admin.el (set-version): Remove deleted file ns-emacs.texi.
1501
d90442ce
KH
15022008-12-02 Kenichi Handa <handa@m17n.org>
1503
1504 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
1505 `decomposition' property adjusted.
1506 (unidata-split-decomposition): Don't include surrounding "<" and
1507 ">" in a symbol name.
1508
15092008-12-01 Kenichi Handa <handa@m17n.org>
1510
b97439ce
JB
1511 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
1512 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
1513 (unidata-get-numeric, unidata-put-numeric)
1514 (unidata-gen-table-numeric): New functions.
1515 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
1516
983ab7ba
EZ
15172008-11-29 Eli Zaretskii <eliz@gnu.org>
1518
1519 * notes/documentation: Add notes about Antinews.
1520
91236f63
GM
15212008-10-23 Glenn Morris <rgm@gnu.org>
1522
1523 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
1524 Add/tweak some nextstep/ entries.
1525
c674e738
KH
15262008-09-19 Kenichi Handa <handa@m17n.org>
1527
1528 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1529 positions.
1530
293a3986
EZ
15312008-08-23 Eli Zaretskii <eliz@gnu.org>
1532
1533 * CPP-DEFINES: Add USER_FULL_NAME.
1534
b7063e7e
JR
15352008-08-16 Jason Rumney <jasonr@gnu.org>
1536
d4835507 1537 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 1538
295b47d8
JB
15392008-08-06 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * nt/dump.bat: Fix mixed EOLs.
1542
14145fa3
AR
15432008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1544
0dcb2845 1545 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 1546
c3179b06
EZ
15472008-08-02 Eli Zaretskii <eliz@gnu.org>
1548
1549 * CPP-DEFINES: Add defines for accessing system processes.
1550
9e2a2647
DN
15512008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1552
1553 * make-tarball.txt:
1554 * admin.el:
1555 * FOR-RELEASE:
1556 * CPP-DEFINES: Remove mentions of Mac Carbon.
1557
d3841127
GM
15582008-07-16 Glenn Morris <rgm@gnu.org>
1559
1560 * admin.el (set-version, set-copyright): Add nextstep/ files.
1561
ba60bd44 15622008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 1563
0dcb2845 1564 * CPP-DEFINES: Add NS port related defines.
edfda783 1565
f2d8d275
GM
15662008-06-16 Glenn Morris <rgm@gnu.org>
1567
5de85e83
GM
1568 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1569 doc/lispref/book-spine.texinfo.
f2d8d275 1570
611bee81
GM
15712008-06-15 Glenn Morris <rgm@gnu.org>
1572
1573 * admin.el (set-version): Add doc/misc/faq.texi.
1574
d6710afe
JB
15752008-05-22 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * FOR-RELEASE: Remove Windows problem about the XPM image library
1578 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1579
2e10f11c
JB
15802008-04-15 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * unidata/UnicodeData.txt: Update to Unicode 5.1.
1583
dd7d19d7
JB
15842008-04-14 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * unidata/unidata-gen.el (unidata-prop-alist):
1587 Fix typo in description of `numeric-value'.
1588 (unidata-put-character): Fix typo in error message.
1589
2cbff44e
GM
15902008-02-21 Glenn Morris <rgm@gnu.org>
1591
1592 * notes/unicode, notes/font-backend: New files, split off from
1593 README.unicode.
1594
43bad2da
KH
15952008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
1596
1597 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 1598 being used in latin1-disp.el. Remove the problem of
98723304
KH
1599 cp-supported-codepages. Remove the problem of lost changelog for
1600 ps-prin1.ps.
43bad2da 1601
8a7619ba
EZ
16022008-02-16 Eli Zaretskii <eliz@gnu.org>
1603
1604 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1605 non-portable in this context.
1606
1607 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1608 non-portable in this context.
1609
f96b6330
EZ
16102008-02-09 Eli Zaretskii <eliz@gnu.org>
1611
1612 * unidata/makefile.w32-in (lisp): New variable.
1613 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
1614 lisp/emacs-lisp.
1615
56eb72a0
JR
16162008-02-04 Jason Rumney <jasonr@gnu.org>
1617
1618 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1619
a8fd9158
JB
16202008-02-02 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1623
c7e85fc7
EZ
16242008-02-02 Eli Zaretskii <eliz@gnu.org>
1625
9aa0b3c8
EZ
1626 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1627
bcc891c2 1628 * unidata/Makefile.in: Rename from Makefile.
5889232d 1629
c7e85fc7
EZ
1630 * unidata/makefile.w32-in: New file.
1631
db516472
JR
16322008-02-02 Jason Rumney <jasonr@gnu.org>
1633
1634 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1635
609789d7 16362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1637
aca7a3d2
MB
1638 * unidata/copyright.html: New file.
1639
609789d7 16402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1641
1642 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1643 decomposition, if T is the same as TBase, don't include it in the
1644 returned list.
1645
609789d7 16462008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1647
1648 * unidata/unidata-gen.el (unidata-text-file): Delete it.
1649 (unidata-list): Initialize to nil.
1650 (unidata-setup-list): New function.
bcc891c2
GM
1651 (unidata-gen-files): New optional arg unidata-text-file.
1652 If it's nil, set unidata-text-file to the left command line arg.
1653 Call unidate-setup-list at first.
aca7a3d2 1654
bcc891c2 1655 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
1656 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1657
609789d7 16582008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 1659
bcc891c2
GM
1660 * unidata/unidata-gen.el: Fix comment typo.
1661 Change string-to-int to string-to-number.
1662 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
1663 (unidata-list): Just insert unidata-text-file.
1664 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 1665 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 1666
bcc891c2 1667 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
1668 (charprop.el): Depends on unidata.txt.
1669 (clean): Remove unidata.txt.
1670
609789d7 16712008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1672
1673 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1674 (unidata-get-name): Handle U+110B.
1675
609789d7 16762008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1677
1678 Sub-directory `unidata' is for codes to generate charprop.el and
1679 many other uni-*.el files from `UnicodeData.txt'.
1680
38942b9c 1681 * unidata/README: New file.
aca7a3d2
MB
1682
1683 * unidata/Makefile: New file.
1684
1685 * unidata/unidata-gen.el: New file.
1686
1687 * unidata/UnicodeData.txt: New file. Copied from
609789d7 1688 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
1689
1690 * unidata/.cvsignore: New file.
1691
609789d7 16922008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1693
1694 * charsets/.cvsignore: New file.
1695
1696 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1697
bcc891c2
GM
1698 * charsets/Makefile (all): Rename target from charsets.
1699 Depend on ${TRANS_TABLE}.
1700 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1701 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
1702 (install): Copy updated files only.
1703
17042008-02-02 Kenichi Handa <handa@m17n.org>
1705
bcc891c2 1706 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
1707
17082008-02-02 Kenichi Handa <handa@m17n.org>
1709
1710 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1711 0x2299 to 0x29BF.
1712
609789d7 17132008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1714
1715 * charsets/Makefile (TRANS_TABLE): New macro.
1716 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 1717 (cp51932.el): New target.
aca7a3d2
MB
1718 (eucjp-ms.el): New target.
1719 (install): Include ${TRANS_TABLE}.
1720 (CJK): Include JISX213A.map.
1721 (JISX213A.map): New target.
1722
1723 * charsets/eucjp-ms.awk: New file.
1724
1725 * charsets/cp51932.awk: New file.
1726
609789d7 17272008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1728
1729 * charsets/cp932.awk: New file.
1730
bcc891c2 1731 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
1732
1733 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1734 running an awk program.
1735
609789d7 17362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1737
1738 * charsets/mapconv: Handle UNICODE2.
1739
c4cc8b9a 1740 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1741 (CP932-2BYTE.map): New target.
1742
609789d7 17432008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1744
1745 * charsets: New directory for scripts to generate charset map
1746 files in ../etc/charsets/.
1747
bcc891c2 1748 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1749 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1750 * charsets/kuten.awk: New files.
aca7a3d2 1751
adf94aa6
GM
17522008-01-08 Glenn Morris <rgm@gnu.org>
1753
1754 * admin.el (set-version): Add doc/man/emacs.1.
1755
f3041af1
DN
17562008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1757
1758 * notes/copyright:
1759 * MAINTAINERS: Remove references to files that have been removed.
1760
a70c9a7a
GM
17612008-01-04 Glenn Morris <rgm@gnu.org>
1762
1763 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1764
aa5fea59
SM
17652007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1766
1767 * CPP-DEFINES: New file.
1768
f8747b72
RS
17692007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1770
1771 * FOR-RELEASE: Remove "window-system in face definition" [of
1772 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1773 on gnus-dired.el.
1774
24bbe01e
GM
17752007-12-05 Glenn Morris <rgm@gnu.org>
1776
1777 * admin.el (set-version): Handle configure.in. Adapt for doc/
1778 directory layout for manuals.
1779
0073bc5d
RS
17802007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1781
630cb3b7
JB
1782 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1783 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1784
1453abd0
GM
17852007-11-17 Glenn Morris <rgm@gnu.org>
1786
1787 * admin.el (process-lines): Move to ../lisp/subr.el.
1788
ca076674
GM
17892007-10-23 Glenn Morris <rgm@gnu.org>
1790
1791 * MAINTAINERS: Move here from ../.
1792
943756ea
JB
17932007-10-17 Juanma Barranquero <lekktu@gmail.com>
1794
1795 * make-emacs: Doc fix.
1796
bab9fcb4
GM
17972007-08-28 Glenn Morris <rgm@gnu.org>
1798
1799 * admin.el: Provide self.
1800
880820fe 18012007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1802
d58ee9f1 1803 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1804
cacc7b51
GM
18052007-07-25 Glenn Morris <rgm@gnu.org>
1806
1807 * Relicense all FSF files to GPLv3 or later.
1808
bfcea090
GM
18092007-06-07 Glenn Morris <rgm@gnu.org>
1810
1811 * admin.el (set-copyright): New function.
1812
017f0417
NR
18132007-04-25 Nick Roberts <nickrob@snap.net.nz>
1814
1815 * make-tarball.txt: Add note about cutting the branch.
1816
537a062f
CY
18172007-06-02 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * Version 22.1 released.
1820
77083ca3
EZ
18212007-02-03 Eli Zaretskii <eliz@gnu.org>
1822
1823 * nt/makedist.bat: Change EOL format to DOS. Don't use
1824 redirection characters in REM lines.
1825
880820fe 18262007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1827
1828 * FOR-RELEASE: Removed Gtk/Xft issue.
1829
1fc8c92b
MB
18302007-01-01 Miles Bader <miles@gnu.org>
1831
1832 * quick-install-emacs (get_config_var): Deal with weird magic
1833 string inserted by recent versions of autoconf.
1834
7dce1990
JB
18352006-11-25 Juanma Barranquero <lekktu@gmail.com>
1836
1837 * admin.el (set-version): Set version number in
1838 lib-src/makefile.w32-in.
1839
dc3d1157
RS
18402006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1841
1842 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1843 due to a local miss-configuration.
1844
08c85160
CY
18452006-10-28 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * make-announcement (OLD): Remove LEIM references in announcement
1848 since it is now built-in.
1849
d0834a5c
YM
18502006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1851
1852 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1853
151fe029
KH
18542006-10-03 Kenichi Handa <handa@m17n.org>
1855
1856 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1857
e71cb549
CY
18582006-08-13 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * FOR-RELEASE: Elisp manual checking completed.
1861
6232e72d
RS
18622006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1863
1864 * FOR-RELEASE: Update refcard section.
1865
8a8476f9
KS
18662006-07-14 Kim F. Storm <storm@cua.dk>
1867
1868 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1869
1eca02e7
KS
18702006-07-09 Kim F. Storm <storm@cua.dk>
1871
1872 * README: Use outline format. Add FOR-RELEASE.
1873
7fa61471
CY
18742006-06-27 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * FOR-RELEASE: Checking of info.texi done.
1877
8361675a
RS
18782006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1879
1880 * FOR-RELEASE: Update refcard section.
1881
3f168e29
RS
18822006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1883
1884 * FOR-RELEASE: Update refcard section.
1885
f195dc16
CY
18862006-05-25 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * FOR-RELEASE: Key sequence elisp node done.
1889
49561a36
RS
18902006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1891
1892 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1893
6fedb9f9
CY
18942006-05-21 Chong Yidong <cyd@mit.edu>
1895
1896 * FOR-RELEASE: point-entered /point-left bug fixed.
1897
61515a63
EZ
18982006-05-12 Eli Zaretskii <eliz@gnu.org>
1899
1900 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1901 entry.
1902
4297ece2
BW
19032006-05-06 Bill Wohler <wohler@newt.com>
1904
1905 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1906 about it.
1907
4bbe413d 19082006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1909
4bbe413d 1910 * ./* (Copyright): Updated Copyright year(s).
49561a36 1911
6b82baf6
RS
19122006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1913
1914 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1915
49af2995
KS
19162006-02-20 Kim F. Storm <storm@cua.dk>
1917
1918 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1919 Rework how fringe bitmaps are defined and used.
e4920bc9 1920 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1921 one-level representation. It would be cleaner to split the
1922 representation into a two-level model where first level maps
1923 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1924 a bitmap appearance.
49af2995 1925
d5e87a2f
CY
19262006-01-27 Chong Yidong <cyd@stupidchicken.com>
1927
8a8476f9 1928 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1929
9c43c921
BW
19302005-12-13 Bill Wohler <wohler@newt.com>
1931
1932 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1933
6ed81b24
RS
19342005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1935
c95dddbe
RS
1936 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1937 completing-read-multiple, mail-extract-address-components,
1938 mail-mode, quail-define-package, save-buffer and
1939 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1940
2950d850
CY
19412005-11-28 Chong Yidong <cyd@stupidchicken.com>
1942
1943 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1944
ab4d879e
KS
19452005-11-11 Kim F. Storm <storm@cua.dk>
1946
1947 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1948 when displaying a non-breaking space in an overlay string.
1949
932dc33b
CY
19502005-10-30 Chong Yidong <cyd@stupidchicken.com>
1951
1952 * FOR-RELEASE: Init file change implemented.
1953
c809f7cc
CY
19542005-10-27 Chong Yidong <cyd@stupidchicken.com>
1955
1956 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1957
4754e179 19582005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1959
1960 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1961 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1962
ffda926c
BW
19632005-10-17 Bill Wohler <wohler@newt.com>
1964
f58e0fd5 1965 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1966 since it's gone. Also marked mh-e as done.
ffda926c 1967
2d4713aa
JB
19682005-10-11 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1971 libraries on Windows (Done).
1972
95f76284
JR
19732005-10-01 Jason Rumney <jasonr@gnu.org>
1974
1975 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1976
52f277bf
RF
19772005-08-31 Romain Francoise <romain@orebokech.com>
1978
630cb3b7 1979 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1980 item (Done).
1981
c0eb0519
RF
19822005-08-27 Romain Francoise <romain@orebokech.com>
1983
1984 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1985
385ee3de 19862005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1987
1988 Update FSF's address in GPL notices.
1989
257914aa
LK
19902005-06-10 Lute Kamstra <lute@gnu.org>
1991
1992 * admin.el (set-version): Set version in lisp manual too.
1993 * make-tarball.txt: Commit lispref/elisp.texi too.
1994
a4e51a7a
RS
19952005-06-04 Richard M. Stallman <rms@gnu.org>
1996
1997 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1998 Other cleanups.
1999
834671a6
LK
20002005-04-19 Lute Kamstra <lute@gnu.org>
2001
2002 * make-tarball.txt: Don't commit lisp/loaddefs.el.
2003
54381691
LK
20042005-04-14 Lute Kamstra <lute@gnu.org>
2005
118e2c39
LK
2006 * nt/makedist.bat (elfiles): Update.
2007
54381691
LK
2008 * admin.el (add-release-logs): Fix require call.
2009
0b048d52
MT
20102005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
2011
f58e0fd5 2012 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
2013 The first line of every tutorial must begin with a sentence saying
2014 "Emacs Tutorial" in the respective language. This should be
2015 followed by "See end for copying conditions", likewise in the
2016 respective language.
0b048d52 2017
18cd5892
LT
20182005-03-29 Luc Teirlinck <teirllm@auburn.edu>
2019
2020 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
2021 Add `undo-ask-before-discard' to it.
2022
9a1c5fbf
MB
20232005-03-02 Miles Bader <miles@gnu.org>
2024
2025 * quick-install-emacs: Only use the mkdir --verbose option if the
2026 script's --verbose option was specified (this avoids problems with
2027 default usage on systems where mkdir doesn't support that option).
2028
e25c1ca6
JR
20292005-02-15 Jason Rumney <jasonr@gnu.org>
2030
fffa137c 2031 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
2032 tar --exclude.
2033
880820fe 20342004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
2035
2036 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
2037
6622d928
LT
20382004-09-20 Luc Teirlinck <teirllm@auburn.edu>
2039
2040 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
2041 Elisp manuals.
2042
d574552a
LT
20432004-09-18 Luc Teirlinck <teirllm@auburn.edu>
2044
2045 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 2046 Emacs and Elisp manuals.
d574552a 2047
0a5e5be0
KS
20482004-09-11 Kim F. Storm <storm@cua.dk>
2049
2050 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
2051 (Documentation): Add NEWS entry.
2052 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 2053
2661eae9
KS
20542004-08-29 Kim F. Storm <storm@cua.dk>
2055
2056 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
2057
880820fe 20582004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 2059
c4cc8b9a 2060 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
2061 (now behaves as well as other ports).
2062
880820fe 20632004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 2064
2661eae9 2065 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 2066
44618f20 20672004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
2068
2069 * FOR-RELEASE: Moved here from the etc directory.
2070
db281452
TTN
20712004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2072
2073 * notes/BRANCH: New file, to be maintained per CVS branch.
2074
feebeb72
MB
20752003-10-01 Miles Bader <miles@gnu.org>
2076
2077 * quick-install-emacs: Don't use "function" keyword when defining
2078 shell functions.
2079
44618f20
LK
20802003-09-29 Lute Kamstra <lute@gnu.org>
2081
2082 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
2083
e04e1ce2
MB
20842003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
2085
2086 * quick-install-emacs: Remove fns-* pruning, since that file no
2087 longer seems to be generated.
2088 (AVOID): Quote literal periods. Quote braces in a way acceptable
2089 to all parties (gawk gets bitchy about using `\').
2090
6cce52e8
MB
20912003-08-19 Miles Bader <miles@gnu.org>
2092
2093 * quick-install-emacs: Add arch-specific ignored files to
2094 quick-install-emacs. Use quoting for periods that's acceptable
2095 to recent versions of gawk.
2096
13582d53
MR
20972003-08-11 Markus Rost <rost@math.ohio-state.edu>
2098
2099 * cus-test.el: Remove obsolete workaround.
2100
e53925a5
AI
21012003-04-22 Andrew Innes <andrewi@gnu.org>
2102
2103 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
2104 emacs.exe before zipping, and including batch file to recreate
2105 after unpacking.
2106
e53925a5
AI
2107 * nt/README-ftp-server: Update wording and version number etc.
2108 Add extra instructions for installing multi-file .zip
2109 distribution.
2110
2111 * nt/README.W32: Remove personal email address and update wording.
2112
2113 * nt/README-UNDUMP.W32: Remove personal email address and update
2114 wording.
2115
880820fe 21162003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
2117
2118 * make-changelog-diff: New script, code stolen from make-announcement.
2119
2120 * make-announcement: Use make-changelog-diff.
2121
880820fe 21222003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
2123
2124 * make-tarball.txt: Step-by-step instructions for making a tarball.
2125
10d1d0af 2126 * make-announcement: A script for creating pretest announcements.
163c6f1c 2127
880820fe 21282003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
2129
2130 * admin.el (add-release-logs): Expand the directory name before
2131 calling find(1).
2132 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 2133 the date and the user's name and address.
33b97f32 2134
7b997a97
MB
21352003-01-07 Miles Bader <miles@gnu.org>
2136
2137 * quick-install-emacs: Unset LANG etc. to avoid non-standard
2138 command output from non-C locales.
2139
6c465a15 21402002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 2141
3bc08206 2142 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 2143 which can be run in batch mode. See the Commentary section.
bd08d86a 2144
5ce129c2
MR
21452002-10-08 Markus Rost <rost@math.ohio-state.edu>
2146
2147 * cus-test.el: New file.
2148
14dd2fe9
MB
21492002-05-27 Miles Bader <miles@gnu.org>
2150
2151 * quick-install-emacs (VERSION): Calculate using the same method
2152 that configure.in uses.
2153
880820fe 21542002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
2155
2156 * emacs-pretesters: New file with information for Emacs
2157 pretesters.
2158
b9a07996
PE
21592002-03-22 Paul Eggert <eggert@twinsun.com>
2160
2161 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
2162 POSIX 1003.1-2001 disallows both usages.
2163
38b81d74
AI
21642002-02-11 Andrew Innes <andrewi@gnu.org>
2165
2166 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
2167
72a68345
AI
21682002-01-24 Andrew Innes <andrewi@gnu.org>
2169
2170 * nt/README.W32: Remove unnecessary version number and date
2171 references.
2172
2173 * nt/README-UNDUMP.W32: Ditto.
2174
ebbaf4e3
GM
21752001-12-06 Gerd Moellmann <gerd@gnu.org>
2176
2177 * make-emacs: Add --trace-move.
2178
461a1459
AI
21792001-10-23 Andrew Innes <andrewi@gnu.org>
2180
2181 * nt/makedist.bat: Remove remaining obsolete reference to
2182 GETTING.GNU.SOFTWARE.
2183
26fe1f92
GM
21842001-10-22 Gerd Moellmann <gerd@gnu.org>
2185
2186 * admin.el (set-version): Use `s' interactive spec for
2187 version number.
2188
71431a0e
GM
21892001-10-20 Gerd Moellmann <gerd@gnu.org>
2190
6aa97356 2191 * (Version 21.1 released.)
71431a0e 2192
e568708b
GM
21932001-10-20 Gerd Moellmann <gerd@gnu.org>
2194
2195 * admin.el (add-release-logs): Put the log entry in lispref, too.
2196
c5915370
MB
21972001-10-20 Miles Bader <miles@gnu.org>
2198
2199 * quick-install-emacs: Exit if we can't find some variable.
2200 (AVOID): Add .orig & .rej files.
2201 (get_config_var): Be more liberal about format of config.status
2202 sed commands.
2203
5a4a5bd4
GM
22042001-10-19 Gerd Moellmann <gerd@gnu.org>
2205
74499542
GM
2206 * admin.el: New file.
2207
5a4a5bd4
GM
2208 * build-configs: Add --help option. Add support for building
2209 in arbitrary source trees.
2210
09954f3b
GM
22112001-10-17 Gerd Moellmann <gerd@gnu.org>
2212
2213 * alloc-colors.c: New file.
2214
f2164e31
GM
22152001-10-13 Gerd Moellmann <gerd@gnu.org>
2216
2217 * make-emacs: Add --boot switch for bootstrapping. Logs to
2218 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
2219
ab952a4f
GM
22202001-10-05 Gerd Moellmann <gerd@gnu.org>
2221
2222 * Branch for 21.1.
6c465a15 2223
f537c3cd
EZ
22242001-09-04 Andrew Innes <andrewi@gnu.org>
2225
1bf6ecf2 2226 * nt/makedist.bat: Remove reference to obsolete file
f537c3cd
EZ
2227 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
2228 version of tar used.
2229
2230;; Local Variables:
880820fe 2231;; coding: utf-8
f537c3cd 2232;; End:
2a34a036 2233
ba318903 2234 Copyright (C) 2001-2014 Free Software Foundation, Inc.
5b87ad55
GM
2235
2236 This file is part of GNU Emacs.
2237
9ad5de0c 2238 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 2239 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
2240 the Free Software Foundation, either version 3 of the License, or
2241 (at your option) any later version.
5b87ad55
GM
2242
2243 GNU Emacs is distributed in the hope that it will be useful,
2244 but WITHOUT ANY WARRANTY; without even the implied warranty of
2245 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2246 GNU General Public License for more details.
2247
2248 You should have received a copy of the GNU General Public License
9ad5de0c 2249 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.