[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkonsole=5D_=3A_Remove_unused_file_from_old_build_sy?=
From:       Kurt Hindenburg <kurt.hindenburg () gmail ! com>
Date:       2011-03-01 4:27:45
Message-ID: 20110301042745.944FEA60C9 () git ! kde ! org
[Download RAW message or body]

Git commit 4577297611c585e726c2c1a49678d6346c6e241e by Kurt Hindenburg.
Committed on 01/03/2011 at 05:26.
Pushed by hindenburg into branch 'master'.

Remove unused file from old build system and old changelog file.

D  +0    -54   CHANGELOG     
D  +0    -41   configure.in.in     

http://commits.kde.org/konsole/4577297611c585e726c2c1a49678d6346c6e241e

diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
index a844937..0000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,54 +0,0 @@
-
-KDE 4.1
-==========================
-
-New Features:
-	- BUG 152072 - Add 'Copy Input To...' feature which allows the output of the current 
-	  session to be copied to all of or a subset of the running sessions.
-	- BUG 75653 - Tabs may be dragged and dropped between windows and containers.
-	- Text anti-aliasing can be turned off via the 'Smooth Fonts' option in the profile editor
-	- Make mouse-wheel scrolling work in "less" and other terminal applications which don't
-	understand mouse commands.
-	- BUG 157256 - The session number can be displayed in tab titles using the %# marker
-	- Added option to specify whether new sessions start in the same directory as the current
-	session.
-	- Option to enable bi-directional text rendering in a profile
-	- BUG 158235 - Support Xterm's clear history escape sequence 
-	- New color scheme, 'Dark Pastels' is a softer alternative to Linux colors or Black on white.
-
-Minor changes:
-	- Limit tab name length to prevent a single tab from taking up the entire tab bar.
-	- Scroll the terminal continually when the mouse is held down and moved outside the display
-	(like a text document)
-	- Use KDE's shortcut editor to input profile shortcuts
-	- Transparency is enabled by default and does not require the '--enable-transparency' flag
-	to be passed to Konsole on startup.  A new '--notransparency' option is available to turn
-	transparency off.
-
-Fixes:
-	- Fix embedded terminal not gaining focus when shown in Dolphin
-	- Update scrolling optimisations to work with Qt 4.4
-	- BUG 159261 - Set both local and remote tab titles when manually renaming a tab
-	- BUG 152781 - Trailing whitespace at end of selection not copied
-	- BUG 155801 - 	Support for setting background and foreground colors of the current session 
-					using the xtermcontrol tool
-	- BUG 158513 - 	Re-implement --noclose command-line option.  Add -hold as a synonym for
-					Xterm compatibility
-	- BUG 120322 - 	Display a warning and do not close the terminal immediately if the session
-					cannot be started (eg. because the program is missing).  Try to fall back
-					to $SHELL and then /bin/sh if the program cannot be found
-	- BUG 159657 -  Safer shutdown sequence.  Fixes crash which appeared after the changeover
-					to Qt 4.4
-	- BUG 159096 -  'Find Next'/'Find Previous' jumped to the wrong line number if the output
-					contained wrapped lines.
-	- BUG 156654 - 	Force Left-To-Right text layout in the terminal display otherwise it 
-					becomes unusable on RTL desktops
-	- BUG 157667 - 	Disabled several actions in the KPart which are unused to prevent
-					clashes with shortcuts in Yakuake etc.
-	- Allow selection of trailing new-line character at end of selection for consistency with
-	KDE 3.5
-	- Respect KDE color scheme in transparency warning box 
-	- Update tab colors when color scheme is changed
-	- BUG 160422 - Fix calculation of initial size of window.  Default to 80 characters width.
-	- Do not re-use an existing Konsole process when started from a terminal.  This ensures that
-	  the environment from the terminal is inherited by the new terminal window.
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index d68c0f9..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,41 +0,0 @@
-dnl beta tests for openpty support
-AC_MSG_CHECKING(whether we can use openpty)
-ac_use_openpty="yes"
-AC_ARG_ENABLE(openpty,
- AC_HELP_STRING([--disable-openpty],[disable openpty (UNIX98 terminals) support [default=enabled]]),
- [ac_use_openpty="no"])
-if test "$ac_use_openpty" = "yes"; then
-	kde_safe_LIBS=$LIBS
-	LIBS="$LIBS $LIBUTIL"
-	AC_TRY_RUN([
-#include <pty.h>
-
-int main(int argc, char* argv) {
-	int master_fd, slave_fd;
-	int result;
-
-	result = openpty(&master_fd, &slave_fd, 0, 0, 0);
-
-	return 0;
-}
-], [ac_use_openpty="yes"], [ac_use_openpty="no"])
-	LIBS=$kde_safe_LIBS
-fi
-if test "$ac_use_openpty" = "yes"; then
-	AC_DEFINE(HAVE_OPENPTY, 1, [Defines whether we can use the openpty() function])
-	AC_MSG_RESULT(yes)
-else
-	AC_MSG_RESULT(no)
-fi
-
-dnl Set preprocessor variable of how to get cwd from a process
-AC_MSG_CHECKING(how cwd can be be found by seperate process)
-case "$host" in 
-  *-*-linux*) cwd_method='proc' ;;
-	*) cwd_method='no' ;;
-esac
-AC_MSG_RESULT($cwd_method)
-
-case "$cwd_method" in
-	proc) AC_DEFINE(HAVE_PROC_CWD, 1, [Defines whether /proc/`pid`/cwd exists]) ;;
-esac

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic