aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | * src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB.Stefan Monnier2013-11-252-4/+6
* | | | * lisp/vc/smerge-mode.el (smerge-ediff): Choose default buffer names basedDavid Kastrup2013-11-252-6/+30
* | | | * lisp/frame.el (handle-focus-in, handle-focus-out): Add missingStefan Monnier2013-11-252-0/+7
* | | | * net/tramp-cmds.el (tramp-cleanup-connection): Clean upMichael Albinus2013-11-252-4/+10
* | | | * lisp/play/gomoku.el: Don't use intangible property. Use lexical-binding.Stefan Monnier2013-11-252-56/+68
* | | | * erc/erc-button.el (erc-nick-popup): Make `nick' available in the evalGlenn Morris2013-11-242-1/+6
* | | | src/lread.c commentGlenn Morris2013-11-241-0/+8
* | | | * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.Stefan Monnier2013-11-244-47/+49
* | | | Further tweaks to the setting of Vload_pathGlenn Morris2013-11-242-19/+35
* | | | * lisp/vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make itDmitry Gutov2013-11-252-1/+6
* | | | Makefile.in comment.Glenn Morris2013-11-241-3/+6
* | | | * src/lread.c (init_lread): Fix 2013-11-23 goof that was checkingGlenn Morris2013-11-242-2/+7
* | | | Fixup two last lisp/ChangeLog entriesDmitry Gutov2013-11-251-2/+2
* | | | * lisp/json.el (json-alist-p): Only return non-nil if the alist hasSimon Schubert2013-11-252-2/+8
* | | | * lisp/progmodes/js.el (js--ctrl-statement-indentation): Fix indentMihir Rege2013-11-252-1/+6
* | | | * lisp/imenu.el (imenu-generic-skip-comments-and-strings):Dmitry Gutov2013-11-243-1/+20
* | | | Export get_pos_property to Elisp.Stefan Monnier2013-11-247-29/+35
* | | | * src/data.c (Fmake_variable_buffer_local): Mention `permanent-local'.Stefan Monnier2013-11-242-2/+10
* | | | Scroll correct window when showing completion options.Jorgen Schaefer2013-11-242-1/+7
* | | | * lisp/emacs-lisp/helpers.el: Add some string helpers.Bozhidar Batsov2013-11-243-0/+24
* | | | * lisp/subr.el (string-suffix-p): New function.Bozhidar Batsov2013-11-243-0/+15
* | | | Stop some python tests leaving temp-files behindGlenn Morris2013-11-232-3/+13
* | | | Use skip-unless in some python testsGlenn Morris2013-11-232-15/+11
* | | | * python.el (python-shell-send-file): Add option to delete file when done. Glenn Morris2013-11-232-6/+16
* | | | Documentation for focus-in,out hooks (tiny change)Brian Jenkins2013-11-234-0/+20
* | | | Tweak previous change.Xue Fuqiao2013-11-231-2/+2
* | | | * etc/TODO: Minor update.Xue Fuqiao2013-11-233-1/+6
* | | | Really initialize `write_region_inhibit_fsync' when interactive.Romain Francoise2013-11-232-17/+25
* | | | Revert previous python.el changeGlenn Morris2013-11-222-7/+0
* | | | * src/lread.c (init_lread): Fix int/Lisp_Object mixup.Stefan Monnier2013-11-222-1/+6
* | | | * lisp/progmodes/python.el (python-shell--save-temp-file): Tiny changeJorgen Schaefer2013-11-222-0/+7
* | | | * src/process.c (get_process): Explicit error for dead buffersGlenn Morris2013-11-222-5/+11
* | | | * vc/diff-mode.el (diff-mode): Tiny change re diff-default-read-onlyIvan Shmakov2013-11-222-1/+5
* | | | * textmodes/tex-mode.el (latex-noindent-environments): Add safe-local-variableIvan Shmakov2013-11-222-0/+7
* | | | Merge from emacs-24; up to 2013-01-03T02:37:57Z!rgm@gnu.orgGlenn Morris2013-11-222-3/+6
|\ \ \ \
| * | | | Fixes: debbugs:15923Andreas Schwab2013-11-192-3/+7
* | | | | * etc/enriched.txt: Rename from enriched.doc. Glenn Morris2013-11-226-32/+26
* | | | | Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-2217-156/+253
* | | | | ChangeLog fix (Gnus's lpath.el is not in Emacs)Glenn Morris2013-11-221-10/+4
* | | | | Fix bug #15951 with vertical-motion near beginning of narrowed region.Eli Zaretskii2013-11-222-0/+8
* | | | | * progmodes/octave.el (inferior-octave-startup): Spit out errorLeo Liu2013-11-222-2/+12
* | | | | * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template),Bozhidar Batsov2013-11-222-2/+6
* | | | | * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):Bozhidar Batsov2013-11-222-2/+7
* | | | | Add missing ChangeLog entriesBozhidar Batsov2013-11-221-0/+7
* | | | | Add missing ChangeLog entryBozhidar Batsov2013-11-221-0/+6
* | | | | * progmodes/octave.el (octave-kill-process): Don't ask twiceLeo Liu2013-11-222-6/+9
* | | | | * progmodes/octave.el (octave-help-mode): Adapt to change toLeo Liu2013-11-222-22/+8
* | | | | * automated/ruby-mode-tests.el (ruby-exit!-font-lock): Set expected-result.Glenn Morris2013-11-212-1/+7
* | | | | * doc/lispref/loading.texi (Library Search): Minor clarification.Glenn Morris2013-11-212-3/+9
* | | | | * progmodes/octave.el (octave-operator-regexp): Exclude newline.Leo Liu2013-11-222-1/+7