Browse Source

Various fixes for the 4.5.4 release

Miguel de Icaza 26 years ago
parent
commit
42ba2c3c65
4 changed files with 266 additions and 305 deletions
  1. 1 1
      configure.in
  2. 1 1
      gnome/Makefile.in
  3. 1 1
      gtkedit/Makefile.in
  4. 263 302
      po/mc.pot

+ 1 - 1
configure.in

@@ -5,7 +5,7 @@ AC_INIT(create_vcs)
 AC_CONFIG_HEADER(config.h)
 
 PACKAGE=mc
-VERSION=4.5.3
+VERSION=4.5.4
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 AC_SUBST(VERSION)

+ 1 - 1
gnome/Makefile.in

@@ -168,7 +168,7 @@ FileManager-impl.c: FileManager.h
 EXTRA_DIST = gnome.TODO layout gmc.gnorba mc.keys.in.in	
 
 DISTGNOME = \
-	Makefile.in $(EXTRA_DIST) $(CORBA_SOURCES) \
+	Makefile.in ChangeLog $(EXTRA_DIST) $(CORBA_SOURCES) \
 	$(PIXMAPS) $(ICONS) $(GNOMESRCS) $(GNOMEHDRS)
 
 .c.o:

+ 1 - 1
gtkedit/Makefile.in

@@ -20,7 +20,7 @@ AR = @AR@
 
 EDITSRC = edit.c editcmd.c editdraw.c gtkedit.c gtkeditkey.c \
 	propfont.c syntax.c wordproc.c edit.h editcmddef.h global.h gtkedit.h \
-	libgettext.h lkeysym.h editmenu.c editoptions.c
+	libgettext.h lkeysym.h editmenu.c editoptions.c mousemark.h editwidget.c
 
 EDITOBJS = edit.o editcmd.o editdraw.o gtkedit.o gtkeditkey.o \
 	propfont.o syntax.o wordproc.o

File diff suppressed because it is too large
+ 263 - 302
po/mc.pot


Some files were not shown because too many files changed in this diff