View source
xemacs-haiku
  • Contributors
    1. Loading...
Author Commit Message Date Builds
François Revol
Add HVIF icon from Haiku from data/artwork/icons/App_XEmacs, designed by myself, derived from data/artwork/icons/App_StyledEdit under MIT license.
François Revol
Disable ASLR on Haiku
François Revol
Merge with default branch
François Revol
Work around a bug in BApplication It seems BApplication::Quit() has issues being called from a different thread than the Run() thread. Work around this for now.
François Revol
Merge with default branch. Fixed arguments to beos_text_width().
François Revol
s/INT/FIXNUM/ at various places to fix the build after last merge. Also s/acons/Facons/.
François Revol
Merge with default branch.
François Revol
ITEXT_TO_EXTERNAL seems to corrupt memory at some point in Haiku. execve() is then called with an empty string. This is a temporary workaround.
François Revol
Haiku doesn't need the BeOS setitimer() emulation.
François Revol
Updated configure.
François Revol
AC_PROG_AR is not needed anymore.
François Revol
Merge with default branch.
François Revol
Book is a synonym for Regular.
François Revol
Add DejaVu Sans Mono to the default font list, it's the only one available in Haiku.
François Revol
Book is a synomym for Regular in font names.
François Revol
Remove more net_server support. Haiku already has setpgrp() but with a different prototype. Haiku also already has setitimer, no need for emulation.
François Revol
Haiku also needs sys/utsname.h.
François Revol
Fallback to rc on Haiku since it doesn't have beres.
François Revol
Fix frame resizing. The initial frame is still resized incorrectly at startup though.
François Revol
Update BeOS changelog
François Revol
Remove duplicated SET_TOOLBAR_WAS_VISIBLE_FLAG, fix internal_hash args, toolbar_pos -> edge_pos & friends.
François Revol
Fix LISP_STRING_TO_EXTERNAL usage, make_ext_string -> make_extstring, xfree args fixes.
François Revol
VOID_TO_LISP -> GET_LISP_FROM_VOID & friends, xfree args fixes, fix beos_compute_scrollbar_instance_usage prototype.
François Revol
(text_width, get_gc, clear_region): Fix args. Fix macros, use redisplay_clear_to_window_end.
François Revol
build_string -> build_cistring, fix make_lisp_hash_table args.
François Revol
Fmake_coding_system -> Fmake_coding_system_internal, use build_defer_string.
François Revol
write_c_string -> write_cistring & friends, xfree args fixes.
François Revol
build_string -> build_cistring & friends, xfree args fixes.
François Revol
build_string -> build_cistring.
François Revol
build_string -> build_cistring, write_c_string -> write_cistring, VOID_TO_LISP -> GET_LISP_FROM_VOID, xfree args fixes.
François Revol
build_string -> build_cistring
François Revol
Fix changed function and macro calls (default_face_height_and_width, FRAME_LEFT_BORDER_END, C_STRING_TO_EXTERNAL).
François Revol
Rename objects* to fontcolor* for BeOS as with other platforms. More xfree() fixing.
François Revol
Fix for changed xfree() prototype.
François Revol
gcc2 in BeOS doesn't seem to know about <limits>.
François Revol
BeOS (at least ZETA) also needs sys/utsname.h
François Revol
Fix changed symbol
François Revol
The current state of the BeOS/Haiku port. net_server support has been left out as it was probably not working anyway.