diff options
| author | Kim F. Storm | 2006-06-16 11:42:53 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-06-16 11:42:53 +0000 |
| commit | df05d913fa6d8fa448eec73de13900d73b68cc50 (patch) | |
| tree | 446984b924903273de49130622732081c5bdfaed /src/ChangeLog | |
| parent | 23666aa8ec1ef8d74e32f500eb2fa69821c264f7 (diff) | |
| download | emacs-df05d913fa6d8fa448eec73de13900d73b68cc50.tar.gz emacs-df05d913fa6d8fa448eec73de13900d73b68cc50.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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 |