aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-06-21 12:45:59 -0700
committerGlenn Morris2014-06-21 12:45:59 -0700
commitc400516ab1d827d08225ffb3e1bc1969c73cc45e (patch)
treeb16343b9e11c916c96b12ab56b6024cad91d3aff /src/ChangeLog
parent539ad293eb36b4cf458cbdb5a6b37f5cd1bb68a1 (diff)
parent8047f439ec7d0bbe0085800a13bee8da883ae4dd (diff)
downloademacs-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/ChangeLog39
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 @@
12014-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
92014-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
152014-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
202014-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
252014-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
12014-06-19 Dmitry Antipov <dmantipov@yandex.ru> 402014-06-19 Dmitry Antipov <dmantipov@yandex.ru>
2 41
3 Minor cleanup of fonset code. 42 Minor cleanup of fonset code.