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