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