diff options
| author | Paul Eggert | 2015-03-03 14:52:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-03-03 14:52:04 -0800 |
| commit | 98284ef51c67fa69796946466337d426ab81f9ee (patch) | |
| tree | e43f8d3ab77f67a2fca1dd016037693674b91c26 /src/ChangeLog | |
| parent | 518eab2f7db71929e4877daa5ebd06b1416e69e6 (diff) | |
| parent | c4ade119ccd1904795b2e8d76cd93aedc86d1b09 (diff) | |
| download | emacs-98284ef51c67fa69796946466337d426ab81f9ee.tar.gz emacs-98284ef51c67fa69796946466337d426ab81f9ee.zip | |
Merge from origin/emacs-24
c4ade11 textmodes/ispell.el: Look for aspell .dat files also under dict-dir
e28ec9a ispell.el: Extend to aspell current hunspell handling of aliases
Conflicts:
lisp/ChangeLog
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b1d9822f2f4..8acca6cca3f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -21,19 +21,16 @@ | |||
| 21 | mouse_position_for_popup only for X frames. (Bug#19862) | 21 | mouse_position_for_popup only for X frames. (Bug#19862) |
| 22 | 22 | ||
| 23 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | 23 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> |
| 24 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 25 | 24 | ||
| 26 | * buffer.c (syms_of_buffer): Doc fix. (Bug#19841) | 25 | * buffer.c (syms_of_buffer): Doc fix. (Bug#19841) |
| 27 | 26 | ||
| 28 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | 27 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> |
| 29 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 30 | 28 | ||
| 31 | * xfaces.c (map_tty_color): Use assoc_no_quit instead of | 29 | * xfaces.c (map_tty_color): Use assoc_no_quit instead of |
| 32 | assq_no_quit to fetch color definition by its string name. | 30 | assq_no_quit to fetch color definition by its string name. |
| 33 | (Bug#19802) | 31 | (Bug#19802) |
| 34 | 32 | ||
| 35 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | 33 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> |
| 36 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 37 | 34 | ||
| 38 | * xdisp.c (move_it_in_display_line_to): Handle the case where the | 35 | * xdisp.c (move_it_in_display_line_to): Handle the case where the |
| 39 | last character of a screen line is whitespace, and we are under | 36 | last character of a screen line is whitespace, and we are under |
| @@ -41,7 +38,6 @@ | |||
| 41 | (Bug#19769) | 38 | (Bug#19769) |
| 42 | 39 | ||
| 43 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | 40 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> |
| 44 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 45 | 41 | ||
| 46 | * xdisp.c (handle_stop, handle_single_display_spec) | 42 | * xdisp.c (handle_stop, handle_single_display_spec) |
| 47 | (next-element_from_image): Don't reset the | 43 | (next-element_from_image): Don't reset the |