summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 560af7a)
raw | patch | inline | side by side (parent: 560af7a)
author | Kalle Wallin <kaw@linux.se> | |
Wed, 21 Jul 2004 10:08:04 +0000 (10:08 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Wed, 21 Jul 2004 10:08:04 +0000 (10:08 +0000) |
ChangeLog | patch | blob | history | |
src/screen.c | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 1978644f2ae69183812d1cec471af7a43f204f32..45c6942e1e136d1f7f65fee874b79e11cda9dd3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2004-07-21 Kalle Wallin <kaw@linux.se>
+ * Added Spanish translations from Jose Cedeno
+ * command.c: dont lookup key if key==0 in find_key_command()
+ * screen.c: initialize dummy/last mode id to G_MAXINT
+
2004-07-13 Kalle Wallin <kaw@linux.se>
* command.c: added my_wgetch() function,
Ctrl-C, Ctrl-Z are now hard coded to SIGINT and SIGSTOP
* options.c: added options --mouse and --no-mouse
* Crossfade time can now be definied in the conf file (crossfade-time)
+ * r1865
2004-07-12 Kalle Wallin <kaw@linux.se>
* options.c: fixed short option handling for multiple short options
* Mouse support is now optional (enable-mouse)
2004-07-09 Kalle Wallin <kaw@linux.se>
- * ncmpc-0.11.0 released (r1820)
+ * ncmpc-0.11.0 (r1820)
2004-07-08 Kalle Wallin <kaw@linux.se>
* doc/keys.sample: Welcome back
diff --git a/src/screen.c b/src/screen.c
index 966dbd303ea56ec6cbdef04b5a565e80767fbff2..2e0bad8eee4a8b6df69474b0dc959c00a14dbbbc 100644 (file)
--- a/src/screen.c
+++ b/src/screen.c
#ifdef ENABLE_CLOCK_SCREEN
{ SCREEN_CLOCK_ID, "clock", get_screen_clock },
#endif
- { -1, NULL, NULL }
+ { G_MAXINT, NULL, NULL }
};
static gboolean welcome = TRUE;