Mercurial > hg > xemacs-beta
comparison etc/ChangeLog @ 5598:bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
ChangeLog:
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* configure.ac: Fix creation of etc/dbxrc and src/.dbxrc; only try
to create Makefile when Makefile.in is there.
* configure: Regenerate.
src/ChangeLog:
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* .gdbinit.in.in: There is no lrecord_type_lcrecord_list when
using the new garbage collector; print $lrecord_type when Lisp
Object type is unknown to pobj.
etc/ChangeLog:
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* dbxrc.in: There is no lrecord_type_lcrecord_list when using the
new garbage collector; print $lrecord_type when Lisp Object type
is unknown to pobj.
author | Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
---|---|
date | Mon, 21 Nov 2011 10:28:31 +0100 |
parents | 17bcc2aab111 |
children | 3e5d5e8e4bb7 |
comparison
equal
deleted
inserted
replaced
5597:79a1a759ec3d | 5598:bccc91a65536 |
---|---|
1 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> | |
2 | |
3 * dbxrc.in: There is no lrecord_type_lcrecord_list when using the | |
4 new garbage collector; print $lrecord_type when Lisp Object type | |
5 is unknown to pobj. | |
6 | |
1 2011-06-28 Aidan Kehoe <kehoea@parhasard.net> | 7 2011-06-28 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * HELLO: | 9 * HELLO: |
4 No longer encode various Unicode characters in GNU's specific | 10 No longer encode various Unicode characters in GNU's specific |
5 ad-hoc character sets, use ISO-IR-196 sequences instead. | 11 ad-hoc character sets, use ISO-IR-196 sequences instead. |