Ben Key
|
9785d95b98
|
Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
|
2002-12-18 06:16:28 +00:00 |
|
Kenichi Handa
|
b6da19efbc
|
*** empty log message ***
|
2002-12-17 11:57:18 +00:00 |
|
Kenichi Handa
|
42b01e1e9b
|
(choose_write_coding_system): Even if
Vcoding_system_for_write is non-nil, if
coding_system_require_warning is nonzero, call
Vselect_safe_coding_system_function.
|
2002-12-17 11:39:59 +00:00 |
|
Kenichi Handa
|
6926d59136
|
(coding_system_require_warning): Extern it.
|
2002-12-17 11:39:34 +00:00 |
|
Kenichi Handa
|
5d5bf4d8e1
|
(coding_system_require_warning): New variable.
(syms_of_coding): DEFVAR it.
|
2002-12-17 11:39:13 +00:00 |
|
Markus Rost
|
bfcf6dbef2
|
(lisp, shortlisp): Add cus-face and timer.
(lisp): Add font-core.
|
2002-12-17 01:26:01 +00:00 |
|
Markus Rost
|
6c465a15c1
|
White space fixes.
|
2002-12-15 19:57:31 +00:00 |
|
Stefan Monnier
|
2c568af5c7
|
*** empty log message ***
|
2002-12-14 00:12:21 +00:00 |
|
Stefan Monnier
|
bcf9734920
|
(text_read_only): New arg `propval'.
(get_char_property_and_overlay): Remove unused var `next_overlay'.
(verify_interval_modification): Use text_read_only's new arg.
|
2002-12-14 00:11:38 +00:00 |
|
Kenichi Handa
|
200c93e2af
|
(Funencodable_char_position): Set pend correctly.
|
2002-12-13 02:35:51 +00:00 |
|
Kenichi Handa
|
b8c6225c28
|
*** empty log message ***
|
2002-12-13 02:35:34 +00:00 |
|
Jason Rumney
|
706ddb8f9a
|
(last_mousemove_x, last_mousemove_y): New variables.
(w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
Be more careful about when help_events are generated.
|
2002-12-12 19:56:41 +00:00 |
|
Steven Tamm
|
96720f09ea
|
* macterm.c (mac_check_for_quit_char): Correctly set the
modifiers of the event to 0.
* mac.c (sys_select): Duplicate rfds before calling select to
ensure that rfds survive the while loop.
|
2002-12-12 17:10:34 +00:00 |
|
Kim F. Storm
|
59adf8e8e9
|
(try_window_id): Don't call set_cursor_from_row if
row_containing_pos returned NULL.
|
2002-12-11 21:21:17 +00:00 |
|
Kim F. Storm
|
e5ae1c4981
|
*** empty log message ***
|
2002-12-11 21:20:46 +00:00 |
|
Steven Tamm
|
88069dff55
|
Modifying sys_read to not check the event queue if timeout=0 and to never
use a timeout larger than the one passed in.
|
2002-12-10 18:03:49 +00:00 |
|
Steven Tamm
|
bdce610dee
|
*** empty log message ***
|
2002-12-10 17:58:24 +00:00 |
|
Steven Tamm
|
2eb46b2df2
|
Fixed OSX sys_read to not call select if IO is non-blocking
|
2002-12-10 16:48:04 +00:00 |
|
Juanma Barranquero
|
b11f1d8a33
|
(Fformat): Use alloca, not _alloca.
|
2002-12-10 07:40:21 +00:00 |
|
Ben Key
|
2573153f50
|
fixed a couple of minor compilation errors in editfns.c
|
2002-12-10 07:09:41 +00:00 |
|
Richard M. Stallman
|
d852822674
|
*** empty log message ***
|
2002-12-09 20:24:40 +00:00 |
|
Richard M. Stallman
|
1f57cb74f5
|
(Fget_buffer_create): Call Qucs_set_table_for_input as the last thing.
|
2002-12-09 20:24:32 +00:00 |
|
Dave Love
|
a4ac5b1710
|
*** empty log message ***
|
2002-12-09 18:12:01 +00:00 |
|
Dave Love
|
296e6c4f5e
|
Not necessary.
|
2002-12-09 18:10:12 +00:00 |
|
Kai Großjohann
|
ac42d7b991
|
(Fformat): Handle precision in string conversion specifiers like libc
functions do (ie, print at most that many characters). From Matthew
Swift <swift@alum.mit.edu>.
|
2002-12-09 10:44:25 +00:00 |
|
Richard M. Stallman
|
85cce84347
|
*** empty log message ***
|
2002-12-09 01:56:15 +00:00 |
|
Richard M. Stallman
|
5cce13ddd7
|
(row_containing_pos): Check more carefully
whether charpos is really in the row before returning it.
|
2002-12-09 01:56:05 +00:00 |
|
Kim F. Storm
|
df4d1023fc
|
*** empty log message ***
|
2002-12-08 23:53:05 +00:00 |
|
Steven Tamm
|
0d4d26a7c5
|
Adding log for changes to sysdep.c,eval.c,macterm.c,mac.c
|
2002-12-08 06:03:28 +00:00 |
|
Steven Tamm
|
824eb35eec
|
Feval: On Carbon/MacOSX call mac_check_for_quit_char at each stack frame.
This may change/move as it could be quite time consuming
|
2002-12-08 06:02:17 +00:00 |
|
Steven Tamm
|
3605200c46
|
Have emacs_read use sys_read on carbon/Mac OS X
|
2002-12-08 06:00:10 +00:00 |
|
Steven Tamm
|
2b187eacbe
|
sys_select: Call mac_check_for_quit_char every second while blocking
sys_read: Use sys_select to test for input first before calling read to
allow sys_select to test for quit_char.
|
2002-12-08 05:58:34 +00:00 |
|
Steven Tamm
|
6ef0a87ef7
|
Added code to check for pressing of quit_char in the Carbon Event Queue
|
2002-12-08 05:56:37 +00:00 |
|
Richard M. Stallman
|
9252f7bcc9
|
*** empty log message ***
|
2002-12-07 21:41:11 +00:00 |
|
Richard M. Stallman
|
38668f8198
|
(Fcompleting_read): Doc fix.
|
2002-12-07 21:41:00 +00:00 |
|
Richard M. Stallman
|
6042a06e6e
|
(syms_of_lread) <load-history>: Doc fix.
|
2002-12-07 21:40:19 +00:00 |
|
Richard M. Stallman
|
133369080e
|
(Fcopy_file): Set immediate_quit around emacs_open call.
|
2002-12-07 21:39:50 +00:00 |
|
Richard M. Stallman
|
f58e9f8c1a
|
(Fdefun, Fdefmacro): Record in load-history redefining an autoload.
|
2002-12-07 21:39:18 +00:00 |
|
Richard M. Stallman
|
894f65383f
|
(Fdefalias): Record in load-history redefining an autoload.
|
2002-12-07 21:38:39 +00:00 |
|
Richard M. Stallman
|
07e66c1e02
|
Undo ifdef change accidentally made on 12-04.
|
2002-12-07 21:37:34 +00:00 |
|
Francesco Potortì
|
bfa261c059
|
*** empty log message ***
|
2002-12-06 17:05:15 +00:00 |
|
Francesco Potortì
|
7273d1004b
|
(png_load): Avoid double gamma correction for PNG images.
|
2002-12-06 17:04:48 +00:00 |
|
Richard M. Stallman
|
c599217702
|
*** empty log message ***
|
2002-12-04 11:57:49 +00:00 |
|
Richard M. Stallman
|
612221ab83
|
(fcntl.h): Test only HAVE_FCNTL_H.
|
2002-12-04 11:44:34 +00:00 |
|
Richard M. Stallman
|
a8773ec1f4
|
Don't use #error.
|
2002-12-04 11:40:32 +00:00 |
|
Richard M. Stallman
|
b1b57aa840
|
Whitespace changes.
|
2002-12-04 11:32:37 +00:00 |
|
Dave Love
|
02d588e236
|
*** empty log message ***
|
2002-12-03 10:32:16 +00:00 |
|
Dave Love
|
48265e61f0
|
(Qucs_set_table_for_input): New.
(Fget_buffer_create): Use it.
(Qset_buffer_major_mode_hook): Deleted.
(Fset_buffer_major_mode): Revert previous change.
(init_buffer_once): Intern ucs-set-table-for-input.
(syms_of_buffer): Delete Qset_buffer_major_mode_hook. Add
&Qucs_set_table_for_input.
|
2002-12-03 10:27:00 +00:00 |
|
Andreas Schwab
|
451e26973f
|
.
|
2002-12-03 00:12:08 +00:00 |
|
Andreas Schwab
|
170d30061f
|
(Fcall_interactively): Use next_event only if less
than key_count.
|
2002-12-02 23:30:54 +00:00 |
|