1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00
emacs/src
Kenichi Handa 1cf6763fdb (xftfont_open): Don't call FcConfigSubstitute and
XftDefaultSubstitute (they are called in XftFontMatch).
(xftfont_open): Fix args to ftfont_font_format.
2008-06-30 07:40:40 +00:00
..
bitmaps
m * unexnext.c: 2008-06-26 04:24:54 +00:00
s (USG_SHARED_LIBRARIES): Remove duplicate definition. 2008-06-27 14:32:24 +00:00
.arch-inventory
.dbxinit
.gdbinit *** empty log message *** 2008-06-08 11:01:55 +00:00
.gitignore Remove witness-emacs. 2008-06-25 07:48:35 +00:00
acldef.h
alloc.c Make "xfree (NULL)" a no-op; remove useless if-before-xfree. 2008-06-02 06:09:17 +00:00
atimer.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
atimer.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
blockinput.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
buffer.c (syms_of_buffer): Remove default-word-wrap. 2008-06-25 20:55:53 +00:00
buffer.h (struct buffer): New member word_wrap. 2008-06-24 17:55:20 +00:00
bytecode.c (Fbyte_code): Disable debugging code that doesn't compile. 2008-06-25 20:57:16 +00:00
callint.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
callproc.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
casefiddle.c (casify_object): Try to guess better whether the argument is a byte or a char. 2008-05-27 00:50:01 +00:00
casetab.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
category.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
category.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
ccl.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
ccl.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
ChangeLog (fc_charset_table): New member lang. 2008-06-30 07:39:14 +00:00
ChangeLog.1 American English spelling fix. 2008-06-27 02:14:52 +00:00
ChangeLog.2 American English spelling fix. 2008-06-27 02:41:14 +00:00
ChangeLog.3 American English spelling fix. 2008-06-27 07:34:53 +00:00
ChangeLog.4 American English spelling fix. 2008-06-27 07:34:53 +00:00
ChangeLog.5 American English spelling fix. 2008-06-27 02:41:14 +00:00
ChangeLog.6 American English spelling fix. 2008-06-27 07:34:53 +00:00
ChangeLog.7 American English spelling fix. 2008-06-27 07:34:53 +00:00
ChangeLog.8 American English spelling fix. 2008-06-27 02:41:14 +00:00
ChangeLog.9 American English spelling fix. 2008-06-27 02:14:52 +00:00
ChangeLog.10 American English spelling fix. 2008-06-27 07:34:53 +00:00
character.c (str_to_unibyte): New function. 2008-06-25 02:44:20 +00:00
character.h (str_to_unibyte): Extern it. 2008-06-25 02:44:43 +00:00
charset.c (char_charset): Return NULL if the arg charset_list is 2008-06-03 04:24:04 +00:00
charset.h Fix typos. 2008-05-23 10:45:38 +00:00
chartab.c * chartab.c (Foptimize_char_table, optimize_sub_char_table): 2008-05-30 21:07:50 +00:00
chpdef.h
cm.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
cm.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
cmds.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
coding.c (detect_coding): Fix previous change. 2008-06-05 11:35:10 +00:00
coding.h (enum define_coding_utf8_arg_index): New enum. 2008-05-29 22:58:00 +00:00
commands.h * keymap.c (Vminibuffer_local_filename_must_match_map): 2008-06-05 05:44:12 +00:00
composite.c (get_composition_id): Fix the width calculation for TAB. 2008-06-29 14:27:16 +00:00
composite.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
config.in Update. 2008-06-20 18:18:40 +00:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
data.c * unexnext.c: 2008-06-26 04:24:54 +00:00
dbusbind.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
dired.c * dired.c (file_name_completion): Don't return t if the match is exact 2008-06-10 18:41:01 +00:00
dispextern.h (struct it): Replace bool truncate_lines_p with a line_wrap enum 2008-06-24 17:56:41 +00:00
dispnew.c (direct_output_for_insert): Avoid direct output when inserting a space 2008-06-24 17:57:21 +00:00
disptab.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
doc.c * unexnext.c: 2008-06-26 04:24:54 +00:00
doprnt.c Make "xfree (NULL)" a no-op; remove useless if-before-xfree. 2008-06-02 06:09:17 +00:00
dosfns.c * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. 2008-05-22 14:54:27 +00:00
dosfns.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
ecrt0.c * unexnext.c: 2008-06-26 04:24:54 +00:00
editfns.c Remove unneeded -Defines in the compiler command line (MinGW and MSVC). 2008-06-26 22:33:33 +00:00
emacs-icon.h Fix previous. 2008-05-15 06:52:20 +00:00
emacs.c * unexnext.c: 2008-06-26 04:24:54 +00:00
epaths.in Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
eval.c (Fdefmacro): Doc fix. 2008-06-04 14:07:53 +00:00
fileio.c * unexnext.c: 2008-06-26 04:24:54 +00:00
filelock.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
filemode.c Add 2008 to copyright years. 2008-01-08 04:37:27 +00:00
firstfile.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
floatfns.c * unexnext.c: 2008-06-26 04:24:54 +00:00
fns.c (Fstring_to_unibyte): Fix the previous change. 2008-06-25 12:02:48 +00:00
font.c (font_parse_fcname): Remove unused variables. 2008-06-25 07:31:37 +00:00
font.h (PIXEL_TO_POINT): Clarify usage in comment. 2008-06-24 10:31:12 +00:00
fontset.c (Finternal_char_font): Return font-object instead of font-name. 2008-06-29 14:31:18 +00:00
fontset.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
frame.c * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer. 2008-06-28 23:54:27 +00:00
frame.h Seiji Zenitani <zenitani at mac.com> 2008-05-21 03:59:00 +00:00
fringe.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
ftfont.c (fc_charset_table): New member lang. 2008-06-30 07:39:14 +00:00
ftfont.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
ftxfont.c (ftxfont_open): Delete unused variable. 2008-05-25 11:03:14 +00:00
getloadavg.c Add 2008 to copyright years. 2008-01-08 04:37:27 +00:00
getpagesize.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
gmalloc.c Spelling fix. 2008-05-23 04:41:33 +00:00
gtkutil.c American English spelling fix. 2008-06-27 02:41:14 +00:00
gtkutil.h (xg_get_font_name): Insert prototype, 2008-06-10 20:55:35 +00:00
hftctl.c
image.c * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. 2008-05-22 14:54:27 +00:00
indent.c (Fvertical_motion): Properly handle float column arg. 2008-06-29 13:56:50 +00:00
indent.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
insdel.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
intervals.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
intervals.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
ioctl.h
keyboard.c * unexnext.c: 2008-06-26 04:24:54 +00:00
keyboard.h * Makefile.in (obj): Always add menu.o 2008-06-08 08:59:47 +00:00
keymap.c * keymap.c (Vminibuffer_local_filename_must_match_map): 2008-06-05 05:44:12 +00:00
keymap.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
lastfile.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
lisp.h (Fstring_to_unibyte): EXFUN it. 2008-06-25 02:45:09 +00:00
lread.c American English spelling fix. 2008-06-27 07:34:53 +00:00
mac.c Make "xfree (NULL)" a no-op; remove useless if-before-xfree. 2008-06-02 06:09:17 +00:00
macfns.c * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. 2008-05-22 14:54:27 +00:00
macgui.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
macmenu.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
macros.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
macros.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
macselect.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
macterm.c * xdisp.c (underline_minimum_offset): Rename from xterm.c's 2008-06-10 20:22:10 +00:00
macterm.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
mactoolbox.c Make "xfree (NULL)" a no-op; remove useless if-before-xfree. 2008-06-02 06:09:17 +00:00
Makefile.in * src/Makefile.in (SOME_MACHINE_OBJECTS): Remove w32bdf.o. 2008-06-26 11:57:58 +00:00
makefile.w32-in Remove unneeded -Defines in the compiler command line (MinGW and MSVC). 2008-06-26 22:33:33 +00:00
marker.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
md5.c Mark as part of the GNU C Library rather than of Emacs. 2008-05-14 07:39:01 +00:00
md5.h
mem-limits.h * unexnext.c: 2008-06-26 04:24:54 +00:00
menu.c (single_keymap_panes, push_menu_pane, push_menu_item): Make static again. 2008-06-09 21:55:16 +00:00
minibuf.c * dired.c (file_name_completion): Don't return t if the match is exact 2008-06-10 18:41:01 +00:00
mktime.c
msdos.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
msdos.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
ndir.h
param.h
point.h
pre-crt0.c
prefix-args.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
print.c * unexnext.c: 2008-06-26 04:24:54 +00:00
process.c American English spelling fix. 2008-06-27 02:14:52 +00:00
process.h Daniel Engeler <engeler at gmail.com> 2008-06-13 08:08:20 +00:00
puresize.h (BASE_PURESIZE): Increase to 1230000. 2008-06-16 04:55:44 +00:00
ralloc.c remove useless if-before-free tests 2008-06-02 06:00:54 +00:00
README Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
regex.c * character.h (CHAR_TO_BYTE_SAFE): New macro. 2008-06-12 20:25:47 +00:00
regex.h Update copyrights. 2008-02-12 21:26:23 +00:00
region-cache.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
region-cache.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
scroll.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
search.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
sheap.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
sound.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
stamp-h.in
strftime.c
syntax.c * character.h (CHAR_TO_BYTE_SAFE): New macro. 2008-06-12 20:25:47 +00:00
syntax.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
sysdep.c Remove unneeded -Defines in the compiler command line (MinGW and MSVC). 2008-06-26 22:33:33 +00:00
sysselect.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
syssignal.h * unexnext.c: 2008-06-26 04:24:54 +00:00
systime.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
systty.h * unexnext.c: 2008-06-26 04:24:54 +00:00
syswait.h * unexnext.c: 2008-06-26 04:24:54 +00:00
temacs.opt
term.c * unexnext.c: 2008-06-26 04:24:54 +00:00
termcap.c Add 2008 to copyright years. 2008-01-08 04:37:27 +00:00
termchar.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
termhooks.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
terminal.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
terminfo.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
termopts.h Replace truncate_partial_width_windows with 2008-06-24 17:57:02 +00:00
textprop.c (syms_of_textprop) <text-property-default-nonsticky>: 2008-06-01 04:24:43 +00:00
tparam.c Add 2008 to copyright years. 2008-01-08 04:37:27 +00:00
uaf.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
undo.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
unexaix.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
unexalpha.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
unexcw.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
unexec.c * unexnext.c: 2008-06-26 04:24:54 +00:00
unexelf.c * unexnext.c: 2008-06-26 04:24:54 +00:00
unexhp9k800.c * unexnext.c: 2008-06-26 04:24:54 +00:00
unexmacosx.c make unexec_free handle NULL the same way free does 2008-06-12 22:53:07 +00:00
unexmips.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
unexsol.c
unexw32.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
vlimit.h
vm-limit.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
w16select.c Make "xfree (NULL)" a no-op; remove useless if-before-xfree. 2008-06-02 06:09:17 +00:00
w32.c American English spelling fix. 2008-06-27 07:34:53 +00:00
w32.h Daniel Engeler <engeler at gmail.com> 2008-06-13 08:08:20 +00:00
w32console.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
w32fns.c * w32term.c (pfnGetFontUnicodeRanges): Remove unused function pointer. 2008-06-28 23:54:27 +00:00
w32font.c * w32fns.c (x_to_w32_font, w32_to_x_font, x_to_w32_weight) 2008-06-27 22:33:12 +00:00
w32font.h * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros. 2008-06-26 22:11:25 +00:00
w32gui.h * w32bdf.c, w32bdf.h: Remove obsolete files. 2008-06-26 10:48:28 +00:00
w32heap.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
w32heap.h Fix typo in previous change. 2008-05-15 08:02:07 +00:00
w32inevt.c American English spelling fix. 2008-06-27 07:34:53 +00:00
w32inevt.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
w32menu.c (digest_single_submenu): Declare extern. 2008-06-09 23:48:12 +00:00
w32proc.c American English spelling fix. 2008-06-27 07:34:53 +00:00
w32reg.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
w32select.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
w32term.c (x_set_frame_alpha): Fix logic. 2008-06-29 16:12:37 +00:00
w32term.h (FONT_AVG_WIDTH): Remove obsolete macro. 2008-06-26 16:20:49 +00:00
w32uniscribe.c * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros. 2008-06-26 22:11:25 +00:00
w32xfns.c American English spelling fix. 2008-06-27 02:14:52 +00:00
widget.c Switch to recommended form of GPLv3 permissions notice. 2008-05-14 07:50:26 +00:00
widget.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
widgetprv.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00:00
window.c American English spelling fix. 2008-06-27 02:14:52 +00:00
window.h * window.el (display-buffer-function, special-display-p) 2008-06-05 18:00:36 +00:00
xdisp.c (extend_face_to_end_of_line): Fix last change. 2008-06-26 21:37:42 +00:00
xfaces.c Fix typo in comments. 2008-06-30 02:12:47 +00:00
xfns.c Fix last change, using "monospace" rather than "Monospace". 2008-06-25 22:32:56 +00:00
xfont.c (xfont_list): Don't set registry to iso8859-1 even if it 2008-06-05 04:18:55 +00:00
xftfont.c (xftfont_open): Don't call FcConfigSubstitute and 2008-06-30 07:40:40 +00:00
xmenu.c (set_frame_menubar): Sync with version in xmenu.c. 2008-06-09 23:05:10 +00:00
xrdb.c remove useless if-before-free tests 2008-06-02 06:00:54 +00:00
xselect.c * xdisp.c (syms_of_xdisp) <truncate-partial-width-windows>: Doc fix. 2008-06-25 11:51:46 +00:00
xsmfns.c remove useless if-before-free tests 2008-06-02 06:00:54 +00:00
xterm.c (x_set_frame_alpha): Add x_catch_errors for bug#437. 2008-06-22 14:02:07 +00:00
xterm.h Switch to recommended form of GPLv3 permissions notice. 2008-05-15 03:28:14 +00: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, 2002, 2003, 2004, 2005, 2006, 2007, 2008
  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) or the Emacs
executable and map files (on VMS systems) are 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.c'.  The
same script then uses `cpp' to produce the machine-dependent
`Makefile' from `Makefile.c'; `Makefile' is the file which actually
controls the compilation of Emacs.  Most of this should work
transparently to the user; you should only need to run `../configure',
and then type `make'.

See the file VMSBUILD in this directory for instructions on compiling,
linking and building Emacs on VMS.

The files `*.com' and `temacs.opt' are used on VMS only.
The files `vlimit.h', `ioclt.h' and `param.h' are stubs to
allow compilation on VMS with the minimum amount of #ifdefs.

`uaf.h' contains VMS uaf structure definitions.  This is only needed if
you define READ_SYSUAF.  This should only be done for single-user
systems where you are not overly concerned with security, since it
either requires that you install Emacs with SYSPRV or make SYSUAF.DAT
world readable.  Otherwise, Emacs can determine information about the
current user, but no one else.


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/>.