Dan Nicolaescu
eb27c2ca1f
* lisp.h (fatal): Undo previous change.
...
* term.c (fatal): Undo previous change.
2005-10-02 18:35:05 +00:00
Richard M. Stallman
b059f7d08e
*** empty log message ***
2005-10-02 03:36:42 +00:00
Richard M. Stallman
71433d39f5
(face_color_gray_p): Colors close to black count as gray.
2005-10-02 03:28:56 +00:00
Kim F. Storm
58e5658e85
(try_window): Skip scroll-margin check if ZV is visible.
2005-10-01 20:42:09 +00:00
Kim F. Storm
21a9a7be96
*** empty log message ***
2005-10-01 20:41:57 +00:00
YAMAMOTO Mitsuharu
ddcb766578
*** empty log message ***
2005-10-01 11:12:06 +00:00
YAMAMOTO Mitsuharu
c3bd8190a2
(mac_draw_string_common, x_per_char_metric)
...
(mac_compute_glyph_string_overhangs, init_font_name_table)
(XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
(atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
(x_draw_glyph_string_background)
(x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
XDrawImageString. Always draw background and foreground separately.
(x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
functions for one-byte chars when using ATSUI-compatible fonts.
(atsu_font_id_hash) [USE_ATSUI]: New variable.
(syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
(XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
max_char_or_byte2 more in detail.
(quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
2005-10-01 11:11:32 +00:00
YAMAMOTO Mitsuharu
04904a238e
(struct _XCharStruct): New member valid_p.
...
(STORE_XCHARSTRUCT): Set valid_p.
(struct MacFontStruct) [USE_ATSUI]: New member mac_style.
2005-10-01 11:09:44 +00:00
YAMAMOTO Mitsuharu
aa27f1e712
(start_hourglass): Apply 2005-05-07 change for xfns.c.
...
(x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code.
(Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: Try
ATSUI-compatible 12pt Monaco font first.
2005-10-01 11:09:09 +00:00
YAMAMOTO Mitsuharu
9e4239ea12
(init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
2005-10-01 11:08:25 +00:00
Dan Nicolaescu
fa8459a34e
* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
...
type.
* xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
* unexelf.c (fatal): Fix prototype.
* term.c (fatal): Implement using varargs.
* regex.c (re_char): Move typedef ...
* regex.h (re_char): ... here.
(re_iswctype, re_wctype, re_set_whitespace_regexp): New
prototypes.
* emacs.c (malloc_set_state): Fix return type.
(endif): Fix type.
* lisp.h (fatal): Add argument types.
* dispextern.h (fatal): Delete prototype.
* systime.h: (make_time): Prototype moved from ...
* editfns.c (make_time): ... here.
* editfns.c: Move systime.h include after lisp.h.
* dired.c:
* xsmfns.c:
* process.c: Likewise.
* alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
Add parameter types.
(__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
(emacs_blocked_free): Change definition to match __free_hook.
(emacs_blocked_malloc): Change definition to match __malloc_hook.
(emacs_blocked_realloc): Change definition to match
__realloc_hook.
2005-09-30 22:38:16 +00:00
Dan Nicolaescu
b17f937955
Move systime.h include after lisp.h.
...
(make_time): Move prototype from systime.h.
2005-09-30 22:38:16 +00:00
Romain Francoise
97c3e4cc37
(High-Level Completion): Explain that the prompt
...
given to `read-buffer' should end with a colon and a space.
Update usage examples.
2005-09-30 18:30:10 +00:00
Juri Linkov
8ad8c5ce6b
*** empty log message ***
2005-09-29 23:41:36 +00:00
Juri Linkov
867b9600bb
(Fmessage, Fmessage_box, Fmessage_or_box):
...
Rename argument name `string' to `format-string'.
(Fformat): Doc fix.
2005-09-29 23:28:48 +00:00
Kim F. Storm
0f4aca467e
(gif_load): Fix size of allocated image buffer
...
for images where a sub-image may be larger than the image's
total height/width specifications.
2005-09-28 10:48:20 +00:00
Kim F. Storm
64da575986
*** empty log message ***
2005-09-28 10:47:51 +00:00
YAMAMOTO Mitsuharu
eaf9243884
(struct _XCharStruct): Each member now takes short value.
2005-09-28 08:15:50 +00:00
Dan Nicolaescu
6c4eb4ce00
(handle_one_xevent): Refer to union field to match the type
...
required by the function definition.
2005-09-27 21:14:23 +00:00
Dan Nicolaescu
43f15d4afe
* xlwmenu.c (find_next_selectable):
...
(find_prev_selectable): Add missing parameter
declarations.
* xfaces.c (lookup_derived_face): Add parameter type.
* xdisp.c (cursor_row_fully_visible_p): Add parameter type.
* marker.c (verify_bytepos): Add parameter type.
* process.c (get_operating_system_release): Move prototype ...
* systime.h (get_operating_system_release): ... here.
* xterm.c (set_vertical_scroll_bar): Move prototype ...
* xterm.h: ... here.
* fns.c (internal_equal, seed_random): Fix prototypes.
(internal_equal): Add missing parameter.
2005-09-27 18:48:59 +00:00
Richard M. Stallman
c769dcace7
*** empty log message ***
2005-09-26 00:04:50 +00:00
Richard M. Stallman
9867523c82
(update_menu_bindings): Variable deleted.
...
(syms_of_keyboard): Don't defvar it.
(parse_menu_item): Don't test it.
2005-09-25 23:49:15 +00:00
Eli Zaretskii
f9ac21e7fb
Add makefile (for MS-Windows).
2005-09-24 10:27:46 +00:00
Richard M. Stallman
8dbf19c70c
*** empty log message ***
2005-09-23 18:32:28 +00:00
Richard M. Stallman
913f73d4ee
(Fformat): Explicitly test for end of format string and don't use `index'.
2005-09-23 18:22:46 +00:00
Dan Nicolaescu
3480d92bb0
* s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define
...
BROKEN_GET_CURRENT_DIR_NAME.
* sysdep.c (get_current_dir_name): Also define if
BROKEN_GET_CURRENT_DIR_NAME.
* m/ibmrs6000.h: Test for USG5, not USG5_4.
2005-09-23 17:06:03 +00:00
Kim F. Storm
f291069afb
(message_dolog): Add warning about GC and Lisp strings.
...
(message2): Fix commentary. Ok to use alloca'ed memory.
Still not ok to use Lisp string data (because of GC).
(set_message): Add comment why GC cannot happen.
2005-09-22 09:39:01 +00:00
Kim F. Storm
5db60f3131
*** empty log message ***
2005-09-22 09:38:45 +00:00
YAMAMOTO Mitsuharu
7c3d233d90
(xlfdpat_block_match_1): Fix assertion.
...
(init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style
variants for a scalable font multiple times.
2005-09-22 07:53:45 +00:00
YAMAMOTO Mitsuharu
acde11527b
*** empty log message ***
2005-09-21 08:04:40 +00:00
YAMAMOTO Mitsuharu
21375f1e33
(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
...
Setup slave tty options before forking.
2005-09-21 08:03:30 +00:00
Jan Djärv
52d166e00e
* gtkutil.c (xg_set_geometry): Do a gtk_window_move if program
...
positions have been set for the frame (as is done for frames in
special-display-buffer-names).
2005-09-20 20:07:15 +00:00
Kim F. Storm
f5be4dfd96
(Fformat): Don't scan past end of format string that
...
ends in %. Reported by: Johan Bockgård.
2005-09-19 08:13:14 +00:00
Kim F. Storm
12d10bc72b
*** empty log message ***
2005-09-19 08:13:02 +00:00
Andreas Schwab
9f1cf0e3c9
(struct window): Remove height_fixed_p, no longer set.
2005-09-18 16:30:27 +00:00
Andreas Schwab
3df0580e89
(make_window): Don't initialize height_fixed_p.
...
(window_fixed_size_p): Don't use it.
2005-09-18 16:28:53 +00:00
John Paul Wallington
8a658a52b8
(Fdefalias): Signal an error if SYMBOL is not a symbol.
2005-09-18 16:23:12 +00:00
YAMAMOTO Mitsuharu
be9bb408d2
*** empty log message ***
2005-09-18 05:43:17 +00:00
YAMAMOTO Mitsuharu
e194b7b9f2
[MAC_OS8]: Don't include stdlib.h. Include sys/param.h.
2005-09-18 05:42:49 +00:00
YAMAMOTO Mitsuharu
3da64ce8fc
(image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.
...
[TARGET_API_MAC_CARBON] (Fx_file_dialog): Don't allow multiple file
selection.
2005-09-18 05:42:12 +00:00
YAMAMOTO Mitsuharu
fccb803e67
(SOME_MACHINE_OBJECTS): Undo previous change.
2005-09-18 05:41:49 +00:00
Eli Zaretskii
cbf223e18a
(XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable.
...
(obj): Use XMENU_OBJ, not a literal xmenu.o.
2005-09-17 09:10:35 +00:00
Richard M. Stallman
8ccd36304d
*** empty log message ***
2005-09-17 05:02:16 +00:00
Romain Francoise
e3f509dd6e
(syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'.
2005-09-16 06:50:06 +00:00
Richard M. Stallman
5c4757d329
*** empty log message ***
2005-09-15 13:17:55 +00:00
Richard M. Stallman
025568d9fc
(overlay_arrow_at_row): Add HAVE_WINDOW_SYSTEM conditional.
...
(display_mode_element): Instead of `lisp_string' and `this',
record `offset' and increment that.
`last_offset' replaces `last'.
2005-09-15 13:16:53 +00:00
Richard M. Stallman
8bfa6b96e7
(XMENU_OBJ): Variable deleted.
...
(obj): Use xmenu.o unconditionally.
(SOME_MACHINE_OBJECTS): Delete xmenu.o.
2005-09-15 13:13:54 +00:00
Richard M. Stallman
8e7b36c294
(main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.
2005-09-15 13:12:48 +00:00
Kim F. Storm
ad5afd5bf3
(move_it_vertically): Don't try to fetch byte BEGV-1.
...
(reseat_at_next_visible_line_start): Likewise (in xassert).
2005-09-15 12:06:39 +00:00
Kim F. Storm
0197852162
*** empty log message ***
2005-09-15 12:05:41 +00:00