Port to Solaris 8.
[bpt/emacs.git] / admin / ChangeLog
1 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port to Solaris 8.
4 * CPP-DEFINES (WRETCODE): Remove.
5
6 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7
8 * coccinelle/overlay.cocci: Semantic patch to replace direct
9 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
10
11 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * coccinelle/symbol.cocci: Semantic patch to replace direct
14 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
15
16 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
17
18 * coccinelle/process.cocci: Semantic patch to replace direct
19 access to Lisp_Object members of struct Lisp_Process to PVAR.
20
21 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
22
23 * coccinelle/window.cocci: Semantic patch to replace direct
24 access to Lisp_Object members of struct window to WVAR.
25
26 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
27
28 * coccinelle/frame.cocci: Semantic patch to replace direct
29 access to Lisp_Object members of struct frame to FVAR.
30
31 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
32
33 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
34 * merge-gnulib: Add environ, stdalign.
35
36 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
37
38 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
39 make_unibyte_string to build_unibyte_string where appropriate.
40
41 2012-07-17 Eli Zaretskii <eliz@gnu.org>
42
43 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
44
45 2012-07-17 Chong Yidong <cyd@gnu.org>
46
47 * Version 24.1 released.
48
49 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
50
51 Assume mkdir, perror, rename, rmdir, strerror.
52 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
53 (HAVE_STRERROR, strerror):
54 Remove.
55
56 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
57
58 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
59 to XCDR and consistently use CONSP in the list iteration loops.
60 * coccinelle/vector_contents.cocci: Fix indentation.
61
62 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * bzrmerge.el: Use cl-lib.
65
66 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
67
68 Rename configure.in to configure.ac (Bug#11603).
69 * admin.el (set-version):
70 * quick-install-emacs (VERSION):
71 Get version number from configure.ac, not configure.in.
72
73 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
74
75 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
76 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
77
78 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
79
80 * coccinelle/xzalloc.cocci: Semantic patch to convert
81 calls to xmalloc with following memset to xzalloc.
82
83 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
84
85 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
86
87 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
88
89 * coccinelle/build_string.cocci: Semantic patch
90 to convert from make_string to build_string.
91
92 2012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
93
94 First Coccinelle semantic patch.
95 * coccinelle: New subdirectory
96 * coccinelle/README: Documentation stub.
97 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
98 access to `contents' member of Lisp_Vector objects with AREF and ASET
99 where appropriate.
100
101 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
102
103 Support higher-resolution time stamps (Bug#9000).
104 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
105 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
106 timespec-sub, utimens.
107 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
108 This trims down the gnulib import, from the very latest gnulib.
109 Emacs does its own implementation of 'select' and 'sigprocmask'
110 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
111 hosts, so it doesn't need these modules.
112 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
113 these gnulib modules are only for Windows porting and Emacs ports
114 to Windows in a different way.
115
116 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
117
118 * make-emacs: Rename --union-type to --check-lisp-type.
119 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
120 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
121 USE_LISP_UNION_TYPE.
122
123 2012-06-03 Glenn Morris <rgm@gnu.org>
124
125 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
126
127 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
128
129 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
130 * make-tarball.txt: Don't worry about maintainer mode.
131
132 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
133
134 * CPP-DEFINES: Remove HAVE_SYSINFO.
135
136 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
137
138 Assume gnulib does largefile.
139 * merge-gnulib (GNULIB_MODULES): Add largefile.
140
141 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
142
143 Remove src/m/*.
144 * CPP-DEFINES: Do not mention src/m/*.h.
145 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
146 (BITS_PER_SHORT, BITS_PER_INT): Remove.
147 * MAINTAINERS: Remove src/m/.
148
149 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
150
151 Use full name for m4/gnulib-comp.m4. (Bug#11529)
152 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
153
154 Assume C89 or later.
155 * CPP-DEFINES: Remove NULL, const.
156
157 Make merging from gnulib a script, not a makefile action.
158 * merge-gnulib: New script, with actions moved here from
159 ../Makefile.in.
160
161 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
162
163 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
164
165 * CPP-DEFINES (HAVE_FTIME): Remove.
166
167 2012-05-02 Glenn Morris <rgm@gnu.org>
168
169 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
170
171 2012-04-10 Glenn Morris <rgm@gnu.org>
172
173 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
174
175 * unidata/Makefile.in: Add FSF copyright.
176 Make it use autoconf features, and work for out-of-tree builds.
177
178 2012-04-07 Eli Zaretskii <eliz@gnu.org>
179
180 * unidata/README:
181 * unidata/copyright.html:
182 * unidata/BidiMirroring.txt:
183 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
184 the Unicode Standard.
185
186 2012-02-16 Kenichi Handa <handa@m17n.org>
187
188 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
189 values of name and old-name to nil.
190 (unidata-get-name): Return nil for the default value.
191
192 2012-02-11 Glenn Morris <rgm@gnu.org>
193
194 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
195 (cusver-check): New functions.
196
197 2012-01-19 Glenn Morris <rgm@gnu.org>
198
199 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
200 "skip?" question, since there can be multiple such for any revision.
201
202 2012-01-14 Eli Zaretskii <eliz@gnu.org>
203
204 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
205 updated and checked.
206
207 2011-11-26 Andreas Schwab <schwab@linux-m68k.org>
208
209 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
210 Avoid warning about old-style backquote.
211
212 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
213 in regexp.
214 (wisent-make-parsers): Likewise. Quote `.'.
215
216 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
217 in regexp.
218 (bovine-make-parsers): Likewise. Quote `.'.
219
220 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
221
222 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
223
224 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
225
226 * admin.el (manual-dvi): Fix typo.
227
228 2011-11-15 Eli Zaretskii <eliz@gnu.org>
229
230 * nt/README-ftp-server: Update the information about PNG libraries.
231
232 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
233
234 * make-emacs: Fix typo.
235
236 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
237
238 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
239
240 2011-10-31 David Engster <deng@randomsample.de>
241
242 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
243
244 2011-10-28 Eli Zaretskii <eliz@gnu.org>
245
246 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
247 running Emacs on Windows 9X.
248
249 2011-09-26 Chong Yidong <cyd@stupidchicken.com>
250
251 * admin.el (set-version): Fix regexps for config.nt and
252 sed2v2.inp.
253
254 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
255
256 Merge from gnulib (Bug#9169).
257 * notes/copyright: The files compile, config.guess, config.sub,
258 depcomp, install-sh, missing, and move-if-change are now in the
259 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
260 and warn-on-use.h are now in build-aux/snippets. New file
261 build-aux/snippets/_Noreturn.h.
262
263 2011-08-23 Eli Zaretskii <eliz@gnu.org>
264
265 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
266 values of bidi-class according to DerivedBidiClass.txt from the
267 latest UCD.
268
269 2011-08-23 Kenichi Handa <handa@m17n.org>
270
271 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
272 values for name, general-category, canonical-combining-class,
273 mirrored, and bidi-class. Describe the meaning of value nil for
274 decimal-digit-value, digit-value, numeric-value, uppercase,
275 lowercase, titlecase, and mirroring.
276 (unidata-gen-table): Handle the case that default-value is a
277 list. Set default values of characters not listed in a table.
278 (unidata-get-name): Return an empty string if a value in a
279 char-table is nil.
280 (unidata-get-decomposition): Return a list of character itself if
281 a value in a char-table is nil.
282
283 2011-08-15 Eli Zaretskii <eliz@gnu.org>
284
285 * unidata/bidimirror.awk: File removed.
286
287 * unidata/biditype.awk: File removed.
288
289 * unidata/makefile.w32-in (all): Remove src/biditype.h and
290 src/bidimirror.h.
291 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
292
293 * unidata/Makefile.in (all): Remove src/biditype.h and
294 src/bidimirror.h.
295 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
296
297 2011-07-07 Juanma Barranquero <lekktu@gmail.com>
298
299 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
300 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
301
302 2011-07-06 Kenichi Handa <handa@m17n.org>
303
304 * unidata/unidata-gen.el (unidata-dir): New variable.
305 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
306 (unidata-prop-alist): INDEX element may be a function.
307 New optional element VAL-LIST (for general-category and bidi-class).
308 New entry `mirroring'.
309 (unidata-prop-default, unidata-prop-val-list): New subst.
310 (unidata-get-character, unidata-put-character): Delete them.
311 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
312 above changes.
313 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
314 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
315 Delete them.
316 (unidata-encode-val): Assume that the first element of VAL-LIST is
317 a cons (nil . 0).
318 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
319 Always store the encoded value.
320 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
321 Set the 1st and the 2nd extra slots to index numbers for C
322 functions.
323 (unidata-gen-table-integer): Likewise.
324 (unidata-gen-table-numeric): Likewise.
325 (unidata-gen-table-name): New arg IGNORE.
326 (unidata-gen-table-decomposition): Likewise.
327 (unidata-describe-general-category): Add the case nil to the
328 description alist.
329 (unidata-gen-mirroring-list): New function.
330 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
331 unidata-prop-alist. Handle the case of storing multiple
332 char-tables in a file.
333
334 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
335 unidata-gen-files.
336
337 2011-05-21 Glenn Morris <rgm@gnu.org>
338
339 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
340
341 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
342
343 * Version 23.3 released.
344
345 2011-02-23 Juanma Barranquero <lekktu@gmail.com>
346
347 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
348
349 2011-02-19 Eli Zaretskii <eliz@gnu.org>
350
351 * admin.el (set-version): Add msdos/sed2v2.inp.
352
353 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
354
355 Remove no-longer needed getloadavg symbols.
356 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
357 (LDAV_SYMBOL): Remove.
358
359 2011-02-12 Glenn Morris <rgm@gnu.org>
360
361 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
362
363 2011-02-05 Glenn Morris <rgm@gnu.org>
364
365 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
366 (bzrmerge-apply): Use it.
367 (bzrmerge): Kill any old warning buffer first.
368
369 2011-02-03 Glenn Morris <rgm@gnu.org>
370
371 * bzrmerge.el (bzrmerge-buffer): New constant.
372 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
373 (bzrmerge-missing): If nothing to do, return nil not (nil).
374 (bzrmerge-apply): Remove odd character from message.
375 (bzrmerge): Give status messages.
376
377 2011-01-31 Eli Zaretskii <eliz@gnu.org>
378
379 * admin.el (set-version): Remove lib-src/makefile.w32-in.
380 Add nt/config.nt.
381
382 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
383
384 src/emacs.c now gets version number from configure.in
385 * admin.el (set-version): Don't update src/emacs.c.
386 * quick-install-emacs (VERSION): Get it from configure.in, not from
387 src/emacs.c.
388
389 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
390
391 strftime: import from gnulib
392 * notes/copyright: strftime.c moved from src to lib.
393
394 2011-01-25 Glenn Morris <rgm@gnu.org>
395
396 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
397 (bzrmerge-missing): Use it.
398
399 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
400
401 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
402 rather than doing rm and autoconf by hand. See
403 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
404
405 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
406
407 * notes/bzr (Installing changes from gnulib): New section.
408 Need for this suggested by Stefan Monnier.
409
410 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
413 an inconsistent state.
414
415 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
416
417 Update copyright notes to match recent gnulib-related changes.
418 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
419 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
420 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
421 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
422 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
423 subsumed by m4/*.m4 rule). config.guess, config.sub, and
424 doc/man/texinfo.tex are now copied in from gnulib.
425
426 2011-01-15 Glenn Morris <rgm@gnu.org>
427
428 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
429
430 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
431 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
432
433 2011-01-14 Glenn Morris <rgm@gnu.org>
434
435 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
436
437 2011-01-14 Glenn Morris <rgm@gnu.org>
438
439 * bzrmerge.el: Require cl when compiling.
440 (bzrmerge-merges): Doc fix.
441
442 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
443
444 * notes/copyright: There's only one install-sh, not two, so fix a
445 typo claiming that there's two. Add move-if-change to the list of
446 GPL files imported from gnulib.
447
448 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
449
450 * notes/copyright: Report status more accurately for non-GPL files.
451 Report copyright status more accurately for mkinstalldirs,
452 configure, m4/getopt.m4, and msdos/sed*.inp.
453
454 2011-01-02 Eli Zaretskii <eliz@gnu.org>
455
456 * nt/README.W32: Update the information about PNG support libraries.
457 (Bug#7716)
458
459 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * bzrmerge.el: New file to help merge branches while skipping
462 some revisions (e.g. from emacs-23 to trunk).
463
464 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
465
466 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
467
468 2010-10-12 Glenn Morris <rgm@gnu.org>
469
470 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
471
472 2010-10-09 Glenn Morris <rgm@gnu.org>
473
474 * admin.el (set-version): Add doc/emacs/emacsver.texi.
475
476 2010-10-09 Glenn Morris <rgm@gnu.org>
477
478 * admin.el (set-version): No need to act on doc/ files any more.
479
480 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
481
482 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
483
484 * unidata/BidiMirroring.txt: Update from
485 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
486
487 * unidata/UnicodeData.txt: Update from
488 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
489
490 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
491
492 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
493
494 2010-08-05 Eli Zaretskii <eliz@gnu.org>
495
496 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
497
498 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
499
500 * admin.el: Write version number to nt/makefile.w32-in.
501 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
502 in the nt/ directory.
503 * nt/README.W32: Relocate to nt/ directory.
504
505 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
506
507 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
508
509 2010-07-08 Eli Zaretskii <eliz@gnu.org>
510
511 * MAINTAINERS: Update my responsibilities.
512
513 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
514
515 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
516 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
517 Remove.
518
519 2010-06-12 Eli Zaretskii <eliz@gnu.org>
520
521 * unidata/bidimirror.awk: New file.
522
523 * unidata/BidiMirroring.txt: New file from
524 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
525
526 * unidata/Makefile.in (../../src/bidimirror.h): New target.
527 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
528
529 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
530 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
531
532 * unidata/biditype.awk: New file.
533
534 * unidata/Makefile.in (../../src/biditype.h): New target.
535
536 * unidata/makefile.w32-in (../../src/biditype.h): New target.
537
538 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
539
540 * unidata/UnicodeData.txt: Update from
541 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
542
543 2010-05-27 Glenn Morris <rgm@gnu.org>
544
545 * quick-install-emacs (AVOID): No more Makefile.c files.
546
547 * notes/cpp: Remove file.
548
549 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
550
551 * admin.el (set-version, set-copyright): Update emacs.c instead of
552 version.el.
553
554 * make-tarball.txt: Update filename list in step 6.
555
556 * quick-install-emacs: Scan emacs.c instead of version.el for
557 version string.
558
559 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
560
561 * Version 23.2 released.
562
563 2010-04-01 Eli Zaretskii <eliz@gnu.org>
564
565 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
566
567 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
568
569 * Branch for 23.2.
570
571 2010-03-10 Miles Bader <miles@gnu.org>
572
573 * quick-install-emacs: Use more portable shell syntax.
574
575 * quick-install-emacs (AVOID): Be more picky about files we avoid
576 installing.
577
578 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
579
580 * quick-install-emacs (PRUNED): Fix typo in message.
581
582 2010-01-20 Glenn Morris <rgm@gnu.org>
583
584 * revdiff: Remove file that only works with CVS, and isn't really
585 needed with Bazaar (given the in-built revision options of bzr diff).
586
587 2010-01-12 Glenn Morris <rgm@gnu.org>
588
589 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
590 than emacs-pretest-bug for bug reports for development versions.
591
592 2009-11-06 Kenichi Handa <handa@m17n.org>
593
594 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
595 that the block data and the following per-char data fall into the
596 same char-table leaf.
597
598 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
599
600 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
601
602 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
603
604 * unidata/.gitignore: New file.
605
606 2009-08-22 Eli Zaretskii <eliz@gnu.org>
607
608 * notes/bugtracker: How to reassign a bug to a list of packages.
609
610 * notes/newfile: Details of how to check for problems with DOS 8+3
611 file-name restrictions.
612
613 2009-08-18 Glenn Morris <rgm@gnu.org>
614
615 * notes/newfile: New file.
616
617 2009-07-11 Eli Zaretskii <eliz@gnu.org>
618
619 * make-tarball.txt: Add a note about bumping the value of
620 customize-changed-options-previous-release.
621
622 2009-06-24 Kenichi Handa <handa@m17n.org>
623
624 * charsets/mapconv: For the Unicode format files, do reverse sort
625 and don't compact the map. This is to prefer the first one in the
626 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
627
628 2009-06-12 Kenichi Handa <handa@m17n.org>
629
630 * charsets/Makefile (JISX213A.map): Make it depend on
631 mapfiles/JISX213A.map.gz.
632 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
633
634 * charsets/mapfiles/JISX213A.map.gz: New file.
635
636 * charsets/mapfiles/README: Describe JISX213A.map.gz.
637
638 2009-06-12 Kenichi Handa <handa@m17n.org>
639
640 * charsets/mapfiles/*: New files.
641
642 * charsets/mule-charsets.el: Mostly re-written to generate all
643 MULE-*.map files.
644
645 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
646 files.
647
648 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
649 EUC-JP-MS.
650
651 * charsets/cp51932.awk (END): Print arch-tag at the tail.
652
653 * charsets/Makefile: Maps depend on files under mapfiles or
654 ${GLIBC_CHARMAPS}.
655
656 2009-04-21 Kenichi Handa <handa@m17n.org>
657
658 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
659 change.
660
661 2009-04-17 Kenichi Handa <handa@m17n.org>
662
663 * unidata/unidata-gen.el (unidata-get-decomposition):
664 Adjust Hangle decomposition rule to Unicode.
665
666 2009-04-09 Kenichi Handa <handa@m17n.org>
667
668 * unidata/unidata-gen.el (unidata-describe-decomposition):
669 Return a string with a composition property to disable combining
670 characters being composed.
671
672 2009-03-11 Miles Bader <miles@gnu.org>
673
674 * quick-install-emacs: Be more clever about locating info directory.
675
676 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
677
678 * nt/README.W32: Fix typos.
679
680 2009-02-23 Jason Rumney <jasonr@gnu.org>
681
682 * nt/README-ftp-server: Update for 23.0.91.
683
684 * nt/README.W32: Remove ever expanding versions of Windows.
685 Shorten FAQ URL. Remove mention of obsolete lock directory.
686 Windows distribution now bin and barebin only. Add note about
687 SVG support. Remove old tar and gzip problem workarounds.
688 Use new (22.x) -Q option. Report all bugs through bug tracker.
689
690 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
691 undumped distribution no longer exists.
692
693 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
694
695 * nt/README.W32: Fix typo. (Bug#2207)
696
697 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
698
699 * admin.el (set-version): Remove deleted file ns-emacs.texi.
700
701 2008-12-02 Kenichi Handa <handa@m17n.org>
702
703 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
704 `decomposition' property adjusted.
705 (unidata-split-decomposition): Don't include surrounding "<" and
706 ">" in a symbol name.
707
708 2008-12-01 Kenichi Handa <handa@m17n.org>
709
710 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
711 property generator to unidata-gen-table-numeric. Docstring adjusted.
712 (unidata-get-numeric, unidata-put-numeric)
713 (unidata-gen-table-numeric): New functions.
714 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
715
716 2008-11-29 Eli Zaretskii <eliz@gnu.org>
717
718 * notes/documentation: Add notes about Antinews.
719
720 2008-10-23 Glenn Morris <rgm@gnu.org>
721
722 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
723 Add/tweak some nextstep/ entries.
724
725 2008-09-19 Kenichi Handa <handa@m17n.org>
726
727 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
728 positions.
729
730 2008-08-23 Eli Zaretskii <eliz@gnu.org>
731
732 * CPP-DEFINES: Add USER_FULL_NAME.
733
734 2008-08-16 Jason Rumney <jasonr@gnu.org>
735
736 * admin.el (set-version): Set version in nt/emacsclient.rc.
737
738 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
739
740 * nt/dump.bat: Fix mixed EOLs.
741
742 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
743
744 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
745
746 2008-08-02 Eli Zaretskii <eliz@gnu.org>
747
748 * CPP-DEFINES: Add defines for accessing system processes.
749
750 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
751
752 * make-tarball.txt:
753 * admin.el:
754 * FOR-RELEASE:
755 * CPP-DEFINES: Remove mentions of Mac Carbon.
756
757 2008-07-16 Glenn Morris <rgm@gnu.org>
758
759 * admin.el (set-version, set-copyright): Add nextstep/ files.
760
761 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
762
763 * CPP-DEFINES: Add NS port related defines.
764
765 2008-06-16 Glenn Morris <rgm@gnu.org>
766
767 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
768 doc/lispref/book-spine.texinfo.
769
770 2008-06-15 Glenn Morris <rgm@gnu.org>
771
772 * admin.el (set-version): Add doc/misc/faq.texi.
773
774 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
775
776 * FOR-RELEASE: Remove Windows problem about the XPM image library
777 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
778
779 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
780
781 * unidata/UnicodeData.txt: Update to Unicode 5.1.
782
783 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
784
785 * unidata/unidata-gen.el (unidata-prop-alist):
786 Fix typo in description of `numeric-value'.
787 (unidata-put-character): Fix typo in error message.
788
789 2008-02-21 Glenn Morris <rgm@gnu.org>
790
791 * notes/unicode, notes/font-backend: New files, split off from
792 README.unicode.
793
794 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
795
796 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
797 being used in latin1-disp.el. Remove the problem of
798 cp-supported-codepages. Remove the problem of lost changelog for
799 ps-prin1.ps.
800
801 2008-02-16 Eli Zaretskii <eliz@gnu.org>
802
803 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
804 non-portable in this context.
805
806 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
807 non-portable in this context.
808
809 2008-02-09 Eli Zaretskii <eliz@gnu.org>
810
811 * unidata/makefile.w32-in (lisp): New variable.
812 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
813 lisp/emacs-lisp.
814
815 2008-02-04 Jason Rumney <jasonr@gnu.org>
816
817 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
818
819 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
820
821 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
822
823 2008-02-02 Eli Zaretskii <eliz@gnu.org>
824
825 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
826
827 * unidata/Makefile.in: Rename from Makefile.
828
829 * unidata/makefile.w32-in: New file.
830
831 2008-02-02 Jason Rumney <jasonr@gnu.org>
832
833 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
834
835 2008-02-01 Kenichi Handa <handa@m17n.org>
836
837 * unidata/copyright.html: New file.
838
839 2008-02-01 Kenichi Handa <handa@m17n.org>
840
841 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
842 decomposition, if T is the same as TBase, don't include it in the
843 returned list.
844
845 2008-02-01 Kenichi Handa <handa@m17n.org>
846
847 * unidata/unidata-gen.el (unidata-text-file): Delete it.
848 (unidata-list): Initialize to nil.
849 (unidata-setup-list): New function.
850 (unidata-gen-files): New optional arg unidata-text-file.
851 If it's nil, set unidata-text-file to the left command line arg.
852 Call unidate-setup-list at first.
853
854 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
855 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
856
857 2008-02-01 Kenichi Handa <handa@m17n.org>
858
859 * unidata/unidata-gen.el: Fix comment typo.
860 Change string-to-int to string-to-number.
861 (unidata-text-file): Define to .../unidata.txt.
862 (unidata-list): Just insert unidata-text-file.
863 (unidata-get-decomposition): Handle Hangul decomposition.
864 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
865
866 * unidata/Makefile (unidata.txt): New target.
867 (charprop.el): Depends on unidata.txt.
868 (clean): Remove unidata.txt.
869
870 2008-02-01 Kenichi Handa <handa@m17n.org>
871
872 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
873 (unidata-get-name): Handle U+110B.
874
875 2008-02-01 Kenichi Handa <handa@m17n.org>
876
877 Sub-directory `unidata' is for codes to generate charprop.el and
878 many other uni-*.el files from `UnicodeData.txt'.
879
880 * Unidata/README: New file.
881
882 * unidata/Makefile: New file.
883
884 * unidata/unidata-gen.el: New file.
885
886 * unidata/UnicodeData.txt: New file. Copied from
887 http://www.unicode.org on 2006-05-23.
888
889 * unidata/.cvsignore: New file.
890
891 2008-02-01 Kenichi Handa <handa@m17n.org>
892
893 * charsets/.cvsignore: New file.
894
895 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
896
897 * charsets/Makefile (all): Rename target from charsets.
898 Depend on ${TRANS_TABLE}.
899 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
900 Generate from cns2ucsdkw.txt.
901 (install): Copy updated files only.
902
903 2008-02-02 Kenichi Handa <handa@m17n.org>
904
905 * charsets/cp932.awk: Append user-defined area of CP932.
906
907 2008-02-02 Kenichi Handa <handa@m17n.org>
908
909 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
910 0x2299 to 0x29BF.
911
912 2008-02-01 Kenichi Handa <handa@m17n.org>
913
914 * charsets/Makefile (TRANS_TABLE): New macro.
915 (JISX0208.map): Convert 0x2015 to 0x2014.
916 (cp51932.el): New target.
917 (eucjp-ms.el): New target.
918 (install): Include ${TRANS_TABLE}.
919 (CJK): Include JISX213A.map.
920 (JISX213A.map): New target.
921
922 * charsets/eucjp-ms.awk: New file.
923
924 * charsets/cp51932.awk: New file.
925
926 2008-02-01 Kenichi Handa <handa@m17n.org>
927
928 * charsets/cp932.awk: New file.
929
930 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
931
932 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
933 running an awk program.
934
935 2008-02-01 Kenichi Handa <handa@m17n.org>
936
937 * charsets/mapconv: Handle UNICODE2.
938
939 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
940 (CP932-2BYTE.map): New target.
941
942 2008-02-01 Kenichi Handa <handa@m17n.org>
943
944 * charsets: New directory for scripts to generate charset map
945 files in ../etc/charsets/.
946
947 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
948 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
949 * charsets/kuten.awk: New files.
950
951 2008-01-08 Glenn Morris <rgm@gnu.org>
952
953 * admin.el (set-version): Add doc/man/emacs.1.
954
955 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
956
957 * notes/copyright:
958 * MAINTAINERS: Remove references to files that have been removed.
959
960 2008-01-04 Glenn Morris <rgm@gnu.org>
961
962 * admin.el (set-copyright): Add lib-src/ebrowse.c.
963
964 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * CPP-DEFINES: New file.
967
968 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
969
970 * FOR-RELEASE: Remove "window-system in face definition" [of
971 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
972 on gnus-dired.el.
973
974 2007-12-05 Glenn Morris <rgm@gnu.org>
975
976 * admin.el (set-version): Handle configure.in. Adapt for doc/
977 directory layout for manuals.
978
979 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
980
981 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
982 been fixed in Gnus CVS but have not yet been synched to Emacs.
983
984 2007-11-17 Glenn Morris <rgm@gnu.org>
985
986 * admin.el (process-lines): Move to ../lisp/subr.el.
987
988 2007-10-23 Glenn Morris <rgm@gnu.org>
989
990 * MAINTAINERS: Move here from ../.
991
992 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
993
994 * make-emacs: Doc fix.
995
996 2007-08-28 Glenn Morris <rgm@gnu.org>
997
998 * admin.el: Provide self.
999
1000 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
1001
1002 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1003
1004 2007-07-25 Glenn Morris <rgm@gnu.org>
1005
1006 * Relicense all FSF files to GPLv3 or later.
1007
1008 2007-06-07 Glenn Morris <rgm@gnu.org>
1009
1010 * admin.el (set-copyright): New function.
1011
1012 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
1013
1014 * make-tarball.txt: Add note about cutting the branch.
1015
1016 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * Version 22.1 released.
1019
1020 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1021
1022 * nt/makedist.bat: Change EOL format to DOS. Don't use
1023 redirection characters in REM lines.
1024
1025 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1026
1027 * FOR-RELEASE: Removed Gtk/Xft issue.
1028
1029 2007-01-01 Miles Bader <miles@gnu.org>
1030
1031 * quick-install-emacs (get_config_var): Deal with weird magic
1032 string inserted by recent versions of autoconf.
1033
1034 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * admin.el (set-version): Set version number in
1037 lib-src/makefile.w32-in.
1038
1039 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1040
1041 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1042 due to a local miss-configuration.
1043
1044 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * make-announcement (OLD): Remove LEIM references in announcement
1047 since it is now built-in.
1048
1049 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1050
1051 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1052
1053 2006-10-03 Kenichi Handa <handa@m17n.org>
1054
1055 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1056
1057 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * FOR-RELEASE: Elisp manual checking completed.
1060
1061 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1062
1063 * FOR-RELEASE: Update refcard section.
1064
1065 2006-07-14 Kim F. Storm <storm@cua.dk>
1066
1067 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1068
1069 2006-07-09 Kim F. Storm <storm@cua.dk>
1070
1071 * README: Use outline format. Add FOR-RELEASE.
1072
1073 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * FOR-RELEASE: Checking of info.texi done.
1076
1077 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1078
1079 * FOR-RELEASE: Update refcard section.
1080
1081 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1082
1083 * FOR-RELEASE: Update refcard section.
1084
1085 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * FOR-RELEASE: Key sequence elisp node done.
1088
1089 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1090
1091 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1092
1093 2006-05-21 Chong Yidong <cyd@mit.edu>
1094
1095 * FOR-RELEASE: point-entered /point-left bug fixed.
1096
1097 2006-05-12 Eli Zaretskii <eliz@gnu.org>
1098
1099 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1100 entry.
1101
1102 2006-05-06 Bill Wohler <wohler@newt.com>
1103
1104 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1105 about it.
1106
1107 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1108
1109 * ./* (Copyright): Updated Copyright year(s).
1110
1111 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1112
1113 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1114
1115 2006-02-20 Kim F. Storm <storm@cua.dk>
1116
1117 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1118 Rework how fringe bitmaps are defined and used.
1119 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1120 one-level representation. It would be cleaner to split the
1121 representation into a two-level model where first level maps
1122 bitmap usage to a bitmap name, and second level maps bitmap name to
1123 a bitmap appearance.
1124
1125 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * FOR-RELEASE: String allocation bugs fixed.
1128
1129 2005-12-13 Bill Wohler <wohler@newt.com>
1130
1131 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1132
1133 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1134
1135 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1136 completing-read-multiple, mail-extract-address-components,
1137 mail-mode, quail-define-package, save-buffer and
1138 ucs-set-table-for-input from doc strings item (Done).
1139
1140 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1143
1144 2005-11-11 Kim F. Storm <storm@cua.dk>
1145
1146 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1147 when displaying a non-breaking space in an overlay string.
1148
1149 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * FOR-RELEASE: Init file change implemented.
1152
1153 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1156
1157 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * FOR-RELEASE (New features): max-image-size implemented.
1160 (Bugs): split-window done, by Kim F. Storm.
1161
1162 2005-10-17 Bill Wohler <wohler@newt.com>
1163
1164 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1165 since it's gone. Also marked mh-e as done.
1166
1167 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1170 libraries on Windows (Done).
1171
1172 2005-10-01 Jason Rumney <jasonr@gnu.org>
1173
1174 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1175
1176 2005-08-31 Romain Francoise <romain@orebokech.com>
1177
1178 * FOR-RELEASE (New features): Remove vhdl-mode.el update
1179 item (Done).
1180
1181 2005-08-27 Romain Francoise <romain@orebokech.com>
1182
1183 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1184
1185 2005-07-04 Lute Kamstra <lute@gnu.org>
1186
1187 Update FSF's address in GPL notices.
1188
1189 2005-06-10 Lute Kamstra <lute@gnu.org>
1190
1191 * admin.el (set-version): Set version in lisp manual too.
1192 * make-tarball.txt: Commit lispref/elisp.texi too.
1193
1194 2005-06-04 Richard M. Stallman <rms@gnu.org>
1195
1196 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1197 Other cleanups.
1198
1199 2005-04-19 Lute Kamstra <lute@gnu.org>
1200
1201 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1202
1203 2005-04-14 Lute Kamstra <lute@gnu.org>
1204
1205 * nt/makedist.bat (elfiles): Update.
1206
1207 * admin.el (add-release-logs): Fix require call.
1208
1209 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1210
1211 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1212 The first line of every tutorial must begin with a sentence saying
1213 "Emacs Tutorial" in the respective language. This should be
1214 followed by "See end for copying conditions", likewise in the
1215 respective language.
1216
1217 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1218
1219 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1220 Add `undo-ask-before-discard' to it.
1221
1222 2005-03-02 Miles Bader <miles@gnu.org>
1223
1224 * quick-install-emacs: Only use the mkdir --verbose option if the
1225 script's --verbose option was specified (this avoids problems with
1226 default usage on systems where mkdir doesn't support that option).
1227
1228 2005-02-15 Jason Rumney <jasonr@gnu.org>
1229
1230 * nt/makedist.bat: Do not rely on non-standard behavior of
1231 tar --exclude.
1232
1233 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
1234
1235 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1236
1237 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1238
1239 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1240 Elisp manuals.
1241
1242 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1243
1244 * FOR-RELEASE (Indications): Clean up and update checklists for
1245 Emacs and Elisp manuals.
1246
1247 2004-09-11 Kim F. Storm <storm@cua.dk>
1248
1249 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1250 (Documentation): Add NEWS entry.
1251 Add section lists for proof-reading Emacs and Lisp manuals.
1252
1253 2004-08-29 Kim F. Storm <storm@cua.dk>
1254
1255 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1256
1257 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1258
1259 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1260 (now behaves as well as other ports).
1261
1262 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
1263
1264 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1265
1266 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1267
1268 * FOR-RELEASE: Moved here from the etc directory.
1269
1270 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1271
1272 * notes/BRANCH: New file, to be maintained per CVS branch.
1273
1274 2003-10-01 Miles Bader <miles@gnu.org>
1275
1276 * quick-install-emacs: Don't use "function" keyword when defining
1277 shell functions.
1278
1279 2003-09-29 Lute Kamstra <lute@gnu.org>
1280
1281 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1282
1283 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1284
1285 * quick-install-emacs: Remove fns-* pruning, since that file no
1286 longer seems to be generated.
1287 (AVOID): Quote literal periods. Quote braces in a way acceptable
1288 to all parties (gawk gets bitchy about using `\').
1289
1290 2003-08-19 Miles Bader <miles@gnu.org>
1291
1292 * quick-install-emacs: Add arch-specific ignored files to
1293 quick-install-emacs. Use quoting for periods that's acceptable
1294 to recent versions of gawk.
1295
1296 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
1297
1298 * cus-test.el: Remove obsolete workaround.
1299
1300 2003-04-22 Andrew Innes <andrewi@gnu.org>
1301
1302 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1303 emacs.exe before zipping, and including batch file to recreate
1304 after unpacking.
1305
1306 * nt/stitch.bat: New file.
1307
1308 * nt/README-ftp-server: Update wording and version number etc.
1309 Add extra instructions for installing multi-file .zip
1310 distribution.
1311
1312 * nt/README.W32: Remove personal email address and update wording.
1313
1314 * nt/README-UNDUMP.W32: Remove personal email address and update
1315 wording.
1316
1317 2003-02-10 Francesco Potortì <pot@gnu.org>
1318
1319 * make-changelog-diff: New script, code stolen from make-announcement.
1320
1321 * make-announcement: Use make-changelog-diff.
1322
1323 2003-01-20 Francesco Potortì <pot@gnu.org>
1324
1325 * make-tarball.txt: Step-by-step instructions for making a tarball.
1326
1327 * make-announcement: A script for creating pretest announcements.
1328
1329 2003-01-17 Francesco Potortì <pot@gnu.org>
1330
1331 * admin.el (add-release-logs): Expand the directory name before
1332 calling find(1).
1333 (add-release-logs): Use the same methods as add-log.el for writing
1334 the date and the user's name and address.
1335
1336 2003-01-07 Miles Bader <miles@gnu.org>
1337
1338 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1339 command output from non-C locales.
1340
1341 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
1342
1343 * cus-test.el: Extended and reorganized. There are now 4 tests
1344 which can be run in batch mode. See the Commentary section.
1345
1346 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
1347
1348 * cus-test.el: New file.
1349
1350 2002-05-27 Miles Bader <miles@gnu.org>
1351
1352 * quick-install-emacs (VERSION): Calculate using the same method
1353 that configure.in uses.
1354
1355 2002-04-26 Pavel Janík <Pavel@Janik.cz>
1356
1357 * emacs-pretesters: New file with information for Emacs
1358 pretesters.
1359
1360 2002-03-22 Paul Eggert <eggert@twinsun.com>
1361
1362 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1363 POSIX 1003.1-2001 disallows both usages.
1364
1365 2002-02-11 Andrew Innes <andrewi@gnu.org>
1366
1367 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1368
1369 2002-01-24 Andrew Innes <andrewi@gnu.org>
1370
1371 * nt/README.W32: Remove unnecessary version number and date
1372 references.
1373
1374 * nt/README-UNDUMP.W32: Ditto.
1375
1376 2001-12-06 Gerd Moellmann <gerd@gnu.org>
1377
1378 * make-emacs: Add --trace-move.
1379
1380 2001-10-23 Andrew Innes <andrewi@gnu.org>
1381
1382 * nt/makedist.bat: Remove remaining obsolete reference to
1383 GETTING.GNU.SOFTWARE.
1384
1385 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1386
1387 * admin.el (set-version): Use `s' interactive spec for
1388 version number.
1389
1390 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1391
1392 * (Version 21.1 released.)
1393
1394 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1395
1396 * admin.el (add-release-logs): Put the log entry in lispref, too.
1397
1398 2001-10-20 Miles Bader <miles@gnu.org>
1399
1400 * quick-install-emacs: Exit if we can't find some variable.
1401 (AVOID): Add .orig & .rej files.
1402 (get_config_var): Be more liberal about format of config.status
1403 sed commands.
1404
1405 2001-10-19 Gerd Moellmann <gerd@gnu.org>
1406
1407 * admin.el: New file.
1408
1409 * build-configs: Add --help option. Add support for building
1410 in arbitrary source trees.
1411
1412 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1413
1414 * alloc-colors.c: New file.
1415
1416 2001-10-13 Gerd Moellmann <gerd@gnu.org>
1417
1418 * make-emacs: Add --boot switch for bootstrapping. Logs to
1419 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1420
1421 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1422
1423 * Branch for 21.1.
1424
1425 2001-09-04 Andrew Innes <andrewi@gnu.org>
1426
1427 * admin/nt/makedist.bat: Remove reference to obsolete file
1428 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1429 version of tar used.
1430
1431 ;; Local Variables:
1432 ;; coding: utf-8
1433 ;; End:
1434
1435 Copyright (C) 2001-2012 Free Software Foundation, Inc.
1436
1437 This file is part of GNU Emacs.
1438
1439 GNU Emacs is free software: you can redistribute it and/or modify
1440 it under the terms of the GNU General Public License as published by
1441 the Free Software Foundation, either version 3 of the License, or
1442 (at your option) any later version.
1443
1444 GNU Emacs is distributed in the hope that it will be useful,
1445 but WITHOUT ANY WARRANTY; without even the implied warranty of
1446 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1447 GNU General Public License for more details.
1448
1449 You should have received a copy of the GNU General Public License
1450 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.