summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Port to HAVE_FREETYPE && !HAVE_XFTPaul Eggert2015-01-103-3/+10
* Port to 32-bit Sun C 5.12 sparcPaul Eggert2015-01-101-2/+2
* Port Qnil==0 changes to 32-bit --with-wide-intPaul Eggert2015-01-102-27/+32
* MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-106-13/+30
* Refactor pointer-to-integer conversionPaul Eggert2015-01-093-20/+32
* Fix line-move-visual's following of column in R2L lines.Eli Zaretskii2015-01-082-4/+9
* Fix GDB accesses to the 'nil's name.Eli Zaretskii2015-01-082-4/+19
* Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-085-68/+89
* Port new Lisp symbol init to x86 --with-wide-intPaul Eggert2015-01-082-6/+17
* * lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL.Paul Eggert2015-01-072-1/+7
* * conf_post.h (ATTRIBUTE_ALLOC_SIZE): Port to clang 3.5.0.Paul Eggert2015-01-072-1/+6
* Port Qnil==0 XUNTAG to clangPaul Eggert2015-01-072-2/+10
* # ChangeLog fixesGlenn Morris2015-01-071-2/+2
* * src/gfilenotify.c (monitor_to_lisp, lisp_to_monitor):Paul Eggert2015-01-071-3/+2
* Port GFileMonitor * hack to Qnil==0 platformsPaul Eggert2015-01-072-10/+30
* src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)Eli Zaretskii2015-01-082-1/+8
* NS: Fix frame size when height and font set at startup.Jan D2015-01-062-8/+6
* * lisp.h (XSYMBOL): Parenthesize id in forward decl.Paul Eggert2015-01-052-2/+8
* MS-Windows followup to previous commitEli Zaretskii2015-01-0511-83/+8
* Use 0 for QnilPaul Eggert2015-01-052-19/+58
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-0592-1904/+791
* 'temacs -nw' should not call missing functionsPaul Eggert2015-01-043-2/+33
* # ChangeLog fixesGlenn Morris2015-01-041-18/+34
* Less 'make' chatter for lisp dirPaul Eggert2015-01-032-1/+5
* batch write-region no longer says "Wrote FOO"Paul Eggert2015-01-032-3/+10
* Revert previous change to produce_composite_glyphPaul Eggert2015-01-032-1/+4
* Pacify gcc -WparenthesesPaul Eggert2015-01-032-1/+6
* Two fixes for setting up sizes of a new frame (Bug#19428).Martin Rudalics2015-01-033-2/+9
* ChangeLog fixesGlenn Morris2015-01-021-0/+18
* Fix copyright years by handPaul Eggert2015-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-01201-206/+211
* Merge from origin/emacs-24Paul Eggert2015-01-015-8/+37
|\
| * Fix a typo in a comment in the previous commit.Eli Zaretskii2014-12-301-1/+1
| * Fix the pixel coordinates returned by pos-visible-in-window-p. (Bug#19473)Eli Zaretskii2014-12-302-4/+24
| * Spelling fixesPaul Eggert2014-12-282-3/+3
| * src/w32proc.c (Fw32_get_codepage_charset): Doc fix. (Bug#19458)Eli Zaretskii2014-12-282-1/+10
* | Simplify setfattr use by assuming GNU makePaul Eggert2014-12-302-23/+29
* | Update documentation of Temporary Displays.Martin Rudalics2014-12-301-1/+1
* | Fix the MS-Windows build.Eli Zaretskii2014-12-292-0/+8
* | Fix previous patch to match its commit messagePaul Eggert2014-12-291-106/+0
* | system-name's returned value can varyPaul Eggert2014-12-295-22/+41
* | Fix produce_composite_width typoPaul Eggert2014-12-282-1/+7
* | Wrap dll functions more simplyPaul Eggert2014-12-286-890/+940
* | Merge from origin/emacs-24Paul Eggert2014-12-282-17/+65
|\ \ | |/
| * Port memory-full checking to GnuTLS 3.3Paul Eggert2014-12-272-15/+41
* | Fix parse_settings to match internal documentationPaul Eggert2014-12-272-17/+27
* | Sanitize ChangeLog entries for previous merges.Fabián Ezequiel Gallina2014-12-271-0/+1
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-275-103/+105
|\ \ | |/
| * Fix rendering of composed caharacters on the mode line. (Bug#19435)Eli Zaretskii2014-12-254-99/+93
| * Avoid compiler warning.Jan D2014-12-242-4/+6