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