Update CEDET from upstream.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
62a81506
CY
12012-10-01 David Engster <deng@randomsample.de>
2
3 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
4 Remove.
5 (bovine-grammar-expand-form): Test for emacs-major-version.
6
7 * grammars/c.by: Add EXPLICIT to keyword tokens.
8
9 * grammars/f90.by: Add %provide token.
10
11 * grammar/grammar.wy (semantic-grammar-lexer): Remove, since it
12 was copied to grammar.el. New %provide token to generate prefix
13 which conforms with Emacs conventions. Remove lexer definition,
14 which is now in grammar.el.
15
eec5fae2
GM
162012-09-27 Glenn Morris <rgm@gnu.org>
17
18 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
19
a615a3ae
PE
202012-09-27 Paul Eggert <eggert@cs.ucla.edu>
21
22 Check more robustly for timer_settime.
23 * merge-gnulib (GNULIB_MODULES): Add timer-time.
24
e3b60857
JB
252012-09-26 Juanma Barranquero <lekktu@gmail.com>
26
27 * unidata/BidiMirroring.txt:
28 * unidata/UnicodeData.txt: Update to Unicode 6.2.
29
78f83752
GM
302012-09-17 Glenn Morris <rgm@gnu.org>
31
dcddaabb
GM
32 * admin.el (add-log-time-format): Declare.
33
dcf8834b
GM
34 * admin.el (cusver-scan, cusver-check): Bind local variables.
35
36 * admin.el (set-version): Set major version in
37 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
38 (set-copyright): In etc/refcards, only change ru-refcard.tex
39 and emacsver.tex.
40
78f83752
GM
41 * admin.el (set-copyright): No more need to set copyrights for
42 nextstep, or .c files. Add configure.ac and config.nt.
43
0caaedb1
PE
442012-09-16 Paul Eggert <eggert@cs.ucla.edu>
45
46 Remove configure's --without-sync-input option (Bug#12450).
47 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
48
83da1b55
GM
492012-09-16 Glenn Morris <rgm@gnu.org>
50
51 * admin.el (set-version): No more need to set nextstep versions.
52 (set-copyright): Update for moved nextstep files.
53
4a4bbad2
PE
542012-09-13 Paul Eggert <eggert@cs.ucla.edu>
55
56 Simplify SIGIO usage (Bug#12408).
57 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
58 (BROKEN_SIGPTY, NO_TERMIO): Remove.
59
c990426a
PE
602012-09-11 Paul Eggert <eggert@cs.ucla.edu>
61
62 Simplify, document, and port floating-point (Bug#12381).
63 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
64
f6196b87
PE
652012-09-09 Paul Eggert <eggert@cs.ucla.edu>
66
67 Assume C89 or later for math functions (Bug#12381).
68 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
69 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
70
1088b922
PE
712012-09-04 Paul Eggert <eggert@cs.ucla.edu>
72
73 Simplify redefinition of 'abort' (Bug#12316).
74 * CPP-DEFINES (NO_ABORT): Remove.
75
a3f90bea
GM
762012-08-28 Glenn Morris <rgm@gnu.org>
77
78 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
79
01e0f0f5
AS
802012-08-28 Andreas Schwab <schwab@linux-m68k.org>
81
82 * charsets/mule-charsets.el (header): Fix typo.
83
f4a681b0
PE
842012-08-24 Paul Eggert <eggert@cs.ucla.edu>
85
86 On assertion failure, print backtrace if available.
87 * merge-gnulib (GNULIB_MODULES): Add execinfo.
88
620f13b0
PE
892012-08-16 Paul Eggert <eggert@cs.ucla.edu>
90
91 Use ASCII tests for character types.
92 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
93 new direct dependency; c-ctype was already being used indirectly
94 via other gnulib modules.
95
f5d9e83a
PE
962012-08-14 Paul Eggert <eggert@cs.ucla.edu>
97
98 Use bool for Emacs Lisp booleans.
99 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
100 new direct dependency; stdbool was already being used indirectly
101 via other gnulib modules.
102
9ff9402d 1032012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
104
105 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
106
c644523b
DA
1072012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
108
109 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
110
13294f95
PE
1112012-08-02 Paul Eggert <eggert@cs.ucla.edu>
112
113 Port to Solaris 8.
114 * CPP-DEFINES (WRETCODE): Remove.
115
d8a05828
DA
1162012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
117
118 * coccinelle/overlay.cocci: Semantic patch to replace direct
119 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
120
8271d590
DA
1212012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
122
123 * coccinelle/symbol.cocci: Semantic patch to replace direct
124 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
125
3193acd2
DA
1262012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
127
128 * coccinelle/process.cocci: Semantic patch to replace direct
129 access to Lisp_Object members of struct Lisp_Process to PVAR.
130
3a45383a
DA
1312012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
132
133 * coccinelle/window.cocci: Semantic patch to replace direct
134 access to Lisp_Object members of struct window to WVAR.
135
e34f7f79
DA
1362012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
137
138 * coccinelle/frame.cocci: Semantic patch to replace direct
139 access to Lisp_Object members of struct frame to FVAR.
140
e32a5799
PE
1412012-07-28 Paul Eggert <eggert@cs.ucla.edu>
142
143 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
144 * merge-gnulib: Add environ, stdalign.
145
d7ea76b4
DA
1462012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
147
148 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
149 make_unibyte_string to build_unibyte_string where appropriate.
150
4dc7c8d5 1512012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
152
153 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
154
4dc7c8d5 1552012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
156
157 * Version 24.1 released.
d7ea76b4 158
5ebbef1d
PE
1592012-07-11 Paul Eggert <eggert@cs.ucla.edu>
160
bb352260
PE
161 Assume mkdir, perror, rename, rmdir, strerror.
162 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
163 (HAVE_STRERROR, strerror):
57054ddd 164 Remove.
5ebbef1d 165
7d7bbefd
DA
1662012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
167
168 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
169 to XCDR and consistently use CONSP in the list iteration loops.
170 * coccinelle/vector_contents.cocci: Fix indentation.
171
f58e0fd5
SM
1722012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * bzrmerge.el: Use cl-lib.
175
c4444d16
PE
1762012-07-09 Paul Eggert <eggert@cs.ucla.edu>
177
178 Rename configure.in to configure.ac (Bug#11603).
179 * admin.el (set-version):
180 * quick-install-emacs (VERSION):
181 Get version number from configure.ac, not configure.in.
182
fee5959d
PE
1832012-07-06 Paul Eggert <eggert@cs.ucla.edu>
184
185 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
186 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
187
23f86fce
DA
1882012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
189
190 * coccinelle/xzalloc.cocci: Semantic patch to convert
191 calls to xmalloc with following memset to xzalloc.
192
95f61aa2
JB
1932012-07-04 Juanma Barranquero <lekktu@gmail.com>
194
195 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
196
1130ecfc
DA
1972012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
198
199 * coccinelle/build_string.cocci: Semantic patch
200 to convert from make_string to build_string.
201
3c9359df
DA
2022012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
203
204 First Coccinelle semantic patch.
205 * coccinelle: New subdirectory
206 * coccinelle/README: Documentation stub.
207 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
208 access to `contents' member of Lisp_Vector objects with AREF and ASET
209 where appropriate.
3c9359df 210
d35af63c
PE
2112012-06-22 Paul Eggert <eggert@cs.ucla.edu>
212
213 Support higher-resolution time stamps (Bug#9000).
214 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
215 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
216 timespec-sub, utimens.
217 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
218 This trims down the gnulib import, from the very latest gnulib.
219 Emacs does its own implementation of 'select' and 'sigprocmask'
220 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
221 hosts, so it doesn't need these modules.
222 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
223 these gnulib modules are only for Windows porting and Emacs ports
224 to Windows in a different way.
225
646b5f55
AS
2262012-06-13 Andreas Schwab <schwab@linux-m68k.org>
227
f58e0fd5
SM
228 * make-emacs: Rename --union-type to --check-lisp-type.
229 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
230 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
231 USE_LISP_UNION_TYPE.
232
418cd726
GM
2332012-06-03 Glenn Morris <rgm@gnu.org>
234
235 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
236
501390c5
PE
2372012-06-01 Paul Eggert <eggert@cs.ucla.edu>
238
239 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
240 * make-tarball.txt: Don't worry about maintainer mode.
241
0e7a053e
PE
2422012-05-28 Paul Eggert <eggert@cs.ucla.edu>
243
244 * CPP-DEFINES: Remove HAVE_SYSINFO.
245
50c4645e
PE
2462012-05-27 Paul Eggert <eggert@cs.ucla.edu>
247
248 Assume gnulib does largefile.
249 * merge-gnulib (GNULIB_MODULES): Add largefile.
250
34374650
PE
2512012-05-22 Paul Eggert <eggert@cs.ucla.edu>
252
253 Remove src/m/*.
254 * CPP-DEFINES: Do not mention src/m/*.h.
255 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
256 (BITS_PER_SHORT, BITS_PER_INT): Remove.
257 * MAINTAINERS: Remove src/m/.
258
9b4ee616
PE
2592012-05-21 Paul Eggert <eggert@cs.ucla.edu>
260
fb77d37e
PE
261 Use full name for m4/gnulib-comp.m4. (Bug#11529)
262 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
263
261cb4bb
PE
264 Assume C89 or later.
265 * CPP-DEFINES: Remove NULL, const.
266
9b4ee616
PE
267 Make merging from gnulib a script, not a makefile action.
268 * merge-gnulib: New script, with actions moved here from
269 ../Makefile.in.
270
003fdae2
PE
2712012-05-19 Paul Eggert <eggert@cs.ucla.edu>
272
9232a6d9
PE
273 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
274
003fdae2
PE
275 * CPP-DEFINES (HAVE_FTIME): Remove.
276
6116bd7e
GM
2772012-05-02 Glenn Morris <rgm@gnu.org>
278
279 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
280
a9f72fc1
GM
2812012-04-10 Glenn Morris <rgm@gnu.org>
282
c9279dad
GM
283 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
284
a9f72fc1
GM
285 * unidata/Makefile.in: Add FSF copyright.
286 Make it use autoconf features, and work for out-of-tree builds.
287
b142f158
EZ
2882012-04-07 Eli Zaretskii <eliz@gnu.org>
289
290 * unidata/README:
291 * unidata/copyright.html:
292 * unidata/BidiMirroring.txt:
293 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
294 the Unicode Standard.
295
c406be43
KH
2962012-02-16 Kenichi Handa <handa@m17n.org>
297
298 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
299 values of name and old-name to nil.
300 (unidata-get-name): Return nil for the default value.
301
58474503
GM
3022012-02-11 Glenn Morris <rgm@gnu.org>
303
304 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
305 (cusver-check): New functions.
306
54de86ac
GM
3072012-01-19 Glenn Morris <rgm@gnu.org>
308
309 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
310 "skip?" question, since there can be multiple such for any revision.
311
0dc18ae0
EZ
3122012-01-14 Eli Zaretskii <eliz@gnu.org>
313
314 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
315 updated and checked.
316
509c74bd
AS
3172011-11-26 Andreas Schwab <schwab@linux-m68k.org>
318
303d001f
AS
319 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
320 Avoid warning about old-style backquote.
321
509c74bd
AS
322 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
323 in regexp.
324 (wisent-make-parsers): Likewise. Quote `.'.
325
326 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
327 in regexp.
328 (bovine-make-parsers): Likewise. Quote `.'.
329
d5ff9cd0
AS
3302011-11-20 Andreas Schwab <schwab@linux-m68k.org>
331
332 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
333
7877f373
JB
3342011-11-16 Juanma Barranquero <lekktu@gmail.com>
335
336 * admin.el (manual-dvi): Fix typo.
337
b018182c
EZ
3382011-11-15 Eli Zaretskii <eliz@gnu.org>
339
7877f373 340 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 341
c7015153
JB
3422011-11-15 Juanma Barranquero <lekktu@gmail.com>
343
344 * make-emacs: Fix typo.
345
d31d07be
JB
3462011-11-07 Juanma Barranquero <lekktu@gmail.com>
347
348 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
349
72b8747b
DE
3502011-10-31 David Engster <deng@randomsample.de>
351
352 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
353
8cedc5ac
EZ
3542011-10-28 Eli Zaretskii <eliz@gnu.org>
355
356 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
357 running Emacs on Windows 9X.
358
a0c64452
CY
3592011-09-26 Chong Yidong <cyd@stupidchicken.com>
360
361 * admin.el (set-version): Fix regexps for config.nt and
362 sed2v2.inp.
363
e39b275c 3642011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 365
abec06ff 366 Merge from gnulib (Bug#9169).
24e0f6b1
PE
367 * notes/copyright: The files compile, config.guess, config.sub,
368 depcomp, install-sh, missing, and move-if-change are now in the
369 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
370 and warn-on-use.h are now in build-aux/snippets. New file
371 build-aux/snippets/_Noreturn.h.
372
bca633fb
EZ
3732011-08-23 Eli Zaretskii <eliz@gnu.org>
374
375 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
376 values of bidi-class according to DerivedBidiClass.txt from the
377 latest UCD.
378
0902a04e
KH
3792011-08-23 Kenichi Handa <handa@m17n.org>
380
381 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
382 values for name, general-category, canonical-combining-class,
383 mirrored, and bidi-class. Describe the meaning of value nil for
384 decimal-digit-value, digit-value, numeric-value, uppercase,
385 lowercase, titlecase, and mirroring.
386 (unidata-gen-table): Handle the case that default-value is a
387 list. Set default values of characters not listed in a table.
388 (unidata-get-name): Return an empty string if a value in a
389 char-table is nil.
390 (unidata-get-decomposition): Return a list of character itself if
391 a value in a char-table is nil.
392
474a8465
EZ
3932011-08-15 Eli Zaretskii <eliz@gnu.org>
394
395 * unidata/bidimirror.awk: File removed.
396
397 * unidata/biditype.awk: File removed.
398
399 * unidata/makefile.w32-in (all): Remove src/biditype.h and
400 src/bidimirror.h.
f58e0fd5 401 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
402
403 * unidata/Makefile.in (all): Remove src/biditype.h and
404 src/bidimirror.h.
f58e0fd5 405 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 406
a5b436df
JB
4072011-07-07 Juanma Barranquero <lekktu@gmail.com>
408
409 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
410 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
411
c805dec0
KH
4122011-07-06 Kenichi Handa <handa@m17n.org>
413
414 * unidata/unidata-gen.el (unidata-dir): New variable.
415 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
416 (unidata-prop-alist): INDEX element may be a function.
417 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
418 New entry `mirroring'.
419 (unidata-prop-default, unidata-prop-val-list): New subst.
420 (unidata-get-character, unidata-put-character): Delete them.
421 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
422 above changes.
423 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
424 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
425 Delete them.
426 (unidata-encode-val): Assume that the first element of VAL-LIST is
427 a cons (nil . 0).
428 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
429 Always store the encoded value.
430 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
431 Set the 1st and the 2nd extra slots to index numbers for C
432 functions.
433 (unidata-gen-table-integer): Likewise.
434 (unidata-gen-table-numeric): Likewise.
435 (unidata-gen-table-name): New arg IGNORE.
436 (unidata-gen-table-decomposition): Likewise.
437 (unidata-describe-general-category): Add the case nil to the
438 description alist.
a5b436df 439 (unidata-gen-mirroring-list): New function.
c805dec0
KH
440 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
441 unidata-prop-alist. Handle the case of storing multiple
442 char-tables in a file.
443
444 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
445 unidata-gen-files.
446
2a35386d
GM
4472011-05-21 Glenn Morris <rgm@gnu.org>
448
449 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
450
33383987
JB
4512011-03-07 Chong Yidong <cyd@stupidchicken.com>
452
453 * Version 23.3 released.
454
cce7d530 4552011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
456
457 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
458
9d9d12cd
EZ
4592011-02-19 Eli Zaretskii <eliz@gnu.org>
460
461 * admin.el (set-version): Add msdos/sed2v2.inp.
462
1f5d53eb
PE
4632011-02-16 Paul Eggert <eggert@cs.ucla.edu>
464
465 Remove no-longer needed getloadavg symbols.
466 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
467 (LDAV_SYMBOL): Remove.
468
7b24e97a
GM
4692011-02-12 Glenn Morris <rgm@gnu.org>
470
471 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
472
4d881c83
GM
4732011-02-05 Glenn Morris <rgm@gnu.org>
474
475 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
476 (bzrmerge-apply): Use it.
477 (bzrmerge): Kill any old warning buffer first.
478
f6041baa
GM
4792011-02-03 Glenn Morris <rgm@gnu.org>
480
481 * bzrmerge.el (bzrmerge-buffer): New constant.
482 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
483 (bzrmerge-missing): If nothing to do, return nil not (nil).
484 (bzrmerge-apply): Remove odd character from message.
485 (bzrmerge): Give status messages.
486
70b0d280
EZ
4872011-01-31 Eli Zaretskii <eliz@gnu.org>
488
f6041baa
GM
489 * admin.el (set-version): Remove lib-src/makefile.w32-in.
490 Add nt/config.nt.
70b0d280 491
16fab143
PE
4922011-01-31 Paul Eggert <eggert@cs.ucla.edu>
493
494 src/emacs.c now gets version number from configure.in
495 * admin.el (set-version): Don't update src/emacs.c.
496 * quick-install-emacs (VERSION): Get it from configure.in, not from
497 src/emacs.c.
498
16c3e636
PE
4992011-01-30 Paul Eggert <eggert@cs.ucla.edu>
500
501 strftime: import from gnulib
502 * notes/copyright: strftime.c moved from src to lib.
503
d0cb8662
GM
5042011-01-25 Glenn Morris <rgm@gnu.org>
505
506 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
507 (bzrmerge-missing): Use it.
508
d6100f3d
PE
5092011-01-19 Paul Eggert <eggert@cs.ucla.edu>
510
511 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
512 rather than doing rm and autoconf by hand. See
513 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
514
9092d186
PE
5152011-01-17 Paul Eggert <eggert@cs.ucla.edu>
516
517 * notes/bzr (Installing changes from gnulib): New section.
518 Need for this suggested by Stefan Monnier.
519
41f44310
SM
5202011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
523 an inconsistent state.
524
a3e44e79 5252011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
526
527 Update copyright notes to match recent gnulib-related changes.
528 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
529 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
530 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
531 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
532 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
533 subsumed by m4/*.m4 rule). config.guess, config.sub, and
534 doc/man/texinfo.tex are now copied in from gnulib.
535
6fffc900
GM
5362011-01-15 Glenn Morris <rgm@gnu.org>
537
2153c862 538 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 539
6fffc900
GM
540 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
541 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
542
77ab81d0 5432011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
544
545 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
546
1851cac3
GM
5472011-01-14 Glenn Morris <rgm@gnu.org>
548
549 * bzrmerge.el: Require cl when compiling.
550 (bzrmerge-merges): Doc fix.
551
2b3f5bc8
PE
5522011-01-07 Paul Eggert <eggert@cs.ucla.edu>
553
554 * notes/copyright: There's only one install-sh, not two, so fix a
555 typo claiming that there's two. Add move-if-change to the list of
556 GPL files imported from gnulib.
557
5582011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
559
560 * notes/copyright: Report status more accurately for non-GPL files.
561 Report copyright status more accurately for mkinstalldirs,
562 configure, m4/getopt.m4, and msdos/sed*.inp.
563
7c420169 5642011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
565
566 * nt/README.W32: Update the information about PNG support libraries.
567 (Bug#7716)
568
9ebea0e7
SM
5692010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * bzrmerge.el: New file to help merge branches while skipping
572 some revisions (e.g. from emacs-23 to trunk).
573
201ef780
AS
5742010-12-03 Andreas Schwab <schwab@linux-m68k.org>
575
576 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
577
16a0af11
GM
5782010-10-12 Glenn Morris <rgm@gnu.org>
579
580 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
581
f4f358f1
GM
5822010-10-09 Glenn Morris <rgm@gnu.org>
583
584 * admin.el (set-version): Add doc/emacs/emacsver.texi.
585
3fb78d1f
GM
5862010-10-09 Glenn Morris <rgm@gnu.org>
587
f7a31f11
GM
588 * admin.el (set-version): No need to act on doc/ files any more.
589
3fb78d1f
GM
590 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
591
733946e7
JB
5922010-09-05 Juanma Barranquero <lekktu@gmail.com>
593
594 * unidata/BidiMirroring.txt: Update from
595 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
596
597 * unidata/UnicodeData.txt: Update from
598 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
599
671d409f
AS
6002010-08-09 Andreas Schwab <schwab@linux-m68k.org>
601
602 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
603
29cf3e20
EZ
6042010-08-05 Eli Zaretskii <eliz@gnu.org>
605
606 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
607
e3aef5c6
CS
6082010-07-24 Christoph Scholtes <cschol2112@gmail.com>
609
610 * admin.el: Write version number to nt/makefile.w32-in.
611 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
612 in the nt/ directory.
613 * nt/README.W32: Relocate to nt/ directory.
614
8966b757
AS
6152010-07-11 Andreas Schwab <schwab@linux-m68k.org>
616
617 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
618
71c44c04
EZ
6192010-07-08 Eli Zaretskii <eliz@gnu.org>
620
621 * MAINTAINERS: Update my responsibilities.
622
72af86bd
AS
6232010-07-07 Andreas Schwab <schwab@linux-m68k.org>
624
625 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
626 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
627 Remove.
628
317fbf33
EZ
6292010-06-12 Eli Zaretskii <eliz@gnu.org>
630
cbc4fd20
EZ
631 * unidata/bidimirror.awk: New file.
632
633 * unidata/BidiMirroring.txt: New file from
634 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
635
a5b436df 636 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
637 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
638
639 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
640 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
641
317fbf33
EZ
642 * unidata/biditype.awk: New file.
643
644 * unidata/Makefile.in (../../src/biditype.h): New target.
645
646 * unidata/makefile.w32-in (../../src/biditype.h): New target.
647
bf3e70eb
JB
6482010-06-09 Juanma Barranquero <lekktu@gmail.com>
649
650 * unidata/UnicodeData.txt: Update from
651 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
652
81ac4f35
GM
6532010-05-27 Glenn Morris <rgm@gnu.org>
654
655 * quick-install-emacs (AVOID): No more Makefile.c files.
656
657 * notes/cpp: Remove file.
658
e45b9e19
KR
6592010-05-15 Ken Raeburn <raeburn@raeburn.org>
660
661 * admin.el (set-version, set-copyright): Update emacs.c instead of
662 version.el.
663
664 * make-tarball.txt: Update filename list in step 6.
665
666 * quick-install-emacs: Scan emacs.c instead of version.el for
667 version string.
668
61a808e8
CY
6692010-05-07 Chong Yidong <cyd@stupidchicken.com>
670
671 * Version 23.2 released.
672
796bb936
EZ
6732010-04-01 Eli Zaretskii <eliz@gnu.org>
674
52f4d8d5 675 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 676
288f9fc0
CY
6772010-03-10 Chong Yidong <cyd@stupidchicken.com>
678
679 * Branch for 23.2.
680
f758ab59
MB
6812010-03-10 Miles Bader <miles@gnu.org>
682
61c26472
MB
683 * quick-install-emacs: Use more portable shell syntax.
684
a5b436df 685 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
686 installing.
687
296271c0
JB
6882010-02-14 Juanma Barranquero <lekktu@gmail.com>
689
690 * quick-install-emacs (PRUNED): Fix typo in message.
691
79c08ece
GM
6922010-01-20 Glenn Morris <rgm@gnu.org>
693
694 * revdiff: Remove file that only works with CVS, and isn't really
695 needed with Bazaar (given the in-built revision options of bzr diff).
696
893db5bc
GM
6972010-01-12 Glenn Morris <rgm@gnu.org>
698
699 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
700 than emacs-pretest-bug for bug reports for development versions.
701
149353a4
KH
7022009-11-06 Kenichi Handa <handa@m17n.org>
703
704 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
705 that the block data and the following per-char data fall into the
706 same char-table leaf.
707
171fda8a
JB
7082009-10-01 Juanma Barranquero <lekktu@gmail.com>
709
710 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
711
06d09461
JB
7122009-09-07 Juanma Barranquero <lekktu@gmail.com>
713
714 * unidata/.gitignore: New file.
715
cb335806
EZ
7162009-08-22 Eli Zaretskii <eliz@gnu.org>
717
8e22fa7e
EZ
718 * notes/bugtracker: How to reassign a bug to a list of packages.
719
cb335806
EZ
720 * notes/newfile: Details of how to check for problems with DOS 8+3
721 file-name restrictions.
722
7232009-08-18 Glenn Morris <rgm@gnu.org>
724
725 * notes/newfile: New file.
726
54aa48fe
EZ
7272009-07-11 Eli Zaretskii <eliz@gnu.org>
728
729 * make-tarball.txt: Add a note about bumping the value of
730 customize-changed-options-previous-release.
731
aa4a9384
KH
7322009-06-24 Kenichi Handa <handa@m17n.org>
733
fe7a3057 734 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
735 and don't compact the map. This is to prefer the first one in the
736 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
737
09856751
KH
7382009-06-12 Kenichi Handa <handa@m17n.org>
739
740 * charsets/Makefile (JISX213A.map): Make it depend on
741 mapfiles/JISX213A.map.gz.
742 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
743
744 * charsets/mapfiles/JISX213A.map.gz: New file.
745
746 * charsets/mapfiles/README: Describe JISX213A.map.gz.
747
09e47eb5
KH
7482009-06-12 Kenichi Handa <handa@m17n.org>
749
750 * charsets/mapfiles/*: New files.
751
752 * charsets/mule-charsets.el: Mostly re-written to generate all
753 MULE-*.map files.
754
755 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
756 files.
757
758 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
759 EUC-JP-MS.
760
761 * charsets/cp51932.awk (END): Print arch-tag at the tail.
762
763 * charsets/Makefile: Maps depend on files under mapfiles or
764 ${GLIBC_CHARMAPS}.
765
0b4ff5df
KH
7662009-04-21 Kenichi Handa <handa@m17n.org>
767
768 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
769 change.
770
88758986
KH
7712009-04-17 Kenichi Handa <handa@m17n.org>
772
f58e0fd5
SM
773 * unidata/unidata-gen.el (unidata-get-decomposition):
774 Adjust Hangle decomposition rule to Unicode.
88758986 775
0af3fedf
KH
7762009-04-09 Kenichi Handa <handa@m17n.org>
777
f58e0fd5
SM
778 * unidata/unidata-gen.el (unidata-describe-decomposition):
779 Return a string with a composition property to disable combining
0af3fedf
KH
780 characters being composed.
781
e308dcd3 7822009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
783
784 * quick-install-emacs: Be more clever about locating info directory.
785
d9cce206
JB
7862009-02-24 Juanma Barranquero <lekktu@gmail.com>
787
788 * nt/README.W32: Fix typos.
789
3deb93c6
JR
7902009-02-23 Jason Rumney <jasonr@gnu.org>
791
ed9265fc 792 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 793
d9cce206
JB
794 * nt/README.W32: Remove ever expanding versions of Windows.
795 Shorten FAQ URL. Remove mention of obsolete lock directory.
796 Windows distribution now bin and barebin only. Add note about
797 SVG support. Remove old tar and gzip problem workarounds.
798 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
799
800 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
801 undumped distribution no longer exists.
802
e73521d0 8032009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
804
805 * nt/README.W32: Fix typo. (Bug#2207)
806
1b1db3a9
CY
8072009-02-01 Chong Yidong <cyd@stupidchicken.com>
808
809 * admin.el (set-version): Remove deleted file ns-emacs.texi.
810
d90442ce
KH
8112008-12-02 Kenichi Handa <handa@m17n.org>
812
813 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
814 `decomposition' property adjusted.
815 (unidata-split-decomposition): Don't include surrounding "<" and
816 ">" in a symbol name.
817
8182008-12-01 Kenichi Handa <handa@m17n.org>
819
b97439ce
JB
820 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
821 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
822 (unidata-get-numeric, unidata-put-numeric)
823 (unidata-gen-table-numeric): New functions.
824 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
825
983ab7ba
EZ
8262008-11-29 Eli Zaretskii <eliz@gnu.org>
827
828 * notes/documentation: Add notes about Antinews.
829
91236f63
GM
8302008-10-23 Glenn Morris <rgm@gnu.org>
831
832 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
833 Add/tweak some nextstep/ entries.
834
c674e738
KH
8352008-09-19 Kenichi Handa <handa@m17n.org>
836
837 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
838 positions.
839
293a3986
EZ
8402008-08-23 Eli Zaretskii <eliz@gnu.org>
841
842 * CPP-DEFINES: Add USER_FULL_NAME.
843
b7063e7e
JR
8442008-08-16 Jason Rumney <jasonr@gnu.org>
845
d4835507 846 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 847
295b47d8
JB
8482008-08-06 Juanma Barranquero <lekktu@gmail.com>
849
850 * nt/dump.bat: Fix mixed EOLs.
851
14145fa3
AR
8522008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
853
0dcb2845 854 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 855
c3179b06
EZ
8562008-08-02 Eli Zaretskii <eliz@gnu.org>
857
858 * CPP-DEFINES: Add defines for accessing system processes.
859
9e2a2647
DN
8602008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
861
862 * make-tarball.txt:
863 * admin.el:
864 * FOR-RELEASE:
865 * CPP-DEFINES: Remove mentions of Mac Carbon.
866
d3841127
GM
8672008-07-16 Glenn Morris <rgm@gnu.org>
868
869 * admin.el (set-version, set-copyright): Add nextstep/ files.
870
ba60bd44 8712008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 872
0dcb2845 873 * CPP-DEFINES: Add NS port related defines.
edfda783 874
f2d8d275
GM
8752008-06-16 Glenn Morris <rgm@gnu.org>
876
5de85e83
GM
877 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
878 doc/lispref/book-spine.texinfo.
f2d8d275 879
611bee81
GM
8802008-06-15 Glenn Morris <rgm@gnu.org>
881
882 * admin.el (set-version): Add doc/misc/faq.texi.
883
d6710afe
JB
8842008-05-22 Juanma Barranquero <lekktu@gmail.com>
885
886 * FOR-RELEASE: Remove Windows problem about the XPM image library
887 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
888
2e10f11c
JB
8892008-04-15 Juanma Barranquero <lekktu@gmail.com>
890
891 * unidata/UnicodeData.txt: Update to Unicode 5.1.
892
dd7d19d7
JB
8932008-04-14 Juanma Barranquero <lekktu@gmail.com>
894
895 * unidata/unidata-gen.el (unidata-prop-alist):
896 Fix typo in description of `numeric-value'.
897 (unidata-put-character): Fix typo in error message.
898
2cbff44e
GM
8992008-02-21 Glenn Morris <rgm@gnu.org>
900
901 * notes/unicode, notes/font-backend: New files, split off from
902 README.unicode.
903
43bad2da
KH
9042008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
905
906 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 907 being used in latin1-disp.el. Remove the problem of
98723304
KH
908 cp-supported-codepages. Remove the problem of lost changelog for
909 ps-prin1.ps.
43bad2da 910
8a7619ba
EZ
9112008-02-16 Eli Zaretskii <eliz@gnu.org>
912
913 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
914 non-portable in this context.
915
916 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
917 non-portable in this context.
918
f96b6330
EZ
9192008-02-09 Eli Zaretskii <eliz@gnu.org>
920
921 * unidata/makefile.w32-in (lisp): New variable.
922 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
923 lisp/emacs-lisp.
924
56eb72a0
JR
9252008-02-04 Jason Rumney <jasonr@gnu.org>
926
927 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
928
a8fd9158
JB
9292008-02-02 Juanma Barranquero <lekktu@gmail.com>
930
931 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
932
c7e85fc7
EZ
9332008-02-02 Eli Zaretskii <eliz@gnu.org>
934
9aa0b3c8
EZ
935 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
936
bcc891c2 937 * unidata/Makefile.in: Rename from Makefile.
5889232d 938
c7e85fc7
EZ
939 * unidata/makefile.w32-in: New file.
940
db516472
JR
9412008-02-02 Jason Rumney <jasonr@gnu.org>
942
943 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
944
609789d7 9452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 946
aca7a3d2
MB
947 * unidata/copyright.html: New file.
948
609789d7 9492008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
950
951 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
952 decomposition, if T is the same as TBase, don't include it in the
953 returned list.
954
609789d7 9552008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
956
957 * unidata/unidata-gen.el (unidata-text-file): Delete it.
958 (unidata-list): Initialize to nil.
959 (unidata-setup-list): New function.
bcc891c2
GM
960 (unidata-gen-files): New optional arg unidata-text-file.
961 If it's nil, set unidata-text-file to the left command line arg.
962 Call unidate-setup-list at first.
aca7a3d2 963
bcc891c2 964 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
965 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
966
609789d7 9672008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 968
bcc891c2
GM
969 * unidata/unidata-gen.el: Fix comment typo.
970 Change string-to-int to string-to-number.
971 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
972 (unidata-list): Just insert unidata-text-file.
973 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 974 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 975
bcc891c2 976 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
977 (charprop.el): Depends on unidata.txt.
978 (clean): Remove unidata.txt.
979
609789d7 9802008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
981
982 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
983 (unidata-get-name): Handle U+110B.
984
609789d7 9852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
986
987 Sub-directory `unidata' is for codes to generate charprop.el and
988 many other uni-*.el files from `UnicodeData.txt'.
989
990 * Unidata/README: New file.
991
992 * unidata/Makefile: New file.
993
994 * unidata/unidata-gen.el: New file.
995
996 * unidata/UnicodeData.txt: New file. Copied from
609789d7 997 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
998
999 * unidata/.cvsignore: New file.
1000
609789d7 10012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1002
1003 * charsets/.cvsignore: New file.
1004
1005 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1006
bcc891c2
GM
1007 * charsets/Makefile (all): Rename target from charsets.
1008 Depend on ${TRANS_TABLE}.
1009 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1010 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
1011 (install): Copy updated files only.
1012
10132008-02-02 Kenichi Handa <handa@m17n.org>
1014
bcc891c2 1015 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
1016
10172008-02-02 Kenichi Handa <handa@m17n.org>
1018
1019 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1020 0x2299 to 0x29BF.
1021
609789d7 10222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1023
1024 * charsets/Makefile (TRANS_TABLE): New macro.
1025 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 1026 (cp51932.el): New target.
aca7a3d2
MB
1027 (eucjp-ms.el): New target.
1028 (install): Include ${TRANS_TABLE}.
1029 (CJK): Include JISX213A.map.
1030 (JISX213A.map): New target.
1031
1032 * charsets/eucjp-ms.awk: New file.
1033
1034 * charsets/cp51932.awk: New file.
1035
609789d7 10362008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1037
1038 * charsets/cp932.awk: New file.
1039
bcc891c2 1040 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
1041
1042 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1043 running an awk program.
1044
609789d7 10452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1046
1047 * charsets/mapconv: Handle UNICODE2.
1048
c4cc8b9a 1049 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
1050 (CP932-2BYTE.map): New target.
1051
609789d7 10522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
1053
1054 * charsets: New directory for scripts to generate charset map
1055 files in ../etc/charsets/.
1056
bcc891c2 1057 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 1058 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1059 * charsets/kuten.awk: New files.
aca7a3d2 1060
adf94aa6
GM
10612008-01-08 Glenn Morris <rgm@gnu.org>
1062
1063 * admin.el (set-version): Add doc/man/emacs.1.
1064
f3041af1
DN
10652008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1066
1067 * notes/copyright:
1068 * MAINTAINERS: Remove references to files that have been removed.
1069
a70c9a7a
GM
10702008-01-04 Glenn Morris <rgm@gnu.org>
1071
1072 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1073
aa5fea59
SM
10742007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * CPP-DEFINES: New file.
1077
f8747b72
RS
10782007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1079
1080 * FOR-RELEASE: Remove "window-system in face definition" [of
1081 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1082 on gnus-dired.el.
1083
24bbe01e
GM
10842007-12-05 Glenn Morris <rgm@gnu.org>
1085
1086 * admin.el (set-version): Handle configure.in. Adapt for doc/
1087 directory layout for manuals.
1088
0073bc5d
RS
10892007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1090
630cb3b7
JB
1091 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1092 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1093
1453abd0
GM
10942007-11-17 Glenn Morris <rgm@gnu.org>
1095
1096 * admin.el (process-lines): Move to ../lisp/subr.el.
1097
ca076674
GM
10982007-10-23 Glenn Morris <rgm@gnu.org>
1099
1100 * MAINTAINERS: Move here from ../.
1101
943756ea
JB
11022007-10-17 Juanma Barranquero <lekktu@gmail.com>
1103
1104 * make-emacs: Doc fix.
1105
bab9fcb4
GM
11062007-08-28 Glenn Morris <rgm@gnu.org>
1107
1108 * admin.el: Provide self.
1109
880820fe 11102007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1111
d58ee9f1 1112 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1113
cacc7b51
GM
11142007-07-25 Glenn Morris <rgm@gnu.org>
1115
1116 * Relicense all FSF files to GPLv3 or later.
1117
bfcea090
GM
11182007-06-07 Glenn Morris <rgm@gnu.org>
1119
1120 * admin.el (set-copyright): New function.
1121
017f0417
NR
11222007-04-25 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * make-tarball.txt: Add note about cutting the branch.
1125
537a062f
CY
11262007-06-02 Chong Yidong <cyd@stupidchicken.com>
1127
1128 * Version 22.1 released.
1129
77083ca3
EZ
11302007-02-03 Eli Zaretskii <eliz@gnu.org>
1131
1132 * nt/makedist.bat: Change EOL format to DOS. Don't use
1133 redirection characters in REM lines.
1134
880820fe 11352007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1136
1137 * FOR-RELEASE: Removed Gtk/Xft issue.
1138
1fc8c92b
MB
11392007-01-01 Miles Bader <miles@gnu.org>
1140
1141 * quick-install-emacs (get_config_var): Deal with weird magic
1142 string inserted by recent versions of autoconf.
1143
7dce1990
JB
11442006-11-25 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * admin.el (set-version): Set version number in
1147 lib-src/makefile.w32-in.
1148
dc3d1157
RS
11492006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1150
1151 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1152 due to a local miss-configuration.
1153
08c85160
CY
11542006-10-28 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * make-announcement (OLD): Remove LEIM references in announcement
1157 since it is now built-in.
1158
d0834a5c
YM
11592006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1160
1161 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1162
151fe029
KH
11632006-10-03 Kenichi Handa <handa@m17n.org>
1164
1165 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1166
e71cb549
CY
11672006-08-13 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * FOR-RELEASE: Elisp manual checking completed.
1170
6232e72d
RS
11712006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1172
1173 * FOR-RELEASE: Update refcard section.
1174
8a8476f9
KS
11752006-07-14 Kim F. Storm <storm@cua.dk>
1176
1177 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1178
1eca02e7
KS
11792006-07-09 Kim F. Storm <storm@cua.dk>
1180
1181 * README: Use outline format. Add FOR-RELEASE.
1182
7fa61471
CY
11832006-06-27 Chong Yidong <cyd@stupidchicken.com>
1184
1185 * FOR-RELEASE: Checking of info.texi done.
1186
8361675a
RS
11872006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1188
1189 * FOR-RELEASE: Update refcard section.
1190
3f168e29
RS
11912006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1192
1193 * FOR-RELEASE: Update refcard section.
1194
f195dc16
CY
11952006-05-25 Chong Yidong <cyd@stupidchicken.com>
1196
1197 * FOR-RELEASE: Key sequence elisp node done.
1198
49561a36
RS
11992006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1200
1201 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1202
6fedb9f9
CY
12032006-05-21 Chong Yidong <cyd@mit.edu>
1204
1205 * FOR-RELEASE: point-entered /point-left bug fixed.
1206
61515a63
EZ
12072006-05-12 Eli Zaretskii <eliz@gnu.org>
1208
1209 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1210 entry.
1211
4297ece2
BW
12122006-05-06 Bill Wohler <wohler@newt.com>
1213
1214 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1215 about it.
1216
4bbe413d 12172006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1218
4bbe413d 1219 * ./* (Copyright): Updated Copyright year(s).
49561a36 1220
6b82baf6
RS
12212006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1222
1223 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1224
49af2995
KS
12252006-02-20 Kim F. Storm <storm@cua.dk>
1226
1227 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1228 Rework how fringe bitmaps are defined and used.
e4920bc9 1229 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1230 one-level representation. It would be cleaner to split the
1231 representation into a two-level model where first level maps
1232 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1233 a bitmap appearance.
49af2995 1234
d5e87a2f
CY
12352006-01-27 Chong Yidong <cyd@stupidchicken.com>
1236
8a8476f9 1237 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1238
9c43c921
BW
12392005-12-13 Bill Wohler <wohler@newt.com>
1240
1241 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1242
6ed81b24
RS
12432005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1244
c95dddbe
RS
1245 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1246 completing-read-multiple, mail-extract-address-components,
1247 mail-mode, quail-define-package, save-buffer and
1248 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1249
2950d850
CY
12502005-11-28 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1253
ab4d879e
KS
12542005-11-11 Kim F. Storm <storm@cua.dk>
1255
1256 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1257 when displaying a non-breaking space in an overlay string.
1258
932dc33b
CY
12592005-10-30 Chong Yidong <cyd@stupidchicken.com>
1260
1261 * FOR-RELEASE: Init file change implemented.
1262
c809f7cc
CY
12632005-10-27 Chong Yidong <cyd@stupidchicken.com>
1264
1265 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1266
4754e179 12672005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1268
1269 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1270 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1271
ffda926c
BW
12722005-10-17 Bill Wohler <wohler@newt.com>
1273
f58e0fd5 1274 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1275 since it's gone. Also marked mh-e as done.
ffda926c 1276
2d4713aa
JB
12772005-10-11 Juanma Barranquero <lekktu@gmail.com>
1278
1279 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1280 libraries on Windows (Done).
1281
95f76284
JR
12822005-10-01 Jason Rumney <jasonr@gnu.org>
1283
1284 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1285
52f277bf
RF
12862005-08-31 Romain Francoise <romain@orebokech.com>
1287
630cb3b7 1288 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1289 item (Done).
1290
c0eb0519
RF
12912005-08-27 Romain Francoise <romain@orebokech.com>
1292
1293 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1294
385ee3de 12952005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1296
1297 Update FSF's address in GPL notices.
1298
257914aa
LK
12992005-06-10 Lute Kamstra <lute@gnu.org>
1300
1301 * admin.el (set-version): Set version in lisp manual too.
1302 * make-tarball.txt: Commit lispref/elisp.texi too.
1303
a4e51a7a
RS
13042005-06-04 Richard M. Stallman <rms@gnu.org>
1305
1306 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1307 Other cleanups.
1308
834671a6
LK
13092005-04-19 Lute Kamstra <lute@gnu.org>
1310
1311 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1312
54381691
LK
13132005-04-14 Lute Kamstra <lute@gnu.org>
1314
118e2c39
LK
1315 * nt/makedist.bat (elfiles): Update.
1316
54381691
LK
1317 * admin.el (add-release-logs): Fix require call.
1318
0b048d52
MT
13192005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1320
f58e0fd5 1321 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1322 The first line of every tutorial must begin with a sentence saying
1323 "Emacs Tutorial" in the respective language. This should be
1324 followed by "See end for copying conditions", likewise in the
1325 respective language.
0b048d52 1326
18cd5892
LT
13272005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1328
1329 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1330 Add `undo-ask-before-discard' to it.
1331
9a1c5fbf
MB
13322005-03-02 Miles Bader <miles@gnu.org>
1333
1334 * quick-install-emacs: Only use the mkdir --verbose option if the
1335 script's --verbose option was specified (this avoids problems with
1336 default usage on systems where mkdir doesn't support that option).
1337
e25c1ca6
JR
13382005-02-15 Jason Rumney <jasonr@gnu.org>
1339
fffa137c 1340 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1341 tar --exclude.
1342
880820fe 13432004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1344
1345 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1346
6622d928
LT
13472004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1348
1349 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1350 Elisp manuals.
1351
d574552a
LT
13522004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1353
1354 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1355 Emacs and Elisp manuals.
d574552a 1356
0a5e5be0
KS
13572004-09-11 Kim F. Storm <storm@cua.dk>
1358
1359 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1360 (Documentation): Add NEWS entry.
1361 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1362
2661eae9
KS
13632004-08-29 Kim F. Storm <storm@cua.dk>
1364
1365 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1366
880820fe 13672004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1368
c4cc8b9a 1369 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1370 (now behaves as well as other ports).
1371
880820fe 13722004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1373
2661eae9 1374 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1375
44618f20 13762004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1377
1378 * FOR-RELEASE: Moved here from the etc directory.
1379
db281452
TTN
13802004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1381
1382 * notes/BRANCH: New file, to be maintained per CVS branch.
1383
feebeb72
MB
13842003-10-01 Miles Bader <miles@gnu.org>
1385
1386 * quick-install-emacs: Don't use "function" keyword when defining
1387 shell functions.
1388
44618f20
LK
13892003-09-29 Lute Kamstra <lute@gnu.org>
1390
1391 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1392
e04e1ce2
MB
13932003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1394
1395 * quick-install-emacs: Remove fns-* pruning, since that file no
1396 longer seems to be generated.
1397 (AVOID): Quote literal periods. Quote braces in a way acceptable
1398 to all parties (gawk gets bitchy about using `\').
1399
6cce52e8
MB
14002003-08-19 Miles Bader <miles@gnu.org>
1401
1402 * quick-install-emacs: Add arch-specific ignored files to
1403 quick-install-emacs. Use quoting for periods that's acceptable
1404 to recent versions of gawk.
1405
13582d53
MR
14062003-08-11 Markus Rost <rost@math.ohio-state.edu>
1407
1408 * cus-test.el: Remove obsolete workaround.
1409
e53925a5
AI
14102003-04-22 Andrew Innes <andrewi@gnu.org>
1411
1412 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1413 emacs.exe before zipping, and including batch file to recreate
1414 after unpacking.
1415
1416 * nt/stitch.bat: New file.
1417
1418 * nt/README-ftp-server: Update wording and version number etc.
1419 Add extra instructions for installing multi-file .zip
1420 distribution.
1421
1422 * nt/README.W32: Remove personal email address and update wording.
1423
1424 * nt/README-UNDUMP.W32: Remove personal email address and update
1425 wording.
1426
880820fe 14272003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1428
1429 * make-changelog-diff: New script, code stolen from make-announcement.
1430
1431 * make-announcement: Use make-changelog-diff.
1432
880820fe 14332003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1434
1435 * make-tarball.txt: Step-by-step instructions for making a tarball.
1436
10d1d0af 1437 * make-announcement: A script for creating pretest announcements.
163c6f1c 1438
880820fe 14392003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1440
1441 * admin.el (add-release-logs): Expand the directory name before
1442 calling find(1).
1443 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1444 the date and the user's name and address.
33b97f32 1445
7b997a97
MB
14462003-01-07 Miles Bader <miles@gnu.org>
1447
1448 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1449 command output from non-C locales.
1450
6c465a15 14512002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1452
3bc08206 1453 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1454 which can be run in batch mode. See the Commentary section.
bd08d86a 1455
5ce129c2
MR
14562002-10-08 Markus Rost <rost@math.ohio-state.edu>
1457
1458 * cus-test.el: New file.
1459
14dd2fe9
MB
14602002-05-27 Miles Bader <miles@gnu.org>
1461
1462 * quick-install-emacs (VERSION): Calculate using the same method
1463 that configure.in uses.
1464
880820fe 14652002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1466
1467 * emacs-pretesters: New file with information for Emacs
1468 pretesters.
1469
b9a07996
PE
14702002-03-22 Paul Eggert <eggert@twinsun.com>
1471
1472 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1473 POSIX 1003.1-2001 disallows both usages.
1474
38b81d74
AI
14752002-02-11 Andrew Innes <andrewi@gnu.org>
1476
1477 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1478
72a68345
AI
14792002-01-24 Andrew Innes <andrewi@gnu.org>
1480
1481 * nt/README.W32: Remove unnecessary version number and date
1482 references.
1483
1484 * nt/README-UNDUMP.W32: Ditto.
1485
ebbaf4e3
GM
14862001-12-06 Gerd Moellmann <gerd@gnu.org>
1487
1488 * make-emacs: Add --trace-move.
1489
461a1459
AI
14902001-10-23 Andrew Innes <andrewi@gnu.org>
1491
1492 * nt/makedist.bat: Remove remaining obsolete reference to
1493 GETTING.GNU.SOFTWARE.
1494
26fe1f92
GM
14952001-10-22 Gerd Moellmann <gerd@gnu.org>
1496
1497 * admin.el (set-version): Use `s' interactive spec for
1498 version number.
1499
71431a0e
GM
15002001-10-20 Gerd Moellmann <gerd@gnu.org>
1501
6aa97356 1502 * (Version 21.1 released.)
71431a0e 1503
e568708b
GM
15042001-10-20 Gerd Moellmann <gerd@gnu.org>
1505
1506 * admin.el (add-release-logs): Put the log entry in lispref, too.
1507
c5915370
MB
15082001-10-20 Miles Bader <miles@gnu.org>
1509
1510 * quick-install-emacs: Exit if we can't find some variable.
1511 (AVOID): Add .orig & .rej files.
1512 (get_config_var): Be more liberal about format of config.status
1513 sed commands.
1514
5a4a5bd4
GM
15152001-10-19 Gerd Moellmann <gerd@gnu.org>
1516
74499542
GM
1517 * admin.el: New file.
1518
5a4a5bd4
GM
1519 * build-configs: Add --help option. Add support for building
1520 in arbitrary source trees.
1521
09954f3b
GM
15222001-10-17 Gerd Moellmann <gerd@gnu.org>
1523
1524 * alloc-colors.c: New file.
1525
f2164e31
GM
15262001-10-13 Gerd Moellmann <gerd@gnu.org>
1527
1528 * make-emacs: Add --boot switch for bootstrapping. Logs to
1529 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1530
ab952a4f
GM
15312001-10-05 Gerd Moellmann <gerd@gnu.org>
1532
1533 * Branch for 21.1.
6c465a15 1534
f537c3cd
EZ
15352001-09-04 Andrew Innes <andrewi@gnu.org>
1536
1537 * admin/nt/makedist.bat: Remove reference to obsolete file
1538 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1539 version of tar used.
1540
1541;; Local Variables:
880820fe 1542;; coding: utf-8
f537c3cd 1543;; End:
2a34a036 1544
6116bd7e 1545 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1546
1547 This file is part of GNU Emacs.
1548
9ad5de0c 1549 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1550 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1551 the Free Software Foundation, either version 3 of the License, or
1552 (at your option) any later version.
5b87ad55
GM
1553
1554 GNU Emacs is distributed in the hope that it will be useful,
1555 but WITHOUT ANY WARRANTY; without even the implied warranty of
1556 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1557 GNU General Public License for more details.
1558
1559 You should have received a copy of the GNU General Public License
9ad5de0c 1560 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.