Commit 11eecc2e authored by Christophe Massiot's avatar Christophe Massiot

* Bumped up revision number to 0.5.3

* po/* : run --update-po before the release
* ChangeLog : run --update-changelog
* toolbox : ChangeLog is UTC
* OS X : fixed a bug with the deinterlace menu and localizations (thanks
  Felix)
parent 46fb8aff
This diff is collapsed.
dnl Autoconf settings for vlc dnl Autoconf settings for vlc
AC_INIT(vlc,0.5.3-test2) AC_INIT(vlc,0.5.3)
CONFIGURE_LINE="$0 $*" CONFIGURE_LINE="$0 $*"
CODENAME="Natalya" CODENAME="Natalya"
...@@ -12,7 +12,7 @@ AC_CANONICAL_SYSTEM ...@@ -12,7 +12,7 @@ AC_CANONICAL_SYSTEM
dnl XXX: we don't put any flags here, because automake 1.5 doesn't support dnl XXX: we don't put any flags here, because automake 1.5 doesn't support
dnl them. And we need the comma otherwize automake will choke on it. dnl them. And we need the comma otherwize automake will choke on it.
AM_INIT_AUTOMAKE(vlc,0.5.3-test2) AM_INIT_AUTOMAKE(vlc,0.5.3)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
dnl dnl
......
/* Localized versions of Info.plist keys */ /* Localized versions of Info.plist keys */
CFBundleName = "VLC"; CFBundleName = "VLC";
CFBundleShortVersionString = "0.5.3-cvs"; CFBundleShortVersionString = "0.5.3";
CFBundleGetInfoString = "VLC media player 0.5.3-cvs, Copyright (c) 1996-2003 VideoLAN."; CFBundleGetInfoString = "VLC media player 0.5.3, Copyright (c) 1996-2003 VideoLAN.";
NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN."; NSHumanReadableCopyright = "Copyright (c) 1996-2003 VideoLAN.";
...@@ -138,6 +138,7 @@ ...@@ -138,6 +138,7 @@
"o_msgs_panel" = id; "o_msgs_panel" = id;
"o_mu_audio" = id; "o_mu_audio" = id;
"o_mu_controls" = id; "o_mu_controls" = id;
"o_mu_deinterlace" = id;
"o_mu_edit" = id; "o_mu_edit" = id;
"o_mu_file" = id; "o_mu_file" = id;
"o_mu_help" = id; "o_mu_help" = id;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <key>29</key>
<string>16 822 419 44 0 0 1280 1002 </string> <string>14 602 419 44 0 0 1152 746 </string>
<key>303</key> <key>303</key>
<string>60 509 104 114 0 0 1280 1002 </string> <string>60 509 104 114 0 0 1280 1002 </string>
<key>909</key> <key>909</key>
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>29</integer>
<integer>636</integer> <integer>636</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
......
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>VLC</string> <string>VLC</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>VLC media player 0.5.3-test2, Copyright (c) 1996-2003 VideoLAN.</string> <string>VLC media player 0.5.3, Copyright (c) 1996-2003 VideoLAN.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>vlc.icns</string> <string>vlc.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -379,7 +379,7 @@ ...@@ -379,7 +379,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.5.3-test2</string> <string>0.5.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VLC#</string> <string>VLC#</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
...@@ -426,7 +426,7 @@ ...@@ -426,7 +426,7 @@
</dict> </dict>
</array> </array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.5.3-test2</string> <string>0.5.3</string>
<key>NSAppleScriptEnabled</key> <key>NSAppleScriptEnabled</key>
<string>YES</string> <string>YES</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* controls.m: MacOS X interface plugin * controls.m: MacOS X interface plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * Copyright (C) 2002-2003 VideoLAN
* $Id: controls.m,v 1.29 2003/03/06 11:43:07 hartman Exp $ * $Id: controls.m,v 1.30 2003/04/06 23:21:13 massiot Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
{ {
intf_thread_t * p_intf = [NSApp getIntf]; intf_thread_t * p_intf = [NSApp getIntf];
BOOL bEnable = [sender state] == NSOffState; BOOL bEnable = [sender state] == NSOffState;
if( bEnable ) if( bEnable )
{ {
config_PutPsz( p_intf, "filter", "deinterlace" ); config_PutPsz( p_intf, "filter", "deinterlace" );
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* intf.h: MacOS X interface plugin * intf.h: MacOS X interface plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * Copyright (C) 2002-2003 VideoLAN
* $Id: intf.h,v 1.32 2003/03/06 12:05:05 hartman Exp $ * $Id: intf.h,v 1.33 2003/04/06 23:21:13 massiot Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -190,6 +190,7 @@ struct intf_sys_t ...@@ -190,6 +190,7 @@ struct intf_sys_t
IBOutlet id o_mi_fullscreen; IBOutlet id o_mi_fullscreen;
IBOutlet id o_mi_screen; IBOutlet id o_mi_screen;
IBOutlet id o_mi_deinterlace; IBOutlet id o_mi_deinterlace;
IBOutlet id o_mu_deinterlace;
IBOutlet id o_mu_window; IBOutlet id o_mu_window;
IBOutlet id o_mi_minimize; IBOutlet id o_mi_minimize;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* intf.m: MacOS X interface plugin * intf.m: MacOS X interface plugin
***************************************************************************** *****************************************************************************
* Copyright (C) 2002-2003 VideoLAN * Copyright (C) 2002-2003 VideoLAN
* $Id: intf.m,v 1.68 2003/03/13 16:09:21 hartman Exp $ * $Id: intf.m,v 1.69 2003/04/06 23:21:13 massiot Exp $
* *
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net> * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr> * Christophe Massiot <massiot@via.ecp.fr>
...@@ -348,6 +348,7 @@ int ExecuteOnMainThread( id target, SEL sel, void * p_arg ) ...@@ -348,6 +348,7 @@ int ExecuteOnMainThread( id target, SEL sel, void * p_arg )
[o_mi_fullscreen setTitle: _NS("Fullscreen")]; [o_mi_fullscreen setTitle: _NS("Fullscreen")];
[o_mi_screen setTitle: _NS("Screen")]; [o_mi_screen setTitle: _NS("Screen")];
[o_mi_deinterlace setTitle: _NS("Deinterlace")]; [o_mi_deinterlace setTitle: _NS("Deinterlace")];
[o_mu_deinterlace setTitle: _NS("Deinterlace")];
[o_mu_window setTitle: _NS("Window")]; [o_mu_window setTitle: _NS("Window")];
[o_mi_minimize setTitle: _NS("Minimize Window")]; [o_mi_minimize setTitle: _NS("Minimize Window")];
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2003-04-02 00:02+0200\n" "POT-Creation-Date: 2003-04-06 23:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
...@@ -19,44 +19,44 @@ msgstr "" ...@@ -19,44 +19,44 @@ msgstr ""
msgid "C" msgid "C"
msgstr "" msgstr ""
#: src/libvlc.c:298 src/libvlc.c:1333 #: src/libvlc.c:298 src/libvlc.c:1335
#, c-format #, c-format
msgid "" msgid ""
"Usage: %s [options] [items]...\n" "Usage: %s [options] [items]...\n"
"\n" "\n"
msgstr "" msgstr ""
#: src/libvlc.c:1165 src/misc/configuration.c:919 #: src/libvlc.c:1167 src/misc/configuration.c:919
msgid "string" msgid "string"
msgstr "" msgstr ""
#: src/libvlc.c:1182 src/misc/configuration.c:904 #: src/libvlc.c:1184 src/misc/configuration.c:904
msgid "integer" msgid "integer"
msgstr "" msgstr ""
#: src/libvlc.c:1185 src/misc/configuration.c:911 #: src/libvlc.c:1187 src/misc/configuration.c:911
msgid "float" msgid "float"
msgstr "" msgstr ""
#: src/libvlc.c:1191 #: src/libvlc.c:1193
msgid " (default enabled)" msgid " (default enabled)"
msgstr "" msgstr ""
#: src/libvlc.c:1192 #: src/libvlc.c:1194
msgid " (default disabled)" msgid " (default disabled)"
msgstr "" msgstr ""
#: src/libvlc.c:1308 src/libvlc.c:1363 src/libvlc.c:1387 #: src/libvlc.c:1310 src/libvlc.c:1365 src/libvlc.c:1389
msgid "" msgid ""
"\n" "\n"
"Press the RETURN key to continue...\n" "Press the RETURN key to continue...\n"
msgstr "" msgstr ""
#: src/libvlc.c:1336 #: src/libvlc.c:1338
msgid "[module] [description]\n" msgid "[module] [description]\n"
msgstr "" msgstr ""
#: src/libvlc.c:1381 #: src/libvlc.c:1383
msgid "" msgid ""
"This program comes with NO WARRANTY, to the extent permitted by law.\n" "This program comes with NO WARRANTY, to the extent permitted by law.\n"
"You may redistribute it under the terms of the GNU General Public License;\n" "You may redistribute it under the terms of the GNU General Public License;\n"
...@@ -773,7 +773,7 @@ msgstr "" ...@@ -773,7 +773,7 @@ msgstr ""
msgid "Interface" msgid "Interface"
msgstr "" msgstr ""
#: src/libvlc.h:459 modules/audio_output/coreaudio.c:224 #: src/libvlc.h:461 modules/audio_output/coreaudio.c:224
#: modules/audio_output/file.c:108 modules/demux/asf/asf.c:218 #: modules/audio_output/file.c:108 modules/demux/asf/asf.c:218
#: modules/demux/ogg.c:553 modules/demux/ogg.c:812 modules/demux/ogg.c:985 #: modules/demux/ogg.c:553 modules/demux/ogg.c:812 modules/demux/ogg.c:985
#: modules/gui/gtk/gnome_interface.c:1133 modules/gui/gtk/gtk_interface.c:1260 #: modules/gui/gtk/gnome_interface.c:1133 modules/gui/gtk/gtk_interface.c:1260
...@@ -781,7 +781,7 @@ msgstr "" ...@@ -781,7 +781,7 @@ msgstr ""
msgid "Audio" msgid "Audio"
msgstr "" msgstr ""
#: src/libvlc.h:475 modules/demux/asf/asf.c:288 modules/demux/avi/avi.c:1040 #: src/libvlc.h:477 modules/demux/asf/asf.c:288 modules/demux/avi/avi.c:1040
#: modules/demux/ogg.c:612 modules/demux/ogg.c:652 modules/demux/ogg.c:717 #: modules/demux/ogg.c:612 modules/demux/ogg.c:652 modules/demux/ogg.c:717
#: modules/demux/ogg.c:892 modules/gui/gtk/gnome_interface.c:1140 #: modules/demux/ogg.c:892 modules/gui/gtk/gnome_interface.c:1140
#: modules/gui/gtk/gtk_interface.c:1337 modules/gui/macosx/intf.m:344 #: modules/gui/gtk/gtk_interface.c:1337 modules/gui/macosx/intf.m:344
...@@ -789,30 +789,30 @@ msgstr "" ...@@ -789,30 +789,30 @@ msgstr ""
msgid "Video" msgid "Video"
msgstr "" msgstr ""
#: src/libvlc.h:495 modules/access/satellite/satellite.c:66 #: src/libvlc.h:497 modules/access/satellite/satellite.c:66
msgid "Input" msgid "Input"
msgstr "" msgstr ""
#: src/libvlc.h:529 #: src/libvlc.h:531
msgid "Decoders" msgid "Decoders"
msgstr "" msgstr ""
#: src/libvlc.h:532 #: src/libvlc.h:534
msgid "Encoders" msgid "Encoders"
msgstr "" msgstr ""
#: src/libvlc.h:537 modules/gui/gtk/gnome_interface.c:2149 #: src/libvlc.h:539 modules/gui/gtk/gnome_interface.c:2149
#: modules/gui/gtk/gtk_interface.c:2468 modules/gui/gtk/gtk_interface.c:3150 #: modules/gui/gtk/gtk_interface.c:2468 modules/gui/gtk/gtk_interface.c:3150
#: modules/gui/win32/strings.cpp:221 modules/gui/wxwindows/open.cpp:177 #: modules/gui/win32/strings.cpp:221 modules/gui/wxwindows/open.cpp:177
#: modules/gui/wxwindows/streamout.cpp:129 #: modules/gui/wxwindows/streamout.cpp:129
msgid "Stream output" msgid "Stream output"
msgstr "" msgstr ""
#: src/libvlc.h:550 #: src/libvlc.h:552
msgid "CPU" msgid "CPU"
msgstr "" msgstr ""
#: src/libvlc.h:562 modules/gui/familiar/interface.c:610 #: src/libvlc.h:564 modules/gui/familiar/interface.c:610
#: modules/gui/gtk/gnome_interface.c:648 #: modules/gui/gtk/gnome_interface.c:648
#: modules/gui/gtk/gnome_interface.c:2500 #: modules/gui/gtk/gnome_interface.c:2500
#: modules/gui/gtk/gnome_interface.c:2525 modules/gui/gtk/gtk_interface.c:752 #: modules/gui/gtk/gnome_interface.c:2525 modules/gui/gtk/gtk_interface.c:752
...@@ -822,7 +822,7 @@ msgstr "" ...@@ -822,7 +822,7 @@ msgstr ""
msgid "Playlist" msgid "Playlist"
msgstr "" msgstr ""
#: src/libvlc.h:569 modules/audio_filter/converter/a52tofloat32.c:85 #: src/libvlc.h:571 modules/audio_filter/converter/a52tofloat32.c:85
#: modules/audio_filter/converter/mpgatofixed32.c:60 #: modules/audio_filter/converter/mpgatofixed32.c:60
#: modules/codec/a52old/a52old.c:59 modules/codec/mpeg_video/parser.c:84 #: modules/codec/a52old/a52old.c:59 modules/codec/mpeg_video/parser.c:84
#: modules/demux/mpeg/ts.c:118 modules/gui/familiar/familiar.c:70 #: modules/demux/mpeg/ts.c:118 modules/gui/familiar/familiar.c:70
...@@ -833,27 +833,27 @@ msgstr "" ...@@ -833,27 +833,27 @@ msgstr ""
msgid "Miscellaneous" msgid "Miscellaneous"
msgstr "" msgstr ""
#: src/libvlc.h:582 #: src/libvlc.h:584
msgid "main program" msgid "main program"
msgstr "" msgstr ""
#: src/libvlc.h:588 #: src/libvlc.h:590
msgid "print help" msgid "print help"
msgstr "" msgstr ""
#: src/libvlc.h:590 #: src/libvlc.h:592
msgid "print detailed help" msgid "print detailed help"
msgstr "" msgstr ""
#: src/libvlc.h:593 #: src/libvlc.h:595
msgid "print a list of available modules" msgid "print a list of available modules"
msgstr "" msgstr ""
#: src/libvlc.h:595 #: src/libvlc.h:597
msgid "print help on module" msgid "print help on module"
msgstr "" msgstr ""
#: src/libvlc.h:598 #: src/libvlc.h:600
msgid "print version information" msgid "print version information"
msgstr "" msgstr ""
...@@ -2946,7 +2946,7 @@ msgstr "" ...@@ -2946,7 +2946,7 @@ msgstr ""
#: modules/gui/win32/strings.cpp:173 modules/gui/win32/strings.cpp:183 #: modules/gui/win32/strings.cpp:173 modules/gui/win32/strings.cpp:183
#: modules/gui/win32/strings.cpp:214 modules/gui/win32/strings.cpp:233 #: modules/gui/win32/strings.cpp:214 modules/gui/win32/strings.cpp:233
#: modules/gui/win32/strings.cpp:249 modules/gui/wxwindows/open.cpp:225 #: modules/gui/win32/strings.cpp:249 modules/gui/wxwindows/open.cpp:225
#: modules/gui/wxwindows/fileinfo.cpp:91 modules/gui/wxwindows/messages.cpp:95 #: modules/gui/wxwindows/fileinfo.cpp:91 modules/gui/wxwindows/messages.cpp:98
#: modules/gui/wxwindows/playlist.cpp:142 #: modules/gui/wxwindows/playlist.cpp:142
#: modules/gui/wxwindows/preferences.cpp:243 #: modules/gui/wxwindows/preferences.cpp:243
#: modules/gui/wxwindows/streamout.cpp:166 #: modules/gui/wxwindows/streamout.cpp:166
...@@ -3965,7 +3965,7 @@ msgid "About %s" ...@@ -3965,7 +3965,7 @@ msgid "About %s"
msgstr "" msgstr ""
#: modules/gui/wxwindows/open.cpp:178 #: modules/gui/wxwindows/open.cpp:178
msgid "Use VLC has a stream server" msgid "Use VLC as a stream server"
msgstr "" msgstr ""
#: modules/gui/wxwindows/open.cpp:197 #: modules/gui/wxwindows/open.cpp:197
...@@ -4000,6 +4000,10 @@ msgstr "" ...@@ -4000,6 +4000,10 @@ msgstr ""
msgid "&Close" msgid "&Close"
msgstr "" msgstr ""
#: modules/gui/wxwindows/messages.cpp:103
msgid "Verbose"
msgstr ""
#: modules/gui/wxwindows/playlist.cpp:105 #: modules/gui/wxwindows/playlist.cpp:105
msgid "Add &Url..." msgid "Add &Url..."
msgstr "" msgstr ""
...@@ -4044,42 +4048,42 @@ msgstr "" ...@@ -4044,42 +4048,42 @@ msgstr ""
msgid "Destination Target:" msgid "Destination Target:"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:162 #: modules/gui/skins/src/skin_main.cpp:170
msgid "Open skin" msgid "Open skin"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:163 #: modules/gui/skins/src/skin_main.cpp:171
#: modules/gui/skins/src/skin_main.cpp:164 #: modules/gui/skins/src/skin_main.cpp:172
#: modules/gui/skins/src/vlcproc.cpp:318 modules/gui/skins/src/vlcproc.cpp:319 #: modules/gui/skins/src/vlcproc.cpp:318 modules/gui/skins/src/vlcproc.cpp:319
msgid "Skin files" msgid "Skin files"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:165 #: modules/gui/skins/src/skin_main.cpp:173
#: modules/gui/skins/src/vlcproc.cpp:320 modules/gui/skins/src/vlcproc.cpp:390 #: modules/gui/skins/src/vlcproc.cpp:320 modules/gui/skins/src/vlcproc.cpp:390
msgid "All files" msgid "All files"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:208 #: modules/gui/skins/src/skin_main.cpp:216
#: modules/gui/skins/src/skin_main.cpp:209 #: modules/gui/skins/src/skin_main.cpp:217
msgid "Last skin actually used" msgid "Last skin actually used"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:210 #: modules/gui/skins/src/skin_main.cpp:218
#: modules/gui/skins/src/skin_main.cpp:211 #: modules/gui/skins/src/skin_main.cpp:219
msgid "Config of last used skin" msgid "Config of last used skin"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:212 #: modules/gui/skins/src/skin_main.cpp:220
#: modules/gui/skins/src/skin_main.cpp:213 #: modules/gui/skins/src/skin_main.cpp:221
msgid "Show application in system tray" msgid "Show application in system tray"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:214 #: modules/gui/skins/src/skin_main.cpp:222
#: modules/gui/skins/src/skin_main.cpp:215 #: modules/gui/skins/src/skin_main.cpp:223
msgid "Show application in taskbar" msgid "Show application in taskbar"
msgstr "" msgstr ""
#: modules/gui/skins/src/skin_main.cpp:226 #: modules/gui/skins/src/skin_main.cpp:234
msgid "Skinnable Interface" msgid "Skinnable Interface"
msgstr "" msgstr ""
......
#! /bin/sh #! /bin/sh
## toolbox for the VLC media player ## toolbox for the VLC media player
## $Id: toolbox,v 1.19 2003/03/20 10:06:16 sam Exp $ ## $Id: toolbox,v 1.20 2003/04/06 23:21:13 massiot Exp $
## ##
## Authors: Samuel Hocevar <sam@zoy.org> ## Authors: Samuel Hocevar <sam@zoy.org>
...@@ -89,7 +89,7 @@ if test "${action}" = "changelog" ...@@ -89,7 +89,7 @@ if test "${action}" = "changelog"
then then
cvs2cl --help >/dev/null 2>&1 || exit 1 cvs2cl --help >/dev/null 2>&1 || exit 1
rm -f ChangeLog rm -f ChangeLog
cvs2cl --hide-filenames --no-wrap -w --stdout | \ cvs2cl --utc --hide-filenames --no-wrap -w --stdout | \
sed -e 's/^[^0-9]/ /' -e 's/^ *$//' | \ sed -e 's/^[^0-9]/ /' -e 's/^ *$//' | \
uniq > ChangeLog uniq > ChangeLog
exit 0 exit 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment