Merge from emacs-24; up to 2012-05-02T07:12:52Z!rgm@gnu.org.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
13294f95
PE
12012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 Port to Solaris 8.
4 * CPP-DEFINES (WRETCODE): Remove.
5
d8a05828
DA
62012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
7
8 * coccinelle/overlay.cocci: Semantic patch to replace direct
9 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
10
8271d590
DA
112012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
12
13 * coccinelle/symbol.cocci: Semantic patch to replace direct
14 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
15
3193acd2
DA
162012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
17
18 * coccinelle/process.cocci: Semantic patch to replace direct
19 access to Lisp_Object members of struct Lisp_Process to PVAR.
20
3a45383a
DA
212012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
22
23 * coccinelle/window.cocci: Semantic patch to replace direct
24 access to Lisp_Object members of struct window to WVAR.
25
e34f7f79
DA
262012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
27
28 * coccinelle/frame.cocci: Semantic patch to replace direct
29 access to Lisp_Object members of struct frame to FVAR.
30
e32a5799
PE
312012-07-28 Paul Eggert <eggert@cs.ucla.edu>
32
33 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
34 * merge-gnulib: Add environ, stdalign.
35
d7ea76b4
DA
362012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
37
38 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
39 make_unibyte_string to build_unibyte_string where appropriate.
40
4dc7c8d5 412012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
42
43 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
44
4dc7c8d5 452012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
46
47 * Version 24.1 released.
d7ea76b4 48
5ebbef1d
PE
492012-07-11 Paul Eggert <eggert@cs.ucla.edu>
50
bb352260
PE
51 Assume mkdir, perror, rename, rmdir, strerror.
52 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
53 (HAVE_STRERROR, strerror):
57054ddd 54 Remove.
5ebbef1d 55
7d7bbefd
DA
562012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
57
58 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
59 to XCDR and consistently use CONSP in the list iteration loops.
60 * coccinelle/vector_contents.cocci: Fix indentation.
61
f58e0fd5
SM
622012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * bzrmerge.el: Use cl-lib.
65
c4444d16
PE
662012-07-09 Paul Eggert <eggert@cs.ucla.edu>
67
68 Rename configure.in to configure.ac (Bug#11603).
69 * admin.el (set-version):
70 * quick-install-emacs (VERSION):
71 Get version number from configure.ac, not configure.in.
72
fee5959d
PE
732012-07-06 Paul Eggert <eggert@cs.ucla.edu>
74
75 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
76 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
77
23f86fce
DA
782012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
79
80 * coccinelle/xzalloc.cocci: Semantic patch to convert
81 calls to xmalloc with following memset to xzalloc.
82
95f61aa2
JB
832012-07-04 Juanma Barranquero <lekktu@gmail.com>
84
85 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
86
1130ecfc
DA
872012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
88
89 * coccinelle/build_string.cocci: Semantic patch
90 to convert from make_string to build_string.
91
3c9359df
DA
922012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
93
94 First Coccinelle semantic patch.
95 * coccinelle: New subdirectory
96 * coccinelle/README: Documentation stub.
97 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
98 access to `contents' member of Lisp_Vector objects with AREF and ASET
99 where appropriate.
3c9359df 100
d35af63c
PE
1012012-06-22 Paul Eggert <eggert@cs.ucla.edu>
102
103 Support higher-resolution time stamps (Bug#9000).
104 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
105 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
106 timespec-sub, utimens.
107 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
108 This trims down the gnulib import, from the very latest gnulib.
109 Emacs does its own implementation of 'select' and 'sigprocmask'
110 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
111 hosts, so it doesn't need these modules.
112 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
113 these gnulib modules are only for Windows porting and Emacs ports
114 to Windows in a different way.
115
646b5f55
AS
1162012-06-13 Andreas Schwab <schwab@linux-m68k.org>
117
f58e0fd5
SM
118 * make-emacs: Rename --union-type to --check-lisp-type.
119 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
120 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
121 USE_LISP_UNION_TYPE.
122
418cd726
GM
1232012-06-03 Glenn Morris <rgm@gnu.org>
124
125 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
126
501390c5
PE
1272012-06-01 Paul Eggert <eggert@cs.ucla.edu>
128
129 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
130 * make-tarball.txt: Don't worry about maintainer mode.
131
0e7a053e
PE
1322012-05-28 Paul Eggert <eggert@cs.ucla.edu>
133
134 * CPP-DEFINES: Remove HAVE_SYSINFO.
135
50c4645e
PE
1362012-05-27 Paul Eggert <eggert@cs.ucla.edu>
137
138 Assume gnulib does largefile.
139 * merge-gnulib (GNULIB_MODULES): Add largefile.
140
34374650
PE
1412012-05-22 Paul Eggert <eggert@cs.ucla.edu>
142
143 Remove src/m/*.
144 * CPP-DEFINES: Do not mention src/m/*.h.
145 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
146 (BITS_PER_SHORT, BITS_PER_INT): Remove.
147 * MAINTAINERS: Remove src/m/.
148
9b4ee616
PE
1492012-05-21 Paul Eggert <eggert@cs.ucla.edu>
150
fb77d37e
PE
151 Use full name for m4/gnulib-comp.m4. (Bug#11529)
152 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
153
261cb4bb
PE
154 Assume C89 or later.
155 * CPP-DEFINES: Remove NULL, const.
156
9b4ee616
PE
157 Make merging from gnulib a script, not a makefile action.
158 * merge-gnulib: New script, with actions moved here from
159 ../Makefile.in.
160
003fdae2
PE
1612012-05-19 Paul Eggert <eggert@cs.ucla.edu>
162
9232a6d9
PE
163 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
164
003fdae2
PE
165 * CPP-DEFINES (HAVE_FTIME): Remove.
166
6116bd7e
GM
1672012-05-02 Glenn Morris <rgm@gnu.org>
168
169 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
170
a9f72fc1
GM
1712012-04-10 Glenn Morris <rgm@gnu.org>
172
c9279dad
GM
173 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
174
a9f72fc1
GM
175 * unidata/Makefile.in: Add FSF copyright.
176 Make it use autoconf features, and work for out-of-tree builds.
177
b142f158
EZ
1782012-04-07 Eli Zaretskii <eliz@gnu.org>
179
180 * unidata/README:
181 * unidata/copyright.html:
182 * unidata/BidiMirroring.txt:
183 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
184 the Unicode Standard.
185
c406be43
KH
1862012-02-16 Kenichi Handa <handa@m17n.org>
187
188 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
189 values of name and old-name to nil.
190 (unidata-get-name): Return nil for the default value.
191
58474503
GM
1922012-02-11 Glenn Morris <rgm@gnu.org>
193
194 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
195 (cusver-check): New functions.
196
54de86ac
GM
1972012-01-19 Glenn Morris <rgm@gnu.org>
198
199 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
200 "skip?" question, since there can be multiple such for any revision.
201
0dc18ae0
EZ
2022012-01-14 Eli Zaretskii <eliz@gnu.org>
203
204 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
205 updated and checked.
206
509c74bd
AS
2072011-11-26 Andreas Schwab <schwab@linux-m68k.org>
208
303d001f
AS
209 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
210 Avoid warning about old-style backquote.
211
509c74bd
AS
212 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
213 in regexp.
214 (wisent-make-parsers): Likewise. Quote `.'.
215
216 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
217 in regexp.
218 (bovine-make-parsers): Likewise. Quote `.'.
219
d5ff9cd0
AS
2202011-11-20 Andreas Schwab <schwab@linux-m68k.org>
221
222 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
223
7877f373
JB
2242011-11-16 Juanma Barranquero <lekktu@gmail.com>
225
226 * admin.el (manual-dvi): Fix typo.
227
b018182c
EZ
2282011-11-15 Eli Zaretskii <eliz@gnu.org>
229
7877f373 230 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 231
c7015153
JB
2322011-11-15 Juanma Barranquero <lekktu@gmail.com>
233
234 * make-emacs: Fix typo.
235
d31d07be
JB
2362011-11-07 Juanma Barranquero <lekktu@gmail.com>
237
238 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
239
72b8747b
DE
2402011-10-31 David Engster <deng@randomsample.de>
241
242 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
243
8cedc5ac
EZ
2442011-10-28 Eli Zaretskii <eliz@gnu.org>
245
246 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
247 running Emacs on Windows 9X.
248
a0c64452
CY
2492011-09-26 Chong Yidong <cyd@stupidchicken.com>
250
251 * admin.el (set-version): Fix regexps for config.nt and
252 sed2v2.inp.
253
e39b275c 2542011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 255
abec06ff 256 Merge from gnulib (Bug#9169).
24e0f6b1
PE
257 * notes/copyright: The files compile, config.guess, config.sub,
258 depcomp, install-sh, missing, and move-if-change are now in the
259 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
260 and warn-on-use.h are now in build-aux/snippets. New file
261 build-aux/snippets/_Noreturn.h.
262
bca633fb
EZ
2632011-08-23 Eli Zaretskii <eliz@gnu.org>
264
265 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
266 values of bidi-class according to DerivedBidiClass.txt from the
267 latest UCD.
268
0902a04e
KH
2692011-08-23 Kenichi Handa <handa@m17n.org>
270
271 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
272 values for name, general-category, canonical-combining-class,
273 mirrored, and bidi-class. Describe the meaning of value nil for
274 decimal-digit-value, digit-value, numeric-value, uppercase,
275 lowercase, titlecase, and mirroring.
276 (unidata-gen-table): Handle the case that default-value is a
277 list. Set default values of characters not listed in a table.
278 (unidata-get-name): Return an empty string if a value in a
279 char-table is nil.
280 (unidata-get-decomposition): Return a list of character itself if
281 a value in a char-table is nil.
282
474a8465
EZ
2832011-08-15 Eli Zaretskii <eliz@gnu.org>
284
285 * unidata/bidimirror.awk: File removed.
286
287 * unidata/biditype.awk: File removed.
288
289 * unidata/makefile.w32-in (all): Remove src/biditype.h and
290 src/bidimirror.h.
f58e0fd5 291 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
292
293 * unidata/Makefile.in (all): Remove src/biditype.h and
294 src/bidimirror.h.
f58e0fd5 295 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 296
a5b436df
JB
2972011-07-07 Juanma Barranquero <lekktu@gmail.com>
298
299 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
300 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
301
c805dec0
KH
3022011-07-06 Kenichi Handa <handa@m17n.org>
303
304 * unidata/unidata-gen.el (unidata-dir): New variable.
305 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
306 (unidata-prop-alist): INDEX element may be a function.
307 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
308 New entry `mirroring'.
309 (unidata-prop-default, unidata-prop-val-list): New subst.
310 (unidata-get-character, unidata-put-character): Delete them.
311 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
312 above changes.
313 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
314 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
315 Delete them.
316 (unidata-encode-val): Assume that the first element of VAL-LIST is
317 a cons (nil . 0).
318 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
319 Always store the encoded value.
320 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
321 Set the 1st and the 2nd extra slots to index numbers for C
322 functions.
323 (unidata-gen-table-integer): Likewise.
324 (unidata-gen-table-numeric): Likewise.
325 (unidata-gen-table-name): New arg IGNORE.
326 (unidata-gen-table-decomposition): Likewise.
327 (unidata-describe-general-category): Add the case nil to the
328 description alist.
a5b436df 329 (unidata-gen-mirroring-list): New function.
c805dec0
KH
330 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
331 unidata-prop-alist. Handle the case of storing multiple
332 char-tables in a file.
333
334 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
335 unidata-gen-files.
336
2a35386d
GM
3372011-05-21 Glenn Morris <rgm@gnu.org>
338
339 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
340
33383987
JB
3412011-03-07 Chong Yidong <cyd@stupidchicken.com>
342
343 * Version 23.3 released.
344
cce7d530 3452011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
346
347 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
348
9d9d12cd
EZ
3492011-02-19 Eli Zaretskii <eliz@gnu.org>
350
351 * admin.el (set-version): Add msdos/sed2v2.inp.
352
1f5d53eb
PE
3532011-02-16 Paul Eggert <eggert@cs.ucla.edu>
354
355 Remove no-longer needed getloadavg symbols.
356 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
357 (LDAV_SYMBOL): Remove.
358
7b24e97a
GM
3592011-02-12 Glenn Morris <rgm@gnu.org>
360
361 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
362
4d881c83
GM
3632011-02-05 Glenn Morris <rgm@gnu.org>
364
365 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
366 (bzrmerge-apply): Use it.
367 (bzrmerge): Kill any old warning buffer first.
368
f6041baa
GM
3692011-02-03 Glenn Morris <rgm@gnu.org>
370
371 * bzrmerge.el (bzrmerge-buffer): New constant.
372 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
373 (bzrmerge-missing): If nothing to do, return nil not (nil).
374 (bzrmerge-apply): Remove odd character from message.
375 (bzrmerge): Give status messages.
376
70b0d280
EZ
3772011-01-31 Eli Zaretskii <eliz@gnu.org>
378
f6041baa
GM
379 * admin.el (set-version): Remove lib-src/makefile.w32-in.
380 Add nt/config.nt.
70b0d280 381
16fab143
PE
3822011-01-31 Paul Eggert <eggert@cs.ucla.edu>
383
384 src/emacs.c now gets version number from configure.in
385 * admin.el (set-version): Don't update src/emacs.c.
386 * quick-install-emacs (VERSION): Get it from configure.in, not from
387 src/emacs.c.
388
16c3e636
PE
3892011-01-30 Paul Eggert <eggert@cs.ucla.edu>
390
391 strftime: import from gnulib
392 * notes/copyright: strftime.c moved from src to lib.
393
d0cb8662
GM
3942011-01-25 Glenn Morris <rgm@gnu.org>
395
396 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
397 (bzrmerge-missing): Use it.
398
d6100f3d
PE
3992011-01-19 Paul Eggert <eggert@cs.ucla.edu>
400
401 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
402 rather than doing rm and autoconf by hand. See
403 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
404
9092d186
PE
4052011-01-17 Paul Eggert <eggert@cs.ucla.edu>
406
407 * notes/bzr (Installing changes from gnulib): New section.
408 Need for this suggested by Stefan Monnier.
409
41f44310
SM
4102011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
413 an inconsistent state.
414
a3e44e79 4152011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
416
417 Update copyright notes to match recent gnulib-related changes.
418 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
419 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
420 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
421 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
422 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
423 subsumed by m4/*.m4 rule). config.guess, config.sub, and
424 doc/man/texinfo.tex are now copied in from gnulib.
425
6fffc900
GM
4262011-01-15 Glenn Morris <rgm@gnu.org>
427
2153c862 428 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 429
6fffc900
GM
430 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
431 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
432
77ab81d0 4332011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
434
435 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
436
1851cac3
GM
4372011-01-14 Glenn Morris <rgm@gnu.org>
438
439 * bzrmerge.el: Require cl when compiling.
440 (bzrmerge-merges): Doc fix.
441
2b3f5bc8
PE
4422011-01-07 Paul Eggert <eggert@cs.ucla.edu>
443
444 * notes/copyright: There's only one install-sh, not two, so fix a
445 typo claiming that there's two. Add move-if-change to the list of
446 GPL files imported from gnulib.
447
4482011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
449
450 * notes/copyright: Report status more accurately for non-GPL files.
451 Report copyright status more accurately for mkinstalldirs,
452 configure, m4/getopt.m4, and msdos/sed*.inp.
453
7c420169 4542011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
455
456 * nt/README.W32: Update the information about PNG support libraries.
457 (Bug#7716)
458
9ebea0e7
SM
4592010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * bzrmerge.el: New file to help merge branches while skipping
462 some revisions (e.g. from emacs-23 to trunk).
463
201ef780
AS
4642010-12-03 Andreas Schwab <schwab@linux-m68k.org>
465
466 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
467
16a0af11
GM
4682010-10-12 Glenn Morris <rgm@gnu.org>
469
470 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
471
f4f358f1
GM
4722010-10-09 Glenn Morris <rgm@gnu.org>
473
474 * admin.el (set-version): Add doc/emacs/emacsver.texi.
475
3fb78d1f
GM
4762010-10-09 Glenn Morris <rgm@gnu.org>
477
f7a31f11
GM
478 * admin.el (set-version): No need to act on doc/ files any more.
479
3fb78d1f
GM
480 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
481
733946e7
JB
4822010-09-05 Juanma Barranquero <lekktu@gmail.com>
483
484 * unidata/BidiMirroring.txt: Update from
485 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
486
487 * unidata/UnicodeData.txt: Update from
488 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
489
671d409f
AS
4902010-08-09 Andreas Schwab <schwab@linux-m68k.org>
491
492 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
493
29cf3e20
EZ
4942010-08-05 Eli Zaretskii <eliz@gnu.org>
495
496 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
497
e3aef5c6
CS
4982010-07-24 Christoph Scholtes <cschol2112@gmail.com>
499
500 * admin.el: Write version number to nt/makefile.w32-in.
501 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
502 in the nt/ directory.
503 * nt/README.W32: Relocate to nt/ directory.
504
8966b757
AS
5052010-07-11 Andreas Schwab <schwab@linux-m68k.org>
506
507 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
508
71c44c04
EZ
5092010-07-08 Eli Zaretskii <eliz@gnu.org>
510
511 * MAINTAINERS: Update my responsibilities.
512
72af86bd
AS
5132010-07-07 Andreas Schwab <schwab@linux-m68k.org>
514
515 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
516 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
517 Remove.
518
317fbf33
EZ
5192010-06-12 Eli Zaretskii <eliz@gnu.org>
520
cbc4fd20
EZ
521 * unidata/bidimirror.awk: New file.
522
523 * unidata/BidiMirroring.txt: New file from
524 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
525
a5b436df 526 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
527 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
528
529 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
530 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
531
317fbf33
EZ
532 * unidata/biditype.awk: New file.
533
534 * unidata/Makefile.in (../../src/biditype.h): New target.
535
536 * unidata/makefile.w32-in (../../src/biditype.h): New target.
537
bf3e70eb
JB
5382010-06-09 Juanma Barranquero <lekktu@gmail.com>
539
540 * unidata/UnicodeData.txt: Update from
541 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
542
81ac4f35
GM
5432010-05-27 Glenn Morris <rgm@gnu.org>
544
545 * quick-install-emacs (AVOID): No more Makefile.c files.
546
547 * notes/cpp: Remove file.
548
e45b9e19
KR
5492010-05-15 Ken Raeburn <raeburn@raeburn.org>
550
551 * admin.el (set-version, set-copyright): Update emacs.c instead of
552 version.el.
553
554 * make-tarball.txt: Update filename list in step 6.
555
556 * quick-install-emacs: Scan emacs.c instead of version.el for
557 version string.
558
61a808e8
CY
5592010-05-07 Chong Yidong <cyd@stupidchicken.com>
560
561 * Version 23.2 released.
562
796bb936
EZ
5632010-04-01 Eli Zaretskii <eliz@gnu.org>
564
52f4d8d5 565 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 566
288f9fc0
CY
5672010-03-10 Chong Yidong <cyd@stupidchicken.com>
568
569 * Branch for 23.2.
570
f758ab59
MB
5712010-03-10 Miles Bader <miles@gnu.org>
572
61c26472
MB
573 * quick-install-emacs: Use more portable shell syntax.
574
a5b436df 575 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
576 installing.
577
296271c0
JB
5782010-02-14 Juanma Barranquero <lekktu@gmail.com>
579
580 * quick-install-emacs (PRUNED): Fix typo in message.
581
79c08ece
GM
5822010-01-20 Glenn Morris <rgm@gnu.org>
583
584 * revdiff: Remove file that only works with CVS, and isn't really
585 needed with Bazaar (given the in-built revision options of bzr diff).
586
893db5bc
GM
5872010-01-12 Glenn Morris <rgm@gnu.org>
588
589 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
590 than emacs-pretest-bug for bug reports for development versions.
591
149353a4
KH
5922009-11-06 Kenichi Handa <handa@m17n.org>
593
594 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
595 that the block data and the following per-char data fall into the
596 same char-table leaf.
597
171fda8a
JB
5982009-10-01 Juanma Barranquero <lekktu@gmail.com>
599
600 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
601
06d09461
JB
6022009-09-07 Juanma Barranquero <lekktu@gmail.com>
603
604 * unidata/.gitignore: New file.
605
cb335806
EZ
6062009-08-22 Eli Zaretskii <eliz@gnu.org>
607
8e22fa7e
EZ
608 * notes/bugtracker: How to reassign a bug to a list of packages.
609
cb335806
EZ
610 * notes/newfile: Details of how to check for problems with DOS 8+3
611 file-name restrictions.
612
6132009-08-18 Glenn Morris <rgm@gnu.org>
614
615 * notes/newfile: New file.
616
54aa48fe
EZ
6172009-07-11 Eli Zaretskii <eliz@gnu.org>
618
619 * make-tarball.txt: Add a note about bumping the value of
620 customize-changed-options-previous-release.
621
aa4a9384
KH
6222009-06-24 Kenichi Handa <handa@m17n.org>
623
fe7a3057 624 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
625 and don't compact the map. This is to prefer the first one in the
626 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
627
09856751
KH
6282009-06-12 Kenichi Handa <handa@m17n.org>
629
630 * charsets/Makefile (JISX213A.map): Make it depend on
631 mapfiles/JISX213A.map.gz.
632 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
633
634 * charsets/mapfiles/JISX213A.map.gz: New file.
635
636 * charsets/mapfiles/README: Describe JISX213A.map.gz.
637
09e47eb5
KH
6382009-06-12 Kenichi Handa <handa@m17n.org>
639
640 * charsets/mapfiles/*: New files.
641
642 * charsets/mule-charsets.el: Mostly re-written to generate all
643 MULE-*.map files.
644
645 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
646 files.
647
648 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
649 EUC-JP-MS.
650
651 * charsets/cp51932.awk (END): Print arch-tag at the tail.
652
653 * charsets/Makefile: Maps depend on files under mapfiles or
654 ${GLIBC_CHARMAPS}.
655
0b4ff5df
KH
6562009-04-21 Kenichi Handa <handa@m17n.org>
657
658 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
659 change.
660
88758986
KH
6612009-04-17 Kenichi Handa <handa@m17n.org>
662
f58e0fd5
SM
663 * unidata/unidata-gen.el (unidata-get-decomposition):
664 Adjust Hangle decomposition rule to Unicode.
88758986 665
0af3fedf
KH
6662009-04-09 Kenichi Handa <handa@m17n.org>
667
f58e0fd5
SM
668 * unidata/unidata-gen.el (unidata-describe-decomposition):
669 Return a string with a composition property to disable combining
0af3fedf
KH
670 characters being composed.
671
e308dcd3 6722009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
673
674 * quick-install-emacs: Be more clever about locating info directory.
675
d9cce206
JB
6762009-02-24 Juanma Barranquero <lekktu@gmail.com>
677
678 * nt/README.W32: Fix typos.
679
3deb93c6
JR
6802009-02-23 Jason Rumney <jasonr@gnu.org>
681
ed9265fc 682 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 683
d9cce206
JB
684 * nt/README.W32: Remove ever expanding versions of Windows.
685 Shorten FAQ URL. Remove mention of obsolete lock directory.
686 Windows distribution now bin and barebin only. Add note about
687 SVG support. Remove old tar and gzip problem workarounds.
688 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
689
690 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
691 undumped distribution no longer exists.
692
e73521d0 6932009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
694
695 * nt/README.W32: Fix typo. (Bug#2207)
696
1b1db3a9
CY
6972009-02-01 Chong Yidong <cyd@stupidchicken.com>
698
699 * admin.el (set-version): Remove deleted file ns-emacs.texi.
700
d90442ce
KH
7012008-12-02 Kenichi Handa <handa@m17n.org>
702
703 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
704 `decomposition' property adjusted.
705 (unidata-split-decomposition): Don't include surrounding "<" and
706 ">" in a symbol name.
707
7082008-12-01 Kenichi Handa <handa@m17n.org>
709
b97439ce
JB
710 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
711 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
712 (unidata-get-numeric, unidata-put-numeric)
713 (unidata-gen-table-numeric): New functions.
714 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
715
983ab7ba
EZ
7162008-11-29 Eli Zaretskii <eliz@gnu.org>
717
718 * notes/documentation: Add notes about Antinews.
719
91236f63
GM
7202008-10-23 Glenn Morris <rgm@gnu.org>
721
722 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
723 Add/tweak some nextstep/ entries.
724
c674e738
KH
7252008-09-19 Kenichi Handa <handa@m17n.org>
726
727 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
728 positions.
729
293a3986
EZ
7302008-08-23 Eli Zaretskii <eliz@gnu.org>
731
732 * CPP-DEFINES: Add USER_FULL_NAME.
733
b7063e7e
JR
7342008-08-16 Jason Rumney <jasonr@gnu.org>
735
d4835507 736 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 737
295b47d8
JB
7382008-08-06 Juanma Barranquero <lekktu@gmail.com>
739
740 * nt/dump.bat: Fix mixed EOLs.
741
14145fa3
AR
7422008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
743
0dcb2845 744 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 745
c3179b06
EZ
7462008-08-02 Eli Zaretskii <eliz@gnu.org>
747
748 * CPP-DEFINES: Add defines for accessing system processes.
749
9e2a2647
DN
7502008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
751
752 * make-tarball.txt:
753 * admin.el:
754 * FOR-RELEASE:
755 * CPP-DEFINES: Remove mentions of Mac Carbon.
756
d3841127
GM
7572008-07-16 Glenn Morris <rgm@gnu.org>
758
759 * admin.el (set-version, set-copyright): Add nextstep/ files.
760
ba60bd44 7612008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 762
0dcb2845 763 * CPP-DEFINES: Add NS port related defines.
edfda783 764
f2d8d275
GM
7652008-06-16 Glenn Morris <rgm@gnu.org>
766
5de85e83
GM
767 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
768 doc/lispref/book-spine.texinfo.
f2d8d275 769
611bee81
GM
7702008-06-15 Glenn Morris <rgm@gnu.org>
771
772 * admin.el (set-version): Add doc/misc/faq.texi.
773
d6710afe
JB
7742008-05-22 Juanma Barranquero <lekktu@gmail.com>
775
776 * FOR-RELEASE: Remove Windows problem about the XPM image library
777 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
778
2e10f11c
JB
7792008-04-15 Juanma Barranquero <lekktu@gmail.com>
780
781 * unidata/UnicodeData.txt: Update to Unicode 5.1.
782
dd7d19d7
JB
7832008-04-14 Juanma Barranquero <lekktu@gmail.com>
784
785 * unidata/unidata-gen.el (unidata-prop-alist):
786 Fix typo in description of `numeric-value'.
787 (unidata-put-character): Fix typo in error message.
788
2cbff44e
GM
7892008-02-21 Glenn Morris <rgm@gnu.org>
790
791 * notes/unicode, notes/font-backend: New files, split off from
792 README.unicode.
793
43bad2da
KH
7942008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
795
796 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 797 being used in latin1-disp.el. Remove the problem of
98723304
KH
798 cp-supported-codepages. Remove the problem of lost changelog for
799 ps-prin1.ps.
43bad2da 800
8a7619ba
EZ
8012008-02-16 Eli Zaretskii <eliz@gnu.org>
802
803 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
804 non-portable in this context.
805
806 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
807 non-portable in this context.
808
f96b6330
EZ
8092008-02-09 Eli Zaretskii <eliz@gnu.org>
810
811 * unidata/makefile.w32-in (lisp): New variable.
812 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
813 lisp/emacs-lisp.
814
56eb72a0
JR
8152008-02-04 Jason Rumney <jasonr@gnu.org>
816
817 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
818
a8fd9158
JB
8192008-02-02 Juanma Barranquero <lekktu@gmail.com>
820
821 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
822
c7e85fc7
EZ
8232008-02-02 Eli Zaretskii <eliz@gnu.org>
824
9aa0b3c8
EZ
825 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
826
bcc891c2 827 * unidata/Makefile.in: Rename from Makefile.
5889232d 828
c7e85fc7
EZ
829 * unidata/makefile.w32-in: New file.
830
db516472
JR
8312008-02-02 Jason Rumney <jasonr@gnu.org>
832
833 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
834
609789d7 8352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 836
aca7a3d2
MB
837 * unidata/copyright.html: New file.
838
609789d7 8392008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
840
841 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
842 decomposition, if T is the same as TBase, don't include it in the
843 returned list.
844
609789d7 8452008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
846
847 * unidata/unidata-gen.el (unidata-text-file): Delete it.
848 (unidata-list): Initialize to nil.
849 (unidata-setup-list): New function.
bcc891c2
GM
850 (unidata-gen-files): New optional arg unidata-text-file.
851 If it's nil, set unidata-text-file to the left command line arg.
852 Call unidate-setup-list at first.
aca7a3d2 853
bcc891c2 854 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
855 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
856
609789d7 8572008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 858
bcc891c2
GM
859 * unidata/unidata-gen.el: Fix comment typo.
860 Change string-to-int to string-to-number.
861 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
862 (unidata-list): Just insert unidata-text-file.
863 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 864 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 865
bcc891c2 866 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
867 (charprop.el): Depends on unidata.txt.
868 (clean): Remove unidata.txt.
869
609789d7 8702008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
871
872 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
873 (unidata-get-name): Handle U+110B.
874
609789d7 8752008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
876
877 Sub-directory `unidata' is for codes to generate charprop.el and
878 many other uni-*.el files from `UnicodeData.txt'.
879
880 * Unidata/README: New file.
881
882 * unidata/Makefile: New file.
883
884 * unidata/unidata-gen.el: New file.
885
886 * unidata/UnicodeData.txt: New file. Copied from
609789d7 887 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
888
889 * unidata/.cvsignore: New file.
890
609789d7 8912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
892
893 * charsets/.cvsignore: New file.
894
895 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
896
bcc891c2
GM
897 * charsets/Makefile (all): Rename target from charsets.
898 Depend on ${TRANS_TABLE}.
899 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
900 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
901 (install): Copy updated files only.
902
9032008-02-02 Kenichi Handa <handa@m17n.org>
904
bcc891c2 905 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
906
9072008-02-02 Kenichi Handa <handa@m17n.org>
908
909 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
910 0x2299 to 0x29BF.
911
609789d7 9122008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
913
914 * charsets/Makefile (TRANS_TABLE): New macro.
915 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 916 (cp51932.el): New target.
aca7a3d2
MB
917 (eucjp-ms.el): New target.
918 (install): Include ${TRANS_TABLE}.
919 (CJK): Include JISX213A.map.
920 (JISX213A.map): New target.
921
922 * charsets/eucjp-ms.awk: New file.
923
924 * charsets/cp51932.awk: New file.
925
609789d7 9262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
927
928 * charsets/cp932.awk: New file.
929
bcc891c2 930 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
931
932 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
933 running an awk program.
934
609789d7 9352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
936
937 * charsets/mapconv: Handle UNICODE2.
938
c4cc8b9a 939 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
940 (CP932-2BYTE.map): New target.
941
609789d7 9422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
943
944 * charsets: New directory for scripts to generate charset map
945 files in ../etc/charsets/.
946
bcc891c2 947 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 948 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 949 * charsets/kuten.awk: New files.
aca7a3d2 950
adf94aa6
GM
9512008-01-08 Glenn Morris <rgm@gnu.org>
952
953 * admin.el (set-version): Add doc/man/emacs.1.
954
f3041af1
DN
9552008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
956
957 * notes/copyright:
958 * MAINTAINERS: Remove references to files that have been removed.
959
a70c9a7a
GM
9602008-01-04 Glenn Morris <rgm@gnu.org>
961
962 * admin.el (set-copyright): Add lib-src/ebrowse.c.
963
aa5fea59
SM
9642007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * CPP-DEFINES: New file.
967
f8747b72
RS
9682007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
969
970 * FOR-RELEASE: Remove "window-system in face definition" [of
971 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
972 on gnus-dired.el.
973
24bbe01e
GM
9742007-12-05 Glenn Morris <rgm@gnu.org>
975
976 * admin.el (set-version): Handle configure.in. Adapt for doc/
977 directory layout for manuals.
978
0073bc5d
RS
9792007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
980
630cb3b7
JB
981 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
982 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 983
1453abd0
GM
9842007-11-17 Glenn Morris <rgm@gnu.org>
985
986 * admin.el (process-lines): Move to ../lisp/subr.el.
987
ca076674
GM
9882007-10-23 Glenn Morris <rgm@gnu.org>
989
990 * MAINTAINERS: Move here from ../.
991
943756ea
JB
9922007-10-17 Juanma Barranquero <lekktu@gmail.com>
993
994 * make-emacs: Doc fix.
995
bab9fcb4
GM
9962007-08-28 Glenn Morris <rgm@gnu.org>
997
998 * admin.el: Provide self.
999
880820fe 10002007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1001
d58ee9f1 1002 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1003
cacc7b51
GM
10042007-07-25 Glenn Morris <rgm@gnu.org>
1005
1006 * Relicense all FSF files to GPLv3 or later.
1007
bfcea090
GM
10082007-06-07 Glenn Morris <rgm@gnu.org>
1009
1010 * admin.el (set-copyright): New function.
1011
017f0417
NR
10122007-04-25 Nick Roberts <nickrob@snap.net.nz>
1013
1014 * make-tarball.txt: Add note about cutting the branch.
1015
537a062f
CY
10162007-06-02 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * Version 22.1 released.
1019
77083ca3
EZ
10202007-02-03 Eli Zaretskii <eliz@gnu.org>
1021
1022 * nt/makedist.bat: Change EOL format to DOS. Don't use
1023 redirection characters in REM lines.
1024
880820fe 10252007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1026
1027 * FOR-RELEASE: Removed Gtk/Xft issue.
1028
1fc8c92b
MB
10292007-01-01 Miles Bader <miles@gnu.org>
1030
1031 * quick-install-emacs (get_config_var): Deal with weird magic
1032 string inserted by recent versions of autoconf.
1033
7dce1990
JB
10342006-11-25 Juanma Barranquero <lekktu@gmail.com>
1035
1036 * admin.el (set-version): Set version number in
1037 lib-src/makefile.w32-in.
1038
dc3d1157
RS
10392006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1040
1041 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1042 due to a local miss-configuration.
1043
08c85160
CY
10442006-10-28 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * make-announcement (OLD): Remove LEIM references in announcement
1047 since it is now built-in.
1048
d0834a5c
YM
10492006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1050
1051 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1052
151fe029
KH
10532006-10-03 Kenichi Handa <handa@m17n.org>
1054
1055 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1056
e71cb549
CY
10572006-08-13 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * FOR-RELEASE: Elisp manual checking completed.
1060
6232e72d
RS
10612006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1062
1063 * FOR-RELEASE: Update refcard section.
1064
8a8476f9
KS
10652006-07-14 Kim F. Storm <storm@cua.dk>
1066
1067 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1068
1eca02e7
KS
10692006-07-09 Kim F. Storm <storm@cua.dk>
1070
1071 * README: Use outline format. Add FOR-RELEASE.
1072
7fa61471
CY
10732006-06-27 Chong Yidong <cyd@stupidchicken.com>
1074
1075 * FOR-RELEASE: Checking of info.texi done.
1076
8361675a
RS
10772006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1078
1079 * FOR-RELEASE: Update refcard section.
1080
3f168e29
RS
10812006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1082
1083 * FOR-RELEASE: Update refcard section.
1084
f195dc16
CY
10852006-05-25 Chong Yidong <cyd@stupidchicken.com>
1086
1087 * FOR-RELEASE: Key sequence elisp node done.
1088
49561a36
RS
10892006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1090
1091 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1092
6fedb9f9
CY
10932006-05-21 Chong Yidong <cyd@mit.edu>
1094
1095 * FOR-RELEASE: point-entered /point-left bug fixed.
1096
61515a63
EZ
10972006-05-12 Eli Zaretskii <eliz@gnu.org>
1098
1099 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1100 entry.
1101
4297ece2
BW
11022006-05-06 Bill Wohler <wohler@newt.com>
1103
1104 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1105 about it.
1106
4bbe413d 11072006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1108
4bbe413d 1109 * ./* (Copyright): Updated Copyright year(s).
49561a36 1110
6b82baf6
RS
11112006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1112
1113 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1114
49af2995
KS
11152006-02-20 Kim F. Storm <storm@cua.dk>
1116
1117 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1118 Rework how fringe bitmaps are defined and used.
e4920bc9 1119 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1120 one-level representation. It would be cleaner to split the
1121 representation into a two-level model where first level maps
1122 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1123 a bitmap appearance.
49af2995 1124
d5e87a2f
CY
11252006-01-27 Chong Yidong <cyd@stupidchicken.com>
1126
8a8476f9 1127 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1128
9c43c921
BW
11292005-12-13 Bill Wohler <wohler@newt.com>
1130
1131 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1132
6ed81b24
RS
11332005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1134
c95dddbe
RS
1135 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1136 completing-read-multiple, mail-extract-address-components,
1137 mail-mode, quail-define-package, save-buffer and
1138 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1139
2950d850
CY
11402005-11-28 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1143
ab4d879e
KS
11442005-11-11 Kim F. Storm <storm@cua.dk>
1145
1146 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1147 when displaying a non-breaking space in an overlay string.
1148
932dc33b
CY
11492005-10-30 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * FOR-RELEASE: Init file change implemented.
1152
c809f7cc
CY
11532005-10-27 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1156
4754e179 11572005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1158
1159 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1160 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1161
ffda926c
BW
11622005-10-17 Bill Wohler <wohler@newt.com>
1163
f58e0fd5 1164 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1165 since it's gone. Also marked mh-e as done.
ffda926c 1166
2d4713aa
JB
11672005-10-11 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1170 libraries on Windows (Done).
1171
95f76284
JR
11722005-10-01 Jason Rumney <jasonr@gnu.org>
1173
1174 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1175
52f277bf
RF
11762005-08-31 Romain Francoise <romain@orebokech.com>
1177
630cb3b7 1178 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1179 item (Done).
1180
c0eb0519
RF
11812005-08-27 Romain Francoise <romain@orebokech.com>
1182
1183 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1184
385ee3de 11852005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1186
1187 Update FSF's address in GPL notices.
1188
257914aa
LK
11892005-06-10 Lute Kamstra <lute@gnu.org>
1190
1191 * admin.el (set-version): Set version in lisp manual too.
1192 * make-tarball.txt: Commit lispref/elisp.texi too.
1193
a4e51a7a
RS
11942005-06-04 Richard M. Stallman <rms@gnu.org>
1195
1196 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1197 Other cleanups.
1198
834671a6
LK
11992005-04-19 Lute Kamstra <lute@gnu.org>
1200
1201 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1202
54381691
LK
12032005-04-14 Lute Kamstra <lute@gnu.org>
1204
118e2c39
LK
1205 * nt/makedist.bat (elfiles): Update.
1206
54381691
LK
1207 * admin.el (add-release-logs): Fix require call.
1208
0b048d52
MT
12092005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1210
f58e0fd5 1211 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1212 The first line of every tutorial must begin with a sentence saying
1213 "Emacs Tutorial" in the respective language. This should be
1214 followed by "See end for copying conditions", likewise in the
1215 respective language.
0b048d52 1216
18cd5892
LT
12172005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1218
1219 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1220 Add `undo-ask-before-discard' to it.
1221
9a1c5fbf
MB
12222005-03-02 Miles Bader <miles@gnu.org>
1223
1224 * quick-install-emacs: Only use the mkdir --verbose option if the
1225 script's --verbose option was specified (this avoids problems with
1226 default usage on systems where mkdir doesn't support that option).
1227
e25c1ca6
JR
12282005-02-15 Jason Rumney <jasonr@gnu.org>
1229
fffa137c 1230 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1231 tar --exclude.
1232
880820fe 12332004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1234
1235 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1236
6622d928
LT
12372004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1238
1239 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1240 Elisp manuals.
1241
d574552a
LT
12422004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1243
1244 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1245 Emacs and Elisp manuals.
d574552a 1246
0a5e5be0
KS
12472004-09-11 Kim F. Storm <storm@cua.dk>
1248
1249 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1250 (Documentation): Add NEWS entry.
1251 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1252
2661eae9
KS
12532004-08-29 Kim F. Storm <storm@cua.dk>
1254
1255 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1256
880820fe 12572004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1258
c4cc8b9a 1259 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1260 (now behaves as well as other ports).
1261
880820fe 12622004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1263
2661eae9 1264 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1265
44618f20 12662004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1267
1268 * FOR-RELEASE: Moved here from the etc directory.
1269
db281452
TTN
12702004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1271
1272 * notes/BRANCH: New file, to be maintained per CVS branch.
1273
feebeb72
MB
12742003-10-01 Miles Bader <miles@gnu.org>
1275
1276 * quick-install-emacs: Don't use "function" keyword when defining
1277 shell functions.
1278
44618f20
LK
12792003-09-29 Lute Kamstra <lute@gnu.org>
1280
1281 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1282
e04e1ce2
MB
12832003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1284
1285 * quick-install-emacs: Remove fns-* pruning, since that file no
1286 longer seems to be generated.
1287 (AVOID): Quote literal periods. Quote braces in a way acceptable
1288 to all parties (gawk gets bitchy about using `\').
1289
6cce52e8
MB
12902003-08-19 Miles Bader <miles@gnu.org>
1291
1292 * quick-install-emacs: Add arch-specific ignored files to
1293 quick-install-emacs. Use quoting for periods that's acceptable
1294 to recent versions of gawk.
1295
13582d53
MR
12962003-08-11 Markus Rost <rost@math.ohio-state.edu>
1297
1298 * cus-test.el: Remove obsolete workaround.
1299
e53925a5
AI
13002003-04-22 Andrew Innes <andrewi@gnu.org>
1301
1302 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1303 emacs.exe before zipping, and including batch file to recreate
1304 after unpacking.
1305
1306 * nt/stitch.bat: New file.
1307
1308 * nt/README-ftp-server: Update wording and version number etc.
1309 Add extra instructions for installing multi-file .zip
1310 distribution.
1311
1312 * nt/README.W32: Remove personal email address and update wording.
1313
1314 * nt/README-UNDUMP.W32: Remove personal email address and update
1315 wording.
1316
880820fe 13172003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1318
1319 * make-changelog-diff: New script, code stolen from make-announcement.
1320
1321 * make-announcement: Use make-changelog-diff.
1322
880820fe 13232003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1324
1325 * make-tarball.txt: Step-by-step instructions for making a tarball.
1326
10d1d0af 1327 * make-announcement: A script for creating pretest announcements.
163c6f1c 1328
880820fe 13292003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1330
1331 * admin.el (add-release-logs): Expand the directory name before
1332 calling find(1).
1333 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1334 the date and the user's name and address.
33b97f32 1335
7b997a97
MB
13362003-01-07 Miles Bader <miles@gnu.org>
1337
1338 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1339 command output from non-C locales.
1340
6c465a15 13412002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1342
3bc08206 1343 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1344 which can be run in batch mode. See the Commentary section.
bd08d86a 1345
5ce129c2
MR
13462002-10-08 Markus Rost <rost@math.ohio-state.edu>
1347
1348 * cus-test.el: New file.
1349
14dd2fe9
MB
13502002-05-27 Miles Bader <miles@gnu.org>
1351
1352 * quick-install-emacs (VERSION): Calculate using the same method
1353 that configure.in uses.
1354
880820fe 13552002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1356
1357 * emacs-pretesters: New file with information for Emacs
1358 pretesters.
1359
b9a07996
PE
13602002-03-22 Paul Eggert <eggert@twinsun.com>
1361
1362 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1363 POSIX 1003.1-2001 disallows both usages.
1364
38b81d74
AI
13652002-02-11 Andrew Innes <andrewi@gnu.org>
1366
1367 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1368
72a68345
AI
13692002-01-24 Andrew Innes <andrewi@gnu.org>
1370
1371 * nt/README.W32: Remove unnecessary version number and date
1372 references.
1373
1374 * nt/README-UNDUMP.W32: Ditto.
1375
ebbaf4e3
GM
13762001-12-06 Gerd Moellmann <gerd@gnu.org>
1377
1378 * make-emacs: Add --trace-move.
1379
461a1459
AI
13802001-10-23 Andrew Innes <andrewi@gnu.org>
1381
1382 * nt/makedist.bat: Remove remaining obsolete reference to
1383 GETTING.GNU.SOFTWARE.
1384
26fe1f92
GM
13852001-10-22 Gerd Moellmann <gerd@gnu.org>
1386
1387 * admin.el (set-version): Use `s' interactive spec for
1388 version number.
1389
71431a0e
GM
13902001-10-20 Gerd Moellmann <gerd@gnu.org>
1391
6aa97356 1392 * (Version 21.1 released.)
71431a0e 1393
e568708b
GM
13942001-10-20 Gerd Moellmann <gerd@gnu.org>
1395
1396 * admin.el (add-release-logs): Put the log entry in lispref, too.
1397
c5915370
MB
13982001-10-20 Miles Bader <miles@gnu.org>
1399
1400 * quick-install-emacs: Exit if we can't find some variable.
1401 (AVOID): Add .orig & .rej files.
1402 (get_config_var): Be more liberal about format of config.status
1403 sed commands.
1404
5a4a5bd4
GM
14052001-10-19 Gerd Moellmann <gerd@gnu.org>
1406
74499542
GM
1407 * admin.el: New file.
1408
5a4a5bd4
GM
1409 * build-configs: Add --help option. Add support for building
1410 in arbitrary source trees.
1411
09954f3b
GM
14122001-10-17 Gerd Moellmann <gerd@gnu.org>
1413
1414 * alloc-colors.c: New file.
1415
f2164e31
GM
14162001-10-13 Gerd Moellmann <gerd@gnu.org>
1417
1418 * make-emacs: Add --boot switch for bootstrapping. Logs to
1419 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1420
ab952a4f
GM
14212001-10-05 Gerd Moellmann <gerd@gnu.org>
1422
1423 * Branch for 21.1.
6c465a15 1424
f537c3cd
EZ
14252001-09-04 Andrew Innes <andrewi@gnu.org>
1426
1427 * admin/nt/makedist.bat: Remove reference to obsolete file
1428 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1429 version of tar used.
1430
1431;; Local Variables:
880820fe 1432;; coding: utf-8
f537c3cd 1433;; End:
2a34a036 1434
6116bd7e 1435 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1436
1437 This file is part of GNU Emacs.
1438
9ad5de0c 1439 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1440 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1441 the Free Software Foundation, either version 3 of the License, or
1442 (at your option) any later version.
5b87ad55
GM
1443
1444 GNU Emacs is distributed in the hope that it will be useful,
1445 but WITHOUT ANY WARRANTY; without even the implied warranty of
1446 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1447 GNU General Public License for more details.
1448
1449 You should have received a copy of the GNU General Public License
9ad5de0c 1450 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.