]> code.delx.au - gnu-emacs/blob - admin/ChangeLog
merge trunk
[gnu-emacs] / admin / ChangeLog
1 2012-09-27 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (set-version): Set msdos.c's Vwindow_system_version.
4
5 2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
6
7 Check more robustly for timer_settime.
8 * merge-gnulib (GNULIB_MODULES): Add timer-time.
9
10 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
11
12 * unidata/BidiMirroring.txt:
13 * unidata/UnicodeData.txt: Update to Unicode 6.2.
14
15 2012-09-17 Glenn Morris <rgm@gnu.org>
16
17 * admin.el (add-log-time-format): Declare.
18
19 * admin.el (cusver-scan, cusver-check): Bind local variables.
20
21 * admin.el (set-version): Set major version in
22 etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
23 (set-copyright): In etc/refcards, only change ru-refcard.tex
24 and emacsver.tex.
25
26 * admin.el (set-copyright): No more need to set copyrights for
27 nextstep, or .c files. Add configure.ac and config.nt.
28
29 2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
30
31 Remove configure's --without-sync-input option (Bug#12450).
32 * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
33
34 2012-09-16 Glenn Morris <rgm@gnu.org>
35
36 * admin.el (set-version): No more need to set nextstep versions.
37 (set-copyright): Update for moved nextstep files.
38
39 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
40
41 Simplify SIGIO usage (Bug#12408).
42 * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
43 (BROKEN_SIGPTY, NO_TERMIO): Remove.
44
45 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
46
47 Simplify, document, and port floating-point (Bug#12381).
48 * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
49
50 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
51
52 Assume C89 or later for math functions (Bug#12381).
53 * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
54 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
55
56 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
57
58 Simplify redefinition of 'abort' (Bug#12316).
59 * CPP-DEFINES (NO_ABORT): Remove.
60
61 2012-08-28 Glenn Morris <rgm@gnu.org>
62
63 * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
64
65 2012-08-28 Andreas Schwab <schwab@linux-m68k.org>
66
67 * charsets/mule-charsets.el (header): Fix typo.
68
69 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
70
71 On assertion failure, print backtrace if available.
72 * merge-gnulib (GNULIB_MODULES): Add execinfo.
73
74 2012-08-16 Paul Eggert <eggert@cs.ucla.edu>
75
76 Use ASCII tests for character types.
77 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
78 new direct dependency; c-ctype was already being used indirectly
79 via other gnulib modules.
80
81 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
82
83 Use bool for Emacs Lisp booleans.
84 * merge-gnulib (GNULIB_MODULES): Add stdbool. This documents a
85 new direct dependency; stdbool was already being used indirectly
86 via other gnulib modules.
87
88 2012-08-11 Glenn Morris <rgm@gnu.org>
89
90 * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
91
92 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
93
94 * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
95
96 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
97
98 Port to Solaris 8.
99 * CPP-DEFINES (WRETCODE): Remove.
100
101 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
102
103 * coccinelle/overlay.cocci: Semantic patch to replace direct
104 access to Lisp_Object members of struct Lisp_Overlay to MVAR.
105
106 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
107
108 * coccinelle/symbol.cocci: Semantic patch to replace direct
109 access to Lisp_Object members of struct Lisp_Symbol to SVAR.
110
111 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
112
113 * coccinelle/process.cocci: Semantic patch to replace direct
114 access to Lisp_Object members of struct Lisp_Process to PVAR.
115
116 2012-08-01 Dmitry Antipov <dmantipov@yandex.ru>
117
118 * coccinelle/window.cocci: Semantic patch to replace direct
119 access to Lisp_Object members of struct window to WVAR.
120
121 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
122
123 * coccinelle/frame.cocci: Semantic patch to replace direct
124 access to Lisp_Object members of struct frame to FVAR.
125
126 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
127
128 Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
129 * merge-gnulib: Add environ, stdalign.
130
131 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
132
133 * coccinelle/unibyte_string.cocci: Semantic patch to convert from
134 make_unibyte_string to build_unibyte_string where appropriate.
135
136 2012-07-17 Eli Zaretskii <eliz@gnu.org>
137
138 * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
139
140 2012-07-17 Chong Yidong <cyd@gnu.org>
141
142 * Version 24.1 released.
143
144 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
145
146 Assume mkdir, perror, rename, rmdir, strerror.
147 * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
148 (HAVE_STRERROR, strerror):
149 Remove.
150
151 2012-07-10 Dmitry Antipov <dmantipov@yandex.ru>
152
153 * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
154 to XCDR and consistently use CONSP in the list iteration loops.
155 * coccinelle/vector_contents.cocci: Fix indentation.
156
157 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
158
159 * bzrmerge.el: Use cl-lib.
160
161 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
162
163 Rename configure.in to configure.ac (Bug#11603).
164 * admin.el (set-version):
165 * quick-install-emacs (VERSION):
166 Get version number from configure.ac, not configure.in.
167
168 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
169
170 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
171 * merge-gnulib (GNULIB_MODULES): Add c-strcase.
172
173 2012-07-05 Dmitry Antipov <dmantipov@yandex.ru>
174
175 * coccinelle/xzalloc.cocci: Semantic patch to convert
176 calls to xmalloc with following memset to xzalloc.
177
178 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
179
180 * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
181
182 2012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
183
184 * coccinelle/build_string.cocci: Semantic patch
185 to convert from make_string to build_string.
186
187 2012-06-24 Dmitry Antipov <dmantipov@yandex.ru>
188
189 First Coccinelle semantic patch.
190 * coccinelle: New subdirectory
191 * coccinelle/README: Documentation stub.
192 * coccinelle/vector_contents.cocci: Semantic patch to replace direct
193 access to `contents' member of Lisp_Vector objects with AREF and ASET
194 where appropriate.
195
196 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
197
198 Support higher-resolution time stamps (Bug#9000).
199 * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
200 gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
201 timespec-sub, utimens.
202 (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
203 This trims down the gnulib import, from the very latest gnulib.
204 Emacs does its own implementation of 'select' and 'sigprocmask'
205 on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
206 hosts, so it doesn't need these modules.
207 Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
208 these gnulib modules are only for Windows porting and Emacs ports
209 to Windows in a different way.
210
211 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
212
213 * make-emacs: Rename --union-type to --check-lisp-type.
214 Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
215 * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
216 USE_LISP_UNION_TYPE.
217
218 2012-06-03 Glenn Morris <rgm@gnu.org>
219
220 * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
221
222 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
223
224 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
225 * make-tarball.txt: Don't worry about maintainer mode.
226
227 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
228
229 * CPP-DEFINES: Remove HAVE_SYSINFO.
230
231 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
232
233 Assume gnulib does largefile.
234 * merge-gnulib (GNULIB_MODULES): Add largefile.
235
236 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
237
238 Remove src/m/*.
239 * CPP-DEFINES: Do not mention src/m/*.h.
240 (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
241 (BITS_PER_SHORT, BITS_PER_INT): Remove.
242 * MAINTAINERS: Remove src/m/.
243
244 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
245
246 Use full name for m4/gnulib-comp.m4. (Bug#11529)
247 * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
248
249 Assume C89 or later.
250 * CPP-DEFINES: Remove NULL, const.
251
252 Make merging from gnulib a script, not a makefile action.
253 * merge-gnulib: New script, with actions moved here from
254 ../Makefile.in.
255
256 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
257
258 * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
259
260 * CPP-DEFINES (HAVE_FTIME): Remove.
261
262 2012-05-02 Glenn Morris <rgm@gnu.org>
263
264 * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
265
266 2012-04-10 Glenn Morris <rgm@gnu.org>
267
268 * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
269
270 * unidata/Makefile.in: Add FSF copyright.
271 Make it use autoconf features, and work for out-of-tree builds.
272
273 2012-04-07 Eli Zaretskii <eliz@gnu.org>
274
275 * unidata/README:
276 * unidata/copyright.html:
277 * unidata/BidiMirroring.txt:
278 * unidata/UnicodeData.txt: Update for the latest version 6.1 of
279 the Unicode Standard.
280
281 2012-02-16 Kenichi Handa <handa@m17n.org>
282
283 * unidata/unidata-gen.el (unidata-prop-alist): Change the default
284 values of name and old-name to nil.
285 (unidata-get-name): Return nil for the default value.
286
287 2012-02-11 Glenn Morris <rgm@gnu.org>
288
289 * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
290 (cusver-check): New functions.
291
292 2012-01-19 Glenn Morris <rgm@gnu.org>
293
294 * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
295 "skip?" question, since there can be multiple such for any revision.
296
297 2012-01-14 Eli Zaretskii <eliz@gnu.org>
298
299 * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
300 updated and checked.
301
302 2011-11-26 Andreas Schwab <schwab@linux-m68k.org>
303
304 * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
305 Avoid warning about old-style backquote.
306
307 * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
308 in regexp.
309 (wisent-make-parsers): Likewise. Quote `.'.
310
311 * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
312 in regexp.
313 (bovine-make-parsers): Likewise. Quote `.'.
314
315 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
316
317 * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
318
319 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
320
321 * admin.el (manual-dvi): Fix typo.
322
323 2011-11-15 Eli Zaretskii <eliz@gnu.org>
324
325 * nt/README-ftp-server: Update the information about PNG libraries.
326
327 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
328
329 * make-emacs: Fix typo.
330
331 2011-11-07 Juanma Barranquero <lekktu@gmail.com>
332
333 * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
334
335 2011-10-31 David Engster <deng@randomsample.de>
336
337 * grammars/bovine-grammar.el: Avoid using old-style backquotes.
338
339 2011-10-28 Eli Zaretskii <eliz@gnu.org>
340
341 * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
342 running Emacs on Windows 9X.
343
344 2011-09-26 Chong Yidong <cyd@stupidchicken.com>
345
346 * admin.el (set-version): Fix regexps for config.nt and
347 sed2v2.inp.
348
349 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
350
351 Merge from gnulib (Bug#9169).
352 * notes/copyright: The files compile, config.guess, config.sub,
353 depcomp, install-sh, missing, and move-if-change are now in the
354 new build-aux subdirectory. The files arg-nonnull.h, c++defs.h,
355 and warn-on-use.h are now in build-aux/snippets. New file
356 build-aux/snippets/_Noreturn.h.
357
358 2011-08-23 Eli Zaretskii <eliz@gnu.org>
359
360 * unidata/unidata-gen.el (unidata-prop-alist): Update the default
361 values of bidi-class according to DerivedBidiClass.txt from the
362 latest UCD.
363
364 2011-08-23 Kenichi Handa <handa@m17n.org>
365
366 * unidata/unidata-gen.el (unidata-prop-alist): Provide default
367 values for name, general-category, canonical-combining-class,
368 mirrored, and bidi-class. Describe the meaning of value nil for
369 decimal-digit-value, digit-value, numeric-value, uppercase,
370 lowercase, titlecase, and mirroring.
371 (unidata-gen-table): Handle the case that default-value is a
372 list. Set default values of characters not listed in a table.
373 (unidata-get-name): Return an empty string if a value in a
374 char-table is nil.
375 (unidata-get-decomposition): Return a list of character itself if
376 a value in a char-table is nil.
377
378 2011-08-15 Eli Zaretskii <eliz@gnu.org>
379
380 * unidata/bidimirror.awk: File removed.
381
382 * unidata/biditype.awk: File removed.
383
384 * unidata/makefile.w32-in (all): Remove src/biditype.h and
385 src/bidimirror.h.
386 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
387
388 * unidata/Makefile.in (all): Remove src/biditype.h and
389 src/bidimirror.h.
390 (../../src/biditype.h, ../../src/bidimirror.h): Delete.
391
392 2011-07-07 Juanma Barranquero <lekktu@gmail.com>
393
394 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
395 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
396
397 2011-07-06 Kenichi Handa <handa@m17n.org>
398
399 * unidata/unidata-gen.el (unidata-dir): New variable.
400 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
401 (unidata-prop-alist): INDEX element may be a function.
402 New optional element VAL-LIST (for general-category and bidi-class).
403 New entry `mirroring'.
404 (unidata-prop-default, unidata-prop-val-list): New subst.
405 (unidata-get-character, unidata-put-character): Delete them.
406 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
407 above changes.
408 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
409 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
410 Delete them.
411 (unidata-encode-val): Assume that the first element of VAL-LIST is
412 a cons (nil . 0).
413 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
414 Always store the encoded value.
415 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
416 Set the 1st and the 2nd extra slots to index numbers for C
417 functions.
418 (unidata-gen-table-integer): Likewise.
419 (unidata-gen-table-numeric): Likewise.
420 (unidata-gen-table-name): New arg IGNORE.
421 (unidata-gen-table-decomposition): Likewise.
422 (unidata-describe-general-category): Add the case nil to the
423 description alist.
424 (unidata-gen-mirroring-list): New function.
425 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
426 unidata-prop-alist. Handle the case of storing multiple
427 char-tables in a file.
428
429 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
430 unidata-gen-files.
431
432 2011-05-21 Glenn Morris <rgm@gnu.org>
433
434 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
435
436 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
437
438 * Version 23.3 released.
439
440 2011-02-23 Juanma Barranquero <lekktu@gmail.com>
441
442 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
443
444 2011-02-19 Eli Zaretskii <eliz@gnu.org>
445
446 * admin.el (set-version): Add msdos/sed2v2.inp.
447
448 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
449
450 Remove no-longer needed getloadavg symbols.
451 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
452 (LDAV_SYMBOL): Remove.
453
454 2011-02-12 Glenn Morris <rgm@gnu.org>
455
456 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
457
458 2011-02-05 Glenn Morris <rgm@gnu.org>
459
460 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
461 (bzrmerge-apply): Use it.
462 (bzrmerge): Kill any old warning buffer first.
463
464 2011-02-03 Glenn Morris <rgm@gnu.org>
465
466 * bzrmerge.el (bzrmerge-buffer): New constant.
467 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
468 (bzrmerge-missing): If nothing to do, return nil not (nil).
469 (bzrmerge-apply): Remove odd character from message.
470 (bzrmerge): Give status messages.
471
472 2011-01-31 Eli Zaretskii <eliz@gnu.org>
473
474 * admin.el (set-version): Remove lib-src/makefile.w32-in.
475 Add nt/config.nt.
476
477 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
478
479 src/emacs.c now gets version number from configure.in
480 * admin.el (set-version): Don't update src/emacs.c.
481 * quick-install-emacs (VERSION): Get it from configure.in, not from
482 src/emacs.c.
483
484 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
485
486 strftime: import from gnulib
487 * notes/copyright: strftime.c moved from src to lib.
488
489 2011-01-25 Glenn Morris <rgm@gnu.org>
490
491 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
492 (bzrmerge-missing): Use it.
493
494 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
495
496 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
497 rather than doing rm and autoconf by hand. See
498 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
499
500 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
501
502 * notes/bzr (Installing changes from gnulib): New section.
503 Need for this suggested by Stefan Monnier.
504
505 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
508 an inconsistent state.
509
510 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
511
512 Update copyright notes to match recent gnulib-related changes.
513 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
514 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
515 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
516 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
517 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
518 subsumed by m4/*.m4 rule). config.guess, config.sub, and
519 doc/man/texinfo.tex are now copied in from gnulib.
520
521 2011-01-15 Glenn Morris <rgm@gnu.org>
522
523 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
524
525 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
526 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
527
528 2011-01-14 Glenn Morris <rgm@gnu.org>
529
530 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
531
532 2011-01-14 Glenn Morris <rgm@gnu.org>
533
534 * bzrmerge.el: Require cl when compiling.
535 (bzrmerge-merges): Doc fix.
536
537 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
538
539 * notes/copyright: There's only one install-sh, not two, so fix a
540 typo claiming that there's two. Add move-if-change to the list of
541 GPL files imported from gnulib.
542
543 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
544
545 * notes/copyright: Report status more accurately for non-GPL files.
546 Report copyright status more accurately for mkinstalldirs,
547 configure, m4/getopt.m4, and msdos/sed*.inp.
548
549 2011-01-02 Eli Zaretskii <eliz@gnu.org>
550
551 * nt/README.W32: Update the information about PNG support libraries.
552 (Bug#7716)
553
554 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * bzrmerge.el: New file to help merge branches while skipping
557 some revisions (e.g. from emacs-23 to trunk).
558
559 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
560
561 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
562
563 2010-10-12 Glenn Morris <rgm@gnu.org>
564
565 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
566
567 2010-10-09 Glenn Morris <rgm@gnu.org>
568
569 * admin.el (set-version): Add doc/emacs/emacsver.texi.
570
571 2010-10-09 Glenn Morris <rgm@gnu.org>
572
573 * admin.el (set-version): No need to act on doc/ files any more.
574
575 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
576
577 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
578
579 * unidata/BidiMirroring.txt: Update from
580 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
581
582 * unidata/UnicodeData.txt: Update from
583 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
584
585 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
586
587 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
588
589 2010-08-05 Eli Zaretskii <eliz@gnu.org>
590
591 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
592
593 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
594
595 * admin.el: Write version number to nt/makefile.w32-in.
596 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
597 in the nt/ directory.
598 * nt/README.W32: Relocate to nt/ directory.
599
600 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
601
602 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
603
604 2010-07-08 Eli Zaretskii <eliz@gnu.org>
605
606 * MAINTAINERS: Update my responsibilities.
607
608 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
609
610 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
611 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
612 Remove.
613
614 2010-06-12 Eli Zaretskii <eliz@gnu.org>
615
616 * unidata/bidimirror.awk: New file.
617
618 * unidata/BidiMirroring.txt: New file from
619 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
620
621 * unidata/Makefile.in (../../src/bidimirror.h): New target.
622 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
623
624 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
625 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
626
627 * unidata/biditype.awk: New file.
628
629 * unidata/Makefile.in (../../src/biditype.h): New target.
630
631 * unidata/makefile.w32-in (../../src/biditype.h): New target.
632
633 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
634
635 * unidata/UnicodeData.txt: Update from
636 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
637
638 2010-05-27 Glenn Morris <rgm@gnu.org>
639
640 * quick-install-emacs (AVOID): No more Makefile.c files.
641
642 * notes/cpp: Remove file.
643
644 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
645
646 * admin.el (set-version, set-copyright): Update emacs.c instead of
647 version.el.
648
649 * make-tarball.txt: Update filename list in step 6.
650
651 * quick-install-emacs: Scan emacs.c instead of version.el for
652 version string.
653
654 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
655
656 * Version 23.2 released.
657
658 2010-04-01 Eli Zaretskii <eliz@gnu.org>
659
660 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
661
662 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
663
664 * Branch for 23.2.
665
666 2010-03-10 Miles Bader <miles@gnu.org>
667
668 * quick-install-emacs: Use more portable shell syntax.
669
670 * quick-install-emacs (AVOID): Be more picky about files we avoid
671 installing.
672
673 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
674
675 * quick-install-emacs (PRUNED): Fix typo in message.
676
677 2010-01-20 Glenn Morris <rgm@gnu.org>
678
679 * revdiff: Remove file that only works with CVS, and isn't really
680 needed with Bazaar (given the in-built revision options of bzr diff).
681
682 2010-01-12 Glenn Morris <rgm@gnu.org>
683
684 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
685 than emacs-pretest-bug for bug reports for development versions.
686
687 2009-11-06 Kenichi Handa <handa@m17n.org>
688
689 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
690 that the block data and the following per-char data fall into the
691 same char-table leaf.
692
693 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
694
695 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
696
697 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
698
699 * unidata/.gitignore: New file.
700
701 2009-08-22 Eli Zaretskii <eliz@gnu.org>
702
703 * notes/bugtracker: How to reassign a bug to a list of packages.
704
705 * notes/newfile: Details of how to check for problems with DOS 8+3
706 file-name restrictions.
707
708 2009-08-18 Glenn Morris <rgm@gnu.org>
709
710 * notes/newfile: New file.
711
712 2009-07-11 Eli Zaretskii <eliz@gnu.org>
713
714 * make-tarball.txt: Add a note about bumping the value of
715 customize-changed-options-previous-release.
716
717 2009-06-24 Kenichi Handa <handa@m17n.org>
718
719 * charsets/mapconv: For the Unicode format files, do reverse sort
720 and don't compact the map. This is to prefer the first one in the
721 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
722
723 2009-06-12 Kenichi Handa <handa@m17n.org>
724
725 * charsets/Makefile (JISX213A.map): Make it depend on
726 mapfiles/JISX213A.map.gz.
727 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
728
729 * charsets/mapfiles/JISX213A.map.gz: New file.
730
731 * charsets/mapfiles/README: Describe JISX213A.map.gz.
732
733 2009-06-12 Kenichi Handa <handa@m17n.org>
734
735 * charsets/mapfiles/*: New files.
736
737 * charsets/mule-charsets.el: Mostly re-written to generate all
738 MULE-*.map files.
739
740 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
741 files.
742
743 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
744 EUC-JP-MS.
745
746 * charsets/cp51932.awk (END): Print arch-tag at the tail.
747
748 * charsets/Makefile: Maps depend on files under mapfiles or
749 ${GLIBC_CHARMAPS}.
750
751 2009-04-21 Kenichi Handa <handa@m17n.org>
752
753 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
754 change.
755
756 2009-04-17 Kenichi Handa <handa@m17n.org>
757
758 * unidata/unidata-gen.el (unidata-get-decomposition):
759 Adjust Hangle decomposition rule to Unicode.
760
761 2009-04-09 Kenichi Handa <handa@m17n.org>
762
763 * unidata/unidata-gen.el (unidata-describe-decomposition):
764 Return a string with a composition property to disable combining
765 characters being composed.
766
767 2009-03-11 Miles Bader <miles@gnu.org>
768
769 * quick-install-emacs: Be more clever about locating info directory.
770
771 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
772
773 * nt/README.W32: Fix typos.
774
775 2009-02-23 Jason Rumney <jasonr@gnu.org>
776
777 * nt/README-ftp-server: Update for 23.0.91.
778
779 * nt/README.W32: Remove ever expanding versions of Windows.
780 Shorten FAQ URL. Remove mention of obsolete lock directory.
781 Windows distribution now bin and barebin only. Add note about
782 SVG support. Remove old tar and gzip problem workarounds.
783 Use new (22.x) -Q option. Report all bugs through bug tracker.
784
785 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
786 undumped distribution no longer exists.
787
788 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
789
790 * nt/README.W32: Fix typo. (Bug#2207)
791
792 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
793
794 * admin.el (set-version): Remove deleted file ns-emacs.texi.
795
796 2008-12-02 Kenichi Handa <handa@m17n.org>
797
798 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
799 `decomposition' property adjusted.
800 (unidata-split-decomposition): Don't include surrounding "<" and
801 ">" in a symbol name.
802
803 2008-12-01 Kenichi Handa <handa@m17n.org>
804
805 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
806 property generator to unidata-gen-table-numeric. Docstring adjusted.
807 (unidata-get-numeric, unidata-put-numeric)
808 (unidata-gen-table-numeric): New functions.
809 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
810
811 2008-11-29 Eli Zaretskii <eliz@gnu.org>
812
813 * notes/documentation: Add notes about Antinews.
814
815 2008-10-23 Glenn Morris <rgm@gnu.org>
816
817 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
818 Add/tweak some nextstep/ entries.
819
820 2008-09-19 Kenichi Handa <handa@m17n.org>
821
822 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
823 positions.
824
825 2008-08-23 Eli Zaretskii <eliz@gnu.org>
826
827 * CPP-DEFINES: Add USER_FULL_NAME.
828
829 2008-08-16 Jason Rumney <jasonr@gnu.org>
830
831 * admin.el (set-version): Set version in nt/emacsclient.rc.
832
833 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
834
835 * nt/dump.bat: Fix mixed EOLs.
836
837 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
838
839 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
840
841 2008-08-02 Eli Zaretskii <eliz@gnu.org>
842
843 * CPP-DEFINES: Add defines for accessing system processes.
844
845 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
846
847 * make-tarball.txt:
848 * admin.el:
849 * FOR-RELEASE:
850 * CPP-DEFINES: Remove mentions of Mac Carbon.
851
852 2008-07-16 Glenn Morris <rgm@gnu.org>
853
854 * admin.el (set-version, set-copyright): Add nextstep/ files.
855
856 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
857
858 * CPP-DEFINES: Add NS port related defines.
859
860 2008-06-16 Glenn Morris <rgm@gnu.org>
861
862 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
863 doc/lispref/book-spine.texinfo.
864
865 2008-06-15 Glenn Morris <rgm@gnu.org>
866
867 * admin.el (set-version): Add doc/misc/faq.texi.
868
869 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
870
871 * FOR-RELEASE: Remove Windows problem about the XPM image library
872 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
873
874 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
875
876 * unidata/UnicodeData.txt: Update to Unicode 5.1.
877
878 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
879
880 * unidata/unidata-gen.el (unidata-prop-alist):
881 Fix typo in description of `numeric-value'.
882 (unidata-put-character): Fix typo in error message.
883
884 2008-02-21 Glenn Morris <rgm@gnu.org>
885
886 * notes/unicode, notes/font-backend: New files, split off from
887 README.unicode.
888
889 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
890
891 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
892 being used in latin1-disp.el. Remove the problem of
893 cp-supported-codepages. Remove the problem of lost changelog for
894 ps-prin1.ps.
895
896 2008-02-16 Eli Zaretskii <eliz@gnu.org>
897
898 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
899 non-portable in this context.
900
901 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
902 non-portable in this context.
903
904 2008-02-09 Eli Zaretskii <eliz@gnu.org>
905
906 * unidata/makefile.w32-in (lisp): New variable.
907 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
908 lisp/emacs-lisp.
909
910 2008-02-04 Jason Rumney <jasonr@gnu.org>
911
912 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
913
914 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
915
916 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
917
918 2008-02-02 Eli Zaretskii <eliz@gnu.org>
919
920 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
921
922 * unidata/Makefile.in: Rename from Makefile.
923
924 * unidata/makefile.w32-in: New file.
925
926 2008-02-02 Jason Rumney <jasonr@gnu.org>
927
928 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
929
930 2008-02-01 Kenichi Handa <handa@m17n.org>
931
932 * unidata/copyright.html: New file.
933
934 2008-02-01 Kenichi Handa <handa@m17n.org>
935
936 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
937 decomposition, if T is the same as TBase, don't include it in the
938 returned list.
939
940 2008-02-01 Kenichi Handa <handa@m17n.org>
941
942 * unidata/unidata-gen.el (unidata-text-file): Delete it.
943 (unidata-list): Initialize to nil.
944 (unidata-setup-list): New function.
945 (unidata-gen-files): New optional arg unidata-text-file.
946 If it's nil, set unidata-text-file to the left command line arg.
947 Call unidate-setup-list at first.
948
949 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
950 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
951
952 2008-02-01 Kenichi Handa <handa@m17n.org>
953
954 * unidata/unidata-gen.el: Fix comment typo.
955 Change string-to-int to string-to-number.
956 (unidata-text-file): Define to .../unidata.txt.
957 (unidata-list): Just insert unidata-text-file.
958 (unidata-get-decomposition): Handle Hangul decomposition.
959 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
960
961 * unidata/Makefile (unidata.txt): New target.
962 (charprop.el): Depends on unidata.txt.
963 (clean): Remove unidata.txt.
964
965 2008-02-01 Kenichi Handa <handa@m17n.org>
966
967 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
968 (unidata-get-name): Handle U+110B.
969
970 2008-02-01 Kenichi Handa <handa@m17n.org>
971
972 Sub-directory `unidata' is for codes to generate charprop.el and
973 many other uni-*.el files from `UnicodeData.txt'.
974
975 * Unidata/README: New file.
976
977 * unidata/Makefile: New file.
978
979 * unidata/unidata-gen.el: New file.
980
981 * unidata/UnicodeData.txt: New file. Copied from
982 http://www.unicode.org on 2006-05-23.
983
984 * unidata/.cvsignore: New file.
985
986 2008-02-01 Kenichi Handa <handa@m17n.org>
987
988 * charsets/.cvsignore: New file.
989
990 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
991
992 * charsets/Makefile (all): Rename target from charsets.
993 Depend on ${TRANS_TABLE}.
994 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
995 Generate from cns2ucsdkw.txt.
996 (install): Copy updated files only.
997
998 2008-02-02 Kenichi Handa <handa@m17n.org>
999
1000 * charsets/cp932.awk: Append user-defined area of CP932.
1001
1002 2008-02-02 Kenichi Handa <handa@m17n.org>
1003
1004 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1005 0x2299 to 0x29BF.
1006
1007 2008-02-01 Kenichi Handa <handa@m17n.org>
1008
1009 * charsets/Makefile (TRANS_TABLE): New macro.
1010 (JISX0208.map): Convert 0x2015 to 0x2014.
1011 (cp51932.el): New target.
1012 (eucjp-ms.el): New target.
1013 (install): Include ${TRANS_TABLE}.
1014 (CJK): Include JISX213A.map.
1015 (JISX213A.map): New target.
1016
1017 * charsets/eucjp-ms.awk: New file.
1018
1019 * charsets/cp51932.awk: New file.
1020
1021 2008-02-01 Kenichi Handa <handa@m17n.org>
1022
1023 * charsets/cp932.awk: New file.
1024
1025 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1026
1027 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1028 running an awk program.
1029
1030 2008-02-01 Kenichi Handa <handa@m17n.org>
1031
1032 * charsets/mapconv: Handle UNICODE2.
1033
1034 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1035 (CP932-2BYTE.map): New target.
1036
1037 2008-02-01 Kenichi Handa <handa@m17n.org>
1038
1039 * charsets: New directory for scripts to generate charset map
1040 files in ../etc/charsets/.
1041
1042 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1043 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1044 * charsets/kuten.awk: New files.
1045
1046 2008-01-08 Glenn Morris <rgm@gnu.org>
1047
1048 * admin.el (set-version): Add doc/man/emacs.1.
1049
1050 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1051
1052 * notes/copyright:
1053 * MAINTAINERS: Remove references to files that have been removed.
1054
1055 2008-01-04 Glenn Morris <rgm@gnu.org>
1056
1057 * admin.el (set-copyright): Add lib-src/ebrowse.c.
1058
1059 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * CPP-DEFINES: New file.
1062
1063 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1064
1065 * FOR-RELEASE: Remove "window-system in face definition" [of
1066 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
1067 on gnus-dired.el.
1068
1069 2007-12-05 Glenn Morris <rgm@gnu.org>
1070
1071 * admin.el (set-version): Handle configure.in. Adapt for doc/
1072 directory layout for manuals.
1073
1074 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1075
1076 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
1077 been fixed in Gnus CVS but have not yet been synched to Emacs.
1078
1079 2007-11-17 Glenn Morris <rgm@gnu.org>
1080
1081 * admin.el (process-lines): Move to ../lisp/subr.el.
1082
1083 2007-10-23 Glenn Morris <rgm@gnu.org>
1084
1085 * MAINTAINERS: Move here from ../.
1086
1087 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
1088
1089 * make-emacs: Doc fix.
1090
1091 2007-08-28 Glenn Morris <rgm@gnu.org>
1092
1093 * admin.el: Provide self.
1094
1095 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
1096
1097 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1098
1099 2007-07-25 Glenn Morris <rgm@gnu.org>
1100
1101 * Relicense all FSF files to GPLv3 or later.
1102
1103 2007-06-07 Glenn Morris <rgm@gnu.org>
1104
1105 * admin.el (set-copyright): New function.
1106
1107 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
1108
1109 * make-tarball.txt: Add note about cutting the branch.
1110
1111 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * Version 22.1 released.
1114
1115 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1116
1117 * nt/makedist.bat: Change EOL format to DOS. Don't use
1118 redirection characters in REM lines.
1119
1120 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
1121
1122 * FOR-RELEASE: Removed Gtk/Xft issue.
1123
1124 2007-01-01 Miles Bader <miles@gnu.org>
1125
1126 * quick-install-emacs (get_config_var): Deal with weird magic
1127 string inserted by recent versions of autoconf.
1128
1129 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
1130
1131 * admin.el (set-version): Set version number in
1132 lib-src/makefile.w32-in.
1133
1134 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
1135
1136 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1137 due to a local miss-configuration.
1138
1139 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * make-announcement (OLD): Remove LEIM references in announcement
1142 since it is now built-in.
1143
1144 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1145
1146 * admin.el (set-version): Set version numbers in "mac" subdirectory.
1147
1148 2006-10-03 Kenichi Handa <handa@m17n.org>
1149
1150 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1151
1152 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * FOR-RELEASE: Elisp manual checking completed.
1155
1156 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
1157
1158 * FOR-RELEASE: Update refcard section.
1159
1160 2006-07-14 Kim F. Storm <storm@cua.dk>
1161
1162 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1163
1164 2006-07-09 Kim F. Storm <storm@cua.dk>
1165
1166 * README: Use outline format. Add FOR-RELEASE.
1167
1168 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * FOR-RELEASE: Checking of info.texi done.
1171
1172 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
1173
1174 * FOR-RELEASE: Update refcard section.
1175
1176 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
1177
1178 * FOR-RELEASE: Update refcard section.
1179
1180 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1181
1182 * FOR-RELEASE: Key sequence elisp node done.
1183
1184 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1185
1186 * FOR-RELEASE: Update refcard translations. Add coding cookie.
1187
1188 2006-05-21 Chong Yidong <cyd@mit.edu>
1189
1190 * FOR-RELEASE: point-entered /point-left bug fixed.
1191
1192 2006-05-12 Eli Zaretskii <eliz@gnu.org>
1193
1194 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1195 entry.
1196
1197 2006-05-06 Bill Wohler <wohler@newt.com>
1198
1199 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1200 about it.
1201
1202 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
1203
1204 * ./* (Copyright): Updated Copyright year(s).
1205
1206 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
1207
1208 * FOR-RELEASE (BUGS): Add URLs/MIDs.
1209
1210 2006-02-20 Kim F. Storm <storm@cua.dk>
1211
1212 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1213 Rework how fringe bitmaps are defined and used.
1214 Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1215 one-level representation. It would be cleaner to split the
1216 representation into a two-level model where first level maps
1217 bitmap usage to a bitmap name, and second level maps bitmap name to
1218 a bitmap appearance.
1219
1220 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
1221
1222 * FOR-RELEASE: String allocation bugs fixed.
1223
1224 2005-12-13 Bill Wohler <wohler@newt.com>
1225
1226 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1227
1228 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1229
1230 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1231 completing-read-multiple, mail-extract-address-components,
1232 mail-mode, quail-define-package, save-buffer and
1233 ucs-set-table-for-input from doc strings item (Done).
1234
1235 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
1238
1239 2005-11-11 Kim F. Storm <storm@cua.dk>
1240
1241 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1242 when displaying a non-breaking space in an overlay string.
1243
1244 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1245
1246 * FOR-RELEASE: Init file change implemented.
1247
1248 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1251
1252 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * FOR-RELEASE (New features): max-image-size implemented.
1255 (Bugs): split-window done, by Kim F. Storm.
1256
1257 2005-10-17 Bill Wohler <wohler@newt.com>
1258
1259 * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1260 since it's gone. Also marked mh-e as done.
1261
1262 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1265 libraries on Windows (Done).
1266
1267 2005-10-01 Jason Rumney <jasonr@gnu.org>
1268
1269 * admin.el (set-version): Set version numbers in nt/emacs.rc.
1270
1271 2005-08-31 Romain Francoise <romain@orebokech.com>
1272
1273 * FOR-RELEASE (New features): Remove vhdl-mode.el update
1274 item (Done).
1275
1276 2005-08-27 Romain Francoise <romain@orebokech.com>
1277
1278 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1279
1280 2005-07-04 Lute Kamstra <lute@gnu.org>
1281
1282 Update FSF's address in GPL notices.
1283
1284 2005-06-10 Lute Kamstra <lute@gnu.org>
1285
1286 * admin.el (set-version): Set version in lisp manual too.
1287 * make-tarball.txt: Commit lispref/elisp.texi too.
1288
1289 2005-06-04 Richard M. Stallman <rms@gnu.org>
1290
1291 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1292 Other cleanups.
1293
1294 2005-04-19 Lute Kamstra <lute@gnu.org>
1295
1296 * make-tarball.txt: Don't commit lisp/loaddefs.el.
1297
1298 2005-04-14 Lute Kamstra <lute@gnu.org>
1299
1300 * nt/makedist.bat (elfiles): Update.
1301
1302 * admin.el (add-release-logs): Fix require call.
1303
1304 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
1305
1306 * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1307 The first line of every tutorial must begin with a sentence saying
1308 "Emacs Tutorial" in the respective language. This should be
1309 followed by "See end for copying conditions", likewise in the
1310 respective language.
1311
1312 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
1313
1314 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1315 Add `undo-ask-before-discard' to it.
1316
1317 2005-03-02 Miles Bader <miles@gnu.org>
1318
1319 * quick-install-emacs: Only use the mkdir --verbose option if the
1320 script's --verbose option was specified (this avoids problems with
1321 default usage on systems where mkdir doesn't support that option).
1322
1323 2005-02-15 Jason Rumney <jasonr@gnu.org>
1324
1325 * nt/makedist.bat: Do not rely on non-standard behavior of
1326 tar --exclude.
1327
1328 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
1329
1330 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1331
1332 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
1333
1334 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1335 Elisp manuals.
1336
1337 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
1338
1339 * FOR-RELEASE (Indications): Clean up and update checklists for
1340 Emacs and Elisp manuals.
1341
1342 2004-09-11 Kim F. Storm <storm@cua.dk>
1343
1344 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1345 (Documentation): Add NEWS entry.
1346 Add section lists for proof-reading Emacs and Lisp manuals.
1347
1348 2004-08-29 Kim F. Storm <storm@cua.dk>
1349
1350 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1351
1352 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
1353
1354 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1355 (now behaves as well as other ports).
1356
1357 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
1358
1359 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1360
1361 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
1362
1363 * FOR-RELEASE: Moved here from the etc directory.
1364
1365 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1366
1367 * notes/BRANCH: New file, to be maintained per CVS branch.
1368
1369 2003-10-01 Miles Bader <miles@gnu.org>
1370
1371 * quick-install-emacs: Don't use "function" keyword when defining
1372 shell functions.
1373
1374 2003-09-29 Lute Kamstra <lute@gnu.org>
1375
1376 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1377
1378 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
1379
1380 * quick-install-emacs: Remove fns-* pruning, since that file no
1381 longer seems to be generated.
1382 (AVOID): Quote literal periods. Quote braces in a way acceptable
1383 to all parties (gawk gets bitchy about using `\').
1384
1385 2003-08-19 Miles Bader <miles@gnu.org>
1386
1387 * quick-install-emacs: Add arch-specific ignored files to
1388 quick-install-emacs. Use quoting for periods that's acceptable
1389 to recent versions of gawk.
1390
1391 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
1392
1393 * cus-test.el: Remove obsolete workaround.
1394
1395 2003-04-22 Andrew Innes <andrewi@gnu.org>
1396
1397 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1398 emacs.exe before zipping, and including batch file to recreate
1399 after unpacking.
1400
1401 * nt/stitch.bat: New file.
1402
1403 * nt/README-ftp-server: Update wording and version number etc.
1404 Add extra instructions for installing multi-file .zip
1405 distribution.
1406
1407 * nt/README.W32: Remove personal email address and update wording.
1408
1409 * nt/README-UNDUMP.W32: Remove personal email address and update
1410 wording.
1411
1412 2003-02-10 Francesco Potortì <pot@gnu.org>
1413
1414 * make-changelog-diff: New script, code stolen from make-announcement.
1415
1416 * make-announcement: Use make-changelog-diff.
1417
1418 2003-01-20 Francesco Potortì <pot@gnu.org>
1419
1420 * make-tarball.txt: Step-by-step instructions for making a tarball.
1421
1422 * make-announcement: A script for creating pretest announcements.
1423
1424 2003-01-17 Francesco Potortì <pot@gnu.org>
1425
1426 * admin.el (add-release-logs): Expand the directory name before
1427 calling find(1).
1428 (add-release-logs): Use the same methods as add-log.el for writing
1429 the date and the user's name and address.
1430
1431 2003-01-07 Miles Bader <miles@gnu.org>
1432
1433 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1434 command output from non-C locales.
1435
1436 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
1437
1438 * cus-test.el: Extended and reorganized. There are now 4 tests
1439 which can be run in batch mode. See the Commentary section.
1440
1441 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
1442
1443 * cus-test.el: New file.
1444
1445 2002-05-27 Miles Bader <miles@gnu.org>
1446
1447 * quick-install-emacs (VERSION): Calculate using the same method
1448 that configure.in uses.
1449
1450 2002-04-26 Pavel Janík <Pavel@Janik.cz>
1451
1452 * emacs-pretesters: New file with information for Emacs
1453 pretesters.
1454
1455 2002-03-22 Paul Eggert <eggert@twinsun.com>
1456
1457 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1458 POSIX 1003.1-2001 disallows both usages.
1459
1460 2002-02-11 Andrew Innes <andrewi@gnu.org>
1461
1462 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1463
1464 2002-01-24 Andrew Innes <andrewi@gnu.org>
1465
1466 * nt/README.W32: Remove unnecessary version number and date
1467 references.
1468
1469 * nt/README-UNDUMP.W32: Ditto.
1470
1471 2001-12-06 Gerd Moellmann <gerd@gnu.org>
1472
1473 * make-emacs: Add --trace-move.
1474
1475 2001-10-23 Andrew Innes <andrewi@gnu.org>
1476
1477 * nt/makedist.bat: Remove remaining obsolete reference to
1478 GETTING.GNU.SOFTWARE.
1479
1480 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1481
1482 * admin.el (set-version): Use `s' interactive spec for
1483 version number.
1484
1485 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1486
1487 * (Version 21.1 released.)
1488
1489 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1490
1491 * admin.el (add-release-logs): Put the log entry in lispref, too.
1492
1493 2001-10-20 Miles Bader <miles@gnu.org>
1494
1495 * quick-install-emacs: Exit if we can't find some variable.
1496 (AVOID): Add .orig & .rej files.
1497 (get_config_var): Be more liberal about format of config.status
1498 sed commands.
1499
1500 2001-10-19 Gerd Moellmann <gerd@gnu.org>
1501
1502 * admin.el: New file.
1503
1504 * build-configs: Add --help option. Add support for building
1505 in arbitrary source trees.
1506
1507 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1508
1509 * alloc-colors.c: New file.
1510
1511 2001-10-13 Gerd Moellmann <gerd@gnu.org>
1512
1513 * make-emacs: Add --boot switch for bootstrapping. Logs to
1514 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1515
1516 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1517
1518 * Branch for 21.1.
1519
1520 2001-09-04 Andrew Innes <andrewi@gnu.org>
1521
1522 * admin/nt/makedist.bat: Remove reference to obsolete file
1523 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1524 version of tar used.
1525
1526 ;; Local Variables:
1527 ;; coding: utf-8
1528 ;; End:
1529
1530 Copyright (C) 2001-2012 Free Software Foundation, Inc.
1531
1532 This file is part of GNU Emacs.
1533
1534 GNU Emacs is free software: you can redistribute it and/or modify
1535 it under the terms of the GNU General Public License as published by
1536 the Free Software Foundation, either version 3 of the License, or
1537 (at your option) any later version.
1538
1539 GNU Emacs is distributed in the hope that it will be useful,
1540 but WITHOUT ANY WARRANTY; without even the implied warranty of
1541 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1542 GNU General Public License for more details.
1543
1544 You should have received a copy of the GNU General Public License
1545 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.