1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
emacs/src
Po Lu aaacf24ca2 Update Android port
* doc/emacs/android.texi (Android File System): Document that
ls-lisp is now used by default.
* java/org/gnu/emacs/EmacsThread.java (EmacsThread): Name the
thread something meaningful.
* lisp/loadup.el (featurep): Load ls-lisp on Android.
* lisp/ls-lisp.el (ls-lisp-use-insert-directory-program):
Default to off on Android.
* src/android.c (android_is_directory): New fucntion.
(android_fstatat): Handle directories created by
`android_opendir'.
(android_open): Return meaningful file mode.
(struct android_dir): New fields `next', `asset_file' and `fd'.
(android_opendir): Populate those fields.
(android_dirfd): New function.
(android_closedir): Close file descriptor if set.
(android_lookup_asset_directory_fd): New function.

* src/android.h: Update prototypes.
* src/androidfont.c (androidfont_check_init): New function.
(androidfont_list, androidfont_match, androidfont_draw)
(androidfont_open_font, androidfont_close_font)
(androidfont_has_char, androidfont_encode_char)
(androidfont_text_extents, androidfont_list_family): Initialize
font driver if necessary.
(init_androidfont): Don't initialize Java font if necessary.

* src/dired.c (open_directory): Return android_dirfd if
appropriate.
(directory_files_internal, file_name_completion_dirp): Implement
correctly for Android.

* src/fileio.c (check_mutable_filename): New function.
(Fcopy_file, Fdelete_directory_internal, Fdelete_file)
(Frename_file, Fadd_name_to_file, Fmake_symbolic_link)
(Fset_file_modes, Fset_file_times, Ffile_newer_than_file_p)
(Fverify_visited_file_modtime, Fset_visited_file_modtime): Check
that files being written to do not lie in /assets.

* src/sfntfont-android.c (GET_SCANLINE_BUFFER)
(sfntfont_android_u255to256, sfntfont_android_over_8888_1)
(sfntfont_android_over_8888, sfntfont_android_composite_bitmap):
Optimize on 64-bit ARM devices.
(sfntfont_android_put_glyphs): Optimize away memset if
background need not be filled.
2023-01-21 20:03:37 +08:00
..
bitmaps
.dbxinit
.gdbinit ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
.lldbinit ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
alloc.c Update Android port 2023-01-19 22:19:06 +08:00
android-emacs.c Bring up the Android operating system and its window system 2022-12-31 18:04:18 +08:00
android.c Update Android port 2023-01-21 20:03:37 +08:00
android.h Update Android port 2023-01-21 20:03:37 +08:00
androidfns.c Update Android port 2023-01-20 19:06:32 +08:00
androidfont.c Update Android port 2023-01-21 20:03:37 +08:00
androidgui.h Update Android port 2023-01-20 19:06:32 +08:00
androidmenu.c Update Android port 2023-01-17 22:10:43 +08:00
androidterm.c Update Android port 2023-01-20 21:21:15 +08:00
androidterm.h Update Android port 2023-01-20 19:06:32 +08: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bignum.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 Fix buffer-list-update-hook for indirect buffers 2023-01-17 10:38:22 +00:00
buffer.h Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
bytecode.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
callint.c ; * src/callint.c (Finteractive): Doc string clarification. 2023-01-09 14:03:04 +02:00
callproc.c ; Clarify doc strings of 'call-process' and 'call-process-region' 2023-01-02 13:52:25 +02:00
casefiddle.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Fix typos 2023-01-15 02:14:19 +01: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.4 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.9 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.10 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.11 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.12 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ChangeLog.13 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
character.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
character.h Simplify str_to_multibyte and related code 2022-07-11 13:52:01 +02:00
charset.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
charset.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
chartab.c
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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
coding.c Pacify clang 15.0.6 on Fedora 37 2023-01-19 19:07:33 -08:00
coding.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
commands.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
comp.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
comp.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
composite.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
composite.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
conf_post.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -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-01-01 05:47:47 -05:00
dbusbind.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
decompress.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
deps.mk ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
dired.c Update Android port 2023-01-21 20:03:37 +08:00
dispextern.h Update Android port 2023-01-16 19:50:02 +08:00
dispnew.c Update Android port 2023-01-13 15:53:08 +08: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 (function-documentation): Make it work for the remaining cases 2023-01-13 17:56:04 -05:00
doprnt.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
emacs-icon.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
emacs-module.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
emacs-module.h.in Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
emacs.c Update Android port 2023-01-19 22:19:06 +08: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 Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
fileio.c Update Android port 2023-01-21 20:03:37 +08:00
filelock.c Update Android port 2023-01-19 22:19:06 +08:00
firstfile.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
floatfns.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
fns.c Merge remote-tracking branch 'origin/master' into feature/android 2023-01-15 11:57:20 +08:00
font.c Bring up the sfnt-android font driver 2023-01-11 16:06:15 +08:00
font.h Bring up the sfnt-android font driver 2023-01-11 16:06:15 +08:00
fontset.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
fontset.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
frame.c Update Android port 2023-01-19 22:19:06 +08:00
frame.h Update Android port 2023-01-08 15:42:37 +08:00
fringe.c Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
ftcrfont.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
ftfont.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gmalloc.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gnutls.c Remove unneeded restriction in using AEAD ciphers with GnuTLS 2023-01-09 22:05:40 +02:00
gnutls.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gtkutil.c Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
gtkutil.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haiku.c ; 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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haiku_select.cc ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haiku_support.cc ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haiku_support.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haikufns.c Fix shrinking of the tab-bar 2023-01-02 17:02:05 +02:00
haikufont.c Improve Haiku font size fallback 2023-01-01 11:03:16 +00: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haikuselect.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
haikuterm.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 Update Android port 2023-01-16 19:50:02 +08:00
indent.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
indent.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
inotify.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
insdel.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
intervals.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -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-01-01 05:47:47 -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 Update Android port 2023-01-19 22:19:06 +08:00
keyboard.h Update Android port 2023-01-17 22:10:43 +08:00
keymap.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
keymap.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
kqueue.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 Update Android port 2023-01-13 15:53:08 +08:00
lread.c Update Android port 2023-01-13 15:53:08 +08:00
macfont.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
macfont.m ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
macros.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -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 Merge remote-tracking branch 'origin/master' into feature/android 2023-01-15 11:57:20 +08:00
marker.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
menu.c Update Android port 2023-01-19 22:19:06 +08:00
menu.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
minibuf.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 Bump master Emacs version to 30.0.50 2022-11-28 20:03:07 +02:00
msdos.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
msdos.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsfns.m Fix shrinking of the tab-bar 2023-01-02 17:02:05 +02: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 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsmenu.m ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsselect.m ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsterm.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsterm.m Merge from origin/emacs-29 2023-01-01 05:47:47 -05:00
nsxwidget.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
nsxwidget.m ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pdumper.c Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
pdumper.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pgtkfns.c ; * src/pgtkfns.c (parse_resource_key): Use recursive schema lookup 2023-01-08 13:48:25 +02: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 Report cursor correctly on PGTK when there is a margin 2023-01-12 18:36:14 +08:00
pgtkterm.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
print.c Merge remote-tracking branch 'origin/master' into feature/android 2023-01-11 16:07:32 +08:00
process.c Update Android port 2023-01-17 22:10:43 +08:00
process.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
profiler.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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-01-15 02:14:19 +01:00
regex-emacs.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sfnt.c Update Android port 2023-01-19 22:19:06 +08:00
sfnt.h Update Android port 2023-01-17 22:10:43 +08:00
sfntfont-android.c Update Android port 2023-01-21 20:03:37 +08:00
sfntfont.c Update Android port 2023-01-19 22:19:06 +08:00
sfntfont.h Bring up the sfnt-android font driver 2023-01-11 16:06:15 +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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sound.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sqlite.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
syntax.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
syntax.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sysdep.c Update Android port 2023-01-13 15:53:08 +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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 Update Android port 2023-01-13 15:53:08 +08:00
termcap.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
termchar.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
termhooks.h Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
terminal.c Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08: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
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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
timefns.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tparam.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tparam.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
treesit.c ; * src/treesit.c: Remove unused boilerplate. 2023-01-17 22:32:39 -08:00
treesit.h Equal now recognizes tree-sitter nodes (bug#60659) 2023-01-12 17:11:38 -08: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 Update Android port 2023-01-13 15:53:08 +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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Fix more quoting in w32fns.c. 2023-01-16 16:55:01 +02:00
w32font.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
w32term.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
window.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xdisp.c Implement toolkit menus on Android 2023-01-15 11:57:10 +08:00
xfaces.c Merge remote-tracking branch 'origin/master' into feature/android 2023-01-02 21:38:37 +08:00
xfns.c Merge from origin/emacs-29 2023-01-03 06:30:17 +01:00
xfont.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xml.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xrdb.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xselect.c Merge from origin/emacs-29 2023-01-01 05:47:47 -05: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 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xterm.c ; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883) 2023-01-17 19:45:12 +02:00
xterm.h Correctly handle touches on the tool bar 2023-01-17 18:30:40 +08:00
xwidget.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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/>.