]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago*** empty log message ***
Juanma Barranquero [Fri, 28 Dec 2007 19:46:56 +0000 (19:46 +0000)]
*** empty log message ***

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

17 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.

17 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

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

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

17 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.

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

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

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

17 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.

17 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.

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

17 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.

17 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.

17 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

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

17 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).

17 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

17 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.

17 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.

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

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

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

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

17 years agoShow the functions changed.
Dan Nicolaescu [Thu, 27 Dec 2007 02:22:59 +0000 (02:22 +0000)]
Show the functions changed.

17 years ago*** empty log message ***
Eric S. Raymond [Wed, 26 Dec 2007 23:24:08 +0000 (23:24 +0000)]
*** empty log message ***

17 years agoOops...describe the file...
Eric S. Raymond [Wed, 26 Dec 2007 21:06:35 +0000 (21:06 +0000)]
Oops...describe the file...

17 years agoAdd log format samples for Subversion and Mercurial.
Eric S. Raymond [Wed, 26 Dec 2007 21:02:59 +0000 (21:02 +0000)]
Add log format samples for Subversion and Mercurial.

17 years ago(save-buffer-state): Make sure the state of the
Andreas Schwab [Wed, 26 Dec 2007 19:05:28 +0000 (19:05 +0000)]
(save-buffer-state): Make sure the state of the
buffer is always restored.

17 years ago(math-to-percentsigns): New function.
Jay Belanger [Wed, 26 Dec 2007 17:38:24 +0000 (17:38 +0000)]
(math-to-percentsigns): New function.
(math-compose-var): Handle variables with percent signs.
(math-compose-expr): Handle function names with percent signs.

17 years ago(math-to-percentsigns): Declare as function.
Jay Belanger [Wed, 26 Dec 2007 17:32:13 +0000 (17:32 +0000)]
(math-to-percentsigns): Declare as function.
(math-read-exprs): Handle percent signs in languages that allow them.
(math-restore-underscores): Remove function.
(math-remove-percentsigns,math-restore-placeholders): New functions.

17 years agoFix ps-print-preprint-region code
Vinicius Jose Latorre [Wed, 26 Dec 2007 16:28:30 +0000 (16:28 +0000)]
Fix ps-print-preprint-region code

17 years ago(calc-lang-allow-percentsigns): Declare as a variable.
Jay Belanger [Wed, 26 Dec 2007 16:04:51 +0000 (16:04 +0000)]
(calc-lang-allow-percentsigns): Declare as a variable.

17 years ago(calc-lang-allow-percentsigns): New variable.
Jay Belanger [Wed, 26 Dec 2007 16:04:00 +0000 (16:04 +0000)]
(calc-lang-allow-percentsigns): New variable.

17 years ago2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Wed, 26 Dec 2007 11:48:37 +0000 (11:48 +0000)]
2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>

* image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
New functions.
(image-mode): Set bookmark-make-cell-function appropriately.

* doc-view.el (doc-view-bookmark-jump): Correct misspelled arg
name.

17 years ago2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
Tassilo Horn [Wed, 26 Dec 2007 08:53:06 +0000 (08:53 +0000)]
2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>

* bookmark.el (bookmark-make-cell-function): New variable.
(bookmark-make): Call bookmark-make-cell-function's function
instead of bookmark-make-cell.
(bookmark-get-handler, bookmark-jump-internal): New functions.
(bookmark-jump, bookmark-jump-other-window, bookmark-insert)
(bookmark-bmenu-2-window, bookmark-bmenu-other-window): Use
bookmark-jump-internal.
(bookmark-make-cell-for-text-file): Renamed from
bookmark-make-cell.

* doc-view.el (doc-view-bookmark-make-cell)
(doc-view-bookmark-jump): New functions.
(doc-view-mode): Set bookmark-make-cell-function buffer-locally.

17 years ago(region-active-p): Doc fix.
Richard M. Stallman [Tue, 25 Dec 2007 23:00:51 +0000 (23:00 +0000)]
(region-active-p): Doc fix.

17 years ago(allout-region-active-p): Renamed from my-region-active-p. Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 23:00:07 +0000 (23:00 +0000)]
(allout-region-active-p): Renamed from my-region-active-p.  Use `use-region-p'.

(allout-write-file-hook-handler): Simplify code.

17 years agoComment change.
Richard M. Stallman [Tue, 25 Dec 2007 22:50:30 +0000 (22:50 +0000)]
Comment change.

17 years ago(ps-mark-active-p): Function deleted.
Richard M. Stallman [Tue, 25 Dec 2007 22:50:08 +0000 (22:50 +0000)]
(ps-mark-active-p): Function deleted.
(ps-print-preprint-region): Use (mark) for the error check.

17 years agoDoc fix.
Richard M. Stallman [Tue, 25 Dec 2007 22:48:48 +0000 (22:48 +0000)]
Doc fix.

17 years ago(tooltip-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:48:13 +0000 (22:48 +0000)]
(tooltip-region-active-p): Use `use-region-p'.

17 years ago(winner-active-region): Use `mark-active' if it's defined.
Richard M. Stallman [Tue, 25 Dec 2007 22:47:35 +0000 (22:47 +0000)]
(winner-active-region): Use `mark-active' if it's defined.

17 years ago(ada-region-selected): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:47:03 +0000 (22:47 +0000)]
(ada-region-selected): Use `use-region-p'.

17 years ago(org-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:45:55 +0000 (22:45 +0000)]
(org-region-active-p): Use `use-region-p'.

17 years ago(idlwave-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:45:27 +0000 (22:45 +0000)]
(idlwave-region-active-p): Use `use-region-p'.

17 years ago(reftex-region-active-p): Use `use-region-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:44:57 +0000 (22:44 +0000)]
(reftex-region-active-p): Use `use-region-p'.

17 years ago(c-region-is-active-p): Use `mark-active' if it's defined.
Richard M. Stallman [Tue, 25 Dec 2007 22:44:28 +0000 (22:44 +0000)]
(c-region-is-active-p): Use `mark-active' if it's defined.

17 years ago(region-active-p): New function.
Richard M. Stallman [Tue, 25 Dec 2007 22:43:44 +0000 (22:43 +0000)]
(region-active-p): New function.

17 years ago(c-indent-line-or-region):
Richard M. Stallman [Tue, 25 Dec 2007 22:14:07 +0000 (22:14 +0000)]
(c-indent-line-or-region):
Pass prefix arg to `c-indent-command'.  Use `use-region-p'.

17 years ago(use-region-p): Renamed from `region-active-p'.
Richard M. Stallman [Tue, 25 Dec 2007 22:12:56 +0000 (22:12 +0000)]
(use-region-p): Renamed from `region-active-p'.

17 years agoAdd prefix arg handling to indent-for-tab-command
Miles Bader [Tue, 25 Dec 2007 21:07:12 +0000 (21:07 +0000)]
Add prefix arg handling to indent-for-tab-command

(indent-for-tab-command): Rigidly indent the following sexp along
with the current line when a prefix arg is given in the
non-active-region case.  Specify raw prefix in interactive spec.
Simplify main indentation logic to get rid of the conditional call
to `indent-according-to-mode' (it just ended up calling
`indent-line-function' in all cases anyway, which can be done more
simply here).  Remove unnecessary test of ARG in active region case.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-964

17 years ago(yank-pop-change-selection): New option.
Richard M. Stallman [Tue, 25 Dec 2007 20:19:13 +0000 (20:19 +0000)]
(yank-pop-change-selection): New option.
(current-kill): Obey it.

17 years ago(mouse-yank-primary): New function (almost same as mouse-yank-secondary).
Richard M. Stallman [Tue, 25 Dec 2007 20:09:05 +0000 (20:09 +0000)]
(mouse-yank-primary): New function (almost same as mouse-yank-secondary).

17 years ago(select-active-regions): New option.
Richard M. Stallman [Tue, 25 Dec 2007 20:02:45 +0000 (20:02 +0000)]
(select-active-regions): New option.
(set-mark): Obey it.

17 years ago(x-select-enable-primary): New option.
Richard M. Stallman [Tue, 25 Dec 2007 19:55:59 +0000 (19:55 +0000)]
(x-select-enable-primary): New option.
(x-select-text, x-cut-buffer-or-selection-value): Obey it.

17 years ago* calculator.el:
Dan Nicolaescu [Tue, 25 Dec 2007 19:21:38 +0000 (19:21 +0000)]
* calculator.el:
* dframe.el:
* iswitchb.el:
* whitespace.el:
* winner.el:
* emacs-lisp/checkdoc.el:
* mail/feedmail.el:
* net/quickurl.el:
* obsolete/fast-lock.el:
* play/5x5.el:
* progmodes/delphi.el:
* progmodes/idlw-shell.el:
* progmodes/idlwave.el:
* textmodes/artist.el:
* textmodes/ispell.el:
* textmodes/texinfmt.el:
* textmodes/texinfo.el: Remove obsolete definitions of backward
compatibility macros for defcustom, defgroup, defface, when,
unless, with-current-buffer and with-temp-message.

17 years agoReformat parts to 80 columns.
Nick Roberts [Mon, 24 Dec 2007 08:00:52 +0000 (08:00 +0000)]
Reformat parts to 80 columns.

17 years ago*** empty log message ***
Nick Roberts [Mon, 24 Dec 2007 07:59:03 +0000 (07:59 +0000)]
*** empty log message ***

17 years agoDocstring fix.
Stefan Monnier [Sun, 23 Dec 2007 22:53:02 +0000 (22:53 +0000)]
Docstring fix.

17 years ago(server-save-buffers-kill-terminal): Check the `proc' is indeed a process.
Stefan Monnier [Sun, 23 Dec 2007 22:46:07 +0000 (22:46 +0000)]
(server-save-buffers-kill-terminal): Check the `proc' is indeed a process.

17 years ago(region-active-p): New function.
Richard M. Stallman [Sun, 23 Dec 2007 21:46:25 +0000 (21:46 +0000)]
(region-active-p): New function.
(use-empty-active-region): New variable.

17 years ago(dired): Load dired.el at run time too.
Richard M. Stallman [Sun, 23 Dec 2007 19:14:55 +0000 (19:14 +0000)]
(dired): Load dired.el at run time too.

17 years ago(auto-mode-alist): Add \\' to doc-view files regexp.
Juri Linkov [Sun, 23 Dec 2007 17:37:46 +0000 (17:37 +0000)]
(auto-mode-alist): Add \\' to doc-view files regexp.
Remove duplicate entry .x[bp]m accidently added by the latest sync from Emacs-22.

17 years ago(Man-follow-manual-reference): Fill the minibuffer's
Juri Linkov [Sun, 23 Dec 2007 17:35:52 +0000 (17:35 +0000)]
(Man-follow-manual-reference): Fill the minibuffer's
default list with a full list of references.

17 years ago(switch-to-buffer-other-frame): Return the buffer
Andreas Schwab [Sun, 23 Dec 2007 16:07:54 +0000 (16:07 +0000)]
(switch-to-buffer-other-frame): Return the buffer
switched to.

17 years agoSync with Tramp 2.1.12.
Michael Albinus [Sun, 23 Dec 2007 13:29:13 +0000 (13:29 +0000)]
Sync with Tramp 2.1.12.

* trampver.texi: Update release number.

17 years agoSync with Tramp 2.1.12.
Michael Albinus [Sun, 23 Dec 2007 13:25:27 +0000 (13:25 +0000)]
Sync with Tramp 2.1.12.

* net/tramp.el: New todo item.

* net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.

* net/trampver.el: Update release number.

17 years ago(comment-region-default): Don't triple the
Richard M. Stallman [Sat, 22 Dec 2007 18:39:16 +0000 (18:39 +0000)]
(comment-region-default): Don't triple the
comment starter if the first region line isn't indented enough.

17 years ago* dbus.texi (Type Conversion): Correct input parameters mapping.
Michael Albinus [Sat, 22 Dec 2007 14:59:24 +0000 (14:59 +0000)]
* dbus.texi (Type Conversion): Correct input parameters mapping.

17 years ago*** empty log message ***
Michael Albinus [Sat, 22 Dec 2007 14:55:43 +0000 (14:55 +0000)]
*** empty log message ***

17 years ago* dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
Michael Albinus [Sat, 22 Dec 2007 14:54:23 +0000 (14:54 +0000)]
* dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,
DBUS_TYPE_INT16, DBUS_TYPE_UINT16, DBUS_TYPE_INT64,
DBUS_TYPE_UINT64, DBUS_TYPE_DOUBLE and DBUS_TYPE_SIGNATURE.
Return float when DBUS_TYPE_INT32 or DBUS_TYPE_UINT32 do not fit
as number.
(Fdbus_call_method): Fix docstring.

17 years ago* dbus.texi (Type Conversion): Extend for D-Bus compound types.
Michael Albinus [Fri, 21 Dec 2007 22:05:24 +0000 (22:05 +0000)]
* dbus.texi (Type Conversion): Extend for D-Bus compound types.
(Errors and Events): Mention wrong-type-argument error.

17 years ago* dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
Michael Albinus [Fri, 21 Dec 2007 22:01:43 +0000 (22:01 +0000)]
* dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):
New macros.
(XD_SYMBOL_TO_DBUS_TYPE): Renamed from
XD_LISP_SYMBOL_TO_DBUS_TYPE.
(XD_OBJECT_TO_DBUS_TYPE): Renamed from
XD_LISP_OBJECT_TO_DBUS_TYPE. Simplify.
(xd_signature): New function.
(xd_append_arg): Compute also signatures.  Major rewrite.
(xd_retrieve_arg): Make debug messages friendly.
(Fdbus_call_method, Fdbus_send_signal): Extend docstring.  Check
for signatures of arguments.

17 years ago(Keywords): Not keywords.
Alex Schroeder [Fri, 21 Dec 2007 11:41:33 +0000 (11:41 +0000)]
(Keywords): Not keywords.

17 years ago(People): Changed /ignore example.
Alex Schroeder [Fri, 21 Dec 2007 11:33:54 +0000 (11:33 +0000)]
(People): Changed /ignore example.

17 years ago(auto-insert-alist): Remove nonsensical precision
Martin Rudalics [Fri, 21 Dec 2007 10:22:37 +0000 (10:22 +0000)]
(auto-insert-alist): Remove nonsensical precision
specifier from format-string.

17 years agoChanged single spaces after sentence end to double
Alex Schroeder [Fri, 21 Dec 2007 10:05:46 +0000 (10:05 +0000)]
Changed single spaces after sentence end to double
spaces. Fixed some typos.
(Internet Relay Chat): Explain relay.
(Getting started with rcirc): Change items to reflect prompts.
Add more explanation to rcirc-track-minor-mode and added a comment to
warn future maintainers that this section is a copy.

17 years ago(Configuration): Document rcirc-server-alist, remove
Alex Schroeder [Thu, 20 Dec 2007 21:47:16 +0000 (21:47 +0000)]
(Configuration): Document rcirc-server-alist, remove
rcirc-startup-channels-alist and rcirc-default-server.

17 years ago(nxml-heading, nxml-outline-indicator)
Jason Rumney [Thu, 20 Dec 2007 15:19:44 +0000 (15:19 +0000)]
(nxml-heading, nxml-outline-indicator)
(nxml-outline-active-indicator, nxml-outline-ellipsis):
Rename, removing -face suffix.
(nxml-highlighted-less-than, nxml-highlighted-greater-than)
(nxml-highlighted-colon, nxml-highlighted-slash)
(nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
(nxml-highlighted-active-minus, nxml-highlighted-active-plus)
(nxml-highlighted-qname, nxml-outline-display-heading):
Use new face names.

17 years ago(nxml-faces): Rename from nxml-highlighting-faces.
Jason Rumney [Thu, 20 Dec 2007 15:19:09 +0000 (15:19 +0000)]
(nxml-faces): Rename from nxml-highlighting-faces.
Parent group is font-lock-faces.
(nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
(nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
(nxml-version): Remove.
(nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
(nxml-text, nxml-comment-content, nxml-comment-delimiter)
(nxml-processing-instruction-delimiter)
(nxml-processing-instruction-target)
(nxml-processing-instruction-content, nxml-cdata-section-delimiter)
(nxml-cdata-section-CDATA, nxml-cdata-section-content)
(nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
(nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
(nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
(nxml-attribute-prefix, nxml-attribute-colon)
(nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
(nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
(nxml-attribute-value, nxml-attribute-value-delimiter)
(nxml-namespace-attibute-value)
(nxml-namespace-attribure-value-delimiter)
(nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
(nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
(nxml-glyph): Rename, removing -face suffix.
Inherit from existing font-lock faces.
(nxml-apply-fontify-rule, nxml-char-ref-display-extra):
Use new face names.

17 years ago(rng-nxml-easy-menu): Remove nxml-version.
Jason Rumney [Thu, 20 Dec 2007 15:18:48 +0000 (15:18 +0000)]
(rng-nxml-easy-menu): Remove nxml-version.

17 years ago(rng-error): Rename from rng-error-face.
Jason Rumney [Thu, 20 Dec 2007 15:18:18 +0000 (15:18 +0000)]
(rng-error): Rename from rng-error-face.

17 years ago(Top): Fighting Information Overload chapter added.
Alex Schroeder [Thu, 20 Dec 2007 13:28:50 +0000 (13:28 +0000)]
(Top): Fighting Information Overload chapter added.
(Getting started with rcirc): Add notice of rcirc-track-minor-mode.
(rcirc commands): Moved /ignore command to the new chapter.
(Fighting Information Overload): New chapter documenting /keyword,
/bright, /dim, channel ignore, and low priority channels.

17 years ago* dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
Michael Albinus [Wed, 19 Dec 2007 22:50:22 +0000 (22:50 +0000)]
* dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)
(QCdbus_type_int16, QCdbus_type_uint16, QCdbus_type_int32)
(QCdbus_type_uint32, QCdbus_type_int64, QCdbus_type_uint64)
(QCdbus_type_double, QCdbus_type_string, QCdbus_type_object_path)
(QCdbus_type_signature, QCdbus_type_array, QCdbus_type_variant)
(QCdbus_type_struct, QCdbus_type_dict_entry): New D-Bus type
symbols.
(XD_LISP_SYMBOL_TO_DBUS_TYPE): New macro.
(XD_LISP_OBJECT_TO_DBUS_TYPE): Add compound types.
(xd_retrieve_value): Removed. Functionality included in ...
(xd_append_arg): New function.
(Fdbus_call_method, Fdbus_send_signal): Apply it.

17 years ago*** empty log message ***
Martin Rudalics [Wed, 19 Dec 2007 19:43:47 +0000 (19:43 +0000)]
*** empty log message ***

17 years ago(all): Use correct group name for members of mode-line group.
Martin Rudalics [Wed, 19 Dec 2007 17:06:28 +0000 (17:06 +0000)]
(all): Use correct group name for members of mode-line group.

17 years ago(info-lookup, info-lookup-setup-mode)
Martin Rudalics [Wed, 19 Dec 2007 09:26:35 +0000 (09:26 +0000)]
(info-lookup, info-lookup-setup-mode)
(info-lookup-make-completions): Avoid clobbering Info-history and
Info-history-list.

17 years ago(vc-ensure-vc-buffer): Avoid infinite looping when
Martin Rudalics [Wed, 19 Dec 2007 09:25:18 +0000 (09:25 +0000)]
(vc-ensure-vc-buffer): Avoid infinite looping when
vc-parent-buffer is the current buffer.

17 years ago(indent-for-tab-command): Fix doc-string typo.
Martin Rudalics [Wed, 19 Dec 2007 09:24:31 +0000 (09:24 +0000)]
(indent-for-tab-command): Fix doc-string typo.

17 years ago(Man-default-man-entry): When looking for default man
Martin Rudalics [Wed, 19 Dec 2007 09:24:01 +0000 (09:24 +0000)]
(Man-default-man-entry): When looking for default man
entry title search text preceding point.  Use when instead of if.

17 years ago(top-level): Don't require compile.
Glenn Morris [Wed, 19 Dec 2007 02:56:45 +0000 (02:56 +0000)]
(top-level): Don't require compile.
(compilation-error-regexp-alist, compilation-last-buffer): Define for compiler.
(verilog-insert-1): New function.
(verilog-insert-indices, verilog-generate-numbers): Doc fixes.
Use verilog-insert-1.
(verilog-surelint-off): Use next-error-last-buffer if bound.
Check compile buffer is live.

17 years agoJohn J Foerch <jjfoerch at earthlink.net> (tiny change)
Glenn Morris [Wed, 19 Dec 2007 02:54:53 +0000 (02:54 +0000)]
John J Foerch  <jjfoerch at earthlink.net>  (tiny change)

(compilation-start): Don't pass a FRAME argument to display-buffer.

17 years ago(message-options-set, message-narrow-to-head)
Glenn Morris [Wed, 19 Dec 2007 02:54:16 +0000 (02:54 +0000)]
(message-options-set, message-narrow-to-head)
(message-in-body-p, message-mail-p, message-encode-message-body): Autoload.
(message-remove-header, message-narrow-to-headers-or-head)
(message-subscribed-p, message-make-mail-followup-to)
(message-position-on-field, message-news-p)
(message-options-set-recipient, message-generate-headers)
(message-sort-headers): Declare as functions.

17 years agoComment.
Glenn Morris [Wed, 19 Dec 2007 02:53:39 +0000 (02:53 +0000)]
Comment.

17 years ago(rng-schema-locating-file-schema-file): Fix last change.
Jason Rumney [Wed, 19 Dec 2007 01:46:23 +0000 (01:46 +0000)]
(rng-schema-locating-file-schema-file): Fix last change.
(rng-schema-locating-files-default): Look in current dir, as per manual.

17 years ago(rng-autoload-modules, rng-update-autoloads)
Jason Rumney [Wed, 19 Dec 2007 01:15:26 +0000 (01:15 +0000)]
(rng-autoload-modules, rng-update-autoloads)
(rng-compile-modules, rng-byte-compile-load, rng-write-version): Remove.

17 years ago(rng-schema-locating-files-default)
Jason Rumney [Wed, 19 Dec 2007 00:55:56 +0000 (00:55 +0000)]
(rng-schema-locating-files-default)
(rng-schema-locating-file-schema-file): Use files in etc/schemas.
(rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.

17 years ago(rng-update-autoloads, rng-byte-compile-load)
Jason Rumney [Wed, 19 Dec 2007 00:55:16 +0000 (00:55 +0000)]
(rng-update-autoloads, rng-byte-compile-load)
(rng-format-manual, rng-write-version): Do not autoload.