Richard M. Stallman
57436ee745
*** empty log message ***
2006-01-26 18:00:41 +00:00
Richard M. Stallman
2aee5ca377
(check_pure_size): Make overflow message an "error message".
2006-01-26 17:51:42 +00:00
Richard M. Stallman
bb9c8a997a
(Fmap_keymap): Doc fix.
2006-01-26 17:50:50 +00:00
Richard M. Stallman
5fa98fcf92
(Fx_create_frame): Put all specified parms into f->param_alist
...
unless they were cleared out.
2006-01-26 17:49:48 +00:00
Richard M. Stallman
d00368cf26
(x_get_arg): "Clear out" the parm in ALIST if found there.
2006-01-26 17:48:52 +00:00
Károly Lőrentey
e477bb0420
(Fconstrain_to_field): Fix behaviour on field boundaries.
...
(find_field): Set before_field to after_field when pos is at BEGV.
2006-01-26 06:43:33 +00:00
Károly Lőrentey
13c42cc53a
(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.
2006-01-26 03:40:13 +00:00
Károly Lőrentey
2cb3aec40b
(Fconstrain_to_field): Use get_pos_property, not Fget_char_property,
...
to fix handling of field boundaries. Fix bogus comment.
(Fline_beginning_position, Fline_end_position): Clarify confusing doc
string.
2006-01-26 03:12:45 +00:00
Károly Lőrentey
27806b2030
(Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.
2006-01-26 03:05:15 +00:00
Kenichi Handa
34b8768930
(Fcall_process): GCPRO error_file. Encode infile,
...
current_dir, and error_file. On reporting an error, decode them
back.
2006-01-26 00:40:12 +00:00
Stefan Monnier
1cee1e272f
(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
...
(re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
Don't check for quit, since any loop will go through fail or jump.
2006-01-24 19:14:58 +00:00
Chong Yidong
a0b08700d1
* alloc.c (allocate_string_data): Update next_free immediately, to
...
reduce risk of memory clobberage.
2006-01-24 18:35:25 +00:00
Károly Lőrentey
bf7f1d30f5
(handle_invisible_prop): Set it->position to fix cursor
...
display when point moves across an ellipsis. If there are
adjacent invisible texts, don't lose the second one's ellipsis.
(x_produce_glyphs): Doc fix.
2006-01-24 07:59:23 +00:00
Stefan Monnier
e5e26d8f7d
(x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
2006-01-23 22:08:13 +00:00
Juanma Barranquero
9dd28cae26
*** empty log message ***
2006-01-23 16:08:46 +00:00
Kim F. Storm
d126cb6042
(handle_single_display_spec): Fix handling of space
...
property on char from string: set *position rather than
it->current.pos.
(produce_stretch_glyph): Reduce width of stretch glyphs so they
don't get wider than the window (unless truncate-lines is on).
2006-01-23 13:14:01 +00:00
Kim F. Storm
1ff4535b17
*** empty log message ***
2006-01-23 13:13:42 +00:00
Stefan Monnier
5badc98d73
Avoid allocating Lisp data from code that can be run from a signal handler.
...
(x_error_message): New var to replace x_error_message_string.
(x_error_catcher, x_catch_errors, x_catch_errors_unwind)
(x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
(syms_of_xterm): Use it instead of x_error_message_string.
2006-01-23 02:44:02 +00:00
Stefan Monnier
cfb2f32e41
(lisp_align_free): Add an assertion.
...
(make_interval, allocate_string, make_float, allocate_misc, Fmake_symbol
(Fcons): If ENABLE_CHECKING is on, check we're not called from a sighandler.
2006-01-23 02:35:36 +00:00
Luc Teirlinck
407a52c414
(syms_of_dired) <completion-ignored-extensions>: Doc fix.
2006-01-22 04:30:10 +00:00
Luc Teirlinck
638590e852
*** empty log message ***
2006-01-22 04:29:04 +00:00
Romain Francoise
cde0a40c56
(get_window_cursor_type): Fix last change.
...
Update copyright year.
2006-01-21 18:04:09 +00:00
Eli Zaretskii
3fdf12ca11
(Fload): Don't leak the file descriptor returned by openp if we are going
...
to signal an error.
2006-01-20 19:54:07 +00:00
Eli Zaretskii
7559f399d1
(sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.
...
(sys_dup): Protect against new_fd larger than fd_info[] can handle.
(sys_read): If FD is outside [0..MAXDESC) limits, pass it directly to _read.
(sys_write): If FD is outside [0..MAXDESC) limits, pass it directly to _write.
2006-01-20 19:12:39 +00:00
Eli Zaretskii
ea5f3ad489
Don't dereference Vsystem_type's Lisp_Symbol pointer if it is NULL.
2006-01-20 14:19:14 +00:00
Kenichi Handa
ef8beec687
(BASE_PURESIZE): Increment to 1190000.
2006-01-20 07:06:51 +00:00
Chong Yidong
995f2df9d1
* xdisp.c (get_window_cursor_type): Use cursor type specified by
...
the selected buffer for the echo area too.
2006-01-19 21:12:22 +00:00
Richard M. Stallman
c94c4d0ac6
*** empty log message ***
2006-01-19 17:52:09 +00:00
Richard M. Stallman
05f5847bd2
(Fmap_keymap): Doc fix.
2006-01-19 17:41:40 +00:00
Richard M. Stallman
77c0df4f27
(GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
2006-01-19 17:40:50 +00:00
Richard M. Stallman
c3be81c7f8
(echo_char): Don't omit the space between first two echoed chars.
2006-01-19 17:39:55 +00:00
Richard M. Stallman
dd95745a7a
(read_minibuf): Fix previous change.
2006-01-19 17:38:57 +00:00
Kenichi Handa
71578d4f96
(handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
2006-01-19 02:12:45 +00:00
Richard M. Stallman
edd1c6857e
(x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist.
2006-01-18 01:48:49 +00:00
Andreas Schwab
0501acd449
.
2006-01-15 12:07:55 +00:00
Andreas Schwab
d16c2b662c
(Freplace_match): Use UPPERCASEP instead of !NOCASEP.
2006-01-15 12:07:41 +00:00
Romain Francoise
22e6707e41
*** empty log message ***
2006-01-13 20:20:41 +00:00
Nick Roberts
d33a7384ae
*** empty log message ***
2006-01-12 21:20:46 +00:00
Nick Roberts
414546fbd1
Define new macro WINDOW_SUPPORT.
...
(lisp): Use it.
(SOME_MACHINE_LISP): Add conditionally loaded files.
2006-01-12 21:17:37 +00:00
YAMAMOTO Mitsuharu
2026418cf3
[HAVE_INTTYPES_H]: Include inttypes.h.
...
(ifflag_table): Fix typo (IFF_OACTIV -> IFF_OACTIVE).
(Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ_IFR_NETMASK
macro. Also try member ifr_addr when getting netmask.
2006-01-12 08:16:12 +00:00
YAMAMOTO Mitsuharu
3e16e7992b
[USE_ATSUI] (atsu_get_text_layout_with_text_ptr)
...
[MAC_OS_X_VERSION_MAX_ALLOWED >= 1020]: Specify kATSLineUseQDRendering.
(XLoadQueryFont) [USE_ATSUI]: Display diacritical marks in
decomposed form.
2006-01-12 08:14:58 +00:00
Stefan Monnier
b8f7f3be80
(Fexpand_file_name): Remove redundant tests. Fix elimination of // so that
...
it doesn't prevent elimination of an immediately following /. or /..
2006-01-10 17:46:41 +00:00
Jan Djärv
4c9ca1a3eb
* gtkutil.c (xg_toggle_notify_cb): New function.
...
(xg_toggle_visibility_cb): Move setting of x_gtk_show_hidden_files to
xg_toggle_notify_cb.
(xg_get_file_with_chooser): Add callback to xg_toggle_notify_cb when
parameter value changes so the toggle button gets updated.
2006-01-09 19:03:20 +00:00
Eli Zaretskii
cbcc2d4979
Add 2006 to Copyright years.
2006-01-06 17:31:59 +00:00
Nick Roberts
2d90e492e7
Fix typo.
2006-01-05 20:45:59 +00:00
Nick Roberts
340bb2ea42
*** empty log message ***
2006-01-05 20:45:03 +00:00
Eli Zaretskii
feaf060aa8
Fix last change.
2006-01-05 17:49:42 +00:00
Kim F. Storm
87b6ca8d4e
(Fmake_network_process): Use AF_INET instead of
...
AF_UNSPEC when AF_INET6 is not defined.
2006-01-05 09:24:11 +00:00
Kim F. Storm
c22cc55864
*** empty log message ***
2006-01-05 09:23:58 +00:00
YAMAMOTO Mitsuharu
07f9b01c98
*** empty log message ***
2006-01-05 08:14:52 +00:00