aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Stefan Monnier2004-04-161-0/+9
* (Fkey_description): Change callers.Kim F. Storm2004-04-163-5/+5
* (Fkey_description): Fix prototype.Kim F. Storm2004-04-161-4/+1
* (Fkey_description): Add optional PREFIX arg.Kim F. Storm2004-04-161-94/+133
* *** empty log message ***Kim F. Storm2004-04-161-0/+15
* (update_overlay_arrows): Fix handling of up_to_date < 0.Kim F. Storm2004-04-162-1/+3
* (PNG_BG_COLOR_SHIFT): Remove.Kim F. Storm2004-04-161-17/+14
* *** empty log message ***Kim F. Storm2004-04-161-0/+6
* (try_scrolling): Make sure `scroll-conservatively' is not too large beforeJuanma Barranquero2004-04-162-0/+11
* (Ffile_attributes): Don't pass extra nil arg to file-handler.Stefan Monnier2004-04-151-1/+7
* (Fverify_visited_file_modtime, Fvisited_file_modtime):Luc Teirlinck2004-04-152-2/+10
* *** empty log message ***Stefan Monnier2004-04-141-0/+4
* (fix_command): Use XDCR.Stefan Monnier2004-04-141-1/+1
* (Fget_lru_window): Doc fix.Nick Roberts2004-04-141-0/+1
* *** empty log message ***Nick Roberts2004-04-141-0/+4
* Changes from arch/CVS synchronizationMiles Bader2004-04-132-0/+6
* *** empty log message ***Kim F. Storm2004-04-131-0/+19
* (scan_lists): Simplify backward string scan.Stefan Monnier2004-04-131-11/+5
* (get_glyph_string_clip_rect): Fix reduction of cursorKim F. Storm2004-04-131-14/+26
* (update_window): Only set changed_p ifKim F. Storm2004-04-131-7/+9
* (Fformat): Fix allocation size of precision array.Kim F. Storm2004-04-131-2/+2
* *** empty log message ***Stefan Monnier2004-04-131-0/+4
* New file.Stefan Monnier2004-04-132-0/+405
* *** empty log message ***Stefan Monnier2004-04-131-0/+4
* (Fmake_indirect_buffer): Throw an error if the intended base bufferLuc Teirlinck2004-04-132-4/+13
* *** empty log message ***Stefan Monnier2004-04-121-1/+15
* Link changes for Cygwin unexec() support.Stefan Monnier2004-04-121-2/+11
* Changes for Cygwin unexec() support, changes in Cygwin itself.Stefan Monnier2004-04-121-5/+3
* (__default_morecore): Use bss_sbrk(), not __sbrk(), before Cygwin unexec.Stefan Monnier2004-04-121-1/+12
* Define my_endbss[] for Cygwin unexec() support.Stefan Monnier2004-04-121-1/+1
* Set up PURE_P() for Cygwin unexec() support.Stefan Monnier2004-04-121-1/+1
* .Andreas Schwab2004-04-121-0/+4
* (Fmake_indirect_buffer): Check that NAME is a string.Andreas Schwab2004-04-121-0/+1
* (Fgenerate_new_buffer_name): Return NAME argument if IGNORE argumentLuc Teirlinck2004-04-112-2/+10
* (fix_start_end_in_overlays): make overlays empty if they are backwards.Masatake YAMATO2004-04-102-23/+30
* (face_color_supported_p): Fix compilation without X11.Stefan Monnier2004-04-091-10/+14
* *** empty log message ***Stefan Monnier2004-04-071-0/+4
* (Fsnarf_documentation): Ignore new file name entries.Stefan Monnier2004-04-071-3/+6
* *** empty log message ***Kim F. Storm2004-04-051-0/+11
* (handle_one_xevent): Set mouse_face_hidden after clearing highlight.Kim F. Storm2004-04-051-1/+1
* (clear_mouse_face): Only clear mouse highlight if not hidden.Kim F. Storm2004-04-051-1/+1
* (w32_read_socket): Set mouse_face_hidden after clearing highlight.Kim F. Storm2004-04-051-3/+3
* (clear_mouse_face): Only clear mouse highlight if not hidden.Kim F. Storm2004-04-051-3/+3
* (vmotion): Do not reserve one column for continuationKim F. Storm2004-04-051-3/+7
* *** empty log message ***Kim F. Storm2004-04-051-0/+5
* Update my email address.Eli Zaretskii2004-04-041-9/+9
* *** empty log message ***Eli Zaretskii2004-04-041-0/+5
* (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.Eli Zaretskii2004-04-041-2/+2
* Useless now that .gdbinit works with USE_LISP_UNION as well.Stefan Monnier2004-04-032-404/+13
* Make it work for USE_LSB_TAG and !NO_LISP_UNION.Stefan Monnier2004-04-031-77/+131