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