summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/json.el (json-encode-char): Codes 127 isn't "ASCII printable" either.Stefan Monnier2012-09-272-2/+2
* * lisp/json.el (json-encode-char): Codes 128-160 aren't "ASCII printable".Stefan Monnier2012-09-272-4/+8
* * lisp/faces.el (x-display-name): Declare (for without-x builds).Glenn Morris2012-09-272-0/+3
* * lisp/linum.el (linum-format): Don't autoload it. Improve :type.Glenn Morris2012-09-272-2/+5
* Remove unnecessary require when compiling tcl.elGlenn Morris2012-09-272-1/+5
* Remove unnecessary require when compiling sgml-mode.elGlenn Morris2012-09-272-1/+7
* * term.el (term-ansi-reset): Try setting term-ansi-face-already-done to nil.Glenn Morris2012-09-272-1/+7
* Don't bother making files writable for commit with modern VCSGlenn Morris2012-09-262-18/+26
* Comment fixGlenn Morris2012-09-261-1/+1
* Fix last commit.Chong Yidong2012-09-271-5/+0
* Fix last change in verilog-mode.el.Chong Yidong2012-09-272-1/+11
* * lisp/image-mode.el: Use lexical-binding.Stefan Monnier2012-09-263-45/+87
* * lisp/minibuf-eldef.el: Make it possible to replace (default ...) with [...].Stefan Monnier2012-09-262-16/+47
* Fix ChangeLog typos.Juanma Barranquero2012-09-275-6/+6
* Update to Unicode 6.2.Juanma Barranquero2012-09-275-2/+9
* Merge profiler branchStefan Monnier2012-09-262-0/+670
|\
| * * lisp/profiler.el (profiler-start): Don't prompt for choice when thereold-branches/profilerStefan Monnier2012-09-262-19/+22
| * * src/profiler.c: Rename sample_profiler_* to profiler_cpu_* andStefan Monnier2012-09-241-22/+22
| * Try to let it compile on other platformsStefan Monnier2012-09-241-1/+2
| * Rewrite sampler to use Elisp hash-tables.Stefan Monnier2012-09-242-225/+189
| * profiler: Refactoring and documentation.Tomohiro Matsuyama2012-08-231-99/+157
| * Add GC profiler.Tomohiro Matsuyama2012-08-221-23/+68
| * * profiler.el (with-sample-profiling): New macro.Tomohiro Matsuyama2012-08-222-3/+35
| * * profiler.el (profiler-start): Change mode spec.Tomohiro Matsuyama2012-08-222-3/+4
| * * profiler.el: Switch to cl-lib.Tomohiro Matsuyama2012-08-222-37/+41
| * Add emacs native profiler.Tomohiro Matsuyama2012-08-221-0/+600
* | * lisp/emacs-lisp/testcover.el (testcover-after): Add gv-expander.Stefan Monnier2012-09-263-25/+36
* | lisp/window.el (temp-buffer-window-setup): Fix typo in docstring.Juanma Barranquero2012-09-262-2/+6
* | Synch verilog-mode.el to latest upstream version.Wilson Snyder2012-09-262-92/+636
* | gnus-art.el (gnus-article-browse-delete-temp-files): Fix previous commitKatsumi Yamaoka2012-09-251-8/+6
* | gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again a user a...Katsumi Yamaoka2012-09-252-6/+14
* | Improve resizing of minibuffer windows (Bug#12419).Martin Rudalics2012-09-252-31/+47
* | Minor fixes for the function obsolescence feature.Chong Yidong2012-09-253-9/+24
* | Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-2555-256/+224
* | * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes.Glenn Morris2012-09-242-2/+5
* | * em-term.el (eshell-term-name): Default to term-term-name. (Bug#12485)Glenn Morris2012-09-242-4/+11
* | * progmodes/python.el:Fabián Ezequiel Gallina2012-09-242-10/+15
* | Improve previous eshell changeGlenn Morris2012-09-241-4/+4
* | * eshell/esh-cmd.el (eshell-find-alias-function): Tighten up file-name regexp.Glenn Morris2012-09-242-1/+7
* | Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina2012-09-242-45/+69
* | Standardize some more license noticesGlenn Morris2012-09-243-15/+11
* | Standardize some license noticesGlenn Morris2012-09-243-31/+31
* | Fix two references to deleted obsolete variables.Chong Yidong2012-09-243-7/+11
* | Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong2012-09-2410-122/+44
* | Fix uses of long-obsolete font-lock-reference face.Chong Yidong2012-09-2413-36/+44
* | Auto-commit of loaddefs files.Glenn Morris2012-09-241-1/+1
* | Tweak previous changeGlenn Morris2012-09-231-1/+1
* | * lisp/mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.Glenn Morris2012-09-232-0/+11
* | * progmodes/python.el (python-indent-line): More consistent cursorFabián Ezequiel Gallina2012-09-232-10/+26
* | * textmodes/rst.el: Fix compiler warning.Stefan Merten2012-09-232-7/+12