summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NOT_C_CODE is always true now.Glenn Morris2010-06-0211-33/+19
* Split smie-indent-calculate into more manageable chunks.Stefan Monnier2010-06-022-169/+208
* * lisp/emacs-lisp/smie.el (smie-indent-calculate): Simplify and cleanup.Stefan Monnier2010-06-025-81/+321
* * net/tramp-gvfs.el (top): Require url-util.Michael Albinus2010-06-022-115/+251
* * lisp/log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.Dan Nicolaescu2010-06-012-1/+5
* Fix config.h includes.Dan Nicolaescu2010-06-019-8/+19
* * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.Dan Nicolaescu2010-06-012-2/+3
* * src/s/sol2-6.h: Remove obsolete comments.Dan Nicolaescu2010-06-012-12/+2
* Remove unnecessary alloca.h includes.Dan Nicolaescu2010-06-013-13/+6
* Fix alloca definition when using gcc on non-gnu systems.Dan Nicolaescu2010-06-013-18/+32
* Synch with Gnus trunk.Katsumi Yamaoka2010-06-022-15/+26
* Fix bug#6265: * eldoc.el: Add completions for new commands left-* and right-*.Juanma Barranquero2010-06-012-7/+12
* Add support for vc-log-incoming, improve vc-log-outgoing for Git.Dan Nicolaescu2010-06-012-3/+32
* Improve state updating for VC tag commands.Dan Nicolaescu2010-06-012-0/+6
* lisp/ChangeLog: Fix some typos.Juanma Barranquero2010-06-011-5/+2
* * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).Dan Nicolaescu2010-06-012-5/+19
* Merge from emacs-23Stefan Monnier2010-05-3112-64/+172
|\
| * * lisp/vc-bzr.el (vc-bzr-revision-completion-table): ApplyStefan Monnier2010-05-312-3/+10
| * Fix up changelog entryStefan Monnier2010-05-311-1/+1
| * * lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.Jonathan Marchand2010-05-312-1/+6
| * * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in threadStefan Monnier2010-05-312-14/+27
| * * lisp/man.el (Man-completion-table): Let the user type "-k ".Stefan Monnier2010-05-312-4/+10
| * Backport from trunk: Fix bug#6298.Drew Adams2010-05-312-1/+5
| * Fix for momentary-string-display (Bug#6238).Juanma Barranquero2010-05-312-16/+10
| * src/ChangeLog: Fix typos.Juanma Barranquero2010-05-311-4/+4
| * doc/lispref/minibuf.texi (Basic Completion): Add missing "@end defun".Juanma Barranquero2010-05-312-0/+5
| * * doc/lispref/minibuf.texi (Basic Completion): Document completion-boundaries.Stefan Monnier2010-05-303-7/+47
| * * ansi-color.el: Delete unused escape sequences (Bug#6085).Chong Yidong2010-05-292-36/+63
| * * xdisp.c (redisplay_window): After redisplay, check if point isChong Yidong2010-05-272-2/+15
| * * progmodes/verilog-mode.el (verilog-type-font-keywords): UseChong Yidong2010-05-273-5/+26
| * * epa.el (epa--select-keys): Don't explicitly delete the window sinceStefan Monnier2010-05-252-3/+7
| * CEDET is not TODO any moreStefan Monnier2010-05-241-1/+1
* | * sysdep.c (child_setup_tty): Move the non-canonical initialization toStefan Monnier2010-05-312-9/+14
* | Mention encryption commands in the Emacs manual.Daiki Ueno2010-06-012-0/+33
* | src/ChangeLog: Add missing bug id.Juanma Barranquero2010-05-311-1/+1
* | * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).Drew Adams2010-05-312-1/+5
* | Fix for momentary-string-display (Bug#6238).Juanma Barranquero2010-05-312-16/+10
* | Fix bug #6313.Eli Zaretskii2010-05-302-10/+6
* | Fix crash reported in bug #6306.Eli Zaretskii2010-05-302-6/+9
* | emulation/cua-base.el: Recognize also `right-word' and `left-word'.Juanma Barranquero2010-05-302-0/+6
* | * lisp/minibuffer.el (completion-file-name-table): Don't return a boundaryStefan Monnier2010-05-302-17/+32
* | emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.Juanma Barranquero2010-05-302-0/+4
* | progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from `path-separator'.Juanma Barranquero2010-05-302-4/+8
* | Add --parent-id argument to emacsclient.Chong Yidong2010-05-295-15/+59
* | Regenerate configure.Glenn Morris2010-05-291-45/+40
* | Add some comments related to how epaths.h gets built.Glenn Morris2010-05-292-0/+15
* | * ansi-color.el: Delete unused escape sequences (Bug#6085).Chong Yidong2010-05-292-36/+63
* | Implement bidi-sensitive word movement with arrow keys.Eli Zaretskii2010-05-295-35/+90
* | Fix cursor motion in bidi-reordered continued lines.Eli Zaretskii2010-05-292-41/+57
|\ \
| * | Finish debugging of cursor motion in bidi-reordered lines.Eli Zaretskii2010-05-292-20/+30