summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--changes6
-rw-r--r--generic/tkInt.decls2
3 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b9887a..b3337ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -490,7 +490,7 @@
2011-12-13 Donal K. Fellows <dkf@users.sf.net>
* doc/getOpenFile.n: Make example follow best practices. Issue spotted
- by Emiliano Gavilan.
+ by Emiliano Gavilán.
2011-11-29 Donal K. Fellows <dkf@users.sf.net>
@@ -899,7 +899,7 @@
2010-12-02 Donal K. Fellows <dkf@users.sf.net>
* generic/tkInt.decls (TkDrawAngledTextLayout,TkDrawAngledChars,...):
- Expose angled text API for Emiliano Gavilan. Still only in internal
+ Expose angled text API for Emiliano Gavilán. Still only in internal
stub table.
2010-11-29 Jan Nijtmans <nijtmans@users.sf.net>
@@ -2542,7 +2542,7 @@
2009-07-26 Donal K. Fellows <dkf@users.sf.net>
* doc/canvas.n: Corrected description of acceptable join styles.
- Spotted by Emiliano Gavilan.
+ Spotted by Emiliano Gavilán.
2009-07-23 Donal K. Fellows <dkf@users.sf.net>
@@ -2579,7 +2579,7 @@
* unix/tkUnixSelect.c (SelCvtFromX32, SelCvtFromX8): Make the
incremental transfer of binary selections work get deserialized
- correctly. Thanks to Emiliano Gavilan for detecting.
+ correctly. Thanks to Emiliano Gavilán for detecting.
2009-07-18 Daniel Steffen <das@users.sourceforge.net>
@@ -4853,7 +4853,7 @@
* changes: Updates for 8.5.2 release.
* unix/tkUnixCursor.c: [Bug 1922466]: Stop crash in [. configure
- -cursor] on X11. Thanks to emiliano gavilan.
+ -cursor] on X11. Thanks to Emiliano Gavilán.
2008-03-26 Joe English <jenglish@users.sourceforge.net>
diff --git a/changes b/changes
index c1ce7fe..0a98a84 100644
--- a/changes
+++ b/changes
@@ -6691,7 +6691,7 @@ in screen distances, reducing precision loss (ferrieux)
2009-04-30 (bug fix)[2504402] iconphoto on non-32-bit displays (mcdonald,thoyts)
-2009-05-01 (bug fix)[2777019] anchor for text rotation (gavilan,fellows)
+2009-05-01 (bug fix)[2777019] anchor for text rotation (gavilán,fellows)
2009-05-03 (bug fix)[2785744] broken flag twiddling (baker,fellows)
@@ -6783,7 +6783,7 @@ deletion (walzer,steffen)
2009-11-24 (bug fix)[2902814] fix [wm iconphoto] on LP64 systems (fellows)
-2009-12-08 (bug fix)[2864685] Compiz menu item animation (gavilan,thoyts)
+2009-12-08 (bug fix)[2864685] Compiz menu item animation (gavilán,thoyts)
2009-12-11 (bug fix)[2912473] accept :: in DISPLAY name (fellows)
@@ -7004,7 +7004,7 @@ and -to (porter)
2012-08-24 (bug fix)[3558535] file dialog filtering (fellows)
-2012-08-25 (bug fix)[3554026,3561016] crash with tearoff menus (gavilan)
+2012-08-25 (bug fix)[3554026,3561016] crash with tearoff menus (gavilán)
2012-09-11 (bug fix)[3566594] stop clip region leaks (fellows)
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 822d008..2ee9d1c 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -614,7 +614,7 @@ declare 180 {
char *widgRec, int offset, Tcl_FreeProc **freeProcPtr)
}
-# Angled text API, exposed for Emiliano Gavilan's RBC work.
+# Angled text API, exposed for Emiliano Gavilán's RBC work.
declare 181 {
void TkDrawAngledTextLayout(Display *display, Drawable drawable, GC gc,
Tk_TextLayout layout, int x, int y, double angle, int firstChar,