1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-16 13:11:14 -08:00
emacs/src
Po Lu 1973d4ac1b Avoid lowering child frames below scroll bars on X
* src/xterm.c (x_lower_frame_1): New function.
(x_lower_frame): Avoid calling XLowerFrame when there is a
parent with scroll bars.
2022-08-16 09:30:08 +08:00
..
bitmaps
.dbxinit
.gdbinit
.lldbinit * src/.lldbinit: Fix copyright year. 2022-07-11 14:57:20 +02:00
alloc.c Prevent GC of window referenced from EmacsScroller 2022-07-19 16:04:13 +03:00
atimer.c
atimer.h
bidi.c
bignum.c
bignum.h
blockinput.h
buffer.c Work around Bug#57211 2022-08-14 13:49:33 -07:00
buffer.h Further tweaks to long lines handling. 2022-07-20 19:14:41 +02:00
bytecode.c Fix the bytecode incompatibility due to the change to 'narrow-to-region'. 2022-08-01 21:11:49 +02:00
callint.c Fix fix_command for non-symbol functions 2022-08-15 16:18:45 +02:00
callproc.c * src/callproc.c (emacs_spawn): Fix Mac OS X build. 2022-08-06 10:27:03 +08: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 Simplify str_to_multibyte and related code 2022-07-11 13:52:01 +02:00
character.h Simplify str_to_multibyte and related code 2022-07-11 13:52:01 +02:00
charset.c
charset.h
chartab.c
cm.c
cm.h
cmds.c
coding.c Pacify warnings from gcc 12 in encode_coding_object 2022-08-15 08:56:57 +02:00
coding.h
commands.h
comp.c ; Fix warnings from #pragma GCC iagnostic pop on macOS 2022-07-30 17:36:27 +02:00
comp.h
composite.c ; * src/composite.c: Include stdlib.h. 2022-08-06 18:37:57 +03:00
composite.h
conf_post.h
COPYING
cygw32.c
cygw32.h
data.c ; * src/data.c (Fash): Improve wording of the doc string. 2022-07-20 22:03:45 +03:00
dbusbind.c
decompress.c
deps.mk
dired.c * src/dired.c (directory_files_internal): Update comment 2022-07-10 11:15:27 -04:00
dispextern.h Improve Bidi with long lines. 2022-08-04 11:07:28 +02:00
dispnew.c
disptab.h
dmpstruct.awk
doc.c
doprnt.c
dosfns.c
dosfns.h
dynlib.c
dynlib.h
editfns.c ; Clarify documentation of "locked narrowing" 2022-08-02 16:24:00 +03:00
emacs-icon.h
emacs-module.c
emacs-module.h.in
emacs.c
emacsgtkfixed.c
emacsgtkfixed.h
epaths.in
eval.c New debugging facility: backtraces from errors in Lisp called from redisplay 2022-08-11 19:31:09 +00:00
fileio.c Revert commit 38b3780f6e. 2022-07-08 23:36:18 +02:00
filelock.c
firstfile.c
floatfns.c
fns.c Clarify take and ntake documentation (bug#56521) 2022-07-18 12:49:29 +02:00
font.c
font.h
fontset.c
fontset.h
frame.c Revert "Improve X event timestamp tracking" 2022-08-07 11:47:26 +08:00
frame.h
fringe.c
ftcrfont.c Merge from origin/emacs-28 2022-08-12 06:30:31 +02:00
ftfont.c
ftfont.h
getpagesize.h
gfilenotify.c
gmalloc.c
gnutls.c
gnutls.h
gtkutil.c Revert "Improve X event timestamp tracking" 2022-08-07 11:47:26 +08:00
gtkutil.h Revert "Improve X event timestamp tracking" 2022-08-07 11:47:26 +08:00
haiku.c
haiku_draw_support.cc
haiku_font_support.cc
haiku_io.c Port `x-lost-selection-functions' to Haiku 2022-07-07 02:48:19 +00:00
haiku_select.cc Implement TIMESTAMP target for Haiku selections 2022-07-13 05:45:30 +00:00
haiku_support.cc Implement primitive frame synchronization on Haiku 2022-08-01 05:51:59 +00:00
haiku_support.h Implement primitive frame synchronization on Haiku 2022-08-01 05:51:59 +00:00
haikufns.c Improve frame synchronization support on Haiku 2022-08-01 06:24:15 +00:00
haikufont.c
haikugui.h
haikuimage.c
haikumenu.c Fix grab view persisting on Haiku after popup menu closes 2022-07-28 13:25:06 +00:00
haikuselect.c Handle modifiers during Haiku DND wheel movement 2022-07-26 05:42:42 +00:00
haikuselect.h Implement TIMESTAMP target for Haiku selections 2022-07-13 05:45:30 +00:00
haikuterm.c Improve frame synchronization support on Haiku 2022-08-01 06:24:15 +00:00
haikuterm.h Improve frame synchronization support on Haiku 2022-08-01 06:24:15 +00:00
hbfont.c
image.c Prune animation cache when images are no longer reachable 2022-07-14 18:59:09 +02:00
indent.c Further speedups of redisplay of long and truncated lines 2022-08-14 15:49:37 +03:00
indent.h
inotify.c
insdel.c Merge branch 'feature/fix-the-long-lines-display-bug' 2022-07-21 12:37:45 +02:00
intervals.c
intervals.h
json.c Allow NUL characters in JSON input 2022-07-02 15:06:24 +02:00
keyboard.c Enhance safe_run_hooks_1 and safe_run_hook_funcall to handle more arguments 2022-08-15 12:18:01 +00:00
keyboard.h
keymap.c * src/keymap.c (Fcopy_keymap): Document using defvar-keymap. 2022-07-04 17:01:53 +02:00
keymap.h
kqueue.c
lastfile.c
lcms.c
lisp.h New debugging facility: backtraces from errors in Lisp called from redisplay 2022-08-11 19:31:09 +00:00
lread.c Cease emitting negative file offsets for user variables 2022-08-07 10:52:16 +02:00
macfont.h
macfont.m Merge from origin/emacs-28 2022-07-31 06:30:25 +02:00
macros.c
macros.h
macuvs.h
Makefile.in Produce TAGS in 'lib' as well and include them in src/TAGS 2022-08-15 22:12:58 +03:00
marker.c * src/xdisp.c (redisplay_window): Use BEG rather than hard coding 1 2022-08-02 13:06:51 -04:00
menu.c
menu.h
minibuf.c Remove obsolete uses of obsolete functions 2022-07-11 17:35:01 +02:00
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h
module-env-29.h
msdos.c
msdos.h
nsfns.m Make frame synchronization a frame parameter 2022-08-01 09:56:12 +08:00
nsfont.m
nsgui.h
nsimage.m
nsmenu.m Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flag 2022-07-12 09:31:08 +00:00
nsselect.m ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
nsterm.h Prevent GC of window referenced from EmacsScroller 2022-07-19 16:04:13 +03:00
nsterm.m Fix NS stretch glyph display 2022-07-27 11:21:34 +08:00
nsxwidget.h
nsxwidget.m
pdumper.c Update pdumper.c after recent long lines changes 2022-07-23 16:33:09 +03:00
pdumper.h
pgtkfns.c Make frame synchronization a frame parameter 2022-08-01 09:56:12 +08:00
pgtkgui.h
pgtkim.c
pgtkmenu.c Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flag 2022-07-12 09:31:08 +00:00
pgtkselect.c Fix selection disowning upon frame deletion on Wayland 2022-07-07 21:15:29 +08:00
pgtkterm.c Undo C parts of "Don't use the Gtk region face" 2022-07-23 17:03:04 +08:00
pgtkterm.h
print.c * src/print.c (struct print_buffer): Revert gratuitous format change. 2022-08-08 16:26:29 +02:00
process.c Add STREAM argument to 'process-tty-name' 2022-08-05 17:58:54 -07:00
process.h Allow creating processes where only one of stdin or stdout is a PTY 2022-08-05 17:58:54 -07:00
profiler.c
puresize.h * src/puresize.h (BASE_PURESIZE): Bump the value. (Bug#57007) 2022-08-06 09:11:01 +03:00
ralloc.c
README
regex-emacs.c
regex-emacs.h
region-cache.c
region-cache.h
scroll.c
search.c Improvements to long lines handling. 2022-07-16 21:13:33 +02:00
sheap.c
sheap.h Fix NS unexec build 2022-07-31 10:55:06 +08:00
sort.c
sound.c
sqlite.c Fix build with old sqlite libraries 2022-07-10 15:23:55 +08:00
syntax.c
syntax.h
sysdep.c Fix get-internal-runtime precision 2022-08-01 01:17:13 -07:00
sysselect.h
syssignal.h
sysstdio.h
systhread.c
systhread.h
systime.h Fix race conditions handling selection clear events on Haiku 2022-07-09 04:50:35 +00:00
systty.h
syswait.h
term.c
termcap.c
termchar.h
termhooks.h Revert "Improve X event timestamp tracking" 2022-08-07 11:47:26 +08:00
terminal.c Merge from origin/emacs-28 2022-07-23 01:37:59 +02:00
terminfo.c
termopts.h
textprop.c Simplified and improved heuristic for long lines detection. 2022-07-19 23:34:09 +02:00
thread.c
thread.h
timefns.c Improve timefns speed on integers 2022-08-14 13:49:33 -07:00
tparam.c
tparam.h
undo.c Fix undo of changes in cloned indirect buffers 2022-07-07 11:56:31 +03:00
unexaix.c
unexcoff.c
unexcw.c
unexec.h
unexelf.c
unexhp9k800.c
unexmacosx.c
unexsol.c
unexw32.c
verbose.mk.in
vm-limit.c
w16select.c
w32.c Fix leaking of file descriptors due to pipe processes on MS-Windows 2022-07-17 15:44:50 +03:00
w32.h
w32common.h
w32console.c
w32cygwinx.c
w32fns.c Make frame synchronization a frame parameter 2022-08-01 09:56:12 +08:00
w32font.c
w32font.h
w32gui.h
w32heap.c
w32heap.h
w32image.c
w32inevt.c
w32inevt.h
w32menu.c
w32notify.c
w32proc.c Fix leaking of file descriptors due to pipe processes on MS-Windows 2022-07-17 15:44:50 +03:00
w32reg.c
w32select.c
w32select.h
w32term.c
w32term.h
w32uniscribe.c
w32xfns.c
widget.c
widget.h
widgetprv.h
window.c Further speedups of redisplay of long and truncated lines 2022-08-14 15:49:37 +03:00
window.h Delete redisplay-end-trigger-functions and related defuns 2022-07-31 01:44:22 +02:00
xdisp.c Further speedups of redisplay of long and truncated lines 2022-08-14 15:49:37 +03:00
xfaces.c Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
xfns.c ; * src/xfns.c (Fx_set_mouse_absolute_pixel_position): Fix typo. 2022-08-13 10:36:54 +08:00
xfont.c
xftfont.c
xgselect.c
xgselect.h
xmenu.c Fix oldXMenu grab handling 2022-08-05 16:26:01 +08:00
xml.c
xrdb.c
xselect.c Only preserve PRIMARY and CLIPBOARD selection ownership by default 2022-07-15 21:47:09 +08:00
xsettings.c Improve handling of xsettings events 2022-08-01 19:01:37 +08:00
xsettings.h Improve handling of xsettings events 2022-08-01 19:01:37 +08:00
xsmfns.c
xterm.c Avoid lowering child frames below scroll bars on X 2022-08-16 09:30:08 +08:00
xterm.h Improve handling of pointer focus under the input extension 2022-08-08 11:44:53 +08:00
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-2022 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/>.