Juanma Barranquero
8c8e195273
(delsel-unload-function): Don't use `remprop'; it is not autoloaded,
...
and we wouldn't want to load CL just to unload delsel.el anyway.
Suggested by Martin Rudalics <rudalics@gmx.at>.
2008-01-24 11:13:45 +00:00
Juanma Barranquero
b240275b83
*** empty log message ***
2008-01-24 10:44:22 +00:00
Martin Rudalics
578877a1fd
(delete-selection-pre-hook): Avoid clearing out
...
pre-command-hook when text is read-only.
2008-01-24 09:46:40 +00:00
Thien-Thi Nguyen
fddde1f0b5
Handle dead buffers in async filters/sentinels.
...
(vc-process-filter): Do nothing if buffer not live.
(vc-diff-finish): Rename from vc-diff-sentinel.
No longer take REV1-NAME and REV2-NAME.
Instead, take BUFFER-NAME. Do nothing if buffer not live.
Don't do window resize if no window displays buffer.
(vc-diff-internal): Use vc-diff-finish.
2008-01-24 08:54:00 +00:00
Thien-Thi Nguyen
2ee455eaa3
Delete eol whitespace; nfc.
2008-01-24 08:48:42 +00:00
Dan Nicolaescu
4ac7bfcf33
Add a TODO item about missing files.
...
(vc-exec-after): Add a tooltip to the new mode-line item.
2008-01-24 08:01:54 +00:00
Miles Bader
4599d0ec21
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1009
2008-01-24 07:47:38 +00:00
Glenn Morris
478975a92a
(gpm-mouse-start): Declare as a function.
2008-01-24 04:49:39 +00:00
Glenn Morris
881c0f33dd
Remove out-of-date section of commentary.
2008-01-24 04:46:59 +00:00
Michael Albinus
a0a5183aa3
* net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
...
(tramp-end-of-output): Add `tramp-rsh-end-of-line' into the
regexp.
(tramp-find-shell, tramp-open-connection-setup-interactive-shell):
Don't send `tramp-rsh-end-of-line' additionally, when setting the
prompt.
(tramp-wait-for-output): Distinguish different prompt formats.
(tramp-get-test-nt-command): Don't check for "\n" in the prompt.
(tramp-local-host-p): Check whether temp directory is writable.
2008-01-23 20:45:03 +00:00
Dan Nicolaescu
3b3cb33695
Add TODO items.
2008-01-23 16:35:18 +00:00
Carsten Dominik
8e62d5e855
* replace.el (occur-mode-find-occurrence-hook): New hook that can
...
be used to reveal or highlight the location of a match.
(occur-mode-goto-occurrence)
(occur-mode-goto-occurrence-other-window)
(occur-mode-display-occurrence): Run
`occur-mode-find-occurrence-hook'.
2008-01-23 10:49:31 +00:00
Carsten Dominik
5deae9b3b1
*** empty log message ***
2008-01-23 10:48:57 +00:00
Martin Rudalics
c23346134d
(hide-ifdef-shadow): Add version number for defcustom.
...
(hide-ifdef-shadow): Add version number for defface.
2008-01-23 10:29:49 +00:00
Glenn Morris
a025cb2f91
Fix merge errors (duplicates).
2008-01-23 05:47:31 +00:00
Glenn Morris
f2c8de7493
(org-export-latex-cleaned-string): Fix declaration.
2008-01-23 05:46:13 +00:00
Miles Bader
dfbe40f214
Fix dates for ChangeLog merge entries
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1007
2008-01-22 23:59:24 +00:00
Miles Bader
1bad168e59
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
2008-01-22 23:53:46 +00:00
Glenn Morris
0dedb2bee0
(hide-ifdef-initially, hide-ifdef-read-only)
...
(hide-ifdef-lines, hide-ifdef-shadow, hide-ifdef-shadow):
Remove autoload cookies.
2008-01-22 06:56:23 +00:00
Glenn Morris
f52749ed49
(vc-diff-sentinel): Do not write a footer if there were differences.
2008-01-22 06:39:44 +00:00
Reiner Steib
10edbb1ac9
(cvs-menu): Improve cvs-mode-find-file, cvs-mode-find-file-other-window.
...
Add cvs-mode-diff-yesterday and manual entry.
2008-01-21 23:10:32 +00:00
Vinicius Jose Latorre
460dadc9a8
Fix ChangeLog entry.
2008-01-21 22:21:28 +00:00
Michael Albinus
22b04708ed
* net/dbus.el (dbus-ignore-errors): New macro.
...
(dbus-unregister-object): New defun. Moved from dbusbind.c.
(dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
(dbus-get-signatures): Apply `dbus-ignore-errors'.
2008-01-21 20:11:58 +00:00
Michael Albinus
246a286b9b
* net/dbus.el (dbus-ignore-errors): New macro.
...
(dbus-unregister-object): New defun. Moved from dbusbind.c.
(dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
(dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
(dbus-get-signatures): Apply `dbus-ignore-errors'.
2008-01-21 20:06:15 +00:00
Martin Rudalics
d405bc15fc
(outline-up-heading): Fix check for top level to
...
avoid infinite looping in hide-other.
2008-01-21 19:48:56 +00:00
Stefan Monnier
ce4059eea0
(unhandled-file-name-directory): Add handler.
...
(url-handler-unhandled-file-name-directory): New fun.
2008-01-21 17:16:52 +00:00
Thien-Thi Nguyen
b49fd377e8
(vc-process-sentinel): After calling the
...
previous sentinel, do nothing if the process' buffer is not live.
2008-01-21 14:03:09 +00:00
Vinicius Jose Latorre
040f578c57
Fix problem with cleanning blank faces when turniing off blank-mode. Eliminate -face suffix.
2008-01-21 12:45:58 +00:00
Vinicius Jose Latorre
482cfc3a95
Fix problem with cleanning blank faces when turniing off blank-mode. Eliminate -face suffix.
2008-01-21 12:43:46 +00:00
Juanma Barranquero
88fd26a1c7
(server-log-time-function): New function.
...
(server-log): Use it.
2008-01-21 12:06:59 +00:00
Glenn Morris
a1e8139657
(org-entry-properties): Let-bind `clocksum'.
2008-01-21 04:47:10 +00:00
Glenn Morris
adcc05dc92
Move defcustoms and defface to start of file.
2008-01-21 04:46:12 +00:00
Juanma Barranquero
4353034191
*** empty log message ***
2008-01-21 00:53:31 +00:00
Juanma Barranquero
a0d892d475
(org-unmodified, org-cycle-emulate-tab, org-descriptive-links,
...
org-link-file-path-type, org-remember-use-refile-when-interactive,
org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders,
org-export-ascii-bullets, org-agenda-deadline-faces, turn-on-orgstruct++,
orgtbl-to-texinfo, org-mhe-get-header, org-batch-agenda, org-batch-agenda-csv,
org-fix-agenda-info, org-kill-note-or-show-branches): Fix typos in docstrings.
2008-01-21 00:44:43 +00:00
Thien-Thi Nguyen
3c2e52cde9
(vc-process-sentinel): Fix bug introduced in last change:
...
Set mode-line-process with P's buffer made temporarily current.
2008-01-20 20:29:47 +00:00
Stefan Monnier
5d7ba920f3
(ibuffer-mode): Fix last change.
2008-01-20 20:25:46 +00:00
Thien-Thi Nguyen
d827669cbb
*** empty log message ***
2008-01-20 20:24:30 +00:00
Stefan Monnier
56618a0ac3
(ibuffer-mode): Fix last change.
2008-01-20 20:23:46 +00:00
Thien-Thi Nguyen
d048f3bf74
(vc-process-sentinel): Set mode-line-process.
...
(vc-exec-after): Likewise, for the `run' process status.
2008-01-20 20:23:04 +00:00
Dan Nicolaescu
f1e22adaab
* vc-hg.el (vc-hg-registered): Make it work for non-existent
...
files.
2008-01-20 20:01:24 +00:00
Dan Nicolaescu
b5e791bdb7
(vc-svn-registered): Make it work for non-existent
...
files.
2008-01-20 19:56:43 +00:00
Martin Rudalics
9a407f8262
(repeat-undo-count): New variable.
...
(repeat): For self-insertions make undo boundary only after 20
repetitions. Inhibit point recording when repeat-repeat-char is
non-nil.
2008-01-20 10:35:27 +00:00
Miles Bader
f6f461323d
Merge from gnus--rel--5.10
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-193
2008-01-20 05:20:30 +00:00
Miles Bader
0b6799c345
Merge from gnus--devo--0
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1001
2008-01-20 05:17:57 +00:00
Glenn Morris
f2c6de6aed
Quote all calls to "auxiliary skeleton"s to prevent infloops.
2008-01-20 04:02:15 +00:00
Glenn Morris
6c64cd0434
Quote all calls to "auxiliary skeleton"s to prevent infloops.
2008-01-20 04:01:05 +00:00
Glenn Morris
9ce3eb9a3f
Martin Svenson <phromo at gmail.com> (tiny change)
...
(python-imports): Default to "None".
2008-01-20 03:57:19 +00:00
Glenn Morris
f2357ea13b
Martin Svenson <phromo at gmail.com> (tiny change)
...
(python-imports): Default to "None".
2008-01-20 03:56:50 +00:00
Dan Nicolaescu
fc9a928757
* progmodes/sh-script.el (sh-basic-offset):
...
* progmodes/cc-vars.el (c-syntactic-indentation)
(c-syntactic-indentation-in-macros): Mark as safe.
2008-01-19 18:32:34 +00:00
Dan Nicolaescu
c222c25fd0
* vc-svn.el (vc-svn-after-dir-status): New function.
...
(vc-svn-dir-status): Run svn asynchronously.
2008-01-19 16:32:23 +00:00