Commit graph

76462 commits

Author SHA1 Message Date
Glenn Morris
d0675f4164 Update copyright to 2008. 2008-01-04 03:08:28 +00:00
Juanma Barranquero
7619d43bc4 (savehist-coding-system): Default to a variant coding system
with explicit unix end-of-line conversion, which is safer.
2008-01-04 00:33:55 +00:00
Stefan Monnier
9dfee9c271 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
* ibuffer.el (mode column): Use format-mode-line.
2008-01-03 22:01:45 +00:00
Stefan Monnier
f86228e36c (server-create-window-system-frame): Remove workaround for
a bug that has been fixed.
2008-01-03 21:56:36 +00:00
Stefan Monnier
87df3c322b (read_key_sequence): Fix typo. 2008-01-03 21:56:05 +00:00
Michael Albinus
4db2806c44 * dbus.texi (Type Conversion): Explain the type specification for empty
arrays.  Use another example.
2008-01-03 21:32:04 +00:00
Michael Albinus
5125905efd * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.
(xd_signature, xd_append_arg): Handle element type detection for
empty arrays.
(Fdbus_call_method, Fdbus_send_signal): Undo type casting for
SDATA () calls; this must be solved more general.
(Fdbus_register_signal): Use SBYTES instead of strlen.
2008-01-03 21:27:25 +00:00
Magnus Henoch
7d1112ae98 * net/dbus.el (dbus-name-owner-changed-handler): Use
dbus-unregister-object instead of dbus-unregister-signal.
2008-01-03 16:38:47 +00:00
Magnus Henoch
2c3a8b2787 * dbusbind.c (Fdbus_call_method): Handle the case of no returned
arguments.
2008-01-03 16:35:44 +00:00
Magnus Henoch
8bba1b5cbb * dbusbind.c (xd_append_arg): Use unsigned char instead of
unsigned int for byte values (necessary for big-endian platform).
2008-01-03 16:34:07 +00:00
Richard M. Stallman
a32c180455 (frame-geom-value-cons, frame-geom-spec-cons): New fns. 2008-01-03 09:57:40 +00:00
Richard M. Stallman
f8edc67ee2 (occur-context-lines): New subroutine, broken out of occur-engine.
(occur-engine): Call it.
2008-01-03 09:52:45 +00:00
Dan Nicolaescu
1c88479513 * emacs.desktop (Icon): Update icon name. 2008-01-03 07:35:42 +00:00
Dan Nicolaescu
a1da069fbd * images/icons/emacs_16.png, images/icons/emacs_24.png
* images/icons/emacs_32.png, images/icons/emacs_48.png: Rename to
hicolor/16x16/apps/emacs.png hicolor/24x24/apps/emacs.png
hicolor/32x32/apps/emacs.png and hicolor/48x48/apps/emacs.png.

* images/icons/README (Author): Update for renaming.
2008-01-03 07:33:47 +00:00
Dan Nicolaescu
b936ef8cc2 * vc-git.el (vc-git--ls-files-state): New function.
(vc-git-dir-state): Use it instead of processing the status
results here.
2008-01-03 06:29:38 +00:00
Miles Bader
23233b1f85 Changes from arch/CVS synchronization 2008-01-03 01:59:42 +00:00
Eric S. Raymond
1f0bee0a2d * progmodes/grep.el (grep-find-ignored-directories): Initialize
from the value of vc-directory-exclusion-list.

* vc-hooks (vc-directory-exclusion-list):  Include "_darcs",
even though we don't have a back end for darcs yet.
2008-01-02 23:47:35 +00:00
Miles Bader
aab2236f2d Add arch tagline 2008-01-02 14:23:22 +00:00
Karl Fogel
03e26a796d Change a return type, for greater extensibility. See
http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
and its thread for discussion leading to this change.

* emacs-cvs/lisp/bookmark.el:
(bookmark-jump-noselect): Return an alist instead of a dotted pair.
(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
(bookmark-bmenu-2-window, bookmark-bmenu-other-window)
(bookmark-bmenu-switch-other-window): Adjust accordingly.
(bookmark-make-cell-function): Adjust documentation accordingly.

* emacs-cvs/lisp/image-mode.el
(image-bookmark-jump): Adjust return type accordingly; document.

* emacs-cvs/lisp/doc-view.el
(doc-view-bookmark-jump): Adjust return type accordingly; document.
2008-01-02 07:49:04 +00:00
Miles Bader
aacde24f5c Make rcirc logging more customizable
(rcirc-log-filename-function): New variable.
(rcirc-log): Use `rcirc-log-filename-function' to generate the
log-file name.  Don't log anything if it returns nil.
(rcirc-log-write): Use `expand-file-name' when merging the
log-file name from the alist with rcirc-log-directory; this does
the right thing if the name in the alist already an absolute
filename.  Make the log-file directory if necessary.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-976
2008-01-02 02:20:56 +00:00
Miles Bader
b201b9880e Merge from emacs--rel--22, gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-975
2008-01-02 02:20:42 +00:00
Eric S. Raymond
42a0a13593 * vc-svn.el (vc-svn-modify-change comment): New function. 2008-01-02 00:42:37 +00:00
Nick Roberts
7ae19274ab *** empty log message *** 2008-01-01 21:19:17 +00:00
Dan Nicolaescu
21838dc0de (vc-git-dir-state): Set the vc-backend property. Do
not disable undo, with-temp-buffer does it by default.
2008-01-01 19:47:21 +00:00
Dan Nicolaescu
905373c504 *** empty log message *** 2008-01-01 19:03:27 +00:00
Eric S. Raymond
4f07b9f2ef Remove some debugging code. 2008-01-01 18:40:42 +00:00
Eric S. Raymond
abc61762a5 * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly. 2008-01-01 16:39:59 +00:00
Eric S. Raymond
c59a24425b * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
with vc-state.
2008-01-01 11:17:37 +00:00
Nick Roberts
1fb7205b01 (elp-results): Use header-line-format for header. Move point to the start of
the buffer.
2007-12-31 23:23:39 +00:00
Nick Roberts
ad16855cbe *** empty log message *** 2007-12-31 23:21:45 +00:00
Martin Rudalics
8dc17977c4 (Glossary): Fix typo. 2007-12-31 21:56:43 +00:00
Dan Nicolaescu
8c58d37d56 (vc-cvs-parse-entry): Set the vc-backend property. 2007-12-31 20:43:49 +00:00
Dan Nicolaescu
55adbcc236 State that dir-state is required to set the vc-state and
vc-backend properties.
2007-12-31 19:14:24 +00:00
Martin Rudalics
d8b3b1a17d (Man-default-man-entry): Make this a defun. Improve
guessing mechanism and handling of section numbers.
2007-12-31 17:53:30 +00:00
Richard M. Stallman
606c9f599e (face-all-attributes): If FRAME is nil, return defaults. 2007-12-31 15:02:34 +00:00
Michael Albinus
15f16c1ba7 * dbusbind.c (xd_read_message): Use non-static input_event struct. 2007-12-31 10:22:52 +00:00
Richard M. Stallman
76564e7ce3 Whitespace change. 2007-12-31 03:43:15 +00:00
Richard M. Stallman
f1201e3aed (custom-add-parent-links): New arg DOC-INITIAL-STRING.
Defaults for INITIAL-STRING and DOC-INITIAL-STRING do not include `parent'.
(custom-group-value-create): Pass two args to custom-add-parent-links.
2007-12-31 03:42:51 +00:00
Jay Belanger
a34f800f02 (calc-convert-temperature): Ensure that units are on the result
even when the result is zero.
2007-12-31 02:40:18 +00:00
Magnus Henoch
a271e124f4 * dbusbind.c (xd_signature): Signature of variant is just "v". 2007-12-31 00:57:51 +00:00
Richard M. Stallman
ec7d5b1e57 (Accessing Mouse): Renamed from Accessing Events.
(Accessing Scroll): New node broken out of Accessing Mouse.
2007-12-30 21:39:45 +00:00
Richard M. Stallman
833547aacb (face-all-attributes): New function.
(face-differs-from-default-p): Compute list of attr names
from face-attribute-name-alist.
2007-12-30 16:26:54 +00:00
Michael Albinus
80f9d13bff *** empty log message *** 2007-12-30 15:55:29 +00:00
Michael Albinus
0e0c4247f1 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
resistent towards wrong parameters.
(dbus-handle-event): Propagate D-Bus errors only in the debug case.
2007-12-30 15:51:18 +00:00
Michael Albinus
c9ecb5a74f * dbus.texi (all): Replace "..." by @dots{}.
(Type Conversion): Precise the value range for :byte types.
(Signals): Rename dbus-unregister-signal to dbus-unregister-object.
Mention its return value.
(Errors and Events): There is no D-Bus error propagation during event
processing.
2007-12-30 15:47:41 +00:00
Michael Albinus
17bc8f9494 * dbusbind.c: Fix several errors and compiler warnings. Reported
by Tom Tromey <tromey@redhat.com>
(XD_ERROR, XD_DEBUG_MESSAGE)
(XD_DEBUG_VALID_LISP_OBJECT_P): Wrap code with "do ... while (0)".
(xd_append_arg): Part for basic D-Bus types rewitten.
(xd_retrieve_arg): Split implementation of DBUS_TYPE_BYTE and
DBUS_TYPE_(U)INT16.  Don't call XD_DEBUG_MESSAGE with "%f" if not
appropriate.
(xd_read_message): Return Qnil.  Don't signal an error; it is not
useful during event reading.
(Fdbus_register_signal): Signal an error if the check for
FUNCTIONP fails.
(Fdbus_register_method): New function.  The implementation is not
complete, the call of the function signals an error therefore.
(Fdbus_unregister_object): New function, renamed from
Fdbus_unregister_signal.  The initial check signals an error, if
it the objct is not well formed.
2007-12-30 15:41:47 +00:00
Richard M. Stallman
dd6f28023d (get_char_property_and_overlay):
Signal error if POSITION is out of range in a buffer.
2007-12-30 13:42:10 +00:00
Richard M. Stallman
d50e9d5b17 (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
(custom-face-save): Likewise.
(custom-face-reset-saved, custom-face-reset-standard): Likewise.
2007-12-30 03:36:05 +00:00
Richard M. Stallman
af4bbb690b (custom-declare-face): Per frame, use `face-spec-set-2'.
(custom-theme-set-faces): Clear `face-override-spec' property.
Call `face-spec-set' with FOR-DEFFACE.
2007-12-30 03:35:05 +00:00
Richard M. Stallman
12c29dba8b (custom-theme-recalc-face): Simply call `face-spec-recalc'. 2007-12-30 03:33:21 +00:00