1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
emacs/src
Po Lu e482379a65 Reduce duplicate code cleaning up DND processes
* src/xterm.c (x_restore_events_after_dnd): New function.
(x_dnd_cleanup_drag_and_drop, x_dnd_begin_drag_and_drop): Use
that instead of manually cleaning up properties and events.
2022-07-06 10:42:12 +08:00
..
bitmaps
.dbxinit
.gdbinit Merge branch 'master' into scratch/correct-warning-pos 2022-01-11 21:57:54 +00:00
alloc.c Prevent GC of window referenced from EmacsScroller 2022-06-22 16:50:24 +03:00
atimer.c Fix 'debug-timer-check' on MS-Windows 2022-05-30 20:51:19 +03:00
atimer.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
bidi.c Minor optimization of the "abort redisplay" feature 2022-06-25 10:46:10 +03:00
bignum.c Improve random bignum generation 2022-03-16 17:52:41 -07:00
bignum.h Improve random bignum generation 2022-03-16 17:52:41 -07:00
blockinput.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
buffer.c Allow `kill-buffer' query to save the buffer first 2022-06-24 11:04:51 +02:00
buffer.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
bytecode.c Bytecode opcode comments update 2022-06-24 11:48:42 +02:00
callint.c Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
callproc.c Fix some DISPLAY variable related bugs on PGTK 2022-04-12 13:27:56 +08:00
casefiddle.c Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
casetab.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
category.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
category.h
ccl.c Pacify GCC 12 false positive in ccl.c 2022-05-31 01:26:47 -07:00
ccl.h
ChangeLog.1 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.2 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.3 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.4 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.5 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.6 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.7 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.8 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.9 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.10 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.11 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.12 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.13 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
character.c Speed up count_size_as_multibyte 2022-02-16 12:33:35 +01:00
character.h Fix cursor motion around some Emoji sequences 2021-09-25 12:18:27 +03:00
charset.c Merge from origin/emacs-28 2022-03-12 06:34:05 +01:00
charset.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
chartab.c Factor out char_table_ref_simple for readability 2021-07-21 14:01:57 +02:00
cm.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cm.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cmds.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
coding.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
coding.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
commands.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
comp.c native-comp-eln-load-path doc string fix 2022-07-02 12:54:28 +02:00
comp.h Port to gcc -D EMACS_EXTERN_INLINE 2022-03-19 12:48:54 -07:00
composite.c Use BASE_EQ when comparing with Qunbound 2022-06-12 12:42:35 +02:00
composite.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
conf_post.h Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
COPYING
cygw32.c Replace ptrdiff_t with new specpdl_ref type for specpdl references 2022-02-12 18:00:21 +01:00
cygw32.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
data.c Add a comment about buffer_local_value/find_symbol_value 2022-07-02 15:22:13 +02:00
dbusbind.c Pacify GCC 12 in default developer build 2022-05-12 17:03:55 -07:00
decompress.c Omit unnecessary code when !HAVE_NATIVE_COMP 2022-03-19 12:48:52 -07:00
deps.mk Replace list and vector sorting with TIMSORT algorithm 2022-04-04 07:43:11 +08:00
dired.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
dispextern.h Fix hscrolling of :align-to when display-line-numbers is in effect 2022-06-29 20:15:36 +03:00
dispnew.c Merge branch 'abort-redisplay' 2022-06-24 10:44:44 +03:00
disptab.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dmpstruct.awk ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
doc.c Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
doprnt.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dosfns.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dosfns.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dynlib.c Omit unnecessary code when !HAVE_NATIVE_COMP 2022-03-19 12:48:52 -07:00
dynlib.h Do not include <attribute.h> from <config.h> 2022-03-08 18:51:17 -08:00
editfns.c * editfns.c (Fbyte_to_string): Use make_unibyte_string 2022-07-01 21:29:45 -04:00
emacs-icon.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
emacs-module.c Use BASE_EQ when comparing with Qunbound 2022-06-12 12:42:35 +02:00
emacs-module.h.in Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
emacs.c Allow dropping more data types on PGTK 2022-06-23 13:58:38 +08:00
emacsgtkfixed.c Fix a crash on some versions of GTK 2022-02-18 18:04:02 +08:00
emacsgtkfixed.h Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
epaths.in ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
eval.c Make warning about require/autoload while bootstrapping not error out 2022-06-24 11:04:51 +02:00
fileio.c Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
filelock.c Protect against the host name containing an alpha character 2022-04-25 14:09:53 +02:00
firstfile.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
floatfns.c * src/floatfns.c: Update comment. 2022-05-10 14:47:22 -07:00
fns.c Merge from origin/emacs-28 2022-07-02 09:33:51 +02:00
font.c Fix initialization of Haiku font driver 2022-06-20 10:58:45 +00:00
font.h Speed up opening fonts on Haiku 2022-05-05 09:46:05 +00:00
fontset.c Improve documentation of 'set-fontset-font' 2022-04-24 09:56:22 +03:00
fontset.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
frame.c Improve grabbing detection with multiple master devices (MPX) 2022-06-24 10:57:35 +08:00
frame.h Fix recalculation of `icon-title-format' after a frame is iconified 2022-06-09 21:50:37 +08:00
fringe.c ; * src/fringe.c: Include pgtkterm.h only in HAVE_PGTK builds. 2022-04-15 12:22:15 +03:00
ftcrfont.c Use gsettings font rendering entries for pgtk builds 2022-05-13 20:52:02 +08:00
ftfont.c Whitelist some incorrectly labeled "color" fonts under Xft 2022-05-19 20:10:19 +08:00
ftfont.h Merge remote-tracking branch 'origin/master' into feature/pgtk 2021-11-30 08:16:50 +08:00
getpagesize.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gfilenotify.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gmalloc.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
gnutls.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
gnutls.h Remove unused fns/data and make fns static 2022-03-19 12:48:53 -07:00
gtkutil.c Minor fixes to PGTK child frames 2022-05-23 13:30:33 +08:00
gtkutil.h Minor cleanups to PGTK code 2022-04-18 09:24:36 +08:00
haiku.c ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
haiku_draw_support.cc Implement stipples for images on Haiku 2022-06-27 06:21:31 +00:00
haiku_font_support.cc Respect `:antialias' on Haiku 2022-06-20 02:16:34 +00:00
haiku_io.c Implement monitor change functions on Haiku 2022-05-23 10:23:59 +00:00
haiku_select.cc Remove unused Haiku code 2022-06-18 07:11:19 +00:00
haiku_support.cc Allow toggling antialiasing inside the Haiku font dialog 2022-06-21 05:04:47 +00:00
haiku_support.h Implement stipples for images on Haiku 2022-06-27 06:21:31 +00:00
haikufns.c Use BASE_EQ when comparing with Qunbound 2022-06-12 12:42:35 +02:00
haikufont.c Allow toggling antialiasing inside the Haiku font dialog 2022-06-21 05:04:47 +00:00
haikugui.h Add more cursor bitmaps on Haiku 2022-05-14 05:30:16 +00:00
haikuimage.c Don't use native image APIs for some types on Haiku 2022-04-12 02:37:39 +00:00
haikumenu.c Adapt last change to Haiku as well 2022-05-23 12:50:27 +00:00
haikuselect.c Automatically detect cyclic lists in some Haiku functions 2022-06-28 07:30:02 +00:00
haikuselect.h Remove unused Haiku code 2022-06-18 07:11:19 +00:00
haikuterm.c Use correct background for image mask color on Haiku 2022-06-27 06:21:32 +00:00
haikuterm.h Implement `follow-tooltip' for DND on Haiku 2022-06-09 07:21:42 +00:00
hbfont.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
image.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
indent.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
indent.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
inotify.c Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
insdel.c Replace ptrdiff_t with new specpdl_ref type for specpdl references 2022-02-12 18:00:21 +01:00
intervals.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
intervals.h Pacify GCC 12 in default developer build 2022-05-12 17:03:55 -07:00
json.c Allow NUL characters in JSON input 2022-07-02 15:06:24 +02:00
keyboard.c Return the correct action from the Lisp side of drag-and-drop 2022-07-02 09:06:36 +08:00
keyboard.h Rewrite PGTK selection code from scratch 2022-06-21 22:05:21 +08:00
keymap.c * src/keymap.c (Fcopy_keymap): Document using defvar-keymap. 2022-07-04 17:01:53 +02:00
keymap.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
kqueue.c Two typos captured on OpenBSD/clang 2022-06-21 18:46:53 +03:00
lastfile.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
lcms.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
lisp.h ; Fix typos. 2022-07-02 10:20:23 +02:00
lread.c Add sanity check for Emacsen distributed without .el files 2022-07-02 18:42:36 +02:00
macfont.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
macfont.m Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
macros.c Improve the execute-kbd-macro doc string 2022-03-14 12:17:24 +01:00
macros.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
macuvs.h
Makefile.in Replace list and vector sorting with TIMSORT algorithm 2022-04-04 07:43:11 +08:00
marker.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
menu.c Pacify GCC 12 -fanalyzer in x_popup_menu_1 2022-05-31 01:26:47 -07:00
menu.h Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
minibuf.c REQUIRE-MATCH doc string clarification 2022-07-02 22:03:06 +02:00
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h Remove maintainer comment from Emacs 28 module snippet. 2021-12-14 11:17:37 +01:00
module-env-29.h Update emacs-module sources for Emacs 29 2021-09-30 20:26:00 +03:00
msdos.c * src/msdos.c (dos_rawgetc): Handle tab bar clicks correctly. 2022-03-02 10:07:59 +08:00
msdos.h Clean up the MSDOS port 2022-04-10 15:44:11 +03:00
nsfns.m Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
nsfont.m Fix ns-reg-to-script definition 2022-06-20 19:11:38 +08:00
nsgui.h Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
nsimage.m Adjust plist calls in .m files 2022-06-27 12:26:19 +02:00
nsmenu.m Implement `follow-tooltip' on NS as well 2022-06-09 16:34:18 +08:00
nsselect.m Implement `follow-tooltip' on NS as well 2022-06-09 16:34:18 +08:00
nsterm.h Prevent GC of window referenced from EmacsScroller 2022-06-22 16:50:24 +03:00
nsterm.m Adjust plist calls in .m files 2022-06-27 12:26:19 +02:00
nsxwidget.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
nsxwidget.m Fix compiler warnings on Mac OS X 10.12 2022-05-22 11:02:24 +08:00
pdumper.c Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
pdumper.h Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
pgtkfns.c Fix repeated "the" 2022-07-02 10:04:32 +03:00
pgtkgui.h ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
pgtkim.c Clean up more code from PGTK port 2022-02-07 10:38:15 +08:00
pgtkmenu.c Minor fixes to PGTK child frames 2022-05-23 13:30:33 +08:00
pgtkselect.c Minor fixes to last change 2022-06-23 13:58:38 +08:00
pgtkterm.c Add support for fullscreen values fullheight and fullwidth on PGTK 2022-07-04 10:21:14 +08:00
pgtkterm.h Allow dropping more data types on PGTK 2022-06-23 13:58:38 +08:00
print.c ; Fix typos. 2022-07-02 13:32:41 +02:00
process.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
process.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
profiler.c Use BASE_EQ when comparing with Qunbound 2022-06-12 12:42:35 +02:00
puresize.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ralloc.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
README ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
regex-emacs.c Minor optimization of the "abort redisplay" feature 2022-06-25 10:46:10 +03:00
regex-emacs.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
region-cache.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
region-cache.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
scroll.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
search.c Prevent regexp cache entries from being GC'ed in more cases 2022-06-27 16:23:07 +03:00
sheap.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
sheap.h * src/sheap.h (STATIC_HEAP_SIZE): Double the size of static heap. 2022-07-02 12:16:33 +03:00
sort.c ; Fix typos 2022-05-15 11:15:06 +02:00
sound.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
sqlite.c Allow inserting and selecting binary blobs from sqlite 2022-04-28 14:58:53 +02:00
syntax.c Minor optimization of the "abort redisplay" feature 2022-06-25 10:46:10 +03:00
syntax.h Remove unused fns/data and make fns static 2022-03-19 12:48:53 -07:00
sysdep.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
sysselect.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
syssignal.h Do not include <attribute.h> from <config.h> 2022-03-08 18:51:17 -08:00
sysstdio.h Add ATTRIBUTE_DEALLOC to extern functions 2022-05-27 11:45:01 -07:00
systhread.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
systhread.h Do not include <attribute.h> from <config.h> 2022-03-08 18:51:17 -08:00
systime.h Remove unused fns/data and make fns static 2022-03-19 12:48:53 -07:00
systty.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
syswait.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
term.c Pacify GCC 12 in default developer build 2022-05-12 17:03:55 -07:00
termcap.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
termchar.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
termhooks.h Return the correct action from the Lisp side of drag-and-drop 2022-07-02 09:06:36 +08:00
terminal.c Use BASE_EQ when comparing with Qunbound 2022-06-12 12:42:35 +02:00
terminfo.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
termopts.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
textprop.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
thread.c Rename mark_stack to mark_c_stack 2022-04-08 15:34:57 +02:00
thread.h Remove duplicate INLINE_HEADER_BEGIN 2022-03-20 10:46:45 -07:00
timefns.c Improve time parsing documentation 2022-06-17 16:03:48 +02:00
tparam.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tparam.h Add ATTRIBUTE_DEALLOC to extern functions 2022-05-27 11:45:01 -07:00
undo.c Replace ptrdiff_t with new specpdl_ref type for specpdl references 2022-02-12 18:00:21 +01:00
unexaix.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
unexcoff.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
unexcw.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
unexec.h
unexelf.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
unexhp9k800.c
unexmacosx.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
unexsol.c
unexw32.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
verbose.mk.in Avoid glitches in ELC lines in build output 2022-01-23 23:23:31 -08:00
vm-limit.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w16select.c Make use of NILP where possible 2022-01-26 12:59:10 +01:00
w32.c Fix some missed Fplist_put adjustments in src/w32.c 2022-06-27 12:39:42 +02:00
w32.h Fix 'restart-emacs' on MS-Windows 2022-04-17 17:20:03 +03:00
w32common.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32console.c Minor improvements in 'restart-emacs' on MS-Windows 2022-04-18 21:04:57 +03:00
w32cygwinx.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32fns.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
w32font.c Improve font selection on MS-Windows 2022-05-27 15:12:09 +03:00
w32font.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32gui.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32heap.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32heap.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32image.c Allow plist-get/plist-put/plist-member to take a comparison function 2022-06-27 12:22:05 +02:00
w32inevt.c Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
w32inevt.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32menu.c * src/w32menu.c (w32_menu_show): Use SAFE_ALLOCA. (Bug#55068) 2022-05-23 16:54:17 +03:00
w32notify.c Audit quoting symbols in C doc strings 2022-05-24 11:51:18 +02:00
w32proc.c Fix 'debug-timer-check' on MS-Windows 2022-05-30 20:51:19 +03:00
w32reg.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32select.c Use BASE_EQ instead of EQ where obviously safe 2022-06-16 14:49:58 +02:00
w32select.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32term.c Use BASE_EQ when comparing with Qunbound 2022-06-12 12:42:35 +02:00
w32term.h Fix display updating inside the minibuffer on MS Windows 2022-04-30 18:54:34 +08:00
w32uniscribe.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32xfns.c Adjustments to double buffering on MS Windows 2022-04-30 15:52:12 +08:00
widget.c Handle exposure in the widget's expose proc on X 2022-04-30 14:29:33 +08:00
widget.h Make sure `update_wm_hints' finds the WMShell 2022-02-08 08:48:55 +08:00
widgetprv.h ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
window.c abort-redisplay: Add missing unbind_to in 'recenter' 2022-07-03 19:07:28 +03:00
window.h Account for remapped faces in $COLUMNS and $LINES in Eshell 2022-06-09 10:08:15 +03:00
xdisp.c Fix hscrolling of :align-to when display-line-numbers is in effect 2022-06-29 20:15:36 +03:00
xfaces.c Fix implementation of 'reset' face values 2022-07-03 15:37:50 +03:00
xfns.c Fix deadlocks with very old versions of libXi 2022-07-03 14:33:16 +08:00
xfont.c Pacify GCC 12.1.1 -Wanalyzer-use-of-uninitialized-value 2022-06-13 13:39:48 -07:00
xftfont.c Whitelist some incorrectly labeled "color" fonts under Xft 2022-05-19 20:10:19 +08:00
xgselect.c Fix drag-and-drop of files with multibyte filenames 2022-06-05 15:38:23 +08:00
xgselect.h Fix drag-and-drop of files with multibyte filenames 2022-06-05 15:38:23 +08:00
xmenu.c Avoid code duplication converting XI event state in toolkit menu code 2022-07-04 21:13:29 +08:00
xml.c ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
xrdb.c Pacify GCC 12 in xrdb.c 2022-05-31 01:26:47 -07:00
xselect.c Fix core dump with x-get-local-selection 2022-07-04 16:22:17 -05:00
xsettings.c Fix unused function warning on X 2022-05-17 18:18:32 +08:00
xsettings.h Use gsettings font rendering entries for pgtk builds 2022-05-13 20:52:02 +08:00
xsmfns.c Add a new command `restart-emacs' 2022-04-17 13:37:51 +02:00
xterm.c Reduce duplicate code cleaning up DND processes 2022-07-06 10:42:12 +08:00
xterm.h Avoid code duplication converting XI event state in toolkit menu code 2022-07-04 21:13:29 +08:00
xwidget.c Fix xwidget smooth scrolling when the default pointer is not a touchpad 2022-04-07 19:43:41 +08:00
xwidget.h * src/xwidget.h: Fix build with XI 2.4. 2022-03-01 15:45:50 +08:00

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/>.