Subject: CVS commit: pkgsrc/x11/gnome2-terminal
To: None <pkgsrc-changes@NetBSD.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 07/25/2003 09:14:12
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Jul 25 09:14:12 UTC 2003

Modified Files:
	pkgsrc/x11/gnome2-terminal: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/gnome2-terminal/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/gnome2-terminal/PLIST \
    pkgsrc/x11/gnome2-terminal/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.