]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years agoMerge from emacs--devo--0
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

16 years agoMake rcirc logging more customizable
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

16 years agoMerge from emacs--rel--22, gnus--devo--0
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

16 years ago* vc-svn.el (vc-svn-modify-change comment): New function.
Eric S. Raymond [Wed, 2 Jan 2008 00:42:37 +0000 (00:42 +0000)]
* vc-svn.el (vc-svn-modify-change comment): New function.

16 years ago*** empty log message ***
Nick Roberts [Tue, 1 Jan 2008 21:19:17 +0000 (21:19 +0000)]
*** empty log message ***

16 years ago(vc-git-dir-state): Set the vc-backend property. Do
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.

16 years ago*** empty log message ***
Dan Nicolaescu [Tue, 1 Jan 2008 19:03:27 +0000 (19:03 +0000)]
*** empty log message ***

16 years agoRemove some debugging code.
Eric S. Raymond [Tue, 1 Jan 2008 18:40:42 +0000 (18:40 +0000)]
Remove some debugging code.

16 years ago* vc-svn.el (vc-svn-parse-status): Set the 'unregisted property correctly.
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.

16 years ago* vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
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.

16 years ago(elp-results): Use header-line-format for header. Move point to the start of
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.

16 years ago*** empty log message ***
Nick Roberts [Mon, 31 Dec 2007 23:21:45 +0000 (23:21 +0000)]
*** empty log message ***

16 years ago(Glossary): Fix typo.
Martin Rudalics [Mon, 31 Dec 2007 21:56:43 +0000 (21:56 +0000)]
(Glossary): Fix typo.

16 years ago(vc-cvs-parse-entry): Set the vc-backend property.
Dan Nicolaescu [Mon, 31 Dec 2007 20:43:49 +0000 (20:43 +0000)]
(vc-cvs-parse-entry): Set the vc-backend property.

16 years agoState that dir-state is required to set the vc-state and
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.

16 years ago(Man-default-man-entry): Make this a defun. Improve
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.

16 years ago(face-all-attributes): If FRAME is nil, return defaults.
Richard M. Stallman [Mon, 31 Dec 2007 15:02:34 +0000 (15:02 +0000)]
(face-all-attributes): If FRAME is nil, return defaults.

16 years ago* dbusbind.c (xd_read_message): Use non-static input_event struct.
Michael Albinus [Mon, 31 Dec 2007 10:22:52 +0000 (10:22 +0000)]
* dbusbind.c (xd_read_message): Use non-static input_event struct.

16 years agoWhitespace change.
Richard M. Stallman [Mon, 31 Dec 2007 03:43:15 +0000 (03:43 +0000)]
Whitespace change.

16 years ago(custom-add-parent-links): New arg DOC-INITIAL-STRING.
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.

16 years ago(calc-convert-temperature): Ensure that units are on the result
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.

16 years ago* dbusbind.c (xd_signature): Signature of variant is just "v".
Magnus Henoch [Mon, 31 Dec 2007 00:57:51 +0000 (00:57 +0000)]
* dbusbind.c (xd_signature): Signature of variant is just "v".

16 years ago(Accessing Mouse): Renamed from Accessing Events.
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.

16 years ago(face-all-attributes): New function.
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.

16 years ago*** empty log message ***
Michael Albinus [Sun, 30 Dec 2007 15:55:29 +0000 (15:55 +0000)]
*** empty log message ***

16 years ago* net/dbus.el (dbus-name-owner-changed-handler): Make the function
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.

16 years ago* dbus.texi (all): Replace "..." by @dots{}.
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.

16 years ago* dbusbind.c: Fix several errors and compiler warnings. Reported
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.

16 years ago(get_char_property_and_overlay):
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.

16 years ago(custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
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.

16 years ago(custom-declare-face): Per frame, use `face-spec-set-2'.
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.

16 years ago(custom-theme-recalc-face): Simply call `face-spec-recalc'.
Richard M. Stallman [Sun, 30 Dec 2007 03:33:21 +0000 (03:33 +0000)]
(custom-theme-recalc-face): Simply call `face-spec-recalc'.

16 years ago(face-spec-set): Third arg is now FOR-DEFFACE.
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'.

16 years ago(thumbs-conversion-program): Add comment for Windows XP.
Nick Roberts [Sat, 29 Dec 2007 23:39:51 +0000 (23:39 +0000)]
(thumbs-conversion-program): Add comment for Windows XP.

16 years ago*** empty log message ***
Nick Roberts [Sat, 29 Dec 2007 23:38:29 +0000 (23:38 +0000)]
*** empty log message ***

16 years ago(vc-hg-dir-state): Set the vc-backend property.
Dan Nicolaescu [Sat, 29 Dec 2007 23:00:36 +0000 (23:00 +0000)]
(vc-hg-dir-state): Set the vc-backend property.

16 years ago(custom-add-parent-links): Fill the "Parent documentation" text.
Richard M. Stallman [Sat, 29 Dec 2007 19:26:14 +0000 (19:26 +0000)]
(custom-add-parent-links): Fill the "Parent documentation" text.

16 years agoMake copy of frame parameters because the original parameters
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.

16 years ago(font-lock-prepend-text-property, font-lock-append-text-property):
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.

16 years ago(facep): Doc fix.
Richard M. Stallman [Sat, 29 Dec 2007 19:10:34 +0000 (19:10 +0000)]
(facep): Doc fix.

16 years ago(fancy-startup-tail, fancy-about-text)
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.

16 years ago(list-colors-print): Use :background and :foreground
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.

16 years ago* vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
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.

16 years ago(cd-absolute): Fix omission bug:
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.

16 years ago(ispell-grep-command): Use "grep" on MS-Windows and MS-DOS.
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.

16 years ago(vc-hg-dir-state): Deal with the up-to-date state.
Dan Nicolaescu [Sat, 29 Dec 2007 05:54:23 +0000 (05:54 +0000)]
(vc-hg-dir-state): Deal with the up-to-date state.

16 years ago(calc-arithmetic-menu, calc-scientific-function-menu)
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.

16 years ago(math-complex-format): Add giac.
Jay Belanger [Sat, 29 Dec 2007 04:27:46 +0000 (04:27 +0000)]
(math-complex-format): Add giac.

16 years agoMerge from emacs--devo--0
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

16 years agoRevert incorrect merge
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

16 years agoMerge from emacs--devo--0
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

16 years ago(Language Modes): Fix menu.
Jay Belanger [Sat, 29 Dec 2007 01:16:30 +0000 (01:16 +0000)]
(Language Modes): Fix menu.

16 years ago(calc-init-extensions): Autoload commands to change languages.
Jay Belanger [Sat, 29 Dec 2007 01:11:03 +0000 (01:11 +0000)]
(calc-init-extensions): Autoload commands to change languages.

16 years ago*** empty log message ***
Jay Belanger [Sat, 29 Dec 2007 01:06:40 +0000 (01:06 +0000)]
*** empty log message ***

16 years agoMention new languages.
Jay Belanger [Sat, 29 Dec 2007 00:58:07 +0000 (00:58 +0000)]
Mention new languages.

16 years ago(calc-modes-menu): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:57:02 +0000 (00:57 +0000)]
(calc-modes-menu): Add new languages.

16 years ago(calc-yacas-language, calc-maxima-language, calc-giac-language)
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.

16 years ago(calc-d-prefix-help): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:38 +0000 (00:55 +0000)]
(calc-d-prefix-help): Add new languages.

16 years ago(calc-init-extensions): Add keybindings for new languages.
Jay Belanger [Sat, 29 Dec 2007 00:55:06 +0000 (00:55 +0000)]
(calc-init-extensions): Add keybindings for new languages.

16 years ago(calc-language): Add languages to docstring.
Jay Belanger [Sat, 29 Dec 2007 00:54:16 +0000 (00:54 +0000)]
(calc-language): Add languages to docstring.

16 years ago(math-compose-expr): Add new languages.
Jay Belanger [Sat, 29 Dec 2007 00:53:34 +0000 (00:53 +0000)]
(math-compose-expr): Add new languages.

16 years ago(math-read-token): Fix misplaced parentheses.
Jay Belanger [Sat, 29 Dec 2007 00:23:41 +0000 (00:23 +0000)]
(math-read-token): Fix misplaced parentheses.

16 years ago(Yacas Language, Maxima Language, Giac Language): New sections.
Jay Belanger [Sat, 29 Dec 2007 00:23:01 +0000 (00:23 +0000)]
(Yacas Language, Maxima Language, Giac Language): New sections.

16 years ago(vc-hg-registered): Return the false when vc-hg-state
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.

16 years agoMerge from gnus--rel--5.10
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

16 years agoMerge from gnus--devo--0
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

16 years agoMerge from emacs--rel--22
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

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 28 Dec 2007 19:46:56 +0000 (19:46 +0000)]
*** empty log message ***

16 years agoImprove a Changelog comment.
Eric S. Raymond [Fri, 28 Dec 2007 18:19:53 +0000 (18:19 +0000)]
Improve a Changelog comment.

16 years ago* vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
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.

16 years ago* vc-cvs.el, vc-svn.el: Simplify backend dired-state-info
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

16 years agoTypo fix.
Eric S. Raymond [Fri, 28 Dec 2007 15:00:21 +0000 (15:00 +0000)]
Typo fix.

16 years agoChangelog typo fixes.
Eric S. Raymond [Fri, 28 Dec 2007 13:30:34 +0000 (13:30 +0000)]
Changelog typo fixes.

16 years ago* vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
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.

16 years ago(rgrep): Fix last change.
YAMAMOTO Mitsuharu [Fri, 28 Dec 2007 10:48:05 +0000 (10:48 +0000)]
(rgrep): Fix last change.

16 years agoAnd another typo fix.
Eric S. Raymond [Fri, 28 Dec 2007 10:00:02 +0000 (10:00 +0000)]
And another typo fix.

16 years agoTypo fix.
Eric S. Raymond [Fri, 28 Dec 2007 09:59:34 +0000 (09:59 +0000)]
Typo fix.

16 years ago*** empty log message ***
Nick Roberts [Fri, 28 Dec 2007 09:48:35 +0000 (09:48 +0000)]
*** empty log message ***

16 years ago* vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
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.

16 years ago(thumbs-call-convert): Use call-process directly
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.

16 years ago*** empty log message ***
Nick Roberts [Fri, 28 Dec 2007 08:08:34 +0000 (08:08 +0000)]
*** empty log message ***

16 years ago(Size and Position): Explain meaning of frame pixel width and height.
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.

16 years ago(Basic Parameters): For `title', refer to title bar.
Richard M. Stallman [Fri, 28 Dec 2007 03:19:04 +0000 (03:19 +0000)]
(Basic Parameters): For `title', refer to title bar.

16 years ago(Size Parameters): Fix typo.
Richard M. Stallman [Fri, 28 Dec 2007 03:16:48 +0000 (03:16 +0000)]
(Size Parameters): Fix typo.

16 years ago*** empty log message ***
Kenichi Handa [Fri, 28 Dec 2007 02:13:20 +0000 (02:13 +0000)]
*** empty log message ***

16 years ago(setup-default-fontset): Fix lao OTF script name.
Kenichi Handa [Fri, 28 Dec 2007 02:06:38 +0000 (02:06 +0000)]
(setup-default-fontset): Fix lao OTF script name.

16 years ago(math-remove-percentsigns): Change placeholder for percent signs.
Jay Belanger [Thu, 27 Dec 2007 17:35:59 +0000 (17:35 +0000)]
(math-remove-percentsigns): Change placeholder for percent signs.

16 years ago(math-to-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.

16 years ago* vc.el (vc-dired-hook): Show unregistered file status as "?" in
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

16 years agoRefactoring step.
Eric S. Raymond [Thu, 27 Dec 2007 15:26:02 +0000 (15:26 +0000)]
Refactoring step.

16 years ago* vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
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).

16 years agoFix ps-print-preprint-region code
Vinicius Jose Latorre [Thu, 27 Dec 2007 14:00:42 +0000 (14:00 +0000)]
Fix ps-print-preprint-region code

16 years ago* (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): Put
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.

16 years ago(select-safe-coding-system): When a
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.

16 years ago*** empty log message ***
Nick Roberts [Thu, 27 Dec 2007 05:50:36 +0000 (05:50 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:54:12 +0000 (03:54 +0000)]
*** empty log message ***

16 years ago(compilation-start): Set initial visible point properly even when
Richard M. Stallman [Thu, 27 Dec 2007 03:31:20 +0000 (03:31 +0000)]
(compilation-start): Set initial visible point properly even when
compilation buffer already current.

16 years ago*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:17:24 +0000 (03:17 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Eric S. Raymond [Thu, 27 Dec 2007 03:10:52 +0000 (03:10 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Kenichi Handa [Thu, 27 Dec 2007 02:41:35 +0000 (02:41 +0000)]
*** empty log message ***