aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).Chong Yidong2011-04-232-0/+3
* Improve apropos buffer highlighting.Chong Yidong2011-04-232-46/+89
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-2215-60/+83
|\
| * lisp/buff-menu.el (Buffer-menu--buffers): Fix typo in docstring.Juanma Barranquero2011-04-222-1/+5
| * lisp/play/mpuz.el: Small fixes.Juanma Barranquero2011-04-212-35/+22
| * lisp/play/doctor.el: Fix typos in docstrings.Juanma Barranquero2011-04-212-8/+13
| * lisp/mouse-drag.el (mouse-drag-throw): Fix typo in docstring.Juanma Barranquero2011-04-152-1/+5
| * Fix typos.Juanma Barranquero2011-04-136-10/+18
| * Fix completion-auto-help/icomplete-mode bad interaction (Bug#5849).Chong Yidong2011-04-102-3/+9
| * Fix for what-page (Bug#6825).Chong Yidong2011-04-102-3/+8
| * Handle deferred `event-kind' property when using unread-command-events.Chong Yidong2011-04-092-0/+8
| * Fix last change.Chong Yidong2011-04-091-1/+1
| * Image mode doc fixes (Bug#8098).Chong Yidong2011-04-092-7/+12
* | * lisp/gnus/gnus-sum.el (gnus-extra-headers): Bump :version.Glenn Morris2011-04-222-1/+5
* | gnus-registry.el (gnus-registry-ignore-group-p): Test specifically for the ca...Teodor Zlatanov2011-04-232-2/+12
* | lisp/eshell/esh-mode.el (find-tag-interactive): Small cleanup.Juanma Barranquero2011-04-222-2/+9
* | lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-2236-307/+456
* | Doc fixes for package.el.Chong Yidong2011-04-212-26/+43
* | nnimap.el (nnimap-user): New backend variable.Teodor Zlatanov2011-04-222-3/+13
* | gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to default.Teodor Zlatanov2011-04-223-3/+10
* | gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el, not gnus-...Teodor Zlatanov2011-04-213-28/+57
* | lisp/play/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-2116-177/+215
* | shr.el (shr-expand-url): Fix typo.Katsumi Yamaoka2011-04-211-1/+1
* | shr.el (shr-expand-url): Protect against null urls.Lars Magne Ingebrigtsen2011-04-212-1/+6
* | shr.el (shr-base): New binding.Lars Magne Ingebrigtsen2011-04-212-4/+27
* | lisp/vc/vc.el (ediff-vc-internal): Declare function.Juanma Barranquero2011-04-212-0/+6
* | * lisp/shell.el: Use lexical-binding and std completion UI.Stefan Monnier2011-04-204-125/+206
* | gnus-registry.el (gnus-registry--split-fancy-with-parent-internal): Fix loop ...Teodor Zlatanov2011-04-202-5/+40
* | * lisp/comint.el: Use lexical-binding. Use std completion UI. Require CL.Stefan Monnier2011-04-203-99/+158
* | * lisp/progmodes/flymake.el (flymake-start-syntax-check-process): Obey `dir'.Stefan Monnier2011-04-202-29/+31
* | * lisp/vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, sinceStefan Monnier2011-04-202-5/+8
* | * lisp/vc/vc.el (vc-diff-build-argument-list-internal)Christoph Scholtes2011-04-202-36/+88
* | * lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,Stefan Monnier2011-04-202-5/+7
* | * lisp/obsolete/erc-hecomplete.el: Make obsolete.Stefan Monnier2011-04-2015-36/+26
* | Auto-commit of loaddefs files.Glenn Morris2011-04-201-2/+2
* | solar.el fixes.Glenn Morris2011-04-192-16/+18
* | gnus-registry.el (gnus-registry-action, gnus-registry-fetch-header-fast):Katsumi Yamaoka2011-04-202-4/+10
* | * lisp/progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)Stefan Monnier2011-04-192-16/+16
* | lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-19106-831/+1290
* | calendar housekeeping prompted by lexical-binding.Glenn Morris2011-04-1810-33/+42
* | Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong2011-04-182-1/+18
* | gnus-registry.el, registry.el: Silence the byte compiler.Katsumi Yamaoka2011-04-183-186/+197
* | * lisp/vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to" to ackn...Sam Steingold2011-04-182-1/+6
* | Replace stack-trace-on-error usage in calendar.Glenn Morris2011-04-163-2/+8
* | Use lexcical-binding in f90.el.Glenn Morris2011-04-162-4/+13
* | (url-http-wait-for-headers-change-function): Protect against malformed header...Lars Magne Ingebrigtsen2011-04-162-0/+9
* | registry.el (registry-reindex): New method to recreate the secondary registry...Teodor Zlatanov2011-04-163-32/+179
* | lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2011-04-161-1/+1
* | nus-registry.el (gnus-registry--split-fancy-with-parent-internal): Track by s...Teodor Zlatanov2011-04-152-25/+32
* | Use completion-at-point for mailalias.elStefan Monnier2011-04-153-79/+111