aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-2/+72
* Cosmetic changes in src/bidi.c.Eli Zaretskii2010-04-191-0/+7
* Merge from emacs-23Stefan Monnier2010-04-191-0/+31
|\
| * * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-191-0/+4
| * * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-0/+5
| * Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.YAMAMOTO Mitsuharu2010-04-101-0/+5
| * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.YAMAMOTO Mitsuharu2010-04-081-0/+4
| * Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-071-0/+8
| * Fix crash on NextStep terminal (Bug#5837)Chong Yidong2010-04-051-0/+5
* | Mention in src/ChangeLog the bug number solved by 2010-04-19T12:12:13Z!eliz@g...Eli Zaretskii2010-04-191-1/+1
* | .gdbinit (xsubchartable): New command.Eli Zaretskii2010-04-191-0/+2
* | Fix crashes in GC in "emacs -nw".Eli Zaretskii2010-04-191-0/+8
* | Hash-cons pure data.Stefan Monnier2010-04-181-0/+5
* | Set USER_POS in hint_flags to work around Cygwin problem.Jan Djärv2010-04-181-0/+5
* | Fix crash on NextStep terminal (Bug#5837)Chong Yidong2010-04-171-0/+5
* | Fix a crash when an NSM character is inserted at BEGV.Eli Zaretskii2010-04-171-0/+8
* | Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.Eli Zaretskii2010-04-161-0/+6
* | * s/freebsd.h: Restore osreldate.h include.Dan Nicolaescu2010-04-161-0/+5
* | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.Jan D2010-04-161-0/+4
* | * s/cygwin.h: Avoid linking against static libgcc.Chong Yidong2010-04-151-0/+4
* | Add the `scroll-command' property.Juri Linkov2010-04-161-0/+12
* | * frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.Dan Nicolaescu2010-04-151-2/+0
* | * xdisp.c (message): Do not use NO_ARG_ARRAY.Dan Nicolaescu2010-04-151-0/+2
* | * frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.Dan Nicolaescu2010-04-151-0/+4
* | Reduce cpp use in Makefile.in.Dan Nicolaescu2010-04-141-0/+9
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-141-0/+6
* | Add variable `scroll-preserve-screen-position-commands'.Juri Linkov2010-04-141-0/+8
* | Fix so top -10 and left -10 in frame parameters work.Jan Djärv2010-04-131-0/+4
* | (Fx_create_frame, x_create_tip_frame): Set default border width to zero.Jan Djärv2010-04-131-0/+5
* | (init_tty): Move common text outside of #ifdef TERMINFO.Stefan Monnier2010-04-121-0/+2
* | Try to solve the problem of spurious EOF chars in long lines of textStefan Monnier2010-04-121-0/+9
* | Try to detect file modification within the same second.Stefan Monnier2010-04-121-0/+10
* | * process.c (status_notify): Remove unused var `ro'.Stefan Monnier2010-04-121-0/+4
* | xfns.c (select_visual): Don't call error if XGetVisualInfo returnsJan Djärv2010-04-121-0/+5
* | * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.Dan Nicolaescu2010-04-121-0/+4
* | Remove C_SWITCH_SYSTEM_TEMACS.Dan Nicolaescu2010-04-111-0/+8
* | Use autoconf, not cpp for some variables.Dan Nicolaescu2010-04-111-0/+8
* | Use XFT in Lucid dialogs if available.Jan Djärv2010-04-111-0/+5
* | * process.c (exec_sentinel): Preserve current-buffer.Stefan Monnier2010-04-111-0/+2
* | (read_process_output): Move the save-current-buffer toStefan Monnier2010-04-111-0/+5
* | * s/msdos.h (UNEXEC): New definition.Dan Nicolaescu2010-04-101-0/+4
* | xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.YAMAMOTO Mitsuharu2010-04-101-1/+2
* | Don't abort try_window with fonts change when showing tooltip (Bug#2423).YAMAMOTO Mitsuharu2010-04-101-1/+10
* | xfns.c (Fx_show_tip): Undo last change.YAMAMOTO Mitsuharu2010-04-101-0/+4
* | Fix showing the complete tip the first time, bug #2423.Jan D2010-04-091-0/+5
* | Fix bug#5856: don't dereference glyphs beyond end of glyph_row.Eli Zaretskii2010-04-091-0/+5
* | * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF.Jan Djärv2010-04-081-0/+5
* | Fix crash due to incorrect resolution of type of NSM characters (bug#5858).Eli Zaretskii2010-04-081-0/+5
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-0/+26
* | Fix resizing for X and non-Gtk+ build. Bug #5848.Jan D2010-04-071-0/+8