Generalize INTERNAL_FIELD between buffers, keyboards and frames.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
e34f7f79
DA
12012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * coccinelle/frame.cocci: Semantic patch to replace direct
4 access to Lisp_Object members of struct frame to FVAR.
5
e32a5799
PE
62012-07-28 Paul Eggert <eggert@cs.ucla.edu>
7
8 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
9 * merge-gnulib: Add environ, stdalign.
10
d7ea76b4
DA
112012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
14 make_unibyte_string to build_unibyte_string where appropriate.
15
4dc7c8d5 162012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
17
18 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
19
4dc7c8d5 202012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
21
22 * Version 24.1 released.
d7ea76b4 23
5ebbef1d
PE
242012-07-11 Paul Eggert <eggert@cs.ucla.edu>
25
bb352260
PE
26 Assume mkdir, perror, rename, rmdir, strerror.
27 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
28 (HAVE_STRERROR, strerror):
57054ddd 29 Remove.
5ebbef1d 30
7d7bbefd
DA
312012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
32
33 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
34 to XCDR and consistently use CONSP in the list iteration loops.
35 * coccinelle/vector_contents.cocci: Fix indentation.
36
f58e0fd5
SM
372012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * bzrmerge.el: Use cl-lib.
40
c4444d16
PE
412012-07-09 Paul Eggert <eggert@cs.ucla.edu>
42
43 Rename configure.in to configure.ac (Bug#11603).
44 * admin.el (set-version):
45 * quick-install-emacs (VERSION):
46 Get version number from configure.ac, not configure.in.
47
fee5959d
PE
482012-07-06 Paul Eggert <eggert@cs.ucla.edu>
49
50 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
51 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
52
23f86fce
DA
532012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
54
55 * coccinelle/xzalloc.cocci: Semantic patch to convert
56 calls to xmalloc with following memset to xzalloc.
57
95f61aa2
JB
582012-07-04 Juanma Barranquero <lekktu@gmail.com>
59
60 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
61
1130ecfc
DA
622012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
63
64 * coccinelle/build_string.cocci: Semantic patch
65 to convert from make_string to build_string.
66
3c9359df
DA
672012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
68
69 First Coccinelle semantic patch.
70 * coccinelle: New subdirectory
71 * coccinelle/README: Documentation stub.
72 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
73 access to `contents' member of Lisp_Vector objects with AREF and ASET
74 where appropriate.
3c9359df 75
d35af63c
PE
762012-06-22 Paul Eggert <eggert@cs.ucla.edu>
77
78 Support higher-resolution time stamps (Bug#9000).
79 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
80 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
81 timespec-sub, utimens.
82 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
83 This trims down the gnulib import, from the very latest gnulib.
84 Emacs does its own implementation of 'select' and 'sigprocmask'
85 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
86 hosts, so it doesn't need these modules.
87 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
88 these gnulib modules are only for Windows porting and Emacs ports
89 to Windows in a different way.
90
646b5f55
AS
912012-06-13 Andreas Schwab <schwab@linux-m68k.org>
92
f58e0fd5
SM
93 * make-emacs: Rename --union-type to --check-lisp-type.
94 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
95 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
96 USE_LISP_UNION_TYPE.
97
418cd726
GM
982012-06-03 Glenn Morris <rgm@gnu.org>
99
100 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
101
501390c5
PE
1022012-06-01 Paul Eggert <eggert@cs.ucla.edu>
103
104 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
105 * make-tarball.txt: Don't worry about maintainer mode.
106
0e7a053e
PE
1072012-05-28 Paul Eggert <eggert@cs.ucla.edu>
108
109 * CPP-DEFINES: Remove HAVE_SYSINFO.
110
50c4645e
PE
1112012-05-27 Paul Eggert <eggert@cs.ucla.edu>
112
113 Assume gnulib does largefile.
114 * merge-gnulib (GNULIB_MODULES): Add largefile.
115
34374650
PE
1162012-05-22 Paul Eggert <eggert@cs.ucla.edu>
117
118 Remove src/m/*.
119 * CPP-DEFINES: Do not mention src/m/*.h.
120 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
121 (BITS_PER_SHORT, BITS_PER_INT): Remove.
122 * MAINTAINERS: Remove src/m/.
123
9b4ee616
PE
1242012-05-21 Paul Eggert <eggert@cs.ucla.edu>
125
fb77d37e
PE
126 Use full name for m4/gnulib-comp.m4. (Bug#11529)
127 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
128
261cb4bb
PE
129 Assume C89 or later.
130 * CPP-DEFINES: Remove NULL, const.
131
9b4ee616
PE
132 Make merging from gnulib a script, not a makefile action.
133 * merge-gnulib: New script, with actions moved here from
134 ../Makefile.in.
135
003fdae2
PE
1362012-05-19 Paul Eggert <eggert@cs.ucla.edu>
137
9232a6d9
PE
138 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
139
003fdae2
PE
140 * CPP-DEFINES (HAVE_FTIME): Remove.
141
6116bd7e
GM
1422012-05-02 Glenn Morris <rgm@gnu.org>
143
144 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
145
a9f72fc1
GM
1462012-04-10 Glenn Morris <rgm@gnu.org>
147
c9279dad
GM
148 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
149
a9f72fc1
GM
150 * unidata/Makefile.in: Add FSF copyright.
151 Make it use autoconf features, and work for out-of-tree builds.
152
b142f158
EZ
1532012-04-07 Eli Zaretskii <eliz@gnu.org>
154
155 * unidata/README:
156 * unidata/copyright.html:
157 * unidata/BidiMirroring.txt:
158 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
159 the Unicode Standard.
160
c406be43
KH
1612012-02-16 Kenichi Handa <handa@m17n.org>
162
163 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
164 values of name and old-name to nil.
165 (unidata-get-name): Return nil for the default value.
166
58474503
GM
1672012-02-11 Glenn Morris <rgm@gnu.org>
168
169 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
170 (cusver-check): New functions.
171
54de86ac
GM
1722012-01-19 Glenn Morris <rgm@gnu.org>
173
174 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
175 "skip?" question, since there can be multiple such for any revision.
176
0dc18ae0
EZ
1772012-01-14 Eli Zaretskii <eliz@gnu.org>
178
179 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
180 updated and checked.
181
509c74bd
AS
1822011-11-26 Andreas Schwab <schwab@linux-m68k.org>
183
303d001f
AS
184 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
185 Avoid warning about old-style backquote.
186
509c74bd
AS
187 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
188 in regexp.
189 (wisent-make-parsers): Likewise. Quote `.'.
190
191 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
192 in regexp.
193 (bovine-make-parsers): Likewise. Quote `.'.
194
d5ff9cd0
AS
1952011-11-20 Andreas Schwab <schwab@linux-m68k.org>
196
197 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
198
7877f373
JB
1992011-11-16 Juanma Barranquero <lekktu@gmail.com>
200
201 * admin.el (manual-dvi): Fix typo.
202
b018182c
EZ
2032011-11-15 Eli Zaretskii <eliz@gnu.org>
204
7877f373 205 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 206
c7015153
JB
2072011-11-15 Juanma Barranquero <lekktu@gmail.com>
208
209 * make-emacs: Fix typo.
210
d31d07be
JB
2112011-11-07 Juanma Barranquero <lekktu@gmail.com>
212
213 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
214
72b8747b
DE
2152011-10-31 David Engster <deng@randomsample.de>
216
217 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
218
8cedc5ac
EZ
2192011-10-28 Eli Zaretskii <eliz@gnu.org>
220
221 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
222 running Emacs on Windows 9X.
223
a0c64452
CY
2242011-09-26 Chong Yidong <cyd@stupidchicken.com>
225
226 * admin.el (set-version): Fix regexps for config.nt and
227 sed2v2.inp.
228
e39b275c 2292011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 230
abec06ff 231 Merge from gnulib (Bug#9169).
24e0f6b1
PE
232 * notes/copyright: The files compile, config.guess, config.sub,
233 depcomp, install-sh, missing, and move-if-change are now in the
234 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
235 and warn-on-use.h are now in build-aux/snippets. New file
236 build-aux/snippets/_Noreturn.h.
237
bca633fb
EZ
2382011-08-23 Eli Zaretskii <eliz@gnu.org>
239
240 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
241 values of bidi-class according to DerivedBidiClass.txt from the
242 latest UCD.
243
0902a04e
KH
2442011-08-23 Kenichi Handa <handa@m17n.org>
245
246 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
247 values for name, general-category, canonical-combining-class,
248 mirrored, and bidi-class. Describe the meaning of value nil for
249 decimal-digit-value, digit-value, numeric-value, uppercase,
250 lowercase, titlecase, and mirroring.
251 (unidata-gen-table): Handle the case that default-value is a
252 list. Set default values of characters not listed in a table.
253 (unidata-get-name): Return an empty string if a value in a
254 char-table is nil.
255 (unidata-get-decomposition): Return a list of character itself if
256 a value in a char-table is nil.
257
474a8465
EZ
2582011-08-15 Eli Zaretskii <eliz@gnu.org>
259
260 * unidata/bidimirror.awk: File removed.
261
262 * unidata/biditype.awk: File removed.
263
264 * unidata/makefile.w32-in (all): Remove src/biditype.h and
265 src/bidimirror.h.
f58e0fd5 266 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
267
268 * unidata/Makefile.in (all): Remove src/biditype.h and
269 src/bidimirror.h.
f58e0fd5 270 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 271
a5b436df
JB
2722011-07-07 Juanma Barranquero <lekktu@gmail.com>
273
274 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
275 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
276
c805dec0
KH
2772011-07-06 Kenichi Handa <handa@m17n.org>
278
279 * unidata/unidata-gen.el (unidata-dir): New variable.
280 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
281 (unidata-prop-alist): INDEX element may be a function.
282 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
283 New entry `mirroring'.
284 (unidata-prop-default, unidata-prop-val-list): New subst.
285 (unidata-get-character, unidata-put-character): Delete them.
286 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
287 above changes.
288 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
289 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
290 Delete them.
291 (unidata-encode-val): Assume that the first element of VAL-LIST is
292 a cons (nil . 0).
293 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
294 Always store the encoded value.
295 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
296 Set the 1st and the 2nd extra slots to index numbers for C
297 functions.
298 (unidata-gen-table-integer): Likewise.
299 (unidata-gen-table-numeric): Likewise.
300 (unidata-gen-table-name): New arg IGNORE.
301 (unidata-gen-table-decomposition): Likewise.
302 (unidata-describe-general-category): Add the case nil to the
303 description alist.
a5b436df 304 (unidata-gen-mirroring-list): New function.
c805dec0
KH
305 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
306 unidata-prop-alist. Handle the case of storing multiple
307 char-tables in a file.
308
309 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
310 unidata-gen-files.
311
2a35386d
GM
3122011-05-21 Glenn Morris <rgm@gnu.org>
313
314 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
315
33383987
JB
3162011-03-07 Chong Yidong <cyd@stupidchicken.com>
317
318 * Version 23.3 released.
319
cce7d530 3202011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
321
322 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
323
9d9d12cd
EZ
3242011-02-19 Eli Zaretskii <eliz@gnu.org>
325
326 * admin.el (set-version): Add msdos/sed2v2.inp.
327
1f5d53eb
PE
3282011-02-16 Paul Eggert <eggert@cs.ucla.edu>
329
330 Remove no-longer needed getloadavg symbols.
331 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
332 (LDAV_SYMBOL): Remove.
333
7b24e97a
GM
3342011-02-12 Glenn Morris <rgm@gnu.org>
335
336 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
337
4d881c83
GM
3382011-02-05 Glenn Morris <rgm@gnu.org>
339
340 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
341 (bzrmerge-apply): Use it.
342 (bzrmerge): Kill any old warning buffer first.
343
f6041baa
GM
3442011-02-03 Glenn Morris <rgm@gnu.org>
345
346 * bzrmerge.el (bzrmerge-buffer): New constant.
347 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
348 (bzrmerge-missing): If nothing to do, return nil not (nil).
349 (bzrmerge-apply): Remove odd character from message.
350 (bzrmerge): Give status messages.
351
70b0d280
EZ
3522011-01-31 Eli Zaretskii <eliz@gnu.org>
353
f6041baa
GM
354 * admin.el (set-version): Remove lib-src/makefile.w32-in.
355 Add nt/config.nt.
70b0d280 356
16fab143
PE
3572011-01-31 Paul Eggert <eggert@cs.ucla.edu>
358
359 src/emacs.c now gets version number from configure.in
360 * admin.el (set-version): Don't update src/emacs.c.
361 * quick-install-emacs (VERSION): Get it from configure.in, not from
362 src/emacs.c.
363
16c3e636
PE
3642011-01-30 Paul Eggert <eggert@cs.ucla.edu>
365
366 strftime: import from gnulib
367 * notes/copyright: strftime.c moved from src to lib.
368
d0cb8662
GM
3692011-01-25 Glenn Morris <rgm@gnu.org>
370
371 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
372 (bzrmerge-missing): Use it.
373
d6100f3d
PE
3742011-01-19 Paul Eggert <eggert@cs.ucla.edu>
375
376 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
377 rather than doing rm and autoconf by hand. See
378 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
379
9092d186
PE
3802011-01-17 Paul Eggert <eggert@cs.ucla.edu>
381
382 * notes/bzr (Installing changes from gnulib): New section.
383 Need for this suggested by Stefan Monnier.
384
41f44310
SM
3852011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
386
387 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
388 an inconsistent state.
389
a3e44e79 3902011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
391
392 Update copyright notes to match recent gnulib-related changes.
393 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
394 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
395 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
396 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
397 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
398 subsumed by m4/*.m4 rule). config.guess, config.sub, and
399 doc/man/texinfo.tex are now copied in from gnulib.
400
6fffc900
GM
4012011-01-15 Glenn Morris <rgm@gnu.org>
402
2153c862 403 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 404
6fffc900
GM
405 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
406 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
407
77ab81d0 4082011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
409
410 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
411
1851cac3
GM
4122011-01-14 Glenn Morris <rgm@gnu.org>
413
414 * bzrmerge.el: Require cl when compiling.
415 (bzrmerge-merges): Doc fix.
416
2b3f5bc8
PE
4172011-01-07 Paul Eggert <eggert@cs.ucla.edu>
418
419 * notes/copyright: There's only one install-sh, not two, so fix a
420 typo claiming that there's two. Add move-if-change to the list of
421 GPL files imported from gnulib.
422
4232011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
424
425 * notes/copyright: Report status more accurately for non-GPL files.
426 Report copyright status more accurately for mkinstalldirs,
427 configure, m4/getopt.m4, and msdos/sed*.inp.
428
7c420169 4292011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
430
431 * nt/README.W32: Update the information about PNG support libraries.
432 (Bug#7716)
433
9ebea0e7
SM
4342010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
435
436 * bzrmerge.el: New file to help merge branches while skipping
437 some revisions (e.g. from emacs-23 to trunk).
438
201ef780
AS
4392010-12-03 Andreas Schwab <schwab@linux-m68k.org>
440
441 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
442
16a0af11
GM
4432010-10-12 Glenn Morris <rgm@gnu.org>
444
445 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
446
f4f358f1
GM
4472010-10-09 Glenn Morris <rgm@gnu.org>
448
449 * admin.el (set-version): Add doc/emacs/emacsver.texi.
450
3fb78d1f
GM
4512010-10-09 Glenn Morris <rgm@gnu.org>
452
f7a31f11
GM
453 * admin.el (set-version): No need to act on doc/ files any more.
454
3fb78d1f
GM
455 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
456
733946e7
JB
4572010-09-05 Juanma Barranquero <lekktu@gmail.com>
458
459 * unidata/BidiMirroring.txt: Update from
460 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
461
462 * unidata/UnicodeData.txt: Update from
463 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
464
671d409f
AS
4652010-08-09 Andreas Schwab <schwab@linux-m68k.org>
466
467 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
468
29cf3e20
EZ
4692010-08-05 Eli Zaretskii <eliz@gnu.org>
470
471 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
472
e3aef5c6
CS
4732010-07-24 Christoph Scholtes <cschol2112@gmail.com>
474
475 * admin.el: Write version number to nt/makefile.w32-in.
476 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
477 in the nt/ directory.
478 * nt/README.W32: Relocate to nt/ directory.
479
8966b757
AS
4802010-07-11 Andreas Schwab <schwab@linux-m68k.org>
481
482 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
483
71c44c04
EZ
4842010-07-08 Eli Zaretskii <eliz@gnu.org>
485
486 * MAINTAINERS: Update my responsibilities.
487
72af86bd
AS
4882010-07-07 Andreas Schwab <schwab@linux-m68k.org>
489
490 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
491 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
492 Remove.
493
317fbf33
EZ
4942010-06-12 Eli Zaretskii <eliz@gnu.org>
495
cbc4fd20
EZ
496 * unidata/bidimirror.awk: New file.
497
498 * unidata/BidiMirroring.txt: New file from
499 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
500
a5b436df 501 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
502 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
503
504 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
505 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
506
317fbf33
EZ
507 * unidata/biditype.awk: New file.
508
509 * unidata/Makefile.in (../../src/biditype.h): New target.
510
511 * unidata/makefile.w32-in (../../src/biditype.h): New target.
512
bf3e70eb
JB
5132010-06-09 Juanma Barranquero <lekktu@gmail.com>
514
515 * unidata/UnicodeData.txt: Update from
516 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
517
81ac4f35
GM
5182010-05-27 Glenn Morris <rgm@gnu.org>
519
520 * quick-install-emacs (AVOID): No more Makefile.c files.
521
522 * notes/cpp: Remove file.
523
e45b9e19
KR
5242010-05-15 Ken Raeburn <raeburn@raeburn.org>
525
526 * admin.el (set-version, set-copyright): Update emacs.c instead of
527 version.el.
528
529 * make-tarball.txt: Update filename list in step 6.
530
531 * quick-install-emacs: Scan emacs.c instead of version.el for
532 version string.
533
61a808e8
CY
5342010-05-07 Chong Yidong <cyd@stupidchicken.com>
535
536 * Version 23.2 released.
537
796bb936
EZ
5382010-04-01 Eli Zaretskii <eliz@gnu.org>
539
52f4d8d5 540 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 541
288f9fc0
CY
5422010-03-10 Chong Yidong <cyd@stupidchicken.com>
543
544 * Branch for 23.2.
545
f758ab59
MB
5462010-03-10 Miles Bader <miles@gnu.org>
547
61c26472
MB
548 * quick-install-emacs: Use more portable shell syntax.
549
a5b436df 550 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
551 installing.
552
296271c0
JB
5532010-02-14 Juanma Barranquero <lekktu@gmail.com>
554
555 * quick-install-emacs (PRUNED): Fix typo in message.
556
79c08ece
GM
5572010-01-20 Glenn Morris <rgm@gnu.org>
558
559 * revdiff: Remove file that only works with CVS, and isn't really
560 needed with Bazaar (given the in-built revision options of bzr diff).
561
893db5bc
GM
5622010-01-12 Glenn Morris <rgm@gnu.org>
563
564 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
565 than emacs-pretest-bug for bug reports for development versions.
566
149353a4
KH
5672009-11-06 Kenichi Handa <handa@m17n.org>
568
569 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
570 that the block data and the following per-char data fall into the
571 same char-table leaf.
572
171fda8a
JB
5732009-10-01 Juanma Barranquero <lekktu@gmail.com>
574
575 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
576
06d09461
JB
5772009-09-07 Juanma Barranquero <lekktu@gmail.com>
578
579 * unidata/.gitignore: New file.
580
cb335806
EZ
5812009-08-22 Eli Zaretskii <eliz@gnu.org>
582
8e22fa7e
EZ
583 * notes/bugtracker: How to reassign a bug to a list of packages.
584
cb335806
EZ
585 * notes/newfile: Details of how to check for problems with DOS 8+3
586 file-name restrictions.
587
5882009-08-18 Glenn Morris <rgm@gnu.org>
589
590 * notes/newfile: New file.
591
54aa48fe
EZ
5922009-07-11 Eli Zaretskii <eliz@gnu.org>
593
594 * make-tarball.txt: Add a note about bumping the value of
595 customize-changed-options-previous-release.
596
aa4a9384
KH
5972009-06-24 Kenichi Handa <handa@m17n.org>
598
fe7a3057 599 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
600 and don't compact the map. This is to prefer the first one in the
601 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
602
09856751
KH
6032009-06-12 Kenichi Handa <handa@m17n.org>
604
605 * charsets/Makefile (JISX213A.map): Make it depend on
606 mapfiles/JISX213A.map.gz.
607 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
608
609 * charsets/mapfiles/JISX213A.map.gz: New file.
610
611 * charsets/mapfiles/README: Describe JISX213A.map.gz.
612
09e47eb5
KH
6132009-06-12 Kenichi Handa <handa@m17n.org>
614
615 * charsets/mapfiles/*: New files.
616
617 * charsets/mule-charsets.el: Mostly re-written to generate all
618 MULE-*.map files.
619
620 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
621 files.
622
623 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
624 EUC-JP-MS.
625
626 * charsets/cp51932.awk (END): Print arch-tag at the tail.
627
628 * charsets/Makefile: Maps depend on files under mapfiles or
629 ${GLIBC_CHARMAPS}.
630
0b4ff5df
KH
6312009-04-21 Kenichi Handa <handa@m17n.org>
632
633 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
634 change.
635
88758986
KH
6362009-04-17 Kenichi Handa <handa@m17n.org>
637
f58e0fd5
SM
638 * unidata/unidata-gen.el (unidata-get-decomposition):
639 Adjust Hangle decomposition rule to Unicode.
88758986 640
0af3fedf
KH
6412009-04-09 Kenichi Handa <handa@m17n.org>
642
f58e0fd5
SM
643 * unidata/unidata-gen.el (unidata-describe-decomposition):
644 Return a string with a composition property to disable combining
0af3fedf
KH
645 characters being composed.
646
e308dcd3 6472009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
648
649 * quick-install-emacs: Be more clever about locating info directory.
650
d9cce206
JB
6512009-02-24 Juanma Barranquero <lekktu@gmail.com>
652
653 * nt/README.W32: Fix typos.
654
3deb93c6
JR
6552009-02-23 Jason Rumney <jasonr@gnu.org>
656
ed9265fc 657 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 658
d9cce206
JB
659 * nt/README.W32: Remove ever expanding versions of Windows.
660 Shorten FAQ URL. Remove mention of obsolete lock directory.
661 Windows distribution now bin and barebin only. Add note about
662 SVG support. Remove old tar and gzip problem workarounds.
663 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
664
665 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
666 undumped distribution no longer exists.
667
e73521d0 6682009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
669
670 * nt/README.W32: Fix typo. (Bug#2207)
671
1b1db3a9
CY
6722009-02-01 Chong Yidong <cyd@stupidchicken.com>
673
674 * admin.el (set-version): Remove deleted file ns-emacs.texi.
675
d90442ce
KH
6762008-12-02 Kenichi Handa <handa@m17n.org>
677
678 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
679 `decomposition' property adjusted.
680 (unidata-split-decomposition): Don't include surrounding "<" and
681 ">" in a symbol name.
682
6832008-12-01 Kenichi Handa <handa@m17n.org>
684
b97439ce
JB
685 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
686 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
687 (unidata-get-numeric, unidata-put-numeric)
688 (unidata-gen-table-numeric): New functions.
689 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
690
983ab7ba
EZ
6912008-11-29 Eli Zaretskii <eliz@gnu.org>
692
693 * notes/documentation: Add notes about Antinews.
694
91236f63
GM
6952008-10-23 Glenn Morris <rgm@gnu.org>
696
697 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
698 Add/tweak some nextstep/ entries.
699
c674e738
KH
7002008-09-19 Kenichi Handa <handa@m17n.org>
701
702 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
703 positions.
704
293a3986
EZ
7052008-08-23 Eli Zaretskii <eliz@gnu.org>
706
707 * CPP-DEFINES: Add USER_FULL_NAME.
708
b7063e7e
JR
7092008-08-16 Jason Rumney <jasonr@gnu.org>
710
d4835507 711 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 712
295b47d8
JB
7132008-08-06 Juanma Barranquero <lekktu@gmail.com>
714
715 * nt/dump.bat: Fix mixed EOLs.
716
14145fa3
AR
7172008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
718
0dcb2845 719 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 720
c3179b06
EZ
7212008-08-02 Eli Zaretskii <eliz@gnu.org>
722
723 * CPP-DEFINES: Add defines for accessing system processes.
724
9e2a2647
DN
7252008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
726
727 * make-tarball.txt:
728 * admin.el:
729 * FOR-RELEASE:
730 * CPP-DEFINES: Remove mentions of Mac Carbon.
731
d3841127
GM
7322008-07-16 Glenn Morris <rgm@gnu.org>
733
734 * admin.el (set-version, set-copyright): Add nextstep/ files.
735
ba60bd44 7362008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 737
0dcb2845 738 * CPP-DEFINES: Add NS port related defines.
edfda783 739
f2d8d275
GM
7402008-06-16 Glenn Morris <rgm@gnu.org>
741
5de85e83
GM
742 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
743 doc/lispref/book-spine.texinfo.
f2d8d275 744
611bee81
GM
7452008-06-15 Glenn Morris <rgm@gnu.org>
746
747 * admin.el (set-version): Add doc/misc/faq.texi.
748
d6710afe
JB
7492008-05-22 Juanma Barranquero <lekktu@gmail.com>
750
751 * FOR-RELEASE: Remove Windows problem about the XPM image library
752 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
753
2e10f11c
JB
7542008-04-15 Juanma Barranquero <lekktu@gmail.com>
755
756 * unidata/UnicodeData.txt: Update to Unicode 5.1.
757
dd7d19d7
JB
7582008-04-14 Juanma Barranquero <lekktu@gmail.com>
759
760 * unidata/unidata-gen.el (unidata-prop-alist):
761 Fix typo in description of `numeric-value'.
762 (unidata-put-character): Fix typo in error message.
763
2cbff44e
GM
7642008-02-21 Glenn Morris <rgm@gnu.org>
765
766 * notes/unicode, notes/font-backend: New files, split off from
767 README.unicode.
768
43bad2da
KH
7692008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
770
771 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 772 being used in latin1-disp.el. Remove the problem of
98723304
KH
773 cp-supported-codepages. Remove the problem of lost changelog for
774 ps-prin1.ps.
43bad2da 775
8a7619ba
EZ
7762008-02-16 Eli Zaretskii <eliz@gnu.org>
777
778 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
779 non-portable in this context.
780
781 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
782 non-portable in this context.
783
f96b6330
EZ
7842008-02-09 Eli Zaretskii <eliz@gnu.org>
785
786 * unidata/makefile.w32-in (lisp): New variable.
787 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
788 lisp/emacs-lisp.
789
56eb72a0
JR
7902008-02-04 Jason Rumney <jasonr@gnu.org>
791
792 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
793
a8fd9158
JB
7942008-02-02 Juanma Barranquero <lekktu@gmail.com>
795
796 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
797
c7e85fc7
EZ
7982008-02-02 Eli Zaretskii <eliz@gnu.org>
799
9aa0b3c8
EZ
800 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
801
bcc891c2 802 * unidata/Makefile.in: Rename from Makefile.
5889232d 803
c7e85fc7
EZ
804 * unidata/makefile.w32-in: New file.
805
db516472
JR
8062008-02-02 Jason Rumney <jasonr@gnu.org>
807
808 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
809
609789d7 8102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 811
aca7a3d2
MB
812 * unidata/copyright.html: New file.
813
609789d7 8142008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
815
816 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
817 decomposition, if T is the same as TBase, don't include it in the
818 returned list.
819
609789d7 8202008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
821
822 * unidata/unidata-gen.el (unidata-text-file): Delete it.
823 (unidata-list): Initialize to nil.
824 (unidata-setup-list): New function.
bcc891c2
GM
825 (unidata-gen-files): New optional arg unidata-text-file.
826 If it's nil, set unidata-text-file to the left command line arg.
827 Call unidate-setup-list at first.
aca7a3d2 828
bcc891c2 829 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
830 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
831
609789d7 8322008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 833
bcc891c2
GM
834 * unidata/unidata-gen.el: Fix comment typo.
835 Change string-to-int to string-to-number.
836 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
837 (unidata-list): Just insert unidata-text-file.
838 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 839 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 840
bcc891c2 841 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
842 (charprop.el): Depends on unidata.txt.
843 (clean): Remove unidata.txt.
844
609789d7 8452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
846
847 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
848 (unidata-get-name): Handle U+110B.
849
609789d7 8502008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
851
852 Sub-directory `unidata' is for codes to generate charprop.el and
853 many other uni-*.el files from `UnicodeData.txt'.
854
855 * Unidata/README: New file.
856
857 * unidata/Makefile: New file.
858
859 * unidata/unidata-gen.el: New file.
860
861 * unidata/UnicodeData.txt: New file. Copied from
609789d7 862 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
863
864 * unidata/.cvsignore: New file.
865
609789d7 8662008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
867
868 * charsets/.cvsignore: New file.
869
870 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
871
bcc891c2
GM
872 * charsets/Makefile (all): Rename target from charsets.
873 Depend on ${TRANS_TABLE}.
874 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
875 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
876 (install): Copy updated files only.
877
8782008-02-02 Kenichi Handa <handa@m17n.org>
879
bcc891c2 880 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
881
8822008-02-02 Kenichi Handa <handa@m17n.org>
883
884 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
885 0x2299 to 0x29BF.
886
609789d7 8872008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
888
889 * charsets/Makefile (TRANS_TABLE): New macro.
890 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 891 (cp51932.el): New target.
aca7a3d2
MB
892 (eucjp-ms.el): New target.
893 (install): Include ${TRANS_TABLE}.
894 (CJK): Include JISX213A.map.
895 (JISX213A.map): New target.
896
897 * charsets/eucjp-ms.awk: New file.
898
899 * charsets/cp51932.awk: New file.
900
609789d7 9012008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
902
903 * charsets/cp932.awk: New file.
904
bcc891c2 905 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
906
907 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
908 running an awk program.
909
609789d7 9102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
911
912 * charsets/mapconv: Handle UNICODE2.
913
c4cc8b9a 914 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
915 (CP932-2BYTE.map): New target.
916
609789d7 9172008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
918
919 * charsets: New directory for scripts to generate charset map
920 files in ../etc/charsets/.
921
bcc891c2 922 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 923 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 924 * charsets/kuten.awk: New files.
aca7a3d2 925
adf94aa6
GM
9262008-01-08 Glenn Morris <rgm@gnu.org>
927
928 * admin.el (set-version): Add doc/man/emacs.1.
929
f3041af1
DN
9302008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
931
932 * notes/copyright:
933 * MAINTAINERS: Remove references to files that have been removed.
934
a70c9a7a
GM
9352008-01-04 Glenn Morris <rgm@gnu.org>
936
937 * admin.el (set-copyright): Add lib-src/ebrowse.c.
938
aa5fea59
SM
9392007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * CPP-DEFINES: New file.
942
f8747b72
RS
9432007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
944
945 * FOR-RELEASE: Remove "window-system in face definition" [of
946 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
947 on gnus-dired.el.
948
24bbe01e
GM
9492007-12-05 Glenn Morris <rgm@gnu.org>
950
951 * admin.el (set-version): Handle configure.in. Adapt for doc/
952 directory layout for manuals.
953
0073bc5d
RS
9542007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
955
630cb3b7
JB
956 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
957 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 958
1453abd0
GM
9592007-11-17 Glenn Morris <rgm@gnu.org>
960
961 * admin.el (process-lines): Move to ../lisp/subr.el.
962
ca076674
GM
9632007-10-23 Glenn Morris <rgm@gnu.org>
964
965 * MAINTAINERS: Move here from ../.
966
943756ea
JB
9672007-10-17 Juanma Barranquero <lekktu@gmail.com>
968
969 * make-emacs: Doc fix.
970
bab9fcb4
GM
9712007-08-28 Glenn Morris <rgm@gnu.org>
972
973 * admin.el: Provide self.
974
880820fe 9752007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 976
d58ee9f1 977 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 978
cacc7b51
GM
9792007-07-25 Glenn Morris <rgm@gnu.org>
980
981 * Relicense all FSF files to GPLv3 or later.
982
bfcea090
GM
9832007-06-07 Glenn Morris <rgm@gnu.org>
984
985 * admin.el (set-copyright): New function.
986
017f0417
NR
9872007-04-25 Nick Roberts <nickrob@snap.net.nz>
988
989 * make-tarball.txt: Add note about cutting the branch.
990
537a062f
CY
9912007-06-02 Chong Yidong <cyd@stupidchicken.com>
992
993 * Version 22.1 released.
994
77083ca3
EZ
9952007-02-03 Eli Zaretskii <eliz@gnu.org>
996
997 * nt/makedist.bat: Change EOL format to DOS. Don't use
998 redirection characters in REM lines.
999
880820fe 10002007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1001
1002 * FOR-RELEASE: Removed Gtk/Xft issue.
1003
1fc8c92b
MB
10042007-01-01 Miles Bader <miles@gnu.org>
1005
1006 * quick-install-emacs (get_config_var): Deal with weird magic
1007 string inserted by recent versions of autoconf.
1008
7dce1990
JB
10092006-11-25 Juanma Barranquero <lekktu@gmail.com>
1010
1011 * admin.el (set-version): Set version number in
1012 lib-src/makefile.w32-in.
1013
dc3d1157
RS
10142006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1015
1016 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1017 due to a local miss-configuration.
1018
08c85160
CY
10192006-10-28 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * make-announcement (OLD): Remove LEIM references in announcement
1022 since it is now built-in.
1023
d0834a5c
YM
10242006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1025
1026 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1027
151fe029
KH
10282006-10-03 Kenichi Handa <handa@m17n.org>
1029
1030 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1031
e71cb549
CY
10322006-08-13 Chong Yidong <cyd@stupidchicken.com>
1033
1034 * FOR-RELEASE: Elisp manual checking completed.
1035
6232e72d
RS
10362006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1037
1038 * FOR-RELEASE: Update refcard section.
1039
8a8476f9
KS
10402006-07-14 Kim F. Storm <storm@cua.dk>
1041
1042 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1043
1eca02e7
KS
10442006-07-09 Kim F. Storm <storm@cua.dk>
1045
1046 * README: Use outline format. Add FOR-RELEASE.
1047
7fa61471
CY
10482006-06-27 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * FOR-RELEASE: Checking of info.texi done.
1051
8361675a
RS
10522006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1053
1054 * FOR-RELEASE: Update refcard section.
1055
3f168e29
RS
10562006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1057
1058 * FOR-RELEASE: Update refcard section.
1059
f195dc16
CY
10602006-05-25 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * FOR-RELEASE: Key sequence elisp node done.
1063
49561a36
RS
10642006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1065
1066 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1067
6fedb9f9
CY
10682006-05-21 Chong Yidong <cyd@mit.edu>
1069
1070 * FOR-RELEASE: point-entered /point-left bug fixed.
1071
61515a63
EZ
10722006-05-12 Eli Zaretskii <eliz@gnu.org>
1073
1074 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1075 entry.
1076
4297ece2
BW
10772006-05-06 Bill Wohler <wohler@newt.com>
1078
1079 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1080 about it.
1081
4bbe413d 10822006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1083
4bbe413d 1084 * ./* (Copyright): Updated Copyright year(s).
49561a36 1085
6b82baf6
RS
10862006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1087
1088 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1089
49af2995
KS
10902006-02-20 Kim F. Storm <storm@cua.dk>
1091
1092 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1093 Rework how fringe bitmaps are defined and used.
e4920bc9 1094 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1095 one-level representation. It would be cleaner to split the
1096 representation into a two-level model where first level maps
1097 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1098 a bitmap appearance.
49af2995 1099
d5e87a2f
CY
11002006-01-27 Chong Yidong <cyd@stupidchicken.com>
1101
8a8476f9 1102 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1103
9c43c921
BW
11042005-12-13 Bill Wohler <wohler@newt.com>
1105
1106 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1107
6ed81b24
RS
11082005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1109
c95dddbe
RS
1110 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1111 completing-read-multiple, mail-extract-address-components,
1112 mail-mode, quail-define-package, save-buffer and
1113 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1114
2950d850
CY
11152005-11-28 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1118
ab4d879e
KS
11192005-11-11 Kim F. Storm <storm@cua.dk>
1120
1121 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1122 when displaying a non-breaking space in an overlay string.
1123
932dc33b
CY
11242005-10-30 Chong Yidong <cyd@stupidchicken.com>
1125
1126 * FOR-RELEASE: Init file change implemented.
1127
c809f7cc
CY
11282005-10-27 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1131
4754e179 11322005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1133
1134 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1135 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1136
ffda926c
BW
11372005-10-17 Bill Wohler <wohler@newt.com>
1138
f58e0fd5 1139 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1140 since it's gone. Also marked mh-e as done.
ffda926c 1141
2d4713aa
JB
11422005-10-11 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1145 libraries on Windows (Done).
1146
95f76284
JR
11472005-10-01 Jason Rumney <jasonr@gnu.org>
1148
1149 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1150
52f277bf
RF
11512005-08-31 Romain Francoise <romain@orebokech.com>
1152
630cb3b7 1153 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1154 item (Done).
1155
c0eb0519
RF
11562005-08-27 Romain Francoise <romain@orebokech.com>
1157
1158 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1159
385ee3de 11602005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1161
1162 Update FSF's address in GPL notices.
1163
257914aa
LK
11642005-06-10 Lute Kamstra <lute@gnu.org>
1165
1166 * admin.el (set-version): Set version in lisp manual too.
1167 * make-tarball.txt: Commit lispref/elisp.texi too.
1168
a4e51a7a
RS
11692005-06-04 Richard M. Stallman <rms@gnu.org>
1170
1171 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1172 Other cleanups.
1173
834671a6
LK
11742005-04-19 Lute Kamstra <lute@gnu.org>
1175
1176 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1177
54381691
LK
11782005-04-14 Lute Kamstra <lute@gnu.org>
1179
118e2c39
LK
1180 * nt/makedist.bat (elfiles): Update.
1181
54381691
LK
1182 * admin.el (add-release-logs): Fix require call.
1183
0b048d52
MT
11842005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1185
f58e0fd5 1186 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1187 The first line of every tutorial must begin with a sentence saying
1188 "Emacs Tutorial" in the respective language. This should be
1189 followed by "See end for copying conditions", likewise in the
1190 respective language.
0b048d52 1191
18cd5892
LT
11922005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1193
1194 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1195 Add `undo-ask-before-discard' to it.
1196
9a1c5fbf
MB
11972005-03-02 Miles Bader <miles@gnu.org>
1198
1199 * quick-install-emacs: Only use the mkdir --verbose option if the
1200 script's --verbose option was specified (this avoids problems with
1201 default usage on systems where mkdir doesn't support that option).
1202
e25c1ca6
JR
12032005-02-15 Jason Rumney <jasonr@gnu.org>
1204
fffa137c 1205 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1206 tar --exclude.
1207
880820fe 12082004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1209
1210 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1211
6622d928
LT
12122004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1213
1214 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1215 Elisp manuals.
1216
d574552a
LT
12172004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1218
1219 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1220 Emacs and Elisp manuals.
d574552a 1221
0a5e5be0
KS
12222004-09-11 Kim F. Storm <storm@cua.dk>
1223
1224 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1225 (Documentation): Add NEWS entry.
1226 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1227
2661eae9
KS
12282004-08-29 Kim F. Storm <storm@cua.dk>
1229
1230 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1231
880820fe 12322004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1233
c4cc8b9a 1234 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1235 (now behaves as well as other ports).
1236
880820fe 12372004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1238
2661eae9 1239 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1240
44618f20 12412004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1242
1243 * FOR-RELEASE: Moved here from the etc directory.
1244
db281452
TTN
12452004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1246
1247 * notes/BRANCH: New file, to be maintained per CVS branch.
1248
feebeb72
MB
12492003-10-01 Miles Bader <miles@gnu.org>
1250
1251 * quick-install-emacs: Don't use "function" keyword when defining
1252 shell functions.
1253
44618f20
LK
12542003-09-29 Lute Kamstra <lute@gnu.org>
1255
1256 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1257
e04e1ce2
MB
12582003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1259
1260 * quick-install-emacs: Remove fns-* pruning, since that file no
1261 longer seems to be generated.
1262 (AVOID): Quote literal periods. Quote braces in a way acceptable
1263 to all parties (gawk gets bitchy about using `\').
1264
6cce52e8
MB
12652003-08-19 Miles Bader <miles@gnu.org>
1266
1267 * quick-install-emacs: Add arch-specific ignored files to
1268 quick-install-emacs. Use quoting for periods that's acceptable
1269 to recent versions of gawk.
1270
13582d53
MR
12712003-08-11 Markus Rost <rost@math.ohio-state.edu>
1272
1273 * cus-test.el: Remove obsolete workaround.
1274
e53925a5
AI
12752003-04-22 Andrew Innes <andrewi@gnu.org>
1276
1277 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1278 emacs.exe before zipping, and including batch file to recreate
1279 after unpacking.
1280
1281 * nt/stitch.bat: New file.
1282
1283 * nt/README-ftp-server: Update wording and version number etc.
1284 Add extra instructions for installing multi-file .zip
1285 distribution.
1286
1287 * nt/README.W32: Remove personal email address and update wording.
1288
1289 * nt/README-UNDUMP.W32: Remove personal email address and update
1290 wording.
1291
880820fe 12922003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1293
1294 * make-changelog-diff: New script, code stolen from make-announcement.
1295
1296 * make-announcement: Use make-changelog-diff.
1297
880820fe 12982003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1299
1300 * make-tarball.txt: Step-by-step instructions for making a tarball.
1301
10d1d0af 1302 * make-announcement: A script for creating pretest announcements.
163c6f1c 1303
880820fe 13042003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1305
1306 * admin.el (add-release-logs): Expand the directory name before
1307 calling find(1).
1308 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1309 the date and the user's name and address.
33b97f32 1310
7b997a97
MB
13112003-01-07 Miles Bader <miles@gnu.org>
1312
1313 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1314 command output from non-C locales.
1315
6c465a15 13162002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1317
3bc08206 1318 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1319 which can be run in batch mode. See the Commentary section.
bd08d86a 1320
5ce129c2
MR
13212002-10-08 Markus Rost <rost@math.ohio-state.edu>
1322
1323 * cus-test.el: New file.
1324
14dd2fe9
MB
13252002-05-27 Miles Bader <miles@gnu.org>
1326
1327 * quick-install-emacs (VERSION): Calculate using the same method
1328 that configure.in uses.
1329
880820fe 13302002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1331
1332 * emacs-pretesters: New file with information for Emacs
1333 pretesters.
1334
b9a07996
PE
13352002-03-22 Paul Eggert <eggert@twinsun.com>
1336
1337 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1338 POSIX 1003.1-2001 disallows both usages.
1339
38b81d74
AI
13402002-02-11 Andrew Innes <andrewi@gnu.org>
1341
1342 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1343
72a68345
AI
13442002-01-24 Andrew Innes <andrewi@gnu.org>
1345
1346 * nt/README.W32: Remove unnecessary version number and date
1347 references.
1348
1349 * nt/README-UNDUMP.W32: Ditto.
1350
ebbaf4e3
GM
13512001-12-06 Gerd Moellmann <gerd@gnu.org>
1352
1353 * make-emacs: Add --trace-move.
1354
461a1459
AI
13552001-10-23 Andrew Innes <andrewi@gnu.org>
1356
1357 * nt/makedist.bat: Remove remaining obsolete reference to
1358 GETTING.GNU.SOFTWARE.
1359
26fe1f92
GM
13602001-10-22 Gerd Moellmann <gerd@gnu.org>
1361
1362 * admin.el (set-version): Use `s' interactive spec for
1363 version number.
1364
71431a0e
GM
13652001-10-20 Gerd Moellmann <gerd@gnu.org>
1366
6aa97356 1367 * (Version 21.1 released.)
71431a0e 1368
e568708b
GM
13692001-10-20 Gerd Moellmann <gerd@gnu.org>
1370
1371 * admin.el (add-release-logs): Put the log entry in lispref, too.
1372
c5915370
MB
13732001-10-20 Miles Bader <miles@gnu.org>
1374
1375 * quick-install-emacs: Exit if we can't find some variable.
1376 (AVOID): Add .orig & .rej files.
1377 (get_config_var): Be more liberal about format of config.status
1378 sed commands.
1379
5a4a5bd4
GM
13802001-10-19 Gerd Moellmann <gerd@gnu.org>
1381
74499542
GM
1382 * admin.el: New file.
1383
5a4a5bd4
GM
1384 * build-configs: Add --help option. Add support for building
1385 in arbitrary source trees.
1386
09954f3b
GM
13872001-10-17 Gerd Moellmann <gerd@gnu.org>
1388
1389 * alloc-colors.c: New file.
1390
f2164e31
GM
13912001-10-13 Gerd Moellmann <gerd@gnu.org>
1392
1393 * make-emacs: Add --boot switch for bootstrapping. Logs to
1394 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1395
ab952a4f
GM
13962001-10-05 Gerd Moellmann <gerd@gnu.org>
1397
1398 * Branch for 21.1.
6c465a15 1399
f537c3cd
EZ
14002001-09-04 Andrew Innes <andrewi@gnu.org>
1401
1402 * admin/nt/makedist.bat: Remove reference to obsolete file
1403 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1404 version of tar used.
1405
1406;; Local Variables:
880820fe 1407;; coding: utf-8
f537c3cd 1408;; End:
2a34a036 1409
6116bd7e 1410 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1411
1412 This file is part of GNU Emacs.
1413
9ad5de0c 1414 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1415 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1416 the Free Software Foundation, either version 3 of the License, or
1417 (at your option) any later version.
5b87ad55
GM
1418
1419 GNU Emacs is distributed in the hope that it will be useful,
1420 but WITHOUT ANY WARRANTY; without even the implied warranty of
1421 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1422 GNU General Public License for more details.
1423
1424 You should have received a copy of the GNU General Public License
9ad5de0c 1425 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.