..
bitmaps
.dbxinit
.gdbinit
Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.org
2014-07-28 05:39:09 -04:00
.gitignore
alloc.c
Add vectors support to Fsort.
2014-08-29 11:29:47 +04:00
atimer.c
* atimer.c (toplevel) [HAVE_TIMERFD]: Include errno.h.
2014-08-01 10:52:02 +04:00
atimer.h
On GNU/Linux, use timerfd for asynchronous timers.
2014-07-28 10:28:15 +04:00
autodeps.mk
bidi.c
src/bidi.c: Describe the design of reordering engine in the commentary.
2014-04-06 18:56:01 +03:00
blockinput.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
buffer.c
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
2014-08-10 17:59:34 -07:00
buffer.h
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
bytecode.c
* src/bytecode.c (FETCH) [BYTE_CODE_SAFE]: Check the bytecode wasn't
2014-05-27 19:48:35 -04:00
callint.c
* src/callint.c (Fcall_interactively): Fix up last change.
2014-06-17 09:50:22 -04:00
callproc.c
Use binary-io module, O_BINARY, and "b" flag.
2014-07-14 12:23:18 -07:00
casefiddle.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
casetab.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
category.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
category.h
Simplify and port recent bool vector changes.
2013-11-04 23:11:24 -08:00
ccl.c
* lisp.h (STRING_COPYIN): Remove; unused.
2014-06-17 17:41:14 +04:00
ccl.h
Use bool for boolean, focusing on headers.
2013-12-14 13:36:44 -08:00
ChangeLog
* sysdep.c (str_collate): Do not look at errno after towlower_l.
2014-08-29 13:16:40 -07:00
ChangeLog.1
ChangeLog fixes
2014-01-16 20:54:23 -05:00
ChangeLog.2
ChangeLog fixes
2014-01-16 20:54:23 -05:00
ChangeLog.3
Fix ChangeLog typos.
2014-01-26 01:47:40 +01:00
ChangeLog.4
ChangeLog fixes
2014-01-14 22:06:07 -05:00
ChangeLog.5
ChangeLog fixes
2014-01-14 22:06:07 -05:00
ChangeLog.6
ChangeLog fixes
2014-01-16 20:54:23 -05:00
ChangeLog.7
ChangeLog fixes
2014-01-14 22:06:07 -05:00
ChangeLog.8
Misc accumulated ChangeLog convention fixes
2014-08-28 18:18:39 -04:00
ChangeLog.9
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
ChangeLog.10
ChangeLog fixes
2014-01-14 22:06:07 -05:00
ChangeLog.11
Fix ChangeLog typos.
2014-01-26 01:47:40 +01:00
ChangeLog.12
ChangeLog fixes
2014-01-21 00:49:46 -08:00
character.c
Simplify and cleanup character conversion stuff.
2014-06-23 08:11:29 +04:00
character.h
* chartab.c (char_table_translate): Move to...
2014-07-08 11:17:04 +04:00
charset.c
Simplify and cleanup character conversion stuff.
2014-06-23 08:11:29 +04:00
charset.h
Simplify and cleanup character conversion stuff.
2014-06-23 08:11:29 +04:00
chartab.c
* chartab.c (char_table_translate): Move to...
2014-07-08 11:17:04 +04:00
cm.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
cm.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
cmds.c
Simplify and cleanup character conversion stuff.
2014-06-23 08:11:29 +04:00
coding.c
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
2014-08-10 17:59:34 -07:00
coding.h
* coding.h (struct coding_system): Remove 'error_positions' (unused)
2014-07-10 08:35:55 +04:00
commands.h
Omit redundant extern decls.
2014-06-17 09:09:19 -07:00
composite.c
Consistently use validate_subarray to verify substring.
2014-06-25 16:11:08 +04:00
composite.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
conf_post.h
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
2014-08-28 10:48:02 -04:00
COPYING
cygw32.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
cygw32.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
data.c
Revert previous change.
2014-07-26 06:17:25 -07:00
dbusbind.c
* dbusbind.c (xd_signature): Revert last 2 patches.
2014-05-20 10:25:18 +02:00
decompress.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
deps.mk
Use gcc auto-dependency information for lwlib and oldXMenu
2014-06-28 15:57:23 -07:00
dired.c
Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org
2014-08-03 16:34:33 -04:00
dispextern.h
Avoid undefined behavior with signed left shift.
2014-08-03 05:34:44 -07:00
dispnew.c
Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.org
2014-08-27 18:59:29 -07:00
disptab.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
doc.c
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-05 12:30:36 -07:00
doprnt.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
dosfns.c
Remove support for DJGPP < 2.02
2014-08-09 17:12:33 +01:00
dosfns.h
Implement memory-info for MS-DOS.
2014-07-11 13:09:51 +03:00
editfns.c
Fix a few ``MS-DOG''s overlooked in the previous commit.
2014-08-07 11:15:52 +01:00
emacs-icon.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
emacs.c
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
2014-08-28 10:48:02 -04:00
emacsgtkfixed.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
emacsgtkfixed.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
epaths.in
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
eval.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
fileio.c
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
2014-08-10 17:59:34 -07:00
filelock.c
Revert previous change.
2014-07-26 06:17:25 -07:00
firstfile.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
floatfns.c
Doc fixes
2014-05-01 19:55:25 -04:00
fns.c
Implement case-insensitive and Unicode-compliant collation on MS-Windows.
2014-08-29 22:18:06 +03:00
font.c
Revert previous change.
2014-07-26 06:17:25 -07:00
font.h
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
fontset.c
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
2014-08-10 17:59:34 -07:00
fontset.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
frame.c
In set_menu_bar_lines call change_frame_size instead of set_menu_bar_lines_1.
2014-08-12 11:47:27 +02:00
frame.h
Fix scroll bar handling for non-toolkit builds.
2014-08-04 18:47:27 +02:00
fringe.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
ftfont.c
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
ftfont.h
Next minor cleanup of font subsystem.
2014-07-09 10:25:35 +04:00
ftxfont.c
Use convenient alists to manage per-frame font driver-specific data.
2014-07-03 16:20:00 +04:00
getpagesize.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
gfilenotify.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
gmalloc.c
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
2014-08-28 10:48:02 -04:00
gnutls.c
Minor fixups related to usage of the 'long' type.
2014-07-07 16:33:05 -07:00
gnutls.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
gtkutil.c
* gtkutil.c (create_dialog): Force min spacing 10 between buttons.
2014-08-02 15:32:40 +02:00
gtkutil.h
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
image.c
Minor ImageMagick safety fixes.
2014-07-07 16:25:13 -07:00
indent.c
Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.org
2014-08-27 18:59:29 -07:00
indent.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
inotify.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
insdel.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
intervals.c
* src/intervals.c: Tighten assertions.
2014-05-01 11:15:46 -04:00
intervals.h
Omit redundant extern decls.
2014-06-17 09:09:19 -07:00
keyboard.c
* src/keyboard.c (Vtop_level_message): Rename to
2014-08-27 14:51:21 +04:00
keyboard.h
If a C name must be extern on some platforms, make it extern on all.
2014-06-08 11:27:22 -07:00
keymap.c
* lisp.h (CHECK_VECTOR_OR_STRING): Return number of elements
2014-07-14 08:44:01 +04:00
keymap.h
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-05 12:30:36 -07:00
lastfile.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
lisp.h
Add optional arguments LOCALE and IGNORE-CASE to collation functions.
2014-08-29 19:57:36 +02:00
lisp.mk
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
lread.c
Revert previous change.
2014-07-26 06:17:25 -07:00
macfont.h
* macfont.h (macfont_update_antialias_threshold): Declare.
2014-07-20 15:18:47 +02:00
macfont.m
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
macros.c
Merge from emacs-24; up to 2014-06-26T21:51:25Z!rgm@gnu.org.
2014-08-01 16:10:07 +03:00
macros.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
macuvs.h
Include sources used to create macuvs.h.
2014-05-26 08:48:28 -07:00
Makefile.in
Fix bug #18302 with minor issues in the MSYS2/MinGW64 build.
2014-08-23 11:48:30 +03:00
makefile.w32-in
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
marker.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
menu.c
Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).
2014-08-10 10:26:28 +02:00
menu.h
Make functions static that no longer need to be extern.
2014-08-01 08:12:01 -07:00
minibuf.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
msdos.c
Fix a couple of recent inadvertent breaks of the MSDOS port.
2014-08-10 17:28:36 +01:00
msdos.h
Fix the MSDOS build.
2014-04-16 16:27:28 +03:00
nsfns.m
Fix default width not being 80, but 77.
2014-08-11 15:16:31 +02:00
nsfont.m
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
nsgui.h
Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h only
2014-07-16 14:44:05 +09:00
nsimage.m
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
nsmenu.m
Remove unnecessary redisplays in NS port.
2014-06-30 14:38:09 +02:00
nsselect.m
* nsselect.m (Fx_selection_exists_p): Just return Qnil if window system
2014-05-05 19:37:43 +02:00
nsterm.h
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
nsterm.m
Reinstate removed code.
2014-07-27 16:45:26 +02:00
print.c
* print.c (print_preprocess): Adjust to match changed
2014-07-17 13:12:51 +04:00
process.c
src/process.c: fix a comment typo
2014-08-09 17:20:29 +01:00
process.h
If a C name must be extern on some platforms, make it extern on all.
2014-06-08 11:27:22 -07:00
profiler.c
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
2014-05-04 12:37:56 -07:00
puresize.h
* src/puresize.h (BASE_PURESIZE): Add 1%, for safety.
2014-06-25 16:26:01 -04:00
ralloc.c
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
2014-08-28 10:48:02 -04:00
README
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
regex.c
* regex.c (re_search_2): Use ssize_t to avoid integer overflow.
2014-07-15 18:04:06 +04:00
regex.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
region-cache.c
Revert previous change.
2014-07-26 06:17:25 -07:00
region-cache.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
scroll.c
Avoid undefined behavior with signed left shift.
2014-08-03 05:34:44 -07:00
search.c
Simplify and cleanup character conversion stuff.
2014-06-23 08:11:29 +04:00
sheap.c
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
2014-08-28 10:48:02 -04:00
sound.c
Handle sigmask better with nested signal handlers.
2014-03-25 07:43:26 -07:00
syntax.c
Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.
2014-08-27 22:40:54 +03:00
syntax.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
sysdep.c
* sysdep.c (str_collate): Do not look at errno after towlower_l.
2014-08-29 13:16:40 -07:00
sysselect.h
Fix the MS-Windows build broken by few last commits.
2014-06-04 00:00:40 +03:00
syssignal.h
Port signal-handling to DragonFly BSD.
2014-06-01 16:17:56 -07:00
sysstdio.h
Use emacs_open more consistently when opening files.
2013-07-05 19:40:50 -07:00
systime.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
systty.h
Use binary-io module, O_BINARY, and "b" flag.
2014-07-14 12:23:18 -07:00
syswait.h
Handle systems without WCONTINUED consistently.
2014-05-03 13:13:10 -07:00
term.c
Fix a couple of recent inadvertent breaks of the MSDOS port.
2014-08-10 17:28:36 +01:00
termcap.c
Minor fixups related to usage of the 'long' type.
2014-07-07 16:33:05 -07:00
termchar.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
termhooks.h
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
terminal.c
Indentation, punctuation, and other nitpicks.
2014-07-20 21:41:59 -04:00
terminfo.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
termopts.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
textprop.c
Space before paren, updating recent change.
2014-01-14 09:59:19 -08:00
tparam.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
tparam.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
undo.c
Undo in region after markers in undo history relocated
2014-03-24 22:47:39 -04:00
unexaix.c
Fix port to 32-bit AIX.
2014-05-21 22:00:39 -07:00
unexcoff.c
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
2014-04-16 12:43:46 -07:00
unexcw.c
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
2014-08-28 10:48:02 -04:00
unexec.h
unexelf.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
unexhp9k800.c
Fix subspace record bug on HP-UX 10.20.
2014-02-13 09:23:08 -08:00
unexmacosx.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
unexsol.c
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-15 23:39:49 -07:00
unexw32.c
Add diagnostics for using private heap on MS-Windows during dumping.
2014-05-29 18:21:08 +03:00
vm-limit.c
Implement memory-info for MS-DOS.
2014-07-11 13:09:51 +03:00
w16select.c
Fix last commit of src/w16select.c.
2014-07-17 18:40:18 +03:00
w32.c
Implement locale-sensitive string collation for MS-Windows. (Bug#18051)
2014-08-25 18:55:46 +03:00
w32.h
Implement case-insensitive and Unicode-compliant collation on MS-Windows.
2014-08-29 22:18:06 +03:00
w32common.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
w32console.c
Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).
2014-08-10 10:26:28 +02:00
w32fns.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
w32font.c
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
w32font.h
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
w32gui.h
Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h only
2014-07-16 14:44:05 +09:00
w32heap.c
src/w32heap.c: Minor formatting and whitespace changes.
2014-06-27 11:31:20 +03:00
w32heap.h
Define the size of dumped data for MS-Windows locally on w32heap.c.
2014-06-03 10:28:07 +03:00
w32inevt.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
w32inevt.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
w32menu.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
w32notify.c
src/*.c: Silence a few warnings about unused vars and functions.
2014-03-26 11:21:55 +01:00
w32proc.c
Implement case-insensitive and Unicode-compliant collation on MS-Windows.
2014-08-29 22:18:06 +03:00
w32reg.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
w32select.c
Fix setting up coding-systems for clipboard access on MS-Windows and MS-DOS.
2014-07-17 18:37:48 +03:00
w32select.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
w32term.c
Some fixes for scroll bar code.
2014-08-28 08:46:58 +02:00
w32term.h
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
w32uniscribe.c
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
w32xfns.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
widget.c
* widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs)
2014-08-09 11:06:25 +02:00
widget.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
widgetprv.h
* widget.c (DEFAULT_FACE_FONT, EmacsFrameSetValues, setup_frame_gcs)
2014-08-09 11:06:25 +02:00
window.c
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
2014-08-10 17:59:34 -07:00
window.h
Fix scroll bar handling for non-toolkit builds.
2014-08-04 18:47:27 +02:00
xdisp.c
Add support for HYBRID_MALLOC, allowing the use of gmalloc before
2014-08-28 10:48:02 -04:00
xfaces.c
Fix a few ``MS-DOG''s overlooked in the previous commit.
2014-08-07 11:15:52 +01:00
xfns.c
Fix bug with an attempt to select uninitialized frame (Bug#18161).
2014-08-03 11:19:43 +04:00
xfont.c
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
xftfont.c
One more minor cleanup of font subsystem.
2014-08-25 11:00:42 +04:00
xgselect.c
Merge from emacs-24; up to 2014-04-22T20:19:17Z!eggert@cs.ucla.edu
2014-04-22 14:32:51 -07:00
xgselect.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
xmenu.c
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
2014-07-27 15:21:30 +02:00
xml.c
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
xrdb.c
* xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictly
2014-07-30 07:41:56 +04:00
xselect.c
Prefer 'x_display_info *' to 'Display *' in X selection code.
2014-07-18 15:04:37 +04:00
xsettings.c
* xsettings.c (init_gsettings): Use g_settings_schema_source_lookup
2014-05-10 12:42:08 +02:00
xsettings.h
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
xsmfns.c
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-05 12:30:36 -07:00
xterm.c
Revert x_scroll_bar_handle_click "typo fix".
2014-08-28 20:33:18 +02:00
xterm.h
Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org
2014-08-03 16:34:33 -04:00