aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * net/tramp.el (tramp-methods): New method "rsyncc".Michael Albinus2009-08-271-89/+221
* (Rewrite Rules): Improve the example.Jay Belanger2009-08-272-12/+37
* (send_process): Use encode_coding_object instead ofKenichi Handa2009-08-272-1/+6
* (encode_coding_utf_16): Fix checking of an Unicode character.Kenichi Handa2009-08-272-1/+4
* * vc-dir.el (vc-dir-update): Remove debug helper.Dan Nicolaescu2009-08-272-1/+2
* (japanese-symbol-table): Add entries for cp932-2-byte.Kenichi Handa2009-08-272-1/+10
* Add category `j' to cp932-2-byte.Kenichi Handa2009-08-271-1/+2
* (build-default-fontset-data): New macro.Kenichi Handa2009-08-272-27/+89
* (Fself_insert_command): Avoid unnecessay unibyte->multibyteKenichi Handa2009-08-272-8/+9
* (nnrss-request-article): Avoid default-fill-column.Stefan Monnier2009-08-272-1/+5
* * subr.el (default-mode-line-format, default-header-line-format)Stefan Monnier2009-08-2721-168/+135
* (vc-cvs-update-changelog): Fix typo.Dan Nicolaescu2009-08-272-0/+14
* (save-interprogram-paste-before-kill): New user option.Sam Steingold2009-08-262-0/+30
* (Fcall_process): Remove always true #if.Dan Nicolaescu2009-08-262-2/+2
* * lisp.h: Replace #if 0 code for checking with text pointing toDan Nicolaescu2009-08-263-26/+11
* * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.Dan Nicolaescu2009-08-264-101/+126
* (byte-compile-lapcode): Fix up last change.Stefan Monnier2009-08-262-1/+5
* * Makefile.in (buildobj.h): New target.Ken Raeburn2009-08-264-34/+45
* * vc.el (vc-default-prettify-state-info): Remove function, unused.Dan Nicolaescu2009-08-263-34/+3
* (vc-git-stash, vc-git-stash-show): New functions.Dan Nicolaescu2009-08-262-0/+26
* (vc-git-register): Use "git add" for directories.Dan Nicolaescu2009-08-262-48/+58
* (vc-dir-node-directory, vc-dir-update): Get the parentDan Nicolaescu2009-08-262-6/+15
* Document the desired behavior for reverted files in theDan Nicolaescu2009-08-262-0/+7
* (enable-local-variables, enable-local-eval)Glenn Morris2009-08-262-30/+40
* Define risky-local-variable property here rather than in files.el.Glenn Morris2009-08-2612-1/+30
* (standard-mode-line-format): Reposition dashes in which-func entry. (Bug#4217)Glenn Morris2009-08-262-2/+8
* Ulrich Mueller <ulm at gentoo.org>Glenn Morris2009-08-262-1/+5
* (byte-compile-lapcode): Signal overflow.Stefan Monnier2009-08-262-1/+7
* * dbus.texi (Top): Remove footnote saying D-Bus is not enabled byMichael Albinus2009-08-252-6/+6
* * dbusbind.c (Fdbus_call_method)Michael Albinus2009-08-252-2/+8
* * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFSMichael Albinus2009-08-252-3/+27
* * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.Michael Albinus2009-08-251-3/+16
* * progmodes/grep.el (grep-probe): Let-bind `process-file-side-effects' with nil.Michael Albinus2009-08-251-4/+5
* (vc-svn-dir-extra-headers, vc-svn-find-revision):Michael Albinus2009-08-251-13/+17
* * vc-hooks.el (vc-user-login-name):Michael Albinus2009-08-251-1/+2
* * vc-git.el (vc-git-registered, vc-git-working-revision)Michael Albinus2009-08-251-19/+25
* * vc.el (vc-diff-internal): Let-bind `process-file-side-effects' with nil.Michael Albinus2009-08-251-2/+3
* * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):Michael Albinus2009-08-251-3/+6
* * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):Michael Albinus2009-08-251-2/+4
* * vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil.Michael Albinus2009-08-251-1/+2
* * dired-aux.el (dired-show-file-type): Let-bindMichael Albinus2009-08-251-7/+8
* * simple.el (process-file-side-effects): New defvar.Michael Albinus2009-08-251-0/+11
* * dbus.texi (Bus names): Add optional parameter TIMEOUT to dbus-ping.Michael Albinus2009-08-252-8/+24
* * processes.texi (Synchronous Processes): New defvar process-file-side-effects.Michael Albinus2009-08-252-0/+18
* (byte-compile-file-form-require): Tweak previous change.Glenn Morris2009-08-251-3/+3
* (byte-compile-eval): Fix test for cl in load-history for absolute file-names.Glenn Morris2009-08-252-4/+12
* Fix typo.Glenn Morris2009-08-251-1/+1
* (top-level): Don't require cl at run-time.Glenn Morris2009-08-252-34/+56
* Unify local variables at end.Glenn Morris2009-08-251-3/+5
* (mark_char_table): New function.Kenichi Handa2009-08-251-0/+33