Merge from trunk.
[bpt/emacs.git] / admin / ChangeLog
1 2011-07-07 Juanma Barranquero <lekktu@gmail.com>
2
3 * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
4 Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
5
6 2011-07-06 Kenichi Handa <handa@m17n.org>
7
8 * unidata/unidata-gen.el (unidata-dir): New variable.
9 (unidata-setup-list): Expand unidata-text-file in unidata-dir.
10 (unidata-prop-alist): INDEX element may be a function. New
11 optional element VAL-LIST (for general-category and bidi-class).
12 New entry `mirroring'.
13 (unidata-prop-default, unidata-prop-val-list): New subst.
14 (unidata-get-character, unidata-put-character): Delete them.
15 (unidata-gen-table-character): New arg IGNORE. Adjusted for the
16 above changes.
17 (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
18 (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
19 Delete them.
20 (unidata-encode-val): Assume that the first element of VAL-LIST is
21 a cons (nil . 0).
22 (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
23 Always store the encoded value.
24 (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
25 Set the 1st and the 2nd extra slots to index numbers for C
26 functions.
27 (unidata-gen-table-integer): Likewise.
28 (unidata-gen-table-numeric): Likewise.
29 (unidata-gen-table-name): New arg IGNORE.
30 (unidata-gen-table-decomposition): Likewise.
31 (unidata-describe-general-category): Add the case nil to the
32 description alist.
33 (unidata-gen-mirroring-list): New function.
34 (unidata-gen-files): New arg DATA-DIR. Adjusted for the change of
35 unidata-prop-alist. Handle the case of storing multiple
36 char-tables in a file.
37
38 * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
39 unidata-gen-files.
40
41 2011-05-21 Glenn Morris <rgm@gnu.org>
42
43 * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
44
45 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
46
47 * Version 23.3 released.
48
49 2011-02-23 Juanma Barranquero <lekktu@gmail.com>
50
51 * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
52
53 2011-02-19 Eli Zaretskii <eliz@gnu.org>
54
55 * admin.el (set-version): Add msdos/sed2v2.inp.
56
57 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
58
59 Remove no-longer needed getloadavg symbols.
60 * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
61 (LDAV_SYMBOL): Remove.
62
63 2011-02-12 Glenn Morris <rgm@gnu.org>
64
65 * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
66
67 2011-02-05 Glenn Morris <rgm@gnu.org>
68
69 * bzrmerge.el (bzrmerge-warning-buffer): New constant.
70 (bzrmerge-apply): Use it.
71 (bzrmerge): Kill any old warning buffer first.
72
73 2011-02-03 Glenn Morris <rgm@gnu.org>
74
75 * bzrmerge.el (bzrmerge-buffer): New constant.
76 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
77 (bzrmerge-missing): If nothing to do, return nil not (nil).
78 (bzrmerge-apply): Remove odd character from message.
79 (bzrmerge): Give status messages.
80
81 2011-01-31 Eli Zaretskii <eliz@gnu.org>
82
83 * admin.el (set-version): Remove lib-src/makefile.w32-in.
84 Add nt/config.nt.
85
86 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
87
88 src/emacs.c now gets version number from configure.in
89 * admin.el (set-version): Don't update src/emacs.c.
90 * quick-install-emacs (VERSION): Get it from configure.in, not from
91 src/emacs.c.
92
93 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
94
95 strftime: import from gnulib
96 * notes/copyright: strftime.c moved from src to lib.
97
98 2011-01-25 Glenn Morris <rgm@gnu.org>
99
100 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
101 (bzrmerge-missing): Use it.
102
103 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
104
105 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
106 rather than doing rm and autoconf by hand. See
107 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
108
109 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
110
111 * notes/bzr (Installing changes from gnulib): New section.
112 Need for this suggested by Stefan Monnier.
113
114 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
117 an inconsistent state.
118
119 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
120
121 Update copyright notes to match recent gnulib-related changes.
122 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
123 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
124 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
125 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
126 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
127 subsumed by m4/*.m4 rule). config.guess, config.sub, and
128 doc/man/texinfo.tex are now copied in from gnulib.
129
130 2011-01-15 Glenn Morris <rgm@gnu.org>
131
132 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
133
134 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
135 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
136
137 2011-01-14 Glenn Morris <rgm@gnu.org>
138
139 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
140
141 2011-01-14 Glenn Morris <rgm@gnu.org>
142
143 * bzrmerge.el: Require cl when compiling.
144 (bzrmerge-merges): Doc fix.
145
146 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
147
148 * notes/copyright: There's only one install-sh, not two, so fix a
149 typo claiming that there's two. Add move-if-change to the list of
150 GPL files imported from gnulib.
151
152 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
153
154 * notes/copyright: Report status more accurately for non-GPL files.
155 Report copyright status more accurately for mkinstalldirs,
156 configure, m4/getopt.m4, and msdos/sed*.inp.
157
158 2011-01-02 Eli Zaretskii <eliz@gnu.org>
159
160 * nt/README.W32: Update the information about PNG support libraries.
161 (Bug#7716)
162
163 2010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * bzrmerge.el: New file to help merge branches while skipping
166 some revisions (e.g. from emacs-23 to trunk).
167
168 2010-12-03 Andreas Schwab <schwab@linux-m68k.org>
169
170 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
171
172 2010-10-12 Glenn Morris <rgm@gnu.org>
173
174 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
175
176 2010-10-09 Glenn Morris <rgm@gnu.org>
177
178 * admin.el (set-version): Add doc/emacs/emacsver.texi.
179
180 2010-10-09 Glenn Morris <rgm@gnu.org>
181
182 * admin.el (set-version): No need to act on doc/ files any more.
183
184 * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
185
186 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
187
188 * unidata/BidiMirroring.txt: Update from
189 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
190
191 * unidata/UnicodeData.txt: Update from
192 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
193
194 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
195
196 * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
197
198 2010-08-05 Eli Zaretskii <eliz@gnu.org>
199
200 * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
201
202 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
203
204 * admin.el: Write version number to nt/makefile.w32-in.
205 * nt/makedist.bat: Remove; replaced with `zipdist.bat'
206 in the nt/ directory.
207 * nt/README.W32: Relocate to nt/ directory.
208
209 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
210
211 * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
212
213 2010-07-08 Eli Zaretskii <eliz@gnu.org>
214
215 * MAINTAINERS: Update my responsibilities.
216
217 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
218
219 * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
220 (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
221 Remove.
222
223 2010-06-12 Eli Zaretskii <eliz@gnu.org>
224
225 * unidata/bidimirror.awk: New file.
226
227 * unidata/BidiMirroring.txt: New file from
228 http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
229
230 * unidata/Makefile.in (../../src/bidimirror.h): New target.
231 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
232
233 * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
234 (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
235
236 * unidata/biditype.awk: New file.
237
238 * unidata/Makefile.in (../../src/biditype.h): New target.
239
240 * unidata/makefile.w32-in (../../src/biditype.h): New target.
241
242 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
243
244 * unidata/UnicodeData.txt: Update from
245 http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
246
247 2010-05-27 Glenn Morris <rgm@gnu.org>
248
249 * quick-install-emacs (AVOID): No more Makefile.c files.
250
251 * notes/cpp: Remove file.
252
253 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
254
255 * admin.el (set-version, set-copyright): Update emacs.c instead of
256 version.el.
257
258 * make-tarball.txt: Update filename list in step 6.
259
260 * quick-install-emacs: Scan emacs.c instead of version.el for
261 version string.
262
263 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
264
265 * Version 23.2 released.
266
267 2010-04-01 Eli Zaretskii <eliz@gnu.org>
268
269 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
270
271 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
272
273 * Branch for 23.2.
274
275 2010-03-10 Miles Bader <miles@gnu.org>
276
277 * quick-install-emacs: Use more portable shell syntax.
278
279 * quick-install-emacs (AVOID): Be more picky about files we avoid
280 installing.
281
282 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
283
284 * quick-install-emacs (PRUNED): Fix typo in message.
285
286 2010-01-20 Glenn Morris <rgm@gnu.org>
287
288 * revdiff: Remove file that only works with CVS, and isn't really
289 needed with Bazaar (given the in-built revision options of bzr diff).
290
291 2010-01-12 Glenn Morris <rgm@gnu.org>
292
293 * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
294 than emacs-pretest-bug for bug reports for development versions.
295
296 2009-11-06 Kenichi Handa <handa@m17n.org>
297
298 * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
299 that the block data and the following per-char data fall into the
300 same char-table leaf.
301
302 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
303
304 * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
305
306 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
307
308 * unidata/.gitignore: New file.
309
310 2009-08-22 Eli Zaretskii <eliz@gnu.org>
311
312 * notes/bugtracker: How to reassign a bug to a list of packages.
313
314 * notes/newfile: Details of how to check for problems with DOS 8+3
315 file-name restrictions.
316
317 2009-08-18 Glenn Morris <rgm@gnu.org>
318
319 * notes/newfile: New file.
320
321 2009-07-11 Eli Zaretskii <eliz@gnu.org>
322
323 * make-tarball.txt: Add a note about bumping the value of
324 customize-changed-options-previous-release.
325
326 2009-06-24 Kenichi Handa <handa@m17n.org>
327
328 * charsets/mapconv: For the UNICODE format files, do reverse sort
329 and don't compact the map. This is to prefer the first one in the
330 duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
331
332 2009-06-12 Kenichi Handa <handa@m17n.org>
333
334 * charsets/Makefile (JISX213A.map): Make it depend on
335 mapfiles/JISX213A.map.gz.
336 (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
337
338 * charsets/mapfiles/JISX213A.map.gz: New file.
339
340 * charsets/mapfiles/README: Describe JISX213A.map.gz.
341
342 2009-06-12 Kenichi Handa <handa@m17n.org>
343
344 * charsets/mapfiles/*: New files.
345
346 * charsets/mule-charsets.el: Mostly re-written to generate all
347 MULE-*.map files.
348
349 * charsets/mapconv: Mostly re-written to handle "gzip"ed input
350 files.
351
352 * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
353 EUC-JP-MS.
354
355 * charsets/cp51932.awk (END): Print arch-tag at the tail.
356
357 * charsets/Makefile: Maps depend on files under mapfiles or
358 ${GLIBC_CHARMAPS}.
359
360 2009-04-21 Kenichi Handa <handa@m17n.org>
361
362 * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
363 change.
364
365 2009-04-17 Kenichi Handa <handa@m17n.org>
366
367 * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
368 Hangle decomposition rule to Unicode.
369
370 2009-04-09 Kenichi Handa <handa@m17n.org>
371
372 * unidata/unidata-gen.el (unidata-describe-decomposition): Return
373 a string with a composition property to disable combining
374 characters being composed.
375
376 2009-03-11 Miles Bader <miles@gnu.org>
377
378 * quick-install-emacs: Be more clever about locating info directory.
379
380 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
381
382 * nt/README.W32: Fix typos.
383
384 2009-02-23 Jason Rumney <jasonr@gnu.org>
385
386 * nt/README-ftp-server: Update for 23.0.91
387
388 * nt/README.W32: Remove ever expanding versions of Windows.
389 Shorten FAQ URL. Remove mention of obsolete lock directory.
390 Windows distribution now bin and barebin only. Add note about
391 SVG support. Remove old tar and gzip problem workarounds.
392 Use new (22.x) -Q option. Report all bugs through bug tracker.
393
394 * nt/README-UNDUMP.W32: Modify for barebin distribution, as
395 undumped distribution no longer exists.
396
397 2009-02-05 Yu-ji Hosokawa <yu-ji@hoso.net> (tiny change)
398
399 * nt/README.W32: Fix typo. (Bug#2207)
400
401 2009-02-01 Chong Yidong <cyd@stupidchicken.com>
402
403 * admin.el (set-version): Remove deleted file ns-emacs.texi.
404
405 2008-12-02 Kenichi Handa <handa@m17n.org>
406
407 * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
408 `decomposition' property adjusted.
409 (unidata-split-decomposition): Don't include surrounding "<" and
410 ">" in a symbol name.
411
412 2008-12-01 Kenichi Handa <handa@m17n.org>
413
414 * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
415 property generator to unidata-gen-table-numeric. Docstring adjusted.
416 (unidata-get-numeric, unidata-put-numeric)
417 (unidata-gen-table-numeric): New functions.
418 (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
419
420 2008-11-29 Eli Zaretskii <eliz@gnu.org>
421
422 * notes/documentation: Add notes about Antinews.
423
424 2008-10-23 Glenn Morris <rgm@gnu.org>
425
426 * admin.el (set-version): Add doc/misc/ns-emacs.texi.
427 Add/tweak some nextstep/ entries.
428
429 2008-09-19 Kenichi Handa <handa@m17n.org>
430
431 * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
432 positions.
433
434 2008-08-23 Eli Zaretskii <eliz@gnu.org>
435
436 * CPP-DEFINES: Add USER_FULL_NAME.
437
438 2008-08-16 Jason Rumney <jasonr@gnu.org>
439
440 * admin.el (set-version): Set version in nt/emacsclient.rc.
441
442 2008-08-06 Juanma Barranquero <lekktu@gmail.com>
443
444 * nt/dump.bat: Fix mixed EOLs.
445
446 2008-08-04 Adrian Robert <Adrian.B.Robert@gmail.com>
447
448 * CPP-DEFINES: Add DARWIN_OS. Move USE_LISP_UNION_TYPE away from OS's.
449
450 2008-08-02 Eli Zaretskii <eliz@gnu.org>
451
452 * CPP-DEFINES: Add defines for accessing system processes.
453
454 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
455
456 * make-tarball.txt:
457 * admin.el:
458 * FOR-RELEASE:
459 * CPP-DEFINES: Remove mentions of Mac Carbon.
460
461 2008-07-16 Glenn Morris <rgm@gnu.org>
462
463 * admin.el (set-version, set-copyright): Add nextstep/ files.
464
465 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
466
467 * CPP-DEFINES: Add NS port related defines.
468
469 2008-06-16 Glenn Morris <rgm@gnu.org>
470
471 * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
472 doc/lispref/book-spine.texinfo.
473
474 2008-06-15 Glenn Morris <rgm@gnu.org>
475
476 * admin.el (set-version): Add doc/misc/faq.texi.
477
478 2008-05-22 Juanma Barranquero <lekktu@gmail.com>
479
480 * FOR-RELEASE: Remove Windows problem about the XPM image library
481 being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
482
483 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
484
485 * unidata/UnicodeData.txt: Update to Unicode 5.1.
486
487 2008-04-14 Juanma Barranquero <lekktu@gmail.com>
488
489 * unidata/unidata-gen.el (unidata-prop-alist):
490 Fix typo in description of `numeric-value'.
491 (unidata-put-character): Fix typo in error message.
492
493 2008-02-21 Glenn Morris <rgm@gnu.org>
494
495 * notes/unicode, notes/font-backend: New files, split off from
496 README.unicode.
497
498 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
499
500 * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
501 being used in latin1-disp.el. Remove the problem of
502 cp-supported-codepages. Remove the problem of lost changelog for
503 ps-prin1.ps.
504
505 2008-02-16 Eli Zaretskii <eliz@gnu.org>
506
507 * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
508 non-portable in this context.
509
510 * unidata/Makefile.in (unidata.txt): Don't use $<, it's
511 non-portable in this context.
512
513 2008-02-09 Eli Zaretskii <eliz@gnu.org>
514
515 * unidata/makefile.w32-in (lisp): New variable.
516 (EMACSLOADPATH): Use $(lisp). Add lisp/international and
517 lisp/emacs-lisp.
518
519 2008-02-04 Jason Rumney <jasonr@gnu.org>
520
521 * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
522
523 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
524
525 * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
526
527 2008-02-02 Eli Zaretskii <eliz@gnu.org>
528
529 * unidata/makefile.w32-in (charprop-CMD): Fix last change.
530
531 * unidata/Makefile.in: Rename from Makefile.
532
533 * unidata/makefile.w32-in: New file.
534
535 2008-02-02 Jason Rumney <jasonr@gnu.org>
536
537 * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
538
539 2008-02-01 Kenichi Handa <handa@m17n.org>
540
541 * unidata/copyright.html: New file.
542
543 2008-02-01 Kenichi Handa <handa@m17n.org>
544
545 * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
546 decomposition, if T is the same as TBase, don't include it in the
547 returned list.
548
549 2008-02-01 Kenichi Handa <handa@m17n.org>
550
551 * unidata/unidata-gen.el (unidata-text-file): Delete it.
552 (unidata-list): Initialize to nil.
553 (unidata-setup-list): New function.
554 (unidata-gen-files): New optional arg unidata-text-file.
555 If it's nil, set unidata-text-file to the left command line arg.
556 Call unidate-setup-list at first.
557
558 * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
559 (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
560
561 2008-02-01 Kenichi Handa <handa@m17n.org>
562
563 * unidata/unidata-gen.el: Fix comment typo.
564 Change string-to-int to string-to-number.
565 (unidata-text-file): Define to .../unidata.txt.
566 (unidata-list): Just insert unidata-text-file.
567 (unidata-get-decomposition): Handle Hangul decomposition.
568 (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
569
570 * unidata/Makefile (unidata.txt): New target.
571 (charprop.el): Depends on unidata.txt.
572 (clean): Remove unidata.txt.
573
574 2008-02-01 Kenichi Handa <handa@m17n.org>
575
576 * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
577 (unidata-get-name): Handle U+110B.
578
579 2008-02-01 Kenichi Handa <handa@m17n.org>
580
581 Sub-directory `unidata' is for codes to generate charprop.el and
582 many other uni-*.el files from `UnicodeData.txt'.
583
584 * Unidata/README: New file.
585
586 * unidata/Makefile: New file.
587
588 * unidata/unidata-gen.el: New file.
589
590 * unidata/UnicodeData.txt: New file. Copied from
591 http://www.unicode.org on 2006-05-23.
592
593 * unidata/.cvsignore: New file.
594
595 2008-02-01 Kenichi Handa <handa@m17n.org>
596
597 * charsets/.cvsignore: New file.
598
599 * charsets/mapconv: Add code for handling KANJI-DATABASE format.
600
601 * charsets/Makefile (all): Rename target from charsets.
602 Depend on ${TRANS_TABLE}.
603 (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
604 Generate from cns2ucsdkw.txt.
605 (install): Copy updated files only.
606
607 2008-02-02 Kenichi Handa <handa@m17n.org>
608
609 * charsets/cp932.awk: Append user-defined area of CP932.
610
611 2008-02-02 Kenichi Handa <handa@m17n.org>
612
613 * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
614 0x2299 to 0x29BF.
615
616 2008-02-01 Kenichi Handa <handa@m17n.org>
617
618 * charsets/Makefile (TRANS_TABLE): New macro.
619 (JISX0208.map): Convert 0x2015 to 0x2014.
620 (cp51932.el): New target.
621 (eucjp-ms.el): New target.
622 (install): Include ${TRANS_TABLE}.
623 (CJK): Include JISX213A.map.
624 (JISX213A.map): New target.
625
626 * charsets/eucjp-ms.awk: New file.
627
628 * charsets/cp51932.awk: New file.
629
630 2008-02-01 Kenichi Handa <handa@m17n.org>
631
632 * charsets/cp932.awk: New file.
633
634 * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
635
636 * charsets/mapconv: In UNICODE2 case, sort by 4th field after
637 running an awk program.
638
639 2008-02-01 Kenichi Handa <handa@m17n.org>
640
641 * charsets/mapconv: Handle UNICODE2.
642
643 * charsets/Makefile (CJK): Include CP932-2BYTE.map.
644 (CP932-2BYTE.map): New target.
645
646 2008-02-01 Kenichi Handa <handa@m17n.org>
647
648 * charsets: New directory for scripts to generate charset map
649 files in ../etc/charsets/.
650
651 * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
652 * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
653 * charsets/kuten.awk: New files.
654
655 2008-01-08 Glenn Morris <rgm@gnu.org>
656
657 * admin.el (set-version): Add doc/man/emacs.1.
658
659 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
660
661 * notes/copyright:
662 * MAINTAINERS: Remove references to files that have been removed.
663
664 2008-01-04 Glenn Morris <rgm@gnu.org>
665
666 * admin.el (set-copyright): Add lib-src/ebrowse.c.
667
668 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * CPP-DEFINES: New file.
671
672 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
673
674 * FOR-RELEASE: Remove "window-system in face definition" [of
675 gnus-treat-emphasize]. Remove "Gnus archive groups". Add comment
676 on gnus-dired.el.
677
678 2007-12-05 Glenn Morris <rgm@gnu.org>
679
680 * admin.el (set-version): Handle configure.in. Adapt for doc/
681 directory layout for manuals.
682
683 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
684
685 * FOR-RELEASE: Remove Gnus send mail problem. Other Gnus bugs have
686 been fixed in Gnus CVS but have not yet been synched to Emacs.
687
688 2007-11-17 Glenn Morris <rgm@gnu.org>
689
690 * admin.el (process-lines): Move to ../lisp/subr.el.
691
692 2007-10-23 Glenn Morris <rgm@gnu.org>
693
694 * MAINTAINERS: Move here from ../.
695
696 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
697
698 * make-emacs: Doc fix.
699
700 2007-08-28 Glenn Morris <rgm@gnu.org>
701
702 * admin.el: Provide self.
703
704 2007-08-10 Jan Djärv <jan.h.d@swipnet.se>
705
706 * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
707
708 2007-07-25 Glenn Morris <rgm@gnu.org>
709
710 * Relicense all FSF files to GPLv3 or later.
711
712 2007-06-07 Glenn Morris <rgm@gnu.org>
713
714 * admin.el (set-copyright): New function.
715
716 2007-04-25 Nick Roberts <nickrob@snap.net.nz>
717
718 * make-tarball.txt: Add note about cutting the branch.
719
720 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
721
722 * Version 22.1 released.
723
724 2007-02-03 Eli Zaretskii <eliz@gnu.org>
725
726 * nt/makedist.bat: Change EOL format to DOS. Don't use
727 redirection characters in REM lines.
728
729 2007-01-27 Jan Djärv <jan.h.d@swipnet.se>
730
731 * FOR-RELEASE: Removed Gtk/Xft issue.
732
733 2007-01-01 Miles Bader <miles@gnu.org>
734
735 * quick-install-emacs (get_config_var): Deal with weird magic
736 string inserted by recent versions of autoconf.
737
738 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
739
740 * admin.el (set-version): Set version number in
741 lib-src/makefile.w32-in.
742
743 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
744
745 * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
746 due to a local miss-configuration.
747
748 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
749
750 * make-announcement (OLD): Remove LEIM references in announcement
751 since it is now built-in.
752
753 2006-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
754
755 * admin.el (set-version): Set version numbers in "mac" subdirectory.
756
757 2006-10-03 Kenichi Handa <handa@m17n.org>
758
759 * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
760
761 2006-08-13 Chong Yidong <cyd@stupidchicken.com>
762
763 * FOR-RELEASE: Elisp manual checking completed.
764
765 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
766
767 * FOR-RELEASE: Update refcard section.
768
769 2006-07-14 Kim F. Storm <storm@cua.dk>
770
771 * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
772
773 2006-07-09 Kim F. Storm <storm@cua.dk>
774
775 * README: Use outline format. Add FOR-RELEASE.
776
777 2006-06-27 Chong Yidong <cyd@stupidchicken.com>
778
779 * FOR-RELEASE: Checking of info.texi done.
780
781 2006-06-08 Reiner Steib <Reiner.Steib@gmx.de>
782
783 * FOR-RELEASE: Update refcard section.
784
785 2006-06-07 Reiner Steib <Reiner.Steib@gmx.de>
786
787 * FOR-RELEASE: Update refcard section.
788
789 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
790
791 * FOR-RELEASE: Key sequence elisp node done.
792
793 2006-05-24 Reiner Steib <Reiner.Steib@gmx.de>
794
795 * FOR-RELEASE: Update refcard translations. Add coding cookie.
796
797 2006-05-21 Chong Yidong <cyd@mit.edu>
798
799 * FOR-RELEASE: point-entered /point-left bug fixed.
800
801 2006-05-12 Eli Zaretskii <eliz@gnu.org>
802
803 * FOR-RELEASE: Spell-checking the manuals is now done; remove the
804 entry.
805
806 2006-05-06 Bill Wohler <wohler@newt.com>
807
808 * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
809 about it.
810
811 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com>
812
813 * ./* (Copyright): Updated Copyright year(s).
814
815 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
816
817 * FOR-RELEASE (BUGS): Add URLs/MIDs.
818
819 2006-02-20 Kim F. Storm <storm@cua.dk>
820
821 * FOR-RELEASE (NEW FEATURES): Completed work on this item:
822 Rework how fringe bitmaps are defined and used.
823 Currently, bitmap usage and bitmap appearence are "mixed-up" in a
824 one-level representation. It would be cleaner to split the
825 representation into a two-level model where first level maps
826 bitmap usage to a bitmap name, and second level maps bitmap name to
827 a bitmap appearence.
828
829 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
830
831 * FOR-RELEASE: String allocation bugs fixed.
832
833 2005-12-13 Bill Wohler <wohler@newt.com>
834
835 * FOR-RELEASE: Ensure MH-E 8.0 has been released.
836
837 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
838
839 * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
840 completing-read-multiple, mail-extract-address-components,
841 mail-mode, quail-define-package, save-buffer and
842 ucs-set-table-for-input from doc strings item (Done).
843
844 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
845
846 * FOR-RELEASE: Icons installed. Partial completion bug fixed.
847
848 2005-11-11 Kim F. Storm <storm@cua.dk>
849
850 * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
851 when displaying a non-breaking space in an overlay string.
852
853 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
854
855 * FOR-RELEASE: Init file change implemented.
856
857 2005-10-27 Chong Yidong <cyd@stupidchicken.com>
858
859 * FOR-RELEASE: Fringe angle bitmap at eob fixed.
860
861 2005-10-19 Chong Yidong <cyd@stupidchicken.com>
862
863 * FOR-RELEASE (New features): max-image-size implemented.
864 (Bugs): split-window done, by Kim F. Storm.
865
866 2005-10-17 Bill Wohler <wohler@newt.com>
867
868 * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
869 since it's gone. Also marked mh-e as done.
870
871 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
872
873 * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
874 libraries on Windows (Done).
875
876 2005-10-01 Jason Rumney <jasonr@gnu.org>
877
878 * admin.el (set-version): Set version numbers in nt/emacs.rc.
879
880 2005-08-31 Romain Francoise <romain@orebokech.com>
881
882 * FOR-RELEASE (New features): Remove vhdl-mode.el update
883 item (Done).
884
885 2005-08-27 Romain Francoise <romain@orebokech.com>
886
887 * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
888
889 2005-07-04 Lute Kamstra <lute@gnu.org>
890
891 Update FSF's address in GPL notices.
892
893 2005-06-10 Lute Kamstra <lute@gnu.org>
894
895 * admin.el (set-version): Set version in lisp manual too.
896 * make-tarball.txt: Commit lispref/elisp.texi too.
897
898 2005-06-04 Richard M. Stallman <rms@gnu.org>
899
900 * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
901 Other cleanups.
902
903 2005-04-19 Lute Kamstra <lute@gnu.org>
904
905 * make-tarball.txt: Don't commit lisp/loaddefs.el.
906
907 2005-04-14 Lute Kamstra <lute@gnu.org>
908
909 * nt/makedist.bat (elfiles): Update.
910
911 * admin.el (add-release-logs): Fix require call.
912
913 2005-03-30 Marcelo Toledo <marcelo@marcelotoledo.org>
914
915 * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
916 The first line of every tutorial must begin with a sentence saying
917 "Emacs Tutorial" in the respective language. This should be
918 followed by "See end for copying conditions", likewise in the
919 respective language.
920
921 2005-03-29 Luc Teirlinck <teirllm@auburn.edu>
922
923 * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
924 Add `undo-ask-before-discard' to it.
925
926 2005-03-02 Miles Bader <miles@gnu.org>
927
928 * quick-install-emacs: Only use the mkdir --verbose option if the
929 script's --verbose option was specified (this avoids problems with
930 default usage on systems where mkdir doesn't support that option).
931
932 2005-02-15 Jason Rumney <jasonr@gnu.org>
933
934 * nt/makedist.bat: Do not rely on non-standard behavior of
935 tar --exclude.
936
937 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
938
939 * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
940
941 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
942
943 * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
944 Elisp manuals.
945
946 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
947
948 * FOR-RELEASE (Indications): Clean up and update checklists for
949 Emacs and Elisp manuals.
950
951 2004-09-11 Kim F. Storm <storm@cua.dk>
952
953 * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
954 (Documentation): Add NEWS entry.
955 Add section lists for proof-reading Emacs and Lisp manuals.
956
957 2004-08-29 Kim F. Storm <storm@cua.dk>
958
959 * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
960
961 2004-08-28 Jan Djärv <jan.h.d@swipnet.se>
962
963 * FOR-RELEASE (Indications): Remove entry about GTK and geometry
964 (now behaves as well as other ports).
965
966 2004-06-28 Jan Djärv <jan.h.d@swipnet.se>
967
968 * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
969
970 2004-06-26 Eli Zaretskii <eliz@is.elta.co.il>
971
972 * FOR-RELEASE: Moved here from the etc directory.
973
974 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
975
976 * notes/BRANCH: New file, to be maintained per CVS branch.
977
978 2003-10-01 Miles Bader <miles@gnu.org>
979
980 * quick-install-emacs: Don't use "function" keyword when defining
981 shell functions.
982
983 2003-09-29 Lute Kamstra <lute@gnu.org>
984
985 * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
986
987 2003-09-27 Miles Bader <miles@gnu.ai.mit.edu>
988
989 * quick-install-emacs: Remove fns-* pruning, since that file no
990 longer seems to be generated.
991 (AVOID): Quote literal periods. Quote braces in a way acceptable
992 to all parties (gawk gets bitchy about using `\').
993
994 2003-08-19 Miles Bader <miles@gnu.org>
995
996 * quick-install-emacs: Add arch-specific ignored files to
997 quick-install-emacs. Use quoting for periods that's acceptable
998 to recent versions of gawk.
999
1000 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
1001
1002 * cus-test.el: Remove obsolete workaround.
1003
1004 2003-04-22 Andrew Innes <andrewi@gnu.org>
1005
1006 * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1007 emacs.exe before zipping, and including batch file to recreate
1008 after unpacking.
1009
1010 * nt/stitch.bat: New file.
1011
1012 * nt/README-ftp-server: Update wording and version number etc.
1013 Add extra instructions for installing multi-file .zip
1014 distribution.
1015
1016 * nt/README.W32: Remove personal email address and update wording.
1017
1018 * nt/README-UNDUMP.W32: Remove personal email address and update
1019 wording.
1020
1021 2003-02-10 Francesco Potortì <pot@gnu.org>
1022
1023 * make-changelog-diff: New script, code stolen from make-announcement.
1024
1025 * make-announcement: Use make-changelog-diff.
1026
1027 2003-01-20 Francesco Potortì <pot@gnu.org>
1028
1029 * make-tarball.txt: Step-by-step instructions for making a tarball.
1030
1031 * make-announcement: A script for creating pretest announcements.
1032
1033 2003-01-17 Francesco Potortì <pot@gnu.org>
1034
1035 * admin.el (add-release-logs): Expand the directory name before
1036 calling find(1).
1037 (add-release-logs): Use the same methods as add-log.el for writing
1038 the date and the user's name and address.
1039
1040 2003-01-07 Miles Bader <miles@gnu.org>
1041
1042 * quick-install-emacs: Unset LANG etc. to avoid non-standard
1043 command output from non-C locales.
1044
1045 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
1046
1047 * cus-test.el: Extended and reorganized. There are now 4 tests
1048 which can be run in batch mode. See the Commentary section.
1049
1050 2002-10-08 Markus Rost <rost@math.ohio-state.edu>
1051
1052 * cus-test.el: New file.
1053
1054 2002-05-27 Miles Bader <miles@gnu.org>
1055
1056 * quick-install-emacs (VERSION): Calculate using the same method
1057 that configure.in uses.
1058
1059 2002-04-26 Pavel Janík <Pavel@Janik.cz>
1060
1061 * emacs-pretesters: New file with information for Emacs
1062 pretesters.
1063
1064 2002-03-22 Paul Eggert <eggert@twinsun.com>
1065
1066 * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1067 POSIX 1003.1-2001 disallows both usages.
1068
1069 2002-02-11 Andrew Innes <andrewi@gnu.org>
1070
1071 * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1072
1073 2002-01-24 Andrew Innes <andrewi@gnu.org>
1074
1075 * nt/README.W32: Remove unnecessary version number and date
1076 references.
1077
1078 * nt/README-UNDUMP.W32: Ditto.
1079
1080 2001-12-06 Gerd Moellmann <gerd@gnu.org>
1081
1082 * make-emacs: Add --trace-move.
1083
1084 2001-10-23 Andrew Innes <andrewi@gnu.org>
1085
1086 * nt/makedist.bat: Remove remaining obsolete reference to
1087 GETTING.GNU.SOFTWARE.
1088
1089 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1090
1091 * admin.el (set-version): Use `s' interactive spec for
1092 version number.
1093
1094 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1095
1096 * (Version 21.1 released.)
1097
1098 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1099
1100 * admin.el (add-release-logs): Put the log entry in lispref, too.
1101
1102 2001-10-20 Miles Bader <miles@gnu.org>
1103
1104 * quick-install-emacs: Exit if we can't find some variable.
1105 (AVOID): Add .orig & .rej files.
1106 (get_config_var): Be more liberal about format of config.status
1107 sed commands.
1108
1109 2001-10-19 Gerd Moellmann <gerd@gnu.org>
1110
1111 * admin.el: New file.
1112
1113 * build-configs: Add --help option. Add support for building
1114 in arbitrary source trees.
1115
1116 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1117
1118 * alloc-colors.c: New file.
1119
1120 2001-10-13 Gerd Moellmann <gerd@gnu.org>
1121
1122 * make-emacs: Add --boot switch for bootstrapping. Logs to
1123 EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1124
1125 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1126
1127 * Branch for 21.1.
1128
1129 2001-09-04 Andrew Innes <andrewi@gnu.org>
1130
1131 * admin/nt/makedist.bat: Remove reference to obsolete file
1132 GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about
1133 version of tar used.
1134
1135 ;; Local Variables:
1136 ;; coding: utf-8
1137 ;; End:
1138
1139 Copyright (C) 2001-2011 Free Software Foundation, Inc.
1140
1141 This file is part of GNU Emacs.
1142
1143 GNU Emacs is free software: you can redistribute it and/or modify
1144 it under the terms of the GNU General Public License as published by
1145 the Free Software Foundation, either version 3 of the License, or
1146 (at your option) any later version.
1147
1148 GNU Emacs is distributed in the hope that it will be useful,
1149 but WITHOUT ANY WARRANTY; without even the implied warranty of
1150 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1151 GNU General Public License for more details.
1152
1153 You should have received a copy of the GNU General Public License
1154 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.