Do not mark objects from deleted buffers, windows and frames.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
1088b922
PE
12012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify redefinition of 'abort' (Bug#12316).
4 * CPP-DEFINES (NO_ABORT): Remove.
5
a3f90bea
GM
62012-08-28 Glenn Morris <rgm@gnu.org>
7
8 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
9
01e0f0f5
AS
102012-08-28 Andreas Schwab <schwab@linux-m68k.org>
11
12 * charsets/mule-charsets.el (header): Fix typo.
13
f4a681b0
PE
142012-08-24 Paul Eggert <eggert@cs.ucla.edu>
15
16 On assertion failure, print backtrace if available.
17 * merge-gnulib (GNULIB_MODULES): Add execinfo.
18
620f13b0
PE
192012-08-16 Paul Eggert <eggert@cs.ucla.edu>
20
21 Use ASCII tests for character types.
22 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
23 new direct dependency; c-ctype was already being used indirectly
24 via other gnulib modules.
25
f5d9e83a
PE
262012-08-14 Paul Eggert <eggert@cs.ucla.edu>
27
28 Use bool for Emacs Lisp booleans.
29 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
30 new direct dependency; stdbool was already being used indirectly
31 via other gnulib modules.
32
9ff9402d 332012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
34
35 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
36
c644523b
DA
372012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
38
39 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
40
13294f95
PE
412012-08-02 Paul Eggert <eggert@cs.ucla.edu>
42
43 Port to Solaris 8.
44 * CPP-DEFINES (WRETCODE): Remove.
45
d8a05828
DA
462012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
47
48 * coccinelle/overlay.cocci: Semantic patch to replace direct
49 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
50
8271d590
DA
512012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
52
53 * coccinelle/symbol.cocci: Semantic patch to replace direct
54 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
55
3193acd2
DA
562012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
57
58 * coccinelle/process.cocci: Semantic patch to replace direct
59 access to Lisp_Object members of struct Lisp_Process to PVAR.
60
3a45383a
DA
612012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
62
63 * coccinelle/window.cocci: Semantic patch to replace direct
64 access to Lisp_Object members of struct window to WVAR.
65
e34f7f79
DA
662012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
67
68 * coccinelle/frame.cocci: Semantic patch to replace direct
69 access to Lisp_Object members of struct frame to FVAR.
70
e32a5799
PE
712012-07-28 Paul Eggert <eggert@cs.ucla.edu>
72
73 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
74 * merge-gnulib: Add environ, stdalign.
75
d7ea76b4
DA
762012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
77
78 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
79 make_unibyte_string to build_unibyte_string where appropriate.
80
4dc7c8d5 812012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
82
83 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
84
4dc7c8d5 852012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
86
87 * Version 24.1 released.
d7ea76b4 88
5ebbef1d
PE
892012-07-11 Paul Eggert <eggert@cs.ucla.edu>
90
bb352260
PE
91 Assume mkdir, perror, rename, rmdir, strerror.
92 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
93 (HAVE_STRERROR, strerror):
57054ddd 94 Remove.
5ebbef1d 95
7d7bbefd
DA
962012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
97
98 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
99 to XCDR and consistently use CONSP in the list iteration loops.
100 * coccinelle/vector_contents.cocci: Fix indentation.
101
f58e0fd5
SM
1022012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * bzrmerge.el: Use cl-lib.
105
c4444d16
PE
1062012-07-09 Paul Eggert <eggert@cs.ucla.edu>
107
108 Rename configure.in to configure.ac (Bug#11603).
109 * admin.el (set-version):
110 * quick-install-emacs (VERSION):
111 Get version number from configure.ac, not configure.in.
112
fee5959d
PE
1132012-07-06 Paul Eggert <eggert@cs.ucla.edu>
114
115 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
116 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
117
23f86fce
DA
1182012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
119
120 * coccinelle/xzalloc.cocci: Semantic patch to convert
121 calls to xmalloc with following memset to xzalloc.
122
95f61aa2
JB
1232012-07-04 Juanma Barranquero <lekktu@gmail.com>
124
125 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
126
1130ecfc
DA
1272012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
128
129 * coccinelle/build_string.cocci: Semantic patch
130 to convert from make_string to build_string.
131
3c9359df
DA
1322012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
133
134 First Coccinelle semantic patch.
135 * coccinelle: New subdirectory
136 * coccinelle/README: Documentation stub.
137 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
138 access to `contents' member of Lisp_Vector objects with AREF and ASET
139 where appropriate.
3c9359df 140
d35af63c
PE
1412012-06-22 Paul Eggert <eggert@cs.ucla.edu>
142
143 Support higher-resolution time stamps (Bug#9000).
144 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
145 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
146 timespec-sub, utimens.
147 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
148 This trims down the gnulib import, from the very latest gnulib.
149 Emacs does its own implementation of 'select' and 'sigprocmask'
150 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
151 hosts, so it doesn't need these modules.
152 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
153 these gnulib modules are only for Windows porting and Emacs ports
154 to Windows in a different way.
155
646b5f55
AS
1562012-06-13 Andreas Schwab <schwab@linux-m68k.org>
157
f58e0fd5
SM
158 * make-emacs: Rename --union-type to --check-lisp-type.
159 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
160 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
161 USE_LISP_UNION_TYPE.
162
418cd726
GM
1632012-06-03 Glenn Morris <rgm@gnu.org>
164
165 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
166
501390c5
PE
1672012-06-01 Paul Eggert <eggert@cs.ucla.edu>
168
169 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
170 * make-tarball.txt: Don't worry about maintainer mode.
171
0e7a053e
PE
1722012-05-28 Paul Eggert <eggert@cs.ucla.edu>
173
174 * CPP-DEFINES: Remove HAVE_SYSINFO.
175
50c4645e
PE
1762012-05-27 Paul Eggert <eggert@cs.ucla.edu>
177
178 Assume gnulib does largefile.
179 * merge-gnulib (GNULIB_MODULES): Add largefile.
180
34374650
PE
1812012-05-22 Paul Eggert <eggert@cs.ucla.edu>
182
183 Remove src/m/*.
184 * CPP-DEFINES: Do not mention src/m/*.h.
185 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
186 (BITS_PER_SHORT, BITS_PER_INT): Remove.
187 * MAINTAINERS: Remove src/m/.
188
9b4ee616
PE
1892012-05-21 Paul Eggert <eggert@cs.ucla.edu>
190
fb77d37e
PE
191 Use full name for m4/gnulib-comp.m4. (Bug#11529)
192 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
193
261cb4bb
PE
194 Assume C89 or later.
195 * CPP-DEFINES: Remove NULL, const.
196
9b4ee616
PE
197 Make merging from gnulib a script, not a makefile action.
198 * merge-gnulib: New script, with actions moved here from
199 ../Makefile.in.
200
003fdae2
PE
2012012-05-19 Paul Eggert <eggert@cs.ucla.edu>
202
9232a6d9
PE
203 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
204
003fdae2
PE
205 * CPP-DEFINES (HAVE_FTIME): Remove.
206
6116bd7e
GM
2072012-05-02 Glenn Morris <rgm@gnu.org>
208
209 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
210
a9f72fc1
GM
2112012-04-10 Glenn Morris <rgm@gnu.org>
212
c9279dad
GM
213 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
214
a9f72fc1
GM
215 * unidata/Makefile.in: Add FSF copyright.
216 Make it use autoconf features, and work for out-of-tree builds.
217
b142f158
EZ
2182012-04-07 Eli Zaretskii <eliz@gnu.org>
219
220 * unidata/README:
221 * unidata/copyright.html:
222 * unidata/BidiMirroring.txt:
223 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
224 the Unicode Standard.
225
c406be43
KH
2262012-02-16 Kenichi Handa <handa@m17n.org>
227
228 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
229 values of name and old-name to nil.
230 (unidata-get-name): Return nil for the default value.
231
58474503
GM
2322012-02-11 Glenn Morris <rgm@gnu.org>
233
234 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
235 (cusver-check): New functions.
236
54de86ac
GM
2372012-01-19 Glenn Morris <rgm@gnu.org>
238
239 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
240 "skip?" question, since there can be multiple such for any revision.
241
0dc18ae0
EZ
2422012-01-14 Eli Zaretskii <eliz@gnu.org>
243
244 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
245 updated and checked.
246
509c74bd
AS
2472011-11-26 Andreas Schwab <schwab@linux-m68k.org>
248
303d001f
AS
249 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
250 Avoid warning about old-style backquote.
251
509c74bd
AS
252 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
253 in regexp.
254 (wisent-make-parsers): Likewise. Quote `.'.
255
256 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
257 in regexp.
258 (bovine-make-parsers): Likewise. Quote `.'.
259
d5ff9cd0
AS
2602011-11-20 Andreas Schwab <schwab@linux-m68k.org>
261
262 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
263
7877f373
JB
2642011-11-16 Juanma Barranquero <lekktu@gmail.com>
265
266 * admin.el (manual-dvi): Fix typo.
267
b018182c
EZ
2682011-11-15 Eli Zaretskii <eliz@gnu.org>
269
7877f373 270 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 271
c7015153
JB
2722011-11-15 Juanma Barranquero <lekktu@gmail.com>
273
274 * make-emacs: Fix typo.
275
d31d07be
JB
2762011-11-07 Juanma Barranquero <lekktu@gmail.com>
277
278 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
279
72b8747b
DE
2802011-10-31 David Engster <deng@randomsample.de>
281
282 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
283
8cedc5ac
EZ
2842011-10-28 Eli Zaretskii <eliz@gnu.org>
285
286 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
287 running Emacs on Windows 9X.
288
a0c64452
CY
2892011-09-26 Chong Yidong <cyd@stupidchicken.com>
290
291 * admin.el (set-version): Fix regexps for config.nt and
292 sed2v2.inp.
293
e39b275c 2942011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 295
abec06ff 296 Merge from gnulib (Bug#9169).
24e0f6b1
PE
297 * notes/copyright: The files compile, config.guess, config.sub,
298 depcomp, install-sh, missing, and move-if-change are now in the
299 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
300 and warn-on-use.h are now in build-aux/snippets. New file
301 build-aux/snippets/_Noreturn.h.
302
bca633fb
EZ
3032011-08-23 Eli Zaretskii <eliz@gnu.org>
304
305 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
306 values of bidi-class according to DerivedBidiClass.txt from the
307 latest UCD.
308
0902a04e
KH
3092011-08-23 Kenichi Handa <handa@m17n.org>
310
311 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
312 values for name, general-category, canonical-combining-class,
313 mirrored, and bidi-class. Describe the meaning of value nil for
314 decimal-digit-value, digit-value, numeric-value, uppercase,
315 lowercase, titlecase, and mirroring.
316 (unidata-gen-table): Handle the case that default-value is a
317 list. Set default values of characters not listed in a table.
318 (unidata-get-name): Return an empty string if a value in a
319 char-table is nil.
320 (unidata-get-decomposition): Return a list of character itself if
321 a value in a char-table is nil.
322
474a8465
EZ
3232011-08-15 Eli Zaretskii <eliz@gnu.org>
324
325 * unidata/bidimirror.awk: File removed.
326
327 * unidata/biditype.awk: File removed.
328
329 * unidata/makefile.w32-in (all): Remove src/biditype.h and
330 src/bidimirror.h.
f58e0fd5 331 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
332
333 * unidata/Makefile.in (all): Remove src/biditype.h and
334 src/bidimirror.h.
f58e0fd5 335 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 336
a5b436df
JB
3372011-07-07 Juanma Barranquero <lekktu@gmail.com>
338
339 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
340 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
341
c805dec0
KH
3422011-07-06 Kenichi Handa <handa@m17n.org>
343
344 * unidata/unidata-gen.el (unidata-dir): New variable.
345 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
346 (unidata-prop-alist): INDEX element may be a function.
347 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
348 New entry `mirroring'.
349 (unidata-prop-default, unidata-prop-val-list): New subst.
350 (unidata-get-character, unidata-put-character): Delete them.
351 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
352 above changes.
353 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
354 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
355 Delete them.
356 (unidata-encode-val): Assume that the first element of VAL-LIST is
357 a cons (nil . 0).
358 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
359 Always store the encoded value.
360 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
361 Set the 1st and the 2nd extra slots to index numbers for C
362 functions.
363 (unidata-gen-table-integer): Likewise.
364 (unidata-gen-table-numeric): Likewise.
365 (unidata-gen-table-name): New arg IGNORE.
366 (unidata-gen-table-decomposition): Likewise.
367 (unidata-describe-general-category): Add the case nil to the
368 description alist.
a5b436df 369 (unidata-gen-mirroring-list): New function.
c805dec0
KH
370 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
371 unidata-prop-alist. Handle the case of storing multiple
372 char-tables in a file.
373
374 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
375 unidata-gen-files.
376
2a35386d
GM
3772011-05-21 Glenn Morris <rgm@gnu.org>
378
379 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
380
33383987
JB
3812011-03-07 Chong Yidong <cyd@stupidchicken.com>
382
383 * Version 23.3 released.
384
cce7d530 3852011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
386
387 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
388
9d9d12cd
EZ
3892011-02-19 Eli Zaretskii <eliz@gnu.org>
390
391 * admin.el (set-version): Add msdos/sed2v2.inp.
392
1f5d53eb
PE
3932011-02-16 Paul Eggert <eggert@cs.ucla.edu>
394
395 Remove no-longer needed getloadavg symbols.
396 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
397 (LDAV_SYMBOL): Remove.
398
7b24e97a
GM
3992011-02-12 Glenn Morris <rgm@gnu.org>
400
401 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
402
4d881c83
GM
4032011-02-05 Glenn Morris <rgm@gnu.org>
404
405 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
406 (bzrmerge-apply): Use it.
407 (bzrmerge): Kill any old warning buffer first.
408
f6041baa
GM
4092011-02-03 Glenn Morris <rgm@gnu.org>
410
411 * bzrmerge.el (bzrmerge-buffer): New constant.
412 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
413 (bzrmerge-missing): If nothing to do, return nil not (nil).
414 (bzrmerge-apply): Remove odd character from message.
415 (bzrmerge): Give status messages.
416
70b0d280
EZ
4172011-01-31 Eli Zaretskii <eliz@gnu.org>
418
f6041baa
GM
419 * admin.el (set-version): Remove lib-src/makefile.w32-in.
420 Add nt/config.nt.
70b0d280 421
16fab143
PE
4222011-01-31 Paul Eggert <eggert@cs.ucla.edu>
423
424 src/emacs.c now gets version number from configure.in
425 * admin.el (set-version): Don't update src/emacs.c.
426 * quick-install-emacs (VERSION): Get it from configure.in, not from
427 src/emacs.c.
428
16c3e636
PE
4292011-01-30 Paul Eggert <eggert@cs.ucla.edu>
430
431 strftime: import from gnulib
432 * notes/copyright: strftime.c moved from src to lib.
433
d0cb8662
GM
4342011-01-25 Glenn Morris <rgm@gnu.org>
435
436 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
437 (bzrmerge-missing): Use it.
438
d6100f3d
PE
4392011-01-19 Paul Eggert <eggert@cs.ucla.edu>
440
441 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
442 rather than doing rm and autoconf by hand. See
443 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
444
9092d186
PE
4452011-01-17 Paul Eggert <eggert@cs.ucla.edu>
446
447 * notes/bzr (Installing changes from gnulib): New section.
448 Need for this suggested by Stefan Monnier.
449
41f44310
SM
4502011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
453 an inconsistent state.
454
a3e44e79 4552011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
456
457 Update copyright notes to match recent gnulib-related changes.
458 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
459 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
460 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
461 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
462 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
463 subsumed by m4/*.m4 rule). config.guess, config.sub, and
464 doc/man/texinfo.tex are now copied in from gnulib.
465
6fffc900
GM
4662011-01-15 Glenn Morris <rgm@gnu.org>
467
2153c862 468 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 469
6fffc900
GM
470 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
471 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
472
77ab81d0 4732011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
474
475 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
476
1851cac3
GM
4772011-01-14 Glenn Morris <rgm@gnu.org>
478
479 * bzrmerge.el: Require cl when compiling.
480 (bzrmerge-merges): Doc fix.
481
2b3f5bc8
PE
4822011-01-07 Paul Eggert <eggert@cs.ucla.edu>
483
484 * notes/copyright: There's only one install-sh, not two, so fix a
485 typo claiming that there's two. Add move-if-change to the list of
486 GPL files imported from gnulib.
487
4882011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
489
490 * notes/copyright: Report status more accurately for non-GPL files.
491 Report copyright status more accurately for mkinstalldirs,
492 configure, m4/getopt.m4, and msdos/sed*.inp.
493
7c420169 4942011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
495
496 * nt/README.W32: Update the information about PNG support libraries.
497 (Bug#7716)
498
9ebea0e7
SM
4992010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * bzrmerge.el: New file to help merge branches while skipping
502 some revisions (e.g. from emacs-23 to trunk).
503
201ef780
AS
5042010-12-03 Andreas Schwab <schwab@linux-m68k.org>
505
506 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
507
16a0af11
GM
5082010-10-12 Glenn Morris <rgm@gnu.org>
509
510 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
511
f4f358f1
GM
5122010-10-09 Glenn Morris <rgm@gnu.org>
513
514 * admin.el (set-version): Add doc/emacs/emacsver.texi.
515
3fb78d1f
GM
5162010-10-09 Glenn Morris <rgm@gnu.org>
517
f7a31f11
GM
518 * admin.el (set-version): No need to act on doc/ files any more.
519
3fb78d1f
GM
520 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
521
733946e7
JB
5222010-09-05 Juanma Barranquero <lekktu@gmail.com>
523
524 * unidata/BidiMirroring.txt: Update from
525 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
526
527 * unidata/UnicodeData.txt: Update from
528 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
529
671d409f
AS
5302010-08-09 Andreas Schwab <schwab@linux-m68k.org>
531
532 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
533
29cf3e20
EZ
5342010-08-05 Eli Zaretskii <eliz@gnu.org>
535
536 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
537
e3aef5c6
CS
5382010-07-24 Christoph Scholtes <cschol2112@gmail.com>
539
540 * admin.el: Write version number to nt/makefile.w32-in.
541 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
542 in the nt/ directory.
543 * nt/README.W32: Relocate to nt/ directory.
544
8966b757
AS
5452010-07-11 Andreas Schwab <schwab@linux-m68k.org>
546
547 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
548
71c44c04
EZ
5492010-07-08 Eli Zaretskii <eliz@gnu.org>
550
551 * MAINTAINERS: Update my responsibilities.
552
72af86bd
AS
5532010-07-07 Andreas Schwab <schwab@linux-m68k.org>
554
555 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
556 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
557 Remove.
558
317fbf33
EZ
5592010-06-12 Eli Zaretskii <eliz@gnu.org>
560
cbc4fd20
EZ
561 * unidata/bidimirror.awk: New file.
562
563 * unidata/BidiMirroring.txt: New file from
564 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
565
a5b436df 566 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
567 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
568
569 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
570 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
571
317fbf33
EZ
572 * unidata/biditype.awk: New file.
573
574 * unidata/Makefile.in (../../src/biditype.h): New target.
575
576 * unidata/makefile.w32-in (../../src/biditype.h): New target.
577
bf3e70eb
JB
5782010-06-09 Juanma Barranquero <lekktu@gmail.com>
579
580 * unidata/UnicodeData.txt: Update from
581 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
582
81ac4f35
GM
5832010-05-27 Glenn Morris <rgm@gnu.org>
584
585 * quick-install-emacs (AVOID): No more Makefile.c files.
586
587 * notes/cpp: Remove file.
588
e45b9e19
KR
5892010-05-15 Ken Raeburn <raeburn@raeburn.org>
590
591 * admin.el (set-version, set-copyright): Update emacs.c instead of
592 version.el.
593
594 * make-tarball.txt: Update filename list in step 6.
595
596 * quick-install-emacs: Scan emacs.c instead of version.el for
597 version string.
598
61a808e8
CY
5992010-05-07 Chong Yidong <cyd@stupidchicken.com>
600
601 * Version 23.2 released.
602
796bb936
EZ
6032010-04-01 Eli Zaretskii <eliz@gnu.org>
604
52f4d8d5 605 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 606
288f9fc0
CY
6072010-03-10 Chong Yidong <cyd@stupidchicken.com>
608
609 * Branch for 23.2.
610
f758ab59
MB
6112010-03-10 Miles Bader <miles@gnu.org>
612
61c26472
MB
613 * quick-install-emacs: Use more portable shell syntax.
614
a5b436df 615 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
616 installing.
617
296271c0
JB
6182010-02-14 Juanma Barranquero <lekktu@gmail.com>
619
620 * quick-install-emacs (PRUNED): Fix typo in message.
621
79c08ece
GM
6222010-01-20 Glenn Morris <rgm@gnu.org>
623
624 * revdiff: Remove file that only works with CVS, and isn't really
625 needed with Bazaar (given the in-built revision options of bzr diff).
626
893db5bc
GM
6272010-01-12 Glenn Morris <rgm@gnu.org>
628
629 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
630 than emacs-pretest-bug for bug reports for development versions.
631
149353a4
KH
6322009-11-06 Kenichi Handa <handa@m17n.org>
633
634 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
635 that the block data and the following per-char data fall into the
636 same char-table leaf.
637
171fda8a
JB
6382009-10-01 Juanma Barranquero <lekktu@gmail.com>
639
640 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
641
06d09461
JB
6422009-09-07 Juanma Barranquero <lekktu@gmail.com>
643
644 * unidata/.gitignore: New file.
645
cb335806
EZ
6462009-08-22 Eli Zaretskii <eliz@gnu.org>
647
8e22fa7e
EZ
648 * notes/bugtracker: How to reassign a bug to a list of packages.
649
cb335806
EZ
650 * notes/newfile: Details of how to check for problems with DOS 8+3
651 file-name restrictions.
652
6532009-08-18 Glenn Morris <rgm@gnu.org>
654
655 * notes/newfile: New file.
656
54aa48fe
EZ
6572009-07-11 Eli Zaretskii <eliz@gnu.org>
658
659 * make-tarball.txt: Add a note about bumping the value of
660 customize-changed-options-previous-release.
661
aa4a9384
KH
6622009-06-24 Kenichi Handa <handa@m17n.org>
663
fe7a3057 664 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
665 and don't compact the map. This is to prefer the first one in the
666 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
667
09856751
KH
6682009-06-12 Kenichi Handa <handa@m17n.org>
669
670 * charsets/Makefile (JISX213A.map): Make it depend on
671 mapfiles/JISX213A.map.gz.
672 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
673
674 * charsets/mapfiles/JISX213A.map.gz: New file.
675
676 * charsets/mapfiles/README: Describe JISX213A.map.gz.
677
09e47eb5
KH
6782009-06-12 Kenichi Handa <handa@m17n.org>
679
680 * charsets/mapfiles/*: New files.
681
682 * charsets/mule-charsets.el: Mostly re-written to generate all
683 MULE-*.map files.
684
685 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
686 files.
687
688 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
689 EUC-JP-MS.
690
691 * charsets/cp51932.awk (END): Print arch-tag at the tail.
692
693 * charsets/Makefile: Maps depend on files under mapfiles or
694 ${GLIBC_CHARMAPS}.
695
0b4ff5df
KH
6962009-04-21 Kenichi Handa <handa@m17n.org>
697
698 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
699 change.
700
88758986
KH
7012009-04-17 Kenichi Handa <handa@m17n.org>
702
f58e0fd5
SM
703 * unidata/unidata-gen.el (unidata-get-decomposition):
704 Adjust Hangle decomposition rule to Unicode.
88758986 705
0af3fedf
KH
7062009-04-09 Kenichi Handa <handa@m17n.org>
707
f58e0fd5
SM
708 * unidata/unidata-gen.el (unidata-describe-decomposition):
709 Return a string with a composition property to disable combining
0af3fedf
KH
710 characters being composed.
711
e308dcd3 7122009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
713
714 * quick-install-emacs: Be more clever about locating info directory.
715
d9cce206
JB
7162009-02-24 Juanma Barranquero <lekktu@gmail.com>
717
718 * nt/README.W32: Fix typos.
719
3deb93c6
JR
7202009-02-23 Jason Rumney <jasonr@gnu.org>
721
ed9265fc 722 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 723
d9cce206
JB
724 * nt/README.W32: Remove ever expanding versions of Windows.
725 Shorten FAQ URL. Remove mention of obsolete lock directory.
726 Windows distribution now bin and barebin only. Add note about
727 SVG support. Remove old tar and gzip problem workarounds.
728 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
729
730 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
731 undumped distribution no longer exists.
732
e73521d0 7332009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
734
735 * nt/README.W32: Fix typo. (Bug#2207)
736
1b1db3a9
CY
7372009-02-01 Chong Yidong <cyd@stupidchicken.com>
738
739 * admin.el (set-version): Remove deleted file ns-emacs.texi.
740
d90442ce
KH
7412008-12-02 Kenichi Handa <handa@m17n.org>
742
743 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
744 `decomposition' property adjusted.
745 (unidata-split-decomposition): Don't include surrounding "<" and
746 ">" in a symbol name.
747
7482008-12-01 Kenichi Handa <handa@m17n.org>
749
b97439ce
JB
750 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
751 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
752 (unidata-get-numeric, unidata-put-numeric)
753 (unidata-gen-table-numeric): New functions.
754 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
755
983ab7ba
EZ
7562008-11-29 Eli Zaretskii <eliz@gnu.org>
757
758 * notes/documentation: Add notes about Antinews.
759
91236f63
GM
7602008-10-23 Glenn Morris <rgm@gnu.org>
761
762 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
763 Add/tweak some nextstep/ entries.
764
c674e738
KH
7652008-09-19 Kenichi Handa <handa@m17n.org>
766
767 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
768 positions.
769
293a3986
EZ
7702008-08-23 Eli Zaretskii <eliz@gnu.org>
771
772 * CPP-DEFINES: Add USER_FULL_NAME.
773
b7063e7e
JR
7742008-08-16 Jason Rumney <jasonr@gnu.org>
775
d4835507 776 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 777
295b47d8
JB
7782008-08-06 Juanma Barranquero <lekktu@gmail.com>
779
780 * nt/dump.bat: Fix mixed EOLs.
781
14145fa3
AR
7822008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
783
0dcb2845 784 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 785
c3179b06
EZ
7862008-08-02 Eli Zaretskii <eliz@gnu.org>
787
788 * CPP-DEFINES: Add defines for accessing system processes.
789
9e2a2647
DN
7902008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
791
792 * make-tarball.txt:
793 * admin.el:
794 * FOR-RELEASE:
795 * CPP-DEFINES: Remove mentions of Mac Carbon.
796
d3841127
GM
7972008-07-16 Glenn Morris <rgm@gnu.org>
798
799 * admin.el (set-version, set-copyright): Add nextstep/ files.
800
ba60bd44 8012008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 802
0dcb2845 803 * CPP-DEFINES: Add NS port related defines.
edfda783 804
f2d8d275
GM
8052008-06-16 Glenn Morris <rgm@gnu.org>
806
5de85e83
GM
807 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
808 doc/lispref/book-spine.texinfo.
f2d8d275 809
611bee81
GM
8102008-06-15 Glenn Morris <rgm@gnu.org>
811
812 * admin.el (set-version): Add doc/misc/faq.texi.
813
d6710afe
JB
8142008-05-22 Juanma Barranquero <lekktu@gmail.com>
815
816 * FOR-RELEASE: Remove Windows problem about the XPM image library
817 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
818
2e10f11c
JB
8192008-04-15 Juanma Barranquero <lekktu@gmail.com>
820
821 * unidata/UnicodeData.txt: Update to Unicode 5.1.
822
dd7d19d7
JB
8232008-04-14 Juanma Barranquero <lekktu@gmail.com>
824
825 * unidata/unidata-gen.el (unidata-prop-alist):
826 Fix typo in description of `numeric-value'.
827 (unidata-put-character): Fix typo in error message.
828
2cbff44e
GM
8292008-02-21 Glenn Morris <rgm@gnu.org>
830
831 * notes/unicode, notes/font-backend: New files, split off from
832 README.unicode.
833
43bad2da
KH
8342008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
835
836 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 837 being used in latin1-disp.el. Remove the problem of
98723304
KH
838 cp-supported-codepages. Remove the problem of lost changelog for
839 ps-prin1.ps.
43bad2da 840
8a7619ba
EZ
8412008-02-16 Eli Zaretskii <eliz@gnu.org>
842
843 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
844 non-portable in this context.
845
846 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
847 non-portable in this context.
848
f96b6330
EZ
8492008-02-09 Eli Zaretskii <eliz@gnu.org>
850
851 * unidata/makefile.w32-in (lisp): New variable.
852 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
853 lisp/emacs-lisp.
854
56eb72a0
JR
8552008-02-04 Jason Rumney <jasonr@gnu.org>
856
857 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
858
a8fd9158
JB
8592008-02-02 Juanma Barranquero <lekktu@gmail.com>
860
861 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
862
c7e85fc7
EZ
8632008-02-02 Eli Zaretskii <eliz@gnu.org>
864
9aa0b3c8
EZ
865 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
866
bcc891c2 867 * unidata/Makefile.in: Rename from Makefile.
5889232d 868
c7e85fc7
EZ
869 * unidata/makefile.w32-in: New file.
870
db516472
JR
8712008-02-02 Jason Rumney <jasonr@gnu.org>
872
873 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
874
609789d7 8752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 876
aca7a3d2
MB
877 * unidata/copyright.html: New file.
878
609789d7 8792008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
880
881 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
882 decomposition, if T is the same as TBase, don't include it in the
883 returned list.
884
609789d7 8852008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
886
887 * unidata/unidata-gen.el (unidata-text-file): Delete it.
888 (unidata-list): Initialize to nil.
889 (unidata-setup-list): New function.
bcc891c2
GM
890 (unidata-gen-files): New optional arg unidata-text-file.
891 If it's nil, set unidata-text-file to the left command line arg.
892 Call unidate-setup-list at first.
aca7a3d2 893
bcc891c2 894 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
895 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
896
609789d7 8972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 898
bcc891c2
GM
899 * unidata/unidata-gen.el: Fix comment typo.
900 Change string-to-int to string-to-number.
901 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
902 (unidata-list): Just insert unidata-text-file.
903 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 904 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 905
bcc891c2 906 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
907 (charprop.el): Depends on unidata.txt.
908 (clean): Remove unidata.txt.
909
609789d7 9102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
911
912 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
913 (unidata-get-name): Handle U+110B.
914
609789d7 9152008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
916
917 Sub-directory `unidata' is for codes to generate charprop.el and
918 many other uni-*.el files from `UnicodeData.txt'.
919
920 * Unidata/README: New file.
921
922 * unidata/Makefile: New file.
923
924 * unidata/unidata-gen.el: New file.
925
926 * unidata/UnicodeData.txt: New file. Copied from
609789d7 927 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
928
929 * unidata/.cvsignore: New file.
930
609789d7 9312008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
932
933 * charsets/.cvsignore: New file.
934
935 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
936
bcc891c2
GM
937 * charsets/Makefile (all): Rename target from charsets.
938 Depend on ${TRANS_TABLE}.
939 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
940 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
941 (install): Copy updated files only.
942
9432008-02-02 Kenichi Handa <handa@m17n.org>
944
bcc891c2 945 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
946
9472008-02-02 Kenichi Handa <handa@m17n.org>
948
949 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
950 0x2299 to 0x29BF.
951
609789d7 9522008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
953
954 * charsets/Makefile (TRANS_TABLE): New macro.
955 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 956 (cp51932.el): New target.
aca7a3d2
MB
957 (eucjp-ms.el): New target.
958 (install): Include ${TRANS_TABLE}.
959 (CJK): Include JISX213A.map.
960 (JISX213A.map): New target.
961
962 * charsets/eucjp-ms.awk: New file.
963
964 * charsets/cp51932.awk: New file.
965
609789d7 9662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
967
968 * charsets/cp932.awk: New file.
969
bcc891c2 970 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
971
972 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
973 running an awk program.
974
609789d7 9752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
976
977 * charsets/mapconv: Handle UNICODE2.
978
c4cc8b9a 979 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
980 (CP932-2BYTE.map): New target.
981
609789d7 9822008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
983
984 * charsets: New directory for scripts to generate charset map
985 files in ../etc/charsets/.
986
bcc891c2 987 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 988 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 989 * charsets/kuten.awk: New files.
aca7a3d2 990
adf94aa6
GM
9912008-01-08 Glenn Morris <rgm@gnu.org>
992
993 * admin.el (set-version): Add doc/man/emacs.1.
994
f3041af1
DN
9952008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
996
997 * notes/copyright:
998 * MAINTAINERS: Remove references to files that have been removed.
999
a70c9a7a
GM
10002008-01-04 Glenn Morris <rgm@gnu.org>
1001
1002 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1003
aa5fea59
SM
10042007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * CPP-DEFINES: New file.
1007
f8747b72
RS
10082007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1009
1010 * FOR-RELEASE: Remove "window-system in face definition" [of
1011 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1012 on gnus-dired.el.
1013
24bbe01e
GM
10142007-12-05 Glenn Morris <rgm@gnu.org>
1015
1016 * admin.el (set-version): Handle configure.in. Adapt for doc/
1017 directory layout for manuals.
1018
0073bc5d
RS
10192007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1020
630cb3b7
JB
1021 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1022 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1023
1453abd0
GM
10242007-11-17 Glenn Morris <rgm@gnu.org>
1025
1026 * admin.el (process-lines): Move to ../lisp/subr.el.
1027
ca076674
GM
10282007-10-23 Glenn Morris <rgm@gnu.org>
1029
1030 * MAINTAINERS: Move here from ../.
1031
943756ea
JB
10322007-10-17 Juanma Barranquero <lekktu@gmail.com>
1033
1034 * make-emacs: Doc fix.
1035
bab9fcb4
GM
10362007-08-28 Glenn Morris <rgm@gnu.org>
1037
1038 * admin.el: Provide self.
1039
880820fe 10402007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1041
d58ee9f1 1042 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1043
cacc7b51
GM
10442007-07-25 Glenn Morris <rgm@gnu.org>
1045
1046 * Relicense all FSF files to GPLv3 or later.
1047
bfcea090
GM
10482007-06-07 Glenn Morris <rgm@gnu.org>
1049
1050 * admin.el (set-copyright): New function.
1051
017f0417
NR
10522007-04-25 Nick Roberts <nickrob@snap.net.nz>
1053
1054 * make-tarball.txt: Add note about cutting the branch.
1055
537a062f
CY
10562007-06-02 Chong Yidong <cyd@stupidchicken.com>
1057
1058 * Version 22.1 released.
1059
77083ca3
EZ
10602007-02-03 Eli Zaretskii <eliz@gnu.org>
1061
1062 * nt/makedist.bat: Change EOL format to DOS. Don't use
1063 redirection characters in REM lines.
1064
880820fe 10652007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1066
1067 * FOR-RELEASE: Removed Gtk/Xft issue.
1068
1fc8c92b
MB
10692007-01-01 Miles Bader <miles@gnu.org>
1070
1071 * quick-install-emacs (get_config_var): Deal with weird magic
1072 string inserted by recent versions of autoconf.
1073
7dce1990
JB
10742006-11-25 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * admin.el (set-version): Set version number in
1077 lib-src/makefile.w32-in.
1078
dc3d1157
RS
10792006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1080
1081 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1082 due to a local miss-configuration.
1083
08c85160
CY
10842006-10-28 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * make-announcement (OLD): Remove LEIM references in announcement
1087 since it is now built-in.
1088
d0834a5c
YM
10892006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1090
1091 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1092
151fe029
KH
10932006-10-03 Kenichi Handa <handa@m17n.org>
1094
1095 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1096
e71cb549
CY
10972006-08-13 Chong Yidong <cyd@stupidchicken.com>
1098
1099 * FOR-RELEASE: Elisp manual checking completed.
1100
6232e72d
RS
11012006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1102
1103 * FOR-RELEASE: Update refcard section.
1104
8a8476f9
KS
11052006-07-14 Kim F. Storm <storm@cua.dk>
1106
1107 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1108
1eca02e7
KS
11092006-07-09 Kim F. Storm <storm@cua.dk>
1110
1111 * README: Use outline format. Add FOR-RELEASE.
1112
7fa61471
CY
11132006-06-27 Chong Yidong <cyd@stupidchicken.com>
1114
1115 * FOR-RELEASE: Checking of info.texi done.
1116
8361675a
RS
11172006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1118
1119 * FOR-RELEASE: Update refcard section.
1120
3f168e29
RS
11212006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1122
1123 * FOR-RELEASE: Update refcard section.
1124
f195dc16
CY
11252006-05-25 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * FOR-RELEASE: Key sequence elisp node done.
1128
49561a36
RS
11292006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1130
1131 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1132
6fedb9f9
CY
11332006-05-21 Chong Yidong <cyd@mit.edu>
1134
1135 * FOR-RELEASE: point-entered /point-left bug fixed.
1136
61515a63
EZ
11372006-05-12 Eli Zaretskii <eliz@gnu.org>
1138
1139 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1140 entry.
1141
4297ece2
BW
11422006-05-06 Bill Wohler <wohler@newt.com>
1143
1144 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1145 about it.
1146
4bbe413d 11472006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1148
4bbe413d 1149 * ./* (Copyright): Updated Copyright year(s).
49561a36 1150
6b82baf6
RS
11512006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1152
1153 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1154
49af2995
KS
11552006-02-20 Kim F. Storm <storm@cua.dk>
1156
1157 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1158 Rework how fringe bitmaps are defined and used.
e4920bc9 1159 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1160 one-level representation. It would be cleaner to split the
1161 representation into a two-level model where first level maps
1162 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1163 a bitmap appearance.
49af2995 1164
d5e87a2f
CY
11652006-01-27 Chong Yidong <cyd@stupidchicken.com>
1166
8a8476f9 1167 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1168
9c43c921
BW
11692005-12-13 Bill Wohler <wohler@newt.com>
1170
1171 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1172
6ed81b24
RS
11732005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1174
c95dddbe
RS
1175 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1176 completing-read-multiple, mail-extract-address-components,
1177 mail-mode, quail-define-package, save-buffer and
1178 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1179
2950d850
CY
11802005-11-28 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1183
ab4d879e
KS
11842005-11-11 Kim F. Storm <storm@cua.dk>
1185
1186 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1187 when displaying a non-breaking space in an overlay string.
1188
932dc33b
CY
11892005-10-30 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * FOR-RELEASE: Init file change implemented.
1192
c809f7cc
CY
11932005-10-27 Chong Yidong <cyd@stupidchicken.com>
1194
1195 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1196
4754e179 11972005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1198
1199 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1200 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1201
ffda926c
BW
12022005-10-17 Bill Wohler <wohler@newt.com>
1203
f58e0fd5 1204 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1205 since it's gone. Also marked mh-e as done.
ffda926c 1206
2d4713aa
JB
12072005-10-11 Juanma Barranquero <lekktu@gmail.com>
1208
1209 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1210 libraries on Windows (Done).
1211
95f76284
JR
12122005-10-01 Jason Rumney <jasonr@gnu.org>
1213
1214 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1215
52f277bf
RF
12162005-08-31 Romain Francoise <romain@orebokech.com>
1217
630cb3b7 1218 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1219 item (Done).
1220
c0eb0519
RF
12212005-08-27 Romain Francoise <romain@orebokech.com>
1222
1223 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1224
385ee3de 12252005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1226
1227 Update FSF's address in GPL notices.
1228
257914aa
LK
12292005-06-10 Lute Kamstra <lute@gnu.org>
1230
1231 * admin.el (set-version): Set version in lisp manual too.
1232 * make-tarball.txt: Commit lispref/elisp.texi too.
1233
a4e51a7a
RS
12342005-06-04 Richard M. Stallman <rms@gnu.org>
1235
1236 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1237 Other cleanups.
1238
834671a6
LK
12392005-04-19 Lute Kamstra <lute@gnu.org>
1240
1241 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1242
54381691
LK
12432005-04-14 Lute Kamstra <lute@gnu.org>
1244
118e2c39
LK
1245 * nt/makedist.bat (elfiles): Update.
1246
54381691
LK
1247 * admin.el (add-release-logs): Fix require call.
1248
0b048d52
MT
12492005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1250
f58e0fd5 1251 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1252 The first line of every tutorial must begin with a sentence saying
1253 "Emacs Tutorial" in the respective language. This should be
1254 followed by "See end for copying conditions", likewise in the
1255 respective language.
0b048d52 1256
18cd5892
LT
12572005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1258
1259 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1260 Add `undo-ask-before-discard' to it.
1261
9a1c5fbf
MB
12622005-03-02 Miles Bader <miles@gnu.org>
1263
1264 * quick-install-emacs: Only use the mkdir --verbose option if the
1265 script's --verbose option was specified (this avoids problems with
1266 default usage on systems where mkdir doesn't support that option).
1267
e25c1ca6
JR
12682005-02-15 Jason Rumney <jasonr@gnu.org>
1269
fffa137c 1270 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1271 tar --exclude.
1272
880820fe 12732004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1274
1275 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1276
6622d928
LT
12772004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1278
1279 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1280 Elisp manuals.
1281
d574552a
LT
12822004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1283
1284 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1285 Emacs and Elisp manuals.
d574552a 1286
0a5e5be0
KS
12872004-09-11 Kim F. Storm <storm@cua.dk>
1288
1289 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1290 (Documentation): Add NEWS entry.
1291 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1292
2661eae9
KS
12932004-08-29 Kim F. Storm <storm@cua.dk>
1294
1295 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1296
880820fe 12972004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1298
c4cc8b9a 1299 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1300 (now behaves as well as other ports).
1301
880820fe 13022004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1303
2661eae9 1304 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1305
44618f20 13062004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1307
1308 * FOR-RELEASE: Moved here from the etc directory.
1309
db281452
TTN
13102004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1311
1312 * notes/BRANCH: New file, to be maintained per CVS branch.
1313
feebeb72
MB
13142003-10-01 Miles Bader <miles@gnu.org>
1315
1316 * quick-install-emacs: Don't use "function" keyword when defining
1317 shell functions.
1318
44618f20
LK
13192003-09-29 Lute Kamstra <lute@gnu.org>
1320
1321 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1322
e04e1ce2
MB
13232003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1324
1325 * quick-install-emacs: Remove fns-* pruning, since that file no
1326 longer seems to be generated.
1327 (AVOID): Quote literal periods. Quote braces in a way acceptable
1328 to all parties (gawk gets bitchy about using `\').
1329
6cce52e8
MB
13302003-08-19 Miles Bader <miles@gnu.org>
1331
1332 * quick-install-emacs: Add arch-specific ignored files to
1333 quick-install-emacs. Use quoting for periods that's acceptable
1334 to recent versions of gawk.
1335
13582d53
MR
13362003-08-11 Markus Rost <rost@math.ohio-state.edu>
1337
1338 * cus-test.el: Remove obsolete workaround.
1339
e53925a5
AI
13402003-04-22 Andrew Innes <andrewi@gnu.org>
1341
1342 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1343 emacs.exe before zipping, and including batch file to recreate
1344 after unpacking.
1345
1346 * nt/stitch.bat: New file.
1347
1348 * nt/README-ftp-server: Update wording and version number etc.
1349 Add extra instructions for installing multi-file .zip
1350 distribution.
1351
1352 * nt/README.W32: Remove personal email address and update wording.
1353
1354 * nt/README-UNDUMP.W32: Remove personal email address and update
1355 wording.
1356
880820fe 13572003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1358
1359 * make-changelog-diff: New script, code stolen from make-announcement.
1360
1361 * make-announcement: Use make-changelog-diff.
1362
880820fe 13632003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1364
1365 * make-tarball.txt: Step-by-step instructions for making a tarball.
1366
10d1d0af 1367 * make-announcement: A script for creating pretest announcements.
163c6f1c 1368
880820fe 13692003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1370
1371 * admin.el (add-release-logs): Expand the directory name before
1372 calling find(1).
1373 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1374 the date and the user's name and address.
33b97f32 1375
7b997a97
MB
13762003-01-07 Miles Bader <miles@gnu.org>
1377
1378 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1379 command output from non-C locales.
1380
6c465a15 13812002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1382
3bc08206 1383 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1384 which can be run in batch mode. See the Commentary section.
bd08d86a 1385
5ce129c2
MR
13862002-10-08 Markus Rost <rost@math.ohio-state.edu>
1387
1388 * cus-test.el: New file.
1389
14dd2fe9
MB
13902002-05-27 Miles Bader <miles@gnu.org>
1391
1392 * quick-install-emacs (VERSION): Calculate using the same method
1393 that configure.in uses.
1394
880820fe 13952002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1396
1397 * emacs-pretesters: New file with information for Emacs
1398 pretesters.
1399
b9a07996
PE
14002002-03-22 Paul Eggert <eggert@twinsun.com>
1401
1402 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1403 POSIX 1003.1-2001 disallows both usages.
1404
38b81d74
AI
14052002-02-11 Andrew Innes <andrewi@gnu.org>
1406
1407 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1408
72a68345
AI
14092002-01-24 Andrew Innes <andrewi@gnu.org>
1410
1411 * nt/README.W32: Remove unnecessary version number and date
1412 references.
1413
1414 * nt/README-UNDUMP.W32: Ditto.
1415
ebbaf4e3
GM
14162001-12-06 Gerd Moellmann <gerd@gnu.org>
1417
1418 * make-emacs: Add --trace-move.
1419
461a1459
AI
14202001-10-23 Andrew Innes <andrewi@gnu.org>
1421
1422 * nt/makedist.bat: Remove remaining obsolete reference to
1423 GETTING.GNU.SOFTWARE.
1424
26fe1f92
GM
14252001-10-22 Gerd Moellmann <gerd@gnu.org>
1426
1427 * admin.el (set-version): Use `s' interactive spec for
1428 version number.
1429
71431a0e
GM
14302001-10-20 Gerd Moellmann <gerd@gnu.org>
1431
6aa97356 1432 * (Version 21.1 released.)
71431a0e 1433
e568708b
GM
14342001-10-20 Gerd Moellmann <gerd@gnu.org>
1435
1436 * admin.el (add-release-logs): Put the log entry in lispref, too.
1437
c5915370
MB
14382001-10-20 Miles Bader <miles@gnu.org>
1439
1440 * quick-install-emacs: Exit if we can't find some variable.
1441 (AVOID): Add .orig & .rej files.
1442 (get_config_var): Be more liberal about format of config.status
1443 sed commands.
1444
5a4a5bd4
GM
14452001-10-19 Gerd Moellmann <gerd@gnu.org>
1446
74499542
GM
1447 * admin.el: New file.
1448
5a4a5bd4
GM
1449 * build-configs: Add --help option. Add support for building
1450 in arbitrary source trees.
1451
09954f3b
GM
14522001-10-17 Gerd Moellmann <gerd@gnu.org>
1453
1454 * alloc-colors.c: New file.
1455
f2164e31
GM
14562001-10-13 Gerd Moellmann <gerd@gnu.org>
1457
1458 * make-emacs: Add --boot switch for bootstrapping. Logs to
1459 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1460
ab952a4f
GM
14612001-10-05 Gerd Moellmann <gerd@gnu.org>
1462
1463 * Branch for 21.1.
6c465a15 1464
f537c3cd
EZ
14652001-09-04 Andrew Innes <andrewi@gnu.org>
1466
1467 * admin/nt/makedist.bat: Remove reference to obsolete file
1468 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1469 version of tar used.
1470
1471;; Local Variables:
880820fe 1472;; coding: utf-8
f537c3cd 1473;; End:
2a34a036 1474
6116bd7e 1475 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1476
1477 This file is part of GNU Emacs.
1478
9ad5de0c 1479 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1480 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1481 the Free Software Foundation, either version 3 of the License, or
1482 (at your option) any later version.
5b87ad55
GM
1483
1484 GNU Emacs is distributed in the hope that it will be useful,
1485 but WITHOUT ANY WARRANTY; without even the implied warranty of
1486 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1487 GNU General Public License for more details.
1488
1489 You should have received a copy of the GNU General Public License
9ad5de0c 1490 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.