summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23; up to 2010-06-10T05:17:21Z!rgm@gnu.org.Glenn Morris2011-05-041-0/+5
|\
| * * net/tramp.el (tramp-process-actions): Add POS argument. DeleteMichael Albinus2011-04-253-9/+28
| * Use correct match group (bug#8438).Daniel Colascione2011-04-242-1/+6
* | Fix earlier half-done eieio-defmethod change.Stefan Monnier2011-05-052-82/+56
* | Small addition to glasses.el (bug#8524)Milan Zamazal2011-05-042-2/+19
* | lisp/emacs-lisp/warnings.el: Tiny fixes.Juanma Barranquero2011-05-052-53/+59
* | Make autoloading commands prompt for autoload file (Bug#7989)Chong Yidong2011-05-042-29/+59
* | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-042-7/+12
* | registry.el (registry-reindex): Fix percentage message.Teodor Zlatanov2011-05-042-1/+5
* | Small diary-lib.el font-locking fix.Glenn Morris2011-05-032-18/+27
* | diary-lib.el fix for bug#8583.Glenn Morris2011-05-032-6/+18
* | Comment fix.Glenn Morris2011-05-031-1/+1
* | Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and ...Ted Zlatanov2011-05-033-16/+34
* | * lisp/minibuffer.el (completion--message): New function.Stefan Monnier2011-05-032-20/+23
* | * lisp/whitespace.el (whitespace-trailing-regexp): Don't rely on theStefan Monnier2011-05-032-17/+19
* | Merge changes made in Gnus trunk.Gnus developers2011-05-033-1/+15
* | Mark tiny change.Glenn Morris2011-05-031-1/+1
* | * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).Chong Yidong2011-05-032-4/+16
* | Fix my last lisp/Changelog entry.Agustín Martín2011-05-031-1/+1
* | ispell.el (ispell-add-per-file-word-list): Use `concat' to create string for ...Agustín Martín2011-05-032-1/+6
* | * lisp/textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):Stefan Monnier2011-05-032-8/+11
* | ispell.el (ispell-add-per-file-word-list): Protect against `nil' value of `c...Agustín Martín2011-05-032-8/+17
* | * lisp/erc/erc-backend.el (671): New response handler.Julien Danjou2011-05-033-1/+14
* | New command isearch-yank-pop and bind it to `M-y' in IsearchLeo Liu2011-05-032-1/+21
* | * lisp/simple.el (minibuffer-local-shell-command-map): Use completion-at-point.Stefan Monnier2011-05-022-10/+19
* | * lisp/textmodes/ispell.el (lookup-words): Use with-temp-buffer; signalStefan Monnier2011-05-022-39/+38
* | Merge changes made in Gnus trunk.Lars Magne Ingebrigtsen2011-05-027-15/+50
* | Kill all processes associated with the buffer.Lars Magne Ingebrigtsen2011-05-021-3/+4
* | Autoload `url-queue-retrieve', and fix up the pruning code.Lars Magne Ingebrigtsen2011-05-022-7/+11
* | (url-queue-run-queue): Pick the first waiting job, and not the last.Lars Magne Ingebrigtsen2011-05-022-3/+7
* | Add the new file url-queue.el, which allows controlling theLars Magne Ingebrigtsen2011-05-022-0/+112
* | Fix description of diff.elLeo Liu2011-05-022-1/+5
* | nnheader.el (nnheader-insert-buffer-substring): Renamed from nntp- and moved ...Lars Magne Ingebrigtsen2011-05-024-18/+21
* | Decode &_ => SPC in the reply.Lars Magne Ingebrigtsen2011-05-021-4/+8
* | Implement and document `server-eval-at'.Lars Magne Ingebrigtsen2011-05-022-0/+39
* | pop3.el (pop3-open-server): Fix It's `tls', not :tls.Lars Magne Ingebrigtsen2011-05-021-1/+1
* | pop3.el (pop3-open-server): Error messages are "-ERR".Lars Magne Ingebrigtsen2011-05-022-1/+5
* | Merge changes made in Gnus trunk.Gnus developers2011-05-015-69/+62
* | (open-network-stream): Take a :nowait parameter and pass it on to `make-netwo...Lars Magne Ingebrigtsen2011-05-012-4/+15
* | Auto-commit of loaddefs files.Glenn Morris2011-05-011-301/+360
* | * 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