diff options
| author | Paul Eggert | 2011-03-06 14:34:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-06 14:34:54 -0800 |
| commit | 032f16205d3fc06ecafa26382745b49985dd124b (patch) | |
| tree | 8b08c9618952283c03cad2f4b42bd0b79b717161 /src/ChangeLog | |
| parent | 44a3a108430ef79370ad2957a5d71d4cd040962b (diff) | |
| download | emacs-032f16205d3fc06ecafa26382745b49985dd124b.tar.gz emacs-032f16205d3fc06ecafa26382745b49985dd124b.zip | |
* xmenu.c (menu_highlight_callback): Now static.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0e350e45f9..02d6ec1ae9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-03-06 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c (menu_highlight_callback): Now static. | ||
| 4 | |||
| 3 | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. | 5 | * xdisp.c (produce_glyphless_glyph): Initialize lower_xoff. |
| 4 | Add a FIXME comment, since the code still doesn't look right. | 6 | Add a FIXME comment, since the code still doesn't look right. |
| 5 | (Fcurrent_bidi_paragraph_direction): Simplify slightly; this | 7 | (Fcurrent_bidi_paragraph_direction): Simplify slightly; this |