summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Forgot one.Jan Djärv2010-01-061-0/+1
* | Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.Jan Djärv2010-01-064-52/+136
* | Fixing user-spec for fonts instead of using name.Jan Djärv2010-01-061-5/+9
|/
* xterm.c (x_clear_frame): Queue draw for scroll bars.Jan Djärv2010-01-062-0/+10
* Merge from mainline.Jan Djärv2010-01-054-13/+50
|\
| * * keyboard.c (read_key_sequence): Catch keyboard switch afterChong Yidong2010-01-052-1/+12
| * fontset.c (fontset_find_font): Fix getting the frame pointer.Kenichi Handa2010-01-052-2/+6
| * (xd_remove_watch): Avoid trying to convert a void* toStefan Monnier2010-01-042-3/+9
| * * dbusbind.c (xd_add_watch): Improve debug message.Michael Albinus2010-01-032-9/+26
* | Remove fprintfJan Djärv2010-01-051-1/+0
* | Handle change of internal-border width when maximized.Jan Djärv2010-01-053-29/+111
|/
* Fix buffer overflow in ns_get_color.Chong Yidong2010-01-012-1/+4