summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAge
* Fix for Bug#5984.Andreas Schwab2010-04-30
* Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier2010-03-05
* Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-22
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Fix `string-to-number' to deal consistently with integers and floats.Juanma Barranquero2009-12-04
* * lisp.h: Remove declaration of Ffont_get_system_font.Andreas Schwab2009-11-17
* (Fbyteorder, init_font, Ffont_get_system_font): Declare.Andreas Schwab2009-11-17
* Handle system default font and changing font parameters.Jan Djärv2009-11-17
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-06
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-06
* (XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.Stefan Monnier2009-11-03
* Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.Stefan Monnier2009-11-03
* (FIXNUM_OVERFLOW_P): Fix last change to handle unsignedAndreas Schwab2009-10-24
* (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.Andreas Schwab2009-10-23
* * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.Stefan Monnier2009-10-23
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* * lisp.h (Qdelete_directory_internal): Remove, because it is notMichael Albinus2009-10-02
* * lisp.h (Qdelete_directory_internal):Juanma Barranquero2009-10-01
* The --quick command line option now ignores X resources and Registry settings.Juanma Barranquero2009-09-17
* * lisp.h: Replace #if 0 code for checking with text pointing toDan Nicolaescu2009-08-26
* (CHAR_TABLE_REF_ASCII): New macor.Kenichi Handa2009-08-25
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-17
* * lisp.h (xd_pending_messages): Declare.Michael Albinus2009-08-15
* * doprnt.c (doprnt_lisp): Unused function deleted.Ken Raeburn2009-08-10
* (add_user_signal): Remove extern.YAMAMOTO Mitsuharu2009-05-06
* * search.c: Use EMACS_INT for buffer positions. Add prototypes.Andreas Schwab2009-04-16
* * nsselect.m (symbol_to_nsstring, clean_local_selection_data)Stefan Monnier2009-04-13
* * editfns.c (general_insert_function): Adjust to insdel.c changes.Stefan Monnier2009-03-28
* * insdel.c (move_gap, move_gap_both, gap_left, gap_right)Stefan Monnier2009-03-28
* (Fx_focus_frame): Declare.Stefan Monnier2009-03-26
* Define Qfont_spec, Qfont_entity, Qfont_object extern.Chong Yidong2009-02-21
* (fast_looking_at): Extern it.Kenichi Handa2009-02-12
* (QUIT): Check pending_signals instead of interrupt_input_pending. UseChong Yidong2009-01-29
* Add 2009 to copyright years.Glenn Morris2009-01-08
* (do_switch_frame, Fselect_frame)Martin Rudalics2008-11-02
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-28
* Remove prototype for no_switch_window.Martin Rudalics2008-10-21
* (Vbefore_init_time, Vafter_init_time): Declare.Chong Yidong2008-10-06
* * lisp.h (is_daemon): Declare.Dan Nicolaescu2008-09-24
* Dock menu customization, based on a patch by Ken Raeburn, plus some other fixes.Adrian Robert2008-08-05
* fix popup menu selection return (menu.c); add use of popup_activated under NS...Adrian Robert2008-08-04
* Fix erroneous last commit.Eli Zaretskii2008-08-02
* Add prototype for directory_files_internal.Eli Zaretskii2008-08-02
* (HAVE_PROCFS, LISTPROC, PROCATTR): New defines.Eli Zaretskii2008-08-02
* * lisp.h (init_weak_hash_tables, syms_of_font)Andreas Schwab2008-07-28
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-27
* by renaming, get rid of need for hash_remove() redefinitions for NS platform;...Adrian Robert2008-07-19
* Merge from emacs--rel--22Miles Bader2008-07-17
|\
| * (Foverlay_buffer): Add EXFUN.YAMAMOTO Mitsuharu2008-07-17
* | * ecrt0.c: Remove code depending on m68000, not used anymore.Dan Nicolaescu2008-07-17