aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Use AREF instead of XVECTOR; crashes still here.Eli Zaretskii2013-09-171-13/+12
| * | | | | Fixed display and padding of menu items; File menu displays OK.Eli Zaretskii2013-09-173-17/+62
| * | | | | Minor fixes to interfaces, avoid assertion violation under GLYPH_DEBUG.Eli Zaretskii2013-09-174-16/+50
| * | | | | Removed unnecessary tests for GUI sessions and created menu faces.Eli Zaretskii2013-09-053-10/+10
| * | | | | Fixed C compilation problems.Eli Zaretskii2013-09-0511-31/+118
| * | | | | Made HAVE_MENUS the default; comment fix in term.c.Eli Zaretskii2013-09-052-15/+4
| * | | | | Merge from trunk after a lot of time.Eli Zaretskii2013-09-052628-296188/+369459
| |\ \ \ \ \
| * | | | | | Second commit; does not compile yet.Eli Zaretskii2012-08-115-36/+209
| * | | | | | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-0210-50/+998
* | | | | | | * lisp/emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.Stefan Monnier2013-10-083-130/+255
* | | | | | | * dispnew.c (set_window_update_flags): Add buffer arg. Adjust comment.Dmitry Antipov2013-10-084-10/+25
* | | | | | | Auto-commit of generated files.Glenn Morris2013-10-083-80/+106
* | | | | | | Do not allocate huge temporary memory areas and objects while encodingDmitry Antipov2013-10-084-8/+57
* | | | | | | * indent.el: Provide interactive indent-rigidly mode. Use lexical-binding.Teemu Likonen2013-10-083-52/+140
* | | | | | | * nsterm.m (windowDidExitFullScreen:):Jan Djärv2013-10-082-2/+7
* | | | | | | * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.Bastien Guerry2013-10-082-2/+6
* | | | | | | Complete ChangeLog entry that was inadvertently truncated.Paul Eggert2013-10-071-0/+3
* | | | | | | Fix race where emacs aborts when sent SIGTERM.Paul Eggert2013-10-072-2/+7
* | | | | | | ChangeLog consistency.Paul Eggert2013-10-071-1/+1
* | | | | | | * lisp/progmodes/perl-mode.el: Use lexical-binding.Stefan Monnier2013-10-082-26/+27
* | | | | | | * lisp/emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@Stefan Monnier2013-10-082-2/+12
* | | | | | | * lisp.h (bits_word, BITS_WORD_MAX): New type and macro.Paul Eggert2013-10-074-69/+81
* | | | | | | * lisp/mpc.el (mpc-songs-jump-to): Adjust to different playlist format.Stefan Monnier2013-10-072-1/+5
* | | | | | | * lisp/vc/pcvs.el: Use lexical-binding.Stefan Monnier2013-10-073-51/+65
* | | | | | | Refine the last changeDmitry Gutov2013-10-081-1/+1
* | | | | | | * lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle theDmitry Gutov2013-10-083-3/+12
* | | | | | | Improve support for popcount and counting trailing zeros.Paul Eggert2013-10-0716-144/+409
* | | | | | | * nsterm.m (windowDidEnterFullScreen:): setPresentationOptions onlyJan Djärv2013-10-072-0/+7
* | | | | | | * lisp/electric.el (electric-indent-inhibit): New var.Stefan Monnier2013-10-073-9/+25
* | | | | | | * lisp/emacs-lisp/smie.el (smie-next-sexp): Refine last fix.Stefan Monnier2013-10-073-4/+12
* | | | | | | * lisp/textmodes/css-mode.el (css-smie-rules): Fix indentation.Stefan Monnier2013-10-073-7/+14
* | | | | | | * xdisp.c (handle_fontified_prop): Prefer ptrdiff_t to int where needed.Dmitry Antipov2013-10-072-2/+3
* | | | | | | * insdel.c (insert_from_gap): Prefer ptrdiff_t to int where needed.Dmitry Antipov2013-10-072-2/+5
* | | | | | | * lisp/nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.Stefan Monnier2013-10-076-370/+292
* | | | | | | * test/indent/ruby.rb: Fix a spurious change, add more failing examples.Dmitry Gutov2013-10-072-3/+21
* | | | | | | * trampver.texi: Update release number.Michael Albinus2013-10-072-1/+5
* | | | | | | * net/tramp.el (tramp-handle-insert-file-contents): Improve handlingMichael Albinus2013-10-075-89/+84
* | | | | | | * alloc.c (Fmake_string): Fix last change.Dmitry Antipov2013-10-071-1/+1
* | | | | | | emacs_read and emacs_write now use void *, not char *.Paul Eggert2013-10-074-8/+17
* | | | | | | * alloc.c (Fmake_string): For ASCII char initializer, preferDmitry Antipov2013-10-072-11/+22
* | | | | | | * lisp/progmodes/compile.el (compilation-parse-errors):Stefan Monnier2013-10-072-3/+8
* | | | | | | * lisp/emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.Stefan Monnier2013-10-072-13/+16
* | | | | | | * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using lexical-binding.Stefan Monnier2013-10-072-22/+22
* | | | | | | * lisp/emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).Stefan Monnier2013-10-072-3/+4
* | | | | | | * doc/lispref/tips.texi (Comment Tips): Discourage use of triple semi-colonsStefan Monnier2013-10-062-23/+12
* | | | | | | * lisp/progmodes/ruby-mode.el: Fix recently added tests.Stefan Monnier2013-10-063-23/+93
* | | | | | | * etc/NEWS: Mention new feature of register commands.Leo Liu2013-10-073-2/+6
* | | | | | | * register.el (register-preview-delay)Leo Liu2013-10-072-13/+113
* | | | | | | * indent/ruby.rb: Fix a factual error.Dmitry Gutov2013-10-071-5/+2
* | | | | | | * net/network-stream.el (network-stream-open-starttls): Don't addDato Simó2013-10-062-1/+8