* lisp/progmodes/ruby-mode.el (ruby-parse-partial): No error when end
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
d7ea76b4
DA
12012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
4 make_unibyte_string to build_unibyte_string where appropriate.
5
4dc7c8d5 62012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
7
8 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
9
4dc7c8d5 102012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
11
12 * Version 24.1 released.
d7ea76b4 13
5ebbef1d
PE
142012-07-11 Paul Eggert <eggert@cs.ucla.edu>
15
bb352260
PE
16 Assume mkdir, perror, rename, rmdir, strerror.
17 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
18 (HAVE_STRERROR, strerror):
57054ddd 19 Remove.
5ebbef1d 20
7d7bbefd
DA
212012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
22
23 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
24 to XCDR and consistently use CONSP in the list iteration loops.
25 * coccinelle/vector_contents.cocci: Fix indentation.
26
f58e0fd5
SM
272012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * bzrmerge.el: Use cl-lib.
30
c4444d16
PE
312012-07-09 Paul Eggert <eggert@cs.ucla.edu>
32
33 Rename configure.in to configure.ac (Bug#11603).
34 * admin.el (set-version):
35 * quick-install-emacs (VERSION):
36 Get version number from configure.ac, not configure.in.
37
fee5959d
PE
382012-07-06 Paul Eggert <eggert@cs.ucla.edu>
39
40 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
41 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
42
23f86fce
DA
432012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
44
45 * coccinelle/xzalloc.cocci: Semantic patch to convert
46 calls to xmalloc with following memset to xzalloc.
47
95f61aa2
JB
482012-07-04 Juanma Barranquero <lekktu@gmail.com>
49
50 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
51
1130ecfc
DA
522012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
53
54 * coccinelle/build_string.cocci: Semantic patch
55 to convert from make_string to build_string.
56
3c9359df
DA
572012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
58
59 First Coccinelle semantic patch.
60 * coccinelle: New subdirectory
61 * coccinelle/README: Documentation stub.
62 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
63 access to `contents' member of Lisp_Vector objects with AREF and ASET
64 where appropriate.
3c9359df 65
d35af63c
PE
662012-06-22 Paul Eggert <eggert@cs.ucla.edu>
67
68 Support higher-resolution time stamps (Bug#9000).
69 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
70 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
71 timespec-sub, utimens.
72 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
73 This trims down the gnulib import, from the very latest gnulib.
74 Emacs does its own implementation of 'select' and 'sigprocmask'
75 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
76 hosts, so it doesn't need these modules.
77 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
78 these gnulib modules are only for Windows porting and Emacs ports
79 to Windows in a different way.
80
646b5f55
AS
812012-06-13 Andreas Schwab <schwab@linux-m68k.org>
82
f58e0fd5
SM
83 * make-emacs: Rename --union-type to --check-lisp-type.
84 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
85 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
86 USE_LISP_UNION_TYPE.
87
418cd726
GM
882012-06-03 Glenn Morris <rgm@gnu.org>
89
90 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
91
501390c5
PE
922012-06-01 Paul Eggert <eggert@cs.ucla.edu>
93
94 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
95 * make-tarball.txt: Don't worry about maintainer mode.
96
0e7a053e
PE
972012-05-28 Paul Eggert <eggert@cs.ucla.edu>
98
99 * CPP-DEFINES: Remove HAVE_SYSINFO.
100
50c4645e
PE
1012012-05-27 Paul Eggert <eggert@cs.ucla.edu>
102
103 Assume gnulib does largefile.
104 * merge-gnulib (GNULIB_MODULES): Add largefile.
105
34374650
PE
1062012-05-22 Paul Eggert <eggert@cs.ucla.edu>
107
108 Remove src/m/*.
109 * CPP-DEFINES: Do not mention src/m/*.h.
110 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
111 (BITS_PER_SHORT, BITS_PER_INT): Remove.
112 * MAINTAINERS: Remove src/m/.
113
9b4ee616
PE
1142012-05-21 Paul Eggert <eggert@cs.ucla.edu>
115
fb77d37e
PE
116 Use full name for m4/gnulib-comp.m4. (Bug#11529)
117 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
118
261cb4bb
PE
119 Assume C89 or later.
120 * CPP-DEFINES: Remove NULL, const.
121
9b4ee616
PE
122 Make merging from gnulib a script, not a makefile action.
123 * merge-gnulib: New script, with actions moved here from
124 ../Makefile.in.
125
003fdae2
PE
1262012-05-19 Paul Eggert <eggert@cs.ucla.edu>
127
9232a6d9
PE
128 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
129
003fdae2
PE
130 * CPP-DEFINES (HAVE_FTIME): Remove.
131
6116bd7e
GM
1322012-05-02 Glenn Morris <rgm@gnu.org>
133
134 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
135
a9f72fc1
GM
1362012-04-10 Glenn Morris <rgm@gnu.org>
137
c9279dad
GM
138 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
139
a9f72fc1
GM
140 * unidata/Makefile.in: Add FSF copyright.
141 Make it use autoconf features, and work for out-of-tree builds.
142
b142f158
EZ
1432012-04-07 Eli Zaretskii <eliz@gnu.org>
144
145 * unidata/README:
146 * unidata/copyright.html:
147 * unidata/BidiMirroring.txt:
148 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
149 the Unicode Standard.
150
c406be43
KH
1512012-02-16 Kenichi Handa <handa@m17n.org>
152
153 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
154 values of name and old-name to nil.
155 (unidata-get-name): Return nil for the default value.
156
58474503
GM
1572012-02-11 Glenn Morris <rgm@gnu.org>
158
159 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
160 (cusver-check): New functions.
161
54de86ac
GM
1622012-01-19 Glenn Morris <rgm@gnu.org>
163
164 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
165 "skip?" question, since there can be multiple such for any revision.
166
0dc18ae0
EZ
1672012-01-14 Eli Zaretskii <eliz@gnu.org>
168
169 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
170 updated and checked.
171
509c74bd
AS
1722011-11-26 Andreas Schwab <schwab@linux-m68k.org>
173
303d001f
AS
174 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
175 Avoid warning about old-style backquote.
176
509c74bd
AS
177 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
178 in regexp.
179 (wisent-make-parsers): Likewise. Quote `.'.
180
181 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
182 in regexp.
183 (bovine-make-parsers): Likewise. Quote `.'.
184
d5ff9cd0
AS
1852011-11-20 Andreas Schwab <schwab@linux-m68k.org>
186
187 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
188
7877f373
JB
1892011-11-16 Juanma Barranquero <lekktu@gmail.com>
190
191 * admin.el (manual-dvi): Fix typo.
192
b018182c
EZ
1932011-11-15 Eli Zaretskii <eliz@gnu.org>
194
7877f373 195 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 196
c7015153
JB
1972011-11-15 Juanma Barranquero <lekktu@gmail.com>
198
199 * make-emacs: Fix typo.
200
d31d07be
JB
2012011-11-07 Juanma Barranquero <lekktu@gmail.com>
202
203 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
204
72b8747b
DE
2052011-10-31 David Engster <deng@randomsample.de>
206
207 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
208
8cedc5ac
EZ
2092011-10-28 Eli Zaretskii <eliz@gnu.org>
210
211 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
212 running Emacs on Windows 9X.
213
a0c64452
CY
2142011-09-26 Chong Yidong <cyd@stupidchicken.com>
215
216 * admin.el (set-version): Fix regexps for config.nt and
217 sed2v2.inp.
218
e39b275c 2192011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 220
abec06ff 221 Merge from gnulib (Bug#9169).
24e0f6b1
PE
222 * notes/copyright: The files compile, config.guess, config.sub,
223 depcomp, install-sh, missing, and move-if-change are now in the
224 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
225 and warn-on-use.h are now in build-aux/snippets. New file
226 build-aux/snippets/_Noreturn.h.
227
bca633fb
EZ
2282011-08-23 Eli Zaretskii <eliz@gnu.org>
229
230 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
231 values of bidi-class according to DerivedBidiClass.txt from the
232 latest UCD.
233
0902a04e
KH
2342011-08-23 Kenichi Handa <handa@m17n.org>
235
236 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
237 values for name, general-category, canonical-combining-class,
238 mirrored, and bidi-class. Describe the meaning of value nil for
239 decimal-digit-value, digit-value, numeric-value, uppercase,
240 lowercase, titlecase, and mirroring.
241 (unidata-gen-table): Handle the case that default-value is a
242 list. Set default values of characters not listed in a table.
243 (unidata-get-name): Return an empty string if a value in a
244 char-table is nil.
245 (unidata-get-decomposition): Return a list of character itself if
246 a value in a char-table is nil.
247
474a8465
EZ
2482011-08-15 Eli Zaretskii <eliz@gnu.org>
249
250 * unidata/bidimirror.awk: File removed.
251
252 * unidata/biditype.awk: File removed.
253
254 * unidata/makefile.w32-in (all): Remove src/biditype.h and
255 src/bidimirror.h.
f58e0fd5 256 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
257
258 * unidata/Makefile.in (all): Remove src/biditype.h and
259 src/bidimirror.h.
f58e0fd5 260 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 261
a5b436df
JB
2622011-07-07 Juanma Barranquero <lekktu@gmail.com>
263
264 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
265 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
266
c805dec0
KH
2672011-07-06 Kenichi Handa <handa@m17n.org>
268
269 * unidata/unidata-gen.el (unidata-dir): New variable.
270 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
271 (unidata-prop-alist): INDEX element may be a function.
272 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
273 New entry `mirroring'.
274 (unidata-prop-default, unidata-prop-val-list): New subst.
275 (unidata-get-character, unidata-put-character): Delete them.
276 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
277 above changes.
278 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
279 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
280 Delete them.
281 (unidata-encode-val): Assume that the first element of VAL-LIST is
282 a cons (nil . 0).
283 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
284 Always store the encoded value.
285 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
286 Set the 1st and the 2nd extra slots to index numbers for C
287 functions.
288 (unidata-gen-table-integer): Likewise.
289 (unidata-gen-table-numeric): Likewise.
290 (unidata-gen-table-name): New arg IGNORE.
291 (unidata-gen-table-decomposition): Likewise.
292 (unidata-describe-general-category): Add the case nil to the
293 description alist.
a5b436df 294 (unidata-gen-mirroring-list): New function.
c805dec0
KH
295 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
296 unidata-prop-alist. Handle the case of storing multiple
297 char-tables in a file.
298
299 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
300 unidata-gen-files.
301
2a35386d
GM
3022011-05-21 Glenn Morris <rgm@gnu.org>
303
304 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
305
33383987
JB
3062011-03-07 Chong Yidong <cyd@stupidchicken.com>
307
308 * Version 23.3 released.
309
cce7d530 3102011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
311
312 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
313
9d9d12cd
EZ
3142011-02-19 Eli Zaretskii <eliz@gnu.org>
315
316 * admin.el (set-version): Add msdos/sed2v2.inp.
317
1f5d53eb
PE
3182011-02-16 Paul Eggert <eggert@cs.ucla.edu>
319
320 Remove no-longer needed getloadavg symbols.
321 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
322 (LDAV_SYMBOL): Remove.
323
7b24e97a
GM
3242011-02-12 Glenn Morris <rgm@gnu.org>
325
326 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
327
4d881c83
GM
3282011-02-05 Glenn Morris <rgm@gnu.org>
329
330 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
331 (bzrmerge-apply): Use it.
332 (bzrmerge): Kill any old warning buffer first.
333
f6041baa
GM
3342011-02-03 Glenn Morris <rgm@gnu.org>
335
336 * bzrmerge.el (bzrmerge-buffer): New constant.
337 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
338 (bzrmerge-missing): If nothing to do, return nil not (nil).
339 (bzrmerge-apply): Remove odd character from message.
340 (bzrmerge): Give status messages.
341
70b0d280
EZ
3422011-01-31 Eli Zaretskii <eliz@gnu.org>
343
f6041baa
GM
344 * admin.el (set-version): Remove lib-src/makefile.w32-in.
345 Add nt/config.nt.
70b0d280 346
16fab143
PE
3472011-01-31 Paul Eggert <eggert@cs.ucla.edu>
348
349 src/emacs.c now gets version number from configure.in
350 * admin.el (set-version): Don't update src/emacs.c.
351 * quick-install-emacs (VERSION): Get it from configure.in, not from
352 src/emacs.c.
353
16c3e636
PE
3542011-01-30 Paul Eggert <eggert@cs.ucla.edu>
355
356 strftime: import from gnulib
357 * notes/copyright: strftime.c moved from src to lib.
358
d0cb8662
GM
3592011-01-25 Glenn Morris <rgm@gnu.org>
360
361 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
362 (bzrmerge-missing): Use it.
363
d6100f3d
PE
3642011-01-19 Paul Eggert <eggert@cs.ucla.edu>
365
366 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
367 rather than doing rm and autoconf by hand. See
368 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
369
9092d186
PE
3702011-01-17 Paul Eggert <eggert@cs.ucla.edu>
371
372 * notes/bzr (Installing changes from gnulib): New section.
373 Need for this suggested by Stefan Monnier.
374
41f44310
SM
3752011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
378 an inconsistent state.
379
a3e44e79 3802011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
381
382 Update copyright notes to match recent gnulib-related changes.
383 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
384 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
385 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
386 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
387 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
388 subsumed by m4/*.m4 rule). config.guess, config.sub, and
389 doc/man/texinfo.tex are now copied in from gnulib.
390
6fffc900
GM
3912011-01-15 Glenn Morris <rgm@gnu.org>
392
2153c862 393 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 394
6fffc900
GM
395 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
396 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
397
77ab81d0 3982011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
399
400 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
401
1851cac3
GM
4022011-01-14 Glenn Morris <rgm@gnu.org>
403
404 * bzrmerge.el: Require cl when compiling.
405 (bzrmerge-merges): Doc fix.
406
2b3f5bc8
PE
4072011-01-07 Paul Eggert <eggert@cs.ucla.edu>
408
409 * notes/copyright: There's only one install-sh, not two, so fix a
410 typo claiming that there's two. Add move-if-change to the list of
411 GPL files imported from gnulib.
412
4132011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
414
415 * notes/copyright: Report status more accurately for non-GPL files.
416 Report copyright status more accurately for mkinstalldirs,
417 configure, m4/getopt.m4, and msdos/sed*.inp.
418
7c420169 4192011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
420
421 * nt/README.W32: Update the information about PNG support libraries.
422 (Bug#7716)
423
9ebea0e7
SM
4242010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * bzrmerge.el: New file to help merge branches while skipping
427 some revisions (e.g. from emacs-23 to trunk).
428
201ef780
AS
4292010-12-03 Andreas Schwab <schwab@linux-m68k.org>
430
431 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
432
16a0af11
GM
4332010-10-12 Glenn Morris <rgm@gnu.org>
434
435 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
436
f4f358f1
GM
4372010-10-09 Glenn Morris <rgm@gnu.org>
438
439 * admin.el (set-version): Add doc/emacs/emacsver.texi.
440
3fb78d1f
GM
4412010-10-09 Glenn Morris <rgm@gnu.org>
442
f7a31f11
GM
443 * admin.el (set-version): No need to act on doc/ files any more.
444
3fb78d1f
GM
445 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
446
733946e7
JB
4472010-09-05 Juanma Barranquero <lekktu@gmail.com>
448
449 * unidata/BidiMirroring.txt: Update from
450 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
451
452 * unidata/UnicodeData.txt: Update from
453 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
454
671d409f
AS
4552010-08-09 Andreas Schwab <schwab@linux-m68k.org>
456
457 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
458
29cf3e20
EZ
4592010-08-05 Eli Zaretskii <eliz@gnu.org>
460
461 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
462
e3aef5c6
CS
4632010-07-24 Christoph Scholtes <cschol2112@gmail.com>
464
465 * admin.el: Write version number to nt/makefile.w32-in.
466 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
467 in the nt/ directory.
468 * nt/README.W32: Relocate to nt/ directory.
469
8966b757
AS
4702010-07-11 Andreas Schwab <schwab@linux-m68k.org>
471
472 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
473
71c44c04
EZ
4742010-07-08 Eli Zaretskii <eliz@gnu.org>
475
476 * MAINTAINERS: Update my responsibilities.
477
72af86bd
AS
4782010-07-07 Andreas Schwab <schwab@linux-m68k.org>
479
480 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
481 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
482 Remove.
483
317fbf33
EZ
4842010-06-12 Eli Zaretskii <eliz@gnu.org>
485
cbc4fd20
EZ
486 * unidata/bidimirror.awk: New file.
487
488 * unidata/BidiMirroring.txt: New file from
489 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
490
a5b436df 491 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
492 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
493
494 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
495 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
496
317fbf33
EZ
497 * unidata/biditype.awk: New file.
498
499 * unidata/Makefile.in (../../src/biditype.h): New target.
500
501 * unidata/makefile.w32-in (../../src/biditype.h): New target.
502
bf3e70eb
JB
5032010-06-09 Juanma Barranquero <lekktu@gmail.com>
504
505 * unidata/UnicodeData.txt: Update from
506 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
507
81ac4f35
GM
5082010-05-27 Glenn Morris <rgm@gnu.org>
509
510 * quick-install-emacs (AVOID): No more Makefile.c files.
511
512 * notes/cpp: Remove file.
513
e45b9e19
KR
5142010-05-15 Ken Raeburn <raeburn@raeburn.org>
515
516 * admin.el (set-version, set-copyright): Update emacs.c instead of
517 version.el.
518
519 * make-tarball.txt: Update filename list in step 6.
520
521 * quick-install-emacs: Scan emacs.c instead of version.el for
522 version string.
523
61a808e8
CY
5242010-05-07 Chong Yidong <cyd@stupidchicken.com>
525
526 * Version 23.2 released.
527
796bb936
EZ
5282010-04-01 Eli Zaretskii <eliz@gnu.org>
529
52f4d8d5 530 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 531
288f9fc0
CY
5322010-03-10 Chong Yidong <cyd@stupidchicken.com>
533
534 * Branch for 23.2.
535
f758ab59
MB
5362010-03-10 Miles Bader <miles@gnu.org>
537
61c26472
MB
538 * quick-install-emacs: Use more portable shell syntax.
539
a5b436df 540 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
541 installing.
542
296271c0
JB
5432010-02-14 Juanma Barranquero <lekktu@gmail.com>
544
545 * quick-install-emacs (PRUNED): Fix typo in message.
546
79c08ece
GM
5472010-01-20 Glenn Morris <rgm@gnu.org>
548
549 * revdiff: Remove file that only works with CVS, and isn't really
550 needed with Bazaar (given the in-built revision options of bzr diff).
551
893db5bc
GM
5522010-01-12 Glenn Morris <rgm@gnu.org>
553
554 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
555 than emacs-pretest-bug for bug reports for development versions.
556
149353a4
KH
5572009-11-06 Kenichi Handa <handa@m17n.org>
558
559 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
560 that the block data and the following per-char data fall into the
561 same char-table leaf.
562
171fda8a
JB
5632009-10-01 Juanma Barranquero <lekktu@gmail.com>
564
565 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
566
06d09461
JB
5672009-09-07 Juanma Barranquero <lekktu@gmail.com>
568
569 * unidata/.gitignore: New file.
570
cb335806
EZ
5712009-08-22 Eli Zaretskii <eliz@gnu.org>
572
8e22fa7e
EZ
573 * notes/bugtracker: How to reassign a bug to a list of packages.
574
cb335806
EZ
575 * notes/newfile: Details of how to check for problems with DOS 8+3
576 file-name restrictions.
577
5782009-08-18 Glenn Morris <rgm@gnu.org>
579
580 * notes/newfile: New file.
581
54aa48fe
EZ
5822009-07-11 Eli Zaretskii <eliz@gnu.org>
583
584 * make-tarball.txt: Add a note about bumping the value of
585 customize-changed-options-previous-release.
586
aa4a9384
KH
5872009-06-24 Kenichi Handa <handa@m17n.org>
588
fe7a3057 589 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
590 and don't compact the map. This is to prefer the first one in the
591 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
592
09856751
KH
5932009-06-12 Kenichi Handa <handa@m17n.org>
594
595 * charsets/Makefile (JISX213A.map): Make it depend on
596 mapfiles/JISX213A.map.gz.
597 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
598
599 * charsets/mapfiles/JISX213A.map.gz: New file.
600
601 * charsets/mapfiles/README: Describe JISX213A.map.gz.
602
09e47eb5
KH
6032009-06-12 Kenichi Handa <handa@m17n.org>
604
605 * charsets/mapfiles/*: New files.
606
607 * charsets/mule-charsets.el: Mostly re-written to generate all
608 MULE-*.map files.
609
610 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
611 files.
612
613 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
614 EUC-JP-MS.
615
616 * charsets/cp51932.awk (END): Print arch-tag at the tail.
617
618 * charsets/Makefile: Maps depend on files under mapfiles or
619 ${GLIBC_CHARMAPS}.
620
0b4ff5df
KH
6212009-04-21 Kenichi Handa <handa@m17n.org>
622
623 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
624 change.
625
88758986
KH
6262009-04-17 Kenichi Handa <handa@m17n.org>
627
f58e0fd5
SM
628 * unidata/unidata-gen.el (unidata-get-decomposition):
629 Adjust Hangle decomposition rule to Unicode.
88758986 630
0af3fedf
KH
6312009-04-09 Kenichi Handa <handa@m17n.org>
632
f58e0fd5
SM
633 * unidata/unidata-gen.el (unidata-describe-decomposition):
634 Return a string with a composition property to disable combining
0af3fedf
KH
635 characters being composed.
636
e308dcd3 6372009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
638
639 * quick-install-emacs: Be more clever about locating info directory.
640
d9cce206
JB
6412009-02-24 Juanma Barranquero <lekktu@gmail.com>
642
643 * nt/README.W32: Fix typos.
644
3deb93c6
JR
6452009-02-23 Jason Rumney <jasonr@gnu.org>
646
ed9265fc 647 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 648
d9cce206
JB
649 * nt/README.W32: Remove ever expanding versions of Windows.
650 Shorten FAQ URL. Remove mention of obsolete lock directory.
651 Windows distribution now bin and barebin only. Add note about
652 SVG support. Remove old tar and gzip problem workarounds.
653 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
654
655 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
656 undumped distribution no longer exists.
657
e73521d0 6582009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
659
660 * nt/README.W32: Fix typo. (Bug#2207)
661
1b1db3a9
CY
6622009-02-01 Chong Yidong <cyd@stupidchicken.com>
663
664 * admin.el (set-version): Remove deleted file ns-emacs.texi.
665
d90442ce
KH
6662008-12-02 Kenichi Handa <handa@m17n.org>
667
668 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
669 `decomposition' property adjusted.
670 (unidata-split-decomposition): Don't include surrounding "<" and
671 ">" in a symbol name.
672
6732008-12-01 Kenichi Handa <handa@m17n.org>
674
b97439ce
JB
675 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
676 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
677 (unidata-get-numeric, unidata-put-numeric)
678 (unidata-gen-table-numeric): New functions.
679 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
680
983ab7ba
EZ
6812008-11-29 Eli Zaretskii <eliz@gnu.org>
682
683 * notes/documentation: Add notes about Antinews.
684
91236f63
GM
6852008-10-23 Glenn Morris <rgm@gnu.org>
686
687 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
688 Add/tweak some nextstep/ entries.
689
c674e738
KH
6902008-09-19 Kenichi Handa <handa@m17n.org>
691
692 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
693 positions.
694
293a3986
EZ
6952008-08-23 Eli Zaretskii <eliz@gnu.org>
696
697 * CPP-DEFINES: Add USER_FULL_NAME.
698
b7063e7e
JR
6992008-08-16 Jason Rumney <jasonr@gnu.org>
700
d4835507 701 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 702
295b47d8
JB
7032008-08-06 Juanma Barranquero <lekktu@gmail.com>
704
705 * nt/dump.bat: Fix mixed EOLs.
706
14145fa3
AR
7072008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
708
0dcb2845 709 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 710
c3179b06
EZ
7112008-08-02 Eli Zaretskii <eliz@gnu.org>
712
713 * CPP-DEFINES: Add defines for accessing system processes.
714
9e2a2647
DN
7152008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
716
717 * make-tarball.txt:
718 * admin.el:
719 * FOR-RELEASE:
720 * CPP-DEFINES: Remove mentions of Mac Carbon.
721
d3841127
GM
7222008-07-16 Glenn Morris <rgm@gnu.org>
723
724 * admin.el (set-version, set-copyright): Add nextstep/ files.
725
ba60bd44 7262008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 727
0dcb2845 728 * CPP-DEFINES: Add NS port related defines.
edfda783 729
f2d8d275
GM
7302008-06-16 Glenn Morris <rgm@gnu.org>
731
5de85e83
GM
732 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
733 doc/lispref/book-spine.texinfo.
f2d8d275 734
611bee81
GM
7352008-06-15 Glenn Morris <rgm@gnu.org>
736
737 * admin.el (set-version): Add doc/misc/faq.texi.
738
d6710afe
JB
7392008-05-22 Juanma Barranquero <lekktu@gmail.com>
740
741 * FOR-RELEASE: Remove Windows problem about the XPM image library
742 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
743
2e10f11c
JB
7442008-04-15 Juanma Barranquero <lekktu@gmail.com>
745
746 * unidata/UnicodeData.txt: Update to Unicode 5.1.
747
dd7d19d7
JB
7482008-04-14 Juanma Barranquero <lekktu@gmail.com>
749
750 * unidata/unidata-gen.el (unidata-prop-alist):
751 Fix typo in description of `numeric-value'.
752 (unidata-put-character): Fix typo in error message.
753
2cbff44e
GM
7542008-02-21 Glenn Morris <rgm@gnu.org>
755
756 * notes/unicode, notes/font-backend: New files, split off from
757 README.unicode.
758
43bad2da
KH
7592008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
760
761 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 762 being used in latin1-disp.el. Remove the problem of
98723304
KH
763 cp-supported-codepages. Remove the problem of lost changelog for
764 ps-prin1.ps.
43bad2da 765
8a7619ba
EZ
7662008-02-16 Eli Zaretskii <eliz@gnu.org>
767
768 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
769 non-portable in this context.
770
771 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
772 non-portable in this context.
773
f96b6330
EZ
7742008-02-09 Eli Zaretskii <eliz@gnu.org>
775
776 * unidata/makefile.w32-in (lisp): New variable.
777 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
778 lisp/emacs-lisp.
779
56eb72a0
JR
7802008-02-04 Jason Rumney <jasonr@gnu.org>
781
782 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
783
a8fd9158
JB
7842008-02-02 Juanma Barranquero <lekktu@gmail.com>
785
786 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
787
c7e85fc7
EZ
7882008-02-02 Eli Zaretskii <eliz@gnu.org>
789
9aa0b3c8
EZ
790 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
791
bcc891c2 792 * unidata/Makefile.in: Rename from Makefile.
5889232d 793
c7e85fc7
EZ
794 * unidata/makefile.w32-in: New file.
795
db516472
JR
7962008-02-02 Jason Rumney <jasonr@gnu.org>
797
798 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
799
609789d7 8002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 801
aca7a3d2
MB
802 * unidata/copyright.html: New file.
803
609789d7 8042008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
805
806 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
807 decomposition, if T is the same as TBase, don't include it in the
808 returned list.
809
609789d7 8102008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
811
812 * unidata/unidata-gen.el (unidata-text-file): Delete it.
813 (unidata-list): Initialize to nil.
814 (unidata-setup-list): New function.
bcc891c2
GM
815 (unidata-gen-files): New optional arg unidata-text-file.
816 If it's nil, set unidata-text-file to the left command line arg.
817 Call unidate-setup-list at first.
aca7a3d2 818
bcc891c2 819 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
820 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
821
609789d7 8222008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 823
bcc891c2
GM
824 * unidata/unidata-gen.el: Fix comment typo.
825 Change string-to-int to string-to-number.
826 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
827 (unidata-list): Just insert unidata-text-file.
828 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 829 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 830
bcc891c2 831 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
832 (charprop.el): Depends on unidata.txt.
833 (clean): Remove unidata.txt.
834
609789d7 8352008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
836
837 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
838 (unidata-get-name): Handle U+110B.
839
609789d7 8402008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
841
842 Sub-directory `unidata' is for codes to generate charprop.el and
843 many other uni-*.el files from `UnicodeData.txt'.
844
845 * Unidata/README: New file.
846
847 * unidata/Makefile: New file.
848
849 * unidata/unidata-gen.el: New file.
850
851 * unidata/UnicodeData.txt: New file. Copied from
609789d7 852 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
853
854 * unidata/.cvsignore: New file.
855
609789d7 8562008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
857
858 * charsets/.cvsignore: New file.
859
860 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
861
bcc891c2
GM
862 * charsets/Makefile (all): Rename target from charsets.
863 Depend on ${TRANS_TABLE}.
864 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
865 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
866 (install): Copy updated files only.
867
8682008-02-02 Kenichi Handa <handa@m17n.org>
869
bcc891c2 870 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
871
8722008-02-02 Kenichi Handa <handa@m17n.org>
873
874 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
875 0x2299 to 0x29BF.
876
609789d7 8772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
878
879 * charsets/Makefile (TRANS_TABLE): New macro.
880 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 881 (cp51932.el): New target.
aca7a3d2
MB
882 (eucjp-ms.el): New target.
883 (install): Include ${TRANS_TABLE}.
884 (CJK): Include JISX213A.map.
885 (JISX213A.map): New target.
886
887 * charsets/eucjp-ms.awk: New file.
888
889 * charsets/cp51932.awk: New file.
890
609789d7 8912008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
892
893 * charsets/cp932.awk: New file.
894
bcc891c2 895 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
896
897 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
898 running an awk program.
899
609789d7 9002008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
901
902 * charsets/mapconv: Handle UNICODE2.
903
c4cc8b9a 904 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
905 (CP932-2BYTE.map): New target.
906
609789d7 9072008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
908
909 * charsets: New directory for scripts to generate charset map
910 files in ../etc/charsets/.
911
bcc891c2 912 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 913 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 914 * charsets/kuten.awk: New files.
aca7a3d2 915
adf94aa6
GM
9162008-01-08 Glenn Morris <rgm@gnu.org>
917
918 * admin.el (set-version): Add doc/man/emacs.1.
919
f3041af1
DN
9202008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * notes/copyright:
923 * MAINTAINERS: Remove references to files that have been removed.
924
a70c9a7a
GM
9252008-01-04 Glenn Morris <rgm@gnu.org>
926
927 * admin.el (set-copyright): Add lib-src/ebrowse.c.
928
aa5fea59
SM
9292007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
930
931 * CPP-DEFINES: New file.
932
f8747b72
RS
9332007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
934
935 * FOR-RELEASE: Remove "window-system in face definition" [of
936 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
937 on gnus-dired.el.
938
24bbe01e
GM
9392007-12-05 Glenn Morris <rgm@gnu.org>
940
941 * admin.el (set-version): Handle configure.in. Adapt for doc/
942 directory layout for manuals.
943
0073bc5d
RS
9442007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
945
630cb3b7
JB
946 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
947 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 948
1453abd0
GM
9492007-11-17 Glenn Morris <rgm@gnu.org>
950
951 * admin.el (process-lines): Move to ../lisp/subr.el.
952
ca076674
GM
9532007-10-23 Glenn Morris <rgm@gnu.org>
954
955 * MAINTAINERS: Move here from ../.
956
943756ea
JB
9572007-10-17 Juanma Barranquero <lekktu@gmail.com>
958
959 * make-emacs: Doc fix.
960
bab9fcb4
GM
9612007-08-28 Glenn Morris <rgm@gnu.org>
962
963 * admin.el: Provide self.
964
880820fe 9652007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 966
d58ee9f1 967 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 968
cacc7b51
GM
9692007-07-25 Glenn Morris <rgm@gnu.org>
970
971 * Relicense all FSF files to GPLv3 or later.
972
bfcea090
GM
9732007-06-07 Glenn Morris <rgm@gnu.org>
974
975 * admin.el (set-copyright): New function.
976
017f0417
NR
9772007-04-25 Nick Roberts <nickrob@snap.net.nz>
978
979 * make-tarball.txt: Add note about cutting the branch.
980
537a062f
CY
9812007-06-02 Chong Yidong <cyd@stupidchicken.com>
982
983 * Version 22.1 released.
984
77083ca3
EZ
9852007-02-03 Eli Zaretskii <eliz@gnu.org>
986
987 * nt/makedist.bat: Change EOL format to DOS. Don't use
988 redirection characters in REM lines.
989
880820fe 9902007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
991
992 * FOR-RELEASE: Removed Gtk/Xft issue.
993
1fc8c92b
MB
9942007-01-01 Miles Bader <miles@gnu.org>
995
996 * quick-install-emacs (get_config_var): Deal with weird magic
997 string inserted by recent versions of autoconf.
998
7dce1990
JB
9992006-11-25 Juanma Barranquero <lekktu@gmail.com>
1000
1001 * admin.el (set-version): Set version number in
1002 lib-src/makefile.w32-in.
1003
dc3d1157
RS
10042006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1005
1006 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1007 due to a local miss-configuration.
1008
08c85160
CY
10092006-10-28 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * make-announcement (OLD): Remove LEIM references in announcement
1012 since it is now built-in.
1013
d0834a5c
YM
10142006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1015
1016 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1017
151fe029
KH
10182006-10-03 Kenichi Handa <handa@m17n.org>
1019
1020 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1021
e71cb549
CY
10222006-08-13 Chong Yidong <cyd@stupidchicken.com>
1023
1024 * FOR-RELEASE: Elisp manual checking completed.
1025
6232e72d
RS
10262006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1027
1028 * FOR-RELEASE: Update refcard section.
1029
8a8476f9
KS
10302006-07-14 Kim F. Storm <storm@cua.dk>
1031
1032 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1033
1eca02e7
KS
10342006-07-09 Kim F. Storm <storm@cua.dk>
1035
1036 * README: Use outline format. Add FOR-RELEASE.
1037
7fa61471
CY
10382006-06-27 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * FOR-RELEASE: Checking of info.texi done.
1041
8361675a
RS
10422006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1043
1044 * FOR-RELEASE: Update refcard section.
1045
3f168e29
RS
10462006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1047
1048 * FOR-RELEASE: Update refcard section.
1049
f195dc16
CY
10502006-05-25 Chong Yidong <cyd@stupidchicken.com>
1051
1052 * FOR-RELEASE: Key sequence elisp node done.
1053
49561a36
RS
10542006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1055
1056 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1057
6fedb9f9
CY
10582006-05-21 Chong Yidong <cyd@mit.edu>
1059
1060 * FOR-RELEASE: point-entered /point-left bug fixed.
1061
61515a63
EZ
10622006-05-12 Eli Zaretskii <eliz@gnu.org>
1063
1064 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1065 entry.
1066
4297ece2
BW
10672006-05-06 Bill Wohler <wohler@newt.com>
1068
1069 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1070 about it.
1071
4bbe413d 10722006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1073
4bbe413d 1074 * ./* (Copyright): Updated Copyright year(s).
49561a36 1075
6b82baf6
RS
10762006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1077
1078 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1079
49af2995
KS
10802006-02-20 Kim F. Storm <storm@cua.dk>
1081
1082 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1083 Rework how fringe bitmaps are defined and used.
e4920bc9 1084 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1085 one-level representation. It would be cleaner to split the
1086 representation into a two-level model where first level maps
1087 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1088 a bitmap appearance.
49af2995 1089
d5e87a2f
CY
10902006-01-27 Chong Yidong <cyd@stupidchicken.com>
1091
8a8476f9 1092 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1093
9c43c921
BW
10942005-12-13 Bill Wohler <wohler@newt.com>
1095
1096 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1097
6ed81b24
RS
10982005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1099
c95dddbe
RS
1100 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1101 completing-read-multiple, mail-extract-address-components,
1102 mail-mode, quail-define-package, save-buffer and
1103 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1104
2950d850
CY
11052005-11-28 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1108
ab4d879e
KS
11092005-11-11 Kim F. Storm <storm@cua.dk>
1110
1111 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1112 when displaying a non-breaking space in an overlay string.
1113
932dc33b
CY
11142005-10-30 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * FOR-RELEASE: Init file change implemented.
1117
c809f7cc
CY
11182005-10-27 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1121
4754e179 11222005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1123
1124 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1125 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1126
ffda926c
BW
11272005-10-17 Bill Wohler <wohler@newt.com>
1128
f58e0fd5 1129 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1130 since it's gone. Also marked mh-e as done.
ffda926c 1131
2d4713aa
JB
11322005-10-11 Juanma Barranquero <lekktu@gmail.com>
1133
1134 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1135 libraries on Windows (Done).
1136
95f76284
JR
11372005-10-01 Jason Rumney <jasonr@gnu.org>
1138
1139 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1140
52f277bf
RF
11412005-08-31 Romain Francoise <romain@orebokech.com>
1142
630cb3b7 1143 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1144 item (Done).
1145
c0eb0519
RF
11462005-08-27 Romain Francoise <romain@orebokech.com>
1147
1148 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1149
385ee3de 11502005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1151
1152 Update FSF's address in GPL notices.
1153
257914aa
LK
11542005-06-10 Lute Kamstra <lute@gnu.org>
1155
1156 * admin.el (set-version): Set version in lisp manual too.
1157 * make-tarball.txt: Commit lispref/elisp.texi too.
1158
a4e51a7a
RS
11592005-06-04 Richard M. Stallman <rms@gnu.org>
1160
1161 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1162 Other cleanups.
1163
834671a6
LK
11642005-04-19 Lute Kamstra <lute@gnu.org>
1165
1166 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1167
54381691
LK
11682005-04-14 Lute Kamstra <lute@gnu.org>
1169
118e2c39
LK
1170 * nt/makedist.bat (elfiles): Update.
1171
54381691
LK
1172 * admin.el (add-release-logs): Fix require call.
1173
0b048d52
MT
11742005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1175
f58e0fd5 1176 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1177 The first line of every tutorial must begin with a sentence saying
1178 "Emacs Tutorial" in the respective language. This should be
1179 followed by "See end for copying conditions", likewise in the
1180 respective language.
0b048d52 1181
18cd5892
LT
11822005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1183
1184 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1185 Add `undo-ask-before-discard' to it.
1186
9a1c5fbf
MB
11872005-03-02 Miles Bader <miles@gnu.org>
1188
1189 * quick-install-emacs: Only use the mkdir --verbose option if the
1190 script's --verbose option was specified (this avoids problems with
1191 default usage on systems where mkdir doesn't support that option).
1192
e25c1ca6
JR
11932005-02-15 Jason Rumney <jasonr@gnu.org>
1194
fffa137c 1195 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1196 tar --exclude.
1197
880820fe 11982004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1199
1200 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1201
6622d928
LT
12022004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1203
1204 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1205 Elisp manuals.
1206
d574552a
LT
12072004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1208
1209 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1210 Emacs and Elisp manuals.
d574552a 1211
0a5e5be0
KS
12122004-09-11 Kim F. Storm <storm@cua.dk>
1213
1214 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1215 (Documentation): Add NEWS entry.
1216 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1217
2661eae9
KS
12182004-08-29 Kim F. Storm <storm@cua.dk>
1219
1220 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1221
880820fe 12222004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1223
c4cc8b9a 1224 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1225 (now behaves as well as other ports).
1226
880820fe 12272004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1228
2661eae9 1229 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1230
44618f20 12312004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1232
1233 * FOR-RELEASE: Moved here from the etc directory.
1234
db281452
TTN
12352004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1236
1237 * notes/BRANCH: New file, to be maintained per CVS branch.
1238
feebeb72
MB
12392003-10-01 Miles Bader <miles@gnu.org>
1240
1241 * quick-install-emacs: Don't use "function" keyword when defining
1242 shell functions.
1243
44618f20
LK
12442003-09-29 Lute Kamstra <lute@gnu.org>
1245
1246 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1247
e04e1ce2
MB
12482003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1249
1250 * quick-install-emacs: Remove fns-* pruning, since that file no
1251 longer seems to be generated.
1252 (AVOID): Quote literal periods. Quote braces in a way acceptable
1253 to all parties (gawk gets bitchy about using `\').
1254
6cce52e8
MB
12552003-08-19 Miles Bader <miles@gnu.org>
1256
1257 * quick-install-emacs: Add arch-specific ignored files to
1258 quick-install-emacs. Use quoting for periods that's acceptable
1259 to recent versions of gawk.
1260
13582d53
MR
12612003-08-11 Markus Rost <rost@math.ohio-state.edu>
1262
1263 * cus-test.el: Remove obsolete workaround.
1264
e53925a5
AI
12652003-04-22 Andrew Innes <andrewi@gnu.org>
1266
1267 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1268 emacs.exe before zipping, and including batch file to recreate
1269 after unpacking.
1270
1271 * nt/stitch.bat: New file.
1272
1273 * nt/README-ftp-server: Update wording and version number etc.
1274 Add extra instructions for installing multi-file .zip
1275 distribution.
1276
1277 * nt/README.W32: Remove personal email address and update wording.
1278
1279 * nt/README-UNDUMP.W32: Remove personal email address and update
1280 wording.
1281
880820fe 12822003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1283
1284 * make-changelog-diff: New script, code stolen from make-announcement.
1285
1286 * make-announcement: Use make-changelog-diff.
1287
880820fe 12882003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1289
1290 * make-tarball.txt: Step-by-step instructions for making a tarball.
1291
10d1d0af 1292 * make-announcement: A script for creating pretest announcements.
163c6f1c 1293
880820fe 12942003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1295
1296 * admin.el (add-release-logs): Expand the directory name before
1297 calling find(1).
1298 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1299 the date and the user's name and address.
33b97f32 1300
7b997a97
MB
13012003-01-07 Miles Bader <miles@gnu.org>
1302
1303 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1304 command output from non-C locales.
1305
6c465a15 13062002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1307
3bc08206 1308 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1309 which can be run in batch mode. See the Commentary section.
bd08d86a 1310
5ce129c2
MR
13112002-10-08 Markus Rost <rost@math.ohio-state.edu>
1312
1313 * cus-test.el: New file.
1314
14dd2fe9
MB
13152002-05-27 Miles Bader <miles@gnu.org>
1316
1317 * quick-install-emacs (VERSION): Calculate using the same method
1318 that configure.in uses.
1319
880820fe 13202002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1321
1322 * emacs-pretesters: New file with information for Emacs
1323 pretesters.
1324
b9a07996
PE
13252002-03-22 Paul Eggert <eggert@twinsun.com>
1326
1327 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1328 POSIX 1003.1-2001 disallows both usages.
1329
38b81d74
AI
13302002-02-11 Andrew Innes <andrewi@gnu.org>
1331
1332 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1333
72a68345
AI
13342002-01-24 Andrew Innes <andrewi@gnu.org>
1335
1336 * nt/README.W32: Remove unnecessary version number and date
1337 references.
1338
1339 * nt/README-UNDUMP.W32: Ditto.
1340
ebbaf4e3
GM
13412001-12-06 Gerd Moellmann <gerd@gnu.org>
1342
1343 * make-emacs: Add --trace-move.
1344
461a1459
AI
13452001-10-23 Andrew Innes <andrewi@gnu.org>
1346
1347 * nt/makedist.bat: Remove remaining obsolete reference to
1348 GETTING.GNU.SOFTWARE.
1349
26fe1f92
GM
13502001-10-22 Gerd Moellmann <gerd@gnu.org>
1351
1352 * admin.el (set-version): Use `s' interactive spec for
1353 version number.
1354
71431a0e
GM
13552001-10-20 Gerd Moellmann <gerd@gnu.org>
1356
6aa97356 1357 * (Version 21.1 released.)
71431a0e 1358
e568708b
GM
13592001-10-20 Gerd Moellmann <gerd@gnu.org>
1360
1361 * admin.el (add-release-logs): Put the log entry in lispref, too.
1362
c5915370
MB
13632001-10-20 Miles Bader <miles@gnu.org>
1364
1365 * quick-install-emacs: Exit if we can't find some variable.
1366 (AVOID): Add .orig & .rej files.
1367 (get_config_var): Be more liberal about format of config.status
1368 sed commands.
1369
5a4a5bd4
GM
13702001-10-19 Gerd Moellmann <gerd@gnu.org>
1371
74499542
GM
1372 * admin.el: New file.
1373
5a4a5bd4
GM
1374 * build-configs: Add --help option. Add support for building
1375 in arbitrary source trees.
1376
09954f3b
GM
13772001-10-17 Gerd Moellmann <gerd@gnu.org>
1378
1379 * alloc-colors.c: New file.
1380
f2164e31
GM
13812001-10-13 Gerd Moellmann <gerd@gnu.org>
1382
1383 * make-emacs: Add --boot switch for bootstrapping. Logs to
1384 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1385
ab952a4f
GM
13862001-10-05 Gerd Moellmann <gerd@gnu.org>
1387
1388 * Branch for 21.1.
6c465a15 1389
f537c3cd
EZ
13902001-09-04 Andrew Innes <andrewi@gnu.org>
1391
1392 * admin/nt/makedist.bat: Remove reference to obsolete file
1393 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1394 version of tar used.
1395
1396;; Local Variables:
880820fe 1397;; coding: utf-8
f537c3cd 1398;; End:
2a34a036 1399
6116bd7e 1400 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1401
1402 This file is part of GNU Emacs.
1403
9ad5de0c 1404 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1405 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1406 the Free Software Foundation, either version 3 of the License, or
1407 (at your option) any later version.
5b87ad55
GM
1408
1409 GNU Emacs is distributed in the hope that it will be useful,
1410 but WITHOUT ANY WARRANTY; without even the implied warranty of
1411 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1412 GNU General Public License for more details.
1413
1414 You should have received a copy of the GNU General Public License
9ad5de0c 1415 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.