1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

76792 Commits

Author SHA1 Message Date
Chong Yidong
22f9eb9e4f ** Make longlines-mode wrap lines based on screen position instead
of character position, so that variable-width fonts can be handled
   properly.
2008-01-22 15:44:14 +00:00
Chong Yidong
59a431d6ee (pop_stat, pop_last): Fix last fix. 2008-01-22 15:38:49 +00:00
Chong Yidong
702123a823 * pop.c (pop_stat, pop_last): Fix last fix. 2008-01-22 15:38:40 +00:00
Juanma Barranquero
e11ebb0c40 Fix typo. 2008-01-22 15:28:56 +00:00
Juanma Barranquero
1966aa849b New entry. 2008-01-22 10:14:18 +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
Juanma Barranquero
650276d5e6 *** empty log message *** 2008-01-21 22:48:51 +00:00
Vinicius Jose Latorre
460dadc9a8 Fix ChangeLog entry. 2008-01-21 22:21:28 +00:00
Michael Albinus
8c7a4ac525 * dbusbind.el (Fdbus_method_return_internal): Renamed from
Fdbus_method_return.
(Fdbus_unregister_object): Moved to dbus.el.
(Fdbus_call_method, Fdbus_method_return_internal)
(Fdbus_send_signal): Debug messages improved.
2008-01-21 20:19:16 +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
Michael Albinus
d2e4a6c904 * dbus.texi (Errors and Events): New macro dbus-ignore-errors. 2008-01-21 20:01:19 +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
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
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
Martin Rudalics
8abe0f9776 (undo_inhibit_record_point): New variable.
(syms_of_undo): Initialize it.
(record_point): Don't record point when undo_inhibit_record_point
is set.
2008-01-20 10:34:18 +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
f2357ea13b Martin Svenson <phromo at gmail.com> (tiny change)
(python-imports): Default to "None".
2008-01-20 03:56:50 +00:00
Dan Nicolaescu
c884b4d795 Add a "Simple Tasks" TODO category. 2008-01-19 20:13:59 +00:00
Martin Rudalics
ef6d86b5eb *** empty log message *** 2008-01-19 18:46:48 +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
Martin Rudalics
f3a221cf73 (hide-ifdef-shadow): New option.
(hide-ifdef-shadow): New face.
(hide-ifdef-toggle-shadowing): New function to toggle between
shadowing and making code invisible.
(hide-ifdef-mode-submap): Add binding for
hide-ifdef-toggle-shadowing.
(hide-ifdef-mode-menu): Add entry for
hide-ifdef-toggle-shadowing.
(hide-ifdef-region-internal): Give new overlay hide-ifdef
property.  Shadow text when hide-ifdef-shadow is non-nil.
(hif-show-ifdef-region): Remove overlays with hide-ifdef
property set.
(hif-hide-line): Use when instead of if.
(hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
Remove unneeded * from doc-strings.
2008-01-19 16:29:08 +00:00
Stefan Monnier
38b5ca4a1b (doc-view-goto-page): Don't move point any more, now that
the hscroll behavior was fixed.
(doc-view-mode): Disable auto-hscroll-mode.
2008-01-19 05:34:29 +00:00
Stefan Monnier
e69c4cae18 (list_processes_1): Don't use SCHARS on a nil buffer name. 2008-01-19 05:27:20 +00:00
Stefan Monnier
823e0ebb51 (Qauto_hscroll_mode): New var.
(syms_of_xdisp): Initialize it.
(hscroll_window_tree): Use it to lookup `auto-hscroll-mode' in each
window's buffer.
(hscroll_windows): Don't check automatic_hscrolling_p here.
2008-01-19 05:22:33 +00:00
Stefan Monnier
c3b232e48e (set_window_buffer): Don't unnecessarily reset hscroll and
vscroll if we're setting window-buffer to the value it already has.
2008-01-19 05:11:02 +00:00
Miles Bader
fcd094c7fc Add arch tagline 2008-01-19 03:13:35 +00:00
Dan Nicolaescu
f8e89f1963 * vc-svn.el (vc-svn-dir-status): New function. 2008-01-18 23:45:04 +00:00
Dan Nicolaescu
5ab612e823 * vc.el: Make vc-status asynchronous.
(vc-update-vc-status-buffer): New function broken out of ...
(vc-status-refresh): ... here. Pass vc-update-vc-status-buffer to
the dir-status backend function.

* vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
Move the output processing to ...
(vc-hg-after-dir-status): ... here.  Call the function passed as
an argument with the results.
2008-01-18 23:32:58 +00:00
Stefan Monnier
64a7c220b3 (syms_of_buffer) <mode-name>: Fix docstring. 2008-01-18 22:50:17 +00:00
Stefan Monnier
cec1df02a4 (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
(doc-view-insert-image): Do something if the image is missing.
(doc-view-mode): Don't use file-remote-p.
2008-01-18 20:09:26 +00:00
Glenn Morris
3b98658e61 Remove copyright from author with assignment, merge years into FSF
years.
2008-01-18 17:32:25 +00:00
Juanma Barranquero
7b4d041305 *** empty log message *** 2008-01-18 16:51:59 +00:00
Carsten Dominik
dbc28aaa52 (Property inheritance): New section
(Conventions): New section.
	(Structure editing): Document C-RET, the prefix arg to the cut/cpy
	commands, and the new bindings for refiling.
	(Sparse trees): Document the new special command for sparse trees.
	(References): Be more clear about the counting of hilines.
	(Handling links): Document M-p/n for accessing links.
	(Fast access to TODO states): New section.
	(Per file keywords): New section.
	(Property inheritance): New section.
	(Column attributes): New summary types.
	(Capturing Column View): New section.
	(The date/time prompt): Cover the new features in the date/time
	prompt.  Compactify the table of keys for the calendar remote
	control.
	(Clocking work time): Document the new :scope parameter.
	(Remember): Promoted to chapter.
	(Quoted examples): New section.
	(Enhancing text): New verbatim environments.
2008-01-18 15:20:31 +00:00