..
bitmaps
.dbxinit
.gdbinit
Merge the specpdl and backtrace stacks. Make the structure of the
2013-06-03 05:01:53 -04:00
.gitignore
alloc.c
* alloc.c (make_event_array): First arg is now ptrdiff_t, not int.
2013-09-04 15:34:04 -07:00
atimer.c
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
atimer.h
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
autodeps.mk
bidi.c
Don't overuse 'const' in types of locals.
2013-09-17 00:06:42 -07:00
blockinput.h
Reorder conditions that are written backwards
2013-03-24 13:59:45 +01:00
buffer.c
Fix bug #15375 with inaccurate docs of display margin width values.
2013-09-14 12:24:34 +03:00
buffer.h
* intervals.c (set_point_from_marker): New function.
2013-08-29 20:36:54 +04:00
bytecode.c
Change comparison functions =, <, >, <=, >= to take many arguments.
2013-09-11 01:03:23 -04:00
callint.c
* src/callint.c (Fcall_interactively): Always return a vector for 'K'.
2013-09-04 16:22:37 -04:00
callproc.c
Don't let very long directory names overrun the stack.
2013-08-23 10:57:07 -07:00
casefiddle.c
Invalidate region caches only if buffer text is going to be changed.
2013-08-06 09:30:18 +04:00
casetab.c
* syntax.c (init_syntax_once): Adjust comment and do an early
2013-08-26 09:20:59 +04:00
category.c
* syntax.c (init_syntax_once): Adjust comment and do an early
2013-08-26 09:20:59 +04:00
category.h
ccl.c
Prefer < to > in range checks such as 0 <= i && i < N.
2013-04-01 18:54:56 -07:00
ccl.h
ChangeLog
Ifdef away recent changes which aren't relevant to NS port.
2013-09-18 13:33:36 +04:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
Fix typos.
2013-06-11 18:51:12 +02:00
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
Spelling fixes.
2013-07-28 00:14:07 +02:00
ChangeLog.10
Spelling fixes.
2013-04-01 00:58:04 -07:00
ChangeLog.11
Restore an omitted bug reference.
2013-05-27 19:41:32 +03:00
ChangeLog.12
Fix typos in ChangeLogs.
2013-07-26 19:02:22 +02:00
character.c
* syntax.c (init_syntax_once): Adjust comment and do an early
2013-08-26 09:20:59 +04:00
character.h
charset.c
* src/charset.c (char_charset): Document an exception for char-charset.
2013-09-12 21:12:39 +08:00
charset.h
chartab.c
Use C99-style flexible array members if available.
2013-06-21 13:11:44 -07:00
cm.c
Reorder conditions that are written backwards
2013-03-24 13:59:45 +01:00
cm.h
cmds.c
* src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.
2013-09-04 22:27:13 -04:00
coding.c
* syntax.c (init_syntax_once): Adjust comment and do an early
2013-08-26 09:20:59 +04:00
coding.h
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
commands.h
composite.c
* composite.h: Minor fixups.
2013-08-03 14:09:57 -07:00
composite.h
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
conf_post.h
* conf_post.h (RE_TRANSLATE_P) [emacs]: Remove obsolete optimization.
2013-07-19 07:34:56 -07:00
COPYING
cygw32.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
cygw32.h
data.c
Fix last change.
2013-09-11 11:20:20 +04:00
dbusbind.c
Port to C89.
2013-07-10 16:23:57 -07:00
decompress.c
Fix recovering from possible decompression error. Since
2013-08-26 09:32:47 +04:00
deps.mk
* deps.mk (sysdep.o): Remove dependency on ../lib/ignore-value.h.
2013-07-13 02:32:45 -07:00
dired.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
dispextern.h
Ifdef away recent changes which aren't relevant to NS port.
2013-09-18 13:33:36 +04:00
dispnew.c
Ifdef away frame tool bar code when it is not really used.
2013-09-11 12:56:33 +04:00
disptab.h
doc.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
doprnt.c
Prefer < to > in range checks such as 0 <= i && i < N.
2013-04-01 18:54:56 -07:00
dosfns.c
dosfns.h
editfns.c
* intervals.c (set_point_from_marker): New function.
2013-08-29 20:36:54 +04:00
emacs-icon.h
emacs.c
* src/emacs.c (usage_message): Possessive apostrophe tweak.
2013-09-11 13:31:29 -04:00
emacsgtkfixed.c
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
emacsgtkfixed.h
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
epaths.in
Fix bug #14513 with --enable-locallisppath not working on MS-Windows.
2013-06-07 11:08:29 +03:00
eval.c
* lisp/subr.el (with-demoted-errors): Add `format' argument.
2013-09-10 11:30:10 -04:00
fileio.c
Change comparison functions =, <, >, <=, >= to take many arguments.
2013-09-11 01:03:23 -04:00
filelock.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
firstfile.c
floatfns.c
Add log2 support and make log10 obsolete for consistency.
2013-06-20 07:15:42 -07:00
fns.c
* fileio.c, fns.c (merge): Move extern decl from here ...
2013-08-01 23:24:02 +01:00
font.c
Fix syms_of_(mac|ms)font calls.
2013-09-16 17:55:02 +02:00
font.h
Port the font backend from the Mac port.
2013-09-15 19:58:46 +02:00
fontset.c
* fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.
2013-09-05 16:08:50 +04:00
fontset.h
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
frame.c
Ifdef away recent changes which aren't relevant to NS port.
2013-09-18 13:33:36 +04:00
frame.h
* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
2013-09-17 16:59:45 +04:00
fringe.c
* window.h (struct window): Convert left_margin_cols and
2013-08-13 18:45:58 +04:00
ftfont.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
ftfont.h
ftxfont.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
getpagesize.h
gfilenotify.c
Port --without-x --enable-gcc-warnings to Fedora 19.
2013-09-06 17:20:56 -07:00
gmalloc.c
Revert last change to gmalloc.c; update some comments.
2013-08-15 12:37:15 -04:00
gnutls.c
gnutls.h
Port to C89.
2013-07-10 16:23:57 -07:00
gtkutil.c
Don't overuse 'const' in types of locals.
2013-09-17 00:06:42 -07:00
gtkutil.h
Don't overuse 'const' in types of locals.
2013-09-17 00:06:42 -07:00
image.c
* configure.ac: Do not check for g_type_init because we
2013-09-17 10:33:24 +04:00
indent.c
Hook scanning and indentation functions to find_newline. This helps
2013-08-29 11:03:18 +04:00
indent.h
inotify.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
insdel.c
* src/insdel.c (insert_from_buffer_1): Don't mark buffer as modified when
2013-09-11 08:28:01 -04:00
intervals.c
* buffer.c (Fmake_overlay, Fmove_overlay):
2013-09-03 17:29:38 +04:00
intervals.h
keyboard.c
* keyboard.c (read_char): Fix last change.
2013-09-10 23:31:06 -04:00
keyboard.h
Minor cleanup to avoid forward declarations.
2013-08-30 16:17:44 +04:00
keymap.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
keymap.h
lastfile.c
lisp.h
Change comparison functions =, <, >, <=, >= to take many arguments.
2013-09-11 01:03:23 -04:00
lisp.mk
lisp.mk (lisp): Add w32-common-fns.elc.
2013-09-12 19:05:12 +03:00
lread.c
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
macfont.h
Forgot to add files.
2013-09-15 21:36:20 +02:00
macfont.m
Forgot to add files.
2013-09-15 21:36:20 +02:00
macros.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
macros.h
macuvs.h
Forgot to add files.
2013-09-15 21:36:20 +02:00
Makefile.in
Port the font backend from the Mac port.
2013-09-15 19:58:46 +02:00
makefile.w32-in
src/makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/sysdep.$(O)): Update.
2013-07-09 11:53:00 +02:00
marker.c
Remove documentation of undefined behavior.
2013-08-16 08:20:56 +08:00
menu.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
menu.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
minibuf.c
Cleanup frame flushing.
2013-09-09 16:15:45 +04:00
msdos.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
msdos.h
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
nsfns.m
* frame.c (x_redo_mouse_highlight): New function
2013-09-18 13:23:10 +04:00
nsfont.m
Port the font backend from the Mac port.
2013-09-15 19:58:46 +02:00
nsgui.h
nsimage.m
Update the GNUStep port so it works OK. Redraw and sizing bugs remain.
2013-06-02 21:14:25 +02:00
nsmenu.m
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
nsselect.m
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
nsterm.h
* frame.c (x_redo_mouse_highlight): New function
2013-09-18 13:23:10 +04:00
nsterm.m
* frame.c (x_redo_mouse_highlight): New function
2013-09-18 13:23:10 +04:00
print.c
* buffer.c (Fmake_overlay, Fmove_overlay):
2013-09-03 17:29:38 +04:00
process.c
* intervals.c (set_point_from_marker): New function.
2013-08-29 20:36:54 +04:00
process.h
Don't let very long directory names overrun the stack.
2013-08-23 10:57:07 -07:00
profiler.c
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
puresize.h
* src/eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to
2013-06-03 11:18:18 -04:00
ralloc.c
Remove duplicate #include directives.
2013-07-05 09:58:01 -07:00
README
regex.c
* regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)
2013-08-28 15:50:55 +02:00
regex.h
Port to C89.
2013-07-10 16:23:57 -07:00
region-cache.c
* region-cache.c (find_cache_boundary, move_cache_gap)
2013-03-15 11:23:49 +04:00
region-cache.h
scroll.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
search.c
Hook scanning and indentation functions to find_newline. This helps
2013-08-29 11:03:18 +04:00
sheap.c
Change size of static heap on Cygwin; report maximum usage after dumping.
2013-08-18 13:37:31 -04:00
sound.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
syntax.c
* syntax.c (init_syntax_once): Adjust comment and do an early
2013-08-26 09:20:59 +04:00
syntax.h
Syntax cleanup, mostly replacing macros with functions.
2013-07-10 09:11:09 -07:00
sysdep.c
Simplify SELECT_TYPE-related code.
2013-08-27 12:36:28 -07:00
sysselect.h
Simplify SELECT_TYPE-related code.
2013-08-27 12:36:28 -07:00
syssignal.h
Chain glib's SIGCHLD handler from Emacs's (Bug#14474).
2013-06-05 10:04:13 -07:00
sysstdio.h
Use emacs_open more consistently when opening files.
2013-07-05 19:40:50 -07:00
systime.h
Simplify EMACS_TIME-related code.
2013-08-27 11:47:55 -07:00
systty.h
Be simpler and more consistent about reporting I/O errors.
2013-07-16 11:30:52 -07:00
syswait.h
Fix some fd issues when running subprocesses.
2013-08-12 00:12:07 -07:00
term.c
Fix corruption with multiple emacsclient -t instances.
2013-09-11 01:24:05 -07:00
termcap.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
termchar.h
Fix corruption with multiple emacsclient -t instances.
2013-09-11 01:24:05 -07:00
termhooks.h
* termhooks.h (fullscreen_hook): Remove the leftover.
2013-09-11 17:56:46 +04:00
terminal.c
* frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.
2013-07-31 10:05:05 +04:00
terminfo.c
termopts.h
textprop.c
Invalidate region caches only if buffer text is going to be changed.
2013-08-06 09:30:18 +04:00
tparam.c
tparam.h
undo.c
Timestamp fixes for undo.
2013-07-09 23:26:23 -07:00
unexaix.c
* fileio.c (report_file_errno): Fix errno reporting bug.
2013-07-16 09:39:42 -07:00
unexcoff.c
* fileio.c (report_file_errno): Fix errno reporting bug.
2013-07-16 09:39:42 -07:00
unexcw.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
unexec.h
unexelf.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
unexhp9k800.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
unexmacosx.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
unexsol.c
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
unexw32.c
Delete previous emacs.exe before dumping to fix problem with hard links to it.
2013-04-16 21:08:03 +03:00
vm-limit.c
w16select.c
Prefer selected_window to Fselected_window, likewise for frames.
2013-08-07 17:21:59 +04:00
w32.c
A possible fix for bug #14333 with hanging at exit on MS-Windows.
2013-08-29 18:32:04 +03:00
w32.h
A possible fix for bug #14333 with hanging at exit on MS-Windows.
2013-08-29 18:32:04 +03:00
w32common.h
w32console.c
* msdos.c (IT_set_terminal_window): Remove no-op.
2013-09-02 07:39:06 +04:00
w32fns.c
Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,
2013-09-15 12:28:30 +04:00
w32font.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
w32font.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32gui.h
w32heap.c
w32heap.h
w32inevt.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32inevt.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32menu.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
w32notify.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32proc.c
* src/emacs.c (usage_message): Possessive apostrophe tweak.
2013-09-11 13:31:29 -04:00
w32reg.c
* dispextern.h (check_x_display_info, x_get_string_resource):
2013-09-17 16:27:21 +04:00
w32select.c
w32select.h
w32term.c
* frame.c (x_redo_mouse_highlight): New function
2013-09-18 13:23:10 +04:00
w32term.h
* frame.c (x_redo_mouse_highlight): New function
2013-09-18 13:23:10 +04:00
w32uniscribe.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32xfns.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
widget.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
widget.h
widgetprv.h
window.c
Ifdef away frame tool bar code when it is not really used.
2013-09-11 12:56:33 +04:00
window.h
Ifdef away frame tool bar code when it is not really used.
2013-09-11 12:56:33 +04:00
xdisp.c
* frame.c (x_mouse_grabbed): New function.
2013-09-18 10:48:11 +04:00
xfaces.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
xfns.c
Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,
2013-09-15 12:28:30 +04:00
xfont.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
xftfont.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
xgselect.c
Simplify SELECT_TYPE-related code.
2013-08-27 12:36:28 -07:00
xgselect.h
Simplify SELECT_TYPE-related code.
2013-08-27 12:36:28 -07:00
xmenu.c
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
2013-09-13 19:03:51 +04:00
xml.c
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
xrdb.c
* dispextern.h (check_x_display_info, x_get_string_resource):
2013-09-17 16:27:21 +04:00
xselect.c
Don't overuse 'const' in types of locals.
2013-09-17 00:06:42 -07:00
xsettings.c
Don't overuse 'const' in types of locals.
2013-09-17 00:06:42 -07:00
xsettings.h
Don't overuse 'const' in types of locals.
2013-09-17 00:06:42 -07:00
xsmfns.c
Omit some unnecessary casts.
2013-08-10 18:30:20 -07:00
xterm.c
* frame.c (x_redo_mouse_highlight): New function
2013-09-18 13:23:10 +04:00
xterm.h
* frame.c (x_redo_mouse_highlight): New function
2013-09-18 13:23:10 +04:00