1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 15:00:21 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2003-03-19 18:29:26 +00:00
parent 552ae44cde
commit b80e1b5c9b
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2003-03-19 Marius Vollmer <mvo@zagadka.de>
* format.scm (format:out-substr): Update the column counter
correctly. This fixes the behavior of ~T (tabbing) after ~F, for
instance. Thanks to Matthias Koeppe!
2003-03-13 Mikael Djurfeldt <djurfeldt@nada.kth.se> 2003-03-13 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* session.scm (apropos): Don't look in duplicates interface. * session.scm (apropos): Don't look in duplicates interface.

View file

@ -1,3 +1,8 @@
2003-03-19 Marius Vollmer <mvo@zagadka.de>
* tests/format.test ("format basic output"): Added test for "~F"
from Matthias Koeppe.
2003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se> 2003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* tests/elisp.test: Use module (ice-9 weak-vector). * tests/elisp.test: Use module (ice-9 weak-vector).