aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-1516-31/+45
* Some convenient bits to deal with Lisp_Save_Values.Dmitry Antipov2013-01-154-49/+91
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-1411-11/+25
* * lisp.h (toplevel): Fix typo in comment.Dmitry Antipov2013-01-141-1/+1
* Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.Dmitry Antipov2013-01-142-0/+9
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-1417-104/+217
* Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-134-22/+36
|\
| * Fix spelling error.Jan Djärv2013-01-131-1/+1
| * * nsfont.m (LCD_SMOOTHING_MARGIN): New define.Jan Djärv2013-01-132-3/+11
| * ChangeLog fix (no need to merge to trunk)Glenn Morris2013-01-121-1/+1
| * * gtkutil.c (xg_initialize): Backport from trunk.Jan Djärv2013-01-112-0/+7
| * Backport typo fix from trunk, for AIX.Paul Eggert2013-01-102-1/+7
| * Fix SIGDANGER handlers, for AIX.Paul Eggert2013-01-103-19/+25
* | ChangeLog whitespace triviaGlenn Morris2013-01-131-3/+3
* | Add tiny change.Jan Djärv2013-01-111-1/+1
* | Make scroll-bar-adjust-thumb-portion customizable, adjust documentation.Jan Djärv2013-01-112-4/+11
* | Introduce scroll-bar-adjust-thumb-portion.Jan Djärv2013-01-113-22/+46
* | * nsterm.m (keyDown:): Set processingCompose to NO if an emacs keyJan Djärv2013-01-132-0/+6
* | * nsfont.m (ns_findfonts): Add block/unblock_input calls.Jan Djärv2013-01-132-10/+27
* | * indent.c (Fvertical_motion): Remove now-incorrect GCPROsPaul Eggert2013-01-112-2/+7
* | Enable conservative stack scanning for all architectures.Paul Eggert2013-01-111-1/+5
* | Remove obsolete comment about NON_SAVING_SETJMP.Paul Eggert2013-01-111-5/+0
* | Fix bug with set-time-zone-rule and LOCALTIME_CACHE.Paul Eggert2013-01-112-0/+8
* | Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-114-7/+19
* | Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-115-24/+28
* | emacsclient -t should not suspend Emacs serverPaul Eggert2013-01-104-16/+57
* | * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE aroundJan Djärv2013-01-102-0/+7
* | Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov2013-01-105-62/+58
* | src/w32.c, src/w32term.c: Remove unused local variables.Juanma Barranquero2013-01-093-3/+6
* | * insdel.c (make_gap_larger): Fix comment because gap_left doesn'tDmitry Antipov2013-01-092-5/+3
* | * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-097-29/+54
* | Spelling fixes.Paul Eggert2013-01-091-4/+4
* | * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):Juri Linkov2013-01-092-0/+7
* | * lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley2013-01-082-212/+5
* | * src/keyboard.c (echo_add_key): Rename from echo_add_char.Stefan Monnier2013-01-082-11/+15
* | Fix echoing of replayed keys.Chong Yidong2013-01-062-68/+87
* | Merge from emacs-24; up to 2012-12-07T08:13:49Z!dmantipov@yandex.ruGlenn Morris2013-01-052-22/+52
|\ \ | |/
| * Improve display of glyph matrix by dump-glyph-matrix.Eli Zaretskii2013-01-052-22/+52
* | Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-044-12/+27
|\ \ | |/
| * Don't use previous underline thickness or position if previous underline type...YAMAMOTO Mitsuharu2013-01-044-2/+10
| * Make underwave look more triangular and also degrade gracefully for small fon...YAMAMOTO Mitsuharu2013-01-044-10/+17
* | * lisp/view.el (view--enable, view--disable): Rename from view-mode-enableStefan Monnier2013-01-032-2/+2
* | * src/fileio.c (Ffile_acl): Undocument return format.Stefan Monnier2013-01-032-4/+8
* | Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.orgGlenn Morris2013-01-021-2/+2
|\ \ | |/
| * Add 2013 to more copyright yearsGlenn Morris2013-01-021-2/+2
* | Correct dates of merged ChangeLog entriesGlenn Morris2013-01-021-1/+1
* | Update copyright dates to 2013.Paul Eggert2013-01-022-3/+2
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02194-277/+284
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-01194-234/+265
| * * src/keymap.c (Fkey_description): Doc fix.Glenn Morris2012-12-312-1/+5