r4988: Auto commit for Debian build
[cl-readline.git] / changelog
diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..08c867e
--- /dev/null
+++ b/changelog
@@ -0,0 +1,36 @@
+2003-05-16  Nikodemus Siivola  <tsiivola@cc.hut.fi>
+
+       * README: Added documentation for WITHOUT-ECHO, and misc. doc
+       updates.
+
+       * readline.lisp ("no_echo"): New FFI definition
+       ("restore_term"): New FFI definition
+       (without-echo): New macro
+
+       * cl-termios.c: New file
+
+2003-05-08  Nikodemus Siivola  <tsiivola@cc.hut.fi>
+
+       * README (Functions): Added documentation for READEXPR.
+
+       * readline.lisp (readexpr): New function.
+
+       * libreadline.lisp: Moved c-functions to readline.lisp, as it
+       turned out that name conflict were avoidable without separate
+       packages.
+
+2003-05-06  Nikodemus Siivola  <tsiivola@cc.hut.fi>
+
+       * readline.asd (asdf:load-op): Use ASDF to load UFFI instead of
+       require.
+
+       * readline.lisp (from-foreign-string): New function.
+
+2003-05-05  Nikodemus Siivola  <tsiivola@cc.hut.fi>
+
+       * README: Added function documentation.
+       
+       * readline.lisp (readline): Fixed memory leak in FFI code.
+
+       * libreadline.lisp (readline): Changed return type.
+