Fix last commit.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
a615a3ae
PE
12012-09-27 Paul Eggert <eggert@cs.ucla.edu>
2
3 Check more robustly for timer_settime.
4 * merge-gnulib (GNULIB_MODULES): Add timer-time.
5
e3b60857
JB
62012-09-26 Juanma Barranquero <lekktu@gmail.com>
7
8 * unidata/BidiMirroring.txt:
9 * unidata/UnicodeData.txt: Update to Unicode 6.2.
10
78f83752
GM
112012-09-17 Glenn Morris <rgm@gnu.org>
12
dcddaabb
GM
13 * admin.el (add-log-time-format): Declare.
14
dcf8834b
GM
15 * admin.el (cusver-scan, cusver-check): Bind local variables.
16
17 * admin.el (set-version): Set major version in
18 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
19 (set-copyright): In etc/refcards, only change ru-refcard.tex
20 and emacsver.tex.
21
78f83752
GM
22 * admin.el (set-copyright): No more need to set copyrights for
23 nextstep, or .c files. Add configure.ac and config.nt.
24
0caaedb1
PE
252012-09-16 Paul Eggert <eggert@cs.ucla.edu>
26
27 Remove configure's --without-sync-input option (Bug#12450).
28 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
29
83da1b55
GM
302012-09-16 Glenn Morris <rgm@gnu.org>
31
32 * admin.el (set-version): No more need to set nextstep versions.
33 (set-copyright): Update for moved nextstep files.
34
4a4bbad2
PE
352012-09-13 Paul Eggert <eggert@cs.ucla.edu>
36
37 Simplify SIGIO usage (Bug#12408).
38 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
39 (BROKEN_SIGPTY, NO_TERMIO): Remove.
40
c990426a
PE
412012-09-11 Paul Eggert <eggert@cs.ucla.edu>
42
43 Simplify, document, and port floating-point (Bug#12381).
44 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
45
f6196b87
PE
462012-09-09 Paul Eggert <eggert@cs.ucla.edu>
47
48 Assume C89 or later for math functions (Bug#12381).
49 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
50 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
51
1088b922
PE
522012-09-04 Paul Eggert <eggert@cs.ucla.edu>
53
54 Simplify redefinition of 'abort' (Bug#12316).
55 * CPP-DEFINES (NO_ABORT): Remove.
56
a3f90bea
GM
572012-08-28 Glenn Morris <rgm@gnu.org>
58
59 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
60
01e0f0f5
AS
612012-08-28 Andreas Schwab <schwab@linux-m68k.org>
62
63 * charsets/mule-charsets.el (header): Fix typo.
64
f4a681b0
PE
652012-08-24 Paul Eggert <eggert@cs.ucla.edu>
66
67 On assertion failure, print backtrace if available.
68 * merge-gnulib (GNULIB_MODULES): Add execinfo.
69
620f13b0
PE
702012-08-16 Paul Eggert <eggert@cs.ucla.edu>
71
72 Use ASCII tests for character types.
73 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
74 new direct dependency; c-ctype was already being used indirectly
75 via other gnulib modules.
76
f5d9e83a
PE
772012-08-14 Paul Eggert <eggert@cs.ucla.edu>
78
79 Use bool for Emacs Lisp booleans.
80 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
81 new direct dependency; stdbool was already being used indirectly
82 via other gnulib modules.
83
9ff9402d 842012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
85
86 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
87
c644523b
DA
882012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
89
90 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
91
13294f95
PE
922012-08-02 Paul Eggert <eggert@cs.ucla.edu>
93
94 Port to Solaris 8.
95 * CPP-DEFINES (WRETCODE): Remove.
96
d8a05828
DA
972012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
98
99 * coccinelle/overlay.cocci: Semantic patch to replace direct
100 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
101
8271d590
DA
1022012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
103
104 * coccinelle/symbol.cocci: Semantic patch to replace direct
105 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
106
3193acd2
DA
1072012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
108
109 * coccinelle/process.cocci: Semantic patch to replace direct
110 access to Lisp_Object members of struct Lisp_Process to PVAR.
111
3a45383a
DA
1122012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
113
114 * coccinelle/window.cocci: Semantic patch to replace direct
115 access to Lisp_Object members of struct window to WVAR.
116
e34f7f79
DA
1172012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
118
119 * coccinelle/frame.cocci: Semantic patch to replace direct
120 access to Lisp_Object members of struct frame to FVAR.
121
e32a5799
PE
1222012-07-28 Paul Eggert <eggert@cs.ucla.edu>
123
124 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
125 * merge-gnulib: Add environ, stdalign.
126
d7ea76b4
DA
1272012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
128
129 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
130 make_unibyte_string to build_unibyte_string where appropriate.
131
4dc7c8d5 1322012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
133
134 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
135
4dc7c8d5 1362012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
137
138 * Version 24.1 released.
d7ea76b4 139
5ebbef1d
PE
1402012-07-11 Paul Eggert <eggert@cs.ucla.edu>
141
bb352260
PE
142 Assume mkdir, perror, rename, rmdir, strerror.
143 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
144 (HAVE_STRERROR, strerror):
57054ddd 145 Remove.
5ebbef1d 146
7d7bbefd
DA
1472012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
148
149 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
150 to XCDR and consistently use CONSP in the list iteration loops.
151 * coccinelle/vector_contents.cocci: Fix indentation.
152
f58e0fd5
SM
1532012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * bzrmerge.el: Use cl-lib.
156
c4444d16
PE
1572012-07-09 Paul Eggert <eggert@cs.ucla.edu>
158
159 Rename configure.in to configure.ac (Bug#11603).
160 * admin.el (set-version):
161 * quick-install-emacs (VERSION):
162 Get version number from configure.ac, not configure.in.
163
fee5959d
PE
1642012-07-06 Paul Eggert <eggert@cs.ucla.edu>
165
166 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
167 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
168
23f86fce
DA
1692012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
170
171 * coccinelle/xzalloc.cocci: Semantic patch to convert
172 calls to xmalloc with following memset to xzalloc.
173
95f61aa2
JB
1742012-07-04 Juanma Barranquero <lekktu@gmail.com>
175
176 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
177
1130ecfc
DA
1782012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
179
180 * coccinelle/build_string.cocci: Semantic patch
181 to convert from make_string to build_string.
182
3c9359df
DA
1832012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
184
185 First Coccinelle semantic patch.
186 * coccinelle: New subdirectory
187 * coccinelle/README: Documentation stub.
188 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
189 access to `contents' member of Lisp_Vector objects with AREF and ASET
190 where appropriate.
3c9359df 191
d35af63c
PE
1922012-06-22 Paul Eggert <eggert@cs.ucla.edu>
193
194 Support higher-resolution time stamps (Bug#9000).
195 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
196 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
197 timespec-sub, utimens.
198 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
199 This trims down the gnulib import, from the very latest gnulib.
200 Emacs does its own implementation of 'select' and 'sigprocmask'
201 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
202 hosts, so it doesn't need these modules.
203 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
204 these gnulib modules are only for Windows porting and Emacs ports
205 to Windows in a different way.
206
646b5f55
AS
2072012-06-13 Andreas Schwab <schwab@linux-m68k.org>
208
f58e0fd5
SM
209 * make-emacs: Rename --union-type to --check-lisp-type.
210 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
211 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
212 USE_LISP_UNION_TYPE.
213
418cd726
GM
2142012-06-03 Glenn Morris <rgm@gnu.org>
215
216 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
217
501390c5
PE
2182012-06-01 Paul Eggert <eggert@cs.ucla.edu>
219
220 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
221 * make-tarball.txt: Don't worry about maintainer mode.
222
0e7a053e
PE
2232012-05-28 Paul Eggert <eggert@cs.ucla.edu>
224
225 * CPP-DEFINES: Remove HAVE_SYSINFO.
226
50c4645e
PE
2272012-05-27 Paul Eggert <eggert@cs.ucla.edu>
228
229 Assume gnulib does largefile.
230 * merge-gnulib (GNULIB_MODULES): Add largefile.
231
34374650
PE
2322012-05-22 Paul Eggert <eggert@cs.ucla.edu>
233
234 Remove src/m/*.
235 * CPP-DEFINES: Do not mention src/m/*.h.
236 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
237 (BITS_PER_SHORT, BITS_PER_INT): Remove.
238 * MAINTAINERS: Remove src/m/.
239
9b4ee616
PE
2402012-05-21 Paul Eggert <eggert@cs.ucla.edu>
241
fb77d37e
PE
242 Use full name for m4/gnulib-comp.m4. (Bug#11529)
243 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
244
261cb4bb
PE
245 Assume C89 or later.
246 * CPP-DEFINES: Remove NULL, const.
247
9b4ee616
PE
248 Make merging from gnulib a script, not a makefile action.
249 * merge-gnulib: New script, with actions moved here from
250 ../Makefile.in.
251
003fdae2
PE
2522012-05-19 Paul Eggert <eggert@cs.ucla.edu>
253
9232a6d9
PE
254 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
255
003fdae2
PE
256 * CPP-DEFINES (HAVE_FTIME): Remove.
257
6116bd7e
GM
2582012-05-02 Glenn Morris <rgm@gnu.org>
259
260 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
261
a9f72fc1
GM
2622012-04-10 Glenn Morris <rgm@gnu.org>
263
c9279dad
GM
264 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
265
a9f72fc1
GM
266 * unidata/Makefile.in: Add FSF copyright.
267 Make it use autoconf features, and work for out-of-tree builds.
268
b142f158
EZ
2692012-04-07 Eli Zaretskii <eliz@gnu.org>
270
271 * unidata/README:
272 * unidata/copyright.html:
273 * unidata/BidiMirroring.txt:
274 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
275 the Unicode Standard.
276
c406be43
KH
2772012-02-16 Kenichi Handa <handa@m17n.org>
278
279 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
280 values of name and old-name to nil.
281 (unidata-get-name): Return nil for the default value.
282
58474503
GM
2832012-02-11 Glenn Morris <rgm@gnu.org>
284
285 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
286 (cusver-check): New functions.
287
54de86ac
GM
2882012-01-19 Glenn Morris <rgm@gnu.org>
289
290 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
291 "skip?" question, since there can be multiple such for any revision.
292
0dc18ae0
EZ
2932012-01-14 Eli Zaretskii <eliz@gnu.org>
294
295 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
296 updated and checked.
297
509c74bd
AS
2982011-11-26 Andreas Schwab <schwab@linux-m68k.org>
299
303d001f
AS
300 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
301 Avoid warning about old-style backquote.
302
509c74bd
AS
303 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
304 in regexp.
305 (wisent-make-parsers): Likewise. Quote `.'.
306
307 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
308 in regexp.
309 (bovine-make-parsers): Likewise. Quote `.'.
310
d5ff9cd0
AS
3112011-11-20 Andreas Schwab <schwab@linux-m68k.org>
312
313 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
314
7877f373
JB
3152011-11-16 Juanma Barranquero <lekktu@gmail.com>
316
317 * admin.el (manual-dvi): Fix typo.
318
b018182c
EZ
3192011-11-15 Eli Zaretskii <eliz@gnu.org>
320
7877f373 321 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 322
c7015153
JB
3232011-11-15 Juanma Barranquero <lekktu@gmail.com>
324
325 * make-emacs: Fix typo.
326
d31d07be
JB
3272011-11-07 Juanma Barranquero <lekktu@gmail.com>
328
329 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
330
72b8747b
DE
3312011-10-31 David Engster <deng@randomsample.de>
332
333 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
334
8cedc5ac
EZ
3352011-10-28 Eli Zaretskii <eliz@gnu.org>
336
337 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
338 running Emacs on Windows 9X.
339
a0c64452
CY
3402011-09-26 Chong Yidong <cyd@stupidchicken.com>
341
342 * admin.el (set-version): Fix regexps for config.nt and
343 sed2v2.inp.
344
e39b275c 3452011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 346
abec06ff 347 Merge from gnulib (Bug#9169).
24e0f6b1
PE
348 * notes/copyright: The files compile, config.guess, config.sub,
349 depcomp, install-sh, missing, and move-if-change are now in the
350 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
351 and warn-on-use.h are now in build-aux/snippets. New file
352 build-aux/snippets/_Noreturn.h.
353
bca633fb
EZ
3542011-08-23 Eli Zaretskii <eliz@gnu.org>
355
356 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
357 values of bidi-class according to DerivedBidiClass.txt from the
358 latest UCD.
359
0902a04e
KH
3602011-08-23 Kenichi Handa <handa@m17n.org>
361
362 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
363 values for name, general-category, canonical-combining-class,
364 mirrored, and bidi-class. Describe the meaning of value nil for
365 decimal-digit-value, digit-value, numeric-value, uppercase,
366 lowercase, titlecase, and mirroring.
367 (unidata-gen-table): Handle the case that default-value is a
368 list. Set default values of characters not listed in a table.
369 (unidata-get-name): Return an empty string if a value in a
370 char-table is nil.
371 (unidata-get-decomposition): Return a list of character itself if
372 a value in a char-table is nil.
373
474a8465
EZ
3742011-08-15 Eli Zaretskii <eliz@gnu.org>
375
376 * unidata/bidimirror.awk: File removed.
377
378 * unidata/biditype.awk: File removed.
379
380 * unidata/makefile.w32-in (all): Remove src/biditype.h and
381 src/bidimirror.h.
f58e0fd5 382 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
383
384 * unidata/Makefile.in (all): Remove src/biditype.h and
385 src/bidimirror.h.
f58e0fd5 386 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 387
a5b436df
JB
3882011-07-07 Juanma Barranquero <lekktu@gmail.com>
389
390 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
391 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
392
c805dec0
KH
3932011-07-06 Kenichi Handa <handa@m17n.org>
394
395 * unidata/unidata-gen.el (unidata-dir): New variable.
396 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
397 (unidata-prop-alist): INDEX element may be a function.
398 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
399 New entry `mirroring'.
400 (unidata-prop-default, unidata-prop-val-list): New subst.
401 (unidata-get-character, unidata-put-character): Delete them.
402 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
403 above changes.
404 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
405 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
406 Delete them.
407 (unidata-encode-val): Assume that the first element of VAL-LIST is
408 a cons (nil . 0).
409 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
410 Always store the encoded value.
411 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
412 Set the 1st and the 2nd extra slots to index numbers for C
413 functions.
414 (unidata-gen-table-integer): Likewise.
415 (unidata-gen-table-numeric): Likewise.
416 (unidata-gen-table-name): New arg IGNORE.
417 (unidata-gen-table-decomposition): Likewise.
418 (unidata-describe-general-category): Add the case nil to the
419 description alist.
a5b436df 420 (unidata-gen-mirroring-list): New function.
c805dec0
KH
421 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
422 unidata-prop-alist. Handle the case of storing multiple
423 char-tables in a file.
424
425 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
426 unidata-gen-files.
427
2a35386d
GM
4282011-05-21 Glenn Morris <rgm@gnu.org>
429
430 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
431
33383987
JB
4322011-03-07 Chong Yidong <cyd@stupidchicken.com>
433
434 * Version 23.3 released.
435
cce7d530 4362011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
437
438 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
439
9d9d12cd
EZ
4402011-02-19 Eli Zaretskii <eliz@gnu.org>
441
442 * admin.el (set-version): Add msdos/sed2v2.inp.
443
1f5d53eb
PE
4442011-02-16 Paul Eggert <eggert@cs.ucla.edu>
445
446 Remove no-longer needed getloadavg symbols.
447 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
448 (LDAV_SYMBOL): Remove.
449
7b24e97a
GM
4502011-02-12 Glenn Morris <rgm@gnu.org>
451
452 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
453
4d881c83
GM
4542011-02-05 Glenn Morris <rgm@gnu.org>
455
456 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
457 (bzrmerge-apply): Use it.
458 (bzrmerge): Kill any old warning buffer first.
459
f6041baa
GM
4602011-02-03 Glenn Morris <rgm@gnu.org>
461
462 * bzrmerge.el (bzrmerge-buffer): New constant.
463 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
464 (bzrmerge-missing): If nothing to do, return nil not (nil).
465 (bzrmerge-apply): Remove odd character from message.
466 (bzrmerge): Give status messages.
467
70b0d280
EZ
4682011-01-31 Eli Zaretskii <eliz@gnu.org>
469
f6041baa
GM
470 * admin.el (set-version): Remove lib-src/makefile.w32-in.
471 Add nt/config.nt.
70b0d280 472
16fab143
PE
4732011-01-31 Paul Eggert <eggert@cs.ucla.edu>
474
475 src/emacs.c now gets version number from configure.in
476 * admin.el (set-version): Don't update src/emacs.c.
477 * quick-install-emacs (VERSION): Get it from configure.in, not from
478 src/emacs.c.
479
16c3e636
PE
4802011-01-30 Paul Eggert <eggert@cs.ucla.edu>
481
482 strftime: import from gnulib
483 * notes/copyright: strftime.c moved from src to lib.
484
d0cb8662
GM
4852011-01-25 Glenn Morris <rgm@gnu.org>
486
487 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
488 (bzrmerge-missing): Use it.
489
d6100f3d
PE
4902011-01-19 Paul Eggert <eggert@cs.ucla.edu>
491
492 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
493 rather than doing rm and autoconf by hand. See
494 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
495
9092d186
PE
4962011-01-17 Paul Eggert <eggert@cs.ucla.edu>
497
498 * notes/bzr (Installing changes from gnulib): New section.
499 Need for this suggested by Stefan Monnier.
500
41f44310
SM
5012011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
504 an inconsistent state.
505
a3e44e79 5062011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
507
508 Update copyright notes to match recent gnulib-related changes.
509 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
510 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
511 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
512 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
513 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
514 subsumed by m4/*.m4 rule). config.guess, config.sub, and
515 doc/man/texinfo.tex are now copied in from gnulib.
516
6fffc900
GM
5172011-01-15 Glenn Morris <rgm@gnu.org>
518
2153c862 519 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 520
6fffc900
GM
521 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
522 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
523
77ab81d0 5242011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
525
526 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
527
1851cac3
GM
5282011-01-14 Glenn Morris <rgm@gnu.org>
529
530 * bzrmerge.el: Require cl when compiling.
531 (bzrmerge-merges): Doc fix.
532
2b3f5bc8
PE
5332011-01-07 Paul Eggert <eggert@cs.ucla.edu>
534
535 * notes/copyright: There's only one install-sh, not two, so fix a
536 typo claiming that there's two. Add move-if-change to the list of
537 GPL files imported from gnulib.
538
5392011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
540
541 * notes/copyright: Report status more accurately for non-GPL files.
542 Report copyright status more accurately for mkinstalldirs,
543 configure, m4/getopt.m4, and msdos/sed*.inp.
544
7c420169 5452011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
546
547 * nt/README.W32: Update the information about PNG support libraries.
548 (Bug#7716)
549
9ebea0e7
SM
5502010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * bzrmerge.el: New file to help merge branches while skipping
553 some revisions (e.g. from emacs-23 to trunk).
554
201ef780
AS
5552010-12-03 Andreas Schwab <schwab@linux-m68k.org>
556
557 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
558
16a0af11
GM
5592010-10-12 Glenn Morris <rgm@gnu.org>
560
561 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
562
f4f358f1
GM
5632010-10-09 Glenn Morris <rgm@gnu.org>
564
565 * admin.el (set-version): Add doc/emacs/emacsver.texi.
566
3fb78d1f
GM
5672010-10-09 Glenn Morris <rgm@gnu.org>
568
f7a31f11
GM
569 * admin.el (set-version): No need to act on doc/ files any more.
570
3fb78d1f
GM
571 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
572
733946e7
JB
5732010-09-05 Juanma Barranquero <lekktu@gmail.com>
574
575 * unidata/BidiMirroring.txt: Update from
576 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
577
578 * unidata/UnicodeData.txt: Update from
579 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
580
671d409f
AS
5812010-08-09 Andreas Schwab <schwab@linux-m68k.org>
582
583 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
584
29cf3e20
EZ
5852010-08-05 Eli Zaretskii <eliz@gnu.org>
586
587 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
588
e3aef5c6
CS
5892010-07-24 Christoph Scholtes <cschol2112@gmail.com>
590
591 * admin.el: Write version number to nt/makefile.w32-in.
592 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
593 in the nt/ directory.
594 * nt/README.W32: Relocate to nt/ directory.
595
8966b757
AS
5962010-07-11 Andreas Schwab <schwab@linux-m68k.org>
597
598 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
599
71c44c04
EZ
6002010-07-08 Eli Zaretskii <eliz@gnu.org>
601
602 * MAINTAINERS: Update my responsibilities.
603
72af86bd
AS
6042010-07-07 Andreas Schwab <schwab@linux-m68k.org>
605
606 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
607 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
608 Remove.
609
317fbf33
EZ
6102010-06-12 Eli Zaretskii <eliz@gnu.org>
611
cbc4fd20
EZ
612 * unidata/bidimirror.awk: New file.
613
614 * unidata/BidiMirroring.txt: New file from
615 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
616
a5b436df 617 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
618 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
619
620 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
621 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
622
317fbf33
EZ
623 * unidata/biditype.awk: New file.
624
625 * unidata/Makefile.in (../../src/biditype.h): New target.
626
627 * unidata/makefile.w32-in (../../src/biditype.h): New target.
628
bf3e70eb
JB
6292010-06-09 Juanma Barranquero <lekktu@gmail.com>
630
631 * unidata/UnicodeData.txt: Update from
632 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
633
81ac4f35
GM
6342010-05-27 Glenn Morris <rgm@gnu.org>
635
636 * quick-install-emacs (AVOID): No more Makefile.c files.
637
638 * notes/cpp: Remove file.
639
e45b9e19
KR
6402010-05-15 Ken Raeburn <raeburn@raeburn.org>
641
642 * admin.el (set-version, set-copyright): Update emacs.c instead of
643 version.el.
644
645 * make-tarball.txt: Update filename list in step 6.
646
647 * quick-install-emacs: Scan emacs.c instead of version.el for
648 version string.
649
61a808e8
CY
6502010-05-07 Chong Yidong <cyd@stupidchicken.com>
651
652 * Version 23.2 released.
653
796bb936
EZ
6542010-04-01 Eli Zaretskii <eliz@gnu.org>
655
52f4d8d5 656 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 657
288f9fc0
CY
6582010-03-10 Chong Yidong <cyd@stupidchicken.com>
659
660 * Branch for 23.2.
661
f758ab59
MB
6622010-03-10 Miles Bader <miles@gnu.org>
663
61c26472
MB
664 * quick-install-emacs: Use more portable shell syntax.
665
a5b436df 666 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
667 installing.
668
296271c0
JB
6692010-02-14 Juanma Barranquero <lekktu@gmail.com>
670
671 * quick-install-emacs (PRUNED): Fix typo in message.
672
79c08ece
GM
6732010-01-20 Glenn Morris <rgm@gnu.org>
674
675 * revdiff: Remove file that only works with CVS, and isn't really
676 needed with Bazaar (given the in-built revision options of bzr diff).
677
893db5bc
GM
6782010-01-12 Glenn Morris <rgm@gnu.org>
679
680 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
681 than emacs-pretest-bug for bug reports for development versions.
682
149353a4
KH
6832009-11-06 Kenichi Handa <handa@m17n.org>
684
685 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
686 that the block data and the following per-char data fall into the
687 same char-table leaf.
688
171fda8a
JB
6892009-10-01 Juanma Barranquero <lekktu@gmail.com>
690
691 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
692
06d09461
JB
6932009-09-07 Juanma Barranquero <lekktu@gmail.com>
694
695 * unidata/.gitignore: New file.
696
cb335806
EZ
6972009-08-22 Eli Zaretskii <eliz@gnu.org>
698
8e22fa7e
EZ
699 * notes/bugtracker: How to reassign a bug to a list of packages.
700
cb335806
EZ
701 * notes/newfile: Details of how to check for problems with DOS 8+3
702 file-name restrictions.
703
7042009-08-18 Glenn Morris <rgm@gnu.org>
705
706 * notes/newfile: New file.
707
54aa48fe
EZ
7082009-07-11 Eli Zaretskii <eliz@gnu.org>
709
710 * make-tarball.txt: Add a note about bumping the value of
711 customize-changed-options-previous-release.
712
aa4a9384
KH
7132009-06-24 Kenichi Handa <handa@m17n.org>
714
fe7a3057 715 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
716 and don't compact the map. This is to prefer the first one in the
717 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
718
09856751
KH
7192009-06-12 Kenichi Handa <handa@m17n.org>
720
721 * charsets/Makefile (JISX213A.map): Make it depend on
722 mapfiles/JISX213A.map.gz.
723 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
724
725 * charsets/mapfiles/JISX213A.map.gz: New file.
726
727 * charsets/mapfiles/README: Describe JISX213A.map.gz.
728
09e47eb5
KH
7292009-06-12 Kenichi Handa <handa@m17n.org>
730
731 * charsets/mapfiles/*: New files.
732
733 * charsets/mule-charsets.el: Mostly re-written to generate all
734 MULE-*.map files.
735
736 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
737 files.
738
739 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
740 EUC-JP-MS.
741
742 * charsets/cp51932.awk (END): Print arch-tag at the tail.
743
744 * charsets/Makefile: Maps depend on files under mapfiles or
745 ${GLIBC_CHARMAPS}.
746
0b4ff5df
KH
7472009-04-21 Kenichi Handa <handa@m17n.org>
748
749 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
750 change.
751
88758986
KH
7522009-04-17 Kenichi Handa <handa@m17n.org>
753
f58e0fd5
SM
754 * unidata/unidata-gen.el (unidata-get-decomposition):
755 Adjust Hangle decomposition rule to Unicode.
88758986 756
0af3fedf
KH
7572009-04-09 Kenichi Handa <handa@m17n.org>
758
f58e0fd5
SM
759 * unidata/unidata-gen.el (unidata-describe-decomposition):
760 Return a string with a composition property to disable combining
0af3fedf
KH
761 characters being composed.
762
e308dcd3 7632009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
764
765 * quick-install-emacs: Be more clever about locating info directory.
766
d9cce206
JB
7672009-02-24 Juanma Barranquero <lekktu@gmail.com>
768
769 * nt/README.W32: Fix typos.
770
3deb93c6
JR
7712009-02-23 Jason Rumney <jasonr@gnu.org>
772
ed9265fc 773 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 774
d9cce206
JB
775 * nt/README.W32: Remove ever expanding versions of Windows.
776 Shorten FAQ URL. Remove mention of obsolete lock directory.
777 Windows distribution now bin and barebin only. Add note about
778 SVG support. Remove old tar and gzip problem workarounds.
779 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
780
781 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
782 undumped distribution no longer exists.
783
e73521d0 7842009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
785
786 * nt/README.W32: Fix typo. (Bug#2207)
787
1b1db3a9
CY
7882009-02-01 Chong Yidong <cyd@stupidchicken.com>
789
790 * admin.el (set-version): Remove deleted file ns-emacs.texi.
791
d90442ce
KH
7922008-12-02 Kenichi Handa <handa@m17n.org>
793
794 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
795 `decomposition' property adjusted.
796 (unidata-split-decomposition): Don't include surrounding "<" and
797 ">" in a symbol name.
798
7992008-12-01 Kenichi Handa <handa@m17n.org>
800
b97439ce
JB
801 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
802 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
803 (unidata-get-numeric, unidata-put-numeric)
804 (unidata-gen-table-numeric): New functions.
805 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
806
983ab7ba
EZ
8072008-11-29 Eli Zaretskii <eliz@gnu.org>
808
809 * notes/documentation: Add notes about Antinews.
810
91236f63
GM
8112008-10-23 Glenn Morris <rgm@gnu.org>
812
813 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
814 Add/tweak some nextstep/ entries.
815
c674e738
KH
8162008-09-19 Kenichi Handa <handa@m17n.org>
817
818 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
819 positions.
820
293a3986
EZ
8212008-08-23 Eli Zaretskii <eliz@gnu.org>
822
823 * CPP-DEFINES: Add USER_FULL_NAME.
824
b7063e7e
JR
8252008-08-16 Jason Rumney <jasonr@gnu.org>
826
d4835507 827 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 828
295b47d8
JB
8292008-08-06 Juanma Barranquero <lekktu@gmail.com>
830
831 * nt/dump.bat: Fix mixed EOLs.
832
14145fa3
AR
8332008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
834
0dcb2845 835 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 836
c3179b06
EZ
8372008-08-02 Eli Zaretskii <eliz@gnu.org>
838
839 * CPP-DEFINES: Add defines for accessing system processes.
840
9e2a2647
DN
8412008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
842
843 * make-tarball.txt:
844 * admin.el:
845 * FOR-RELEASE:
846 * CPP-DEFINES: Remove mentions of Mac Carbon.
847
d3841127
GM
8482008-07-16 Glenn Morris <rgm@gnu.org>
849
850 * admin.el (set-version, set-copyright): Add nextstep/ files.
851
ba60bd44 8522008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 853
0dcb2845 854 * CPP-DEFINES: Add NS port related defines.
edfda783 855
f2d8d275
GM
8562008-06-16 Glenn Morris <rgm@gnu.org>
857
5de85e83
GM
858 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
859 doc/lispref/book-spine.texinfo.
f2d8d275 860
611bee81
GM
8612008-06-15 Glenn Morris <rgm@gnu.org>
862
863 * admin.el (set-version): Add doc/misc/faq.texi.
864
d6710afe
JB
8652008-05-22 Juanma Barranquero <lekktu@gmail.com>
866
867 * FOR-RELEASE: Remove Windows problem about the XPM image library
868 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
869
2e10f11c
JB
8702008-04-15 Juanma Barranquero <lekktu@gmail.com>
871
872 * unidata/UnicodeData.txt: Update to Unicode 5.1.
873
dd7d19d7
JB
8742008-04-14 Juanma Barranquero <lekktu@gmail.com>
875
876 * unidata/unidata-gen.el (unidata-prop-alist):
877 Fix typo in description of `numeric-value'.
878 (unidata-put-character): Fix typo in error message.
879
2cbff44e
GM
8802008-02-21 Glenn Morris <rgm@gnu.org>
881
882 * notes/unicode, notes/font-backend: New files, split off from
883 README.unicode.
884
43bad2da
KH
8852008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
886
887 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 888 being used in latin1-disp.el. Remove the problem of
98723304
KH
889 cp-supported-codepages. Remove the problem of lost changelog for
890 ps-prin1.ps.
43bad2da 891
8a7619ba
EZ
8922008-02-16 Eli Zaretskii <eliz@gnu.org>
893
894 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
895 non-portable in this context.
896
897 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
898 non-portable in this context.
899
f96b6330
EZ
9002008-02-09 Eli Zaretskii <eliz@gnu.org>
901
902 * unidata/makefile.w32-in (lisp): New variable.
903 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
904 lisp/emacs-lisp.
905
56eb72a0
JR
9062008-02-04 Jason Rumney <jasonr@gnu.org>
907
908 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
909
a8fd9158
JB
9102008-02-02 Juanma Barranquero <lekktu@gmail.com>
911
912 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
913
c7e85fc7
EZ
9142008-02-02 Eli Zaretskii <eliz@gnu.org>
915
9aa0b3c8
EZ
916 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
917
bcc891c2 918 * unidata/Makefile.in: Rename from Makefile.
5889232d 919
c7e85fc7
EZ
920 * unidata/makefile.w32-in: New file.
921
db516472
JR
9222008-02-02 Jason Rumney <jasonr@gnu.org>
923
924 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
925
609789d7 9262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 927
aca7a3d2
MB
928 * unidata/copyright.html: New file.
929
609789d7 9302008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
931
932 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
933 decomposition, if T is the same as TBase, don't include it in the
934 returned list.
935
609789d7 9362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
937
938 * unidata/unidata-gen.el (unidata-text-file): Delete it.
939 (unidata-list): Initialize to nil.
940 (unidata-setup-list): New function.
bcc891c2
GM
941 (unidata-gen-files): New optional arg unidata-text-file.
942 If it's nil, set unidata-text-file to the left command line arg.
943 Call unidate-setup-list at first.
aca7a3d2 944
bcc891c2 945 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
946 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
947
609789d7 9482008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 949
bcc891c2
GM
950 * unidata/unidata-gen.el: Fix comment typo.
951 Change string-to-int to string-to-number.
952 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
953 (unidata-list): Just insert unidata-text-file.
954 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 955 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 956
bcc891c2 957 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
958 (charprop.el): Depends on unidata.txt.
959 (clean): Remove unidata.txt.
960
609789d7 9612008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
962
963 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
964 (unidata-get-name): Handle U+110B.
965
609789d7 9662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
967
968 Sub-directory `unidata' is for codes to generate charprop.el and
969 many other uni-*.el files from `UnicodeData.txt'.
970
971 * Unidata/README: New file.
972
973 * unidata/Makefile: New file.
974
975 * unidata/unidata-gen.el: New file.
976
977 * unidata/UnicodeData.txt: New file. Copied from
609789d7 978 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
979
980 * unidata/.cvsignore: New file.
981
609789d7 9822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
983
984 * charsets/.cvsignore: New file.
985
986 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
987
bcc891c2
GM
988 * charsets/Makefile (all): Rename target from charsets.
989 Depend on ${TRANS_TABLE}.
990 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
991 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
992 (install): Copy updated files only.
993
9942008-02-02 Kenichi Handa <handa@m17n.org>
995
bcc891c2 996 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
997
9982008-02-02 Kenichi Handa <handa@m17n.org>
999
1000 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1001 0x2299 to 0x29BF.
1002
609789d7 10032008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1004
1005 * charsets/Makefile (TRANS_TABLE): New macro.
1006 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 1007 (cp51932.el): New target.
aca7a3d2
MB
1008 (eucjp-ms.el): New target.
1009 (install): Include ${TRANS_TABLE}.
1010 (CJK): Include JISX213A.map.
1011 (JISX213A.map): New target.
1012
1013 * charsets/eucjp-ms.awk: New file.
1014
1015 * charsets/cp51932.awk: New file.
1016
609789d7 10172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1018
1019 * charsets/cp932.awk: New file.
1020
bcc891c2 1021 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
1022
1023 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1024 running an awk program.
1025
609789d7 10262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1027
1028 * charsets/mapconv: Handle UNICODE2.
1029
c4cc8b9a 1030 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1031 (CP932-2BYTE.map): New target.
1032
609789d7 10332008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1034
1035 * charsets: New directory for scripts to generate charset map
1036 files in ../etc/charsets/.
1037
bcc891c2 1038 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1039 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1040 * charsets/kuten.awk: New files.
aca7a3d2 1041
adf94aa6
GM
10422008-01-08 Glenn Morris <rgm@gnu.org>
1043
1044 * admin.el (set-version): Add doc/man/emacs.1.
1045
f3041af1
DN
10462008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1047
1048 * notes/copyright:
1049 * MAINTAINERS: Remove references to files that have been removed.
1050
a70c9a7a
GM
10512008-01-04 Glenn Morris <rgm@gnu.org>
1052
1053 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1054
aa5fea59
SM
10552007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * CPP-DEFINES: New file.
1058
f8747b72
RS
10592007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1060
1061 * FOR-RELEASE: Remove "window-system in face definition" [of
1062 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1063 on gnus-dired.el.
1064
24bbe01e
GM
10652007-12-05 Glenn Morris <rgm@gnu.org>
1066
1067 * admin.el (set-version): Handle configure.in. Adapt for doc/
1068 directory layout for manuals.
1069
0073bc5d
RS
10702007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1071
630cb3b7
JB
1072 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1073 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1074
1453abd0
GM
10752007-11-17 Glenn Morris <rgm@gnu.org>
1076
1077 * admin.el (process-lines): Move to ../lisp/subr.el.
1078
ca076674
GM
10792007-10-23 Glenn Morris <rgm@gnu.org>
1080
1081 * MAINTAINERS: Move here from ../.
1082
943756ea
JB
10832007-10-17 Juanma Barranquero <lekktu@gmail.com>
1084
1085 * make-emacs: Doc fix.
1086
bab9fcb4
GM
10872007-08-28 Glenn Morris <rgm@gnu.org>
1088
1089 * admin.el: Provide self.
1090
880820fe 10912007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1092
d58ee9f1 1093 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1094
cacc7b51
GM
10952007-07-25 Glenn Morris <rgm@gnu.org>
1096
1097 * Relicense all FSF files to GPLv3 or later.
1098
bfcea090
GM
10992007-06-07 Glenn Morris <rgm@gnu.org>
1100
1101 * admin.el (set-copyright): New function.
1102
017f0417
NR
11032007-04-25 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * make-tarball.txt: Add note about cutting the branch.
1106
537a062f
CY
11072007-06-02 Chong Yidong <cyd@stupidchicken.com>
1108
1109 * Version 22.1 released.
1110
77083ca3
EZ
11112007-02-03 Eli Zaretskii <eliz@gnu.org>
1112
1113 * nt/makedist.bat: Change EOL format to DOS. Don't use
1114 redirection characters in REM lines.
1115
880820fe 11162007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1117
1118 * FOR-RELEASE: Removed Gtk/Xft issue.
1119
1fc8c92b
MB
11202007-01-01 Miles Bader <miles@gnu.org>
1121
1122 * quick-install-emacs (get_config_var): Deal with weird magic
1123 string inserted by recent versions of autoconf.
1124
7dce1990
JB
11252006-11-25 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * admin.el (set-version): Set version number in
1128 lib-src/makefile.w32-in.
1129
dc3d1157
RS
11302006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1131
1132 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1133 due to a local miss-configuration.
1134
08c85160
CY
11352006-10-28 Chong Yidong <cyd@stupidchicken.com>
1136
1137 * make-announcement (OLD): Remove LEIM references in announcement
1138 since it is now built-in.
1139
d0834a5c
YM
11402006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1141
1142 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1143
151fe029
KH
11442006-10-03 Kenichi Handa <handa@m17n.org>
1145
1146 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1147
e71cb549
CY
11482006-08-13 Chong Yidong <cyd@stupidchicken.com>
1149
1150 * FOR-RELEASE: Elisp manual checking completed.
1151
6232e72d
RS
11522006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1153
1154 * FOR-RELEASE: Update refcard section.
1155
8a8476f9
KS
11562006-07-14 Kim F. Storm <storm@cua.dk>
1157
1158 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1159
1eca02e7
KS
11602006-07-09 Kim F. Storm <storm@cua.dk>
1161
1162 * README: Use outline format. Add FOR-RELEASE.
1163
7fa61471
CY
11642006-06-27 Chong Yidong <cyd@stupidchicken.com>
1165
1166 * FOR-RELEASE: Checking of info.texi done.
1167
8361675a
RS
11682006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1169
1170 * FOR-RELEASE: Update refcard section.
1171
3f168e29
RS
11722006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1173
1174 * FOR-RELEASE: Update refcard section.
1175
f195dc16
CY
11762006-05-25 Chong Yidong <cyd@stupidchicken.com>
1177
1178 * FOR-RELEASE: Key sequence elisp node done.
1179
49561a36
RS
11802006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1181
1182 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1183
6fedb9f9
CY
11842006-05-21 Chong Yidong <cyd@mit.edu>
1185
1186 * FOR-RELEASE: point-entered /point-left bug fixed.
1187
61515a63
EZ
11882006-05-12 Eli Zaretskii <eliz@gnu.org>
1189
1190 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1191 entry.
1192
4297ece2
BW
11932006-05-06 Bill Wohler <wohler@newt.com>
1194
1195 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1196 about it.
1197
4bbe413d 11982006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1199
4bbe413d 1200 * ./* (Copyright): Updated Copyright year(s).
49561a36 1201
6b82baf6
RS
12022006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1203
1204 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1205
49af2995
KS
12062006-02-20 Kim F. Storm <storm@cua.dk>
1207
1208 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1209 Rework how fringe bitmaps are defined and used.
e4920bc9 1210 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1211 one-level representation. It would be cleaner to split the
1212 representation into a two-level model where first level maps
1213 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1214 a bitmap appearance.
49af2995 1215
d5e87a2f
CY
12162006-01-27 Chong Yidong <cyd@stupidchicken.com>
1217
8a8476f9 1218 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1219
9c43c921
BW
12202005-12-13 Bill Wohler <wohler@newt.com>
1221
1222 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1223
6ed81b24
RS
12242005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1225
c95dddbe
RS
1226 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1227 completing-read-multiple, mail-extract-address-components,
1228 mail-mode, quail-define-package, save-buffer and
1229 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1230
2950d850
CY
12312005-11-28 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1234
ab4d879e
KS
12352005-11-11 Kim F. Storm <storm@cua.dk>
1236
1237 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1238 when displaying a non-breaking space in an overlay string.
1239
932dc33b
CY
12402005-10-30 Chong Yidong <cyd@stupidchicken.com>
1241
1242 * FOR-RELEASE: Init file change implemented.
1243
c809f7cc
CY
12442005-10-27 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1247
4754e179 12482005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1249
1250 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1251 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1252
ffda926c
BW
12532005-10-17 Bill Wohler <wohler@newt.com>
1254
f58e0fd5 1255 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1256 since it's gone. Also marked mh-e as done.
ffda926c 1257
2d4713aa
JB
12582005-10-11 Juanma Barranquero <lekktu@gmail.com>
1259
1260 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1261 libraries on Windows (Done).
1262
95f76284
JR
12632005-10-01 Jason Rumney <jasonr@gnu.org>
1264
1265 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1266
52f277bf
RF
12672005-08-31 Romain Francoise <romain@orebokech.com>
1268
630cb3b7 1269 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1270 item (Done).
1271
c0eb0519
RF
12722005-08-27 Romain Francoise <romain@orebokech.com>
1273
1274 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1275
385ee3de 12762005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1277
1278 Update FSF's address in GPL notices.
1279
257914aa
LK
12802005-06-10 Lute Kamstra <lute@gnu.org>
1281
1282 * admin.el (set-version): Set version in lisp manual too.
1283 * make-tarball.txt: Commit lispref/elisp.texi too.
1284
a4e51a7a
RS
12852005-06-04 Richard M. Stallman <rms@gnu.org>
1286
1287 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1288 Other cleanups.
1289
834671a6
LK
12902005-04-19 Lute Kamstra <lute@gnu.org>
1291
1292 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1293
54381691
LK
12942005-04-14 Lute Kamstra <lute@gnu.org>
1295
118e2c39
LK
1296 * nt/makedist.bat (elfiles): Update.
1297
54381691
LK
1298 * admin.el (add-release-logs): Fix require call.
1299
0b048d52
MT
13002005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1301
f58e0fd5 1302 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1303 The first line of every tutorial must begin with a sentence saying
1304 "Emacs Tutorial" in the respective language. This should be
1305 followed by "See end for copying conditions", likewise in the
1306 respective language.
0b048d52 1307
18cd5892
LT
13082005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1309
1310 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1311 Add `undo-ask-before-discard' to it.
1312
9a1c5fbf
MB
13132005-03-02 Miles Bader <miles@gnu.org>
1314
1315 * quick-install-emacs: Only use the mkdir --verbose option if the
1316 script's --verbose option was specified (this avoids problems with
1317 default usage on systems where mkdir doesn't support that option).
1318
e25c1ca6
JR
13192005-02-15 Jason Rumney <jasonr@gnu.org>
1320
fffa137c 1321 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1322 tar --exclude.
1323
880820fe 13242004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1325
1326 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1327
6622d928
LT
13282004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1329
1330 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1331 Elisp manuals.
1332
d574552a
LT
13332004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1334
1335 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1336 Emacs and Elisp manuals.
d574552a 1337
0a5e5be0
KS
13382004-09-11 Kim F. Storm <storm@cua.dk>
1339
1340 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1341 (Documentation): Add NEWS entry.
1342 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1343
2661eae9
KS
13442004-08-29 Kim F. Storm <storm@cua.dk>
1345
1346 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1347
880820fe 13482004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1349
c4cc8b9a 1350 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1351 (now behaves as well as other ports).
1352
880820fe 13532004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1354
2661eae9 1355 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1356
44618f20 13572004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1358
1359 * FOR-RELEASE: Moved here from the etc directory.
1360
db281452
TTN
13612004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1362
1363 * notes/BRANCH: New file, to be maintained per CVS branch.
1364
feebeb72
MB
13652003-10-01 Miles Bader <miles@gnu.org>
1366
1367 * quick-install-emacs: Don't use "function" keyword when defining
1368 shell functions.
1369
44618f20
LK
13702003-09-29 Lute Kamstra <lute@gnu.org>
1371
1372 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1373
e04e1ce2
MB
13742003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1375
1376 * quick-install-emacs: Remove fns-* pruning, since that file no
1377 longer seems to be generated.
1378 (AVOID): Quote literal periods. Quote braces in a way acceptable
1379 to all parties (gawk gets bitchy about using `\').
1380
6cce52e8
MB
13812003-08-19 Miles Bader <miles@gnu.org>
1382
1383 * quick-install-emacs: Add arch-specific ignored files to
1384 quick-install-emacs. Use quoting for periods that's acceptable
1385 to recent versions of gawk.
1386
13582d53
MR
13872003-08-11 Markus Rost <rost@math.ohio-state.edu>
1388
1389 * cus-test.el: Remove obsolete workaround.
1390
e53925a5
AI
13912003-04-22 Andrew Innes <andrewi@gnu.org>
1392
1393 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1394 emacs.exe before zipping, and including batch file to recreate
1395 after unpacking.
1396
1397 * nt/stitch.bat: New file.
1398
1399 * nt/README-ftp-server: Update wording and version number etc.
1400 Add extra instructions for installing multi-file .zip
1401 distribution.
1402
1403 * nt/README.W32: Remove personal email address and update wording.
1404
1405 * nt/README-UNDUMP.W32: Remove personal email address and update
1406 wording.
1407
880820fe 14082003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1409
1410 * make-changelog-diff: New script, code stolen from make-announcement.
1411
1412 * make-announcement: Use make-changelog-diff.
1413
880820fe 14142003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1415
1416 * make-tarball.txt: Step-by-step instructions for making a tarball.
1417
10d1d0af 1418 * make-announcement: A script for creating pretest announcements.
163c6f1c 1419
880820fe 14202003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1421
1422 * admin.el (add-release-logs): Expand the directory name before
1423 calling find(1).
1424 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1425 the date and the user's name and address.
33b97f32 1426
7b997a97
MB
14272003-01-07 Miles Bader <miles@gnu.org>
1428
1429 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1430 command output from non-C locales.
1431
6c465a15 14322002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1433
3bc08206 1434 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1435 which can be run in batch mode. See the Commentary section.
bd08d86a 1436
5ce129c2
MR
14372002-10-08 Markus Rost <rost@math.ohio-state.edu>
1438
1439 * cus-test.el: New file.
1440
14dd2fe9
MB
14412002-05-27 Miles Bader <miles@gnu.org>
1442
1443 * quick-install-emacs (VERSION): Calculate using the same method
1444 that configure.in uses.
1445
880820fe 14462002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1447
1448 * emacs-pretesters: New file with information for Emacs
1449 pretesters.
1450
b9a07996
PE
14512002-03-22 Paul Eggert <eggert@twinsun.com>
1452
1453 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1454 POSIX 1003.1-2001 disallows both usages.
1455
38b81d74
AI
14562002-02-11 Andrew Innes <andrewi@gnu.org>
1457
1458 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1459
72a68345
AI
14602002-01-24 Andrew Innes <andrewi@gnu.org>
1461
1462 * nt/README.W32: Remove unnecessary version number and date
1463 references.
1464
1465 * nt/README-UNDUMP.W32: Ditto.
1466
ebbaf4e3
GM
14672001-12-06 Gerd Moellmann <gerd@gnu.org>
1468
1469 * make-emacs: Add --trace-move.
1470
461a1459
AI
14712001-10-23 Andrew Innes <andrewi@gnu.org>
1472
1473 * nt/makedist.bat: Remove remaining obsolete reference to
1474 GETTING.GNU.SOFTWARE.
1475
26fe1f92
GM
14762001-10-22 Gerd Moellmann <gerd@gnu.org>
1477
1478 * admin.el (set-version): Use `s' interactive spec for
1479 version number.
1480
71431a0e
GM
14812001-10-20 Gerd Moellmann <gerd@gnu.org>
1482
6aa97356 1483 * (Version 21.1 released.)
71431a0e 1484
e568708b
GM
14852001-10-20 Gerd Moellmann <gerd@gnu.org>
1486
1487 * admin.el (add-release-logs): Put the log entry in lispref, too.
1488
c5915370
MB
14892001-10-20 Miles Bader <miles@gnu.org>
1490
1491 * quick-install-emacs: Exit if we can't find some variable.
1492 (AVOID): Add .orig & .rej files.
1493 (get_config_var): Be more liberal about format of config.status
1494 sed commands.
1495
5a4a5bd4
GM
14962001-10-19 Gerd Moellmann <gerd@gnu.org>
1497
74499542
GM
1498 * admin.el: New file.
1499
5a4a5bd4
GM
1500 * build-configs: Add --help option. Add support for building
1501 in arbitrary source trees.
1502
09954f3b
GM
15032001-10-17 Gerd Moellmann <gerd@gnu.org>
1504
1505 * alloc-colors.c: New file.
1506
f2164e31
GM
15072001-10-13 Gerd Moellmann <gerd@gnu.org>
1508
1509 * make-emacs: Add --boot switch for bootstrapping. Logs to
1510 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1511
ab952a4f
GM
15122001-10-05 Gerd Moellmann <gerd@gnu.org>
1513
1514 * Branch for 21.1.
6c465a15 1515
f537c3cd
EZ
15162001-09-04 Andrew Innes <andrewi@gnu.org>
1517
1518 * admin/nt/makedist.bat: Remove reference to obsolete file
1519 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1520 version of tar used.
1521
1522;; Local Variables:
880820fe 1523;; coding: utf-8
f537c3cd 1524;; End:
2a34a036 1525
6116bd7e 1526 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1527
1528 This file is part of GNU Emacs.
1529
9ad5de0c 1530 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1531 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1532 the Free Software Foundation, either version 3 of the License, or
1533 (at your option) any later version.
5b87ad55
GM
1534
1535 GNU Emacs is distributed in the hope that it will be useful,
1536 but WITHOUT ANY WARRANTY; without even the implied warranty of
1537 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1538 GNU General Public License for more details.
1539
1540 You should have received a copy of the GNU General Public License
9ad5de0c 1541 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.