| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Richard M. Stallman | 2006-02-13 | 1 | -0/+4 |
| | | |||||
| * | * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame). | Jan Djärv | 2006-02-13 | 1 | -0/+4 |
| | | |||||
| * | (internal_self_insert): Handle weird auto-fill-function. | Richard M. Stallman | 2006-02-13 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-02-11 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-02-11 | 1 | -0/+4 |
| | | |||||
| * | (Findirect_function): Rewrite docstring. | Thien-Thi Nguyen | 2006-02-10 | 1 | -0/+5 |
| | | | | | Fix omission bug: Declare new arg NOERROR. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-02-10 | 1 | -0/+22 |
| | | |||||
| * | * data.c (Findirect_function): Add NOERROR arg. All callers changed | Kim F. Storm | 2006-02-10 | 1 | -0/+9 |
| | | | | | | | | | to pass Qnil for NOERROR. * keymap.c (current_minor_maps_error): Remove. (current_minor_maps): Pass Qt for NOERROR to Findirect_function instead of using internal_condition_case_1+current_minor_maps_error. | ||||
| * | * xterm.c (handle_one_xevent): Must note mouse movement even for nil | Jan Djärv | 2006-02-09 | 1 | -0/+6 |
| | | | | | | frames for GTK, in that case it is the tool bar. This is so that highlighted text get reset properly. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2006-02-09 | 1 | -1/+5 |
| | | |||||
| * | * window.c (adjust_window_trailing_edge): Check that shrinking | Jan Djärv | 2006-02-08 | 1 | -0/+5 |
| | | | | | does not set a window to size zero or less. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-02-07 | 1 | -17/+8 |
| | | |||||
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51 | Miles Bader | 2006-02-07 | 1 | -0/+6 |
| | | | | | | | | | | | Make constrain-to-field notice overlays 2006-02-08 Miles Bader <miles@gnu.org> * src/editfns.c (Fconstrain_to_field): Use Fget_char_property instead of Fget_text_property (other field functions word with overlays as well as text-properties). | ||||
| * | (unibyte_display_via_language_environment): Delete | Kenichi Handa | 2006-02-07 | 1 | -0/+14 |
| | | | | | extern. | ||||
| * | (append_glyph): Refer to it->char_to_display instead of | Kenichi Handa | 2006-02-07 | 1 | -0/+10 |
| | | | | | | | | | | it->c. (produce_glyphs): Set the character to print in it->char_to_display. Handle unibyte-display-via-language-environment. (produce_stretch_glyph): Set the character to print in it->char_to_display. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | | |||||
| * | (openp): Initialized encoded_fn before GCPRO it. | Kenichi Handa | 2006-02-06 | 1 | -0/+4 |
| | | |||||
| * | (malloc, realloc, free) [emacs]: Undefine macros before defining. | Ken Raeburn | 2006-02-05 | 1 | -0/+3 |
| | | |||||
| * | (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield | Ken Raeburn | 2006-02-05 | 1 | -0/+3 |
| | | | | | value to EMACS_INT, to suppress gcc warning. | ||||
| * | (Fconstrain_to_field): Fix int/Lisp_Object mixup. | Ken Raeburn | 2006-02-05 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-02-03 | 1 | -0/+11 |
| | | |||||
| * | (decode_composition_emacs_mule): Fix handling of | Kenichi Handa | 2006-02-02 | 1 | -0/+5 |
| | | | | | incorrect format data. | ||||
| * | * gtkutil.c (update_frame_tool_bar): Use new tool bar functions | Jan Djärv | 2006-01-31 | 1 | -0/+5 |
| | | | | | (gtk_toolbar_insert) so we can have tool bars of different sizes. | ||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-30 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-01-30 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-28 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-28 | 1 | -1/+5 |
| | | |||||
| * | * alloc.c (make_interval, allocate_string) | Chong Yidong | 2006-01-27 | 1 | -0/+7 |
| | | | | | | | (allocate_string_data, make_float, Fcons, allocate_vectorlike) (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing global variables. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2006-01-27 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-01-26 | 1 | -0/+11 |
| | | |||||
| * | (Fconstrain_to_field): Fix behaviour on field boundaries. | Károly Lőrentey | 2006-01-26 | 1 | -2/+2 |
| | | | | | (find_field): Set before_field to after_field when pos is at BEGV. | ||||
| * | (Fconstrain_to_field): Use get_pos_property, not Fget_char_property, | Károly Lőrentey | 2006-01-26 | 1 | -0/+10 |
| | | | | | | | to fix handling of field boundaries. Fix bogus comment. (Fline_beginning_position, Fline_end_position): Clarify confusing doc string. | ||||
| * | (Fcall_process): GCPRO error_file. Encode infile, | Kenichi Handa | 2006-01-26 | 1 | -0/+6 |
| | | | | | | current_dir, and error_file. On reporting an error, decode them back. | ||||
| * | (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. | Stefan Monnier | 2006-01-24 | 1 | -0/+6 |
| | | | | | | (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. | ||||
| * | * alloc.c (allocate_string_data): Update next_free immediately, to | Chong Yidong | 2006-01-24 | 1 | -0/+5 |
| | | | | | reduce risk of memory clobberage. | ||||
| * | (handle_invisible_prop): Set it->position to fix cursor | Károly Lőrentey | 2006-01-24 | 1 | -0/+7 |
| | | | | | | | 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. | ||||
| * | (x_catch_errors_unwind): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2006-01-23 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-01-23 | 1 | -26/+26 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-01-23 | 1 | -0/+8 |
| | | |||||
| * | Avoid allocating Lisp data from code that can be run from a signal handler. | Stefan Monnier | 2006-01-23 | 1 | -0/+13 |
| | | | | | | | | (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. | ||||
| * | *** empty log message *** | Luc Teirlinck | 2006-01-22 | 1 | -0/+4 |
| | | |||||
| * | (get_window_cursor_type): Fix last change. | Romain Francoise | 2006-01-21 | 1 | -1/+6 |
| | | | | | Update copyright year. | ||||
| * | (Fload): Don't leak the file descriptor returned by openp if we are going | Eli Zaretskii | 2006-01-20 | 1 | -0/+3 |
| | | | | | to signal an error. | ||||
| * | (sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close. | Eli Zaretskii | 2006-01-20 | 1 | -0/+8 |
| | | | | | | | (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. | ||||
| * | Don't dereference Vsystem_type's Lisp_Symbol pointer if it is NULL. | Eli Zaretskii | 2006-01-20 | 1 | -0/+5 |
| | | |||||
| * | (BASE_PURESIZE): Increment to 1190000. | Kenichi Handa | 2006-01-20 | 1 | -0/+4 |
| | | |||||
| * | * xdisp.c (get_window_cursor_type): Use cursor type specified by | Chong Yidong | 2006-01-19 | 1 | -0/+5 |
| | | | | | the selected buffer for the echo area too. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2006-01-19 | 1 | -0/+11 |
| | | |||||
| * | (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF. | Kenichi Handa | 2006-01-19 | 1 | -0/+4 |
| | | |||||
| * | (x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist. | Richard M. Stallman | 2006-01-18 | 1 | -0/+5 |
| | | |||||