1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
emacs/src
Po Lu 85a078e785 Add support for the Haiku operating system and its window system
* .gitignore: Add binaries specific to Haiku.

* Makefie.in (HAVE_BE_APP): New variable.
(install-arch-dep): Install Emacs and Emacs.pdmp when
using Haiku.

* configure.ac: Detect and configure for Haiku and
various related configurations.
(be-app, be-freetype, be-cairo): New options.
(HAVE_BE_APP, HAIKU_OBJ, HAIKU_CXX_OBJ)
(HAIKU_LIBS, HAIKU_CFLAGS): New variables.
(HAIKU, HAVE_TINY_SPEED_T): New define.
(emacs_config_features): Add BE_APP.

* doc/emacs/Makefile.in (EMACSSOURCES): Add Haiku
appendix.

* doc/emacs/emacs.texi: Add Haiku appendix to menus and
include it.

* doc/emacs/haiku.texi: New Haiku appendix.

* doc/lispref/display.texi (Defining Faces, Window Systems):
Explain meaning of `haiku' as a window system identifier.
(haiku-use-system-tooltips): Explain meaning of system
tooltips on
Haiku.

* doc/lispref/frames.texi (Multiple Terminals): Explain
meaning of haiku as a display type.
(Frame Layout): Clarify section for Haiku frames.
(Size Parameters): Explain limitations of fullwidth and
fullheight on Haiku.
(Management Parameters): Explain limitations of
inhibiting double buffering on builds with Cairo,
and the inability of frames with no-accept-focus to
receive keyboard input on Haiku.
(Font and Color Parameters): Explain the different font
backends available on Haiku.
(Raising and Lowering): Explain that lowering and
restacking frames doesn't work on Haiku.
(Child Frames): Explain oddities of child frame
visibility on Haiku.

* doc/lispref/os.texi (System Environment): Explain
meaning of haiku.
* etc/MACHINES: Add appropriate notices for Haiku.
* etc/NEWS: Document changes.
* etc/PROBLEMS: Document font spacing bug on Haiku.

* lib-src/Makefile.in: Build be-resources binary on
Haiku.
(CXX, CXXFLAGS, NON_CXX_FLAGS, ALL_CXXFLAGS)
(HAVE_BE_APP, HAIKU_LIBS, HAIKU_CFLAGS): New variables.
(DONT_INSTALL): Add be-resources binary if on Haiku.
(be-resources): New target.

* lib-src/be_resources: Add helper binary for setting
resources on the Emacs application.

* lib-src/emacsclient.c (decode_options): Set
alt_display to "be" on Haiku.

* lisp/cus-edit.el (custom-button, custom-button-mouse)
(custom-button-unraised, custom-button-pressed): Update
face definitions for Haiku.

* lisp/cus-start.el: Add haiku-debug-on-fatal-error and
haiku-use-system-tooltips.

* lisp/faces.el (face-valid-attribute-values): Clarify
attribute comment for Haiku.
(tool-bar): Add appropriate toolbar color for Haiku.

* lisp/frame.el (haiku-frame-geometry)
(haiku-mouse-absolute-pixel-position)
(haiku-set-mouse-absolute-pixel-position)
(haiku-frame-edges)
(haiku-frame-list-z-order): New function declarations.

(frame-geometry, frame-edges)
(mouse-absolute-pixel-position)
(set-mouse-absolute-pixel-position)
(frame-list-z-order): Call appropriate window system
functions on Haiku.

(display-mouse-p, display-graphic-p)
(display-images-p, display-pixel-height)
(display-pixel-width, display-mm-height)
(display-mm-width, display-backing-store)
(display-save-under, display-planes)
(display-color-cells, display-visual-class): Update type
tests for Haiku.

* lisp/international/mule-cmds.el
(set-coding-system-map): Also
prevent set-terminal-coding-system from appearing in the menu
bar on Haiku.

* lisp/loadup.el: Load Haiku-specific files when built
with Haiku, and don't rename newly built Emacs on Haiku as BFS
doesn't support hard links.

* lisp/menu-bar.el (menu-bar-open): Add for Haiku.

* lisp/mwheel.el (mouse-wheel-down-event): Expect
wheel-up on Haiku.
(mouse-wheel-up-event): Expect wheel-down on Haiku.
(mouse-wheel-left-event): Expect wheel-left on Haiku.
(mouse-wheel-right-event): Expect wheel-right on Haiku.

* lisp/net/browse-url.el
(browse-url--browser-defcustom-type):
Add option for WebPositive.
(browse-url-webpositive-program): New variable.
(browse-url-default-program): Search for WebPositive.
(browse-url-webpositive): New function.

* lisp/net/eww.el (eww-form-submit, eww-form-file)
(eww-form-checkbox, eww-form-select): Define faces
appropriately for Haiku.

* lisp/term/haiku-win.el: New file.

* lisp/tooltip.el (menu-or-popup-active-p): New function
declaration.
(tooltip-show-help): Don't use tooltips on Haiku when a
menu is active.

* lisp/version.el (haiku-get-version-string): New
function declaration.
(emacs-version): Add Haiku version string if
appropriate.

* src/Makefile.in: Also produce binary named "Emacs"
with Haiku resources set.

(CXX, HAIKU_OBJ, HAIKU_CXX_OBJ, HAIKU_LIBS)
(HAIKU_CFLAGS, HAVE_BE_APP, NON_CXX_FLAGS)
(ALL_CXX_FLAGS): New variables.

(.SUFFIXES): Add .cc.
(.cc.o): New target.
(base_obj): Add Haiku C objects.
(doc_obj, obj): Split objects that should scanned for
documentation into doc_obj.
(SOME_MACHINE_OBJECTS): Add appropriate Haiku C objects.
(all): Depend on Emacs and Emacs.pdmp on Haiku.
(LIBES): Add Haiku libraries.
(gl-stamp)
($(etc)/DOC): Scan doc_obj instead of obj
(temacs$(EXEEXT): Use C++ linker on Haiku.
(ctagsfiles3): New variable.
(TAGS): Scan C++ files.

* src/alloc.c (garbage_collect): Mark Haiku display.

* src/dispextern.h (HAVE_NATIVE_TRANSFORMS): Also enable
on Haiku.
(struct image): Add fields for Haiku transforms.
(RGB_PIXEL_COLOR): Define to unsigned long on Haiku as
well.
(sit_for): Also check USABLE_SIGPOLL.
(init_display_interactive): Set initial window system to
Haiku on Haiku builds.

* src/emacs.c (main): Define Haiku syms and init haiku
clipboard.
(shut_down_emacs): Quit BApplication on Haiku and
trigger debug
on aborts if haiku_debug_on_fatal_error.
(Vsystem_type): Update docstring.

* src/fileio.c (next-read-file-uses-dialog-p): Enable on
Haiku.

* src/filelock.c (WTMP_FILE): Only define if BOOT_TIME
is also defined.

* src/floatfns.c (double_integer_scale): Work around
Haiku libroot brain damage.

* src/font.c (syms_of_font): Define appropriate font
driver symbols for Haiku builds with various options.

* src/font.h: Also enable ftcrfont on Haiku builds with
Cairo.
(font_data_structures_may_be_ill_formed): Also enable on
Haiku builds that have Cairo.

* src/frame.c (Fframep): Update doc-string for Haiku
builds and return haiku if appropriate.
(syms_of_frame): New symbol `haiku'.

* src/frame.h (struct frame): Add output data for Haiku.
(FRAME_HAIKU_P): New macro.
(FRAME_WINDOW_P): Test for Haiku frames as well.

* src/ftcrfont.c (RED_FROM_ULONG, GREEN_FROM_ULONG)
(BLUE_FROM_ULONG): New macros.
(ftcrfont_draw): Add haiku specific code for Haiku
builds with Cairo.

* src/ftfont.c (ftfont_open): Set face.
(ftfont_has_char, ftfont_text_extents): Work around
crash.
(syms_of_ftfont): New symbol `mono'.

* src/ftfont.h (struct font_info): Enable Cairo-specific
fields for Cairo builds on Haiku.

* src/haiku_draw_support.cc:
* src/haiku_font_support.cc:
* src/haiku_io.c:
* src/haiku_select.cc:
* src/haiku_support.cc:
* src/haiku_support.h:
* src/haikufns.c:
* src/haikufont.c:
* src/haikugui.h:
* src/haikuimage.c:
* src/haikumenu.c:
* src/haikuselect.c:
* src/haikuselect.h:
* src/haikuterm.c:
* src/haikuterm.h: Add new files for Haiku windowing
support.

* src/haiku.c: Add new files for Haiku operating system
support.

* src/image.c: Implement image transforms and native XPM
support
on Haiku.

(GET_PIXEL, PUT_PIXEL, NO_PIXMAP)
(PIX_MASK_RETAIN, PIX_MASK_DRAW)
(RGB_TO_ULONG, RED_FROM_ULONG, GREEN_FROM_ULONG)
(BLUE_FROM_ULONG, RED16_FROM_ULONG, GREEN16_FROM_ULONG)
(BLUE16_FROM_ULONG): Define to appropriate values on
Haiku.

(image_create_bitmap_from_data): Add Haiku support.
(image_create_bitmap_from_file): Add TODO on Haiku.
(free_bitmap_record): Free bitmap on Haiku.
(image_size_in_bytes): Implement for Haiku bitmaps.
(image_set_transform): Implement on Haiku.
(image_create_x_image_and_pixmap_1): Implement on Haiku,
24-bit or 1-bit only.
(image_destroy_x_image, image_get_x_image): Use correct
img and pixmap values on Haiku.
(lookup_rgb_color): Use correct macro on Haiku.
(image_to_emacs_colors): Implement on Haiku.
(image_disable_image): Disable on Haiku.
(image_can_use_native_api): Test for translator presence
on Haiku.
(native_image_load): Use translator on Haiku.
(imagemagick_load_image): Add Haiku-specific quirks.
(Fimage_transforms_p): Allow rotate90 on Haiku.
(image_types): Enable native XPM support on Haiku.
(syms_of_image): Enable XPM images on Haiku.

* src/keyboard.c (kbd_buffer_get_event)
(handle_async_input, handle_input_available_signal)
(handle_user_signal, Fset_input_interrupt_mode)
(init_keyboard): Check for USABLE_SIGPOLL along with
USABLE_SIGIO.

* src/lisp.h (pD): Work around broken Haiku headers.
(HAVE_EXT_MENU_BAR): Define on Haiku.
(handle_input_available_signal): Enable if we just have
SIGPOLL as well.

* src/menu.c (have_boxes): Return true on Haiku.
(single_menu_item): Enable toolkit menus on Haiku.
(find_and_call_menu_selection): Also enable on Haiku.

* src/process.c (keyboard_bit_set): Enable with only
usable SIGPOLL.
(wait_reading_process_output): Test for SIGPOLL as well
as SIGIO availability.

* src/sound.c (sound_perror, vox_open)
(vox_configure, vox_close): Enable for usable SIGPOLL as
well.

* src/sysdep.c (sys_subshell): Enable for usable SIGPOLL.
(reset_sigio): Make conditional on F_SETOWN.
(request_sigio, unrequest_sigio)
(emacs_sigaction_init): Also handle SIGPOLLs.
(init_sys_modes): Disable TCXONC usage on Haiku, as it
doesn't have any ttys other than pseudo ttys, which don't
support C-s/C-q flow control, and causes compiler warnings.
(speeds): Disable high speeds if HAVE_TINY_SPEED_T.

* src/termhooks.h (enum output_method): Add output_haiku.
(struct terminal): Add Haiku display info.
(TERMINAL_FONT_CACHE): Enable for Haiku.

* src/terminal.c (Fterminal_live_p): Return `haiku' if
appropriate.
* src/verbose.mk.in (AM_V_CXX, AM_V_CXXLD): New logging
variables.

* src/xdisp.c (redisplay_internal)
(note_mouse_highlight): Return on Haiku if a popup is activated.
(display_menu_bar): Return on Haiku if frame is a Haiku
frame.

* src/xfaces.c (GCGraphicsExposures): Enable correctly on Haiku.
(x_create_gc): Enable dummy GC code on Haiku.

* src/xfns.c (x-server-version, x-file-dialog): Add
Haiku specifics to doc strings.

* src/xterm.c (syms_of_xterm): Add Haiku information to
doc string.
2021-11-20 21:46:07 +08:00
..
bitmaps
.dbxinit
.gdbinit Update copyright year to 2021 2021-01-01 01:13:56 -08:00
alloc.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
atimer.c Prefer POSIX timers to timerfd timers 2021-11-14 14:06:55 -05:00
atimer.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
bidi.c Improve detection of suspiciously reordered text segments 2021-11-07 14:22:15 +02:00
bignum.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
bignum.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
blockinput.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
buffer.c Merge from origin/emacs-28 2021-10-13 11:19:12 -07:00
buffer.h Update comments warning about GC-resistant C programming 2021-09-22 10:07:25 +03:00
bytecode.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
callint.c Improve documentation of 'inhibit-mouse-event-check' 2021-08-23 22:14:03 +03:00
callproc.c Fix compilation on MS-Windows 2021-11-13 16:46:31 +01:00
casefiddle.c Further fixes for Turkish case changes in unibyte strings 2021-10-20 09:38:31 +02:00
casetab.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
category.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
category.h
ccl.c Fix CCL_MOD typo 2021-01-01 12:58:18 -08:00
ccl.h
ChangeLog.1 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.2 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.3 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.4 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.5 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.6 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.7 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.8 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.9 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.10 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.11 ; Fix typos 2021-11-12 13:59:58 +01:00
ChangeLog.12 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ChangeLog.13 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
character.c Fix slow operation of 'string-width' 2021-06-05 14:16:06 +03:00
character.h Fix cursor motion around some Emoji sequences 2021-09-25 12:18:27 +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 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
chartab.c Factor out char_table_ref_simple for readability 2021-07-21 14:01:57 +02:00
cm.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cm.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cmds.c Adjust how `replace-match' runs modification hooks 2021-07-31 17:44:43 +02:00
coding.c Improve documentation of 'decode-coding-region' 2021-11-12 10:53:52 +02:00
coding.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
commands.h * lisp/subr.el (esc-map): Initialize inside declaration 2021-01-04 23:43:40 -05:00
comp.c Update Fstring_match calls in comp.c 2021-10-07 20:55:05 +02:00
comp.h ; Add 2021 to copyright years 2021-04-25 17:24:48 -07:00
composite.c Handle VS-16 correctly for non-emoji codepoints 2021-10-19 14:40:26 +02:00
composite.h ; * src/composite.h (LGSTRING_FONT): Add comment about its role. 2021-10-07 19:27:49 +03:00
conf_post.h Port unused decls to C2x 2021-10-03 20:05:09 -07:00
COPYING
cygw32.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
cygw32.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
data.c Don't quote nil and t in doc strings and comments 2021-09-21 22:11:43 +02:00
dbusbind.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
decompress.c Merge remote-tracking branch 'savannah/master' into HEAD 2021-01-02 10:11:15 +01:00
deps.mk Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dired.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dispextern.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
dispnew.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
disptab.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dmpstruct.awk Update copyright year to 2021 2021-01-01 01:13:56 -08:00
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 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dosfns.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
dynlib.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
dynlib.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
editfns.c Adjust how `replace-match' runs modification hooks 2021-07-31 17:44:43 +02:00
emacs-icon.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
emacs-module.c Extend the syntax of `interactive' to list applicable modes 2021-02-14 13:21:24 +01:00
emacs-module.h.in Update emacs-module sources for Emacs 29 2021-09-30 20:26:00 +03:00
emacs.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
emacsgtkfixed.c Remove unused xwidget code in EmacsFixed GTK widget class 2021-11-13 08:51:32 +08:00
emacsgtkfixed.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
epaths.in Merge remote-tracking branch 'savannah/master' into HEAD 2021-01-02 10:11:15 +01:00
eval.c Fix issues with type casting in delayed message functions 2021-10-25 02:19:44 +02:00
fileio.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
filelock.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
firstfile.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
floatfns.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
fns.c Merge from origin/emacs-28 2021-10-25 09:34:37 -07:00
font.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
font.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
fontset.c * src/fontset.c (check_fontset_name): A better fix for bug#49782. 2021-07-31 09:28:36 +03:00
fontset.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
frame.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
frame.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
fringe.c Plug another hole for longjmp-ing from 'redisplay_window' 2021-08-16 22:06:26 +03:00
ftcrfont.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
ftfont.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
ftfont.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
getpagesize.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
gfilenotify.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
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 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
gtkutil.c Add support for event processing via XInput 2 2021-11-20 18:25:09 +08:00
gtkutil.h Add support for event processing via XInput 2 2021-11-20 18:25:09 +08:00
haiku.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haiku_draw_support.cc Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haiku_font_support.cc Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haiku_io.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haiku_select.cc Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haiku_support.cc Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haiku_support.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikufns.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikufont.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikugui.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikuimage.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikumenu.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikuselect.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikuselect.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikuterm.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
haikuterm.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
hbfont.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
image.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
indent.c Fix infloop in lsp-mode 2021-05-04 20:37:33 +03:00
indent.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
inotify.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
insdel.c Adjust how `replace-match' runs modification hooks 2021-07-31 17:44:43 +02:00
intervals.c Fix bug with string values in equal-including-properties 2021-10-31 03:02:32 +01:00
intervals.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
json.c Signal an error in json.c function if not available 2021-07-20 14:47:07 +02:00
keyboard.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
keyboard.h Implement function for sending events to widgets 2021-11-07 02:59:40 +01:00
keymap.c Fix compilation error in previous keymap.c change 2021-11-16 14:10:56 +01:00
keymap.h * lisp/subr.el (esc-map): Initialize inside declaration 2021-01-04 23:43:40 -05:00
kqueue.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lastfile.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lcms.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
lisp.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
lread.c * src/lread.c (read_escape): Fix handling of ?\C-<char> for chars 128-255 2021-11-14 12:56:11 -05:00
macfont.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
macfont.m ; * src/macfont.m: fix typing errors 2021-11-18 10:03:13 +01:00
macros.c Quit minibuffers without aborting kmacros 2021-07-20 14:36:45 +02:00
macros.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
macuvs.h
Makefile.in Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
marker.c Clean up obsolete comment 2021-03-01 14:26:21 +01:00
menu.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
menu.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
minibuf.c Avoid excessive specbinding in all-completions 2021-10-20 10:20:03 +02:00
module-env-25.h Move the new module unibyte function to the correct module-env.h file 2020-10-14 05:57:05 +02:00
module-env-26.h
module-env-27.h
module-env-28.h Update emacs-module sources for Emacs 29 2021-09-30 20:26:00 +03:00
module-env-29.h Update emacs-module sources for Emacs 29 2021-09-30 20:26:00 +03:00
msdos.c Bump Emacs version to 29.0.50 2021-09-30 20:11:43 +03:00
msdos.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
nsfns.m Improve font display on NS port 2021-11-06 12:59:14 +00:00
nsfont.m Improve font display on NS port 2021-11-06 12:59:14 +00:00
nsgui.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
nsimage.m Convert fringe bitmaps to vectors on NS port 2021-07-26 23:12:31 +01:00
nsmenu.m Revert "Support opening the toolkit menu bar on NS" 2021-11-10 14:04:05 +08:00
nsselect.m Avoid macOS NSFilenamesPboardType warning (bug#33035) 2021-01-18 12:52:08 +01:00
nsterm.h General improvements to NS port 2021-11-06 12:59:18 +00:00
nsterm.m Only set LANG if the ID is valid 2021-11-16 20:52:10 +00:00
nsxwidget.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
nsxwidget.m Update copyright year to 2021 2021-01-01 01:13:56 -08:00
pdumper.c Merge from origin/emacs-28 2021-11-03 20:26:29 +02:00
pdumper.h Pacify gcc -Warray-parameter 2021-10-13 11:47:21 -07:00
print.c Fix build on nextstep 2021-11-07 02:59:42 +01:00
process.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
process.h Ensure 'call-process' interprets INFILE as a local path 2021-07-04 15:32:03 +02:00
profiler.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
puresize.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
ralloc.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
README Update copyright year to 2021 2021-01-01 01:13:56 -08:00
regex-emacs.c ; Remove various duplicated words 2021-09-25 20:25:01 +02:00
regex-emacs.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
region-cache.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
region-cache.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
scroll.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
search.c Make 'inhibit-changing-match-data' obsolete and adjust callers 2021-10-07 20:46:50 +02:00
sheap.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sheap.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sound.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
syntax.c Fix recent parse-partial-sexp argument validation 2021-08-22 23:52:23 +01:00
syntax.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sysdep.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
sysselect.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
syssignal.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
sysstdio.h Pacify gcc -Wsuggest-attribute=malloc 2021-10-17 10:52:26 -07:00
systhread.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
systhread.h Port systhreads.h to C2x 2021-10-03 17:32:03 -07:00
systime.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
systty.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
syswait.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
term.c Allow removing keymap definitions 2021-11-16 08:26:24 +01:00
termcap.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
termchar.h Redesign tab-bar event processing (bug#41342, bug#41343) 2021-08-18 20:32:32 +03:00
termhooks.h Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
terminal.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
terminfo.c Fix broken build on AIX 7.2 2021-01-04 09:02:40 -08:00
termopts.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
textprop.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
thread.c Fix thread memory management under NS 2021-07-04 11:36:17 +01:00
thread.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
timefns.c Work around GCC bug 102671 2021-10-11 09:24:56 -07:00
tparam.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
tparam.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
undo.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexaix.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexcoff.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexcw.c Port unused decls to C2x 2021-10-03 20:05:09 -07:00
unexec.h
unexelf.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexhp9k800.c
unexmacosx.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
unexsol.c
unexw32.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
verbose.mk.in Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
vm-limit.c ; * src/vm-limit.c (get_lim_data): Fix a typo. (Bug#18238) 2021-10-23 09:15:40 +03:00
w16select.c ; Update some links to HTTPS and note some broken links 2021-09-27 12:40:04 +02:00
w32.c Merge from origin/emacs-28 2021-11-12 07:17:11 +01:00
w32.h Merge from origin/emacs-28 2021-11-07 18:06:24 +01: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 Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32fns.c A better fix for bug#51583 2021-11-03 16:13:32 +02:00
w32font.c Merge from origin/emacs-28 2021-11-14 15:02:40 +02:00
w32font.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32gui.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32heap.c Port recent Gnulib changes to MS-Windows 2021-10-04 15:21:43 -07:00
w32heap.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32image.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32inevt.c Redesign tab-bar event processing (bug#41342, bug#41343) 2021-08-18 20:32:32 +03:00
w32inevt.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32menu.c Remove unused argument from set_frame_menubar (Bug#45759) 2021-01-30 15:59:13 +01:00
w32notify.c Fix compilation errors with latest w32 API headers 2021-05-09 10:59:08 +03:00
w32proc.c Adapt the recent 'num_processors' change to MS-Windows 2021-10-11 15:56:31 +03:00
w32reg.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32select.c Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32select.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32term.c Fix minor issues with text display when cursor is in mouse face 2021-10-17 14:46:55 +03:00
w32term.h Merge from origin/emacs-27 2021-05-13 08:11:03 -07:00
w32uniscribe.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
w32xfns.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
widget.c Major rewrite of adjust_frame_size 2021-04-27 09:53:42 +02:00
widget.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
widgetprv.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
window.c Rewrites of Elisp manual including tab-bar and tab-line changes 2021-10-18 09:58:48 +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 Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
xfaces.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
xfns.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
xfont.c Pacify gcc 11.1.1 -Wanalyzer-null-argument 2021-07-12 00:12:20 -07:00
xftfont.c Fix compilation of xftfont.c with old fontconfig 2021-07-25 15:50:46 +03:00
xgselect.c Fix race conditions between Lisp threads in GTK builds 2021-06-25 16:52:48 +03:00
xgselect.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xmenu.c Add support for event processing via XInput 2 2021-11-20 18:25:09 +08:00
xml.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xrdb.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xselect.c Don't error out when selection data is unavailable (bug#47642) 2021-04-14 21:22:55 +03:00
xsettings.c Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xsettings.h Update copyright year to 2021 2021-01-01 01:13:56 -08:00
xsmfns.c Process sentinels need to work under X and commandline 2021-05-13 15:22:01 +02:00
xterm.c Add support for the Haiku operating system and its window system 2021-11-20 21:46:07 +08:00
xterm.h Add support for event processing via XInput 2 2021-11-20 18:25:09 +08:00
xwidget.c Fix xwidgets with XInput 2 builds 2021-11-20 19:56:22 +08:00
xwidget.h Don't draw xwidgets that have just been resized 2021-11-17 20:34:30 +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-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/>.