aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-1918-1051/+1301
* Cosmetic changes in src/bidi.c.Eli Zaretskii2010-04-192-21/+28
* Improve commentary regarding redisplay.Eli Zaretskii2010-04-193-14/+107
* Merge from emacs-23Stefan Monnier2010-04-195-5/+54
|\
| * * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-192-3/+7
| * * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-0/+5
| * * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-1/+1
| * Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.YAMAMOTO Mitsuharu2010-04-102-0/+23
| * frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.YAMAMOTO Mitsuharu2010-04-082-1/+5
| * Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-073-6/+12
| * Fix crash on NextStep terminal (Bug#5837)Chong Yidong2010-04-052-1/+7
* | 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-192-0/+15
* | Fix crashes in GC in "emacs -nw".Eli Zaretskii2010-04-192-4/+14
* | Hash-cons pure data.Stefan Monnier2010-04-182-7/+26
* | Set USER_POS in hint_flags to work around Cygwin problem.Jan Djärv2010-04-182-1/+14
* | Fix crash on NextStep terminal (Bug#5837)Chong Yidong2010-04-172-1/+7
* | Fix a crash when an NSM character is inserted at BEGV.Eli Zaretskii2010-04-172-4/+15
* | Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.Eli Zaretskii2010-04-162-1/+12
* | * s/freebsd.h: Restore osreldate.h include.Dan Nicolaescu2010-04-162-0/+7
* | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.Jan D2010-04-162-6/+5
* | * s/cygwin.h: Avoid linking against static libgcc.Chong Yidong2010-04-152-0/+12
* | Add the `scroll-command' property.Juri Linkov2010-04-162-20/+27
* | * frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.Dan Nicolaescu2010-04-152-3/+1
* | * xdisp.c (message): Do not use NO_ARG_ARRAY.Dan Nicolaescu2010-04-152-6/+2
* | * frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.Dan Nicolaescu2010-04-152-1/+5
* | Reduce cpp use in Makefile.in.Dan Nicolaescu2010-04-142-37/+28
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-142-2/+8
* | Add variable `scroll-preserve-screen-position-commands'.Juri Linkov2010-04-142-5/+27
* | Fix so top -10 and left -10 in frame parameters work.Jan Djärv2010-04-132-17/+6
* | (Fx_create_frame, x_create_tip_frame): Set default border width to zero.Jan Djärv2010-04-132-2/+7
* | Remove the Arch metafiles.Stefan Monnier2010-04-121-12/+0
* | (init_tty): Move common text outside of #ifdef TERMINFO.Stefan Monnier2010-04-122-21/+11
* | Try to solve the problem of spurious EOF chars in long lines of textStefan Monnier2010-04-123-37/+26
* | Try to detect file modification within the same second.Stefan Monnier2010-04-124-8/+38
* | * process.c (status_notify): Remove unused var `ro'.Stefan Monnier2010-04-122-3/+5
* | xfns.c (select_visual): Don't call error if XGetVisualInfo returnsJan Djärv2010-04-122-1/+6
* | * Makefile.in (C_SWITCH_SYSTEM,C_SWITCH_MACHINE,C_SWITCH_X_SITE): Undefine.Dan Nicolaescu2010-04-122-0/+9
* | Restore C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM.Jan Djärv2010-04-121-1/+1
* | Change so emacs at least compiles.Jan Djärv2010-04-121-1/+5
* | Remove C_SWITCH_SYSTEM_TEMACS.Dan Nicolaescu2010-04-113-10/+10
* | Use autoconf, not cpp for some variables.Dan Nicolaescu2010-04-112-28/+16
* | Use XFT in Lucid dialogs if available.Jan Djärv2010-04-112-4/+24
* | * process.c (exec_sentinel): Preserve current-buffer.Stefan Monnier2010-04-112-0/+7
* | (read_process_output): Move the save-current-buffer toStefan Monnier2010-04-112-21/+21
* | * s/msdos.h (UNEXEC): New definition.Dan Nicolaescu2010-04-102-0/+6
* | xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.YAMAMOTO Mitsuharu2010-04-102-4/+5
* | Don't abort try_window with fonts change when showing tooltip (Bug#2423).YAMAMOTO Mitsuharu2010-04-104-8/+23
* | xfns.c (Fx_show_tip): Undo last change.YAMAMOTO Mitsuharu2010-04-102-8/+8
* | Fix showing the complete tip the first time, bug #2423.Jan D2010-04-092-4/+13