1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-07 14:51:40 -07:00
emacs/src
Eli Zaretskii c3fda2e34b Fix display in window margins when text-area text is reordered
* src/xdisp.c (handle_stop_backwards): Don't overwrite
'stop_charpos' if we end up on a different stack level of the
iterator.  (Bug#80693)
2026-04-05 12:34:12 +03:00
..
bitmaps
.dbxinit
.gdbinit
.lldbinit
alloc.c Move the attribute field of charsets to a separate vector 2026-03-21 18:20:42 +01:00
android-asset.h
android-emacs.c
android.c
android.h
androidfns.c
androidfont.c
androidgui.h
androidmenu.c
androidselect.c
androidterm.c
androidterm.h
androidvfs.c
atimer.c
atimer.h
bidi.c Avoid segfaults in 'bidi_mirror_char' during startup 2026-03-24 19:09:52 +02:00
bignum.c
bignum.h
blockinput.h ; Fix some comments. 2026-02-27 18:17:36 +00:00
buffer.c ; Fix the documentation of 'overlays-in' etc. 2026-02-28 15:36:07 +02:00
buffer.h ; * src/buffer.h: Mention indirect buffers in 'buffer_window_count' comment 2026-01-25 09:50:35 +01:00
bytecode.c
callint.c New variable 'multiple-terminals-merge-keyboards' 2026-02-28 20:54:56 +00:00
callproc.c ; * src/callproc.c (command-line-max-length): Use DEFVAR_INT. 2026-02-28 15:50:10 +00:00
casefiddle.c
casetab.c
category.c
category.h
ccl.c
ccl.h
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
character.c Count characters correctly in 'str_as_multibyte' 2026-03-16 16:28:36 +00:00
character.h
charset.c ; * src/charset.c (Ffind_charset_string): Fix a typo (bug#80707). 2026-04-02 13:12:53 +03:00
charset.h Use signed ints in struct charset_table 2026-03-21 18:42:01 +01:00
chartab.c ; Fix comments and doc strings in some C files 2026-03-26 19:40:58 +02:00
cm.c
cm.h
cmds.c
coding.c Fix infloop when decoding incomplete embedded UTF-8 input 2026-03-07 11:36:58 +00:00
coding.h
commands.h
comp.c Replace remaining uses of Qwrong_type_argument 2026-03-12 16:41:18 -04:00
comp.h
composite.c Avoid segfaults if someone sets 'composition-function-table' to nil 2026-02-21 19:27:17 +02:00
composite.h
conf_post.h Remove more regex macros from src/conf_post.h 2026-03-16 14:29:26 +01:00
COPYING
cygw32.c
cygw32.h
data.c (Fmakunbound): Break aliasing, if present (bug#80538) 2026-03-20 17:21:05 -04:00
dbusbind.c * src/dbusbind.c: Include fcntl.h if needed. (Bug#80373) 2026-02-22 16:30:19 +01:00
decompress.c
deps.mk
dired.c
dispextern.h ; Fix typo in struct image commentary. 2026-02-17 15:22:06 +01:00
dispnew.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
disptab.h
dmpstruct.awk
doc.c
doprnt.c
dosfns.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
dosfns.h
dynlib.c
dynlib.h
editfns.c
emacs-icon.h
emacs-module.c Rename emacs-module.h.in -> emacs-module.in.h 2026-03-14 15:08:15 +01:00
emacs-module.in.h Rename emacs-module.h.in -> emacs-module.in.h 2026-03-14 15:08:15 +01:00
emacs.c ; Move ns_init_colors from Fns_list_colors to emacs.c (bug#80377) 2026-03-07 00:04:21 +00:00
emacsgtkfixed.c
emacsgtkfixed.h
epaths.in
eval.c Improve the error API 2026-03-10 10:48:10 -04:00
fileio.c ; Improve documentation of 'make-temp-file' 2026-04-04 09:56:32 +03:00
filelock.c
floatfns.c
fns.c ; * src/fns.c (internal_equal_cycle) <use-short-answers>: Doc fix. 2026-03-21 10:12:03 +02:00
font.c
font.h
fontset.c
fontset.h
frame.c ; Simplify Fframe_id frame decoding. 2026-03-26 15:19:56 +01:00
frame.h Support cons cell for 'line-spacing' 2026-01-24 13:32:44 +02:00
fringe.c
ftcrfont.c
ftfont.c
ftfont.h
getpagesize.h
gfilenotify.c
gmalloc.c
gnutls.c
gnutls.h
gtkutil.c Scale position values in xg_frame_set_size_and_position 2026-02-12 09:43:04 +01:00
gtkutil.h
haiku.c
haiku_draw_support.cc
haiku_font_support.cc
haiku_io.c
haiku_select.cc
haiku_support.cc
haiku_support.h
haikufns.c
haikufont.c
haikugui.h
haikuimage.c
haikumenu.c
haikuselect.c
haikuselect.h
haikuterm.c
haikuterm.h
hbfont.c
image.c Fix seg fault when image dimensions don't match (bug#80518) 2026-03-04 19:21:36 +00:00
indent.c ; * src/indent.c (Fvertical_motion): Fix last change. (Bug#80223) 2026-01-19 20:01:48 +02:00
indent.h
inotify.c
insdel.c
intervals.c
intervals.h
itree.c
itree.h
json.c Faster JSON string serialisation (bug#80529) 2026-03-03 17:21:16 +01:00
keyboard.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
keyboard.h ; Fix some comments. 2026-02-27 18:17:36 +00:00
keymap.c
keymap.h
kqueue.c
lcms.c
lisp.h Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
lread.c Remove vla.h 2026-02-13 17:44:46 -08:00
macfont.h
macfont.m
macros.c Staticpro executing_kbd_macro 2026-03-22 15:29:37 +01:00
macros.h Staticpro executing_kbd_macro 2026-03-22 15:29:37 +01:00
macuvs.h
Makefile.in
marker.c
menu.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
menu.h
minibuf.c New variable 'multiple-terminals-merge-keyboards' 2026-02-28 20:54:56 +00:00
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h
module-env-29.h
module-env-30.h
module-env-31.h
msdos.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
msdos.h
nsfns.m ; Move ns_init_colors from Fns_list_colors to emacs.c (bug#80377) 2026-03-07 00:04:21 +00:00
nsfont.m
nsgui.h
nsimage.m NS: Add native image support for HEIF, SVG and WEBP on GNUstep 2026-01-17 14:06:29 +02:00
nsmenu.m
nsselect.m
nsterm.h ; Move ns_init_colors from Fns_list_colors to emacs.c (bug#80377) 2026-03-07 00:04:21 +00:00
nsterm.m Inform macOS Accessibility Zoom of cursor position (bug#80624) 2026-04-03 12:22:14 +01:00
nsxwidget.h
nsxwidget.m
pdumper.c Introduce a struct charset_table 2026-03-21 18:42:00 +01:00
pdumper.h
pgtkfns.c Pacify GCC with gdk-pixbuf 2.44 2026-02-13 17:44:46 -08:00
pgtkgui.h
pgtkim.c
pgtkmenu.c
pgtkselect.c
pgtkterm.c pgtk_set_window_size: Clear out unused code 2026-04-03 04:33:14 +03:00
pgtkterm.h
print.c Replace remaining uses of Qwrong_type_argument 2026-03-12 16:41:18 -04:00
process.c * src/process.c (server_accept_connection): Fix assertion (bug#80237). 2026-02-10 17:09:56 +02:00
process.h
profiler.c
ralloc.c
README
regex-emacs.c
regex-emacs.h
region-cache.c
region-cache.h
scroll.c
search.c
sfnt.c
sfnt.h
sfntfont-android.c
sfntfont.c
sfntfont.h
sort.c
sound.c ; * src/sound.c (Fw32_sound_volume): Shut up GCC warning. 2026-04-05 09:54:56 +03:00
sqlite.c
syntax.c
syntax.h
sysdep.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
sysselect.h
syssignal.h
sysstdio.h
systhread.c
systhread.h
systime.h
systty.h
syswait.h
term.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
termcap.c
termchar.h
termhooks.h
terminal.c Add predicate for initial_terminal 2026-03-26 15:19:56 +01:00
terminfo.c
termopts.h
textconv.c
textconv.h
textprop.c
thread.c
thread.h
timefns.c
tparam.c
tparam.h
treesit.c Fix treesit-query-capture's NODE-ONLY param 2026-04-04 22:35:35 -07:00
treesit.h
undo.c
verbose.mk.in
vm-limit.c
w16select.c
w32.c Fix bug on MS-Windows with frame title when system-name is non-ASCII 2026-02-27 17:55:05 +02:00
w32.h
w32common.h
w32console.c
w32cygwinx.c
w32dwrite.c
w32fns.c Teach Emacs on MS-Windows how to export frame screenshots 2026-03-01 15:08:51 +02:00
w32font.c
w32font.h
w32gdiplus.h Teach Emacs on MS-Windows how to export frame screenshots 2026-03-01 15:08:51 +02:00
w32gui.h
w32heap.c ; Remove unused declarations from w32heap.c 2026-02-28 14:58:33 +02:00
w32heap.h
w32image.c ; * src/w32image.c (w32_gdip_export_frame): Add error checking. 2026-03-02 17:03:17 +02:00
w32inevt.c
w32inevt.h
w32menu.c
w32notify.c
w32proc.c ; * src/w32proc.c (new_child): Update comment (bug#76041). 2026-02-28 14:53:34 +02:00
w32reg.c
w32select.c
w32select.h
w32term.c system-sleep sleep blocker and sleep/wake event package (bug#80348) 2026-02-11 09:52:38 +01:00
w32term.h ; Fix recently installed changes 2026-02-11 14:44:09 +02:00
w32uniscribe.c
w32xfns.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
widget.c Assign bit gravity to window in Lucid and Motif ports too 2026-03-16 23:55:24 +02:00
widget.h
widgetprv.h
window.c ; Fix documentation of window-dimension functions 2026-03-19 17:40:31 +02:00
window.h Support cons cell for 'line-spacing' 2026-01-24 13:32:44 +02:00
xdisp.c Fix display in window margins when text-area text is reordered 2026-04-05 12:34:12 +03:00
xfaces.c Simplify some struct frame.output_method checks 2026-03-26 15:19:56 +01:00
xfns.c Assign bit gravity to window in Lucid and Motif ports too 2026-03-16 23:55:24 +02:00
xfont.c
xftfont.c
xgselect.c
xgselect.h
xmenu.c
xml.c
xrdb.c
xselect.c
xsettings.c xsettings: honor GDK DPI scaling values 2026-01-30 12:39:48 -05:00
xsettings.h
xsmfns.c
xterm.c Fix no-focus-on-map on X without GTK 2026-03-22 12:18:03 +01:00
xterm.h
xwidget.c
xwidget.h

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Copyright (C) 2001-2026 Free Software Foundation, Inc.
See the end of the file for license conditions.


This directory contains the source files for the C component of GNU Emacs.
Nothing in this directory is needed for using Emacs once it is built
and installed, if the dumped Emacs is copied elsewhere.

See the files ../README and then ../INSTALL for installation instructions.

The file 'Makefile.in' is used as a template by the script
'../configure' to produce 'Makefile'.  This is the file which actually
controls the compilation of Emacs C source files.  All of this should
work transparently; you should only need to change to the parent
directory, run './configure', and then run 'make'.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.