Next | Query returned 109 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2009-10-22 19:50:54 by Matthias Drochner | Files touched by this commit (4) | Package updated
Log message:
update to 3.28.1
This switches to the gnome-2.28 release branch.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-07-09 20:29:51 by Matthias Drochner | Files touched by this commit (2) | Package updated
Log message:
update to 2.26.3
changes:
-UI improvements
-translation updates
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-05-18 15:40:53 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 3.26.2. Add LICENSE comment (needs AND).

GtkHTML-3.26.2 2009-05-18
-------------------------

Bug Fixes:
	#581228 - tarball does not provide gtkhtml-editor (Gilles Dartiguelongue)
	#578394 – HTML images cannot be scaled to more than 100 px (Matthew Barnes)
Updated Translations:
	krishnababu (te)
	Ivar Smolin (et)
   2009-04-16 21:46:43 by Matthias Drochner | Files touched by this commit (3) | Package updated
Log message:
update to 3.26.1.1
changes:
-bugfixes
-translation updates
   2009-03-22 20:01:42 by Thomas Klausner | Files touched by this commit (44)
Log message:
Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-16 12:36:03 by Jared D. McNeill | Files touched by this commit (2) | Package updated
Log message:
Update gtkhtml314 to 3.26.0.

GtkHTML-3.26.0 2009-03-16
--------------------------

This release has no major features, but just bug fixes & updated \ 
translations. See
the individual release NEWS entries for exact bug numbers and fixes.

GtkHTML-3.25.92 2009-03-02
--------------------------

Updated Translations:
	Alexander Shopov (bg)
	Andre Gondim (pt)
	Chao-Hsiung Liao (zh)
	Claude Paroz (fr)
	Clytie Siddall (vi)
	Daniel Nylander (sv)
	Duarte Loreto (pt)
	Gabor Kelemen (hu)
	Gil Forcada (ca)
	Ilkka Tuohela (fi)
	Inaki Larranaga Murgoitio (eu)
	Ivar Smolin (et)
	Jani Monoses (ro)
	Kenneth Nielsen (da)
	Milo Casagrande (it)
	Philip Withnall (en)
	Takeshi AIHANA (ja)
	Theppitak Karoonboonyanan (th)
	Wouter Bolsterlee (nl)

Bug Fixes:
	#549838 : Revert workarounds for HTML entities (Matt McCutchen)
	#569365 : Do not draw a cursor without a window (Milan Crha)
	#570276 : Change Word Wrap accelerator to CtrlK (Matthew Barnes)
	#570728 : Use gtk_show_uri in html-editor (Paweł Zembrzuski)
	#571621 : Replace a g_assert() with g_return_if_fail() (Matthew Barnes)
	#571654 : Clear also primary selection (Milan Crha)
	#571738 : Remove unused libart_lgpl includes (Andre Klapper)

GtkHTML-3.25.90 2009-02-02
--------------------------
Updated Translations:
	Changwoo Ryu (ko)

Bug Fixes:
	#464064 (BNC) : Evolution crashed - pressing ctrl+z (undo) in composer window  \ 
(Bharath Acharya)
	#465432 (BNC) : Deleting Text In Table Deletes To End Of String  (Bharath Acharya)
	#532165 : Do not crash when factory gone. (Milan Crha)
	#567697 : Do not strip invalid entities, rather return them back as text. \ 
(Denis Pauk)
	#567733 : Handle the "popup-menu" signal. (Matthew Barnes)

GtkHTML-3.25.5 2009-01-19
-------------------------

Updated Translations:
	Hendrik Richter (de)
	Jorge Gonzalez (es)
	Kjartan Maraas (nb)

Bug Fixes:
	#564529 : Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
	#565491 : Preserve up to one leading space when parsing HTML. Eliminates \ 
strange cut-and-paste behavior when the text segment has leading whitespace \ 
(Matthew Barnes)
	#565491 : Preserve leading space only when in the editing mode, otherwise strip \ 
it as before. (Milan Crha)
	#565493 : Ignore the action activation if 'ignore_style_change' is set. Means \ 
we're moving the cursor around and updating the toolbar. Set \ 
'ignore_style_change' for the duration of the function. Add \ 
'ignore_style_change' counter to the private struct. (Matthew Barnes)
	#566014 : New 'default-transparent' boolean property indicates the default \ 
color should be treated as transparent. Set the color swatch color to NULL if \ 
the default color was chosen and the 'default-transparent' property is TRUE. \ 
Allow color to be NULL. Treat the default color as transparent. Initialize the \ 
color combo. (Matthew Barnes)
	#567130 : Use the localization domain when initializing the Glade UI. (Takao \ 
Fujiwara)

Other contributions:
	 Bump gtk_minimum_version to 2.14.0 for gtk_show_uri(). (Matthew Barnes)
	 Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
	 New convenience function calls gtk_show_uri() and displays an error dialog if \ 
the URI cannot be shown. Call gtkhtml_editor_show_uri() instead of \ 
gnome_url_show(). (Matthew Barnes)

GtkHTML-3.25.4 2009-01-05
-------------------------

Bug Fixes:
	#536625: Free the string returned by html_tokenizer_next_token() (Matthew Barnes)
	#552357: Fixes invalid reads and memory usage (Denis Pauk)

Updated Translations:
	Wadim Dziedzic (pl)
	Jorge Gonzalez (es)

GtkHTML-3.25.3 2008-12-15
-------------------------

Bug Fixes:
	#552357: Support http-equiv and set encoding if it exist in http - headers and \ 
re-coding resulted query from form (Denis Pauk)
	#553995: Check for NULL return (Matthew Barnes)
	#555388: Do not crash on undo of a table creation (Milan Crha)
	#563841: Refresh the pictogram parser. Use standard icon names for smiley faces \ 
and recognize more of them (Matthew Barnes)
	#563841: Replace "insert-face-menu" with "insert-face" and \ 
also add it to the HTML toolbar. (Matthew Barnes)

GtkHTML-3.25.2 2008-12-01
-------------------------

Bug Fixes:
       #330452: Automatic spell check suggestions should be first level menu \ 
option (Matthew Barnes)
       #338921: crash when the interest in the image left before it was loaded \ 
(Milan Crha)
       #555420: IM modules "commit" crash (Stanislav Brabec)
       #562323: Evolution inserts a link incorrectly (Matthew Barnes)
       #472517 (bugzilla.redhat.com): Fast double-click to select word followed \ 
by a right click to get
               context menu seems to use previous context (Matthew Barnes)

Updated Translations:
       Jorge Gonzalez (es)

GtkHTML-3.25.1 2008-11-03
-------------------------

Bug Fixes:
	#546155: Update correct index, otherwise it crashes (Milan Crha)
	#548540: Exclude apostrophies from the end of words before passing them to the \ 
dictionary. (Matthew Barnes)
	#554326: Ask for clipboard only when have something to store there. (Milan Crha)
	#554424: A word is correct if it's found in ANY dictionary, not ALL. (Matthew \ 
Barnes)
	#554849: Add bindtextdomain to set LOCALEDIR (Takao Fujiwara)
	#556239: Recheck spelling when the language selection changes (Matthew Barnes)

Updated Translations:
	Maxim Dziumanenko (uk)
	Gil Forcada (ca)

Next | Query returned 109 messages, browsing 71 to 80 | Previous