..
bitmaps
.dbxinit
.gdbinit
Merge the specpdl and backtrace stacks. Make the structure of the
2013-06-03 05:01:53 -04:00
.gitignore
Ignore stamp-h.in
2012-08-05 23:44:21 +02:00
alloc.c
* src/alloc.c (make_save_ptr): Define if HAVE_NTGUI is defined (Bug#14944).
2013-07-24 11:11:30 -04:00
atimer.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
atimer.h
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
autodeps.mk
Simplify data_start configuration.
2013-02-24 21:55:37 -08:00
bidi.c
Use region cache to speedup bidi_find_paragraph_start.
2013-08-06 10:53:09 +04:00
blockinput.h
Reorder conditions that are written backwards
2013-03-24 13:59:45 +01:00
buffer.c
Prefer selected_window to Fselected_window, likewise for frames.
2013-08-07 17:21:59 +04:00
buffer.h
Use region cache to speedup bidi_find_paragraph_start.
2013-08-06 10:53:09 +04:00
bytecode.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
callint.c
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
callproc.c
Fix some minor races in hosts lacking mkostemp.
2013-08-04 09:56:56 -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
* src/casetab.c (init_casetab_once): Fix last change.
2013-05-22 17:35:00 -04:00
category.c
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
category.h
* casefiddle.c, casetab.c, category.c: Use bool for boolean.
2012-08-24 23:25:00 -07:00
ccl.c
Prefer < to > in range checks such as 0 <= i && i < N.
2013-04-01 18:54:56 -07:00
ccl.h
Refactor window-system configuration
2012-08-31 22:38:52 -08:00
ChangeLog
Do not reset window modification event counters excessively.
2013-08-08 08:42:40 +04:00
ChangeLog.1
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.2
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.3
Fix typos.
2013-06-11 18:51:12 +02:00
ChangeLog.4
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.5
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.6
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.7
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
ChangeLog.8
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
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
Prefer < to > in range checks such as 0 <= i && i < N.
2013-04-01 18:54:56 -07:00
character.h
* character.h (MAYBE_UNIFY_CHAR): Remove.
2012-09-26 13:00:29 -07:00
charset.c
* charset.c: Fix file descriptor leaks and errno issues.
2013-07-17 19:12:59 -07:00
charset.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
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
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
cmds.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
coding.c
Do not use global Lisp_Object in composition macros.
2013-08-03 22:16:43 +04:00
coding.h
Fix minor problems found by static checking.
2013-06-29 08:52:20 -07:00
commands.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
composite.c
* composite.h: Minor fixups.
2013-08-03 14:09:57 -07:00
composite.h
* composite.h: Minor fixups.
2013-08-03 14:09:57 -07: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
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
data.c
Prefer selected_window to Fselected_window, likewise for frames.
2013-08-07 17:21:59 +04:00
dbusbind.c
Port to C89.
2013-07-10 16:23:57 -07: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
* fringe.c (draw_window_fringes, update_window_fringes)
2013-07-30 09:56:18 +04:00
dispnew.c
New macro to iterate over live buffers similar to frames.
2013-08-05 08:14:43 +04:00
disptab.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
doc.c
* doc.c: Fix minor memory and file descriptor leaks.
2013-07-18 02:55:00 -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
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
dosfns.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
editfns.c
Invalidate region caches only if buffer text is going to be changed.
2013-08-06 09:30:18 +04:00
emacs-icon.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
emacs.c
Fix porting bug to older POSIXish platforms.
2013-07-16 00:05:41 -07:00
emacsgtkfixed.c
* emacsgtkfixed.c: Port to GCC 4.6.
2013-07-23 07:38:51 +01:00
emacsgtkfixed.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
epaths.in
Fix bug #14513 with --enable-locallisppath not working on MS-Windows.
2013-06-07 11:08:29 +03:00
eval.c
Make defvar affect the default binding outside of any let.
2013-08-02 17:16:33 -04:00
fileio.c
New macro to iterate over live buffers similar to frames.
2013-08-05 08:14:43 +04:00
filelock.c
New macro to iterate over live buffers similar to frames.
2013-08-05 08:14:43 +04:00
firstfile.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
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
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
font.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
fontset.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
fontset.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
frame.c
Do not reset window modification event counters excessively.
2013-08-08 08:42:40 +04:00
frame.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
fringe.c
* fringe.c (draw_window_fringes, update_window_fringes)
2013-07-30 09:56:18 +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
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
gfilenotify.c
* fileio.c (report_file_errno): Fix errno reporting bug.
2013-07-16 09:39:42 -07:00
gmalloc.c
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
gnutls.c
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
gnutls.h
Port to C89.
2013-07-10 16:23:57 -07:00
gtkutil.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
gtkutil.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
image.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
indent.c
Use region cache to speedup bidi_find_paragraph_start.
2013-08-06 10:53:09 +04:00
indent.h
Avoid character to byte conversions in motion subroutines.
2013-03-07 08:42:59 +04:00
inotify.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
insdel.c
Use region cache to speedup bidi_find_paragraph_start.
2013-08-06 10:53:09 +04:00
intervals.c
* intervals.c (get_local_map): Actually clip POSITION
2013-06-30 08:14:45 -07:00
intervals.h
* textprop.c: Use bool for booleans.
2013-03-02 10:39:34 -08:00
keyboard.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
keyboard.h
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
keymap.c
Fix obscure porting bug with varargs functions.
2013-07-18 18:24:35 -07:00
keymap.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
lastfile.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
lisp.h
Invalidate region caches only if buffer text is going to be changed.
2013-08-06 09:30:18 +04:00
lisp.mk
Revert introduction of isearch-filter-predicates.
2013-08-05 14:05:46 -04:00
lread.c
* lread.c (Fload): Avoid initialization only when lint checking.
2013-07-20 07:21:25 -07:00
macros.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
macros.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Makefile.in
No need for configure to create etc/ and lisp/ any more
2013-07-23 19:00:43 -04: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
Use functions, not macros, for XINT etc.
2013-06-16 23:03:19 -07:00
menu.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
menu.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
minibuf.c
Do not reset window modification event counters excessively.
2013-08-08 08:42:40 +04:00
msdos.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
msdos.h
Drop unnecessary functions that deals with frame pixel size.
2013-07-31 16:50:59 +04:00
nsfns.m
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
nsfont.m
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
nsgui.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
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
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
nsselect.m
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
nsterm.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
nsterm.m
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
print.c
New unwind-protect flavors to better type-check C callbacks.
2013-07-16 14:35:45 -07:00
process.c
* process.c: Fix minor off-by-one issues in descriptor counts.
2013-08-06 07:17:25 -07:00
process.h
Handle errno and exit status a bit more carefully.
2013-07-09 00:04:48 -07:00
profiler.c
Port to C89.
2013-07-10 16:23:57 -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
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
regex.c
Port to C89.
2013-07-10 16:23:57 -07: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
Tune by using memchr and memrchr.
2013-02-11 15:37:18 -08:00
scroll.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
search.c
Use region cache to speedup bidi_find_paragraph_start.
2013-08-06 10:53:09 +04:00
sheap.c
* src/sheap.c (STATIC_HEAP_SIZE) [__x86_64__]: Increase to 18MB.
2013-07-09 09:56:47 -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 cleanup, mostly replacing macros with functions.
2013-07-10 09:11:09 -07:00
syntax.h
Syntax cleanup, mostly replacing macros with functions.
2013-07-10 09:11:09 -07:00
sysdep.c
* sysdep.c (frame) [__FreeBSD__]: #define to freebsd_frame
2013-07-22 16:30:54 +01:00
sysselect.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00: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
Timestamp fixes for undo.
2013-07-09 23:26:23 -07:00
systty.h
Be simpler and more consistent about reporting I/O errors.
2013-07-16 11:30:52 -07:00
syswait.h
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
term.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
termcap.c
Fix races with threads and file descriptors.
2013-07-11 19:03:47 -07:00
termchar.h
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
termhooks.h
Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.
2013-07-16 13:41:06 +02: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
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
termopts.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
textprop.c
Invalidate region caches only if buffer text is going to be changed.
2013-08-06 09:30:18 +04:00
tparam.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
tparam.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
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
Simplify data_start configuration.
2013-02-24 21:55:37 -08:00
w16select.c
Prefer selected_window to Fselected_window, likewise for frames.
2013-08-07 17:21:59 +04:00
w32.c
Minor fix of the last commit.
2013-08-04 18:43:10 +03:00
w32.h
Make file descriptors close-on-exec when possible.
2013-07-07 11:00:14 -07:00
w32common.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32console.c
Fix crashes in a text-mode session on Windows.
2013-06-03 22:28:13 +03:00
w32fns.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32font.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32font.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32gui.h
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
w32heap.c
Fix bug #13065 with file selector dialog on Windows 7.
2013-01-22 15:30:17 +02:00
w32heap.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
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
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32notify.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32proc.c
Implement CLASH_DETECTION for MS-Windows.
2013-02-25 19:36:03 +02:00
w32reg.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32select.c
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32select.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
w32term.c
In w32fullscreen_hook really maximize frame when asked for (Bug#14841).
2013-08-07 15:34:17 +02:00
w32term.h
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32uniscribe.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
w32xfns.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
widget.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
widget.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
widgetprv.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
window.c
Do not reset window modification event counters excessively.
2013-08-08 08:42:40 +04:00
window.h
Be more careful if selected window shows the buffer other than current,
2013-08-07 14:32:08 +04:00
xdisp.c
Do not reset window modification event counters excessively.
2013-08-08 08:42:40 +04:00
xfaces.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
xfns.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
xfont.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
xftfont.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
xgselect.c
Fix compilation issues for GNUStep and GLIB conflicts.
2013-06-08 20:13:24 +02:00
xgselect.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
xmenu.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
xml.c
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
xrdb.c
Handle errno and exit status a bit more carefully.
2013-07-09 00:04:48 -07:00
xselect.c
* xselect.c (x_send_client_event): Set send_event and serial, memset
2013-08-07 18:59:23 +02:00
xsettings.c
* fringe.c (draw_window_fringes, update_window_fringes)
2013-07-30 09:56:18 +04:00
xsettings.h
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
xsmfns.c
Prefer < to > in range checks such as 0 <= i && i < N.
2013-04-01 18:54:56 -07:00
xterm.c
Drop FRAME_PTR typedef.
2013-08-03 07:29:03 +04:00
xterm.h
* xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname
2013-08-02 07:55:24 +04:00