summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-01-30* .gdbinit: Read global lisp variables as globals.f_V*.Jan Djärv
2011-01-30* src/font.c (PROP_MATCH): Remove parameter N and use strlen instead.Andreas Schwab
2011-01-30Fix use of pointers to image library functionsAndreas Schwab
2011-01-29Fix png support to allow compiling with libpng-1.5 (Bug#7908).Chong Yidong
2011-01-29* keyboard.c (make_lispy_position): Fix typo in last change (Bug#7935).Chong Yidong
2011-01-29Fix the MS-Windows build broken by 2011-01-17T19:01:01Z!eggert@cs.ucla.edu an...Eli Zaretskii
2011-01-29Handle nul-character in copy/paste (Bug#7934).Jan Djärv
2011-01-29Handle floating point errors in ns-fonts (Bug#7887).Jan Djärv
2011-01-28Fix text pos part of lispy positions for right fringe clicks (Bug#7839).Chong Yidong
2011-01-28* m/intel386.h: Define NO_ARG_ARRAY. Suggested by Dan Nicolaescu.Chong Yidong
2011-01-28(ftfont_spec_pattern): Check each extra property value.Kenichi Handa
2011-01-27* src/xdisp.c (safe_eval_handler): Distinguish symbols and strings.Stefan Monnier
2011-01-27Convert font parse testsuite to an ERT test.Chong Yidong
2011-01-26Fix GTK font name parsing to allow numbers in names (Bug#7853).Chong Yidong
2011-01-26Let the debugger continue to the normal handler.Stefan Monnier
2011-01-26* src/font.c (font_parse_fcname): Rewrite GTK font name parser.Chong Yidong
2011-01-26* src/font.c (font_parse_fcname): Fix typo in string length.Chong Yidong
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-24Merge from emacs-23.Glenn Morris
2011-01-24* xdisp.c (handle_fontified_prop): Be careful with font-lock changingStefan Monnier
2011-01-23* lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).Chong Yidong
2011-01-23Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman
2011-01-23* nsterm.m (x_set_offset): Set dont_constrain to 0 so the call toJan Djärv
2011-01-22Merge: Check return values of some library calls.Paul Eggert
2011-01-22Check return values of some library calls.Paul Eggert
2011-01-22* src/image.c: Add cast to fix type clashPaul Eggert
2011-01-22* image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clashPaul Eggert
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-22Merge from emacs-23Glenn Morris
2011-01-22* nsterm.m (constrainFrameRect): Only constrain the first time called.Jan Djärv
2011-01-21Rework 2011-01-15 changes to window.c.Martin Rudalics
2011-01-21Make Nextstep port handle multiple screens for resize and move.Jan Djärv
2011-01-21* nsterm.m (keyDown): If ns_right_alternate_modifier is Qleft, checkJan Djärv
2011-01-20Don't mess with *temp*.Stefan Monnier
2011-01-20* src/unexmacosx.c: Add comment about include order.Jan Djärv
2011-01-19Give read-expression-history a doc.Glenn Morris
2011-01-19Give kbd-macro-termination-hook a doc.Glenn Morris
2011-01-19Revert changes adding format args to yes-or-no-p and y-or-n-p.Chong Yidong
2011-01-19Fix X11 compilation failure.Paul Eggert
2011-01-19* unexmacosx.c: Include config.h before unistd.h.Jan Djärv
2011-01-19Fix NextStep build problems with globals.h introducion.Jan Djärv
2011-01-19Fix an error introduced by the previous patch.Sam Steingold
2011-01-19* src/w32.c (check_windows_init_file): Remove declarations ofSam Steingold
2011-01-19* window.c: Fix error introduced by previous patch.Tom Tromey
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-18* image.c (Vimagemagick_render_type): Remove redundantTom Tromey
2011-01-18* xdisp.c (emacs_scroll_step): Rename from scroll_step.Tom Tromey
2011-01-18Declare some DEFVARs globally, not locallyTom Tromey
2011-01-18Change buffer_defaults to new new macro; preparation for thread patchTom Tromey
2011-01-17Improve performance on non-GCC hosts with __aligned__.Paul Eggert