summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7e3af33)
raw | patch | inline | side by side (parent: 7e3af33)
author | Kalle Wallin <kaw@linux.se> | |
Mon, 19 Apr 2004 22:14:08 +0000 (22:14 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Mon, 19 Apr 2004 22:14:08 +0000 (22:14 +0000) |
ChangeLog | patch | blob | history | |
README | patch | blob | history | |
conf.h | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index d480c9ba889f238ad2025d59b46e47229e7cb050..7684a63791fd5594b405ea9b5f3f4a69b1b391a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2004-04-19 Kalle Wallin <kaw@linux.se>
+ * Added copyright notice and license notice
+ * Major cleanup of the 'screen' handling routines. The goal of this
+ is to simplify addition of 'screens' (like a key editor).
+ * added a key editor -> screen_keydef.c
+ * configure.ac - added a --enable-key-editor to enable/disable the
+ build in key editor.
+
+
2004-04-14 Kalle Wallin <kaw@linux.se>
* support.c - use screen_status_printf() to display character
conversion errors. Only use stderr if DEBUG is enabled.
2004-04-13 Kalle Wallin <kaw@linux.se>
* list_window.c - use clrtoeol instead of wclear. This improves the
speed and removes some flickering.
- * main.c - poll mpd twice/seconed instead of once, print a newline
+ * main.c - poll mpd twice/second instead of once, print a newline
after closing curses.
2004-04-12 Kalle Wallin <kaw@linux.se>
* ncmcp-0.10.0 released
-
-
-
-
-
-
-
-
-