summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Temporary fix for the MS-Windows build broken by last commit.Eli Zaretskii2014-07-112-0/+7
* * NEWS: Passwords in batch mode are hidden.Michael Albinus2014-07-112-0/+9
* Hide password in batch modeMichael Albinus2014-07-117-17/+71
* Implement memory-info for MS-Windows.Eli Zaretskii2014-07-104-3/+53
* lisp/files.el (warn-maybe-out-of-memory): Fix the wording of the warning.Eli Zaretskii2014-07-102-4/+9
* * files.el (warn-maybe-out-of-memory): Fix last change.Dmitry Antipov2014-07-101-10/+10
* * configure.ac: Check whether sys/sysinfo.h providesDmitry Antipov2014-07-106-2/+78
* * coding.h (struct coding_system): Remove 'error_positions' (unused)Dmitry Antipov2014-07-103-43/+39
* * syntax.c (back_comment): Use more-natural location for label.Paul Eggert2014-07-092-4/+4
* * font.c, font.h (font_unparse_fcname): Now static.Paul Eggert2014-07-093-4/+14
* Treat the perl keyword `constant' like `bless', `return' &cSam Steingold2014-07-092-2/+7
* * coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int andDmitry Antipov2014-07-092-7/+7
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-099-82/+18
* * lisp/rect.el (apply-on-rectangle): Check forward-line really moved to theStefan Monnier2014-07-082-1/+6
* Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris2014-07-0825-192/+345
|\
| * * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && inStefan Monnier2014-07-083-3/+15
| * * doc/lispref/debugging.texi (Function Debugging, Debugger Commands):Stefan Monnier2014-07-082-17/+7
| * Fix bug #17969 with vertical-motion through continuation lines with TABs.Eli Zaretskii2014-07-082-0/+25
| * * lisp/startup.el (command-line): Append displaying the warning aboutJuri Linkov2014-07-082-9/+22
| * * lisp/faces.el (face-name): Return input arg `face' as isJuri Linkov2014-07-082-3/+13
| * * lisp/facemenu.el (list-colors-print): In help-echo format use %.2fJuri Linkov2014-07-082-1/+7
| * * cua-rect.el (cua--activate-rectangle): Avoid setting cua--rectangle to nil.Glenn Morris2014-07-062-4/+9
| * * calendar/todo-mode.el: Fix wrong-type-argument error whenStephen Berman2014-07-062-23/+48
| * * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print result usingStefan Monnier2014-07-052-1/+4
| * * lisp/progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle withStefan Monnier2014-07-052-1/+5
| * src/xdisp.c (pos_visible_p): Fix inaccurate comment.Eli Zaretskii2014-07-051-1/+3
| * Fix bug #17944 with pos-visible-in-window-p when there's image at window start.Eli Zaretskii2014-07-052-1/+3
| * A better fix for bug #17942.Eli Zaretskii2014-07-052-4/+4
| * Fix bug #17942 with pos-visible-in-window-p and image and BOB.Eli Zaretskii2014-07-052-1/+8
| * * src/syntax.c (find_defun_start): Try the cache evenStefan Monnier2014-07-042-15/+31
| * * todo-mode.texi (Levels of Organization): Comment out statementStephen Berman2014-07-042-5/+10
| * * calendar/todo-mode.el: Fix two bugs. Shorten Commentary andStephen Berman2014-07-042-52/+36
| * Backport from trunk.Jan Djärv2014-07-042-49/+106
| * Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii2014-07-043-0/+48
| * src/w32.c (network_interface_info): Make sure the argument is a Lisp string.Eli Zaretskii2014-07-042-0/+6
| * Minor updates in etc/TODO and etc/NEWS.Eli Zaretskii2014-07-043-43/+28
| * * lisp/progmodes/octave.el (inferior-octave-mode):Stefan Monnier2014-07-032-3/+9
| * * doc/emacs/search.texi (Regexp Search): Update lax space matching that isJuri Linkov2014-07-042-6/+12
| * * lisp/desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'Juri Linkov2014-07-042-0/+7
| * * etc/NEWS: Fix description of incompatible change in `read-char'.Stefan Monnier2014-07-031-5/+5
* | * lisp/erc/erc.el (erc-channel-receive-names): Reduce redundancy.Stefan Monnier2014-07-082-24/+26