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