diff options
| author | Leo Liu | 2012-07-15 08:52:16 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-07-15 08:52:16 +0800 |
| commit | 2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c (patch) | |
| tree | 71bbef916a92f832aafe1209a955e07ac30d3fd1 /src | |
| parent | 63408057e7b8f8f9e04fa689117c75b498406daf (diff) | |
| download | emacs-2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c.tar.gz emacs-2e2d2a13e59e6332ea2623cfe4b3c1cd5afaed2c.zip | |
Add news for exclamation-mark and flymake
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/fringe.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eca3f526bc1..67bbf0b5bb7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-15 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * fringe.c: Fix typo in comments. | ||
| 4 | |||
| 1 | 2012-07-14 Leo Liu <sdl.web@gmail.com> | 5 | 2012-07-14 Leo Liu <sdl.web@gmail.com> |
| 2 | 6 | ||
| 3 | * fringe.c: Add a new bitmap exclamation-mark. | 7 | * fringe.c: Add a new bitmap exclamation-mark. |
diff --git a/src/fringe.c b/src/fringe.c index 8de14ef4544..97d03a2bfae 100644 --- a/src/fringe.c +++ b/src/fringe.c | |||
| @@ -107,7 +107,7 @@ struct fringe_bitmap | |||
| 107 | static unsigned short question_mark_bits[] = { | 107 | static unsigned short question_mark_bits[] = { |
| 108 | 0x3c, 0x7e, 0x7e, 0x0c, 0x18, 0x18, 0x00, 0x18, 0x18}; | 108 | 0x3c, 0x7e, 0x7e, 0x0c, 0x18, 0x18, 0x00, 0x18, 0x18}; |
| 109 | 109 | ||
| 110 | /* A exclamation mark. */ | 110 | /* An exclamation mark. */ |
| 111 | /* | 111 | /* |
| 112 | ...XX... | 112 | ...XX... |
| 113 | ...XX... | 113 | ...XX... |