..
bitmaps
.dbxinit
.gdbinit
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
alloc.c
Deprecate copy-record in favor of copy-sequence
2017-04-07 18:54:40 -07:00
atimer.c
A quicker check for quit
2017-01-25 21:25:37 -08:00
atimer.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
bidi.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
blockinput.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
buffer.c
Merge from origin/emacs-25
2017-03-19 12:27:55 -07:00
buffer.h
* src/buffer.h: Fix indenting.
2017-02-16 07:55:41 -08:00
bytecode.c
Fix rounding errors in <, =, etc.
2017-03-02 09:12:49 -08:00
callint.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
callproc.c
Use vfork if possible on Darwin (bug#26397)
2017-04-18 11:42:30 +01:00
casefiddle.c
More casefiddle minor fixes
2017-04-06 20:03:21 -07:00
casetab.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
category.c
Use float instead of Lisp_Object for rehash_size
2017-02-21 15:39:17 -08:00
category.h
Rework C source files to avoid ^(
2016-03-10 07:59:19 -08:00
ccl.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
ccl.h
Rework C source files to avoid ^(
2016-03-10 07:59:19 -08:00
ChangeLog.1
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.2
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.3
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
ChangeLog.4
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.5
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.6
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.7
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.8
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.9
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.10
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.11
; Spelling, punctuation and minor wording fixes
2017-02-16 09:18:21 -08:00
ChangeLog.12
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
ChangeLog.13
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
character.c
Remove unnecessary blankp code
2017-01-08 10:07:00 -08:00
character.h
Add support for Unicode whitespace in [:blank:]
2017-01-06 20:12:48 +01:00
charset.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
charset.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
chartab.c
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
cm.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
cm.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
cmds.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
coding.c
Tighten recently-added UTF-8 check
2017-04-17 10:20:39 -07:00
coding.h
Tighten recently-added UTF-8 check
2017-04-17 10:20:39 -07:00
commands.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
composite.c
Fix a few integer-overflow glitches
2017-02-10 08:36:42 -08:00
composite.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
conf_post.h
Use vfork if possible on Darwin (bug#26397)
2017-04-18 11:42:30 +01:00
COPYING
cygw32.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
cygw32.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
data.c
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
dbusbind.c
Compare and round more carefully
2017-03-04 23:18:39 -08:00
decompress.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
deps.mk
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
dired.c
Remove immediate_quit.
2017-02-01 15:23:19 -08:00
dispextern.h
New internal-border face and args for select-window and x-focus-frame
2017-04-12 18:22:44 +02:00
dispnew.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
disptab.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
doc.c
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
doprnt.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
dosfns.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
dosfns.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
dynlib.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
dynlib.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
editfns.c
Don’t mishandle (format "%i" -1.0)
2017-03-28 12:44:33 -07:00
emacs-icon.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
emacs-module.c
Use float instead of Lisp_Object for rehash_size
2017-02-21 15:39:17 -08:00
emacs-module.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
emacs.c
In CANNOT_DUMP builds, don't prepare for unexec.
2017-04-06 02:10:53 -04:00
emacsgtkfixed.c
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
emacsgtkfixed.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
epaths.in
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
eval.c
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
fileio.c
Minor tuneup of write-region change
2017-04-07 18:54:39 -07:00
filelock.c
Revamp quitting and fix infloops
2017-02-01 15:23:19 -08:00
firstfile.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
floatfns.c
Remove isnan hack for Solaris 10 gcc 3.4.3
2017-03-07 09:51:16 -08:00
fns.c
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
font.c
Fix redisplay performance problems with some fonts
2017-04-16 10:43:22 +03:00
font.h
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
fontset.c
Improve uses of CHECK_LIST etc.
2017-01-22 00:25:35 -08:00
fontset.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
frame.c
Add new frame functionality to NS port
2017-04-19 17:17:35 +01:00
frame.h
Add new frame functionality to NS port
2017-04-19 17:17:35 +01:00
fringe.c
; Minor fix of recent change in fringe.c
2017-02-19 18:40:52 +02:00
ftcrfont.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
ftfont.c
Avoid abort in ftfont.c due to faulty fonts
2017-04-11 13:06:30 +03:00
ftfont.h
Rework C source files to avoid ^(
2016-03-10 07:59:19 -08:00
ftxfont.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
getpagesize.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
gfilenotify.c
Improve uses of CHECK_LIST etc.
2017-01-22 00:25:35 -08:00
gmalloc.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
gnutls.c
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
gnutls.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
gtkutil.c
; Spelling and minor wording fixes
2017-04-14 12:42:31 -07:00
gtkutil.h
New internal-border face and args for select-window and x-focus-frame
2017-04-12 18:22:44 +02:00
image.c
Restore XFLOATINT but with restricted args
2017-03-02 13:50:03 -08:00
indent.c
Fix quitting bug when buffers are frozen
2017-02-01 15:23:19 -08:00
indent.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
inotify.c
* src/inotify.c (add_watch): Add comment.
2017-03-30 17:48:20 -07:00
insdel.c
Fix bidi paragraph direction when inserting text at newline
2017-03-13 18:15:09 +02:00
intervals.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
intervals.h
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
keyboard.c
Add new frame functionality to NS port
2017-04-19 17:17:35 +01:00
keyboard.h
A quicker check for quit
2017-01-25 21:25:37 -08:00
keymap.c
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
keymap.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
kqueue.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
lastfile.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
lisp.h
* src/lisp.h (STRING_SET_CHARS): Simplify assertion.
2017-04-17 07:56:29 -07:00
lread.c
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
macfont.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
macfont.m
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
macros.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
macros.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
macuvs.h
Makefile.in
Create generated lisp files before main loaddefs.el
2017-04-13 20:12:02 -04:00
marker.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
menu.c
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
menu.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
minibuf.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
msdos.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
msdos.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
nsfns.m
Fix GNUstep build
2017-04-22 10:42:35 +01:00
nsfont.m
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
nsgui.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
nsimage.m
Fix XBM colour rendering in NS port (bug#22060)
2017-04-24 10:26:20 +01:00
nsmenu.m
Fix GNUstep build
2017-04-22 10:42:35 +01:00
nsselect.m
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
nsterm.h
Add no-accept-focus and frame-list-z-order to NS port
2017-04-21 20:44:35 +01:00
nsterm.m
Fix usage of FRAME_Z_GROUP
2017-04-22 13:54:08 +02:00
print.c
Add PVSIZE function to return the size of a pseudovector.
2017-04-10 20:35:13 +02:00
process.c
Use vfork if possible on Darwin (bug#26397)
2017-04-18 11:42:30 +01:00
process.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
profiler.c
Use float instead of Lisp_Object for rehash_size
2017-02-21 15:39:17 -08:00
puresize.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
ralloc.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
README
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
regex.c
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
regex.h
Use expanded stack during regex matches
2017-01-08 18:45:52 -05:00
region-cache.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
region-cache.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
scroll.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
search.c
Throw a `search-failed' derived error in Info search
2017-04-03 19:36:14 -04:00
sheap.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
sheap.h
Update copyright year to 2017 in master
2017-01-01 01:48:59 -08:00
sound.c
Compare and round more carefully
2017-03-04 23:18:39 -08:00
syntax.c
Fix quitting bug when buffers are frozen
2017-02-01 15:23:19 -08:00
syntax.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
sysdep.c
Fix quitting bug when buffers are frozen
2017-02-01 15:23:19 -08:00
sysselect.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
syssignal.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
sysstdio.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
systhread.c
Remove a few unused C functions
2017-02-26 09:58:25 -08:00
systhread.h
Remove a few unused C functions
2017-02-26 09:58:25 -08:00
systime.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
systty.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
syswait.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
term.c
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
termcap.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
termchar.h
Remove unused TN_max_pairs field
2017-02-18 12:56:12 +02:00
termhooks.h
Frame movement, focus and hook related changes
2017-04-11 12:37:26 +02:00
terminal.c
Tighten recently-added UTF-8 check
2017-04-17 10:20:39 -07:00
terminfo.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
termopts.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
textprop.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
thread.c
Fix a bug with signaling a thread that waits for condvar
2017-01-18 18:06:42 +02:00
thread.h
Update copyright year to 2017 in master
2017-01-01 01:48:59 -08:00
tparam.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
tparam.h
Support 24-bit direct colors on text terminals
2017-02-18 13:04:55 +02:00
undo.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
unexaix.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
unexcoff.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
unexcw.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
unexec.h
Make src headers idempotent and standalone
2015-10-16 14:56:11 -07:00
unexelf.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
unexhp9k800.c
unexmacosx.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
unexsol.c
Include-file cleanup for src directory
2015-10-20 18:35:53 -07:00
unexw32.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
vm-limit.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w16select.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
w32.c
Generate nt/gnulib.mk from lib/gnulib.mk
2017-01-03 17:46:40 +02:00
w32.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32common.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
w32console.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32fns.c
Avoid compilation warnings on MS-Windows
2017-04-16 10:12:42 +03:00
w32font.c
Add new frame parameters and associated functions
2017-04-12 10:38:25 +02:00
w32font.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32gui.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
w32heap.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32heap.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32inevt.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32inevt.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
w32menu.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32notify.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
w32proc.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
w32reg.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32select.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
w32select.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
w32term.c
Let w32_mouse_position pick a child window only if it has a child frame
2017-04-23 10:52:56 +02:00
w32term.h
New internal-border face and args for select-window and x-focus-frame
2017-04-12 18:22:44 +02:00
w32uniscribe.c
Avoid quitting inside a critical section on MS-Windows
2017-02-23 18:15:05 +02:00
w32xfns.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
widget.c
Tweak X toolkit code to pacify modern GCC
2017-03-10 09:31:59 -08:00
widget.h
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
widgetprv.h
Use 'char *FOO' instead of 'char* FOO'
2017-02-18 18:17:03 -08:00
window.c
New internal-border face and args for select-window and x-focus-frame
2017-04-12 18:22:44 +02:00
window.h
Refactor uses of scroll_margin to a function
2017-02-02 21:19:52 -05:00
xdisp.c
Avoid infinite loop in redisplay when header-line-format is invalid
2017-04-21 11:10:14 +03:00
xfaces.c
New internal-border face and args for select-window and x-focus-frame
2017-04-12 18:22:44 +02:00
xfns.c
; Spelling and minor wording fixes
2017-04-14 12:42:31 -07:00
xfont.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
xftfont.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
xgselect.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
xgselect.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
xmenu.c
Add new frame parameters and associated functions
2017-04-12 10:38:25 +02:00
xml.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
xrdb.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
xselect.c
Replace QUIT with maybe_quit
2017-01-25 21:25:37 -08:00
xsettings.c
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
xsettings.h
Update copyright year to 2017
2016-12-31 19:42:26 -08:00
xsmfns.c
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00
xterm.c
* src/xterm.c (x_fill_rectangle): Now static.
2017-04-17 11:14:40 -07:00
xterm.h
* src/xterm.c (x_fill_rectangle): Now static.
2017-04-17 11:14:40 -07:00
xwidget.c
Verify xwidget USE_LSB_TAG assumption
2017-02-20 13:04:09 -08:00
xwidget.h
Merge from origin/emacs-25
2017-01-01 01:10:47 -08:00