diff options
| author | Stefan Monnier | 2008-07-22 17:09:24 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-07-22 17:09:24 +0000 |
| commit | 02d8b017d882331b7ae40b1c869fe04d84e0c235 (patch) | |
| tree | d6a650c02475503258fad72234e1dda7b3ce6db2 /src/ChangeLog | |
| parent | cc98b6a06aa7505a2c5c08c3851f48bfabd5ccf0 (diff) | |
| download | emacs-02d8b017d882331b7ae40b1c869fe04d84e0c235.tar.gz emacs-02d8b017d882331b7ae40b1c869fe04d84e0c235.zip | |
(char_quoted): Check "charpos > beg" before decrementing.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 122b58a502e..33c1dc55aab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * syntax.c (char_quoted): Check "charpos > beg" before decrementing. | ||
| 4 | |||
| 1 | 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines): Remove | 7 | * nsfns.m (x_set_menu_bar_lines, x_set_tool_bar_lines): |
| 4 | forwarding functions. | 8 | Remove forwarding functions. |
| 5 | (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make | 9 | (ns_set_menu_bar_lines): Rename to x_set_menu_bar_lines, make |
| 6 | non-static. | 10 | non-static. |
| 7 | (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make | 11 | (ns_set_tool_bar_lines): Rename to x_set_tool_bar_lines, make |
| @@ -15,8 +19,8 @@ | |||
| 15 | 19 | ||
| 16 | 2008-07-22 Jason Rumney <jasonr@gnu.org> | 20 | 2008-07-22 Jason Rumney <jasonr@gnu.org> |
| 17 | 21 | ||
| 18 | * w32proc.c (Fw32_long_file_name): Don't append dir separator to | 22 | * w32proc.c (Fw32_long_file_name): Don't append dir separator to |
| 19 | bare drive. | 23 | bare drive. |
| 20 | 24 | ||
| 21 | 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com> | 25 | 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 22 | 26 | ||