summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 D.2010-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 D.2010-12-312-31/+44
* | Encode frame title and icon name before setting.Jan D.2010-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
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-1913-276/+302
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-178-114/+144
* | Handle invisible cursor (bg same as cursor color) for Nextstep.Jan D.2010-12-162-3/+20
* | Merge from emacs-23Stefan Monnier2010-12-139-39/+135
|\ \ | |/
| * Document that expand-file-name collapses multiple slashes. (Bug#7617)Eli Zaretskii2010-12-122-1/+8
| * Fix bug #7398 with truncated glyphs in tooltip display on w32.Eli Zaretskii2010-12-112-11/+18
| * Code cleanup in xdisp.c regarding string_char_and_length.Eli Zaretskii2010-12-112-26/+19
| * Move call to Fkill_emacs from signal handler (session event) (Bug#7552).Jan D.2010-12-103-8/+29
| * * xsmfns.c (smc_die_CB): Call Fkill_emacs.Jan D.2010-12-072-0/+8