xemacs-haiku
-
- Loading...
| Author | Commit | Message | Date | Builds |
|---|---|---|---|---|
|
Add HVIF icon from Haiku
from data/artwork/icons/App_XEmacs,
designed by myself,
derived from data/artwork/icons/App_StyledEdit
under MIT license.
|
|
|||
|
Disable ASLR on Haiku
|
|
|||
|
a0fbd72
M
|
Merge with default branch
|
|
||
|
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.
|
|
|||
|
05486c6
M
|
Merge with default branch.
Fixed arguments to beos_text_width().
|
|
||
|
s/INT/FIXNUM/ at various places to fix the build after last merge.
Also s/acons/Facons/.
|
|
|||
|
b1961f8
M
|
Merge with default branch.
|
|
||
|
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.
|
|
|||
|
Haiku doesn't need the BeOS setitimer() emulation.
|
|
|||
|
Updated configure.
|
|
|||
|
AC_PROG_AR is not needed anymore.
|
|
|||
|
b10bf7d
M
|
Merge with default branch.
|
|
||
|
Book is a synonym for Regular.
|
|
|||
|
Add DejaVu Sans Mono to the default font list, it's the only one available in Haiku.
|
|
|||
|
Book is a synomym for Regular in font names.
|
|
|||
|
Remove more net_server support.
Haiku already has setpgrp() but with a different prototype. Haiku also already has setitimer, no need for emulation.
|
|
|||
|
Haiku also needs sys/utsname.h.
|
|
|||
|
Fallback to rc on Haiku since it doesn't have beres.
|
|
|||
|
Fix frame resizing.
The initial frame is still resized incorrectly at startup though.
|
|
|||
|
Update BeOS changelog
|
|
|||
|
Remove duplicated SET_TOOLBAR_WAS_VISIBLE_FLAG, fix internal_hash args, toolbar_pos -> edge_pos & friends.
|
|
|||
|
Fix LISP_STRING_TO_EXTERNAL usage, make_ext_string -> make_extstring, xfree args fixes.
|
|
|||
|
VOID_TO_LISP -> GET_LISP_FROM_VOID & friends, xfree args fixes, fix beos_compute_scrollbar_instance_usage prototype.
|
|
|||
|
(text_width, get_gc, clear_region): Fix args.
Fix macros, use redisplay_clear_to_window_end.
|
|
|||
|
build_string -> build_cistring, fix make_lisp_hash_table args.
|
|
|||
|
Fmake_coding_system -> Fmake_coding_system_internal, use build_defer_string.
|
|
|||
|
write_c_string -> write_cistring & friends, xfree args fixes.
|
|
|||
|
build_string -> build_cistring & friends, xfree args fixes.
|
|
|||
|
build_string -> build_cistring.
|
|
|||
|
build_string -> build_cistring, write_c_string -> write_cistring, VOID_TO_LISP -> GET_LISP_FROM_VOID, xfree args fixes.
|
|
|||
|
build_string -> build_cistring
|
|
|||
|
Fix changed function and macro calls (default_face_height_and_width, FRAME_LEFT_BORDER_END, C_STRING_TO_EXTERNAL).
|
|
|||
|
Rename objects* to fontcolor* for BeOS as with other platforms.
More xfree() fixing.
|
|
|||
|
Fix for changed xfree() prototype.
|
|
|||
|
gcc2 in BeOS doesn't seem to know about <limits>.
|
|
|||
|
BeOS (at least ZETA) also needs sys/utsname.h
|
|
|||
|
Fix changed symbol
|
|
|||
|
The current state of the BeOS/Haiku port.
net_server support has been left out as it was probably not working anyway.
|
|