2003-07-25 11:14:12 by Julio Merino | Files touched by this commit (3) | |
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.
|
2003-07-21 19:38:36 by Martti Kuparinen | Files touched by this commit (19) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message:
PKGREVISION bump for libiconv update.
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-02-18 21:52:10 by Julio Merino | Files touched by this commit (24) |
Log message:
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 15:56:05 by Julio Merino | Files touched by this commit (38) | |
Log message:
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-14 22:13:36 by Julio Merino | Files touched by this commit (4) |
Log message:
Use the framework provided by GConf2/schemas.mk to register .schemas files.
Depend on gnome2-dirs to handle shared directories.
Bump PKGREVISION.
|
2003-01-10 09:00:03 by Chris Pinnock | Files touched by this commit (1) |
Log message:
USE_PKGLOCALEDIR=yes
|
2002-12-24 07:10:36 by Thomas Klausner | Files touched by this commit (156) |
Log message:
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.
|