summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Fix some busybox annoyances.Michael Albinus2010-01-282-10/+53
| | | | | | | | | | | | | * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server not responding." string. (tramp-open-connection-setup-interactive-shell): Dump stty settings. Enable "neveropen" arg for all `tramp-send-command' calls. Handle "=" in variable values properly. (tramp-find-inline-encoding): Raise an error, when no encoding is found. (tramp-wait-for-output): Check, whether PROC buffer is available. Remove spurious " ^H" sequences, sent by busybox. (tramp-get-ls-command): Suppress coloring, if possible.
* * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)Glenn Morris2010-01-272-0/+3
|
* (log-edit-strip-single-file-name): Add missing :safe, :group, andGlenn Morris2010-01-272-3/+11
| | | | :version tags.
* Fix bug#5477.Stephen Berman2010-01-262-1/+8
| | | | | | Stephen Berman <stephen.berman at gmx.net>: (diary-unhide-everything): Handle narrowed buffers.
* * lisp/files.el (delete-directory): Fix typo in last change.Chong Yidong2010-01-261-2/+2
|
* Fix delete-directory recursion behavior for trashing (Bug#5436).Chong Yidong2010-01-262-14/+33
| | | | * files.el (delete-directory): Handle moving to trash without first doing recursion (Bug#5436).
* (vc-path): Mark as obsolete.Dan Nicolaescu2010-01-252-0/+6
|
* Fix erc reconnection via non-default connectors (Bug#4958).Chong Yidong2010-01-253-3/+20
| | | | | | | * erc-backend.el (erc-session-connector): New var. (erc-server-reconnect): Use it to reconnect via old connector (Bug#4958). * erc.el (erc-determine-parameters): Save erc-server-connect-function to erc-session-connector.
* (vc-annotate-revision-at-line): Compare fileDan Nicolaescu2010-01-252-1/+5
| | | | names too.
* (vc-bzr-print-log): Use the more compact --line optionDan Nicolaescu2010-01-242-2/+8
| | | | | for the short log. (vc-bzr-log-view-mode): Adjust regexp for the above change.
* mergeMark A. Hershberger2010-01-252-2/+7
|\
| * (vc-git-dir-status-goto-stage): Pass --relative to theEric Hanchrow2010-01-242-1/+6
| | | | | | | | diff-index command. This requires at least git-1.5.5. (Bug#1589).
* | working version of vc-bzr-revision-tableMark A. Hershberger2010-01-252-1/+17
| |
* | merge conflictMark A. Hershberger2010-01-2422-70/+203
|\|
| * Remove support for adding --signoff on commit.Dan Nicolaescu2010-01-242-16/+7
| | | | | | | | | | | | | | Future support will use an incompatible generic mechanism. * vc-git.el (vc-git-add-signoff): Remove variable. (vc-git-toggle-signoff): Remove function. (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
| * (xterm-maybe-set-dark-background-mode): RenameDan Nicolaescu2010-01-242-9/+28
| | | | | | | | | | | | | | from xterm-set-background-mode. Return t if the background mode was set. (terminal-init-xterm): Move tty-set-up-initial-frame-faces earlier, call it again in case the background mode has changed.
| * (aelement): Fix typo in previous.Glenn Morris2010-01-231-3/+3
| |
| * * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).Chong Yidong2010-01-232-3/+8
| |
| * * url-util.el: Require url-vars (Bug#5459).Chong Yidong2010-01-232-0/+5
| |
| * * emacs-lisp/assoc.el (aelement): Doc fix.Chong Yidong2010-01-232-1/+3
| |
| * * emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).Chong Yidong2010-01-232-7/+12
| |
| * Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.Stephen Leake2010-01-232-3/+8
| |\
| | * Tweak docstring and comment.Stephen Leake2010-01-231-3/+2
| | |
| | * Fix bug#5435.Stephen Leake2010-01-212-2/+8
| | |
| * | * mail/rmail.el: Update autoload checksum.Juanma Barranquero2010-01-231-1/+1
| | |
| * | * net/tramp-smb.el (tramp-smb-conf): New defcustom.Michael Albinus2010-01-232-2/+15
| | | | | | | | | | | | (tramp-smb-maybe-open-connection): Use it.
| * | * net/tramp-imap.el (top): Autoload needed packages.Michael Albinus2010-01-222-5/+20
| | |
| * | * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyteStefan Monnier2010-01-224-2/+14
| | | | | | | | | | | | | | | just because we see "encoding: 8bit". * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
| * | * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).Chong Yidong2010-01-222-1/+8
| | |
| * | Fix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.Eli Zaretskii2010-01-222-1/+13
| | | | | | | | | | | | | | | jka-compr.el (jka-compr-load): If load-file is not in load-history, try its file-truename version.
| * | Fix a situation where deletion of a cpp construct throws an error.Alan Mackenzie2010-01-212-4/+15
| | |
| * | Fix sgml-maybe-name-self (Bug#5380).Chong Yidong2010-01-212-5/+6
| |/ | | | | | | | | * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to process last-command-event, as it is now decoded first (Bug#5380).
| * * lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).Chong Yidong2010-01-202-2/+15
| |
| * * lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.Chong Yidong2010-01-202-3/+3
| |
| * * lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.Chong Yidong2010-01-201-1/+1
| |
| * (tab-always-indent): Fix custom-type.Glenn Morris2010-01-192-3/+11
| |
| * Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".Alan Mackenzie2010-01-192-2/+11
| | | | | | | | | | * progmodes/cc-defs.el: (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB playing the role of delimiter.
* | replace references to obsolete c-subword-modeMark A. Hershberger2010-01-192-1/+5
|/
* * ada-mode.el: Really fix bug#5400 (comment in ↵Stephen Leake2010-01-192-49/+70
| | | | | | | | | | 2010-01-17T19:15:32Z!lekktu@gmail.com was erroneous). (ada-matching-decl-start-re): Move into ada-goto-decl-start. (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers changed. Delete RECURSIVE parameter; never used. Improve doc string. Improve comments in "is" portion. Handle null procedure declaration. (ada-move-to-end): Improve doc string.
* Fix typos.Juanma Barranquero2010-01-181-8/+8
|
* ido.el: Consider the possibility of buffer names changing after kill-buffer.Óscar Fuentes2010-01-182-6/+40
|
* Doc fix for current-time-string and date-to-time (Bug#5408)Chong Yidong2010-01-182-1/+6
| | | | | * src/editfns.c (Fcurrent_time_string): Doc fix. * lisp/calendar/time-date.el (date-to-time): Doc fix.
* Fix typos.Juanma Barranquero2010-01-1821-147/+227
|\
| * Fix typos in docstrings, error messages, etc.Juanma Barranquero2010-01-1818-143/+223
| |
| * Fix typos in comments.Juanma Barranquero2010-01-183-4/+4
| |
* | Add bug number.Kenichi Handa2010-01-1832-141/+360
|\ \
| * | * message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.Chong Yidong2010-01-172-1/+6
| | |
| * | Fix handling of arbitrary YANK-ACTION functions from compose-mail.Chong Yidong2010-01-172-5/+14
| | | | | | | | | | | | | | | * mail/sendmail.el (mail-yank-original): Set the mark if the specified function for yanking does not do it.
| * | * message.el (message-mail): Just pass yank-action on to message-setup.Chong Yidong2010-01-172-18/+35
| |/ | | | | | | | | | | | | (message-setup): Handle (FUN . ARGS) form of yank-action. (message-with-reply-buffer, message-widen-reply) (message-yank-original): Handle non-buffer values of message-reply-buffer (Bug#4080).
| * (with-vc-properties): Deal with directory arguments. (Bug#5298)Dan Nicolaescu2010-01-172-2/+14
| |