1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 04:41:23 -08:00
emacs/src
Eli Zaretskii ed7ebd933a Update the bidirectional reordering engine for Unicode 6.3 and 7.0.
src/bidi.c (bidi_ignore_explicit_marks_for_paragraph_level): Remove
 variable.
 (bidi_get_type): Return the isolate initiators and terminator
 types.
 (bidi_isolate_fmt_char, bidi_paired_bracket_type)
 (bidi_fetch_char_skip_isolates, find_first_strong_char)
 (bidi_find_bracket_pairs, bidi_resolve_brackets): New functions.
 (bidi_set_sos_type): Renamed from bidi_set_sor_type and updated
 for the new features.
 (bidi_push_embedding_level, bidi_pop_embedding_level): Update to
 push and pop correctly for isolates.
 (bidi_remember_char): Modified to accept an additional argument
 and record the bidi type according to its value.
 (bidi_cache_iterator_state): Accept an additional argument to only
 update an existing state.  Handle the new members of struct bidi_it.
 (bidi_cache_find): Arguments changed: no lnger accepts a level,
 instead accepts a flag telling it whether it is okay to return
 unresolved neutrals.
 (bidi_initialize): Initiate and staticpro the bracket-type uniprop
 table.  Initialize new isolate-related members.
 (bidi_paragraph_init): Some code factored out into
 find_first_strong_char.
 (bidi_resolve_explicit_1): Function deleted, its code incorporated
 into bidi_resolve_explicit.
 (bidi_resolve_explicit): Support the isolate initiators and
 terminator.  Fix handling of embeddings and overrides according to
 new UBA requirements.  Record information about previously seen
 characters here (moved from bidi_level_of_next_char).
 (bidi_resolve_weak): Adapt to changes in struct members.
 (FLAG_EMBEDDING_INSIDE, FLAG_OPPOSITE_INSIDE, MAX_BPA_STACK)
 (STORE_BRACKET_CHARPOS, PUSH_BPA_STACK): New macros.
 (bidi_resolve_neutral): Call bidi_resolve_brackets to handle the
 paired bracket resolution.  Handle isolate initiators and
 terminator.
 (bidi_type_of_next_char): Remove unneeded code for BN limit.
 (bidi_level_of_next_char): Move the code that records information
 about previous characters to bidi_resolve_explicit.  Fix logic of
 resolving neutrals and make sure their cache entries are updated.
 Remove now unneeded special handling of PDF level.
 src/dispextern.h (struct glyph): Enlarge the width of resolved_level.
 (BIDI_MAXDEPTH): New macro, renamed from BIDI_MAXLEVEL and
 enlarged per Unicode 6.3.
 (enum bidi_bracket_type_t): New data type.
 (struct bidi_saved_info): Leave only 2 type members out of 4.
 Remove bytepos.
 (struct bidi_stack): Add members necessary to support isolating
 sequences.
 (struct bidi_it): Add new members necessary to support isolating
 sequences and bracket pair resolution.
 src/xdisp.c (Fbidi_resolved_levels): New function.
 (syms_of_xdisp): Defsubr it.
 (append_glyph, append_composite_glyph, produce_image_glyph)
 (append_stretch_glyph, append_glyphless_glyph): Convert aborts to
 assertions.
 (syms_of_xdisp) <inhibit-bidi-mirroring>: New variable.
 src/term.c (append_glyph, append_composite_glyph)
 (append_glyphless_glyph): Convert aborts to assertions.
 src/.gdbinit (pgx): Display the character codepoint, resolved level,
 and bidi type also for glyphless glyphs.

 lisp/simple.el (what-cursor-position): Update to support the new bidi
 characters.
 lisp/descr-text.el (describe-char): Update to support the new bidi
 characters.

 admin/unidata/unidata-gen.el (unidata-prop-alist): New properties
 'paired-bracket' and 'bracket-type', in support of the UBA 6.3.
 (unidata-gen-table): Support PROP-IDX being a function.
 (unidata-describe-bidi-bracket-type, unidata-gen-brackets-list)
 (unidata-gen-bracket-type-list): New functions.
 (unidata-check): Support checking the 'bracket-type' attribute.
 (unidata-gen-files): Don't create backups for uni-*.el files.
 admin/unidata/Makefile.in (${unidir}/charprop.el): Depend on
 BidiMirroring.txt and BidiBrackets.txt.
 admin/unidata/BidiBrackets.txt: New file, from Unicode.

 etc/NEWS: Mention the UBA implementation update.
 etc/HELLO: Remove now unneeded directional control characters.

 doc/lispref/nonascii.texi (Character Properties): Document the new
 properties 'bracket-type' and 'paired-bracket'.
 doc/lisprefdisplay.texi (Bidirectional Display): Update the version of the
 UBA to which we are conforming.

 test/BidiCharacterTest.txt: New file, from Unicode.
 test/biditest.el: New file.
2014-10-15 17:11:25 +03:00
..
bitmaps
.dbxinit
.gdbinit Fix N1 and N2. Remove special level for PDF. 2014-09-26 17:52:47 +03:00
.gitignore
alloc.c * alloc.c (mark_overlay): Assume that overlay boundaries are 2014-10-02 18:01:27 +04:00
atimer.c * atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h. 2014-08-01 10:52:02 +04:00
atimer.h On GNU/Linux, use timerfd for asynchronous timers. 2014-07-28 10:28:15 +04:00
autodeps.mk Simplify data_start configuration. 2013-02-24 21:55:37 -08:00
bidi.c Fix initialization of flags when pushing BPA stack. 2014-10-15 15:23:59 +03:00
blockinput.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
buffer.c Add documentation for horizontal scroll bars and fix some minor issues. 2014-10-04 10:20:24 +02:00
buffer.h Fix minor problems found by static checking. 2014-09-17 11:27:36 -07:00
bytecode.c Clean up extern decls a bit. 2014-08-31 19:37:22 -07:00
callint.c Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. 2014-09-07 00:04:01 -07:00
callproc.c * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy. 2014-09-23 10:03:48 -07:00
casefiddle.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
casetab.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
category.c Avoid more integer overflows on string size calculations. 2014-09-16 15:43:49 +04:00
category.h Simplify and port recent bool vector changes. 2013-11-04 23:11:24 -08:00
ccl.c * lisp.h (STRING_COPYIN): Remove; unused. 2014-06-17 17:41:14 +04:00
ccl.h Use bool for boolean, focusing on headers. 2013-12-14 13:36:44 -08:00
ChangeLog Update the bidirectional reordering engine for Unicode 6.3 and 7.0. 2014-10-15 17:11:25 +03:00
ChangeLog.1 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.2 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.3 Fix ChangeLog typos. 2014-01-26 01:47:40 +01:00
ChangeLog.4 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.5 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.6 ChangeLog fixes 2014-01-16 20:54:23 -05:00
ChangeLog.7 ChangeLog fixes 2014-01-14 22:06:07 -05:00
ChangeLog.8 Misc accumulated ChangeLog convention fixes 2014-08-28 18:18:39 -04:00
ChangeLog.9 Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ChangeLog.10 Doc tweaks 2014-10-08 20:47:30 -04:00
ChangeLog.11 Fix mailaddress 2014-10-11 10:24:56 +02:00
ChangeLog.12 ChangeLog fixes 2014-01-21 00:49:46 -08:00
character.c Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
character.h Add macros to allocate temporary Lisp objects with alloca. 2014-09-09 07:44:06 +04:00
charset.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
charset.h Simplify and cleanup character conversion stuff. 2014-06-23 08:11:29 +04:00
chartab.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
cm.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cm.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cmds.c Avoid unwanted point motion in Fline_beginning_position. 2014-10-15 17:37:10 +04:00
coding.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
coding.h * coding.h (struct coding_system): Remove 'error_positions' (unused) 2014-07-10 08:35:55 +04:00
commands.h Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
composite.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
composite.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
conf_post.h Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ru 2014-09-02 21:21:40 -07:00
COPYING
cygw32.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cygw32.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
data.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
dbusbind.c Fix putenv race conditions with undefined behavior. 2014-10-11 23:09:50 -07:00
decompress.c Fix bug #18650 with warning about zlib when loading url-vars.el. 2014-10-07 20:18:07 +03:00
deps.mk Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
dired.c Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org 2014-08-03 16:34:33 -04:00
dispextern.h Rewrote bracket resolution to match subtleties of Reference Implementation. 2014-10-15 13:22:15 +03:00
dispnew.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
disptab.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
doc.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
doprnt.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
dosfns.c Remove support for DJGPP < 2.02 2014-08-09 17:12:33 +01:00
dosfns.h Implement memory-info for MS-DOS. 2014-07-11 13:09:51 +03:00
editfns.c Avoid unwanted point motion in Fline_beginning_position. 2014-10-15 17:37:10 +04:00
emacs-icon.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
emacs.c Fix putenv race conditions with undefined behavior. 2014-10-11 23:09:50 -07:00
emacsgtkfixed.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
emacsgtkfixed.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
epaths.in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eval.c Merge from emacs-24 2014-09-22 15:20:45 -04:00
fileio.c * fileio.c (emacs_readlinkat, Finsert_file_contents): 2014-10-03 09:31:17 +04:00
filelock.c Revert previous change. 2014-07-26 06:17:25 -07:00
firstfile.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
floatfns.c Doc fixes 2014-05-01 19:55:25 -04:00
fns.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
font.c Spelling fixes. 2014-10-12 13:09:15 -07:00
font.h One more minor cleanup of font subsystem. 2014-08-25 11:00:42 +04:00
fontset.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
fontset.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
frame.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
frame.h Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
fringe.c Complete pixelwise frame/window resizing, add horizontal scrollbar support. 2014-07-27 15:21:30 +02:00
ftfont.c Fix some slow uses and misuses of strcat. 2014-09-23 21:12:37 -07:00
ftfont.h Next minor cleanup of font subsystem. 2014-07-09 10:25:35 +04:00
ftxfont.c Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. 2014-09-07 00:04:01 -07:00
getpagesize.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gfilenotify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gmalloc.c Consistently use min and max macros from lisp.h. 2014-10-03 08:35:10 +04:00
gnutls.c Minor fixups related to usage of the 'long' type. 2014-07-07 16:33:05 -07:00
gnutls.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
gtkutil.c Fix Gtk+ tearoff not present on Customize Emacs and not at menu top. 2014-10-04 14:28:41 +02:00
gtkutil.h Complete pixelwise frame/window resizing, add horizontal scrollbar support. 2014-07-27 15:21:30 +02:00
image.c Merge from emacs-24 2014-09-22 15:20:45 -04:00
indent.c Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.org 2014-08-27 18:59:29 -07:00
indent.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
inotify.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
insdel.c Complete pixelwise frame/window resizing, add horizontal scrollbar support. 2014-07-27 15:21:30 +02:00
intervals.c * src/intervals.c: Tighten assertions. 2014-05-01 11:15:46 -04:00
intervals.h Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
keyboard.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
keyboard.h If a C name must be extern on some platforms, make it extern on all. 2014-06-08 11:27:22 -07:00
keymap.c Spelling fixes. 2014-10-12 13:09:15 -07:00
keymap.h Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. 2014-04-05 12:30:36 -07:00
lastfile.c src/lastfile.c: Fix last change. 2014-09-01 17:44:33 +03:00
lisp.h Avoid unwanted point motion in Fline_beginning_position. 2014-10-15 17:37:10 +04:00
lisp.mk * lisp/term/w32-win.el: Move all code from 32-common-fns.el here. 2014-10-06 13:47:56 -04:00
lread.c Spelling fixes. 2014-10-12 13:09:15 -07:00
macfont.h Require OSX >= 10.6. Remove PowerPC unexec code. 2014-10-12 10:35:50 +02:00
macfont.m Update doc to say Mac OS X 10.6 or later now required. 2014-10-12 07:56:58 -07:00
macros.c Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org. 2014-08-01 16:10:07 +03:00
macros.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
macuvs.h Include sources used to create macuvs.h. 2014-05-26 08:48:28 -07:00
Makefile.in Require OSX >= 10.6. Remove PowerPC unexec code. 2014-10-12 10:35:50 +02:00
makefile.w32-in Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
marker.c * buffer.h (decode_buffer): New function. 2014-09-02 15:41:22 +04:00
menu.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
menu.h Make functions static that no longer need to be extern. 2014-08-01 08:12:01 -07:00
minibuf.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
msdos.c Follow-up to renaming v24.5 to 25.1. 2014-09-29 22:49:44 +03:00
msdos.h Fix the MSDOS build. 2014-04-16 16:27:28 +03:00
nsfns.m Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
nsfont.m * nsfont.m (nsfont_draw): Use CGFloat for GNUstep newer than 0.23. 2014-10-05 19:51:11 +02:00
nsgui.h Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h only 2014-07-16 14:44:05 +09:00
nsimage.m Require OSX >= 10.6. Remove PowerPC unexec code. 2014-10-12 10:35:50 +02:00
nsmenu.m * nsmenu.m (clear): Assume OS X 10.6 or later. 2014-10-12 11:02:47 -07:00
nsselect.m Consolidate management/ownership of selections. 2014-10-01 23:19:32 -04:00
nsterm.h Require OSX >= 10.6. Remove PowerPC unexec code. 2014-10-12 10:35:50 +02:00
nsterm.m Update doc to say Mac OS X 10.6 or later now required. 2014-10-12 07:56:58 -07:00
print.c Enhance terpri to allow conditionally output a newline 2014-10-09 06:05:48 +08:00
process.c Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.org 2014-10-12 15:56:45 -07:00
process.h If a C name must be extern on some platforms, make it extern on all. 2014-06-08 11:27:22 -07:00
profiler.c Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu 2014-05-04 12:37:56 -07:00
puresize.h * src/puresize.h (BASE_PURESIZE): Add 1%, for safety. 2014-06-25 16:26:01 -04:00
ralloc.c Add support for HYBRID_MALLOC, allowing the use of gmalloc before 2014-08-28 10:48:02 -04:00
README Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
regex.c Consistently use min and max macros from lisp.h. 2014-10-03 08:35:10 +04:00
regex.h Clean up extern decls a bit. 2014-08-31 19:37:22 -07:00
region-cache.c Revert previous change. 2014-07-26 06:17:25 -07:00
region-cache.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
scroll.c Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. 2014-09-07 00:04:01 -07:00
search.c Avoid unwanted point motion in Fline_beginning_position. 2014-10-15 17:37:10 +04:00
sheap.c * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable. 2014-09-28 18:31:59 -04:00
sound.c Support playing on MS-Windows non-ASCII sound files using Unicode APIs. 2014-09-15 18:51:57 +03:00
syntax.c Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. 2014-09-07 00:04:01 -07:00
syntax.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
sysdep.c Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.edu 2014-09-07 23:00:58 -07:00
sysselect.h Fix the MS-Windows build broken by few last commits. 2014-06-04 00:00:40 +03:00
syssignal.h Port signal-handling to DragonFly BSD. 2014-06-01 16:17:56 -07:00
sysstdio.h Use emacs_open more consistently when opening files. 2013-07-05 19:40:50 -07:00
systime.h Fix putenv race conditions with undefined behavior. 2014-10-11 23:09:50 -07:00
systty.h Use binary-io module, O_BINARY, and "b" flag. 2014-07-14 12:23:18 -07:00
syswait.h Handle systems without WCONTINUED consistently. 2014-05-03 13:13:10 -07:00
term.c Merge from trunk and resolve conflicts. 2014-10-14 21:10:37 +03:00
termcap.c Minor fixups related to usage of the 'long' type. 2014-07-07 16:33:05 -07:00
termchar.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termhooks.h Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
terminal.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
terminfo.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
termopts.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
textprop.c Use AUTO_CONS instead of SCOPED_CONS, etc. 2014-09-30 20:28:16 -07:00
tparam.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
tparam.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
undo.c Undo in region after markers in undo history relocated 2014-03-24 22:47:39 -04:00
unexaix.c Fix port to 32-bit AIX. 2014-05-21 22:00:39 -07:00
unexcoff.c Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca 2014-04-16 12:43:46 -07:00
unexcw.c Clean up extern decls a bit. 2014-08-31 19:37:22 -07:00
unexec.h
unexelf.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
unexhp9k800.c Consistently use min and max macros from lisp.h. 2014-10-03 08:35:10 +04:00
unexmacosx.c Require OSX >= 10.6. Remove PowerPC unexec code. 2014-10-12 10:35:50 +02:00
unexsol.c Prefer list1 (X) to Fcons (X, Qnil) when building lists. 2013-07-15 23:39:49 -07:00
unexw32.c Consistently use min and max macros from lisp.h. 2014-10-03 08:35:10 +04:00
vm-limit.c Clean up extern decls a bit. 2014-08-31 19:37:22 -07:00
w16select.c Fix last commit of src/w16select.c. 2014-07-17 18:40:18 +03:00
w32.c Support playing on MS-Windows non-ASCII sound files using Unicode APIs. 2014-09-15 18:51:57 +03:00
w32.h Support playing on MS-Windows non-ASCII sound files using Unicode APIs. 2014-09-15 18:51:57 +03:00
w32common.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32console.c Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196). 2014-08-10 10:26:28 +02:00
w32fns.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
w32font.c Default to stack objects on DOS_NT platforms as well. 2014-09-25 12:34:53 +03:00
w32font.h One more minor cleanup of font subsystem. 2014-08-25 11:00:42 +04:00
w32gui.h Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h only 2014-07-16 14:44:05 +09:00
w32heap.c src/w32heap.c: Minor formatting and whitespace changes. 2014-06-27 11:31:20 +03:00
w32heap.h Define the size of dumped data for MS-Windows locally on w32heap.c. 2014-06-03 10:28:07 +03:00
w32inevt.c Fix bug #18649 with handling C-g on MS-Windows in -nw sessions. 2014-10-08 15:32:38 +03:00
w32inevt.h Fix fallout on MinGW64 from the previous commit. 2014-09-24 13:06:53 +03:00
w32menu.c Complete pixelwise frame/window resizing, add horizontal scrollbar support. 2014-07-27 15:21:30 +02:00
w32notify.c src/*.c: Silence a few warnings about unused vars and functions. 2014-03-26 11:21:55 +01:00
w32proc.c Don't modify the process's command name passed to start-process on MS-Windows. 2014-10-01 18:18:16 +03:00
w32reg.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32select.c Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS. 2014-07-17 18:37:48 +03:00
w32select.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
w32term.c Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.org 2014-10-08 21:23:09 -07:00
w32term.h Fix bug #18699 with startup aborts of 32-bit MinGW64 build. 2014-10-13 15:44:03 +03:00
w32uniscribe.c Default to stack objects on DOS_NT platforms as well. 2014-09-25 12:34:53 +03:00
w32xfns.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
widget.c Remove code left dead after 2014-07-27 changes. 2014-09-25 09:01:35 +02:00
widget.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
widgetprv.h * widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs) 2014-08-09 11:06:25 +02:00
window.c Add documentation for horizontal scroll bars and fix some minor issues. 2014-10-04 10:20:24 +02:00
window.h Pacify --enable-gcc-warnings when no window system is used. 2014-09-10 17:48:57 -07:00
xdisp.c Merge from trunk and resolve conflicts. 2014-10-14 21:10:37 +03:00
xfaces.c Spelling fixes. 2014-10-09 08:59:41 -07:00
xfns.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
xfont.c Keep stack-allocated Lisp objects fast rather than versatile. 2014-09-29 10:44:31 +04:00
xftfont.c One more minor cleanup of font subsystem. 2014-08-25 11:00:42 +04:00
xgselect.c Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu 2014-04-22 14:32:51 -07:00
xgselect.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xmenu.c Remove code left dead after 2014-07-27 changes. 2014-09-25 09:01:35 +02:00
xml.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xrdb.c * xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictly 2014-07-30 07:41:56 +04:00
xselect.c Cleanup terminal handling code. 2014-10-14 16:45:41 +04:00
xsettings.c * xsettings.c (init_gsettings): Use g_settings_schema_source_lookup 2014-05-10 12:42:08 +02:00
xsettings.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xsmfns.c Fix some slow uses and misuses of strcat. 2014-09-23 21:12:37 -07:00
xterm.c Fix putenv race conditions with undefined behavior. 2014-10-11 23:09:50 -07:00
xterm.h Fix x-focus-frame bug with "Not an in-range integer". 2014-10-02 19:20:52 -07: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/>.