* lisp/emacs-lisp/edebug.el: Use lexical-binding.
[bpt/emacs.git] / admin / ChangeLog
CommitLineData
c990426a
PE
12012-09-11 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify, document, and port floating-point (Bug#12381).
4 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
5
f6196b87
PE
62012-09-09 Paul Eggert <eggert@cs.ucla.edu>
7
8 Assume C89 or later for math functions (Bug#12381).
9 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
10 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
11
1088b922
PE
122012-09-04 Paul Eggert <eggert@cs.ucla.edu>
13
14 Simplify redefinition of 'abort' (Bug#12316).
15 * CPP-DEFINES (NO_ABORT): Remove.
16
a3f90bea
GM
172012-08-28 Glenn Morris <rgm@gnu.org>
18
19 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
20
01e0f0f5
AS
212012-08-28 Andreas Schwab <schwab@linux-m68k.org>
22
23 * charsets/mule-charsets.el (header): Fix typo.
24
f4a681b0
PE
252012-08-24 Paul Eggert <eggert@cs.ucla.edu>
26
27 On assertion failure, print backtrace if available.
28 * merge-gnulib (GNULIB_MODULES): Add execinfo.
29
620f13b0
PE
302012-08-16 Paul Eggert <eggert@cs.ucla.edu>
31
32 Use ASCII tests for character types.
33 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
34 new direct dependency; c-ctype was already being used indirectly
35 via other gnulib modules.
36
f5d9e83a
PE
372012-08-14 Paul Eggert <eggert@cs.ucla.edu>
38
39 Use bool for Emacs Lisp booleans.
40 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
41 new direct dependency; stdbool was already being used indirectly
42 via other gnulib modules.
43
9ff9402d 442012-08-11 Glenn Morris <rgm@gnu.org>
23c726f6
GM
45
46 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
47
c644523b
DA
482012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
49
50 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
51
13294f95
PE
522012-08-02 Paul Eggert <eggert@cs.ucla.edu>
53
54 Port to Solaris 8.
55 * CPP-DEFINES (WRETCODE): Remove.
56
d8a05828
DA
572012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
58
59 * coccinelle/overlay.cocci: Semantic patch to replace direct
60 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
61
8271d590
DA
622012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
63
64 * coccinelle/symbol.cocci: Semantic patch to replace direct
65 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
66
3193acd2
DA
672012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
68
69 * coccinelle/process.cocci: Semantic patch to replace direct
70 access to Lisp_Object members of struct Lisp_Process to PVAR.
71
3a45383a
DA
722012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
73
74 * coccinelle/window.cocci: Semantic patch to replace direct
75 access to Lisp_Object members of struct window to WVAR.
76
e34f7f79
DA
772012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
78
79 * coccinelle/frame.cocci: Semantic patch to replace direct
80 access to Lisp_Object members of struct frame to FVAR.
81
e32a5799
PE
822012-07-28 Paul Eggert <eggert@cs.ucla.edu>
83
84 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
85 * merge-gnulib: Add environ, stdalign.
86
d7ea76b4
DA
872012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
88
89 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
90 make_unibyte_string to build_unibyte_string where appropriate.
91
4dc7c8d5 922012-07-17 Eli Zaretskii <eliz@gnu.org>
fbf31a9c
EZ
93
94 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
95
4dc7c8d5 962012-07-17 Chong Yidong <cyd@gnu.org>
94f0aa34
CY
97
98 * Version 24.1 released.
d7ea76b4 99
5ebbef1d
PE
1002012-07-11 Paul Eggert <eggert@cs.ucla.edu>
101
bb352260
PE
102 Assume mkdir, perror, rename, rmdir, strerror.
103 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
104 (HAVE_STRERROR, strerror):
57054ddd 105 Remove.
5ebbef1d 106
7d7bbefd
DA
1072012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
108
109 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
110 to XCDR and consistently use CONSP in the list iteration loops.
111 * coccinelle/vector_contents.cocci: Fix indentation.
112
f58e0fd5
SM
1132012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * bzrmerge.el: Use cl-lib.
116
c4444d16
PE
1172012-07-09 Paul Eggert <eggert@cs.ucla.edu>
118
119 Rename configure.in to configure.ac (Bug#11603).
120 * admin.el (set-version):
121 * quick-install-emacs (VERSION):
122 Get version number from configure.ac, not configure.in.
123
fee5959d
PE
1242012-07-06 Paul Eggert <eggert@cs.ucla.edu>
125
126 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
127 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
128
23f86fce
DA
1292012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
130
131 * coccinelle/xzalloc.cocci: Semantic patch to convert
132 calls to xmalloc with following memset to xzalloc.
133
95f61aa2
JB
1342012-07-04 Juanma Barranquero <lekktu@gmail.com>
135
136 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
137
1130ecfc
DA
1382012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
139
140 * coccinelle/build_string.cocci: Semantic patch
141 to convert from make_string to build_string.
142
3c9359df
DA
1432012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
144
145 First Coccinelle semantic patch.
146 * coccinelle: New subdirectory
147 * coccinelle/README: Documentation stub.
148 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
f58e0fd5
SM
149 access to `contents' member of Lisp_Vector objects with AREF and ASET
150 where appropriate.
3c9359df 151
d35af63c
PE
1522012-06-22 Paul Eggert <eggert@cs.ucla.edu>
153
154 Support higher-resolution time stamps (Bug#9000).
155 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
156 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
157 timespec-sub, utimens.
158 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
159 This trims down the gnulib import, from the very latest gnulib.
160 Emacs does its own implementation of 'select' and 'sigprocmask'
161 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
162 hosts, so it doesn't need these modules.
163 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
164 these gnulib modules are only for Windows porting and Emacs ports
165 to Windows in a different way.
166
646b5f55
AS
1672012-06-13 Andreas Schwab <schwab@linux-m68k.org>
168
f58e0fd5
SM
169 * make-emacs: Rename --union-type to --check-lisp-type.
170 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
171 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
646b5f55
AS
172 USE_LISP_UNION_TYPE.
173
418cd726
GM
1742012-06-03 Glenn Morris <rgm@gnu.org>
175
176 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
177
501390c5
PE
1782012-06-01 Paul Eggert <eggert@cs.ucla.edu>
179
180 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
181 * make-tarball.txt: Don't worry about maintainer mode.
182
0e7a053e
PE
1832012-05-28 Paul Eggert <eggert@cs.ucla.edu>
184
185 * CPP-DEFINES: Remove HAVE_SYSINFO.
186
50c4645e
PE
1872012-05-27 Paul Eggert <eggert@cs.ucla.edu>
188
189 Assume gnulib does largefile.
190 * merge-gnulib (GNULIB_MODULES): Add largefile.
191
34374650
PE
1922012-05-22 Paul Eggert <eggert@cs.ucla.edu>
193
194 Remove src/m/*.
195 * CPP-DEFINES: Do not mention src/m/*.h.
196 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
197 (BITS_PER_SHORT, BITS_PER_INT): Remove.
198 * MAINTAINERS: Remove src/m/.
199
9b4ee616
PE
2002012-05-21 Paul Eggert <eggert@cs.ucla.edu>
201
fb77d37e
PE
202 Use full name for m4/gnulib-comp.m4. (Bug#11529)
203 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
204
261cb4bb
PE
205 Assume C89 or later.
206 * CPP-DEFINES: Remove NULL, const.
207
9b4ee616
PE
208 Make merging from gnulib a script, not a makefile action.
209 * merge-gnulib: New script, with actions moved here from
210 ../Makefile.in.
211
003fdae2
PE
2122012-05-19 Paul Eggert <eggert@cs.ucla.edu>
213
9232a6d9
PE
214 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
215
003fdae2
PE
216 * CPP-DEFINES (HAVE_FTIME): Remove.
217
6116bd7e
GM
2182012-05-02 Glenn Morris <rgm@gnu.org>
219
220 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
221
a9f72fc1
GM
2222012-04-10 Glenn Morris <rgm@gnu.org>
223
c9279dad
GM
224 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
225
a9f72fc1
GM
226 * unidata/Makefile.in: Add FSF copyright.
227 Make it use autoconf features, and work for out-of-tree builds.
228
b142f158
EZ
2292012-04-07 Eli Zaretskii <eliz@gnu.org>
230
231 * unidata/README:
232 * unidata/copyright.html:
233 * unidata/BidiMirroring.txt:
234 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
235 the Unicode Standard.
236
c406be43
KH
2372012-02-16 Kenichi Handa <handa@m17n.org>
238
239 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
240 values of name and old-name to nil.
241 (unidata-get-name): Return nil for the default value.
242
58474503
GM
2432012-02-11 Glenn Morris <rgm@gnu.org>
244
245 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
246 (cusver-check): New functions.
247
54de86ac
GM
2482012-01-19 Glenn Morris <rgm@gnu.org>
249
250 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
251 "skip?" question, since there can be multiple such for any revision.
252
0dc18ae0
EZ
2532012-01-14 Eli Zaretskii <eliz@gnu.org>
254
255 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
256 updated and checked.
257
509c74bd
AS
2582011-11-26 Andreas Schwab <schwab@linux-m68k.org>
259
303d001f
AS
260 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
261 Avoid warning about old-style backquote.
262
509c74bd
AS
263 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
264 in regexp.
265 (wisent-make-parsers): Likewise. Quote `.'.
266
267 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
268 in regexp.
269 (bovine-make-parsers): Likewise. Quote `.'.
270
d5ff9cd0
AS
2712011-11-20 Andreas Schwab <schwab@linux-m68k.org>
272
273 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
274
7877f373
JB
2752011-11-16 Juanma Barranquero <lekktu@gmail.com>
276
277 * admin.el (manual-dvi): Fix typo.
278
b018182c
EZ
2792011-11-15 Eli Zaretskii <eliz@gnu.org>
280
7877f373 281 * nt/README-ftp-server: Update the information about PNG libraries.
b018182c 282
c7015153
JB
2832011-11-15 Juanma Barranquero <lekktu@gmail.com>
284
285 * make-emacs: Fix typo.
286
d31d07be
JB
2872011-11-07 Juanma Barranquero <lekktu@gmail.com>
288
289 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
290
72b8747b
DE
2912011-10-31 David Engster <deng@randomsample.de>
292
293 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
294
8cedc5ac
EZ
2952011-10-28 Eli Zaretskii <eliz@gnu.org>
296
297 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
298 running Emacs on Windows 9X.
299
a0c64452
CY
3002011-09-26 Chong Yidong <cyd@stupidchicken.com>
301
302 * admin.el (set-version): Fix regexps for config.nt and
303 sed2v2.inp.
304
e39b275c 3052011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 306
abec06ff 307 Merge from gnulib (Bug#9169).
24e0f6b1
PE
308 * notes/copyright: The files compile, config.guess, config.sub,
309 depcomp, install-sh, missing, and move-if-change are now in the
310 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
311 and warn-on-use.h are now in build-aux/snippets. New file
312 build-aux/snippets/_Noreturn.h.
313
bca633fb
EZ
3142011-08-23 Eli Zaretskii <eliz@gnu.org>
315
316 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
317 values of bidi-class according to DerivedBidiClass.txt from the
318 latest UCD.
319
0902a04e
KH
3202011-08-23 Kenichi Handa <handa@m17n.org>
321
322 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
323 values for name, general-category, canonical-combining-class,
324 mirrored, and bidi-class. Describe the meaning of value nil for
325 decimal-digit-value, digit-value, numeric-value, uppercase,
326 lowercase, titlecase, and mirroring.
327 (unidata-gen-table): Handle the case that default-value is a
328 list. Set default values of characters not listed in a table.
329 (unidata-get-name): Return an empty string if a value in a
330 char-table is nil.
331 (unidata-get-decomposition): Return a list of character itself if
332 a value in a char-table is nil.
333
474a8465
EZ
3342011-08-15 Eli Zaretskii <eliz@gnu.org>
335
336 * unidata/bidimirror.awk: File removed.
337
338 * unidata/biditype.awk: File removed.
339
340 * unidata/makefile.w32-in (all): Remove src/biditype.h and
341 src/bidimirror.h.
f58e0fd5 342 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465
EZ
343
344 * unidata/Makefile.in (all): Remove src/biditype.h and
345 src/bidimirror.h.
f58e0fd5 346 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
474a8465 347
a5b436df
JB
3482011-07-07 Juanma Barranquero <lekktu@gmail.com>
349
350 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
351 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
352
c805dec0
KH
3532011-07-06 Kenichi Handa <handa@m17n.org>
354
355 * unidata/unidata-gen.el (unidata-dir): New variable.
356 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
f58e0fd5
SM
357 (unidata-prop-alist): INDEX element may be a function.
358 New optional element VAL-LIST (for general-category and bidi-class).
c805dec0
KH
359 New entry `mirroring'.
360 (unidata-prop-default, unidata-prop-val-list): New subst.
361 (unidata-get-character, unidata-put-character): Delete them.
362 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
363 above changes.
364 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
365 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
366 Delete them.
367 (unidata-encode-val): Assume that the first element of VAL-LIST is
368 a cons (nil . 0).
369 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
370 Always store the encoded value.
371 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
372 Set the 1st and the 2nd extra slots to index numbers for C
373 functions.
374 (unidata-gen-table-integer): Likewise.
375 (unidata-gen-table-numeric): Likewise.
376 (unidata-gen-table-name): New arg IGNORE.
377 (unidata-gen-table-decomposition): Likewise.
378 (unidata-describe-general-category): Add the case nil to the
379 description alist.
a5b436df 380 (unidata-gen-mirroring-list): New function.
c805dec0
KH
381 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
382 unidata-prop-alist. Handle the case of storing multiple
383 char-tables in a file.
384
385 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
386 unidata-gen-files.
387
2a35386d
GM
3882011-05-21 Glenn Morris <rgm@gnu.org>
389
390 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
391
33383987
JB
3922011-03-07 Chong Yidong <cyd@stupidchicken.com>
393
394 * Version 23.3 released.
395
cce7d530 3962011-02-23 Juanma Barranquero <lekktu@gmail.com>
31fdb544
JB
397
398 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
399
9d9d12cd
EZ
4002011-02-19 Eli Zaretskii <eliz@gnu.org>
401
402 * admin.el (set-version): Add msdos/sed2v2.inp.
403
1f5d53eb
PE
4042011-02-16 Paul Eggert <eggert@cs.ucla.edu>
405
406 Remove no-longer needed getloadavg symbols.
407 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
408 (LDAV_SYMBOL): Remove.
409
7b24e97a
GM
4102011-02-12 Glenn Morris <rgm@gnu.org>
411
412 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
413
4d881c83
GM
4142011-02-05 Glenn Morris <rgm@gnu.org>
415
416 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
417 (bzrmerge-apply): Use it.
418 (bzrmerge): Kill any old warning buffer first.
419
f6041baa
GM
4202011-02-03 Glenn Morris <rgm@gnu.org>
421
422 * bzrmerge.el (bzrmerge-buffer): New constant.
423 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
424 (bzrmerge-missing): If nothing to do, return nil not (nil).
425 (bzrmerge-apply): Remove odd character from message.
426 (bzrmerge): Give status messages.
427
70b0d280
EZ
4282011-01-31 Eli Zaretskii <eliz@gnu.org>
429
f6041baa
GM
430 * admin.el (set-version): Remove lib-src/makefile.w32-in.
431 Add nt/config.nt.
70b0d280 432
16fab143
PE
4332011-01-31 Paul Eggert <eggert@cs.ucla.edu>
434
435 src/emacs.c now gets version number from configure.in
436 * admin.el (set-version): Don't update src/emacs.c.
437 * quick-install-emacs (VERSION): Get it from configure.in, not from
438 src/emacs.c.
439
16c3e636
PE
4402011-01-30 Paul Eggert <eggert@cs.ucla.edu>
441
442 strftime: import from gnulib
443 * notes/copyright: strftime.c moved from src to lib.
444
d0cb8662
GM
4452011-01-25 Glenn Morris <rgm@gnu.org>
446
447 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
448 (bzrmerge-missing): Use it.
449
d6100f3d
PE
4502011-01-19 Paul Eggert <eggert@cs.ucla.edu>
451
452 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
453 rather than doing rm and autoconf by hand. See
454 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
455
9092d186
PE
4562011-01-17 Paul Eggert <eggert@cs.ucla.edu>
457
458 * notes/bzr (Installing changes from gnulib): New section.
459 Need for this suggested by Stefan Monnier.
460
41f44310
SM
4612011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
464 an inconsistent state.
465
a3e44e79 4662011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e8c53d3a
PE
467
468 Update copyright notes to match recent gnulib-related changes.
469 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
470 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
471 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
472 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
473 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
474 subsumed by m4/*.m4 rule). config.guess, config.sub, and
475 doc/man/texinfo.tex are now copied in from gnulib.
476
6fffc900
GM
4772011-01-15 Glenn Morris <rgm@gnu.org>
478
2153c862 479 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
623717b7 480
6fffc900
GM
481 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
482 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
483
77ab81d0 4842011-01-14 Glenn Morris <rgm@gnu.org>
287d4c2c
GM
485
486 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
487
1851cac3
GM
4882011-01-14 Glenn Morris <rgm@gnu.org>
489
490 * bzrmerge.el: Require cl when compiling.
491 (bzrmerge-merges): Doc fix.
492
2b3f5bc8
PE
4932011-01-07 Paul Eggert <eggert@cs.ucla.edu>
494
495 * notes/copyright: There's only one install-sh, not two, so fix a
496 typo claiming that there's two. Add move-if-change to the list of
497 GPL files imported from gnulib.
498
4992011-01-07 Paul Eggert <eggert@cs.ucla.edu>
dfa36fa1
PE
500
501 * notes/copyright: Report status more accurately for non-GPL files.
502 Report copyright status more accurately for mkinstalldirs,
503 configure, m4/getopt.m4, and msdos/sed*.inp.
504
7c420169 5052011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984
EZ
506
507 * nt/README.W32: Update the information about PNG support libraries.
508 (Bug#7716)
509
9ebea0e7
SM
5102010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * bzrmerge.el: New file to help merge branches while skipping
513 some revisions (e.g. from emacs-23 to trunk).
514
201ef780
AS
5152010-12-03 Andreas Schwab <schwab@linux-m68k.org>
516
517 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
518
16a0af11
GM
5192010-10-12 Glenn Morris <rgm@gnu.org>
520
521 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
522
f4f358f1
GM
5232010-10-09 Glenn Morris <rgm@gnu.org>
524
525 * admin.el (set-version): Add doc/emacs/emacsver.texi.
526
3fb78d1f
GM
5272010-10-09 Glenn Morris <rgm@gnu.org>
528
f7a31f11
GM
529 * admin.el (set-version): No need to act on doc/ files any more.
530
3fb78d1f
GM
531 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
532
733946e7
JB
5332010-09-05 Juanma Barranquero <lekktu@gmail.com>
534
535 * unidata/BidiMirroring.txt: Update from
536 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
537
538 * unidata/UnicodeData.txt: Update from
539 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
540
671d409f
AS
5412010-08-09 Andreas Schwab <schwab@linux-m68k.org>
542
543 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
544
29cf3e20
EZ
5452010-08-05 Eli Zaretskii <eliz@gnu.org>
546
547 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
548
e3aef5c6
CS
5492010-07-24 Christoph Scholtes <cschol2112@gmail.com>
550
551 * admin.el: Write version number to nt/makefile.w32-in.
552 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
553 in the nt/ directory.
554 * nt/README.W32: Relocate to nt/ directory.
555
8966b757
AS
5562010-07-11 Andreas Schwab <schwab@linux-m68k.org>
557
558 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
559
71c44c04
EZ
5602010-07-08 Eli Zaretskii <eliz@gnu.org>
561
562 * MAINTAINERS: Update my responsibilities.
563
72af86bd
AS
5642010-07-07 Andreas Schwab <schwab@linux-m68k.org>
565
566 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
567 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
568 Remove.
569
317fbf33
EZ
5702010-06-12 Eli Zaretskii <eliz@gnu.org>
571
cbc4fd20
EZ
572 * unidata/bidimirror.awk: New file.
573
574 * unidata/BidiMirroring.txt: New file from
575 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
576
a5b436df 577 * unidata/Makefile.in (../../src/bidimirror.h): New target.
cbc4fd20
EZ
578 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
579
580 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
581 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
582
317fbf33
EZ
583 * unidata/biditype.awk: New file.
584
585 * unidata/Makefile.in (../../src/biditype.h): New target.
586
587 * unidata/makefile.w32-in (../../src/biditype.h): New target.
588
bf3e70eb
JB
5892010-06-09 Juanma Barranquero <lekktu@gmail.com>
590
591 * unidata/UnicodeData.txt: Update from
592 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
593
81ac4f35
GM
5942010-05-27 Glenn Morris <rgm@gnu.org>
595
596 * quick-install-emacs (AVOID): No more Makefile.c files.
597
598 * notes/cpp: Remove file.
599
e45b9e19
KR
6002010-05-15 Ken Raeburn <raeburn@raeburn.org>
601
602 * admin.el (set-version, set-copyright): Update emacs.c instead of
603 version.el.
604
605 * make-tarball.txt: Update filename list in step 6.
606
607 * quick-install-emacs: Scan emacs.c instead of version.el for
608 version string.
609
61a808e8
CY
6102010-05-07 Chong Yidong <cyd@stupidchicken.com>
611
612 * Version 23.2 released.
613
796bb936
EZ
6142010-04-01 Eli Zaretskii <eliz@gnu.org>
615
52f4d8d5 616 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
796bb936 617
288f9fc0
CY
6182010-03-10 Chong Yidong <cyd@stupidchicken.com>
619
620 * Branch for 23.2.
621
f758ab59
MB
6222010-03-10 Miles Bader <miles@gnu.org>
623
61c26472
MB
624 * quick-install-emacs: Use more portable shell syntax.
625
a5b436df 626 * quick-install-emacs (AVOID): Be more picky about files we avoid
f758ab59
MB
627 installing.
628
296271c0
JB
6292010-02-14 Juanma Barranquero <lekktu@gmail.com>
630
631 * quick-install-emacs (PRUNED): Fix typo in message.
632
79c08ece
GM
6332010-01-20 Glenn Morris <rgm@gnu.org>
634
635 * revdiff: Remove file that only works with CVS, and isn't really
636 needed with Bazaar (given the in-built revision options of bzr diff).
637
893db5bc
GM
6382010-01-12 Glenn Morris <rgm@gnu.org>
639
640 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
641 than emacs-pretest-bug for bug reports for development versions.
642
149353a4
KH
6432009-11-06 Kenichi Handa <handa@m17n.org>
644
645 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
646 that the block data and the following per-char data fall into the
647 same char-table leaf.
648
171fda8a
JB
6492009-10-01 Juanma Barranquero <lekktu@gmail.com>
650
651 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
652
06d09461
JB
6532009-09-07 Juanma Barranquero <lekktu@gmail.com>
654
655 * unidata/.gitignore: New file.
656
cb335806
EZ
6572009-08-22 Eli Zaretskii <eliz@gnu.org>
658
8e22fa7e
EZ
659 * notes/bugtracker: How to reassign a bug to a list of packages.
660
cb335806
EZ
661 * notes/newfile: Details of how to check for problems with DOS 8+3
662 file-name restrictions.
663
6642009-08-18 Glenn Morris <rgm@gnu.org>
665
666 * notes/newfile: New file.
667
54aa48fe
EZ
6682009-07-11 Eli Zaretskii <eliz@gnu.org>
669
670 * make-tarball.txt: Add a note about bumping the value of
671 customize-changed-options-previous-release.
672
aa4a9384
KH
6732009-06-24 Kenichi Handa <handa@m17n.org>
674
fe7a3057 675 * charsets/mapconv: For the Unicode format files, do reverse sort
aa4a9384
KH
676 and don't compact the map. This is to prefer the first one in the
677 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
678
09856751
KH
6792009-06-12 Kenichi Handa <handa@m17n.org>
680
681 * charsets/Makefile (JISX213A.map): Make it depend on
682 mapfiles/JISX213A.map.gz.
683 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
684
685 * charsets/mapfiles/JISX213A.map.gz: New file.
686
687 * charsets/mapfiles/README: Describe JISX213A.map.gz.
688
09e47eb5
KH
6892009-06-12 Kenichi Handa <handa@m17n.org>
690
691 * charsets/mapfiles/*: New files.
692
693 * charsets/mule-charsets.el: Mostly re-written to generate all
694 MULE-*.map files.
695
696 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
697 files.
698
699 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
700 EUC-JP-MS.
701
702 * charsets/cp51932.awk (END): Print arch-tag at the tail.
703
704 * charsets/Makefile: Maps depend on files under mapfiles or
705 ${GLIBC_CHARMAPS}.
706
0b4ff5df
KH
7072009-04-21 Kenichi Handa <handa@m17n.org>
708
709 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
710 change.
711
88758986
KH
7122009-04-17 Kenichi Handa <handa@m17n.org>
713
f58e0fd5
SM
714 * unidata/unidata-gen.el (unidata-get-decomposition):
715 Adjust Hangle decomposition rule to Unicode.
88758986 716
0af3fedf
KH
7172009-04-09 Kenichi Handa <handa@m17n.org>
718
f58e0fd5
SM
719 * unidata/unidata-gen.el (unidata-describe-decomposition):
720 Return a string with a composition property to disable combining
0af3fedf
KH
721 characters being composed.
722
e308dcd3 7232009-03-11 Miles Bader <miles@gnu.org>
40c3f434
MB
724
725 * quick-install-emacs: Be more clever about locating info directory.
726
d9cce206
JB
7272009-02-24 Juanma Barranquero <lekktu@gmail.com>
728
729 * nt/README.W32: Fix typos.
730
3deb93c6
JR
7312009-02-23 Jason Rumney <jasonr@gnu.org>
732
ed9265fc 733 * nt/README-ftp-server: Update for 23.0.91.
3deb93c6 734
d9cce206
JB
735 * nt/README.W32: Remove ever expanding versions of Windows.
736 Shorten FAQ URL. Remove mention of obsolete lock directory.
737 Windows distribution now bin and barebin only. Add note about
738 SVG support. Remove old tar and gzip problem workarounds.
739 Use new (22.x) -Q option. Report all bugs through bug tracker.
3deb93c6
JR
740
741 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
742 undumped distribution no longer exists.
743
e73521d0 7442009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
1c3f291e
JB
745
746 * nt/README.W32: Fix typo. (Bug#2207)
747
1b1db3a9
CY
7482009-02-01 Chong Yidong <cyd@stupidchicken.com>
749
750 * admin.el (set-version): Remove deleted file ns-emacs.texi.
751
d90442ce
KH
7522008-12-02 Kenichi Handa <handa@m17n.org>
753
754 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
755 `decomposition' property adjusted.
756 (unidata-split-decomposition): Don't include surrounding "<" and
757 ">" in a symbol name.
758
7592008-12-01 Kenichi Handa <handa@m17n.org>
760
b97439ce
JB
761 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
762 property generator to unidata-gen-table-numeric. Docstring adjusted.
d90442ce
KH
763 (unidata-get-numeric, unidata-put-numeric)
764 (unidata-gen-table-numeric): New functions.
765 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
766
983ab7ba
EZ
7672008-11-29 Eli Zaretskii <eliz@gnu.org>
768
769 * notes/documentation: Add notes about Antinews.
770
91236f63
GM
7712008-10-23 Glenn Morris <rgm@gnu.org>
772
773 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
774 Add/tweak some nextstep/ entries.
775
c674e738
KH
7762008-09-19 Kenichi Handa <handa@m17n.org>
777
778 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
779 positions.
780
293a3986
EZ
7812008-08-23 Eli Zaretskii <eliz@gnu.org>
782
783 * CPP-DEFINES: Add USER_FULL_NAME.
784
b7063e7e
JR
7852008-08-16 Jason Rumney <jasonr@gnu.org>
786
d4835507 787 * admin.el (set-version): Set version in nt/emacsclient.rc.
b7063e7e 788
295b47d8
JB
7892008-08-06 Juanma Barranquero <lekktu@gmail.com>
790
791 * nt/dump.bat: Fix mixed EOLs.
792
14145fa3
AR
7932008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
794
0dcb2845 795 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
14145fa3 796
c3179b06
EZ
7972008-08-02 Eli Zaretskii <eliz@gnu.org>
798
799 * CPP-DEFINES: Add defines for accessing system processes.
800
9e2a2647
DN
8012008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
802
803 * make-tarball.txt:
804 * admin.el:
805 * FOR-RELEASE:
806 * CPP-DEFINES: Remove mentions of Mac Carbon.
807
d3841127
GM
8082008-07-16 Glenn Morris <rgm@gnu.org>
809
810 * admin.el (set-version, set-copyright): Add nextstep/ files.
811
ba60bd44 8122008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783 813
0dcb2845 814 * CPP-DEFINES: Add NS port related defines.
edfda783 815
f2d8d275
GM
8162008-06-16 Glenn Morris <rgm@gnu.org>
817
5de85e83
GM
818 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
819 doc/lispref/book-spine.texinfo.
f2d8d275 820
611bee81
GM
8212008-06-15 Glenn Morris <rgm@gnu.org>
822
823 * admin.el (set-version): Add doc/misc/faq.texi.
824
d6710afe
JB
8252008-05-22 Juanma Barranquero <lekktu@gmail.com>
826
827 * FOR-RELEASE: Remove Windows problem about the XPM image library
828 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
829
2e10f11c
JB
8302008-04-15 Juanma Barranquero <lekktu@gmail.com>
831
832 * unidata/UnicodeData.txt: Update to Unicode 5.1.
833
dd7d19d7
JB
8342008-04-14 Juanma Barranquero <lekktu@gmail.com>
835
836 * unidata/unidata-gen.el (unidata-prop-alist):
837 Fix typo in description of `numeric-value'.
838 (unidata-put-character): Fix typo in error message.
839
2cbff44e
GM
8402008-02-21 Glenn Morris <rgm@gnu.org>
841
842 * notes/unicode, notes/font-backend: New files, split off from
843 README.unicode.
844
43bad2da
KH
8452008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
846
847 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
719cb508 848 being used in latin1-disp.el. Remove the problem of
98723304
KH
849 cp-supported-codepages. Remove the problem of lost changelog for
850 ps-prin1.ps.
43bad2da 851
8a7619ba
EZ
8522008-02-16 Eli Zaretskii <eliz@gnu.org>
853
854 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
855 non-portable in this context.
856
857 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
858 non-portable in this context.
859
f96b6330
EZ
8602008-02-09 Eli Zaretskii <eliz@gnu.org>
861
862 * unidata/makefile.w32-in (lisp): New variable.
863 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
864 lisp/emacs-lisp.
865
56eb72a0
JR
8662008-02-04 Jason Rumney <jasonr@gnu.org>
867
868 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
869
a8fd9158
JB
8702008-02-02 Juanma Barranquero <lekktu@gmail.com>
871
872 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
873
c7e85fc7
EZ
8742008-02-02 Eli Zaretskii <eliz@gnu.org>
875
9aa0b3c8
EZ
876 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
877
bcc891c2 878 * unidata/Makefile.in: Rename from Makefile.
5889232d 879
c7e85fc7
EZ
880 * unidata/makefile.w32-in: New file.
881
db516472
JR
8822008-02-02 Jason Rumney <jasonr@gnu.org>
883
884 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
885
609789d7 8862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 887
aca7a3d2
MB
888 * unidata/copyright.html: New file.
889
609789d7 8902008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
891
892 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
893 decomposition, if T is the same as TBase, don't include it in the
894 returned list.
895
609789d7 8962008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
897
898 * unidata/unidata-gen.el (unidata-text-file): Delete it.
899 (unidata-list): Initialize to nil.
900 (unidata-setup-list): New function.
bcc891c2
GM
901 (unidata-gen-files): New optional arg unidata-text-file.
902 If it's nil, set unidata-text-file to the left command line arg.
903 Call unidate-setup-list at first.
aca7a3d2 904
bcc891c2 905 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
aca7a3d2
MB
906 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
907
609789d7 9082008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 909
bcc891c2
GM
910 * unidata/unidata-gen.el: Fix comment typo.
911 Change string-to-int to string-to-number.
912 (unidata-text-file): Define to .../unidata.txt.
aca7a3d2
MB
913 (unidata-list): Just insert unidata-text-file.
914 (unidata-get-decomposition): Handle Hangul decomposition.
bcc891c2 915 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
aca7a3d2 916
bcc891c2 917 * unidata/Makefile (unidata.txt): New target.
aca7a3d2
MB
918 (charprop.el): Depends on unidata.txt.
919 (clean): Remove unidata.txt.
920
609789d7 9212008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
922
923 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
924 (unidata-get-name): Handle U+110B.
925
609789d7 9262008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
927
928 Sub-directory `unidata' is for codes to generate charprop.el and
929 many other uni-*.el files from `UnicodeData.txt'.
930
931 * Unidata/README: New file.
932
933 * unidata/Makefile: New file.
934
935 * unidata/unidata-gen.el: New file.
936
937 * unidata/UnicodeData.txt: New file. Copied from
609789d7 938 http://www.unicode.org on 2006-05-23.
aca7a3d2
MB
939
940 * unidata/.cvsignore: New file.
941
609789d7 9422008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
943
944 * charsets/.cvsignore: New file.
945
946 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
947
bcc891c2
GM
948 * charsets/Makefile (all): Rename target from charsets.
949 Depend on ${TRANS_TABLE}.
950 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
951 Generate from cns2ucsdkw.txt.
aca7a3d2
MB
952 (install): Copy updated files only.
953
9542008-02-02 Kenichi Handa <handa@m17n.org>
955
bcc891c2 956 * charsets/cp932.awk: Append user-defined area of CP932.
aca7a3d2
MB
957
9582008-02-02 Kenichi Handa <handa@m17n.org>
959
960 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
961 0x2299 to 0x29BF.
962
609789d7 9632008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
964
965 * charsets/Makefile (TRANS_TABLE): New macro.
966 (JISX0208.map): Convert 0x2015 to 0x2014.
609789d7 967 (cp51932.el): New target.
aca7a3d2
MB
968 (eucjp-ms.el): New target.
969 (install): Include ${TRANS_TABLE}.
970 (CJK): Include JISX213A.map.
971 (JISX213A.map): New target.
972
973 * charsets/eucjp-ms.awk: New file.
974
975 * charsets/cp51932.awk: New file.
976
609789d7 9772008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
978
979 * charsets/cp932.awk: New file.
980
bcc891c2 981 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
aca7a3d2
MB
982
983 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
984 running an awk program.
985
609789d7 9862008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
987
988 * charsets/mapconv: Handle UNICODE2.
989
c4cc8b9a 990 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
aca7a3d2
MB
991 (CP932-2BYTE.map): New target.
992
609789d7 9932008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2
MB
994
995 * charsets: New directory for scripts to generate charset map
996 files in ../etc/charsets/.
997
bcc891c2 998 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
0dcb2845 999 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
bcc891c2 1000 * charsets/kuten.awk: New files.
aca7a3d2 1001
adf94aa6
GM
10022008-01-08 Glenn Morris <rgm@gnu.org>
1003
1004 * admin.el (set-version): Add doc/man/emacs.1.
1005
f3041af1
DN
10062008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1007
1008 * notes/copyright:
1009 * MAINTAINERS: Remove references to files that have been removed.
1010
a70c9a7a
GM
10112008-01-04 Glenn Morris <rgm@gnu.org>
1012
1013 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1014
aa5fea59
SM
10152007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * CPP-DEFINES: New file.
1018
f8747b72
RS
10192007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1020
1021 * FOR-RELEASE: Remove "window-system in face definition" [of
1022 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1023 on gnus-dired.el.
1024
24bbe01e
GM
10252007-12-05 Glenn Morris <rgm@gnu.org>
1026
1027 * admin.el (set-version): Handle configure.in. Adapt for doc/
1028 directory layout for manuals.
1029
0073bc5d
RS
10302007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1031
630cb3b7
JB
1032 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1033 been fixed in Gnus CVS but have not yet been synched to Emacs.
0073bc5d 1034
1453abd0
GM
10352007-11-17 Glenn Morris <rgm@gnu.org>
1036
1037 * admin.el (process-lines): Move to ../lisp/subr.el.
1038
ca076674
GM
10392007-10-23 Glenn Morris <rgm@gnu.org>
1040
1041 * MAINTAINERS: Move here from ../.
1042
943756ea
JB
10432007-10-17 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * make-emacs: Doc fix.
1046
bab9fcb4
GM
10472007-08-28 Glenn Morris <rgm@gnu.org>
1048
1049 * admin.el: Provide self.
1050
880820fe 10512007-08-10 Jan Djärv <jan.h.d@swipnet.se>
b7d2467b 1052
d58ee9f1 1053 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
b7d2467b 1054
cacc7b51
GM
10552007-07-25 Glenn Morris <rgm@gnu.org>
1056
1057 * Relicense all FSF files to GPLv3 or later.
1058
bfcea090
GM
10592007-06-07 Glenn Morris <rgm@gnu.org>
1060
1061 * admin.el (set-copyright): New function.
1062
017f0417
NR
10632007-04-25 Nick Roberts <nickrob@snap.net.nz>
1064
1065 * make-tarball.txt: Add note about cutting the branch.
1066
537a062f
CY
10672007-06-02 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * Version 22.1 released.
1070
77083ca3
EZ
10712007-02-03 Eli Zaretskii <eliz@gnu.org>
1072
1073 * nt/makedist.bat: Change EOL format to DOS. Don't use
1074 redirection characters in REM lines.
1075
880820fe 10762007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1bfb06fb
JD
1077
1078 * FOR-RELEASE: Removed Gtk/Xft issue.
1079
1fc8c92b
MB
10802007-01-01 Miles Bader <miles@gnu.org>
1081
1082 * quick-install-emacs (get_config_var): Deal with weird magic
1083 string inserted by recent versions of autoconf.
1084
7dce1990
JB
10852006-11-25 Juanma Barranquero <lekktu@gmail.com>
1086
1087 * admin.el (set-version): Set version number in
1088 lib-src/makefile.w32-in.
1089
dc3d1157
RS
10902006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1091
1092 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1093 due to a local miss-configuration.
1094
08c85160
CY
10952006-10-28 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * make-announcement (OLD): Remove LEIM references in announcement
1098 since it is now built-in.
1099
d0834a5c
YM
11002006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1101
1102 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1103
151fe029
KH
11042006-10-03 Kenichi Handa <handa@m17n.org>
1105
1106 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1107
e71cb549
CY
11082006-08-13 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * FOR-RELEASE: Elisp manual checking completed.
1111
6232e72d
RS
11122006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1113
1114 * FOR-RELEASE: Update refcard section.
1115
8a8476f9
KS
11162006-07-14 Kim F. Storm <storm@cua.dk>
1117
1118 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1119
1eca02e7
KS
11202006-07-09 Kim F. Storm <storm@cua.dk>
1121
1122 * README: Use outline format. Add FOR-RELEASE.
1123
7fa61471
CY
11242006-06-27 Chong Yidong <cyd@stupidchicken.com>
1125
1126 * FOR-RELEASE: Checking of info.texi done.
1127
8361675a
RS
11282006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1129
1130 * FOR-RELEASE: Update refcard section.
1131
3f168e29
RS
11322006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1133
1134 * FOR-RELEASE: Update refcard section.
1135
f195dc16
CY
11362006-05-25 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * FOR-RELEASE: Key sequence elisp node done.
1139
49561a36
RS
11402006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1141
1142 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1143
6fedb9f9
CY
11442006-05-21 Chong Yidong <cyd@mit.edu>
1145
1146 * FOR-RELEASE: point-entered /point-left bug fixed.
1147
61515a63
EZ
11482006-05-12 Eli Zaretskii <eliz@gnu.org>
1149
1150 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1151 entry.
1152
4297ece2
BW
11532006-05-06 Bill Wohler <wohler@newt.com>
1154
1155 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1156 about it.
1157
4bbe413d 11582006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1c4181cc 1159
4bbe413d 1160 * ./* (Copyright): Updated Copyright year(s).
49561a36 1161
6b82baf6
RS
11622006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1163
1164 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1165
49af2995
KS
11662006-02-20 Kim F. Storm <storm@cua.dk>
1167
1168 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1169 Rework how fringe bitmaps are defined and used.
e4920bc9 1170 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
49af2995
KS
1171 one-level representation. It would be cleaner to split the
1172 representation into a two-level model where first level maps
1173 bitmap usage to a bitmap name, and second level maps bitmap name to
e4920bc9 1174 a bitmap appearance.
49af2995 1175
d5e87a2f
CY
11762006-01-27 Chong Yidong <cyd@stupidchicken.com>
1177
8a8476f9 1178 * FOR-RELEASE: String allocation bugs fixed.
d5e87a2f 1179
9c43c921
BW
11802005-12-13 Bill Wohler <wohler@newt.com>
1181
1182 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1183
6ed81b24
RS
11842005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1185
c95dddbe
RS
1186 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1187 completing-read-multiple, mail-extract-address-components,
1188 mail-mode, quail-define-package, save-buffer and
1189 ucs-set-table-for-input from doc strings item (Done).
6ed81b24 1190
2950d850
CY
11912005-11-28 Chong Yidong <cyd@stupidchicken.com>
1192
1193 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1194
ab4d879e
KS
11952005-11-11 Kim F. Storm <storm@cua.dk>
1196
1197 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1198 when displaying a non-breaking space in an overlay string.
1199
932dc33b
CY
12002005-10-30 Chong Yidong <cyd@stupidchicken.com>
1201
1202 * FOR-RELEASE: Init file change implemented.
1203
c809f7cc
CY
12042005-10-27 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1207
4754e179 12082005-10-19 Chong Yidong <cyd@stupidchicken.com>
2e2099eb
CY
1209
1210 * FOR-RELEASE (New features): max-image-size implemented.
4754e179 1211 (Bugs): split-window done, by Kim F. Storm.
2e2099eb 1212
ffda926c
BW
12132005-10-17 Bill Wohler <wohler@newt.com>
1214
f58e0fd5 1215 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
943756ea 1216 since it's gone. Also marked mh-e as done.
ffda926c 1217
2d4713aa
JB
12182005-10-11 Juanma Barranquero <lekktu@gmail.com>
1219
1220 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1221 libraries on Windows (Done).
1222
95f76284
JR
12232005-10-01 Jason Rumney <jasonr@gnu.org>
1224
1225 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1226
52f277bf
RF
12272005-08-31 Romain Francoise <romain@orebokech.com>
1228
630cb3b7 1229 * FOR-RELEASE (New features): Remove vhdl-mode.el update
52f277bf
RF
1230 item (Done).
1231
c0eb0519
RF
12322005-08-27 Romain Francoise <romain@orebokech.com>
1233
1234 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1235
385ee3de 12362005-07-04 Lute Kamstra <lute@gnu.org>
a191bcea
LK
1237
1238 Update FSF's address in GPL notices.
1239
257914aa
LK
12402005-06-10 Lute Kamstra <lute@gnu.org>
1241
1242 * admin.el (set-version): Set version in lisp manual too.
1243 * make-tarball.txt: Commit lispref/elisp.texi too.
1244
a4e51a7a
RS
12452005-06-04 Richard M. Stallman <rms@gnu.org>
1246
1247 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1248 Other cleanups.
1249
834671a6
LK
12502005-04-19 Lute Kamstra <lute@gnu.org>
1251
1252 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1253
54381691
LK
12542005-04-14 Lute Kamstra <lute@gnu.org>
1255
118e2c39
LK
1256 * nt/makedist.bat (elfiles): Update.
1257
54381691
LK
1258 * admin.el (add-release-logs): Fix require call.
1259
0b048d52
MT
12602005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1261
f58e0fd5 1262 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
943756ea
JB
1263 The first line of every tutorial must begin with a sentence saying
1264 "Emacs Tutorial" in the respective language. This should be
1265 followed by "See end for copying conditions", likewise in the
1266 respective language.
0b048d52 1267
18cd5892
LT
12682005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1269
1270 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1271 Add `undo-ask-before-discard' to it.
1272
9a1c5fbf
MB
12732005-03-02 Miles Bader <miles@gnu.org>
1274
1275 * quick-install-emacs: Only use the mkdir --verbose option if the
1276 script's --verbose option was specified (this avoids problems with
1277 default usage on systems where mkdir doesn't support that option).
1278
e25c1ca6
JR
12792005-02-15 Jason Rumney <jasonr@gnu.org>
1280
fffa137c 1281 * nt/makedist.bat: Do not rely on non-standard behavior of
e25c1ca6
JR
1282 tar --exclude.
1283
880820fe 12842004-11-02 Jan Djärv <jan.h.d@swipnet.se>
6b3d3397
JD
1285
1286 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1287
6622d928
LT
12882004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1289
1290 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1291 Elisp manuals.
1292
d574552a
LT
12932004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1294
1295 * FOR-RELEASE (Indications): Clean up and update checklists for
4bd65cb9 1296 Emacs and Elisp manuals.
d574552a 1297
0a5e5be0
KS
12982004-09-11 Kim F. Storm <storm@cua.dk>
1299
1300 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
10f5826d
KS
1301 (Documentation): Add NEWS entry.
1302 Add section lists for proof-reading Emacs and Lisp manuals.
0a5e5be0 1303
2661eae9
KS
13042004-08-29 Kim F. Storm <storm@cua.dk>
1305
1306 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1307
880820fe 13082004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1b6d517f 1309
c4cc8b9a 1310 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1b6d517f
JD
1311 (now behaves as well as other ports).
1312
880820fe 13132004-06-28 Jan Djärv <jan.h.d@swipnet.se>
dfab762f 1314
2661eae9 1315 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
dfab762f 1316
44618f20 13172004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
ad8a607d
EZ
1318
1319 * FOR-RELEASE: Moved here from the etc directory.
1320
db281452
TTN
13212004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1322
1323 * notes/BRANCH: New file, to be maintained per CVS branch.
1324
feebeb72
MB
13252003-10-01 Miles Bader <miles@gnu.org>
1326
1327 * quick-install-emacs: Don't use "function" keyword when defining
1328 shell functions.
1329
44618f20
LK
13302003-09-29 Lute Kamstra <lute@gnu.org>
1331
1332 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1333
e04e1ce2
MB
13342003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1335
1336 * quick-install-emacs: Remove fns-* pruning, since that file no
1337 longer seems to be generated.
1338 (AVOID): Quote literal periods. Quote braces in a way acceptable
1339 to all parties (gawk gets bitchy about using `\').
1340
6cce52e8
MB
13412003-08-19 Miles Bader <miles@gnu.org>
1342
1343 * quick-install-emacs: Add arch-specific ignored files to
1344 quick-install-emacs. Use quoting for periods that's acceptable
1345 to recent versions of gawk.
1346
13582d53
MR
13472003-08-11 Markus Rost <rost@math.ohio-state.edu>
1348
1349 * cus-test.el: Remove obsolete workaround.
1350
e53925a5
AI
13512003-04-22 Andrew Innes <andrewi@gnu.org>
1352
1353 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1354 emacs.exe before zipping, and including batch file to recreate
1355 after unpacking.
1356
1357 * nt/stitch.bat: New file.
1358
1359 * nt/README-ftp-server: Update wording and version number etc.
1360 Add extra instructions for installing multi-file .zip
1361 distribution.
1362
1363 * nt/README.W32: Remove personal email address and update wording.
1364
1365 * nt/README-UNDUMP.W32: Remove personal email address and update
1366 wording.
1367
880820fe 13682003-02-10 Francesco Potortì <pot@gnu.org>
4dce79e5
FP
1369
1370 * make-changelog-diff: New script, code stolen from make-announcement.
1371
1372 * make-announcement: Use make-changelog-diff.
1373
880820fe 13742003-01-20 Francesco Potortì <pot@gnu.org>
163c6f1c
FP
1375
1376 * make-tarball.txt: Step-by-step instructions for making a tarball.
1377
10d1d0af 1378 * make-announcement: A script for creating pretest announcements.
163c6f1c 1379
880820fe 13802003-01-17 Francesco Potortì <pot@gnu.org>
33b97f32
FP
1381
1382 * admin.el (add-release-logs): Expand the directory name before
1383 calling find(1).
1384 (add-release-logs): Use the same methods as add-log.el for writing
630cb3b7 1385 the date and the user's name and address.
33b97f32 1386
7b997a97
MB
13872003-01-07 Miles Bader <miles@gnu.org>
1388
1389 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1390 command output from non-C locales.
1391
6c465a15 13922002-10-16 Markus Rost <rost@math.ohio-state.edu>
e170d16c 1393
3bc08206 1394 * cus-test.el: Extended and reorganized. There are now 4 tests
592cd48b 1395 which can be run in batch mode. See the Commentary section.
bd08d86a 1396
5ce129c2
MR
13972002-10-08 Markus Rost <rost@math.ohio-state.edu>
1398
1399 * cus-test.el: New file.
1400
14dd2fe9
MB
14012002-05-27 Miles Bader <miles@gnu.org>
1402
1403 * quick-install-emacs (VERSION): Calculate using the same method
1404 that configure.in uses.
1405
880820fe 14062002-04-26 Pavel Janík <Pavel@Janik.cz>
64b9637c
PJ
1407
1408 * emacs-pretesters: New file with information for Emacs
1409 pretesters.
1410
b9a07996
PE
14112002-03-22 Paul Eggert <eggert@twinsun.com>
1412
1413 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1414 POSIX 1003.1-2001 disallows both usages.
1415
38b81d74
AI
14162002-02-11 Andrew Innes <andrewi@gnu.org>
1417
1418 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1419
72a68345
AI
14202002-01-24 Andrew Innes <andrewi@gnu.org>
1421
1422 * nt/README.W32: Remove unnecessary version number and date
1423 references.
1424
1425 * nt/README-UNDUMP.W32: Ditto.
1426
ebbaf4e3
GM
14272001-12-06 Gerd Moellmann <gerd@gnu.org>
1428
1429 * make-emacs: Add --trace-move.
1430
461a1459
AI
14312001-10-23 Andrew Innes <andrewi@gnu.org>
1432
1433 * nt/makedist.bat: Remove remaining obsolete reference to
1434 GETTING.GNU.SOFTWARE.
1435
26fe1f92
GM
14362001-10-22 Gerd Moellmann <gerd@gnu.org>
1437
1438 * admin.el (set-version): Use `s' interactive spec for
1439 version number.
1440
71431a0e
GM
14412001-10-20 Gerd Moellmann <gerd@gnu.org>
1442
6aa97356 1443 * (Version 21.1 released.)
71431a0e 1444
e568708b
GM
14452001-10-20 Gerd Moellmann <gerd@gnu.org>
1446
1447 * admin.el (add-release-logs): Put the log entry in lispref, too.
1448
c5915370
MB
14492001-10-20 Miles Bader <miles@gnu.org>
1450
1451 * quick-install-emacs: Exit if we can't find some variable.
1452 (AVOID): Add .orig & .rej files.
1453 (get_config_var): Be more liberal about format of config.status
1454 sed commands.
1455
5a4a5bd4
GM
14562001-10-19 Gerd Moellmann <gerd@gnu.org>
1457
74499542
GM
1458 * admin.el: New file.
1459
5a4a5bd4
GM
1460 * build-configs: Add --help option. Add support for building
1461 in arbitrary source trees.
1462
09954f3b
GM
14632001-10-17 Gerd Moellmann <gerd@gnu.org>
1464
1465 * alloc-colors.c: New file.
1466
f2164e31
GM
14672001-10-13 Gerd Moellmann <gerd@gnu.org>
1468
1469 * make-emacs: Add --boot switch for bootstrapping. Logs to
1470 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1471
ab952a4f
GM
14722001-10-05 Gerd Moellmann <gerd@gnu.org>
1473
1474 * Branch for 21.1.
6c465a15 1475
f537c3cd
EZ
14762001-09-04 Andrew Innes <andrewi@gnu.org>
1477
1478 * admin/nt/makedist.bat: Remove reference to obsolete file
1479 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1480 version of tar used.
1481
1482;; Local Variables:
880820fe 1483;; coding: utf-8
f537c3cd 1484;; End:
2a34a036 1485
6116bd7e 1486 Copyright (C) 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
1487
1488 This file is part of GNU Emacs.
1489
9ad5de0c 1490 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 1491 it under the terms of the GNU General Public License as published by
9ad5de0c
GM
1492 the Free Software Foundation, either version 3 of the License, or
1493 (at your option) any later version.
5b87ad55
GM
1494
1495 GNU Emacs is distributed in the hope that it will be useful,
1496 but WITHOUT ANY WARRANTY; without even the implied warranty of
1497 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1498 GNU General Public License for more details.
1499
1500 You should have received a copy of the GNU General Public License
9ad5de0c 1501 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.