aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Account for utmp.h availability.Chong Yidong2010-01-232-0/+7
* * xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs...YAMAMOTO Mitsuharu2010-01-232-0/+8
* Make string pointer args point to const as in other string allocation functions.YAMAMOTO Mitsuharu2010-01-223-6/+13
* Fix bug #5303 in `load' on MS-Windows, whereby load-file would failEli Zaretskii2010-01-222-1/+7
* Fix ccl encoding of unibyte source.Kenichi Handa2010-01-205-11/+66
|\
| * Redate and reposition log entry.Alan Mackenzie2010-01-191-7/+7
| * Merge from trunkJan Djärv2010-01-192-7/+16
| |\
| | * Suppress spurious second invocation of before-change-functionsAlan Mackenzie2010-01-192-7/+16
| | |\
| | | * no messageAlan Mackenzie2010-01-1911-123/+353
| | | |\
| | | * | Fix spurious before-change-functions invocation from (insert ?\n).Alan Mackenzie2010-01-082-7/+16
| * | | | Store settings in xft-settings for debug purposes.Jan Djärv2010-01-192-2/+38
| |/ / /
| * | | Doc fix for current-time-string and date-to-time (Bug#5408)Chong Yidong2010-01-182-1/+5
|/ / /
* | | Fix typos in comments.Juanma Barranquero2010-01-171-1/+1
* | | * xterm.c (event_handler_gdk): Block input (Bug#5037).Chong Yidong2010-01-162-8/+17
* | | Command line arg processing fix (Bug#5392)Chong Yidong2010-01-162-3/+9
* | | Reformat copyright line.Eli Zaretskii2010-01-161-1/+2
* | | Update $(lisp) and $(shortlisp) to match changes in loadup.elAndreas Schwab2010-01-162-8/+12
* | | (x_term_init): Instead of inhibiting GC while running LispStefan Monnier2010-01-152-10/+26
* | | Take desktop panels into account when sizing frames so they fit on the screen.Jan Djärv2010-01-152-1/+106
* | | from trunkKenichi Handa2010-01-157-9/+13
|\ \ \
| * | | Fix Qnone definition in NS files.Chong Yidong2010-01-143-5/+9
| * | | Fix typos in comments.Juanma Barranquero2010-01-141-1/+1
| * | | Fix typos in ChangeLogs and NEWS files.Juanma Barranquero2010-01-143-3/+3
* | | | xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.Kenichi Handa2010-01-152-5/+10
|/ / /
* | | Fix handling of euc-xx coding systems.Kenichi Handa2010-01-142-1/+10
* | | from trunkKenichi Handa2010-01-14219-260/+317
|\ \ \
| * | | Fix gc bug in terminal allocation.Chong Yidong2010-01-132-1/+9
| * | | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-01-131-1/+1
| * | | Add 2010 to copyright years.Glenn Morris2010-01-13213-230/+230
| * | | Call SIGNAL_THREAD_CHECK from signal handlers.YAMAMOTO Mitsuharu2010-01-133-2/+14
| * | | Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier2010-01-125-26/+63
* | | | Make auto-composition work on all buffers even if they are fundamental mode.Kenichi Handa2010-01-142-3/+21
|/ / /
* | | merge trunkKenichi Handa2010-01-133-4/+28
|\ \ \
| * | | * keyboard.c (read_char): Don't apply previous change when currentYAMAMOTO Mitsuharu2010-01-122-4/+16
| * | | keyboard.c (read_char): Return after executing from special map.Jan Djärv2010-01-122-1/+8
| * | | Replace emacs-pretest-bug with bug-gnu-emacs mailing list.Glenn Morris2010-01-112-3/+8
* | | | Display buffer name, etc. in mode line by composing correctly.Kenichi Handa2010-01-134-14/+52
|/ / /
* | | * nsterm.m: Use DEFSYM for last change.Chong Yidong2010-01-111-6/+6
* | | * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. beforeChong Yidong2010-01-112-13/+18
* | | * xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:YAMAMOTO Mitsuharu2010-01-112-1/+43
* | | Fix bounds checking for text properties in `format' (Bug#5306).Chong Yidong2010-01-094-12/+35
* | | Fix for Bug#4113.Chong Yidong2010-01-092-18/+14
* | | * xdisp.c (pos_visible_p): Check for invisible text at the correct pos (Bug#4...Chong Yidong2010-01-092-2/+7
* | | editfns.c (Ffloat_time): Doc fix.Eli Zaretskii2010-01-092-1/+6
* | | (Fx_create_frame): Don't create frame larger than display by default bug#3643.Jan Djärv2010-01-092-0/+44
* | | Make line<->pixel_y conversion macros aware of native menu/tool bars.YAMAMOTO Mitsuharu2010-01-097-29/+54
* | | Fix format.Eli Zaretskii2010-01-081-0/+1
* | | Frame width was not updated in fullscreen when scroll bars where removed/added.Jan Djärv2010-01-082-1/+9
| |/ |/|
* | Merge from trunkJan Djärv2010-01-062-23/+33
|\ \
| * | NS fixes for Bug#3233.Chong Yidong2010-01-062-23/+33