emacs/src
Jan D e4c8d29a32 Fix some bad prototypes and formatting after conversion from K&R declaration.
* lwlib/lwlib-Xaw.c: Include <ctype.h> for isdigit.
(fill_xft_data, set_text): Remove unused variable screen.
(draw_text): Cast bp to FcChar8*.
(find_xft_data): Return 0 if inst or xft_data is not set.
(wm_delete_window): Correct prototype.  Initialize widget to 0
and return if widget is still 0 after loop.

* lwlib/xlwmenu.c (XlwMenuSetValues, XlwMenuInitialize): Correct prototype.
(display_menu_item): Remove unused variable gi.
(make_windows_if_needed): Remove unused variable screen.
(XlwMenuRedisplay): Remove unused variable i.

* src/gtkutil.c (xg_get_pixbuf_from_pix_and_mask)
(xg_get_image_for_pixmap, create_dialog)
(xg_get_file_with_selection, xg_get_file_name, update_cl_data)
(menuitem_highlight_callback, make_menu_item)
(xg_create_one_menuitem, create_menus, xg_update_menu_item)
(xg_create_scroll_bar, xg_update_scrollbar_pos)
(xg_set_toolkit_scroll_bar_thumb, xg_tool_bar_button_cb)
(xg_tool_bar_proxy_help_callback, xg_tool_bar_detach_callback)
(xg_tool_bar_attach_callback, xg_tool_bar_help_callback)
(xg_tool_bar_item_expose_callback): Reformat prototype.
(xg_update_menubar): GList *group => GSList *group.
(xg_modify_menubar_widgets): Initialize witem to 0, check witem != 0
before use.
(update_frame_tool_bar): 4:th param to xg_get_image_for_pixmap changed
to GTK_IMAGE (wimage).

* src/xsettings.c (something_changedCB, parse_settings)
(apply_xft_settings): Reformat prototype.
(something_changedCB, init_gconf): Remove unused variable i.
(read_settings): Remove unused variable long_len.

* src/xsmfns.c (SSDATA): New macro.
(smc_save_yourself_CB, x_session_initialize): Use SSDATA for strings
passed to strlen/strcpy/strcat.
(create_client_leader_window): Surround with #ifndef USE_GTK.  Cast
7:th arg to XChangeProperty to (unsigned char *)
2010-07-05 11:17:12 +02:00
..
bitmaps
m Remove some cpp that is internal to configure.in. 2010-06-29 19:48:54 -07:00
s * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM): 2010-06-29 20:43:30 -07:00
.dbxinit
.gdbinit Completed initial debugging and testing of reimplemented cursor motion. 2010-05-19 23:24:21 +03:00
.gitignore * .cvsignore, .gitignore: Ignore buildobj.h. 2009-08-28 02:40:13 +00:00
alloc.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
atimer.c * src/atimer.c: Use "" instead of <> for local includes for 2010-07-04 21:57:13 -07:00
atimer.h Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
autodeps.mk Do not preprocess src/Makefile.in. 2010-05-26 22:43:27 -07:00
bidi.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
bidimirror.h Use BidiMirroring.txt for mirroring characters in bidi context. 2010-06-12 18:52:43 +03:00
biditype.h Use BidiMirroring.txt for mirroring characters in bidi context. 2010-06-12 18:52:43 +03:00
blockinput.h Convert some prototypes to standard C. 2010-07-02 15:18:28 -07:00
buffer.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
buffer.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
bytecode.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
callint.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
callproc.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
casefiddle.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
casetab.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
category.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
category.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
ccl.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
ccl.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
ChangeLog Fix some bad prototypes and formatting after conversion from K&R declaration. 2010-07-05 11:17:12 +02:00
ChangeLog.1 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.2 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.3 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.4 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.5 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.6 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog.7 Fix typos in Changelog. 2010-03-24 01:18:03 +01:00
ChangeLog.8 Move some old ChangeLog entries to the right files. 2010-05-27 20:52:19 -07:00
ChangeLog.9 Fix typos and whitespace in ChangeLogs. 2010-05-11 04:04:13 +02:00
ChangeLog.10 Move some old ChangeLog entries to the right files. 2010-05-27 20:52:19 -07:00
character.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
character.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
charset.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
charset.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
chartab.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
cm.c Fix prototypes. 2010-07-03 09:44:17 +02:00
cm.h Fix prototypes. 2010-07-03 09:44:17 +02:00
cmds.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
coding.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
coding.h Convert some prototypes to standard C. 2010-07-02 15:18:28 -07:00
commands.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
composite.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
composite.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
config.in Remove __P. 2010-07-02 14:55:51 +02:00
COPYING
data.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
dbusbind.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
deps.mk Use BidiMirroring.txt for mirroring characters in bidi context. 2010-06-12 18:52:43 +03:00
dired.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
dispextern.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
dispnew.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
disptab.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
doc.c Fix comments and whitespace. 2010-07-04 15:51:05 +02:00
doprnt.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
dosfns.c Remove support for DJGPP v1.x (bug#5813). 2010-04-01 17:59:46 +03:00
dosfns.h Fix the MS-DOS build due to removal of P_. 2010-07-02 16:05:59 +03:00
ecrt0.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
editfns.c Fix comments and whitespace. 2010-07-04 15:51:05 +02:00
emacs-icon.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
emacs.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
epaths.in Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
eval.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
fileio.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
filelock.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
filemode.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
firstfile.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
floatfns.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
fns.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
font.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
font.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
fontset.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
fontset.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
frame.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
frame.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
fringe.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
ftfont.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
ftfont.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ftxfont.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
getloadavg.c Revert copyright year changes for files that are not part of Emacs. 2009-01-08 03:52:24 +00:00
getpagesize.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
gmalloc.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
gtkutil.c Fix some bad prototypes and formatting after conversion from K&R declaration. 2010-07-05 11:17:12 +02:00
gtkutil.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
image.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
indent.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
indent.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
insdel.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
intervals.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
intervals.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
keyboard.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
keyboard.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
keymap.c Fix comments and whitespace. 2010-07-04 15:51:05 +02:00
keymap.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lastfile.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lisp.h Fix prototypes. 2010-07-03 09:44:17 +02:00
lread.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
macros.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
macros.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
Makefile.in Remove some cpp that is internal to configure.in. 2010-06-29 19:48:54 -07:00
makefile.w32-in * src/makefile.w32-in ($(BLD)/bidi.$(O)): Keep dependencies sorted. 2010-06-14 01:33:06 +02:00
marker.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
md5.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
md5.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
mem-limits.h Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
menu.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
menu.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
minibuf.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
mktime.c Remove __P. 2010-07-02 14:55:51 +02:00
msdos.c Fix setting colors on MS-DOS frames. 2010-07-03 17:36:18 +03:00
msdos.h Fix the MS-DOS build due to removal of P_. 2010-07-02 16:05:59 +03:00
ndir.h
ns.mk Do not preprocess src/Makefile.in. 2010-05-26 22:43:27 -07:00
nsfns.m * nsfns.m (compute_tip_xy): Do not convert coordinates from frame parameters. 2010-07-01 14:20:14 +02:00
nsfont.m Fix config.h includes. 2010-06-01 21:29:53 -07:00
nsgui.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
nsimage.m Fix config.h includes. 2010-06-01 21:29:53 -07:00
nsmenu.m Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code. 2010-07-01 14:16:33 +02:00
nsselect.m Fix config.h includes. 2010-06-01 21:29:53 -07:00
nsterm.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
nsterm.m Rename FRAME_NS_TOOLBAR_HEIGHT to FRAME_TOOLBAR_HEIGHT to aid common code. 2010-07-01 14:16:33 +02:00
point.h
pre-crt0.c
prefix-args.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
print.c * print.c (strout): Use const char* for arg PTR. 2010-07-04 16:40:41 +02:00
process.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
process.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
puresize.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
ralloc.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
README Do not preprocess src/Makefile.in. 2010-05-26 22:43:27 -07:00
regex.c Fix prototypes. 2010-07-04 13:51:28 +02:00
regex.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
region-cache.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
region-cache.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
scroll.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
search.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
sheap.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
sound.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
stamp-h.in
strftime.c * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics.uci.edu). 2010-07-04 22:42:36 +02:00
syntax.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
syntax.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
sysdep.c Fix more prototypes. 2010-07-04 15:41:55 +02:00
sysselect.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
syssignal.h Convert some prototypes to standard C. 2010-07-02 15:18:28 -07:00
systime.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
systty.h Remove INCLUDED_FCNTL. 2010-06-07 20:02:41 -07:00
syswait.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
term.c Convert some prototypes to standard C. 2010-07-02 15:18:28 -07:00
termcap.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
termchar.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
termhooks.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
terminal.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
terminfo.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
termopts.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
textprop.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
tparam.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
undo.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
unexaix.c Remove extern errno declarations. 2010-04-01 20:10:33 -07:00
unexalpha.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
unexcw.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexec.c Remove extern errno declarations. 2010-04-01 20:10:33 -07:00
unexelf.c * unexelf.c (round_up, find_section): Use ElfW macro for arguments. 2010-07-04 18:07:11 +02:00
unexhp9k800.c
unexmacosx.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unexsol.c * alloc.c: Do not define struct catchtag. 2009-10-19 04:27:09 +00:00
unexw32.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
vm-limit.c Cleanup old code. 2010-07-02 00:05:09 -07:00
w16select.c Don't use XSYMBOL (foo)->value. 2010-05-07 16:51:16 +03:00
w32.c Fix bug #6237. 2010-05-22 22:09:51 +03:00
w32.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32console.c w32console.c (sys_tputs): Adjust argument list to prototype in term.c. 2010-07-03 10:49:55 +03:00
w32fns.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
w32font.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
w32font.h Remove __P. 2010-07-02 14:55:51 +02:00
w32gui.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32heap.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32heap.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32inevt.c w32inevt.c (key_event): Remove unnecessary comparison of 2010-01-29 16:03:25 +02:00
w32inevt.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32menu.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
w32proc.c Turn `directory-sep-char' into a noop. 2010-06-04 16:13:35 +02:00
w32reg.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32select.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
w32term.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
w32term.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
w32uniscribe.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
w32xfns.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
widget.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
widget.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
widgetprv.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
window.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
window.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
xdisp.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
xfaces.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
xfns.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
xfont.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
xftfont.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
xgselect.c Fix more prototypes. 2010-07-04 15:41:55 +02:00
xgselect.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
xmenu.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
xrdb.c Convert declarations or definitions to standard C. 2010-07-04 21:52:39 -07:00
xselect.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
xsettings.c Fix some bad prototypes and formatting after conversion from K&R declaration. 2010-07-05 11:17:12 +02:00
xsettings.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
xsmfns.c Fix some bad prototypes and formatting after conversion from K&R declaration. 2010-07-05 11:17:12 +02:00
xterm.c Convert (most) functions in src to standard C. 2010-07-04 00:50:25 -07:00
xterm.h Remove P_ and __P macros. 2010-07-02 11:26:33 +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, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
  2010  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/>.