summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make verify-visited-file-modtime default to the current buffer.Glenn Morris2010-12-072-5/+13
* Return CDATA sections (like <style>foo</style>) as text nodes.Lars Magne Ingebrigtsen2010-12-062-2/+9
* * src/lread.c (read1): Allow newstyle unquote outside of backquote.Stefan Monnier2010-12-062-349/+353
* * src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).Chong Yidong2010-12-042-4/+8
* Remove empty machine description filesAndreas Schwab2010-12-046-35/+14
* Remove EXPLICIT_SIGN_EXTEND.Andreas Schwab2010-12-0313-132/+23
* Revert to 2010-12-03T11:48:24Z!jan.h.d@swipnet.se.Chong Yidong2010-12-0313-23/+132
* Remove EXPLICIT_SIGN_EXTEND.Andreas Schwab2010-12-0313-132/+23
* Draw cursor and images correctly for Nextstep (bug#7412).Jan Djärv2010-12-032-1/+19
* * frame.c (x_set_font): Remove unused variable.Andreas Schwab2010-12-032-1/+5
* * nsmenu.m (update_frame_tool_bar): Remove NSLog on invalid image.Jan Djärv2010-12-022-6/+8
* Draw text under filled box cursor in inverted color (Bug#7479).Jan Djärv2010-12-022-0/+19
* Fix error in last merge.Chong Yidong2010-11-301-26/+26
* Merge changes from emacs-23 branchChong Yidong2010-11-278-26/+92
|\
| * merge emacs-23Kenichi Handa2010-11-2525-126/+535
| |\
| | * Back-port 2010-09-17T21:34:45Z!eliz@gnu.org from the trunk, to resolve bug #7...Eli Zaretskii2010-11-222-1/+10
| | * Fix image cache marking bug (Bug#6301).YAMAMOTO Mitsuharu2010-11-212-5/+11
| | * * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.Chong Yidong2010-11-212-1/+7
| | * Fix bug 7425.Jan Djärv2010-11-202-2/+34
| * | Fix decoding of emacs-mule coding system.Kenichi Handa2010-11-255-20/+34
* | | Force left-to-right paragraph direction in echo area and prog-mode buffers.Eli Zaretskii2010-11-262-0/+5
* | | Fix and document components of mouse event position.Eli Zaretskii2010-11-262-3/+9
* | | Fixing bug #7474 also fixes #7481.Eli Zaretskii2010-11-251-1/+1
* | | Fix bug #7474 with cursor positioning in overlay strings.Eli Zaretskii2010-11-252-1/+7
* | | nsterm.m (keyDown): Compare Left key masks exactly (Bug#7458).Jan Djärv2010-11-242-4/+5
* | | Bug 7458: Make key press like Left + right ctrl work when right is not control.Jan Djärv2010-11-242-28/+51
* | | Avoid GCC warning with inline functions.Eli Zaretskii2010-11-232-9/+14
* | | * src/nsmenu.m: Use #include <config.h> instead of "config.h".Dan Nicolaescu2010-11-232-1/+3
* | | Move extern declarations from term.c to lisp.h.Dan Nicolaescu2010-11-233-9/+15
* | | Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu2010-11-235-13/+27
* | | Include <sys/ioctl.h> unconditionally.Dan Nicolaescu2010-11-235-9/+6
* | | w32.c: Fix a typo in a comment.Eli Zaretskii2010-11-221-1/+1
* | | * alloc.c (mark_maybe_object): Return early if given a Lisp integer (Bug#6301).YAMAMOTO Mitsuharu2010-11-212-2/+13
* | | * src/sheap.c (STATIC_HEAP_SIZE): Revert previous change.Ken Brown2010-11-212-1/+5
* | | Add separate key mappings for left/right control/command on Nextstep (Bug#7458).Jan Djärv2010-11-212-3/+64
* | | Remove emacs-priority.Dan Nicolaescu2010-11-203-23/+3
* | | Remove INLINE uses in header files.Dan Nicolaescu2010-11-203-5/+10
* | | * configure.in (INLINE): Do not depend on OPTIMIZE, unused.Dan Nicolaescu2010-11-201-1/+1
* | | * src/sheap.c (STATIC_HEAP_SIZE): Increase to 13MB.Ken Brown2010-11-202-1/+5
* | | Use \uNNNN, \UNNNNNN, or \xNNNNNN for hex-code display on a TTY.Eli Zaretskii2010-11-202-5/+9
* | | Add keyword :vert-only for tool bar items with labels not shown horizontally.Jan Djärv2010-11-204-8/+39
* | | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii2010-11-202-11/+7
|\ \ \
| * | | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii2010-11-202-11/+7
* | | | * src/xfaces.c (lookup_face): Make static.Andreas Schwab2010-11-205-17/+11
* | | | Fix bug #6687 with cursor positioning after before-string from overlays.Eli Zaretskii2010-11-192-5/+11
* | | | * src/alloc.c (refill_memory_reserve): Move declaration ...Dan Nicolaescu2010-11-183-1/+4
* | | | * src/strftime.c (_strftime_copytm): Add declaration.Dan Nicolaescu2010-11-182-0/+5
* | | | * src/callproc.c (syms_of_callproc): Use intern_c_string.Dan Nicolaescu2010-11-182-1/+3
* | | | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-188-25/+17
* | | | Convert definitions to standard C.Dan Nicolaescu2010-11-182-22/+11