diff options
| author | Sam Steingold | 2004-02-09 18:49:44 +0000 |
|---|---|---|
| committer | Sam Steingold | 2004-02-09 18:49:44 +0000 |
| commit | 4c1947b96e941a41b9a9ebc9b8db712eae61e24a (patch) | |
| tree | d247e3390f2c68a5f4fc426cd28d4d24a1d7d192 /src/ChangeLog | |
| parent | 5890e9f7acf815c82fd9ad490b9634578fc05c5e (diff) | |
| download | emacs-4c1947b96e941a41b9a9ebc9b8db712eae61e24a.tar.gz emacs-4c1947b96e941a41b9a9ebc9b8db712eae61e24a.zip | |
(w32_draw_fringe_bitmap): Fixed a typo in the last patch.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af9d956cf9e..6332c1267bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-02-09 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (w32_draw_fringe_bitmap): Fixed a typo in the last patch. | ||
| 4 | |||
| 1 | 2004-02-09 Kim F. Storm <storm@cua.dk> | 5 | 2004-02-09 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * fringe.c: New file. Move original fringe related declarations | 7 | * fringe.c: New file. Move original fringe related declarations |
| @@ -28,7 +32,7 @@ | |||
| 28 | DEFVAR_LISP Voverflow_newline_into_fringe. | 32 | DEFVAR_LISP Voverflow_newline_into_fringe. |
| 29 | (init_fringe_once, init_fringe): New functions. | 33 | (init_fringe_once, init_fringe): New functions. |
| 30 | (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions. | 34 | (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions. |
| 31 | 35 | ||
| 32 | * Makefile.in (obj): Add fringe.o. | 36 | * Makefile.in (obj): Add fringe.o. |
| 33 | (fringe.o): New dependencies. | 37 | (fringe.o): New dependencies. |
| 34 | 38 | ||