1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00
emacs/src
Alan Third 1b88404acc Fix NS self contained eln location (bug#49271)
* Makefile.in:
* configure.ac: Change eln file install location to
Contents/Frameworks.
* src/comp.c (hash_native_abi): Replace dots with underscores in the
eln install location as the macOS code-signing tool won't sign the
files if the parent directories have dots.
2021-07-01 20:41:58 +01:00
..
bitmaps
.dbxinit
.gdbinit
alloc.c Merge remote-tracking branch 'savannah/master' into native-comp 2021-04-19 18:46:50 +02:00
atimer.c
atimer.h
bidi.c
bignum.c
bignum.h
blockinput.h
buffer.c Merge from origin/emacs-27 2021-05-22 09:19:01 -07:00
buffer.h Rename minor-modes to local-minor-modes 2021-02-15 13:08:21 +01:00
bytecode.c
callint.c Extend the syntax of `interactive' to list applicable modes 2021-02-14 13:21:24 +01:00
callproc.c Fix NS native compilation builds 2021-06-26 10:34:59 +01: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 Fix slow operation of 'string-width' 2021-06-05 14:16:06 +03:00
character.h Don't account for character compositions in 'format' and friends 2021-05-30 11:16:59 +03:00
charset.c Do not load native code when `load' is explicitly called on a .elc file 2021-03-19 10:23:41 +01:00
charset.h
chartab.c
cm.c
cm.h
cmds.c
coding.c Fix encoding by ISO-2022-JP 2021-03-27 10:42:25 +03:00
coding.h
commands.h
comp.c Fix NS self contained eln location (bug#49271) 2021-07-01 20:41:58 +01:00
comp.h ; Add 2021 to copyright years 2021-04-25 17:24:48 -07:00
composite.c Fix slow operation of 'string-width' 2021-06-05 14:16:06 +03:00
composite.h Merge from origin/emacs-27 2021-06-08 07:50:36 -07:00
conf_post.h Clean up the fix for unexec build on GNU/Linux 2021-05-20 11:26:00 +03:00
COPYING
cygw32.c
cygw32.h
data.c Add new convenience function `buffer-local-boundp' 2021-05-31 07:21:09 +02:00
dbusbind.c
decompress.c
deps.mk
dired.c
dispextern.h Make adjust_frame_size set up frame's new_width/_height too (Bug#17120) 2021-05-02 10:33:22 +02:00
dispnew.c Make adjust_frame_size set up frame's new_width/_height too (Bug#17120) 2021-05-02 10:33:22 +02:00
disptab.h
dmpstruct.awk
doc.c ; * src/doc.c (syms_of_doc): Fix last change. 2021-05-06 18:08:53 +03:00
doprnt.c Eliminate some GCC warnings 2021-06-16 18:05:41 +02:00
dosfns.c
dosfns.h
dynlib.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
dynlib.h
editfns.c Don't account for character compositions in 'format' and friends 2021-05-30 11:16:59 +03:00
emacs-icon.h
emacs-module.c Extend the syntax of `interactive' to list applicable modes 2021-02-14 13:21:24 +01:00
emacs-module.h.in
emacs.c Fix NS native compilation builds 2021-06-26 10:34:59 +01:00
emacsgtkfixed.c
emacsgtkfixed.h
epaths.in
eval.c Avoid crashes in condition-case 2021-05-17 18:10:49 +03:00
fileio.c ; * src/fileio.c (Fsubstitute_in_file_name): Doc fix. 2021-06-13 15:52:17 +03:00
filelock.c File unlock errors now issue warnings (Bug#46397) 2021-03-27 12:17:31 +03:00
firstfile.c
floatfns.c
fns.c Eliminate some GCC warnings 2021-06-16 18:05:41 +02:00
font.c Fix typos 2021-02-18 16:50:55 +01:00
font.h
fontset.c
fontset.h
frame.c Make frames record when their selected window was the mini-window 2021-05-31 16:24:11 +00:00
frame.h Make frames record when their selected window was the mini-window 2021-05-31 16:24:11 +00:00
fringe.c Consider all user-defined bitmaps in gui_init_fringe() 2021-05-25 06:21:03 +02:00
ftcrfont.c
ftfont.c
ftfont.h
getpagesize.h
gfilenotify.c
gmalloc.c Make sure gmalloc's hybrid_free preserves errno 2021-05-20 11:44:54 +03:00
gnutls.c De-obfuscate gnutls_handshake loop 2021-06-19 15:19:04 +02:00
gnutls.h
gtkutil.c Remove as of recently unused GDK macro 2021-05-04 15:19:29 +01:00
gtkutil.h
hbfont.c
image.c Fix image filename encoding issues (bug#48902) 2021-06-09 12:54:58 +01:00
indent.c Fix infloop in lsp-mode 2021-05-04 20:37:33 +03:00
indent.h
inotify.c
insdel.c
intervals.c
intervals.h
json.c ; * src/json.c (Fjson_parse_string): Fix the doc string. 2021-02-13 16:10:53 +02:00
keyboard.c * src/keyboard.c (read_decoded_event_from_main_queue): Fix paren typo 2021-06-05 11:57:57 -04:00
keyboard.h
keymap.c * src/minibuf.c (Fread_no_blanks_input): Move to minibuffer.el 2021-04-20 10:36:48 -04:00
keymap.h
kqueue.c
lastfile.c
lcms.c
lisp.h Eliminate some GCC warnings 2021-06-16 18:05:41 +02:00
lread.c ; * src/lread.c (load_path_default): Remove unused variable. 2021-06-26 12:46:39 +03:00
macfont.h
macfont.m
macros.c
macros.h
macuvs.h
Makefile.in Fix NS native compilation builds 2021-06-26 10:34:59 +01:00
marker.c Clean up obsolete comment 2021-03-01 14:26:21 +01:00
menu.c
menu.h
minibuf.c In read_minibuf_unwind don't try to select dead window (Bug#49248) 2021-06-29 09:21:22 +02:00
module-env-25.h
module-env-26.h
module-env-27.h
module-env-28.h
msdos.c
msdos.h
nsfns.m Add ability to bring only the selected frame to the front (bug#48865) 2021-06-12 10:10:51 +01:00
nsfont.m Fix GNUstep build warnings 2021-06-20 16:53:37 +01:00
nsgui.h
nsimage.m Fix image filename encoding issues (bug#48902) 2021-06-09 12:54:58 +01:00
nsmenu.m Fix GNUstep menu update crashes 2021-06-20 16:53:37 +01:00
nsselect.m
nsterm.h Fix NS native compilation builds 2021-06-26 10:34:59 +01:00
nsterm.m Fix NS port built with gcc 2021-06-29 22:18:33 +01:00
nsxwidget.h
nsxwidget.m
pdumper.c Prepare pdumper dump file in memory, write it in one go (Bug#46881) 2021-06-16 09:44:32 +02:00
pdumper.h Fix loading *.eln files when Emacs is installed via symlinks 2021-04-17 16:49:16 +03:00
print.c
process.c Fix documentation of a recent change 2021-05-25 22:29:11 +03:00
process.h Process sentinels need to work under X and commandline 2021-05-13 15:22:01 +02:00
profiler.c
puresize.h
ralloc.c
README
regex-emacs.c
regex-emacs.h
region-cache.c
region-cache.h
scroll.c
search.c Remove unreliable test for match data clobbering 2021-05-16 15:19:57 +02:00
sheap.c
sheap.h
sound.c Do not load native code when `load' is explicitly called on a .elc file 2021-03-19 10:23:41 +01:00
syntax.c Add a new function syntax-class-to-char 2021-06-15 17:01:57 +02:00
syntax.h
sysdep.c * src/sysdep.c (system_process_attributes): Fix misspelled Qttname for FreeBSD 2021-05-26 17:20:55 +03:00
sysselect.h
syssignal.h
sysstdio.h
systhread.c
systhread.h
systime.h
systty.h
syswait.h
term.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
termcap.c
termchar.h
termhooks.h Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
terminal.c
terminfo.c
termopts.h
textprop.c
thread.c
thread.h
timefns.c
tparam.c
tparam.h
undo.c
unexaix.c
unexcoff.c
unexcw.c
unexec.h
unexelf.c
unexhp9k800.c
unexmacosx.c
unexsol.c
unexw32.c
verbose.mk.in Make the ELC+ELN lines line up with the other lines 2021-05-05 09:41:49 +02:00
vm-limit.c
w16select.c
w32.c Fix resolution of symlinks during dumping 2021-05-27 16:31:14 +03:00
w32.h Fix resolution of symlinks during dumping 2021-05-27 16:31:14 +03:00
w32common.h Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32console.c Fix compilation errors with latest w32 API headers 2021-05-09 10:59:08 +03:00
w32cygwinx.c
w32fns.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32font.c
w32font.h
w32gui.h
w32heap.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32heap.h
w32image.c
w32inevt.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
w32inevt.h
w32menu.c
w32notify.c Fix compilation errors with latest w32 API headers 2021-05-09 10:59:08 +03:00
w32proc.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32reg.c
w32select.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32select.h
w32term.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32term.h Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32uniscribe.c
w32xfns.c
widget.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
widget.h
widgetprv.h
window.c Provide new option `delete-window-set-selected' (Bug#47300) 2021-06-10 09:14:21 +02:00
window.h * src/xdisp.c (wset_update_mode_line): Move from src/window.c 2021-04-13 23:55:47 -04:00
xdisp.c * src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation. 2021-06-16 11:37:00 +02:00
xfaces.c Eliminate some GCC warnings 2021-06-16 18:05:41 +02:00
xfns.c Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268) 2021-05-12 09:44:02 +02:00
xfont.c
xftfont.c
xgselect.c Fix race conditions between Lisp threads in GTK builds 2021-06-25 16:52:48 +03:00
xgselect.h
xmenu.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
xml.c
xrdb.c
xselect.c Don't error out when selection data is unavailable (bug#47642) 2021-04-14 21:22:55 +03:00
xsettings.c
xsettings.h
xsmfns.c Process sentinels need to work under X and commandline 2021-05-13 15:22:01 +02:00
xterm.c Have X builds handle VisibilityNotify events (Bug#48268, Bug#48413) 2021-05-15 09:20:50 +02:00
xterm.h Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02: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-2021 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/>.