summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * lisp/gnus/gnus-msg.el (gnus-configure-posting-style):Albert Krewinkel2014-07-184-9/+29
* * frame.c (frame_unspecified_color): New functionDmitry Antipov2014-07-187-125/+106
* * data.c (wrong_choice): Not static any more.Dmitry Antipov2014-07-177-14/+53
* * print.c (print_preprocess): Adjust to match changedDmitry Antipov2014-07-172-1/+7
* Merge from emacs-24; up to 2014-06-23T06:25:47Z!rgm@gnu.orgGlenn Morris2014-07-169-18/+63
|\
| * * lisp/desktop.el (after-init-hook): Disable startup frame restorationGlenn Morris2014-07-152-2/+14
| * etc/TODO: Minor updates.Eli Zaretskii2014-07-151-3/+4
| * Fix bug #18025 with typos in Emacs Lisp Introduction manual.Alvar Jesus Ibeas Martin2014-07-152-5/+10
| * Tweak earlier vc-log-edit changeGlenn Morris2014-07-142-1/+13
| * Fix bug #17986 with infloop in redisplay when default-directory is nil.Eli Zaretskii2014-07-134-7/+24
* | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more naturalDmitry Antipov2014-07-164-83/+136
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-1610-16/+115
* | Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h ...Daiki Ueno2014-07-165-30/+33
* | Remove unnecessary ifdef from nsgui.h, introduced by my last commitDaiki Ueno2014-07-161-2/+0
* | Move back the XChar2b definition to w32gui.h and nsgui.hDaiki Ueno2014-07-164-6/+14
* | Consolidate XChar2b macros for the X, W32, and NSDaiki Ueno2014-07-165-36/+33
* | Use "b" flag more consistently; avoid "t".Paul Eggert2014-07-152-7/+9
* | * regex.c (re_search_2): Use ssize_t to avoid integer overflow.Dmitry Antipov2014-07-152-2/+3
* | * lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID.Dmitry Antipov2014-07-154-22/+26
* | Unbreak compilation of derived cc-mode modesDaniel Colascione2014-07-143-9/+13
* | Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-1414-118/+94
* | * macros.c (Fstart_kbd_macro): Avoid need for overflow check.Paul Eggert2014-07-142-6/+3
* | * macros.c (Fstart_kbd_macro): Simplify.Paul Eggert2014-07-142-1/+7
* | src/ChangeLog: Fix a typo in a recently added entry.Eli Zaretskii2014-07-141-1/+1
* | * term.c (tty_menu_add_pane, tty_menu_add_selection):Dmitry Antipov2014-07-142-25/+6
* | * lisp.h (CHECK_VECTOR_OR_STRING): Return number of elementsDmitry Antipov2014-07-146-42/+32
* | * make-docfile.c: Simplify a bit, to simplify further refactoring.Paul Eggert2014-07-132-65/+70
* | Improve behavior of 'bzr up; cd src; make -k'.Paul Eggert2014-07-134-10/+39
* | Merge from gnulib, incorporating:Paul Eggert2014-07-122-2/+6
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ruGlenn Morris2014-07-1216-247/+943
|\ \ | |/
| * * etags.c (Lisp_functions): Also record cl-defun etc.Paul Eggert2014-07-122-0/+7
| * Attempt to fix bug #17962 with SIGSEGV in display_line.Eli Zaretskii2014-07-122-1/+7
| * Document the behavior of file selection dialogs on Windows 7 (bug #17950).Eli Zaretskii2014-07-125-3/+48
| * etc/PROBLEMS: Update problems specific to MS-Windows.Eli Zaretskii2014-07-121-1/+11
| * Fix bug: C-x v v discarded existing log message.Paul Eggert2014-07-112-1/+7
| * * Makefile.in (install-arch-indep): Avoid readdir race.Paul Eggert2014-07-112-2/+7
| * Tweak previous log-edit-changelog-entries changeGlenn Morris2014-07-102-1/+7
| * * lisp/vc/log-edit.el (log-edit-changelog-entries): Don't both visitingStefan Monnier2014-07-092-38/+42
| * * lisp/faces.el (face-name): Undo last change.Stefan Monnier2014-07-092-6/+6
| * Fix dedenters and electric colon handling.Fabián Ezequiel Gallina2014-07-094-195/+816
* | Minor fix for read_minibuf_noninteractive on MS-Windows.Eli Zaretskii2014-07-122-2/+9
* | * XMenuInt.h (XDeleteAssoc): Remove duplicated prototype toDmitry Antipov2014-07-122-1/+5
* | Coalesce extern decls.Paul Eggert2014-07-114-7/+12
* | Add ifdef NS_IMPL_COCOA aound OSX version check (for clang)Jan Djärv2014-07-113-0/+10
* | Fix reading input without echoing on MS-Windows.Eli Zaretskii2014-07-112-0/+11
* | Implement echo suppression in non-interactive mode for MS-Windows.Eli Zaretskii2014-07-114-7/+47
* | doc/lispref/internals.texi (Garbage Collection): Fix last change.Eli Zaretskii2014-07-112-0/+5
* | * sysdep.c (suppress_echo_on_tty): New function.Michael Albinus2014-07-113-9/+25
* | * src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]: Return nil ifDmitry Antipov2014-07-116-9/+39
* | Implement memory-info for MS-DOS.Eli Zaretskii2014-07-115-27/+73