summaryrefslogtreecommitdiff
path: root/x11/gnome2-terminal
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-09-08Do not rename the installed binary, because it breaks the package; keep thejmmv4-19/+8
gnome-terminal name, and add a missing CONFLICTS with gnome-core (they already conflicted). Fixes PR pkg/22266 by Rafal Boni. While here, bump gnome2-dirs dependancy to 1.2. Bump PKGREVISION to 1.
2003-07-25Update to 2.0.2:jmmv3-9/+18
* configure.in: Added "ta" (Tamil) language to the languages' list. * configure.in: Added Belarusian to ALL_LINGUAS * src/terminal-widget-vte.c (terminal_widget_fork_command): Update to new signature of vte_terminal_fork_command(), fixing Red Hat #76529. * src/simple-x-font-selector.c: Make EggXFontSelector's finalize method to free EggXFontFilter's data. Fixes #89770 * src/terminal-screen.c (make_font_monospace): Fix #96114: to responce to "use system font" option * src/terminal-widget-vte.c (terminal_widget_set_allow_bold): wire up set_allow_bold for use with vte * src/terminal-screen.c (drag_data_received): back out the previous change - conversion from UTF-8 should be performed in terminal widget side - since only the terminal widget know which encoding it is in (#95230) * src/terminal-screen.c (drag_data_received): convert drag&drop data back to locale's encoding before sending to terminal (#95230: drag&drop is broken with non-ASCII characters) * gnome-terminal.desktop.in: Fix the desktop file so that it validates correctly, and claims to be a GNOME terminal emulator. Closes #91150. * src/terminal.c : Handled the "die" signal sent by master session so that session can kill the terminal. Fixes bug#90612 * configure.in: added 'ro' to ALL_LINGUAS * src/terminal-accels.c (terminal_edit_keys_dialog_new): put in GTK+ mode. * src/eggcellrendererkeys.[ch]: update from libegg. * src/profile-editor.c (profile_editor_update_silent_bell): add missing "!" that made the "Terminal bell" setting behave incorrectly * configure.in: Add Latvian (lv) to ALL_LINGUAS * configure.in: Add Japanese(ja) to ALL_LINGUAS * ChangeLog, help/C/gnome-terminal-C.omf, help/C/gnome-terminal.xml, help/C/figures/gnome-terminal-default.png, help/C/figures/gnome-terminal-tabbed.png merge docs changes from HEAD to gnome-2-0 * src/gnome-terminal.glade2 Correct mnemonic widgets for labels "Color _palette", "_Scrollbar is:" and "_Delete key generates:". Set step_increment and page_increment for adjustment of GtkHScale darken-background-scale". Fixes #90552. * terminal.c: Fixes terminal crashes while using command line options (86982). Patch from tino.shwarze@informatik.tu-chemnitz.de * terminal-widget-vte.c: handle widget padding (backport from HEAD). * terminal-window.c: Allow toggling of Hide/Show Menubar to work with keybindings. Fixes #88761.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-18GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents thejmmv2-11/+3
configuration database from beeing modified by packages that do not honour the --disable-schemas-install option. There is no need to patch these broken packages any more. Okay'ed by wiz.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-4/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-14Use the framework provided by GConf2/schemas.mk to register .schemas files.jmmv4-28/+19
Depend on gnome2-dirs to handle shared directories. Bump PKGREVISION.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-13Depend on scrollkeeper; it is required during the build stage to generatejmmv1-1/+2
some files.
2002-10-30Initial import of gnome2-terminal-2.0.1, an xterm like terminal program forrh5-0/+132
GNOME 2. Based on a package provided by Scott Aaron Bamford as part of PR pkg/18660.