1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
emacs/src
Alan Third 66656bf5f8 Simplify Objective C autorelease pool handling
* src/emacs.c: Remove ns_pool.
(main): Replace ns_pool stuff with call to ns_init_pool.
(Fkill_emacs): The pools are drained automatically when the
application exits, so it's probably not worth draining the pool here.
(decode_env_path): No longer required as this is handled by
`outerpool' defined in nsterm.m.
* src/nsterm.h:
* src/nsterm.m (ns_init_pool): New function.
2023-12-30 11:24:12 +00:00
..
bitmaps
.dbxinit
.gdbinit * src/.gdbinit (nextcons): Amend $.u.cdr to $.u.s.u.cdr (bug#61453). 2023-02-12 21:30:44 +02:00
.lldbinit Gud LLDB completions (bug#66604) 2023-10-18 20:51:22 +02:00
alloc.c Non-recursive marking of buffer-local variables 2023-11-01 16:07:20 +01:00
android-asset.h Update Android port 2023-09-09 15:50:06 +08:00
android-emacs.c Fix crashes runninging android-emacs with bad LD_LIBRARY_PATH 2023-08-09 14:23:25 +08:00
android.c ; Fix typos 2023-12-10 13:22:04 +01:00
android.h Offer to grant storage permissions if absent 2023-11-18 14:15:55 +08:00
androidfns.c ; * src/androidfns.c (syms_of_androidfns) <android-os-language>: Doc fix. 2023-12-16 11:13:33 +02:00
androidfont.c Avert a crash in the Android last resort font driver 2023-09-14 16:53:21 +08:00
androidgui.h Implement multi-window drag-and-drop under Android 2023-10-14 10:15:42 +08:00
androidmenu.c Correct local reference leaks 2023-10-04 16:33:05 +08:00
androidselect.c ; Fix typos 2023-12-10 13:22:04 +01:00
androidterm.c ; Fix typos 2023-12-10 13:22:04 +01:00
androidterm.h ; Fix typos 2023-12-10 13:22:04 +01:00
androidvfs.c ; Fix typos 2023-12-10 13:22:04 +01:00
atimer.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
atimer.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bidi.c Fix infloop in bidi.c 2023-02-25 17:19:15 +02:00
bignum.c Prefer C23 ckd_* to Gnulib *_WRAPV macros 2023-05-17 15:41:00 -07:00
bignum.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
blockinput.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
buffer.c Merge from origin/emacs-29 2023-12-30 04:51:17 -05:00
buffer.h Improve performance let-binding `case-fold-search' (bug#66117) 2023-12-30 10:03:46 +02:00
bytecode.c Provide backtrace for byte-ops aref and aset 2023-07-26 17:34:03 +02:00
callint.c Improve touch screen and text conversion behavior of many commands 2023-07-21 21:23:35 +08:00
callproc.c Properly run emacsclient under Android if DISPLAY is set 2023-09-06 10:31:26 +08:00
casefiddle.c Add 'case-symbols-as-words' to configure symbol case behavior 2023-10-29 13:32:43 +02:00
casetab.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
category.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
category.h
ccl.c Prefer C23 ckd_* to Gnulib *_WRAPV macros 2023-05-17 15:41:00 -07:00
ccl.h
ChangeLog.1 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.2 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.3 Fix all my attributions to be correct and consistent... 2023-08-08 20:07:52 -04:00
ChangeLog.4 ; Fix spelling of my name in all ChangeLog files 2023-10-25 15:20:46 +02:00
ChangeLog.5 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.6 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.7 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.8 ; Fix typos in ChangeLog files 2023-12-10 12:38:19 +01:00
ChangeLog.9 ; Fix typos in ChangeLog files 2023-12-10 12:38:19 +01:00
ChangeLog.10 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.11 Merge from origin/emacs-29 2023-12-10 10:35:54 -05:00
ChangeLog.12 ; Prefer HTTPS to HTTP in more links 2023-08-02 23:32:28 +02:00
ChangeLog.13 ; Fix typos in ChangeLog files 2023-12-10 12:38:19 +01:00
character.c Allow user control on char-width of "ambiguous" characters 2023-08-05 17:55:56 +03:00
character.h
charset.c Update Android port 2023-07-27 17:13:39 +08:00
charset.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
chartab.c ; Improve documentation of 'char-table-range' 2023-09-01 16:33:40 +03:00
cm.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cm.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cmds.c Merge from origin/emacs-29 2023-07-31 11:11:21 -04:00
coding.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
coding.h Update Android port 2023-02-12 20:32:25 +08:00
commands.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
comp.c Fix some emacs_fopen confusion 2023-08-07 21:26:36 -07:00
comp.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
composite.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
composite.h Optimize search for composable characters in redisplay 2023-04-29 11:50:47 +03:00
conf_post.h Merge from origin/emacs-29 2023-12-09 07:25:21 -05:00
COPYING
cygw32.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
cygw32.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
data.c Merge from origin/emacs-29 2023-09-09 04:32:45 -04:00
dbusbind.c Fix setting $DBUS_SESSION_BUS_ADDRESS after Emacs has started 2023-06-12 12:45:38 +02:00
decompress.c Support files compressed by 'pigz' 2023-08-01 13:23:04 +02:00
deps.mk ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dired.c Allow quitting from Android content provider operations 2023-07-28 15:19:37 +08:00
dispextern.h Respect mouse-face on SVG image glyphs (bug#67794) 2023-12-23 12:21:18 +02:00
dispnew.c (sleep-for): Make the millisec argument obsolete 2023-10-20 18:59:51 -04:00
disptab.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dmpstruct.awk ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
doc.c ; * src/doc.c (doc_close): Remove unused macro. 2023-07-12 09:57:13 +08:00
doprnt.c Prefer C23 ckd_* to Gnulib *_WRAPV macros 2023-05-17 15:41:00 -07:00
dosfns.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dosfns.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dynlib.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dynlib.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
editfns.c Improve performance let-binding `case-fold-search' (bug#66117) 2023-12-30 10:03:46 +02:00
emacs-icon.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
emacs-module.c Merge remote-tracking branch 'origin/master' into feature/android 2023-05-18 09:04:57 +08:00
emacs-module.h.in Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
emacs.c Simplify Objective C autorelease pool handling 2023-12-30 11:24:12 +00:00
emacsgtkfixed.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
emacsgtkfixed.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
epaths.in Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
eval.c * src/eval.c (signal_or_quit): Fix naming inconsistency with docs 2023-12-24 10:13:22 -05:00
fileio.c ; Fix typos 2023-12-10 13:22:04 +01:00
filelock.c Improve performance of `find-buffer-visiting' (bug#66117) 2023-12-30 09:53:46 +02:00
firstfile.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
floatfns.c Help GCC compute modiff_incr 2023-05-14 19:28:13 -07:00
fns.c Use BASE_EQ instead of EQ for some uninterned symbols 2023-11-10 16:57:15 +01:00
font.c Fix typos in last change 2023-09-08 11:01:30 +08:00
font.h Merge from origin/emacs-29 2023-09-16 07:36:49 -04:00
fontset.c ; * src/fontset.c: Remove extraneous portion of last change. 2023-09-08 10:37:53 +08:00
fontset.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
frame.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
frame.h Introduce an input method callback required by Android 34 2023-10-05 14:23:20 +08:00
fringe.c Merge remote-tracking branch 'origin/master' into feature/android 2023-04-22 09:21:25 +08:00
ftcrfont.c Fix mouse highlight with some fonts in Cairo builds 2023-05-12 22:19:35 +03:00
ftfont.c ; * src/ftfont.c (ftfont_glyph_metrics): Comment on advance rounding. 2023-12-26 14:10:57 +08:00
ftfont.h Fix recent Cairo xsettings changes 2022-11-15 19:48:39 +08:00
getpagesize.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gfilenotify.c File notifications report unmount events (bug#66381) 2023-10-10 19:51:22 +02:00
gmalloc.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gnutls.c Show SHA-256 digest of a public key in 'nsm-format-certificate' 2023-07-15 10:42:23 +03:00
gnutls.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gtkutil.c Remedy bug#63395 2023-09-07 08:58:21 +08:00
gtkutil.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haiku_draw_support.cc ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haiku_font_support.cc ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haiku_io.c Introduce support for Desktop Notifications on Haiku 2023-08-17 08:34:32 +00:00
haiku_select.cc Introduce support for Desktop Notifications on Haiku 2023-08-17 08:34:32 +00:00
haiku_support.cc Correctly register Num Lock keys under Haiku 2023-10-23 05:38:03 +00:00
haiku_support.h Introduce support for Desktop Notifications on Haiku 2023-08-17 08:34:32 +00:00
haiku.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haikufns.c Prevent tab bar from vanishing on Android 2023-11-23 15:05:31 +08:00
haikufont.c Permit XLFD names to exceed 255 characters 2023-09-08 10:37:18 +08:00
haikugui.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haikuimage.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haikumenu.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haikuselect.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
haikuselect.h Introduce support for Desktop Notifications on Haiku 2023-08-17 08:34:32 +00:00
haikuterm.c Support for menu bar in window_from_coordinates 2023-10-28 13:28:07 +08:00
haikuterm.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hbfont.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
image.c ; Improve documentation of SVG image loading 2023-12-30 11:24:12 +00:00
indent.c Fix mouse clicks on links under 'global-display-line-numbers-mode' 2023-10-21 13:53:21 +03:00
indent.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
inotify.c New filenotify tests 2023-10-12 11:02:53 +02:00
insdel.c Support input method ``text conversion'' on X Windows 2023-02-12 19:56:36 +08:00
intervals.c * src/intervals.c (set_intervals_multibyte_1): Fix bug#61887 2023-03-03 19:13:03 -05:00
intervals.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
itree.c Merge from origin/emacs-29 2023-12-09 07:25:21 -05:00
itree.h Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
json.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
keyboard.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
keyboard.h Update Android port 2023-07-05 11:39:45 +08:00
keymap.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
keymap.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
kqueue.c File notifications report unmount events (bug#66381) 2023-10-10 19:51:22 +02:00
lastfile.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lcms.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lisp.h Improve performance of `find-buffer-visiting' (bug#66117) 2023-12-30 09:53:46 +02:00
lread.c Disable text conversion inside read-char-exclusive 2023-08-19 08:51:44 +08:00
macfont.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
macfont.m Change cursor color on NS port when it matches the face background 2023-04-08 14:35:30 +03:00
macros.c kmacro: Simplify register code and recent change 2023-02-24 14:18:24 -05:00
macros.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
macuvs.h ; Update src/macuvs.h, forgotten in Unicode 15.0 commit. 2022-09-17 10:15:14 +03:00
Makefile.in comp: Add comp-common.el 2023-11-09 12:34:26 +01:00
marker.c Update Android port 2023-02-15 22:51:44 +08:00
menu.c Update Android port 2023-01-28 16:29:22 +08:00
menu.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
minibuf.c Improve performance let-binding `case-fold-search' (bug#66117) 2023-12-30 10:03:46 +02:00
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h
module-env-29.h Bump master Emacs version to 30.0.50 2022-11-28 20:03:07 +02:00
module-env-30.h ; * src/module-env-30.h: Fix commentary 2023-11-23 13:34:47 +01:00
msdos.c Support for menu bar in window_from_coordinates 2023-10-28 13:28:07 +08:00
msdos.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsfns.m Prevent tab bar from vanishing on Android 2023-11-23 15:05:31 +08:00
nsfont.m ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsgui.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsimage.m Add native WebP support on macOS (Bug#59242) 2023-08-14 21:34:34 +02:00
nsmenu.m Don't allow Services entries in pop-up menus on macOS (bug#66420) 2023-10-09 17:39:32 +02:00
nsselect.m ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsterm.h Simplify Objective C autorelease pool handling 2023-12-30 11:24:12 +00:00
nsterm.m Simplify Objective C autorelease pool handling 2023-12-30 11:24:12 +00:00
nsxwidget.h Improvements to xwidget on macOS (bug#60703) 2023-03-02 12:53:35 +02:00
nsxwidget.m Improvements to xwidget on macOS (bug#60703) 2023-03-02 12:53:35 +02:00
pdumper.c * src/pdumper.c (dump_vectorlike): Avert compiler warning. 2023-11-26 08:29:40 +08:00
pdumper.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pgtkfns.c Prevent tab bar from vanishing on Android 2023-11-23 15:05:31 +08:00
pgtkgui.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pgtkim.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pgtkmenu.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pgtkselect.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pgtkterm.c Merge from origin/emacs-29 2023-12-10 10:35:54 -05:00
pgtkterm.h Fix stipple support on PGTK 2023-08-01 10:34:33 +08:00
print.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
process.c ; Fix typos 2023-12-10 13:22:04 +01:00
process.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
profiler.c ; Another fix for profiler.c 2023-10-27 20:47:01 +03:00
puresize.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ralloc.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
README ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
regex-emacs.c ; Fix typos 2023-12-10 13:22:04 +01:00
regex-emacs.h search.c (re--describe-compiled): New function (bug#66261) 2023-09-29 14:55:24 -04:00
region-cache.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
region-cache.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
scroll.c Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
search.c Improve performance let-binding `case-fold-search' (bug#66117) 2023-12-30 10:03:46 +02:00
sfnt.c Obey USE_MY_METRICS in compound glyphs 2023-12-29 14:58:41 +08:00
sfnt.h Obey USE_MY_METRICS in compound glyphs 2023-12-29 14:58:41 +08:00
sfntfont-android.c Update default font substitution list 2023-10-09 09:30:56 +08:00
sfntfont.c Obey USE_MY_METRICS in compound glyphs 2023-12-29 14:58:41 +08:00
sfntfont.h ; Fix FSF address in some files' copyright notices 2023-08-13 11:04:29 +08:00
sheap.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sheap.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sort.c Prefer PTRDIFF_WIDTH in sort.c 2023-05-14 19:28:14 -07:00
sound.c Merge remote-tracking branch 'origin/master' into feature/android 2023-08-01 08:31:14 +08:00
sqlite.c Add 2 SQLite extensions to allow-list. 2023-11-18 11:11:04 +02:00
syntax.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
syntax.h (RE_SETUP_SYNTAX_TABLE_FOR_OBJECT): Simplify 2023-04-12 16:32:39 -04:00
sysdep.c Port Proced to Android 2023-09-07 09:35:59 +08:00
sysselect.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
syssignal.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sysstdio.h Fix some emacs_fopen confusion 2023-08-07 21:26:36 -07:00
systhread.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
systhread.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
systime.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
systty.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
syswait.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
term.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
termcap.c Prefer C23 ckd_* to Gnulib *_WRAPV macros 2023-05-17 15:41:00 -07:00
termchar.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
termhooks.h Introduce support for Desktop Notifications on Haiku 2023-08-17 08:34:32 +00:00
terminal.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
terminfo.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
termopts.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
textconv.c ; Fix typos 2023-12-10 13:22:04 +01:00
textconv.h Introduce an input method callback required by Android 34 2023-10-05 14:23:20 +08:00
textprop.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
thread.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
thread.h Pacify GCC 13 -Wanalyzer-out-of-bounds 2023-05-14 19:28:12 -07:00
timefns.c Prefer C23 ckd_* to Gnulib *_WRAPV macros 2023-05-17 15:41:00 -07:00
tparam.c Merge from origin/emacs-29 2023-12-09 07:25:21 -05:00
tparam.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
treesit.c Merge from origin/emacs-29 2023-12-30 04:51:17 -05:00
treesit.h Merge from origin/emacs-29 2023-12-30 04:51:17 -05:00
undo.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
unexaix.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
unexcoff.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
unexcw.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
unexec.h
unexelf.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
unexhp9k800.c
unexmacosx.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
unexsol.c
unexw32.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
verbose.mk.in Improve appearance of the Android preferences screen 2023-02-10 23:03:43 +08:00
vm-limit.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w16select.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32.c Merge from origin/emacs-29 2023-10-28 05:06:21 -04:00
w32.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32common.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32console.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32cygwinx.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32fns.c Prevent tab bar from vanishing on Android 2023-11-23 15:05:31 +08:00
w32font.c Permit XLFD names to exceed 255 characters 2023-09-08 10:37:18 +08:00
w32font.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32gui.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32heap.c Enlarge dumped_data 2023-09-23 14:20:58 +08:00
w32heap.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32image.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32inevt.c Support for menu bar in window_from_coordinates 2023-10-28 13:28:07 +08:00
w32inevt.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32menu.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32notify.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32proc.c Update Android port 2023-03-07 14:20:50 +08:00
w32reg.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32select.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32select.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32term.c Support for menu bar in window_from_coordinates 2023-10-28 13:28:07 +08:00
w32term.h ; Prefer HTTPS to HTTP in more links 2023-08-02 23:32:28 +02:00
w32uniscribe.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32xfns.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
widget.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
widget.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
widgetprv.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
window.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
window.h ; Fix typos 2023-12-10 13:22:04 +01:00
xdisp.c ; * src/xdisp.c (draw_glyphs): Fix coding style. 2023-12-23 20:50:16 +08:00
xfaces.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
xfns.c Prevent tab bar from vanishing on Android 2023-11-23 15:05:31 +08:00
xfont.c ; Fix typos 2023-12-03 23:31:30 +01:00
xftfont.c Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
xgselect.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xgselect.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xmenu.c Fix pinch gestures after toolkit menu 2023-08-10 08:40:48 +08:00
xml.c Fix documentation of libxml-parse-* functions 2023-04-29 09:39:15 +03:00
xrdb.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xselect.c ; Fix typos 2023-12-10 13:22:04 +01:00
xsettings.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xsettings.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xsmfns.c Prefer C23 ckd_* to Gnulib *_WRAPV macros 2023-05-17 15:41:00 -07:00
xterm.c Split safe_call between redisplay and non-redisplay versions 2023-12-23 00:25:46 -05:00
xterm.h Merge remote-tracking branch 'origin/master' into feature/android 2023-07-18 09:29:16 +08:00
xwidget.c Improvements to xwidget on macOS (bug#60703) 2023-03-02 12:53:35 +02:00
xwidget.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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-2023 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/>.