1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
Commit graph

3993 commits

Author SHA1 Message Date
Steven Tamm
f86bdc80c4 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
menu text as UTF8 fails.
2004-12-01 15:51:22 +00:00
Kim F. Storm
1cae6d39e6 *** empty log message *** 2004-12-01 14:09:49 +00:00
Andreas Schwab
77ea0764f6 Declare string_to_multibyte. 2004-12-01 14:05:15 +00:00
Kenichi Handa
2d5cd4e6a8 *** empty log message *** 2004-12-01 10:50:54 +00:00
Kenichi Handa
25a0994a81 *** empty log message *** 2004-11-30 08:19:52 +00:00
Steven Tamm
fc7a70ccda * keyboard.c: Don't undef SIGIO
* s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
* Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
       (macfns.o): Don't depend on ccl.h.
* macfns.c (mac_frame_parm_handlers): Set handlers for
Qleft_fringe and Qright_fringe.
* macterm.c (mac_fill_rectangle_to_pixmap)
(mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
(mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
Put in #if 0.
(mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
(x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
(XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
(x_draw_glyph_string_background, x_draw_glyph_string_foreground)
[!MAC_OS8]: Added ifdef'd out code for os8.  Don't use
XDrawImageString.  Always draw background and foreground separately.
(x_draw_image_foreground): Use clipping instead of computing the
intersection rectangle.
(x_draw_image_glyph_string): Don't draw an image with mask to a
pixmap.
(x_redisplay_interface): Set flush_display_optional member to 0.
(XTread_socket): Correctly reset the TEConverter
object.
2004-11-30 05:57:27 +00:00
Kim F. Storm
fc36888973 *** empty log message *** 2004-11-30 00:30:37 +00:00
Kim F. Storm
0af8cfe11e *** empty log message *** 2004-11-29 15:34:57 +00:00
Stefan Monnier
77220eeb1e (emacs_write): Don't use QUIT. 2004-11-29 14:39:09 +00:00
Kenichi Handa
a778cf63fc *** empty log message *** 2004-11-29 07:37:45 +00:00
Andreas Schwab
e3177e4368 Enable no-op gcpros on ia64.
(GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
2004-11-27 22:42:19 +00:00
Eli Zaretskii
ca5e6fef9f *** empty log message *** 2004-11-27 12:53:11 +00:00
Kim F. Storm
e281182817 (syms_of_search) <search-spaces-regexp>: Move 'doc:'
marker out of doc string.
2004-11-27 01:09:08 +00:00
Stefan Monnier
7a262394fb (POSIX_SIGNALS): Undo the removal of 2002-08-25,
which was not mentioned in the log.
2004-11-26 23:35:51 +00:00
Kim F. Storm
048bb03fe2 *** empty log message *** 2004-11-26 15:13:53 +00:00
Kim F. Storm
f33cc5a9a5 *** empty log message *** 2004-11-26 14:37:55 +00:00
Eli Zaretskii
670e89068c *** empty log message *** 2004-11-26 12:05:49 +00:00
Stefan Monnier
1bf0e60466 (command_loop_1): Print a message describing the key
the user just pressed when this key has no binding.
2004-11-25 22:17:49 +00:00
Stefan Monnier
275464e7a5 (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
(emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
2004-11-25 20:01:39 +00:00
Stefan Monnier
cab27d048b *** empty log message *** 2004-11-25 16:48:45 +00:00
Richard M. Stallman
261b01c642 *** empty log message *** 2004-11-25 03:22:56 +00:00
Kim F. Storm
a5bd504e5a *** empty log message *** 2004-11-24 11:29:27 +00:00
Jan Djärv
255e4140a7 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
x-use-old-gtk-file-dialog.

* xfns.c: Define x_use_old_gtk_file_dialog.
(syms_of_xfns): Rename use-old-gtk-file-dialog to x-...  Move it
outside ifdef USE_GTK.
2004-11-23 19:56:55 +00:00
Kim F. Storm
4d7211144f *** empty log message *** 2004-11-23 00:51:35 +00:00
Kim F. Storm
11e0be49d8 *** empty log message *** 2004-11-22 23:25:11 +00:00
Kim F. Storm
0960a58284 *** empty log message *** 2004-11-22 14:20:25 +00:00
Markus Rost
b0e9bb2895 (Fminibuffer_complete_and_exit): Fix previous change. 2004-11-22 06:43:11 +00:00
Stefan Monnier
d0bce91e9c (Fdefvar): Warn when var is let-bound but globally void. 2004-11-22 05:26:50 +00:00
Kim F. Storm
b7fd3518da *** empty log message *** 2004-11-21 15:47:22 +00:00
Kim F. Storm
f01d4d05a4 *** empty log message *** 2004-11-21 14:58:40 +00:00
Kim F. Storm
f1a6138967 *** empty log message *** 2004-11-21 12:56:25 +00:00
Kim F. Storm
e181467291 *** empty log message *** 2004-11-21 12:33:16 +00:00
Luc Teirlinck
ce8dd7cab6 *** empty log message *** 2004-11-21 01:11:51 +00:00
Luc Teirlinck
2dafe1c923 (Fcall_interactively): Call Fread_from_minibuffer with extra argument. 2004-11-21 01:02:51 +00:00
Richard M. Stallman
fd6866c86d *** empty log message *** 2004-11-21 00:47:35 +00:00
Richard M. Stallman
9961365e7f *** empty log message *** 2004-11-21 00:40:54 +00:00
Richard M. Stallman
9d00469fca *** empty log message *** 2004-11-20 22:09:16 +00:00
Richard M. Stallman
dedbac8923 *** empty log message *** 2004-11-20 14:18:59 +00:00
Thien-Thi Nguyen
2f672bb5fd *** empty log message *** 2004-11-20 10:37:30 +00:00
Richard M. Stallman
6de891db98 *** empty log message *** 2004-11-19 20:07:39 +00:00
Richard M. Stallman
f31a9a68db (Vsearch_whitespace_regexp): New variable.
(syms_of_search): Defvar it.
(compile_pattern_1): Call re_set_whitespace_regexp with it.
(search_buffer): No regexp is trivial if Vsearch_whitespace_regexp is non-nil.
2004-11-19 19:40:32 +00:00
Kim F. Storm
cbc34cb39b *** empty log message *** 2004-11-19 09:43:27 +00:00
Kim F. Storm
b54a75394a (Fvertical_motion): Undo 2004-11-16 change.
Instead, move back again if reseating moves too far ahead.
2004-11-18 11:00:38 +00:00
Stefan Monnier
6abf3a2767 *** empty log message *** 2004-11-17 19:37:24 +00:00
Luc Teirlinck
802c6e5682 (message3): Call clear_message. 2004-11-17 01:41:52 +00:00
Kim F. Storm
5ff504fecc *** empty log message *** 2004-11-17 00:27:20 +00:00
Jan Djärv
724cde0d1d * gtkutil.c (xg_get_file_name): Fix typo in
HAVE_GTK_FILE_SELECTION_NEW.
2004-11-16 22:24:48 +00:00
Jan Djärv
5ae53dcfca * xmenu.c (x_menu_in_use): Removed.
(x_menu_set_in_use): Also set popup_activated_flag.

* xfns.c (Fx_file_dialog): Call popup_activated instead of
x_menu_in_use.  Call x_menu_set_in_use in Motif version also.

* xterm.h: (x_menu_in_use): Removed.
2004-11-16 20:52:32 +00:00
Richard M. Stallman
ee31cd78ef *** empty log message *** 2004-11-16 17:31:19 +00:00
Kim F. Storm
e20d27dc35 Typo. 2004-11-16 15:42:24 +00:00