diff options
| author | Glenn Morris | 2014-06-21 12:45:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-21 12:45:59 -0700 |
| commit | c400516ab1d827d08225ffb3e1bc1969c73cc45e (patch) | |
| tree | b16343b9e11c916c96b12ab56b6024cad91d3aff /src/ChangeLog | |
| parent | 539ad293eb36b4cf458cbdb5a6b37f5cd1bb68a1 (diff) | |
| parent | 8047f439ec7d0bbe0085800a13bee8da883ae4dd (diff) | |
| download | emacs-c400516ab1d827d08225ffb3e1bc1969c73cc45e.tar.gz emacs-c400516ab1d827d08225ffb3e1bc1969c73cc45e.zip | |
Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.ca
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 94f4444d38c..c845568ddcf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,42 @@ | |||
| 1 | 2014-06-21 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Doc fix. | ||
| 4 | Move to the goal column, if any, with a single call to | ||
| 5 | move_it_in_display_line, not in two calls. Doing this with two | ||
| 6 | calls causes move_it_in_display_line apply the line-prefix | ||
| 7 | handling twice instead of just once. (Bug#17823) | ||
| 8 | |||
| 9 | 2014-06-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 10 | |||
| 11 | Port to OS X ACLs (Bug#17810). | ||
| 12 | * fileio.c (Ffile_acl): Port to OS X, where acl_get_file (..., | ||
| 13 | ACL_TYPE_ACCESS) doesn't work. | ||
| 14 | |||
| 15 | 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 16 | |||
| 17 | * keyboard.c (read_key_sequence): Don't invoke Vprefix_help_command | ||
| 18 | before checking key-translation-map (bug#17659). | ||
| 19 | |||
| 20 | 2014-06-21 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 21 | |||
| 22 | * font.c (font_make_object): Avoid dangling pointer which may | ||
| 23 | crash GC (Bug#17771). | ||
| 24 | |||
| 25 | 2014-06-21 Eli Zaretskii <eliz@gnu.org> | ||
| 26 | |||
| 27 | * image.c [5 < GIFLIB_MAJOR + (1 <= GIFLIB_MINOR)]: Declare the | ||
| 28 | prototype of DGifCloseFile as appropriate for older and newer | ||
| 29 | versions of giflib. | ||
| 30 | (gif_close): New function, encapsulates the differences in the | ||
| 31 | calling sequence of DGifCloseFile before v5.1.0 and after it. | ||
| 32 | (gif_load): Call gif_close instead of DGifCloseFile. Divulge the | ||
| 33 | error string where appropriate. (Bug#17790) | ||
| 34 | |||
| 35 | * xdisp.c (Fmove_point_visually): Instead of testing for keyboard | ||
| 36 | macro execution, make sure point didn't move since last complete | ||
| 37 | redisplay, as the condition for using the glyph matrix | ||
| 38 | information. (Bug#17777) | ||
| 39 | |||
| 1 | 2014-06-19 Dmitry Antipov <dmantipov@yandex.ru> | 40 | 2014-06-19 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 41 | ||
| 3 | Minor cleanup of fonset code. | 42 | Minor cleanup of fonset code. |