summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345Miles Bader2004-05-281-0/+3
* (back_to_previous_visible_line_start): Skip backwardsKim F. Storm2004-05-261-0/+8
* *** empty log message ***Kim F. Storm2004-05-261-0/+5
* (marker_blocks_pending_free): New var.Kim F. Storm2004-05-251-5/+24
* (wait_reading_process_input): Check connect_wait_maskKim F. Storm2004-05-251-1/+2
* *** empty log message ***Kim F. Storm2004-05-251-0/+10
* *** empty log message ***Kenichi Handa2004-05-231-0/+5
* (Fset_safe_terminal_coding_system_internal): SetKenichi Handa2004-05-231-1/+1
* *** empty log message ***Richard M. Stallman2004-05-221-0/+20
* (Fmake_string): Doc fix.Richard M. Stallman2004-05-221-2/+3
* (clone_per_buffer_values): Copy the alist of local vars,Richard M. Stallman2004-05-221-1/+9
* (casify_object): Return OBJ unchanged if not real char.Richard M. Stallman2004-05-221-0/+6
* (main): Update copyright year.Richard M. Stallman2004-05-221-1/+1
* (Fread_file_name): Expand DIR if not absolute.Richard M. Stallman2004-05-221-3/+6
* (del_range_2, replace_range): Don't write an anchor if the gap is empty.Richard M. Stallman2004-05-221-2/+2
* (try_scrolling): If scroll-up-aggressively or scroll-down-aggressivelyRichard M. Stallman2004-05-221-2/+12
* (Fdefine_key): Doc fix.Juanma Barranquero2004-05-222-51/+55
* (struct backtrace): Add debug_on_exit member.Kim F. Storm2004-05-211-0/+3
* (struct backtrace): Add debug_on_exit member.Kim F. Storm2004-05-211-33/+36
* *** empty log message ***Kim F. Storm2004-05-211-0/+16
* *** empty log message ***Luc Teirlinck2004-05-201-0/+4
* (lookup_char_property): Do not prematurely return nil.Luc Teirlinck2004-05-201-5/+7
* *** empty log message ***Stefan Monnier2004-05-191-0/+26
* Add support for new '\_<' and '\_>' regexp operators, matching theStefan Monnier2004-05-191-7/+125
* (trivial_regexp_p): \_ is no longer a trivial regexp.Stefan Monnier2004-05-191-1/+1
* (xsymbol): Fix last change.Kim F. Storm2004-05-191-2/+3
* *** empty log message ***Kim F. Storm2004-05-191-1/+10
* *** empty log message ***David Ponce2004-05-191-0/+4
* (print): Reset print_depth before to call print_object.David Ponce2004-05-191-1/+2
* (xprintstr): New fun.Stefan Monnier2004-05-191-2/+7
* (create_child): Use INTMASK.Stefan Monnier2004-05-181-2/+2
* Fix last change for non USE_LISP_UNION_TYPE case.Jason Rumney2004-05-181-2/+2
* (display_x_get_resource, vga_stdcolor_name): Add prototype.Jason Rumney2004-05-182-0/+16
* (add_menu_item, w32_menu_display_help) [USE_LISP_UNION_TYPE]: CastJason Rumney2004-05-181-3/+11
* Prefix RIF functions with w32con_ to avoid namespace clash with term.c.Jason Rumney2004-05-181-62/+62
* (Fgarbage_collect): Do all the marking before flushingStefan Monnier2004-05-181-11/+11
* *** empty log message ***Eli Zaretskii2004-05-181-0/+2
* (DECL_ALIGN): Remove restriction on MS-DOS systems.Eli Zaretskii2004-05-181-5/+3
* *** empty log message ***Eli Zaretskii2004-05-181-0/+7
* (syms_of_msdos): Initialize dos-unsupported-char-glyph with make_number.Eli Zaretskii2004-05-181-4/+11
* [USE_LSB_TAG]: Don't check heap location.Jason Rumney2004-05-181-1/+2
* *** empty log message ***Jason Rumney2004-05-181-0/+40
* (Frecursive_edit): Return immediately if input blocked.Kim F. Storm2004-05-171-0/+11
* (INPUT_BLOCKED_P): New macro.Kim F. Storm2004-05-171-0/+3
* *** empty log message ***Kim F. Storm2004-05-171-0/+5
* (Fw32_register_hot_key, Fw32_unregister_hot_key)Jason Rumney2004-05-171-63/+89
* *** empty log message ***Kim F. Storm2004-05-171-0/+10
* (face_at_buffer_position): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-171-17/+1
* (next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-171-24/+4
* (get_char_property_and_overlay): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-171-20/+3