1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

20138 commits

Author SHA1 Message Date
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
Romain Francoise
ccf6179595 (write_region_inhibit_fsync): New variable.
(Fwrite_region): Use it to skip call to fsync.
(syms_of_fileio): Initialize it.
2005-09-14 20:19:39 +00:00
Kenichi Handa
24a2b28227 (code_convert_region_unwind): Argument format changed.
(run_pre_post_conversion_on_str): If pre-write-conversion function
changed the current buffer, delete the new buffer.
(run_pre_write_conversin_on_c_str): Likewise.
2005-09-14 07:06:20 +00:00
Kenichi Handa
2b046a720b (Fexpand_file_name): Check multibyteness of
default_directory.
2005-09-14 02:18:49 +00:00
Kenichi Handa
d008f7b7fa (compose_chars_in_text): Delete it. 2005-09-13 01:07:30 +00:00
Kenichi Handa
ecab2fa2e4 (compose_chars_in_text): Delete extern. 2005-09-13 01:05:51 +00:00
Kim F. Storm
826256dd2b (print_error_message): Fix last change. 2005-09-12 23:10:59 +00:00
Kim F. Storm
2ada8ac5c5 *** empty log message *** 2005-09-12 23:10:48 +00:00
Kim F. Storm
5874a24c2d (compose_chars_in_text): Fix setup of `pend'.
Unconditionally reload `ptr' and `pend' after eval.
2005-09-12 20:38:47 +00:00
Kim F. Storm
0fdbe3025f *** empty log message *** 2005-09-12 20:38:29 +00:00
Kim F. Storm
dfc22242b5 (auto_save_error): Pass copy of lisp string to message2. 2005-09-12 13:42:49 +00:00
Kim F. Storm
11fb15d5c4 (print_error_message): Pass copy of caller name to message_dolog. 2005-09-12 13:42:40 +00:00
Kim F. Storm
e4dd341972 (message3): Pass copy of lisp string to message_dolog. 2005-09-12 13:42:30 +00:00
Kim F. Storm
48c60938b9 *** empty log message *** 2005-09-12 13:42:15 +00:00
Kenichi Handa
5add1986c0 (display_mode_element): Be sure to make variables THIS
and LISP_STRING point into a string data of ELT.
2005-09-12 11:51:55 +00:00
Kim F. Storm
fe8089a249 (x_encode_text): Remove prototype. 2005-09-12 10:27:35 +00:00
Kim F. Storm
df63049686 (x_encode_text): Declare static. Add FREEP arg.
(x_set_name_internal): Call x_encode_text with new FREEP arg to
know if xfree is needed instead of guessing.
2005-09-12 10:27:20 +00:00
Kim F. Storm
acc23b87a7 (check_windows_init_file): Fix allocation of error buffer. 2005-09-12 10:27:02 +00:00
Kim F. Storm
e8157eae64 (Fminibuffer_complete_word): Move `completion_string'
declaration to where it is used.
2005-09-12 10:26:48 +00:00