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