Commit graph

73 commits

Author SHA1 Message Date
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
grant
9b4feec99c replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:30:32 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
xtraeme
d1b3be923c Update to 2.4.2
Changes:

	o Updated manual.
	o Fix a few minor memory leaks.
	o Translation updates.
2004-01-10 04:56:14 +00:00
xtraeme
efca53d1b0 Updated to 2.4.1.
Changes:

2.4.1
===

  - Escape profile names when used as gconf directory names.
  - Make new tabs/windows open in the current tab's working directory when
    they are opened through the context menu.
  - Undeprecate --use-factory, which was the default anyways.
  - Translation updates.

2.4.0
===

  Thanks to Mariano Suarez-Alvarez, Irene Ryan, Pasupath Duraisamy
  for contributions to this release. Thanks as always to the
  translation team.

  - fix skey dingus
  - translate default profile title
  - documentation improvements
  - fix some error messages
  - only allow numeric values in spinbutton in profiles dialog
  - actually use system font when requested
  - improve HIG compliance

2.3.2
===

  Thanks to Mariano Suarez-Alvarez, John Fleck, Kjartan Maraas,
  Nalin Dahyabhai, Mark Finlay, Jonathan Blandford, Paul Duran for
  contributions to this release. Thanks also to the tireless
  translators.

  - fixups to config key descriptions in .schemas
  - update active widget on tab switching, fixes several
    bugs
  - don't add accelerator for notebook tab 1 if there's
    only one tab
  - add mimetype so you can OpenWith->Terminal in nautilus
  - open new windows and tabs in same directory as
    the current tab
  - don't show URL-related menu items when no url was
    clicked on
  - handle underscores in profile names
  - fixups to regexp for urls
  - HIG fixes
  - fix up build system for online help
  - fix a memleak

2.3.1
===

  Thanks to Christophe Fergeau, Nalin Dahyabhai, Breda McColgan,
  Mariano Suarez-Alvarez, Shivram Upadhyayula, Mike Lei, Laszlo
  Kovacs, Kjartan Maraas, Pasupathi Duraisamy for help with this
  release.

  - fix compilation with old compilers
  - fix some memory corruption screwups in argument parsing,
    and don't mangle post-"-x" options
  - make background shading really work
  - documentation updates
  - translation updates
  - clean up handling of dingus click in combination with
    modifiers
  - dropped libzvt support
  - set application name for window group in window list
  - add --active command line option to preserve
    active tab across sessions
  - add --tab/--window options
  - background scrolling now works
  - tab focus fix
  - honor "menus have icons" pref
  - clean up some duplicate mnemonics in prefs dialog
2004-01-08 20:58:39 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
jmmv
a4207a9569 Do not rename the installed binary, because it breaks the package; keep the
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-09-08 18:07:21 +00:00
jmmv
1dfabd0f9f Update to 2.0.2:
* 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-25 09:14:10 +00:00
martti
cd2f7f1959 COMMENT should start with a capital letter. 2003-07-21 17:38:24 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
7fe1fe9f87 Line up PKGREVISION whitespace. 2003-05-05 14:41:54 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
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-18 20:52:05 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
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-18 14:55:54 +00:00
jmmv
335113861d Use the framework provided by GConf2/schemas.mk to register .schemas files.
Depend on gnome2-dirs to handle shared directories.
Bump PKGREVISION.
2003-02-14 21:13:35 +00:00
cjep
9f6bc9c626 USE_PKGLOCALEDIR=yes 2003-01-10 08:00:02 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
jmmv
8c3cd3770a Depend on scrollkeeper; it is required during the build stage to generate
some files.
2002-12-13 20:13:50 +00:00
rh
3d71cbbe06 Initial import of gnome2-terminal-2.0.1, an xterm like terminal program for
GNOME 2.  Based on a package provided by Scott Aaron Bamford as part of PR
pkg/18660.
2002-10-30 10:32:14 +00:00