aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23Andreas Schwab2010-06-101-50/+49
|\
| * Fix typos.Juanma Barranquero2010-06-031-50/+49
* | Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-7/+1
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-271-1/+1
* | * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916)Ken Raeburn2010-05-151-7/+6
* | Merge from emacs-23Stefan Monnier2010-05-081-0/+1
|\ \ | |/
| * Fix for Bug#5984.Andreas Schwab2010-04-301-0/+1
* | Try and fix unbind_to when localness of binding has changedStefan Monnier2010-05-071-1/+1
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-2/+3
* | Fix wrong-docstring problem introduced with hash-consing.Stefan Monnier2010-04-291-6/+3
* | Gtk tool bars can be text, icons with text or just icons.Jan Djärv2010-04-201-1/+1
* | Add SELinux support.Karel Klíc2010-04-201-0/+1
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-127/+170
|/
* Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier2010-03-051-17/+6
* Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-221-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Fix `string-to-number' to deal consistently with integers and floats.Juanma Barranquero2009-12-041-1/+1
* * lisp.h: Remove declaration of Ffont_get_system_font.Andreas Schwab2009-11-171-3/+0
* (Fbyteorder, init_font, Ffont_get_system_font): Declare.Andreas Schwab2009-11-171-0/+5
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-0/+3
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-35/+82
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-061-24/+8
* (XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.Stefan Monnier2009-11-031-1/+4
* Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.Stefan Monnier2009-11-031-21/+29
* (FIXNUM_OVERFLOW_P): Fix last change to handle unsignedAndreas Schwab2009-10-241-2/+4
* (FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.Andreas Schwab2009-10-231-3/+3
* * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.Stefan Monnier2009-10-231-1/+0
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+35
* * lisp.h (Qdelete_directory_internal): Remove, because it is notMichael Albinus2009-10-021-2/+1
* * lisp.h (Qdelete_directory_internal):Juanma Barranquero2009-10-011-1/+1
* The --quick command line option now ignores X resources and Registry settings.Juanma Barranquero2009-09-171-0/+3
* * lisp.h: Replace #if 0 code for checking with text pointing toDan Nicolaescu2009-08-261-23/+2
* (CHAR_TABLE_REF_ASCII): New macor.Kenichi Handa2009-08-251-5/+29
* * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value.Ken Raeburn2009-08-171-2/+5
* * lisp.h (xd_pending_messages): Declare.Michael Albinus2009-08-151-0/+1
* * doprnt.c (doprnt_lisp): Unused function deleted.Ken Raeburn2009-08-101-1/+0
* (add_user_signal): Remove extern.YAMAMOTO Mitsuharu2009-05-061-1/+0
* * search.c: Use EMACS_INT for buffer positions. Add prototypes.Andreas Schwab2009-04-161-5/+6
* * nsselect.m (symbol_to_nsstring, clean_local_selection_data)Stefan Monnier2009-04-131-0/+1
* * editfns.c (general_insert_function): Adjust to insdel.c changes.Stefan Monnier2009-03-281-5/+5
* * insdel.c (move_gap, move_gap_both, gap_left, gap_right)Stefan Monnier2009-03-281-34/+49
* (Fx_focus_frame): Declare.Stefan Monnier2009-03-261-0/+1
* Define Qfont_spec, Qfont_entity, Qfont_object extern.Chong Yidong2009-02-211-0/+2
* (fast_looking_at): Extern it.Kenichi Handa2009-02-121-0/+2
* (QUIT): Check pending_signals instead of interrupt_input_pending. UseChong Yidong2009-01-291-4/+4
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (do_switch_frame, Fselect_frame)Martin Rudalics2008-11-021-3/+3
* * emacs.c (daemon_pipe): Make non-static.Dan Nicolaescu2008-10-281-2/+6
* Remove prototype for no_switch_window.Martin Rudalics2008-10-211-1/+0
* (Vbefore_init_time, Vafter_init_time): Declare.Chong Yidong2008-10-061-0/+1