summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGSGlenn Morris2012-04-102-9/+7
* * src/alloc.c (lisp_align_malloc): Remove unneeded prototype.Stefan Monnier2012-04-102-7/+11
* * src/keyboard.c: Override inhibit-quit after the third C-g.Jason S. Cornez2012-04-102-8/+27
* Record and display absolute path of DLLs loaded (bug#10424).Juanma Barranquero2012-04-102-1/+14
* doc.c fix for bug#11036Glenn Morris2012-04-092-7/+13
* Rename leim/Makefile's BUILT_EMACS to EMACSGlenn Morris2012-04-092-1/+6
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-0923-89/+89
* Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-095-2/+50
* Remove defining user variables via * in docstring.Chong Yidong2012-04-094-75/+17
* Fix bug #11094 with cursor display on display string after invisible text.Eli Zaretskii2012-04-092-6/+18
* composite.c: use 'double' consistentlyPaul Eggert2012-04-082-2/+9
* Generate leim-list with bootstrap-emacs, in prep for dumping it with emacsGlenn Morris2012-04-082-1/+11
* Remove ucs-set-table-for-input dead codeGlenn Morris2012-04-082-13/+6
* * lisp.h (struct Lisp_Symbol): Add explicit padding to ensureAndreas Schwab2012-04-082-0/+7
* src/makefile.w32-in ($(BLD)/xml.$(O)): Reorder entry.Juanma Barranquero2012-04-071-2/+2
* src/xml.c (init_libxml2_functions) [WINDOWSNT]: Remove unused local variable.Juanma Barranquero2012-04-072-2/+5
* Avoid unnecessary pointer scanning in garbage collection (Bug#10780).Paul Eggert2012-04-073-28/+37
* Fix typo that broke non-Windows builds.Paul Eggert2012-04-072-1/+6
* Support building on MS-Windows with libxml2.Eli Zaretskii2012-04-075-20/+159
* Fix bug #11133 with vertical-motion across a long display string.Eli Zaretskii2012-04-072-1/+19
* Warning comments about subtleties of fetching characters from buffers/strings.Eli Zaretskii2012-04-063-4/+34
* Several miscellaneous doc changes.Chong Yidong2012-04-042-1/+5
* Fix unsafe use of alloca reported in bug #11138.Eli Zaretskii2012-04-012-4/+14
* Fixes: debbugs:11141Andreas Schwab2012-04-012-4/+17
* Fix bug #11063 with move_it_by_lines when there's a before-string at bol.Eli Zaretskii2012-03-312-1/+19
* Fix bug #7464 with mouse highlight after "C-x 1".Eli Zaretskii2012-03-312-0/+19
* Remove an incorrect assertion on move_it_by_lines.Eli Zaretskii2012-03-312-1/+4
* Fix cursor positioning in rows completely covered by display strings.Eli Zaretskii2012-03-312-5/+36
* Fix bug #11068 with window display when default face was remapped.Eli Zaretskii2012-03-302-7/+26
* Discourage in comments from defining HAVE_GETCWD on MS-Windows.Eli Zaretskii2012-03-292-0/+7
* * src/keyboard.c (safe_run_hooks_error): Don't unquote strings.Stefan Monnier2012-03-282-3/+6
* Small doc and elisp manual fixes related to searching Glenn Morris2012-03-262-4/+10
* dispextern.h (struct glyph): Fix previous change. Change the bit length of g...Kenichi Handa2012-03-262-1/+6
* New variable selection-inhibit-update-commands, for inhibiting selection upda...Chong Yidong2012-03-262-1/+20
* Remove dead MSVC-specific code.Fabrice Popineau2012-03-252-24/+5
* dispextern.h (struct glyph): Change the bit length of glyphless.ch to 22 to m...Kenichi Handa2012-03-262-1/+6
* Fix bug #9960 with MSVC build on MS-Windows.Eli Zaretskii2012-03-242-0/+11
* * xdisp.c (produce_glyphless_glyph): Limit length of acronym to 6Andreas Schwab2012-03-242-1/+4
* Fixes: debbugs:11080Andreas Schwab2012-03-242-1/+11
* Fix bug #11073 with bidi-related crashes displaying some byte sequences.Eli Zaretskii2012-03-232-5/+11
* * src/process.c (wait_reading_process_output): Handle pty disconnectTroels Nielsen2012-03-232-10/+20
* For line prefixes, use default face; don't inherit from previous line.Chong Yidong2012-03-223-3/+24
* Fix last ChangeLog + Andreas Politz has signed paperwork.Stefan Monnier2012-03-211-1/+1
* Updates to Display chapter of Lisp manual.Chong Yidong2012-03-212-17/+23
* Doc fixes in w32-specific primitives related to console codepage.Eli Zaretskii2012-03-202-5/+11
* Update doc to reflect new non-nil value of redisplay-dont-pause.Chong Yidong2012-03-202-12/+22
* merge trunkKenichi Handa2012-03-193-3/+38
|\
| * Fix bug #11035 with cursor positioning on overlay strings with newlines.Eli Zaretskii2012-03-182-2/+31
| * * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).Paul Eggert2012-03-122-1/+7
* | ftfont.c (ftfont_drive_otf): Mask bits of character code to make it fit in a ...Kenichi Handa2012-03-192-1/+6
|/