Increase compartmentalization of Nextstep builds rules,
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
83da1b55
GM
12012-09-16 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (set-version): No more need to set nextstep versions.
4 (set-copyright): Update for moved nextstep files.
5
4a4bbad2
PE
62012-09-13 Paul Eggert <eggert@cs.ucla.edu>
7
8 Simplify SIGIO usage (Bug#12408).
9 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
10 (BROKEN_SIGPTY, NO_TERMIO): Remove.
11
c990426a
PE
122012-09-11 Paul Eggert <eggert@cs.ucla.edu>
13
14 Simplify, document, and port floating-point (Bug#12381).
15 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
16
f6196b87
PE
172012-09-09 Paul Eggert <eggert@cs.ucla.edu>
18
19 Assume C89 or later for math functions (Bug#12381).
20 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
21 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
22
1088b922
PE
232012-09-04 Paul Eggert <eggert@cs.ucla.edu>
24
25 Simplify redefinition of 'abort' (Bug#12316).
26 * CPP-DEFINES (NO_ABORT): Remove.
27
a3f90bea
GM
282012-08-28 Glenn Morris <rgm@gnu.org>
29
30 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
31
01e0f0f5
AS
322012-08-28 Andreas Schwab <schwab@linux-m68k.org>
33
34 * charsets/mule-charsets.el (header): Fix typo.
35
f4a681b0
PE
362012-08-24 Paul Eggert <eggert@cs.ucla.edu>
37
38 On assertion failure, print backtrace if available.
39 * merge-gnulib (GNULIB_MODULES): Add execinfo.
40
620f13b0
PE
412012-08-16 Paul Eggert <eggert@cs.ucla.edu>
42
43 Use ASCII tests for character types.
44 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
45 new direct dependency; c-ctype was already being used indirectly
46 via other gnulib modules.
47
f5d9e83a
PE
482012-08-14 Paul Eggert <eggert@cs.ucla.edu>
49
50 Use bool for Emacs Lisp booleans.
51 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
52 new direct dependency; stdbool was already being used indirectly
53 via other gnulib modules.
54
9ff9402d 552012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
56
57 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
58
c644523b
DA
592012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
60
61 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
62
13294f95
PE
632012-08-02 Paul Eggert <eggert@cs.ucla.edu>
64
65 Port to Solaris 8.
66 * CPP-DEFINES (WRETCODE): Remove.
67
d8a05828
DA
682012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
69
70 * coccinelle/overlay.cocci: Semantic patch to replace direct
71 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
72
8271d590
DA
732012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
74
75 * coccinelle/symbol.cocci: Semantic patch to replace direct
76 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
77
3193acd2
DA
782012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
79
80 * coccinelle/process.cocci: Semantic patch to replace direct
81 access to Lisp_Object members of struct Lisp_Process to PVAR.
82
3a45383a
DA
832012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
84
85 * coccinelle/window.cocci: Semantic patch to replace direct
86 access to Lisp_Object members of struct window to WVAR.
87
e34f7f79
DA
882012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
89
90 * coccinelle/frame.cocci: Semantic patch to replace direct
91 access to Lisp_Object members of struct frame to FVAR.
92
e32a5799
PE
932012-07-28 Paul Eggert <eggert@cs.ucla.edu>
94
95 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
96 * merge-gnulib: Add environ, stdalign.
97
d7ea76b4
DA
982012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
99
100 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
101 make_unibyte_string to build_unibyte_string where appropriate.
102
4dc7c8d5 1032012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
104
105 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
106
4dc7c8d5 1072012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
108
109 * Version 24.1 released.
d7ea76b4 110
5ebbef1d
PE
1112012-07-11 Paul Eggert <eggert@cs.ucla.edu>
112
bb352260
PE
113 Assume mkdir, perror, rename, rmdir, strerror.
114 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
115 (HAVE_STRERROR, strerror):
57054ddd 116 Remove.
5ebbef1d 117
7d7bbefd
DA
1182012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
119
120 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
121 to XCDR and consistently use CONSP in the list iteration loops.
122 * coccinelle/vector_contents.cocci: Fix indentation.
123
f58e0fd5
SM
1242012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * bzrmerge.el: Use cl-lib.
127
c4444d16
PE
1282012-07-09 Paul Eggert <eggert@cs.ucla.edu>
129
130 Rename configure.in to configure.ac (Bug#11603).
131 * admin.el (set-version):
132 * quick-install-emacs (VERSION):
133 Get version number from configure.ac, not configure.in.
134
fee5959d
PE
1352012-07-06 Paul Eggert <eggert@cs.ucla.edu>
136
137 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
138 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
139
23f86fce
DA
1402012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
141
142 * coccinelle/xzalloc.cocci: Semantic patch to convert
143 calls to xmalloc with following memset to xzalloc.
144
95f61aa2
JB
1452012-07-04 Juanma Barranquero <lekktu@gmail.com>
146
147 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
148
1130ecfc
DA
1492012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
150
151 * coccinelle/build_string.cocci: Semantic patch
152 to convert from make_string to build_string.
153
3c9359df
DA
1542012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
155
156 First Coccinelle semantic patch.
157 * coccinelle: New subdirectory
158 * coccinelle/README: Documentation stub.
159 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
160 access to `contents' member of Lisp_Vector objects with AREF and ASET
161 where appropriate.
3c9359df 162
d35af63c
PE
1632012-06-22 Paul Eggert <eggert@cs.ucla.edu>
164
165 Support higher-resolution time stamps (Bug#9000).
166 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
167 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
168 timespec-sub, utimens.
169 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
170 This trims down the gnulib import, from the very latest gnulib.
171 Emacs does its own implementation of 'select' and 'sigprocmask'
172 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
173 hosts, so it doesn't need these modules.
174 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
175 these gnulib modules are only for Windows porting and Emacs ports
176 to Windows in a different way.
177
646b5f55
AS
1782012-06-13 Andreas Schwab <schwab@linux-m68k.org>
179
f58e0fd5
SM
180 * make-emacs: Rename --union-type to --check-lisp-type.
181 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
182 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
183 USE_LISP_UNION_TYPE.
184
418cd726
GM
1852012-06-03 Glenn Morris <rgm@gnu.org>
186
187 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
188
501390c5
PE
1892012-06-01 Paul Eggert <eggert@cs.ucla.edu>
190
191 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
192 * make-tarball.txt: Don't worry about maintainer mode.
193
0e7a053e
PE
1942012-05-28 Paul Eggert <eggert@cs.ucla.edu>
195
196 * CPP-DEFINES: Remove HAVE_SYSINFO.
197
50c4645e
PE
1982012-05-27 Paul Eggert <eggert@cs.ucla.edu>
199
200 Assume gnulib does largefile.
201 * merge-gnulib (GNULIB_MODULES): Add largefile.
202
34374650
PE
2032012-05-22 Paul Eggert <eggert@cs.ucla.edu>
204
205 Remove src/m/*.
206 * CPP-DEFINES: Do not mention src/m/*.h.
207 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
208 (BITS_PER_SHORT, BITS_PER_INT): Remove.
209 * MAINTAINERS: Remove src/m/.
210
9b4ee616
PE
2112012-05-21 Paul Eggert <eggert@cs.ucla.edu>
212
fb77d37e
PE
213 Use full name for m4/gnulib-comp.m4. (Bug#11529)
214 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
215
261cb4bb
PE
216 Assume C89 or later.
217 * CPP-DEFINES: Remove NULL, const.
218
9b4ee616
PE
219 Make merging from gnulib a script, not a makefile action.
220 * merge-gnulib: New script, with actions moved here from
221 ../Makefile.in.
222
003fdae2
PE
2232012-05-19 Paul Eggert <eggert@cs.ucla.edu>
224
9232a6d9
PE
225 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
226
003fdae2
PE
227 * CPP-DEFINES (HAVE_FTIME): Remove.
228
6116bd7e
GM
2292012-05-02 Glenn Morris <rgm@gnu.org>
230
231 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
232
a9f72fc1
GM
2332012-04-10 Glenn Morris <rgm@gnu.org>
234
c9279dad
GM
235 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
236
a9f72fc1
GM
237 * unidata/Makefile.in: Add FSF copyright.
238 Make it use autoconf features, and work for out-of-tree builds.
239
b142f158
EZ
2402012-04-07 Eli Zaretskii <eliz@gnu.org>
241
242 * unidata/README:
243 * unidata/copyright.html:
244 * unidata/BidiMirroring.txt:
245 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
246 the Unicode Standard.
247
c406be43
KH
2482012-02-16 Kenichi Handa <handa@m17n.org>
249
250 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
251 values of name and old-name to nil.
252 (unidata-get-name): Return nil for the default value.
253
58474503
GM
2542012-02-11 Glenn Morris <rgm@gnu.org>
255
256 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
257 (cusver-check): New functions.
258
54de86ac
GM
2592012-01-19 Glenn Morris <rgm@gnu.org>
260
261 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
262 "skip?" question, since there can be multiple such for any revision.
263
0dc18ae0
EZ
2642012-01-14 Eli Zaretskii <eliz@gnu.org>
265
266 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
267 updated and checked.
268
509c74bd
AS
2692011-11-26 Andreas Schwab <schwab@linux-m68k.org>
270
303d001f
AS
271 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
272 Avoid warning about old-style backquote.
273
509c74bd
AS
274 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
275 in regexp.
276 (wisent-make-parsers): Likewise. Quote `.'.
277
278 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
279 in regexp.
280 (bovine-make-parsers): Likewise. Quote `.'.
281
d5ff9cd0
AS
2822011-11-20 Andreas Schwab <schwab@linux-m68k.org>
283
284 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
285
7877f373
JB
2862011-11-16 Juanma Barranquero <lekktu@gmail.com>
287
288 * admin.el (manual-dvi): Fix typo.
289
b018182c
EZ
2902011-11-15 Eli Zaretskii <eliz@gnu.org>
291
7877f373 292 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 293
c7015153
JB
2942011-11-15 Juanma Barranquero <lekktu@gmail.com>
295
296 * make-emacs: Fix typo.
297
d31d07be
JB
2982011-11-07 Juanma Barranquero <lekktu@gmail.com>
299
300 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
301
72b8747b
DE
3022011-10-31 David Engster <deng@randomsample.de>
303
304 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
305
8cedc5ac
EZ
3062011-10-28 Eli Zaretskii <eliz@gnu.org>
307
308 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
309 running Emacs on Windows 9X.
310
a0c64452
CY
3112011-09-26 Chong Yidong <cyd@stupidchicken.com>
312
313 * admin.el (set-version): Fix regexps for config.nt and
314 sed2v2.inp.
315
e39b275c 3162011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 317
abec06ff 318 Merge from gnulib (Bug#9169).
24e0f6b1
PE
319 * notes/copyright: The files compile, config.guess, config.sub,
320 depcomp, install-sh, missing, and move-if-change are now in the
321 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
322 and warn-on-use.h are now in build-aux/snippets. New file
323 build-aux/snippets/_Noreturn.h.
324
bca633fb
EZ
3252011-08-23 Eli Zaretskii <eliz@gnu.org>
326
327 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
328 values of bidi-class according to DerivedBidiClass.txt from the
329 latest UCD.
330
0902a04e
KH
3312011-08-23 Kenichi Handa <handa@m17n.org>
332
333 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
334 values for name, general-category, canonical-combining-class,
335 mirrored, and bidi-class. Describe the meaning of value nil for
336 decimal-digit-value, digit-value, numeric-value, uppercase,
337 lowercase, titlecase, and mirroring.
338 (unidata-gen-table): Handle the case that default-value is a
339 list. Set default values of characters not listed in a table.
340 (unidata-get-name): Return an empty string if a value in a
341 char-table is nil.
342 (unidata-get-decomposition): Return a list of character itself if
343 a value in a char-table is nil.
344
474a8465
EZ
3452011-08-15 Eli Zaretskii <eliz@gnu.org>
346
347 * unidata/bidimirror.awk: File removed.
348
349 * unidata/biditype.awk: File removed.
350
351 * unidata/makefile.w32-in (all): Remove src/biditype.h and
352 src/bidimirror.h.
f58e0fd5 353 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
354
355 * unidata/Makefile.in (all): Remove src/biditype.h and
356 src/bidimirror.h.
f58e0fd5 357 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 358
a5b436df
JB
3592011-07-07 Juanma Barranquero <lekktu@gmail.com>
360
361 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
362 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
363
c805dec0
KH
3642011-07-06 Kenichi Handa <handa@m17n.org>
365
366 * unidata/unidata-gen.el (unidata-dir): New variable.
367 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
368 (unidata-prop-alist): INDEX element may be a function.
369 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
370 New entry `mirroring'.
371 (unidata-prop-default, unidata-prop-val-list): New subst.
372 (unidata-get-character, unidata-put-character): Delete them.
373 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
374 above changes.
375 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
376 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
377 Delete them.
378 (unidata-encode-val): Assume that the first element of VAL-LIST is
379 a cons (nil . 0).
380 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
381 Always store the encoded value.
382 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
383 Set the 1st and the 2nd extra slots to index numbers for C
384 functions.
385 (unidata-gen-table-integer): Likewise.
386 (unidata-gen-table-numeric): Likewise.
387 (unidata-gen-table-name): New arg IGNORE.
388 (unidata-gen-table-decomposition): Likewise.
389 (unidata-describe-general-category): Add the case nil to the
390 description alist.
a5b436df 391 (unidata-gen-mirroring-list): New function.
c805dec0
KH
392 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
393 unidata-prop-alist. Handle the case of storing multiple
394 char-tables in a file.
395
396 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
397 unidata-gen-files.
398
2a35386d
GM
3992011-05-21 Glenn Morris <rgm@gnu.org>
400
401 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
402
33383987
JB
4032011-03-07 Chong Yidong <cyd@stupidchicken.com>
404
405 * Version 23.3 released.
406
cce7d530 4072011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
408
409 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
410
9d9d12cd
EZ
4112011-02-19 Eli Zaretskii <eliz@gnu.org>
412
413 * admin.el (set-version): Add msdos/sed2v2.inp.
414
1f5d53eb
PE
4152011-02-16 Paul Eggert <eggert@cs.ucla.edu>
416
417 Remove no-longer needed getloadavg symbols.
418 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
419 (LDAV_SYMBOL): Remove.
420
7b24e97a
GM
4212011-02-12 Glenn Morris <rgm@gnu.org>
422
423 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
424
4d881c83
GM
4252011-02-05 Glenn Morris <rgm@gnu.org>
426
427 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
428 (bzrmerge-apply): Use it.
429 (bzrmerge): Kill any old warning buffer first.
430
f6041baa
GM
4312011-02-03 Glenn Morris <rgm@gnu.org>
432
433 * bzrmerge.el (bzrmerge-buffer): New constant.
434 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
435 (bzrmerge-missing): If nothing to do, return nil not (nil).
436 (bzrmerge-apply): Remove odd character from message.
437 (bzrmerge): Give status messages.
438
70b0d280
EZ
4392011-01-31 Eli Zaretskii <eliz@gnu.org>
440
f6041baa
GM
441 * admin.el (set-version): Remove lib-src/makefile.w32-in.
442 Add nt/config.nt.
70b0d280 443
16fab143
PE
4442011-01-31 Paul Eggert <eggert@cs.ucla.edu>
445
446 src/emacs.c now gets version number from configure.in
447 * admin.el (set-version): Don't update src/emacs.c.
448 * quick-install-emacs (VERSION): Get it from configure.in, not from
449 src/emacs.c.
450
16c3e636
PE
4512011-01-30 Paul Eggert <eggert@cs.ucla.edu>
452
453 strftime: import from gnulib
454 * notes/copyright: strftime.c moved from src to lib.
455
d0cb8662
GM
4562011-01-25 Glenn Morris <rgm@gnu.org>
457
458 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
459 (bzrmerge-missing): Use it.
460
d6100f3d
PE
4612011-01-19 Paul Eggert <eggert@cs.ucla.edu>
462
463 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
464 rather than doing rm and autoconf by hand. See
465 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
466
9092d186
PE
4672011-01-17 Paul Eggert <eggert@cs.ucla.edu>
468
469 * notes/bzr (Installing changes from gnulib): New section.
470 Need for this suggested by Stefan Monnier.
471
41f44310
SM
4722011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
475 an inconsistent state.
476
a3e44e79 4772011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
478
479 Update copyright notes to match recent gnulib-related changes.
480 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
481 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
482 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
483 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
484 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
485 subsumed by m4/*.m4 rule). config.guess, config.sub, and
486 doc/man/texinfo.tex are now copied in from gnulib.
487
6fffc900
GM
4882011-01-15 Glenn Morris <rgm@gnu.org>
489
2153c862 490 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 491
6fffc900
GM
492 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
493 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
494
77ab81d0 4952011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
496
497 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
498
1851cac3
GM
4992011-01-14 Glenn Morris <rgm@gnu.org>
500
501 * bzrmerge.el: Require cl when compiling.
502 (bzrmerge-merges): Doc fix.
503
2b3f5bc8
PE
5042011-01-07 Paul Eggert <eggert@cs.ucla.edu>
505
506 * notes/copyright: There's only one install-sh, not two, so fix a
507 typo claiming that there's two. Add move-if-change to the list of
508 GPL files imported from gnulib.
509
5102011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
511
512 * notes/copyright: Report status more accurately for non-GPL files.
513 Report copyright status more accurately for mkinstalldirs,
514 configure, m4/getopt.m4, and msdos/sed*.inp.
515
7c420169 5162011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
517
518 * nt/README.W32: Update the information about PNG support libraries.
519 (Bug#7716)
520
9ebea0e7
SM
5212010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
522
523 * bzrmerge.el: New file to help merge branches while skipping
524 some revisions (e.g. from emacs-23 to trunk).
525
201ef780
AS
5262010-12-03 Andreas Schwab <schwab@linux-m68k.org>
527
528 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
529
16a0af11
GM
5302010-10-12 Glenn Morris <rgm@gnu.org>
531
532 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
533
f4f358f1
GM
5342010-10-09 Glenn Morris <rgm@gnu.org>
535
536 * admin.el (set-version): Add doc/emacs/emacsver.texi.
537
3fb78d1f
GM
5382010-10-09 Glenn Morris <rgm@gnu.org>
539
f7a31f11
GM
540 * admin.el (set-version): No need to act on doc/ files any more.
541
3fb78d1f
GM
542 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
543
733946e7
JB
5442010-09-05 Juanma Barranquero <lekktu@gmail.com>
545
546 * unidata/BidiMirroring.txt: Update from
547 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
548
549 * unidata/UnicodeData.txt: Update from
550 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
551
671d409f
AS
5522010-08-09 Andreas Schwab <schwab@linux-m68k.org>
553
554 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
555
29cf3e20
EZ
5562010-08-05 Eli Zaretskii <eliz@gnu.org>
557
558 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
559
e3aef5c6
CS
5602010-07-24 Christoph Scholtes <cschol2112@gmail.com>
561
562 * admin.el: Write version number to nt/makefile.w32-in.
563 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
564 in the nt/ directory.
565 * nt/README.W32: Relocate to nt/ directory.
566
8966b757
AS
5672010-07-11 Andreas Schwab <schwab@linux-m68k.org>
568
569 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
570
71c44c04
EZ
5712010-07-08 Eli Zaretskii <eliz@gnu.org>
572
573 * MAINTAINERS: Update my responsibilities.
574
72af86bd
AS
5752010-07-07 Andreas Schwab <schwab@linux-m68k.org>
576
577 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
578 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
579 Remove.
580
317fbf33
EZ
5812010-06-12 Eli Zaretskii <eliz@gnu.org>
582
cbc4fd20
EZ
583 * unidata/bidimirror.awk: New file.
584
585 * unidata/BidiMirroring.txt: New file from
586 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
587
a5b436df 588 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
589 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
590
591 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
592 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
593
317fbf33
EZ
594 * unidata/biditype.awk: New file.
595
596 * unidata/Makefile.in (../../src/biditype.h): New target.
597
598 * unidata/makefile.w32-in (../../src/biditype.h): New target.
599
bf3e70eb
JB
6002010-06-09 Juanma Barranquero <lekktu@gmail.com>
601
602 * unidata/UnicodeData.txt: Update from
603 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
604
81ac4f35
GM
6052010-05-27 Glenn Morris <rgm@gnu.org>
606
607 * quick-install-emacs (AVOID): No more Makefile.c files.
608
609 * notes/cpp: Remove file.
610
e45b9e19
KR
6112010-05-15 Ken Raeburn <raeburn@raeburn.org>
612
613 * admin.el (set-version, set-copyright): Update emacs.c instead of
614 version.el.
615
616 * make-tarball.txt: Update filename list in step 6.
617
618 * quick-install-emacs: Scan emacs.c instead of version.el for
619 version string.
620
61a808e8
CY
6212010-05-07 Chong Yidong <cyd@stupidchicken.com>
622
623 * Version 23.2 released.
624
796bb936
EZ
6252010-04-01 Eli Zaretskii <eliz@gnu.org>
626
52f4d8d5 627 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 628
288f9fc0
CY
6292010-03-10 Chong Yidong <cyd@stupidchicken.com>
630
631 * Branch for 23.2.
632
f758ab59
MB
6332010-03-10 Miles Bader <miles@gnu.org>
634
61c26472
MB
635 * quick-install-emacs: Use more portable shell syntax.
636
a5b436df 637 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
638 installing.
639
296271c0
JB
6402010-02-14 Juanma Barranquero <lekktu@gmail.com>
641
642 * quick-install-emacs (PRUNED): Fix typo in message.
643
79c08ece
GM
6442010-01-20 Glenn Morris <rgm@gnu.org>
645
646 * revdiff: Remove file that only works with CVS, and isn't really
647 needed with Bazaar (given the in-built revision options of bzr diff).
648
893db5bc
GM
6492010-01-12 Glenn Morris <rgm@gnu.org>
650
651 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
652 than emacs-pretest-bug for bug reports for development versions.
653
149353a4
KH
6542009-11-06 Kenichi Handa <handa@m17n.org>
655
656 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
657 that the block data and the following per-char data fall into the
658 same char-table leaf.
659
171fda8a
JB
6602009-10-01 Juanma Barranquero <lekktu@gmail.com>
661
662 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
663
06d09461
JB
6642009-09-07 Juanma Barranquero <lekktu@gmail.com>
665
666 * unidata/.gitignore: New file.
667
cb335806
EZ
6682009-08-22 Eli Zaretskii <eliz@gnu.org>
669
8e22fa7e
EZ
670 * notes/bugtracker: How to reassign a bug to a list of packages.
671
cb335806
EZ
672 * notes/newfile: Details of how to check for problems with DOS 8+3
673 file-name restrictions.
674
6752009-08-18 Glenn Morris <rgm@gnu.org>
676
677 * notes/newfile: New file.
678
54aa48fe
EZ
6792009-07-11 Eli Zaretskii <eliz@gnu.org>
680
681 * make-tarball.txt: Add a note about bumping the value of
682 customize-changed-options-previous-release.
683
aa4a9384
KH
6842009-06-24 Kenichi Handa <handa@m17n.org>
685
fe7a3057 686 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
687 and don't compact the map. This is to prefer the first one in the
688 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
689
09856751
KH
6902009-06-12 Kenichi Handa <handa@m17n.org>
691
692 * charsets/Makefile (JISX213A.map): Make it depend on
693 mapfiles/JISX213A.map.gz.
694 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
695
696 * charsets/mapfiles/JISX213A.map.gz: New file.
697
698 * charsets/mapfiles/README: Describe JISX213A.map.gz.
699
09e47eb5
KH
7002009-06-12 Kenichi Handa <handa@m17n.org>
701
702 * charsets/mapfiles/*: New files.
703
704 * charsets/mule-charsets.el: Mostly re-written to generate all
705 MULE-*.map files.
706
707 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
708 files.
709
710 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
711 EUC-JP-MS.
712
713 * charsets/cp51932.awk (END): Print arch-tag at the tail.
714
715 * charsets/Makefile: Maps depend on files under mapfiles or
716 ${GLIBC_CHARMAPS}.
717
0b4ff5df
KH
7182009-04-21 Kenichi Handa <handa@m17n.org>
719
720 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
721 change.
722
88758986
KH
7232009-04-17 Kenichi Handa <handa@m17n.org>
724
f58e0fd5
SM
725 * unidata/unidata-gen.el (unidata-get-decomposition):
726 Adjust Hangle decomposition rule to Unicode.
88758986 727
0af3fedf
KH
7282009-04-09 Kenichi Handa <handa@m17n.org>
729
f58e0fd5
SM
730 * unidata/unidata-gen.el (unidata-describe-decomposition):
731 Return a string with a composition property to disable combining
0af3fedf
KH
732 characters being composed.
733
e308dcd3 7342009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
735
736 * quick-install-emacs: Be more clever about locating info directory.
737
d9cce206
JB
7382009-02-24 Juanma Barranquero <lekktu@gmail.com>
739
740 * nt/README.W32: Fix typos.
741
3deb93c6
JR
7422009-02-23 Jason Rumney <jasonr@gnu.org>
743
ed9265fc 744 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 745
d9cce206
JB
746 * nt/README.W32: Remove ever expanding versions of Windows.
747 Shorten FAQ URL. Remove mention of obsolete lock directory.
748 Windows distribution now bin and barebin only. Add note about
749 SVG support. Remove old tar and gzip problem workarounds.
750 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
751
752 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
753 undumped distribution no longer exists.
754
e73521d0 7552009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
756
757 * nt/README.W32: Fix typo. (Bug#2207)
758
1b1db3a9
CY
7592009-02-01 Chong Yidong <cyd@stupidchicken.com>
760
761 * admin.el (set-version): Remove deleted file ns-emacs.texi.
762
d90442ce
KH
7632008-12-02 Kenichi Handa <handa@m17n.org>
764
765 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
766 `decomposition' property adjusted.
767 (unidata-split-decomposition): Don't include surrounding "<" and
768 ">" in a symbol name.
769
7702008-12-01 Kenichi Handa <handa@m17n.org>
771
b97439ce
JB
772 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
773 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
774 (unidata-get-numeric, unidata-put-numeric)
775 (unidata-gen-table-numeric): New functions.
776 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
777
983ab7ba
EZ
7782008-11-29 Eli Zaretskii <eliz@gnu.org>
779
780 * notes/documentation: Add notes about Antinews.
781
91236f63
GM
7822008-10-23 Glenn Morris <rgm@gnu.org>
783
784 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
785 Add/tweak some nextstep/ entries.
786
c674e738
KH
7872008-09-19 Kenichi Handa <handa@m17n.org>
788
789 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
790 positions.
791
293a3986
EZ
7922008-08-23 Eli Zaretskii <eliz@gnu.org>
793
794 * CPP-DEFINES: Add USER_FULL_NAME.
795
b7063e7e
JR
7962008-08-16 Jason Rumney <jasonr@gnu.org>
797
d4835507 798 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 799
295b47d8
JB
8002008-08-06 Juanma Barranquero <lekktu@gmail.com>
801
802 * nt/dump.bat: Fix mixed EOLs.
803
14145fa3
AR
8042008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
805
0dcb2845 806 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 807
c3179b06
EZ
8082008-08-02 Eli Zaretskii <eliz@gnu.org>
809
810 * CPP-DEFINES: Add defines for accessing system processes.
811
9e2a2647
DN
8122008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
813
814 * make-tarball.txt:
815 * admin.el:
816 * FOR-RELEASE:
817 * CPP-DEFINES: Remove mentions of Mac Carbon.
818
d3841127
GM
8192008-07-16 Glenn Morris <rgm@gnu.org>
820
821 * admin.el (set-version, set-copyright): Add nextstep/ files.
822
ba60bd44 8232008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 824
0dcb2845 825 * CPP-DEFINES: Add NS port related defines.
edfda783 826
f2d8d275
GM
8272008-06-16 Glenn Morris <rgm@gnu.org>
828
5de85e83
GM
829 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
830 doc/lispref/book-spine.texinfo.
f2d8d275 831
611bee81
GM
8322008-06-15 Glenn Morris <rgm@gnu.org>
833
834 * admin.el (set-version): Add doc/misc/faq.texi.
835
d6710afe
JB
8362008-05-22 Juanma Barranquero <lekktu@gmail.com>
837
838 * FOR-RELEASE: Remove Windows problem about the XPM image library
839 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
840
2e10f11c
JB
8412008-04-15 Juanma Barranquero <lekktu@gmail.com>
842
843 * unidata/UnicodeData.txt: Update to Unicode 5.1.
844
dd7d19d7
JB
8452008-04-14 Juanma Barranquero <lekktu@gmail.com>
846
847 * unidata/unidata-gen.el (unidata-prop-alist):
848 Fix typo in description of `numeric-value'.
849 (unidata-put-character): Fix typo in error message.
850
2cbff44e
GM
8512008-02-21 Glenn Morris <rgm@gnu.org>
852
853 * notes/unicode, notes/font-backend: New files, split off from
854 README.unicode.
855
43bad2da
KH
8562008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
857
858 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 859 being used in latin1-disp.el. Remove the problem of
98723304
KH
860 cp-supported-codepages. Remove the problem of lost changelog for
861 ps-prin1.ps.
43bad2da 862
8a7619ba
EZ
8632008-02-16 Eli Zaretskii <eliz@gnu.org>
864
865 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
866 non-portable in this context.
867
868 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
869 non-portable in this context.
870
f96b6330
EZ
8712008-02-09 Eli Zaretskii <eliz@gnu.org>
872
873 * unidata/makefile.w32-in (lisp): New variable.
874 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
875 lisp/emacs-lisp.
876
56eb72a0
JR
8772008-02-04 Jason Rumney <jasonr@gnu.org>
878
879 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
880
a8fd9158
JB
8812008-02-02 Juanma Barranquero <lekktu@gmail.com>
882
883 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
884
c7e85fc7
EZ
8852008-02-02 Eli Zaretskii <eliz@gnu.org>
886
9aa0b3c8
EZ
887 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
888
bcc891c2 889 * unidata/Makefile.in: Rename from Makefile.
5889232d 890
c7e85fc7
EZ
891 * unidata/makefile.w32-in: New file.
892
db516472
JR
8932008-02-02 Jason Rumney <jasonr@gnu.org>
894
895 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
896
609789d7 8972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 898
aca7a3d2
MB
899 * unidata/copyright.html: New file.
900
609789d7 9012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
902
903 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
904 decomposition, if T is the same as TBase, don't include it in the
905 returned list.
906
609789d7 9072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
908
909 * unidata/unidata-gen.el (unidata-text-file): Delete it.
910 (unidata-list): Initialize to nil.
911 (unidata-setup-list): New function.
bcc891c2
GM
912 (unidata-gen-files): New optional arg unidata-text-file.
913 If it's nil, set unidata-text-file to the left command line arg.
914 Call unidate-setup-list at first.
aca7a3d2 915
bcc891c2 916 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
917 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
918
609789d7 9192008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 920
bcc891c2
GM
921 * unidata/unidata-gen.el: Fix comment typo.
922 Change string-to-int to string-to-number.
923 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
924 (unidata-list): Just insert unidata-text-file.
925 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 926 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 927
bcc891c2 928 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
929 (charprop.el): Depends on unidata.txt.
930 (clean): Remove unidata.txt.
931
609789d7 9322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
933
934 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
935 (unidata-get-name): Handle U+110B.
936
609789d7 9372008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
938
939 Sub-directory `unidata' is for codes to generate charprop.el and
940 many other uni-*.el files from `UnicodeData.txt'.
941
942 * Unidata/README: New file.
943
944 * unidata/Makefile: New file.
945
946 * unidata/unidata-gen.el: New file.
947
948 * unidata/UnicodeData.txt: New file. Copied from
609789d7 949 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
950
951 * unidata/.cvsignore: New file.
952
609789d7 9532008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
954
955 * charsets/.cvsignore: New file.
956
957 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
958
bcc891c2
GM
959 * charsets/Makefile (all): Rename target from charsets.
960 Depend on ${TRANS_TABLE}.
961 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
962 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
963 (install): Copy updated files only.
964
9652008-02-02 Kenichi Handa <handa@m17n.org>
966
bcc891c2 967 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
968
9692008-02-02 Kenichi Handa <handa@m17n.org>
970
971 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
972 0x2299 to 0x29BF.
973
609789d7 9742008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
975
976 * charsets/Makefile (TRANS_TABLE): New macro.
977 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 978 (cp51932.el): New target.
aca7a3d2
MB
979 (eucjp-ms.el): New target.
980 (install): Include ${TRANS_TABLE}.
981 (CJK): Include JISX213A.map.
982 (JISX213A.map): New target.
983
984 * charsets/eucjp-ms.awk: New file.
985
986 * charsets/cp51932.awk: New file.
987
609789d7 9882008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
989
990 * charsets/cp932.awk: New file.
991
bcc891c2 992 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
993
994 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
995 running an awk program.
996
609789d7 9972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
998
999 * charsets/mapconv: Handle UNICODE2.
1000
c4cc8b9a 1001 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1002 (CP932-2BYTE.map): New target.
1003
609789d7 10042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1005
1006 * charsets: New directory for scripts to generate charset map
1007 files in ../etc/charsets/.
1008
bcc891c2 1009 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1010 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1011 * charsets/kuten.awk: New files.
aca7a3d2 1012
adf94aa6
GM
10132008-01-08 Glenn Morris <rgm@gnu.org>
1014
1015 * admin.el (set-version): Add doc/man/emacs.1.
1016
f3041af1
DN
10172008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1018
1019 * notes/copyright:
1020 * MAINTAINERS: Remove references to files that have been removed.
1021
a70c9a7a
GM
10222008-01-04 Glenn Morris <rgm@gnu.org>
1023
1024 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1025
aa5fea59
SM
10262007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * CPP-DEFINES: New file.
1029
f8747b72
RS
10302007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1031
1032 * FOR-RELEASE: Remove "window-system in face definition" [of
1033 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1034 on gnus-dired.el.
1035
24bbe01e
GM
10362007-12-05 Glenn Morris <rgm@gnu.org>
1037
1038 * admin.el (set-version): Handle configure.in. Adapt for doc/
1039 directory layout for manuals.
1040
0073bc5d
RS
10412007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1042
630cb3b7
JB
1043 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1044 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1045
1453abd0
GM
10462007-11-17 Glenn Morris <rgm@gnu.org>
1047
1048 * admin.el (process-lines): Move to ../lisp/subr.el.
1049
ca076674
GM
10502007-10-23 Glenn Morris <rgm@gnu.org>
1051
1052 * MAINTAINERS: Move here from ../.
1053
943756ea
JB
10542007-10-17 Juanma Barranquero <lekktu@gmail.com>
1055
1056 * make-emacs: Doc fix.
1057
bab9fcb4
GM
10582007-08-28 Glenn Morris <rgm@gnu.org>
1059
1060 * admin.el: Provide self.
1061
880820fe 10622007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1063
d58ee9f1 1064 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1065
cacc7b51
GM
10662007-07-25 Glenn Morris <rgm@gnu.org>
1067
1068 * Relicense all FSF files to GPLv3 or later.
1069
bfcea090
GM
10702007-06-07 Glenn Morris <rgm@gnu.org>
1071
1072 * admin.el (set-copyright): New function.
1073
017f0417
NR
10742007-04-25 Nick Roberts <nickrob@snap.net.nz>
1075
1076 * make-tarball.txt: Add note about cutting the branch.
1077
537a062f
CY
10782007-06-02 Chong Yidong <cyd@stupidchicken.com>
1079
1080 * Version 22.1 released.
1081
77083ca3
EZ
10822007-02-03 Eli Zaretskii <eliz@gnu.org>
1083
1084 * nt/makedist.bat: Change EOL format to DOS. Don't use
1085 redirection characters in REM lines.
1086
880820fe 10872007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1088
1089 * FOR-RELEASE: Removed Gtk/Xft issue.
1090
1fc8c92b
MB
10912007-01-01 Miles Bader <miles@gnu.org>
1092
1093 * quick-install-emacs (get_config_var): Deal with weird magic
1094 string inserted by recent versions of autoconf.
1095
7dce1990
JB
10962006-11-25 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * admin.el (set-version): Set version number in
1099 lib-src/makefile.w32-in.
1100
dc3d1157
RS
11012006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1102
1103 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1104 due to a local miss-configuration.
1105
08c85160
CY
11062006-10-28 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * make-announcement (OLD): Remove LEIM references in announcement
1109 since it is now built-in.
1110
d0834a5c
YM
11112006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1112
1113 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1114
151fe029
KH
11152006-10-03 Kenichi Handa <handa@m17n.org>
1116
1117 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1118
e71cb549
CY
11192006-08-13 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * FOR-RELEASE: Elisp manual checking completed.
1122
6232e72d
RS
11232006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1124
1125 * FOR-RELEASE: Update refcard section.
1126
8a8476f9
KS
11272006-07-14 Kim F. Storm <storm@cua.dk>
1128
1129 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1130
1eca02e7
KS
11312006-07-09 Kim F. Storm <storm@cua.dk>
1132
1133 * README: Use outline format. Add FOR-RELEASE.
1134
7fa61471
CY
11352006-06-27 Chong Yidong <cyd@stupidchicken.com>
1136
1137 * FOR-RELEASE: Checking of info.texi done.
1138
8361675a
RS
11392006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1140
1141 * FOR-RELEASE: Update refcard section.
1142
3f168e29
RS
11432006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1144
1145 * FOR-RELEASE: Update refcard section.
1146
f195dc16
CY
11472006-05-25 Chong Yidong <cyd@stupidchicken.com>
1148
1149 * FOR-RELEASE: Key sequence elisp node done.
1150
49561a36
RS
11512006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1152
1153 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1154
6fedb9f9
CY
11552006-05-21 Chong Yidong <cyd@mit.edu>
1156
1157 * FOR-RELEASE: point-entered /point-left bug fixed.
1158
61515a63
EZ
11592006-05-12 Eli Zaretskii <eliz@gnu.org>
1160
1161 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1162 entry.
1163
4297ece2
BW
11642006-05-06 Bill Wohler <wohler@newt.com>
1165
1166 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1167 about it.
1168
4bbe413d 11692006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1170
4bbe413d 1171 * ./* (Copyright): Updated Copyright year(s).
49561a36 1172
6b82baf6
RS
11732006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1174
1175 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1176
49af2995
KS
11772006-02-20 Kim F. Storm <storm@cua.dk>
1178
1179 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1180 Rework how fringe bitmaps are defined and used.
e4920bc9 1181 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1182 one-level representation. It would be cleaner to split the
1183 representation into a two-level model where first level maps
1184 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1185 a bitmap appearance.
49af2995 1186
d5e87a2f
CY
11872006-01-27 Chong Yidong <cyd@stupidchicken.com>
1188
8a8476f9 1189 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1190
9c43c921
BW
11912005-12-13 Bill Wohler <wohler@newt.com>
1192
1193 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1194
6ed81b24
RS
11952005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1196
c95dddbe
RS
1197 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1198 completing-read-multiple, mail-extract-address-components,
1199 mail-mode, quail-define-package, save-buffer and
1200 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1201
2950d850
CY
12022005-11-28 Chong Yidong <cyd@stupidchicken.com>
1203
1204 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1205
ab4d879e
KS
12062005-11-11 Kim F. Storm <storm@cua.dk>
1207
1208 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1209 when displaying a non-breaking space in an overlay string.
1210
932dc33b
CY
12112005-10-30 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * FOR-RELEASE: Init file change implemented.
1214
c809f7cc
CY
12152005-10-27 Chong Yidong <cyd@stupidchicken.com>
1216
1217 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1218
4754e179 12192005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1220
1221 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1222 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1223
ffda926c
BW
12242005-10-17 Bill Wohler <wohler@newt.com>
1225
f58e0fd5 1226 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1227 since it's gone. Also marked mh-e as done.
ffda926c 1228
2d4713aa
JB
12292005-10-11 Juanma Barranquero <lekktu@gmail.com>
1230
1231 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1232 libraries on Windows (Done).
1233
95f76284
JR
12342005-10-01 Jason Rumney <jasonr@gnu.org>
1235
1236 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1237
52f277bf
RF
12382005-08-31 Romain Francoise <romain@orebokech.com>
1239
630cb3b7 1240 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1241 item (Done).
1242
c0eb0519
RF
12432005-08-27 Romain Francoise <romain@orebokech.com>
1244
1245 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1246
385ee3de 12472005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1248
1249 Update FSF's address in GPL notices.
1250
257914aa
LK
12512005-06-10 Lute Kamstra <lute@gnu.org>
1252
1253 * admin.el (set-version): Set version in lisp manual too.
1254 * make-tarball.txt: Commit lispref/elisp.texi too.
1255
a4e51a7a
RS
12562005-06-04 Richard M. Stallman <rms@gnu.org>
1257
1258 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1259 Other cleanups.
1260
834671a6
LK
12612005-04-19 Lute Kamstra <lute@gnu.org>
1262
1263 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1264
54381691
LK
12652005-04-14 Lute Kamstra <lute@gnu.org>
1266
118e2c39
LK
1267 * nt/makedist.bat (elfiles): Update.
1268
54381691
LK
1269 * admin.el (add-release-logs): Fix require call.
1270
0b048d52
MT
12712005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1272
f58e0fd5 1273 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1274 The first line of every tutorial must begin with a sentence saying
1275 "Emacs Tutorial" in the respective language. This should be
1276 followed by "See end for copying conditions", likewise in the
1277 respective language.
0b048d52 1278
18cd5892
LT
12792005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1280
1281 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1282 Add `undo-ask-before-discard' to it.
1283
9a1c5fbf
MB
12842005-03-02 Miles Bader <miles@gnu.org>
1285
1286 * quick-install-emacs: Only use the mkdir --verbose option if the
1287 script's --verbose option was specified (this avoids problems with
1288 default usage on systems where mkdir doesn't support that option).
1289
e25c1ca6
JR
12902005-02-15 Jason Rumney <jasonr@gnu.org>
1291
fffa137c 1292 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1293 tar --exclude.
1294
880820fe 12952004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1296
1297 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1298
6622d928
LT
12992004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1300
1301 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1302 Elisp manuals.
1303
d574552a
LT
13042004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1305
1306 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1307 Emacs and Elisp manuals.
d574552a 1308
0a5e5be0
KS
13092004-09-11 Kim F. Storm <storm@cua.dk>
1310
1311 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1312 (Documentation): Add NEWS entry.
1313 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1314
2661eae9
KS
13152004-08-29 Kim F. Storm <storm@cua.dk>
1316
1317 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1318
880820fe 13192004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1320
c4cc8b9a 1321 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1322 (now behaves as well as other ports).
1323
880820fe 13242004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1325
2661eae9 1326 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1327
44618f20 13282004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1329
1330 * FOR-RELEASE: Moved here from the etc directory.
1331
db281452
TTN
13322004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1333
1334 * notes/BRANCH: New file, to be maintained per CVS branch.
1335
feebeb72
MB
13362003-10-01 Miles Bader <miles@gnu.org>
1337
1338 * quick-install-emacs: Don't use "function" keyword when defining
1339 shell functions.
1340
44618f20
LK
13412003-09-29 Lute Kamstra <lute@gnu.org>
1342
1343 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1344
e04e1ce2
MB
13452003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1346
1347 * quick-install-emacs: Remove fns-* pruning, since that file no
1348 longer seems to be generated.
1349 (AVOID): Quote literal periods. Quote braces in a way acceptable
1350 to all parties (gawk gets bitchy about using `\').
1351
6cce52e8
MB
13522003-08-19 Miles Bader <miles@gnu.org>
1353
1354 * quick-install-emacs: Add arch-specific ignored files to
1355 quick-install-emacs. Use quoting for periods that's acceptable
1356 to recent versions of gawk.
1357
13582d53
MR
13582003-08-11 Markus Rost <rost@math.ohio-state.edu>
1359
1360 * cus-test.el: Remove obsolete workaround.
1361
e53925a5
AI
13622003-04-22 Andrew Innes <andrewi@gnu.org>
1363
1364 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1365 emacs.exe before zipping, and including batch file to recreate
1366 after unpacking.
1367
1368 * nt/stitch.bat: New file.
1369
1370 * nt/README-ftp-server: Update wording and version number etc.
1371 Add extra instructions for installing multi-file .zip
1372 distribution.
1373
1374 * nt/README.W32: Remove personal email address and update wording.
1375
1376 * nt/README-UNDUMP.W32: Remove personal email address and update
1377 wording.
1378
880820fe 13792003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1380
1381 * make-changelog-diff: New script, code stolen from make-announcement.
1382
1383 * make-announcement: Use make-changelog-diff.
1384
880820fe 13852003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1386
1387 * make-tarball.txt: Step-by-step instructions for making a tarball.
1388
10d1d0af 1389 * make-announcement: A script for creating pretest announcements.
163c6f1c 1390
880820fe 13912003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1392
1393 * admin.el (add-release-logs): Expand the directory name before
1394 calling find(1).
1395 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1396 the date and the user's name and address.
33b97f32 1397
7b997a97
MB
13982003-01-07 Miles Bader <miles@gnu.org>
1399
1400 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1401 command output from non-C locales.
1402
6c465a15 14032002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1404
3bc08206 1405 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1406 which can be run in batch mode. See the Commentary section.
bd08d86a 1407
5ce129c2
MR
14082002-10-08 Markus Rost <rost@math.ohio-state.edu>
1409
1410 * cus-test.el: New file.
1411
14dd2fe9
MB
14122002-05-27 Miles Bader <miles@gnu.org>
1413
1414 * quick-install-emacs (VERSION): Calculate using the same method
1415 that configure.in uses.
1416
880820fe 14172002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1418
1419 * emacs-pretesters: New file with information for Emacs
1420 pretesters.
1421
b9a07996
PE
14222002-03-22 Paul Eggert <eggert@twinsun.com>
1423
1424 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1425 POSIX 1003.1-2001 disallows both usages.
1426
38b81d74
AI
14272002-02-11 Andrew Innes <andrewi@gnu.org>
1428
1429 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1430
72a68345
AI
14312002-01-24 Andrew Innes <andrewi@gnu.org>
1432
1433 * nt/README.W32: Remove unnecessary version number and date
1434 references.
1435
1436 * nt/README-UNDUMP.W32: Ditto.
1437
ebbaf4e3
GM
14382001-12-06 Gerd Moellmann <gerd@gnu.org>
1439
1440 * make-emacs: Add --trace-move.
1441
461a1459
AI
14422001-10-23 Andrew Innes <andrewi@gnu.org>
1443
1444 * nt/makedist.bat: Remove remaining obsolete reference to
1445 GETTING.GNU.SOFTWARE.
1446
26fe1f92
GM
14472001-10-22 Gerd Moellmann <gerd@gnu.org>
1448
1449 * admin.el (set-version): Use `s' interactive spec for
1450 version number.
1451
71431a0e
GM
14522001-10-20 Gerd Moellmann <gerd@gnu.org>
1453
6aa97356 1454 * (Version 21.1 released.)
71431a0e 1455
e568708b
GM
14562001-10-20 Gerd Moellmann <gerd@gnu.org>
1457
1458 * admin.el (add-release-logs): Put the log entry in lispref, too.
1459
c5915370
MB
14602001-10-20 Miles Bader <miles@gnu.org>
1461
1462 * quick-install-emacs: Exit if we can't find some variable.
1463 (AVOID): Add .orig & .rej files.
1464 (get_config_var): Be more liberal about format of config.status
1465 sed commands.
1466
5a4a5bd4
GM
14672001-10-19 Gerd Moellmann <gerd@gnu.org>
1468
74499542
GM
1469 * admin.el: New file.
1470
5a4a5bd4
GM
1471 * build-configs: Add --help option. Add support for building
1472 in arbitrary source trees.
1473
09954f3b
GM
14742001-10-17 Gerd Moellmann <gerd@gnu.org>
1475
1476 * alloc-colors.c: New file.
1477
f2164e31
GM
14782001-10-13 Gerd Moellmann <gerd@gnu.org>
1479
1480 * make-emacs: Add --boot switch for bootstrapping. Logs to
1481 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1482
ab952a4f
GM
14832001-10-05 Gerd Moellmann <gerd@gnu.org>
1484
1485 * Branch for 21.1.
6c465a15 1486
f537c3cd
EZ
14872001-09-04 Andrew Innes <andrewi@gnu.org>
1488
1489 * admin/nt/makedist.bat: Remove reference to obsolete file
1490 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1491 version of tar used.
1492
1493;; Local Variables:
880820fe 1494;; coding: utf-8
f537c3cd 1495;; End:
2a34a036 1496
6116bd7e 1497 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1498
1499 This file is part of GNU Emacs.
1500
9ad5de0c 1501 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1502 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1503 the Free Software Foundation, either version 3 of the License, or
1504 (at your option) any later version.
5b87ad55
GM
1505
1506 GNU Emacs is distributed in the hope that it will be useful,
1507 but WITHOUT ANY WARRANTY; without even the implied warranty of
1508 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1509 GNU General Public License for more details.
1510
1511 You should have received a copy of the GNU General Public License
9ad5de0c 1512 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.