1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-22 16:01:04 -08:00
Commit graph

5114 commits

Author SHA1 Message Date
YAMAMOTO Mitsuharu
55a905016c (BASE_PURESIZE): Decrease to 1102000. 2006-07-25 10:10:41 +00:00
Stefan Monnier
2db8f17387 (Fdefine_key): If the key binding definition looks like an
XEmacs-style key sequence, convert it to Emacs's format.
2006-07-22 21:22:52 +00:00
Eli Zaretskii
272f22ebb0 *** empty log message *** 2006-07-22 11:32:46 +00:00
Eli Zaretskii
69b72317ae (convert_time): Use explicit long double constants to ensure long double
arithmetics is used throughout.
2006-07-21 17:28:23 +00:00
YAMAMOTO Mitsuharu
14eee5020b *** empty log message *** 2006-07-20 01:01:40 +00:00
Kim F. Storm
eeeda6f14d *** empty log message *** 2006-07-18 23:03:17 +00:00
Dan Nicolaescu
2381d38d0a * ebrowse.c (usage, version): Mark as NO_RETURN.
* emacsclient.c (print_help_and_exit): Likewise.

* xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN.

* textprop.c (text_read_only): Likewise.

* lread.c (end_of_file_error): Likewise.

* lisp.h (circular_list_error, memory_full, buffer_memory_full):
Likewise.

* eval.c (unwind_to_catch): Likewise.

* buffer.h (buffer_slot_type_mismatch): Likewise.
2006-07-18 16:33:45 +00:00
Kim F. Storm
5b5fca2805 *** empty log message *** 2006-07-18 14:06:39 +00:00
YAMAMOTO Mitsuharu
d3f31bc589 (XTread_socket): Undo previous change. 2006-07-18 08:12:51 +00:00
YAMAMOTO Mitsuharu
1e53bd0e79 (keycode_to_xkeysym): Remove function. All uses now
directly lookup keycode_to_xkeysym_table.
[USE_MAC_TSM] (mac_handle_text_input_event): Don't construct
ASCII_KEYSTROKE_EVENT for non-zero keycode_to_xkeysym_table entries.
(XTread_socket): Use character codes to construct keypad key events.
(mac_initialize_display_info) [MAC_OSX]: Use CGDisplaySamplesPerPixel.
(x_delete_display): Apply 2006-07-04 change for xterm.c.
2006-07-18 03:00:19 +00:00
Kim F. Storm
55dc982c6c *** empty log message *** 2006-07-17 14:24:50 +00:00
Thien-Thi Nguyen
ce7d5efe33 (display_mode_line): Preserve match data. 2006-07-17 07:47:41 +00:00
Kim F. Storm
d753d9b7ad *** empty log message *** 2006-07-14 15:04:08 +00:00
Jan Djärv
dcc881213c * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open. 2006-07-14 09:47:45 +00:00
Kim F. Storm
8a8476f984 *** empty log message *** 2006-07-14 09:32:02 +00:00
Kim F. Storm
f3500bbee1 *** empty log message *** 2006-07-13 13:43:26 +00:00
Andreas Schwab
60c86a8342 (scan_sexps_forward): Use EMACS_INT for out_bytepos and
out_charpos.
2006-07-13 11:44:10 +00:00
Kenichi Handa
d40ec4a023 (Fformat): Fix calculation of text property positions
of format string.
2006-07-13 06:06:45 +00:00
Romain Francoise
68ade564b2 Formatting fixes. 2006-07-12 17:25:38 +00:00
Kim F. Storm
e55deb0b2c *** empty log message *** 2006-07-12 13:22:36 +00:00
Kim F. Storm
b8a6aaa7dd *** empty log message *** 2006-07-12 13:13:21 +00:00
YAMAMOTO Mitsuharu
099d42019a *** empty log message *** 2006-07-12 08:38:06 +00:00
Kim F. Storm
8e09f23fbf (sit_for): Signal error if TIMEOUT is not a number in case arg comes
directly from a Lisp variable.
2006-07-11 22:55:29 +00:00
Kim F. Storm
2e42ee7bfb *** empty log message *** 2006-07-11 20:13:40 +00:00
Stefan Monnier
a0aa7fcfd8 (forw_comment): Also use EMACS_INT for buffer positions. 2006-07-11 13:52:21 +00:00
Kim F. Storm
ff97f952e6 *** empty log message *** 2006-07-11 00:48:06 +00:00
Chong Yidong
7ba07a1a03 * puresize.h (BASE_PURESIZE): Increment to 1211000.
* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
	(Fsit_for): Function deleted.

	* keyboard.c (command_loop_1, Fexecute_extended_command): Call
	sit_for instead of Fsit_for.

	* minibuf.c (temp_echo_area_glyphs): Likewise.
2006-07-10 18:51:31 +00:00
Stefan Monnier
932e6895de (back_comment, scan_lists): Also use EMACS_INT for buffer positions. 2006-07-09 14:36:07 +00:00
Stefan Monnier
2312c580d3 (Fforward_comment): Revert the reversion. 2006-07-09 14:19:33 +00:00
John Paul Wallington
bf88ca6390 (Fforward_comment): Use type int for stop', count1', `out_charpos'
and `out_bytepos' too; revert Stef's previous change.
2006-07-09 03:33:14 +00:00
Kim F. Storm
08b17d373d *** empty log message *** 2006-07-08 22:32:32 +00:00
Stephen Gildea
26816cbf78 fileio.c (do_auto_save_make_dir): Make the auto-save-list-file
directory unreadable for better user privacy.
2006-07-08 11:42:40 +00:00
Stefan Monnier
dd9f0dcd8f (Fforward_comment): Fix int-32 vs EMACS_INT-64 mixup. 2006-07-07 16:52:13 +00:00
Stefan Monnier
91fe949656 (readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup. 2006-07-07 16:16:18 +00:00
Stefan Monnier
4332cf50f7 (read_filtered_event): Remove `register' qualifier because it
causes compilation problem with gcc-4.0.2-20051125 on amd64.
2006-07-07 16:12:51 +00:00
Eli Zaretskii
dfb4bff5ef (Fexecute_extended_command): Mention the argument PREFIXARG in the doc string. 2006-07-07 15:49:31 +00:00
Kim F. Storm
efaed3b023 *** empty log message *** 2006-07-07 10:38:10 +00:00
Chong Yidong
234fb7734a * insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
clash detection using the base buffer.
2006-07-05 16:05:02 +00:00
Chong Yidong
e2e6e4d2fa * puresize.h (BASE_PURESIZE): Increment to 1210500. 2006-07-05 15:12:41 +00:00
Kim F. Storm
e128be5590 *** empty log message *** 2006-07-04 14:14:13 +00:00
Kenichi Handa
2462bc66ab *** empty log message *** 2006-07-04 03:38:10 +00:00
Richard M. Stallman
9ca246175e *** empty log message *** 2006-07-03 15:52:32 +00:00
Kim F. Storm
d8ab3c6de4 *** empty log message *** 2006-07-03 15:00:11 +00:00
Stefan Monnier
ca77ee4506 (read_filtered_event): Treat select-window just like switch-frame. 2006-07-02 14:34:30 +00:00
Kim F. Storm
8cb72de5a6 *** empty log message *** 2006-07-01 23:28:38 +00:00
Eli Zaretskii
6407e67c1b *** empty log message *** 2006-06-30 13:41:54 +00:00
John Paul Wallington
639804b390 (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed. 2006-06-30 01:34:42 +00:00
YAMAMOTO Mitsuharu
3ff0518335 *** empty log message *** 2006-06-28 08:32:03 +00:00
Chong Yidong
df8ffa055d * editfns.c (Fdelete_field, Ffield_string, Ffield_beginning)
(Ffield_string_no_properties, Ffield_end): Mention
	args-out-of-range error condition in docstring.
2006-06-28 00:00:57 +00:00
Kim F. Storm
04405ad93e *** empty log message *** 2006-06-27 11:21:20 +00:00