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