components/emacs/README
branchs11-update
changeset 3813 9a588fb8b9a1
parent 2856 47b35501403f
child 3855 f0a3b99ede10
child 3856 21a0b025d0e6
equal deleted inserted replaced
3811:6e696f960e14 3813:9a588fb8b9a1
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 NAME:             emacs
    24 NAME:             emacs
    25 VERSION:          24.3
    25 VERSION:          24.3
    26 DESCRIPTION:      GNU Emacs editor
    26 DESCRIPTION:      GNU Emacs editor
    33 deviations from standard Userland or emacs practice, as well as miscellaneous
    33 deviations from standard Userland or emacs practice, as well as miscellaneous
    34 information needed to understand how this component is put together.
    34 information needed to understand how this component is put together.
    35 
    35 
    36 
    36 
    37 - We patch the following changes to the emacs sources:
    37 - We patch the following changes to the emacs sources:
       
    38 
       
    39 	calc-forms.patch
       
    40 	    calc has a flaw that puts the X11 versions of emacs into a
       
    41             tight loop. This patch comes from the calc maintainer. The
       
    42 	    fix was applied to the GNU emacs "master" branch, in September
       
    43 	    2014. It will be in version 25.1. We should be able to drop
       
    44 	    this patch when we upgrade to, or past, that release.
    38 
    45 
    39 	face_for_font.patch
    46 	face_for_font.patch
    40 	    xdisp.c has a call to face_for_font(), a function that is
    47 	    xdisp.c has a call to face_for_font(), a function that is
    41 	    only present when window system support is included, which is
    48 	    only present when window system support is included, which is
    42 	    not the case for emacs-nox. This patch ifdefs the offending
    49 	    not the case for emacs-nox. This patch ifdefs the offending