diff options
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a6dd3de7139..45cdf3ab1da 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2006-06-16 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * .gdbinit (pitx): Show composition parameters. | ||
| 4 | (pgx, pg): New commands to print a glyph structure. | ||
| 5 | (pgi, pgn): New commands to print specific/next glyph. | ||
| 6 | (pgrowx, pgrow): New commands to print all glyphs in a row. | ||
| 7 | |||
| 1 | 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 8 | 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 9 | ||
| 3 | * macfns.c (Fx_display_mm_height, Fx_display_mm_width) | 10 | * macfns.c (Fx_display_mm_height, Fx_display_mm_width) |
| @@ -26,7 +33,7 @@ | |||
| 26 | * window.c (adjust_window_trailing_edge): Don't break out of the loop | 33 | * window.c (adjust_window_trailing_edge): Don't break out of the loop |
| 27 | because there's no next window, if there are parallel windows. | 34 | because there's no next window, if there are parallel windows. |
| 28 | Do break out when WINDOW is nil. | 35 | Do break out when WINDOW is nil. |
| 29 | 36 | ||
| 30 | 2006-06-14 Kim F. Storm <storm@cua.dk> | 37 | 2006-06-14 Kim F. Storm <storm@cua.dk> |
| 31 | 38 | ||
| 32 | * dispextern.h (IT_STACK_SIZE): New macro specifying size of | 39 | * dispextern.h (IT_STACK_SIZE): New macro specifying size of |