Skip to content

Commit

Permalink
Last minute changes for alpha 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pustjens committed Jul 5, 2008
1 parent d962b07 commit c84ce25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Press F4 for a menu. In this menu there is an option "Accounts", this
can be used to add, edit and delete accounts. There is also an
option to test the combobox widget. The rest of the options are not
implemented yet.
Backspace for some reason does not work, use ^H.

Pressing escape once will close almost any window. Use tab, shift-tab or
the arrow keys to move focus from widget to widget. Moving focus between
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([centerim], [4.22.0], [http://sourceforge.net/projects/centerim])
AC_INIT([centerim], [5-alpha1], [http://sourceforge.net/projects/centerim])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion cppconsui/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libcppconsui_la_SOURCES =\
LineStyle.cpp \
LineStyle.h \
HorizontalLine.cpp \
HorizontalLine. h \
HorizontalLine.h \
VerticalLine.cpp \
VerticalLine.h \
Panel.cpp \
Expand Down
3 changes: 1 addition & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ centerim_SOURCES = \
Log.cpp \
Log.h \
git-version.cpp \
git-version.h.in \
gettext.h
git-version.h.in

centerim_CPPFLAGS =\
$(PURPLE_CFLAGS) \
Expand Down

0 comments on commit c84ce25

Please sign in to comment.