Kenichi Handa [Mon, 7 Jan 2008 02:08:28 +0000 (02:08 +0000)]
(ftfont_driver): Set ftfont_shape in ftfont_driver only
when both HAVE_M17N_FLT and HAVE_LIBOTF are defined.
Kenichi Handa [Mon, 7 Jan 2008 02:02:05 +0000 (02:02 +0000)]
(Ffont_shape_text): If the font driver doesn't have a
shaper function, make zero-width glyphs to have at least one-pixel
width.
Andreas Schwab [Thu, 3 Jan 2008 17:51:06 +0000 (17:51 +0000)]
Update.
Andreas Schwab [Thu, 3 Jan 2008 17:45:29 +0000 (17:45 +0000)]
Add unidata.txt.
Miles Bader [Wed, 2 Jan 2008 04:13:39 +0000 (04:13 +0000)]
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-308
Miles Bader [Wed, 2 Jan 2008 02:20:56 +0000 (02:20 +0000)]
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
Miles Bader [Wed, 2 Jan 2008 02:20:42 +0000 (02:20 +0000)]
Merge from emacs--rel--22, gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-975
Eric S. Raymond [Wed, 2 Jan 2008 00:42:37 +0000 (00:42 +0000)]
* vc-svn.el (vc-svn-modify-change comment): New function.
Nick Roberts [Tue, 1 Jan 2008 21:19:17 +0000 (21:19 +0000)]
*** empty log message ***
Dan Nicolaescu [Tue, 1 Jan 2008 19:47:21 +0000 (19:47 +0000)]
(vc-git-dir-state): Set the vc-backend property. Do
not disable undo, with-temp-buffer does it by default.
Dan Nicolaescu [Tue, 1 Jan 2008 19:03:27 +0000 (19:03 +0000)]
*** empty log message ***
Eric S. Raymond [Tue, 1 Jan 2008 18:40:42 +0000 (18:40 +0000)]
Remove some debugging code.
Eric S. Raymond [Tue, 1 Jan 2008 16:39:59 +0000 (16:39 +0000)]
* vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly.
Eric S. Raymond [Tue, 1 Jan 2008 11:17:37 +0000 (11:17 +0000)]
* vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
with vc-state.
Nick Roberts [Mon, 31 Dec 2007 23:23:39 +0000 (23:23 +0000)]
(elp-results): Use header-line-format for header. Move point to the start of
the buffer.
Nick Roberts [Mon, 31 Dec 2007 23:21:45 +0000 (23:21 +0000)]
*** empty log message ***
Martin Rudalics [Mon, 31 Dec 2007 21:56:43 +0000 (21:56 +0000)]
(Glossary): Fix typo.
Dan Nicolaescu [Mon, 31 Dec 2007 20:43:49 +0000 (20:43 +0000)]
(vc-cvs-parse-entry): Set the vc-backend property.
Dan Nicolaescu [Mon, 31 Dec 2007 19:14:24 +0000 (19:14 +0000)]
State that dir-state is required to set the vc-state and
vc-backend properties.
Martin Rudalics [Mon, 31 Dec 2007 17:53:30 +0000 (17:53 +0000)]
(Man-default-man-entry): Make this a defun. Improve
guessing mechanism and handling of section numbers.
Richard M. Stallman [Mon, 31 Dec 2007 15:02:34 +0000 (15:02 +0000)]
(face-all-attributes): If FRAME is nil, return defaults.
Michael Albinus [Mon, 31 Dec 2007 10:22:52 +0000 (10:22 +0000)]
* dbusbind.c (xd_read_message): Use non-static input_event struct.
Richard M. Stallman [Mon, 31 Dec 2007 03:43:15 +0000 (03:43 +0000)]
Whitespace change.
Richard M. Stallman [Mon, 31 Dec 2007 03:42:51 +0000 (03:42 +0000)]
(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.
Jay Belanger [Mon, 31 Dec 2007 02:40:18 +0000 (02:40 +0000)]
(calc-convert-temperature): Ensure that units are on the result
even when the result is zero.
Magnus Henoch [Mon, 31 Dec 2007 00:57:51 +0000 (00:57 +0000)]
* dbusbind.c (xd_signature): Signature of variant is just "v".
Richard M. Stallman [Sun, 30 Dec 2007 21:39:45 +0000 (21:39 +0000)]
(Accessing Mouse): Renamed from Accessing Events.
(Accessing Scroll): New node broken out of Accessing Mouse.
Richard M. Stallman [Sun, 30 Dec 2007 16:26:54 +0000 (16:26 +0000)]
(face-all-attributes): New function.
(face-differs-from-default-p): Compute list of attr names
from face-attribute-name-alist.
Michael Albinus [Sun, 30 Dec 2007 15:55:29 +0000 (15:55 +0000)]
*** empty log message ***
Michael Albinus [Sun, 30 Dec 2007 15:51:18 +0000 (15:51 +0000)]
* 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.
Michael Albinus [Sun, 30 Dec 2007 15:47:41 +0000 (15:47 +0000)]
* 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.
Michael Albinus [Sun, 30 Dec 2007 15:41:47 +0000 (15:41 +0000)]
* 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.
Richard M. Stallman [Sun, 30 Dec 2007 13:42:10 +0000 (13:42 +0000)]
(get_char_property_and_overlay):
Signal error if POSITION is out of range in a buffer.
Richard M. Stallman [Sun, 30 Dec 2007 03:36:05 +0000 (03:36 +0000)]
(custom-face-set): Call `face-spec-set' with FOR-
DEFFACE.
(custom-face-save): Likewise.
(custom-face-reset-saved, custom-face-reset-standard): Likewise.
Richard M. Stallman [Sun, 30 Dec 2007 03:35:05 +0000 (03:35 +0000)]
(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.
Richard M. Stallman [Sun, 30 Dec 2007 03:33:21 +0000 (03:33 +0000)]
(custom-theme-recalc-face): Simply call `face-spec-recalc'.
Richard M. Stallman [Sun, 30 Dec 2007 03:32:34 +0000 (03:32 +0000)]
(face-spec-set): Third arg is now FOR-
DEFFACE.
Use of frame as third arg is deprecated.
Handle `face-override-spec' property.
(face-spec-recalc): New function.
(face-spec-set-2): New function.
(frame-set-background-mode): Handle `face-override-spec' property.
Use `face-spec-recalc'.
(face-set-after-frame-default): Use `face-spec-recalc'.
Nick Roberts [Sat, 29 Dec 2007 23:39:51 +0000 (23:39 +0000)]
(thumbs-conversion-program): Add comment for Windows XP.
Nick Roberts [Sat, 29 Dec 2007 23:38:29 +0000 (23:38 +0000)]
*** empty log message ***
Dan Nicolaescu [Sat, 29 Dec 2007 23:00:36 +0000 (23:00 +0000)]
(vc-hg-dir-state): Set the vc-backend property.
Richard M. Stallman [Sat, 29 Dec 2007 19:26:14 +0000 (19:26 +0000)]
(custom-add-parent-links): Fill the "Parent documentation" text.
Martin Rudalics [Sat, 29 Dec 2007 19:20:36 +0000 (19:20 +0000)]
Make copy of frame parameters because the original parameters
are in pure storage now.
Richard M. Stallman [Sat, 29 Dec 2007 19:12:30 +0000 (19:12 +0000)]
(font-lock-prepend-text-property, font-lock-append-text-property):
Canonicalize the face and font-lock-face properties.
Richard M. Stallman [Sat, 29 Dec 2007 19:10:34 +0000 (19:10 +0000)]
(facep): Doc fix.
Richard M. Stallman [Sat, 29 Dec 2007 19:04:53 +0000 (19:04 +0000)]
(fancy-startup-tail, fancy-about-text)
(fancy-startup-text): Regularize format of face property.
Richard M. Stallman [Sat, 29 Dec 2007 19:01:40 +0000 (19:01 +0000)]
(list-colors-print): Use :background and :foreground
instead of background-color and foreground-color.
Eric S. Raymond [Sat, 29 Dec 2007 13:20:49 +0000 (13:20 +0000)]
* vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
and 'unregistered states.
* vc-hooks.el (vc-state): Added 'removed state to documentation.
* vc-hg (vc-hg-parse-status): Recognize 'added, 'removed, and
'up-to-date state. Deal with the possibility that C for clean
might change to "=" in the next point release.
* vc-git.el (vc-git-parse-status): Recognize 'removed.
* vc.el (header comment): Better description of new dir-state.
(vc-compatible-state): Defines which states are mutually
compatible; usable with 'edited as a test for which can be committed on.
(vc-dired-hook): Turn off undo in the VC-Dired buffer, a speed tweak.
(vc-default-dired-state-info): Display 'removed state.
* vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
Thien-Thi Nguyen [Sat, 29 Dec 2007 12:59:09 +0000 (12:59 +0000)]
(cd-absolute): Fix omission bug:
Make `list-buffers-directory' buffer-local.
Eli Zaretskii [Sat, 29 Dec 2007 12:41:44 +0000 (12:41 +0000)]
(ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
(ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
Dan Nicolaescu [Sat, 29 Dec 2007 05:54:23 +0000 (05:54 +0000)]
(vc-hg-dir-state): Deal with the up-to-date state.
Jay Belanger [Sat, 29 Dec 2007 05:33:52 +0000 (05:33 +0000)]
(calc-arithmetic-menu, calc-scientific-function-menu)
(calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
(calc-units-menu, calc-variables-menu, calc-stack-menu):
Add :active keywords.
(calc-modes-menu): Add complex formats, remaining languages.
Jay Belanger [Sat, 29 Dec 2007 04:27:46 +0000 (04:27 +0000)]
(math-complex-format): Add giac.
Miles Bader [Sat, 29 Dec 2007 02:51:57 +0000 (02:51 +0000)]
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-307
Miles Bader [Sat, 29 Dec 2007 02:44:34 +0000 (02:44 +0000)]
Revert incorrect merge
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-969
Miles Bader [Sat, 29 Dec 2007 02:39:17 +0000 (02:39 +0000)]
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-306
Jay Belanger [Sat, 29 Dec 2007 01:16:30 +0000 (01:16 +0000)]
(Language Modes): Fix menu.
Jay Belanger [Sat, 29 Dec 2007 01:11:03 +0000 (01:11 +0000)]
(calc-init-extensions): Autoload commands to change languages.
Jay Belanger [Sat, 29 Dec 2007 01:06:40 +0000 (01:06 +0000)]
*** empty log message ***
Jay Belanger [Sat, 29 Dec 2007 00:58:07 +0000 (00:58 +0000)]
Mention new languages.
Jay Belanger [Sat, 29 Dec 2007 00:57:02 +0000 (00:57 +0000)]
(calc-modes-menu): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:56:17 +0000 (00:56 +0000)]
(calc-yacas-language, calc-maxima-language, calc-giac-language)
(math-yacas-parse-Sum, math-yacas-compose-sum)
(math-yacas-compose-deriv, math-yacas-compose-taylor)
(math-maxima-parse-subst, math-maxima-parse-taylor)
(math-maxima-compose-taylor, math-maxima-compose-subst)
(math-maxima-compose-if, math-lang-switch-args)
(math-lang-compose-switch-args, math-read-giac-subscr):
New functions.
(calc-lang-allow-underscores, calc-lang-allow-percentsigns)
(calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
Add languages.
(math-vector-brackets, math-complex-format, math-variable-table)
(math-parse-table, math-oper-table, math-function-table)
(math-special-function-table, math-compose-subscr):
Add values for new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:38 +0000 (00:55 +0000)]
(calc-d-prefix-help): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:06 +0000 (00:55 +0000)]
(calc-init-extensions): Add keybindings for new languages.
Jay Belanger [Sat, 29 Dec 2007 00:54:16 +0000 (00:54 +0000)]
(calc-language): Add languages to docstring.
Jay Belanger [Sat, 29 Dec 2007 00:53:34 +0000 (00:53 +0000)]
(math-compose-expr): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:23:41 +0000 (00:23 +0000)]
(math-read-token): Fix misplaced parentheses.
Jay Belanger [Sat, 29 Dec 2007 00:23:01 +0000 (00:23 +0000)]
(Yacas Language, Maxima Language, Giac Language): New sections.
Dan Nicolaescu [Fri, 28 Dec 2007 22:50:18 +0000 (22:50 +0000)]
(vc-hg-registered): Return the false when vc-hg-state
returns 'ignored or 'unregistered.
(vc-hg-state): Pass "-A" to the status command and deal with the
output.
(vc-hg-dir-state): Pass "-A" to the status command.
Miles Bader [Fri, 28 Dec 2007 22:27:01 +0000 (22:27 +0000)]
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172
Miles Bader [Fri, 28 Dec 2007 22:26:31 +0000 (22:26 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-967
Miles Bader [Fri, 28 Dec 2007 22:26:14 +0000 (22:26 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Juanma Barranquero [Fri, 28 Dec 2007 19:46:56 +0000 (19:46 +0000)]
*** empty log message ***
Eric S. Raymond [Fri, 28 Dec 2007 18:19:53 +0000 (18:19 +0000)]
Improve a Changelog comment.
Eric S. Raymond [Fri, 28 Dec 2007 18:16:55 +0000 (18:16 +0000)]
* vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
states. and the new return-value convention. These are not
actually used yet, just set.
* vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
states when appropriate.
* vc-hg.el (vc-hg-state,vc-hg-dir-state): Set 'ignored and
'unregistered' when appropriate.
* vc-git.el: Document that we don't set the new states yet.
* vc.el (vc-dired-state-info): Display 'unregistered and
'ignored states.
* vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
appropriate.
* vc-bzr.el (vc-bzr-dir-state): Set 'ignored and
'unregistered' when appropriate.
Eric S. Raymond [Fri, 28 Dec 2007 16:24:31 +0000 (16:24 +0000)]
* vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
functions so they don't do work that the default one can do instead
Eric S. Raymond [Fri, 28 Dec 2007 15:00:21 +0000 (15:00 +0000)]
Typo fix.
Eric S. Raymond [Fri, 28 Dec 2007 13:30:34 +0000 (13:30 +0000)]
Changelog typo fixes.
Eric S. Raymond [Fri, 28 Dec 2007 13:29:41 +0000 (13:29 +0000)]
* vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
to vc-hooks.el so it will be available to other modes, such as
speedbar.el. Also, teach it to recognize monotine state directories.
* speedbar.el: Remove this mode's fragile assumptions about
version-control systems. Instead, make it use logic from
vc-hooks.el so it will become smarter whenever VC mode does.
* vc-hooks.el: 'added is a real state, not a future hypothetical
one. Fix the documentation.
YAMAMOTO Mitsuharu [Fri, 28 Dec 2007 10:48:05 +0000 (10:48 +0000)]
(rgrep): Fix last change.
Eric S. Raymond [Fri, 28 Dec 2007 10:00:02 +0000 (10:00 +0000)]
And another typo fix.
Eric S. Raymond [Fri, 28 Dec 2007 09:59:34 +0000 (09:59 +0000)]
Typo fix.
Nick Roberts [Fri, 28 Dec 2007 09:48:35 +0000 (09:48 +0000)]
*** empty log message ***
Eric S. Raymond [Fri, 28 Dec 2007 08:59:50 +0000 (08:59 +0000)]
* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Modify all instances of the dir-state back-end method to suppress
keeping undo lists on the buffers holding astatus output, which
csn get extremely large.
Nick Roberts [Fri, 28 Dec 2007 08:09:57 +0000 (08:09 +0000)]
(thumbs-call-convert): Use call-process directly
with thumbs-conversion-program instead of through shell-file-name
for better error reporting when program is missing.
Nick Roberts [Fri, 28 Dec 2007 08:08:34 +0000 (08:08 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 28 Dec 2007 03:50:09 +0000 (03:50 +0000)]
(Size and Position): Explain meaning of frame pixel width and height.
Richard M. Stallman [Fri, 28 Dec 2007 03:19:04 +0000 (03:19 +0000)]
(Basic Parameters): For `title', refer to title bar.
Richard M. Stallman [Fri, 28 Dec 2007 03:16:48 +0000 (03:16 +0000)]
(Size Parameters): Fix typo.
Kenichi Handa [Fri, 28 Dec 2007 02:13:20 +0000 (02:13 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 28 Dec 2007 02:06:38 +0000 (02:06 +0000)]
(setup-default-fontset): Fix lao OTF script name.
Jay Belanger [Thu, 27 Dec 2007 17:35:59 +0000 (17:35 +0000)]
(math-remove-percentsigns): Change placeholder for percent signs.
Jay Belanger [Thu, 27 Dec 2007 17:32:59 +0000 (17:32 +0000)]
(math-to-percentsigns): Change placeholder for percent signs.
Eric S. Raymond [Thu, 27 Dec 2007 16:17:17 +0000 (16:17 +0000)]
* vc.el (vc-dired-hook): Show unregistered file status as "?" in
non-terse mode.
(vc-dired-ignorable-p): Ignore Makefile when it has a peer named
Makefile.in or Makefile.am
Eric S. Raymond [Thu, 27 Dec 2007 15:26:02 +0000 (15:26 +0000)]
Refactoring step.
Eric S. Raymond [Thu, 27 Dec 2007 14:41:44 +0000 (14:41 +0000)]
* vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
use completion-ignored-extensions to detect files that should be
ignorted in VC-Dired listings, heading off lots of expensive calls
to (vc-state).
Vinicius Jose Latorre [Thu, 27 Dec 2007 14:00:42 +0000 (14:00 +0000)]
Fix ps-print-preprint-region code
Eric S. Raymond [Thu, 27 Dec 2007 11:26:27 +0000 (11:26 +0000)]
* (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
machinery in place to support editing of change comments
with 'e' in a log-view buffer. Not documented yet as this
only works for SCCS, RCS, and maybe CVS if you have admin
privileges. When we have backend support for Subversion and
more modern systems it will ve time to write this up.
Kenichi Handa [Thu, 27 Dec 2007 10:28:28 +0000 (10:28 +0000)]
(select-safe-coding-system): When a
buffer is modfied, cancel the writing.
Nick Roberts [Thu, 27 Dec 2007 05:50:36 +0000 (05:50 +0000)]
*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:54:12 +0000 (03:54 +0000)]
*** empty log message ***