aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (toplevel): Drop obsolete comment and move compose_status...Dmitry Antipov2013-09-022-12/+20
* * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-025-42/+15
* * progmodes/python.el (python-nav-if-name-main): New command.Fabián Ezequiel Gallina2013-09-022-6/+30
* * progmodes/python.el (python-shell-completion-get-completions):Fabián Ezequiel Gallina2013-09-022-6/+15
* * nsterm.m (ns_set_terminal_modes, ns_reset_terminal_modes):Dmitry Antipov2013-09-014-71/+18
* * dispextern.h (SET_TEXT_POS_FROM_MARKER): Indent.Dmitry Antipov2013-09-015-26/+23
* Auto-commit of loaddefs files.Glenn Morris2013-09-011-581/+757
* Auto-commit of generated files.Glenn Morris2013-09-011-7/+10
* * fontset.c (face_for_char): Check char in the current face font firstJan Djärv2013-09-012-0/+18
* Tweak to Makefile rules that list *.el filesGlenn Morris2013-08-314-4/+14
* Further tweak previous changeGlenn Morris2013-08-311-1/+2
* Tweak previous changeGlenn Morris2013-08-311-2/+2
* * lisp/frame.el (frame-background-mode): Doc fix.Glenn Morris2013-08-312-2/+8
* * lispintro/emacs-lisp-intro.texi (beginning-of-buffer complete):Glenn Morris2013-08-312-1/+9
* * emacs-lisp-intro.texi (beginning-of-buffer complete): Update function details.Dani Moncayo2013-08-312-9/+7
* * configure.ac (--with-sound): Rename ossaudio to bsd-ossaudio,Glenn Morris2013-08-312-9/+14
* * configure.ac: Allow for --with-sound=voxware that will enableUlrich Müller2013-08-312-3/+12
* * doc/emacs/xresources.texi (Motif Resources):Ulrich Müller2013-08-315-13/+23
* Update nt installation instructions to point to supported methodGlenn Morris2013-08-318-1262/+1269
* In temp_output_buffer_show make sure window returned by display_buffer is liv...Martin Rudalics2013-08-312-3/+6
* * bytecomp.el (byte-recompile-directory): Fix is-this-a-directory logic.Glenn Morris2013-08-302-10/+15
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-3013-85/+60
* * lisp/textmodes/css-mode.el: Use SMIE.Stefan Monnier2013-08-292-127/+72
* Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier2013-08-2911-173/+181
* * admin/notes/elpa: Update to the new Git setup.Stefan Monnier2013-08-291-14/+11
* * lisp/emacs-lisp/lisp.el (lisp--company-doc-buffer)Stefan Monnier2013-08-292-6/+71
* * lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formalStefan Monnier2013-08-292-5/+48
* * lisp/progmodes/cc-engine.el (c-pull-open-brace): Move definition before use.Glenn Morris2013-08-292-9/+14
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-296-37/+31
* A possible fix for bug #14333 with hanging at exit on MS-Windows.Eli Zaretskii2013-08-294-1/+34
* * lisp.h (XSETMARKER): Remove unused macro (it doesn't workDmitry Antipov2013-08-292-4/+2
* * alloc.c (Fmake_marker, build_marker): Zero need_adjustmentDmitry Antipov2013-08-292-0/+7
* * xterm.c (x_clear_area): Lost 7th arg because it is always False.Dmitry Antipov2013-08-295-65/+55
* Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-295-116/+40
* * lisp/emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that argsStefan Monnier2013-08-282-6/+14
* * calendar/cal-china.el (calendar-chinese-year-cache): Recenter on 2015.Glenn Morris2013-08-282-14/+17
* * nxml/nxml-util.el (nxml-debug-clear-inside): Use cl-loop rather than loop.Glenn Morris2013-08-282-1/+4
* * admin/notes/bzr: Mention origin of commit email From header.Glenn Morris2013-08-281-0/+3
* * lisp/net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.Glenn Morris2013-08-282-1/+3
* * admin/notes/hydra: Misc small editsGlenn Morris2013-08-281-12/+11
* * etc/spook.lines: Minor commentary updateGlenn Morris2013-08-281-0/+0
* * lisp/progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.Glenn Morris2013-08-282-3/+9
* * lisp/progmodes/antlr-mode.el: No need to require cc-mode twice.Glenn Morris2013-08-282-4/+2
* * lisp/progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.Glenn Morris2013-08-282-1/+5
* * lisp/progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.Glenn Morris2013-08-282-1/+5
* * lisp/simple.el (repeat-complex-command--called-interactively-skip):Stefan Monnier2013-08-282-1/+19
* * lisp/progmodes/cc-mode.el: Minor cleanup of var declarations.Stefan Monnier2013-08-282-107/+90
* * lisp/epg.el (epg--process-filter): Use with-current-buffer, save-excursionStefan Monnier2013-08-282-27/+27
* * lisp/vc/smerge-mode.el: Remove redundant :group args.Stefan Monnier2013-08-282-16/+7
* * src/eval.c (Ffuncall): Fix handling of ((lambda ..) ..) in lexicallyStefan Monnier2013-08-282-13/+17