Files
emacs/src
Eli Zaretskii a1767506c0 Fix display of R2L lines when the last character fits only partially.
See http://lists.gnu.org/archive/html/emacs-devel/2014-07/msg00476.html
 for the details.
 src/xdisp.c (extend_face_to_end_of_line): If the last glyph of an
 R2L row is visible only partially, give the row a negative x
 offset.
 (display_line): Fix the calculation of the glyph whose pixel width
 is used to decide whether the last produced glyph fits on the
 line.  When the last glyph fits only partially, give the row a
 negative x offset.
2014-08-01 12:39:04 +03:00
..
2014-07-28 10:10:17 +03:00
2014-05-03 11:47:50 +03:00
2014-01-31 11:41:54 +02:00
2014-01-16 20:54:23 -05:00
2014-01-16 20:54:23 -05:00
2014-01-26 01:47:40 +01:00
2014-01-14 22:06:07 -05:00
2014-01-14 22:06:07 -05:00
2014-01-16 20:54:23 -05:00
2014-01-14 22:06:07 -05:00
2014-01-26 01:47:40 +01:00
2014-01-14 22:06:07 -05:00
2014-01-26 01:47:40 +01:00
2014-01-21 00:49:46 -08:00
2013-12-01 14:33:13 -08:00
2014-06-28 09:24:01 +02:00
2014-05-30 13:19:29 -07:00
2014-06-07 17:51:10 -07:00
2014-04-16 16:27:28 +03:00
2014-03-20 17:10:29 -07:00
2014-06-21 00:03:41 -07:00
2014-05-01 19:55:25 -04:00
2014-04-16 16:27:28 +03:00
2014-07-29 10:08:04 +02:00
2014-04-16 16:27:28 +03:00
2014-04-16 16:27:28 +03:00
2014-02-11 13:05:01 -05:00
2014-04-04 18:32:24 +02:00
2014-05-01 19:55:25 -04:00
2014-04-16 16:27:28 +03:00
2014-05-21 22:00:39 -07:00
2014-04-16 16:27:28 +03:00
2014-06-01 20:00:56 +02:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Copyright (C) 2001-2014 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs (on Unix systems) is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

Under GNU and Unix systems, the file `Makefile.in' is used as a
template by the script `../configure' to produce `Makefile'.  This
is the file which actually controls the compilation of Emacs.
All of this should work transparently to the user; you should only
need to run `../configure', and then type `make'.


This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.