aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2006-02-131-0/+4
|
* * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame).Jan Djärv2006-02-131-0/+4
|
* (internal_self_insert): Handle weird auto-fill-function.Richard M. Stallman2006-02-131-0/+4
|
* *** empty log message ***Eli Zaretskii2006-02-111-0/+7
|
* *** empty log message ***Juanma Barranquero2006-02-111-0/+4
|
* (Findirect_function): Rewrite docstring.Thien-Thi Nguyen2006-02-101-0/+5
| | | | Fix omission bug: Declare new arg NOERROR.
* *** empty log message ***YAMAMOTO Mitsuharu2006-02-101-0/+22
|
* * data.c (Findirect_function): Add NOERROR arg. All callers changedKim F. Storm2006-02-101-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 nilJan Djärv2006-02-091-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 Barranquero2006-02-091-1/+5
|
* * window.c (adjust_window_trailing_edge): Check that shrinkingJan Djärv2006-02-081-0/+5
| | | | does not set a window to size zero or less.
* *** empty log message ***Kim F. Storm2006-02-071-17/+8
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-51Miles Bader2006-02-071-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): DeleteKenichi Handa2006-02-071-0/+14
| | | | extern.
* (append_glyph): Refer to it->char_to_display instead ofKenichi Handa2006-02-071-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 Nguyen2006-02-061-1/+2
|
* (openp): Initialized encoded_fn before GCPRO it.Kenichi Handa2006-02-061-0/+4
|
* (malloc, realloc, free) [emacs]: Undefine macros before defining.Ken Raeburn2006-02-051-0/+3
|
* (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfieldKen Raeburn2006-02-051-0/+3
| | | | value to EMACS_INT, to suppress gcc warning.
* (Fconstrain_to_field): Fix int/Lisp_Object mixup.Ken Raeburn2006-02-051-0/+4
|
* *** empty log message ***Kim F. Storm2006-02-031-0/+11
|
* (decode_composition_emacs_mule): Fix handling ofKenichi Handa2006-02-021-0/+5
| | | | incorrect format data.
* * gtkutil.c (update_frame_tool_bar): Use new tool bar functionsJan Djärv2006-01-311-0/+5
| | | | (gtk_toolbar_insert) so we can have tool bars of different sizes.
* *** empty log message ***Luc Teirlinck2006-01-301-0/+4
|
* *** empty log message ***Juanma Barranquero2006-01-301-0/+5
|
* *** empty log message ***Luc Teirlinck2006-01-281-1/+1
|
* *** empty log message ***Luc Teirlinck2006-01-281-1/+5
|
* * alloc.c (make_interval, allocate_string)Chong Yidong2006-01-271-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 Zaretskii2006-01-271-0/+5
|
* *** empty log message ***Richard M. Stallman2006-01-261-0/+11
|
* (Fconstrain_to_field): Fix behaviour on field boundaries.Károly Lőrentey2006-01-261-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őrentey2006-01-261-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 Handa2006-01-261-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 Monnier2006-01-241-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, toChong Yidong2006-01-241-0/+5
| | | | reduce risk of memory clobberage.
* (handle_invisible_prop): Set it->position to fix cursorKároly Lőrentey2006-01-241-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 Monnier2006-01-231-0/+4
|
* *** empty log message ***Juanma Barranquero2006-01-231-26/+26
|
* *** empty log message ***Kim F. Storm2006-01-231-0/+8
|
* Avoid allocating Lisp data from code that can be run from a signal handler.Stefan Monnier2006-01-231-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 Teirlinck2006-01-221-0/+4
|
* (get_window_cursor_type): Fix last change.Romain Francoise2006-01-211-1/+6
| | | | Update copyright year.
* (Fload): Don't leak the file descriptor returned by openp if we are goingEli Zaretskii2006-01-201-0/+3
| | | | to signal an error.
* (sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.Eli Zaretskii2006-01-201-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 Zaretskii2006-01-201-0/+5
|
* (BASE_PURESIZE): Increment to 1190000.Kenichi Handa2006-01-201-0/+4
|
* * xdisp.c (get_window_cursor_type): Use cursor type specified byChong Yidong2006-01-191-0/+5
| | | | the selected buffer for the echo area too.
* *** empty log message ***Richard M. Stallman2006-01-191-0/+11
|
* (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.Kenichi Handa2006-01-191-0/+4
|
* (x_frame_get_and_record_arg): Don't record Qunbound value in f->param_alist.Richard M. Stallman2006-01-181-0/+5
|