diff options
| author | Fabián Ezequiel Gallina | 2015-01-28 01:03:45 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-01-28 01:03:45 -0300 |
| commit | 294127e7d59a5d23a32561716a1b192db410e12f (patch) | |
| tree | 4bc4f9690295e76ab4d220c474d37478a22740a8 /src/ChangeLog | |
| parent | 358a8b34ac954ca147de9ececa4a51a21e60c97e (diff) | |
| parent | 24aacfc9058dfff1331a64f50ced2ca4d6f25824 (diff) | |
| download | emacs-294127e7d59a5d23a32561716a1b192db410e12f.tar.gz emacs-294127e7d59a5d23a32561716a1b192db410e12f.zip | |
Merge from origin/emacs-24
24aacfc Improve documentation of buttons (Bug#19628)
52ae3db doc/lispref/text.texi (Clickable Text): Improve indexing. (Bug#19629)
310f707 lisp/button.el (button-activate, push-button): Doc fix. (Bug#19628)
3ee38f2 Disallow w32 builds --without-toolkit-scroll-bars.
e6518fc Fix display of images in R2L screen lines
b0af674 Use u+05f4 in TUTORIAL.he.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4a49b8b7799..5ced4734bc9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (produce_image_glyph): Fix display of images in R2L | ||
| 4 | screen lines: prepend the new glyph to the ones already there | ||
| 5 | instead of appending it. | ||
| 6 | |||
| 1 | 2015-01-14 Eli Zaretskii <eliz@gnu.org> | 7 | 2015-01-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * w32fns.c (w32_set_title_bar_text): New function, including | 9 | * w32fns.c (w32_set_title_bar_text): New function, including |