..
bitmaps
m
Remove empty machine description files
2010-12-04 20:50:39 +01:00
s
* src/s/ms-w32.h (HAVE_TERMIOS_H): Do not undef, not used anymore.
2010-11-13 14:10:34 -08:00
.dbxinit
.gdbinit
Merge changes from emacs-23 branch
2011-01-02 15:31:19 -05:00
.gitignore
* .cvsignore, .gitignore: Ignore buildobj.h.
2009-08-28 02:40:13 +00:00
alloc.c
Use __builtin_unwind_init if available
2011-01-05 14:09:07 +01:00
atimer.c
Merge changes from emacs-23
2010-10-24 17:36:09 -04: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
Remove src/prefix-args.c.
2010-07-07 20:31:04 -07:00
bidi.c
Do not include stdlib.h and string.h, config.h does it.
2010-10-01 06:56:33 -07:00
bidimirror.h
Use BidiMirroring.txt for mirroring characters in bidi context.
2010-06-12 18:52:43 +03:00
biditype.h
Update to latest Unicode 6.0 beta data files.
2010-09-05 04:06:39 +02:00
blockinput.h
* blockinput.h: Remove obsolete comment.
2010-07-11 21:51:46 +02:00
buffer.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
buffer.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
bytecode.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
callint.c
Use const for some arrays and functions.
2010-08-06 11:41:15 -07:00
callproc.c
* src/callproc.c (syms_of_callproc): Use intern_c_string.
2010-11-18 08:59:12 -08:00
casefiddle.c
Fix int/EMACS_INT use in casefiddle.c and syntax.c.
2010-09-24 11:24:47 -04:00
casetab.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
category.c
Convert DEFUNs to standard C.
2010-07-08 14:25:08 -07:00
category.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
ccl.c
Merge changes from emacs-23 branch.
2010-10-14 16:32:27 +02:00
ccl.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
ChangeLog
Doc fix for y-or-n-p and yes-or-no-p.
2011-01-08 16:17:58 -05:00
ChangeLog.1
Fix typos and whitespace in ChangeLogs.
2010-05-11 04:04:13 +02:00
ChangeLog.2
Merge changes from emacs-23 branch.
2010-10-14 16:32:27 +02:00
ChangeLog.3
Merge changes from emacs-23 branch.
2010-10-14 16:32:27 +02:00
ChangeLog.4
Fix typos and whitespace in ChangeLogs.
2010-05-11 04:04:13 +02:00
ChangeLog.5
Fix typos in docstrings, comments and ChangeLogs.
2010-10-13 01:25:19 +02:00
ChangeLog.6
Fix typos in ChangeLogs.
2010-07-24 13:53:19 +02:00
ChangeLog.7
Fix typos in docstrings, comments and ChangeLogs.
2010-10-13 01:25:19 +02:00
ChangeLog.8
Merge changes from emacs-23 branch.
2010-10-14 16:32:27 +02:00
ChangeLog.9
Fix format of old ChangeLog entry.
2010-10-21 20:38:52 -07:00
ChangeLog.10
Fix typos in ChangeLogs.
2010-09-20 03:20:32 +02:00
character.c
Remove some functions, variables and aliases obsolete since at least 21.1.
2010-10-01 19:46:13 -07:00
character.h
Fix more uses of int instead of EMACS_INT.
2010-09-23 10:32:38 -04:00
charset.c
Merge changes from emacs-23 branch
2010-11-27 15:04:57 -05:00
charset.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
chartab.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
cm.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02:00
cm.h
Fix prototypes.
2010-07-03 09:44:17 +02:00
cmds.c
* src/cmds.c (Fself_insert_command): Don't call XFASTINT without checking
2010-11-11 16:11:17 -05:00
coding.c
Minor clean up to silence some gcc warnings.
2010-12-19 00:43:42 -05:00
coding.h
Encode frame title and icon name before setting.
2010-12-30 12:30:55 +01:00
commands.h
Fix int/EMACS_INT use in keyboard.c.
2010-09-25 05:36:36 -04:00
composite.c
Fix int/EMACS_INT use in keyboard.c.
2010-09-25 05:36:36 -04:00
composite.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
config.in
Use __builtin_unwind_init if available
2011-01-05 14:09:07 +01:00
COPYING
data.c
* src/data.c (sign_extend_temp, sign_extend_lisp_int): Remove, unused.
2010-11-14 21:52:58 -08:00
dbusbind.c
* dbusbind.c (Fdbus_register_method): Added optional parameter
2011-01-04 12:11:43 +01:00
deps.mk
Add xml.o dependencies to deps.mk.
2010-09-18 16:09:40 +02:00
dired.c
Merge changes from emacs-23 branch
2010-08-08 17:12:29 -04:00
dispextern.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
dispnew.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
disptab.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
doc.c
Remove O_RDONLY, O_WRONLY definitions, not needed.
2010-10-04 10:22:57 -07:00
doprnt.c
Clean up EMACS_INT/int usage in doc.c and doprnt.c.
2010-09-23 21:53:46 +02:00
dosfns.c
Do not include stdlib.h and string.h, config.h does it.
2010-10-01 06:56:33 -07:00
dosfns.h
Fix -Wall compiler warnings in MSDOS sources.
2010-08-13 12:21:31 +03:00
editfns.c
Merge changes from emacs-23 branch
2010-11-27 15:04:57 -05:00
emacs-icon.h
Use const for some arrays and functions.
2010-08-06 11:41:15 -07:00
emacs.c
Fix bug#7750.
2011-01-07 18:31:57 -08:00
epaths.in
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
eval.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
fileio.c
Merge changes from emacs-23 branch
2011-01-02 15:31:19 -05:00
filelock.c
Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms.
2010-10-29 12:43:38 +02:00
filemode.c
Clean up include guards.
2010-07-07 21:55:07 -07:00
firstfile.c
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
floatfns.c
Fix -Wwrite_strings in general and for Gtk+ specific code.
2010-08-11 14:34:46 +02:00
fns.c
Doc fix for y-or-n-p and yes-or-no-p.
2011-01-08 16:17:58 -05:00
font.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
font.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
fontset.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
fontset.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
frame.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
frame.h
Fix unified mouse highlight after compiling on Unix.
2010-11-05 20:07:42 +02:00
fringe.c
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
2010-08-09 21:25:41 +02:00
ftfont.c
Minor clean up to silence some gcc warnings.
2010-12-19 00:43:42 -05:00
ftfont.h
Add declarations to header files.
2010-08-05 16:15:24 -07:00
ftxfont.c
Convert (most) functions in src to standard C.
2010-07-04 00:50:25 -07:00
getloadavg.c
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
2010-07-08 00:18:28 +02: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
gnutls.c
(emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed.
2010-10-18 22:32:54 +02:00
gnutls.h
Rework the gnutls boot interface.
2010-10-04 00:37:37 +02:00
gtkutil.c
Reduce GTK tool-bar switching delay by avoiding selective show/hide of widgets.
2011-01-01 01:02:36 -05:00
gtkutil.h
Take colors for region face (selected text) from the Gtk+ theme.
2010-08-11 20:28:10 +02:00
image.c
Fix some resource leaks in ImageMagick image loader
2011-01-07 23:33:32 +01:00
indent.c
Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
2010-09-24 15:30:13 -04:00
indent.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
insdel.c
Move declarations from .c files to .h files.
2010-11-18 08:57:00 -08:00
intervals.c
Avoid GCC warning with inline functions.
2010-11-23 22:27:22 +02:00
intervals.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
keyboard.c
Merge changes from emacs-23 branch
2011-01-02 15:31:19 -05:00
keyboard.h
Support for menu separators in the GTK tool-bar.
2010-12-17 12:04:06 +08:00
keymap.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
keymap.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
lastfile.c
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
lisp.h
Add --no-site-lisp option, make -Q use it. (Bug#5707)
2011-01-06 19:10:39 -08:00
lread.c
Add --no-site-lisp option, make -Q use it. (Bug#5707)
2011-01-06 19:10:39 -08:00
macros.c
Remove extern declarations from .c files, and them to .h files.
2010-07-28 22:48:06 -07:00
macros.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
Makefile.in
In Makefiles, -batch implies -q.
2011-01-07 18:41:14 -08:00
makefile.w32-in
In Makefiles, -batch implies -q.
2011-01-07 18:41:14 -08:00
marker.c
Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c
2010-09-25 07:55:30 -04:00
md5.c
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
2010-08-09 21:25:41 +02:00
md5.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
mem-limits.h
* src/mem-limits.h: Remove duplicated includes.
2010-07-28 22:58:58 -07:00
menu.c
Fix -Wwrite_strings in general and for Gtk+ specific code.
2010-08-11 14:34:46 +02:00
menu.h
Fix -Wwrite_strings in general and for Gtk+ specific code.
2010-08-11 14:34:46 +02:00
minibuf.c
Move declarations from .c files to .h files.
2010-11-18 08:57:00 -08:00
mktime.c
Convert definitions to standard C.
2010-11-15 22:44:51 -08:00
msdos.c
msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.
2010-11-20 13:45:14 +02:00
msdos.h
Fix mouse redesigned mouse highlight on MSDOS.
2010-11-05 14:11:22 +02:00
ndir.h
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
ns.mk
Do not preprocess src/Makefile.in.
2010-05-26 22:43:27 -07:00
nsfns.m
For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title.
2010-12-31 14:16:16 +01:00
nsfont.m
* src/nsfont.m: Include termchar for new mouse-highlight.
2010-11-06 10:33:22 +01:00
nsgui.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
nsimage.m
* nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (EmacsView-performDragOperation:): Correct empty return statements. Based on a patch by Ismail Donmez <ismail@namtrac.org>.
2010-11-04 20:10:50 +02:00
nsmenu.m
Support for menu separators in the GTK tool-bar.
2010-12-17 12:04:06 +08:00
nsselect.m
Use intern_c_string instead of intern.
2010-10-01 05:25:21 -07:00
nsterm.h
Handle negative top/left in frame parameters (Bug#7510).
2010-12-02 08:12:54 +01:00
nsterm.m
Handle invisible cursor (bg same as cursor color) for Nextstep.
2010-12-16 20:37:13 +01:00
pre-crt0.c
print.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
process.c
* src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
2010-12-04 20:23:22 -05:00
process.h
Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.
2010-11-01 12:30:33 +01:00
puresize.h
Small src/puresize.h cleanup.
2010-08-20 15:52:10 -07:00
ralloc.c
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
README
Do not preprocess src/Makefile.in.
2010-05-26 22:43:27 -07:00
regex.c
Convert definitions to standard C.
2010-11-15 22:44:51 -08:00
regex.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
region-cache.c
Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
2010-09-24 15:30:13 -04:00
region-cache.h
Fix use of int instead of EMACS_INT in search.c and region-cache.c.
2010-09-23 14:35:11 -04:00
scroll.c
* scroll.c: Fix comment.
2010-12-27 18:23:49 +01:00
search.c
Fix use of int instead of EMACS_INT in search.c and region-cache.c.
2010-09-23 14:35:11 -04:00
sheap.c
* src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.
2010-11-21 10:46:23 -05:00
sound.c
Include <sys/ioctl.h> unconditionally.
2010-11-23 10:09:55 -08:00
stamp-h.in
strftime.c
* src/strftime.c (_strftime_copytm): Add declaration.
2010-11-18 13:39:15 -08:00
syntax.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
syntax.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
sysdep.c
Remove emacs-priority.
2010-11-20 21:39:01 -08:00
sysselect.h
Fix the w32 build after 2010-08-22T15:14:37Z!dann@ics.uci.edu.
2010-08-22 20:00:08 +03:00
syssignal.h
* src/syssignal.h (signal_handler_t): Restore accidentally removed definition.
2010-08-05 17:07:36 -07:00
systime.h
Make lisp_time_argument work on all systems.
2010-07-29 08:50:04 -07:00
systty.h
Include <sys/ioctl.h> unconditionally.
2010-11-23 10:09:55 -08:00
syswait.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
term.c
Move extern declarations from term.c to lisp.h.
2010-11-23 10:56:28 -08:00
termcap.c
Remove #ifdef emacs / #ifndef emacs code, unused.
2010-10-10 08:49:31 -07:00
termchar.h
Start redesigning portable mouse highlight. Not compiled.
2010-10-31 20:50:02 +02:00
termhooks.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
terminal.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
terminfo.c
* terminfo.c (tparam): Fix prototype of tparm (followup to 2010-07-25T00:20:51Z!lekktu@gmail.com).
2010-07-25 21:30:14 +02:00
termopts.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
textprop.c
Protoize
2010-12-27 18:23:29 +01:00
tparam.c
Clean up include guards.
2010-07-07 21:55:07 -07:00
undo.c
Fix some more uses of int instead of EMACS_INT.
2010-09-22 15:22:06 -04:00
unexaix.c
Remove #ifdef emacs / #ifndef emacs code, unused.
2010-10-10 08:49:31 -07:00
unexcoff.c
Fix the MSDOS build broken by latest revisions.
2010-10-15 20:42:54 +02:00
unexcw.c
Remove unused arguments for unexec.
2010-10-03 06:59:56 -07:00
unexelf.c
Remove #ifdef emacs / #ifndef emacs code, unused.
2010-10-10 08:49:31 -07:00
unexhp9k800.c
Remove #ifdef emacs / #ifndef emacs code, unused.
2010-10-10 08:49:31 -07:00
unexmacosx.c
Remove unused arguments for unexec.
2010-10-03 06:59:56 -07:00
unexsol.c
Remove unused arguments for unexec.
2010-10-03 06:59:56 -07:00
unexw32.c
Remove unused arguments for unexec.
2010-10-03 06:59:56 -07:00
vm-limit.c
Remove #ifdef emacs / #ifndef emacs code, unused.
2010-10-10 08:49:31 -07:00
w16select.c
Sync docs of selection-coding-system between C and Lisp.
2010-10-23 19:22:43 -07:00
w32.c
w32.c: Fix a typo in a comment.
2010-11-22 20:15:07 +02:00
w32.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
w32console.c
src/w32*.c: Whitespace fixes and typos.
2010-10-14 14:25:35 +02:00
w32fns.c
Fix bug #7398 with truncated glyphs in w32 tooltips.
2010-12-11 17:41:04 +02:00
w32font.c
Add const to array elements of font filter properties.
2010-11-10 18:02:54 +09:00
w32font.h
Remove __P.
2010-07-02 14:55:51 +02:00
w32gui.h
w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Surround chp by parentheses.
2010-10-29 11:01:41 +09:00
w32heap.c
Remove config.h include guards.
2010-11-15 09:21:18 -08:00
w32heap.h
Make building under stricter warning flags somewhat cleaner.
2010-07-25 02:20:51 +02:00
w32inevt.c
Remove config.h include guards.
2010-11-15 09:21:18 -08:00
w32inevt.h
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
w32menu.c
Support for menu separators in the GTK tool-bar.
2010-12-17 12:04:06 +08:00
w32proc.c
Remove config.h include guards.
2010-11-15 09:21:18 -08:00
w32reg.c
Do not include stdlib.h and string.h, config.h does it.
2010-10-01 06:56:33 -07:00
w32select.c
Sync docs of selection-coding-system between C and Lisp.
2010-10-23 19:22:43 -07:00
w32term.c
Cleanup of window coordinate positioning code.
2010-11-16 21:37:45 -05:00
w32term.h
Start redesigning portable mouse highlight. Not compiled.
2010-10-31 20:50:02 +02:00
w32uniscribe.c
Merge changes from emacs-23 branch.
2010-10-14 16:32:27 +02:00
w32xfns.c
Merge changes from emacs-23 branch.
2010-10-14 16:32:27 +02:00
widget.c
Convert function definitions to standard C.
2010-07-12 12:29:49 -07: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
Merge changes from emacs-23 branch
2011-01-02 15:31:19 -05:00
window.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
xdisp.c
Fix bug#7750.
2011-01-07 18:31:57 -08:00
xfaces.c
* src/xfaces.c (lookup_face): Make static.
2010-11-20 11:07:00 +01:00
xfns.c
Let the cursorColor X resource set the the cursor face (Bug#7392).
2010-11-13 21:09:11 -05:00
xfont.c
Merge changes from emacs-23 branch.
2010-10-08 12:14:47 +02:00
xftfont.c
Merge changes from emacs-23 branch.
2010-10-19 13:44:07 +02:00
xgselect.c
Merge changes from emacs-23 branch.
2010-09-28 01:25:27 +02:00
xgselect.h
Remove P_ and __P macros.
2010-07-02 11:26:33 +02:00
xmenu.c
* src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
2010-11-13 14:20:01 -08:00
xml.c
Return CDATA sections (like <style>foo</style>) as text nodes.
2010-12-06 17:59:52 +01:00
xrdb.c
Remove unused declarations
2010-12-27 18:29:38 +01:00
xselect.c
Fix last cons in set_wm_state, remove unused variables.
2010-11-14 11:21:16 +01:00
xsettings.c
Merge from emacs-23
2010-11-17 22:54:14 -05:00
xsettings.h
Remove unused declarations
2010-12-27 18:29:38 +01:00
xsmfns.c
Merge from emacs-23
2010-12-13 10:27:36 -05:00
xterm.c
Merge changes from emacs-23 branch
2011-01-02 15:31:19 -05:00
xterm.h
Restore x_alloc_lighter_color_for_widget, needed for lwlib
2010-12-28 17:34:04 +01:00