summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-158-8/+8
* Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.Glenn Morris2011-01-152-13/+28
|\
| * Avoid crash in Fselect_frame due to null selected_window (Bug#7728).Martin Rudalics2011-01-142-18/+24
| * Distinguish between terminfo and termcap on NetBSD (Bug#7642).Chong Yidong2011-01-113-2/+11
| * Backport bug 7517 fixes from trunk.Jan Djärv2011-01-033-94/+101
* | ChangeLog merge fixes.Glenn Morris2011-01-141-6/+0
* | Merge from emacs-23Stefan Monnier2011-01-14202-285/+265
|\ \ | |/
| * Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02220-238/+238
* | Minor docfixes in imagemagick_load_image.Tassilo Horn2011-01-121-1/+2
* | * image.c (imagemagick_load_image, Finit_image_library): FreeTassilo Horn2011-01-112-3/+14
* | * dbusbind.c (Fdbus_register_service): Raise an error in case ofMichael Albinus2011-01-102-21/+24
* | * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol;Michael Albinus2011-01-102-12/+164
* | * lisp/subr.el (read-char-choice): Use read-key. Suggested by Stefan.Chong Yidong2011-01-091-2/+2
* | Minor fix to GTK tool-bar button refresh code.Chong Yidong2011-01-082-1/+6
* | Doc fix for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-082-4/+11
* | * src/fns.c (Fyes_or_no_p): Add usage.Andreas Schwab2011-01-082-2/+7
* | In Makefiles, -batch implies -q.Glenn Morris2011-01-073-5/+8
* | Fix bug#7750.Glenn Morris2011-01-073-5/+10
* | Fix some resource leaks in ImageMagick image loaderAndreas Schwab2011-01-072-9/+26
* | Allow format args for y-or-n-p and yes-or-no-p.Chong Yidong2011-01-072-9/+8
* | Add --no-site-lisp option, make -Q use it. (Bug#5707)Glenn Morris2011-01-064-6/+45
* | Use __builtin_unwind_init if availableAndreas Schwab2011-01-053-5/+28
* | * dbusbind.c (Fdbus_register_method): Added optional parameterMichael Albinus2011-01-042-17/+36
* | * src/emacs.c (emacs_copyright): Update short copyright year to 2011.Glenn Morris2011-01-032-2/+6
* | Don't use png_jmpbuf, it doesn't work with dynamic loading.Eli Zaretskii2011-01-032-8/+7
* | Merge changes from emacs-23 branchChong Yidong2011-01-028-32/+118
|\ \ | |/
| * More elegant solution for accessing png_ptr without GCC warnings.Eli Zaretskii2010-12-312-12/+9
| * Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-312-0/+37
| * * src/.gdbinit (xgetptr): Fix the union+lsb case.Stefan Monnier2010-12-272-3/+9
| * * src/window.c (Fmove_to_window_line): Avoid abort when called in a bufferStefan Monnier2010-12-252-0/+11
| * Fix bug #7662 with aligning key bindings equivalent to menu items.Eli Zaretskii2010-12-252-1/+5
| * More fallout from fixing bug #7587.Eli Zaretskii2010-12-252-5/+12
| * * xterm.c (x_check_fullscreen): Fix pixel/character mixup.Jan Djärv2010-12-242-8/+12
| * Fix change that fixed bug #7587.Eli Zaretskii2010-12-172-1/+5
| * * xdisp.c (Fformat_mode_line): Restrict the FACE argument to basic faces (Bug...Chong Yidong2010-12-162-17/+22
| * Fix bug #7617 with documentation of expand-file-name.Eli Zaretskii2010-12-132-0/+6
* | Reduce GTK tool-bar switching delay by avoiding selective show/hide of widgets.Chong Yidong2011-01-012-156/+109
* | For nextstep: Handle bad utf-8 in buffer name, always use buffer name for title.Jan Djärv2010-12-312-31/+44
* | Encode frame title and icon name before setting.Jan Djärv2010-12-303-67/+63
* | * window.c (syms_of_window): Add missing defsubr for window-use-time.Štěpán Němec2010-12-292-0/+6
* | Restore x_alloc_lighter_color_for_widget, needed for lwlibAndreas Schwab2010-12-283-0/+24
* | Remove unused declarationsAndreas Schwab2010-12-2731-541/+143
* | * scroll.c: Fix comment.Andreas Schwab2010-12-272-2/+3
* | ProtoizeAndreas Schwab2010-12-273-32/+26
* | Fix indentationAndreas Schwab2010-12-241-5/+5
* | Fix up last change.Stefan Monnier2010-12-222-7/+4
* | * src/print.c (print, print_preprocess, print_object): Use a hash tableStefan Monnier2010-12-222-98/+76
* | * src/frame.c (focus_follows_mouse): Default to 0 (Bug#7269).Chong Yidong2010-12-202-8/+4
* | Implement tool-bar separators for non-GTK tool-bars.Chong Yidong2010-12-203-6/+32