aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/faces.el (face-spec-set-match-display): Don't match toolkitAndreas Schwab2011-04-302-12/+17
* keep highlight when switching between major modes on a file.Vinicius Jose Latorre2011-04-302-1/+15
* shr.el (shr-strike-through): New face.Lars Magne Ingebrigtsen2011-04-302-3/+13
* * lisp/progmodes/pascal.el: Use lexical binding.Stefan Monnier2011-04-292-3/+7
* * pcomplete.el (pcomplete-std-complete): Fix last minute typo.Stefan Monnier2011-04-291-1/+1
* * lisp/pcomplete.el (pcomplete-std-complete): Don't abuseStefan Monnier2011-04-292-2/+8
* * lisp/erc/erc-pcomplete.el (erc-pcomplete-nick-postfix): Remove the " " in theStefan Monnier2011-04-292-3/+8
* lisp/calc/calccomp.el (math-comp-to-string-flat-term): Simplify.Juanma Barranquero2011-04-292-6/+4
* lisp/startup.el (command-line): Use delayed warning for "_emacs".Juanma Barranquero2011-04-292-4/+8
* * lisp/net/rcirc.el (rcirc-handler-353): Fix bug for channels which theDeniz Dogan2011-04-282-2/+10
* * lisp/pcomplete.el (pcomplete-completions-at-point): Return nil if thereStefan Monnier2011-04-282-51/+60
* Add delayed warnings support.Juanma Barranquero2011-04-282-1/+19
* Make MH-E use completion-at-pointStefan Monnier2011-04-286-55/+111
* * lisp/pcomplete.el (pcomplete-completions-at-point):Stefan Monnier2011-04-272-23/+37
* Fix ChangeLog typos.Juanma Barranquero2011-04-271-6/+6
* Applied icalendar patches from Niels Giesen.Ulf Jasper2011-04-272-33/+96
* * subr.el (shell-quote-argument): Use alternate escaping strategyDaniel Colascione2011-04-272-1/+6
* Fix typos in ChangeLogs.Juanma Barranquero2011-04-261-3/+3
* Make ERC use completion-at-pointStefan Monnier2011-04-265-26/+53
* Implement debug-on-eventDaniel Colascione2011-04-262-0/+9
* Improve Windows quoting robustnessDaniel Colascione2011-04-262-17/+58
* * lisp/emulation/cua-base.el (cua-selection-mode): Make it toggle again.Stefan Monnier2011-04-252-5/+13
* * net/tramp.el (tramp-process-actions): Add POS argument. DeleteMichael Albinus2011-04-255-9/+31
* * lisp/custom.el (defcustom): Obey lexical-binding.Stefan Monnier2011-04-252-5/+15
* Fix octave-inf completion problems reported by Alexander Klimov.Stefan Monnier2011-04-253-48/+64
* lisp/net/gnutls.el (gnutls-errorp): Declare before first use.Juanma Barranquero2011-04-252-5/+9
* gnus-registry.el (gnus-registry-ignore-group-p): Don't call `gnus-parameter-r...Teodor Zlatanov2011-04-252-0/+6
* Bug fixes and certificate and hostname verification for the Emacs GnuTLS supp...Ted Zlatanov2011-04-243-11/+84
* * progmodes/cc-engine.el (c-forward-decl-or-cast-1): UseDaniel Colascione2011-04-242-1/+6
* shr.el (shr-tag-sup, shr-tag-sub): New functions.Lars Magne Ingebrigtsen2011-04-242-0/+15
* Restore ability to show a restricted list of packages in Package Menu.Chong Yidong2011-04-243-22/+48
* Add vc-annotate-goto-line.Chong Yidong2011-04-242-0/+38
* Fix next-file command in etags.el.Uday S Reddy2011-04-242-2/+7
* * 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