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

16 years ago(Formatted Text): Improve menu tag.
Richard M. Stallman [Thu, 27 Dec 2007 00:42:26 +0000 (00:42 +0000)]
(Formatted Text): Improve menu tag.
(Editing Format Info): In Info, add duplicate menu of nodes
about the submenus.
(Format Faces): Say where Faces menu is found.  Mention Other.
(Format Colors): Say where these submenus are found.
(Format Indentation, Format Justification): Likewise.
(Format Properties): Likewise.

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

16 years agoWhitespace change.
Richard M. Stallman [Wed, 26 Dec 2007 23:01:34 +0000 (23:01 +0000)]
Whitespace change.

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

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

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

16 years agoFix regexps in fill-french-nobreak-p broken by last patch.
Martin Rudalics [Wed, 26 Dec 2007 18:12:37 +0000 (18:12 +0000)]
Fix regexps in fill-french-nobreak-p broken by last patch.

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

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

16 years ago(conf-mode-maybe): New function.
Richard M. Stallman [Wed, 26 Dec 2007 17:29:34 +0000 (17:29 +0000)]
(conf-mode-maybe): New function.
(auto-mode-alist): Use conf-mode-maybe for .conf etc.

16 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

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

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

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

16 years ago(fill-find-break-point): Fix doc-string typo.
Martin Rudalics [Wed, 26 Dec 2007 09:08:59 +0000 (09:08 +0000)]
(fill-find-break-point): Fix doc-string typo.

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

16 years ago*** empty log message ***
Richard M. Stallman [Wed, 26 Dec 2007 05:02:04 +0000 (05:02 +0000)]
*** empty log message ***

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

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

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

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

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

16 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'.

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

16 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'.

16 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'.

16 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'.

16 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'.

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

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

16 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'.

16 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'.

16 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

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

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

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

16 years ago(asm-mode-map): Add a major mode menu.
Dan Nicolaescu [Tue, 25 Dec 2007 20:00:12 +0000 (20:00 +0000)]
(asm-mode-map): Add a major mode menu.

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

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

16 years ago(comint-mode-map): Explicitly bind `delete' and `kp-delete'
Richard M. Stallman [Tue, 25 Dec 2007 16:56:28 +0000 (16:56 +0000)]
(comint-mode-map): Explicitly bind `delete' and `kp-delete'
so they never do EOF.

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

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

16 years ago(make_process): Initialize pty_flag to Qnil instead of 0
YAMAMOTO Mitsuharu [Mon, 24 Dec 2007 05:26:06 +0000 (05:26 +0000)]
(make_process): Initialize pty_flag to Qnil instead of 0
as it is not a bit field on Emacs 22 yet.

16 years ago(phys_cursor_in_rect_p): Check if cursor is in fringe area.
YAMAMOTO Mitsuharu [Mon, 24 Dec 2007 03:01:28 +0000 (03:01 +0000)]
(phys_cursor_in_rect_p): Check if cursor is in fringe area.

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

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

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

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

16 years agoLoad dired.el at run time too.
Richard M. Stallman [Sun, 23 Dec 2007 19:13:48 +0000 (19:13 +0000)]
Load dired.el at run time too.

16 years ago(copy-face): Create the new face explicitly if it does not exist already.
Richard M. Stallman [Sun, 23 Dec 2007 18:09:10 +0000 (18:09 +0000)]
(copy-face): Create the new face explicitly if it does not exist already.

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

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

16 years ago(Type Keywords): Uncomment :validate and clarify it.
Richard M. Stallman [Sun, 23 Dec 2007 16:45:07 +0000 (16:45 +0000)]
(Type Keywords): Uncomment :validate and clarify it.
Improve some of the commented-out keywords' text too.

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

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

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

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

16 years agoFix author and entry as the corresponding change is already made in the trunk.
YAMAMOTO Mitsuharu [Sun, 23 Dec 2007 06:10:04 +0000 (06:10 +0000)]
Fix author and entry as the corresponding change is already made in the trunk.

16 years ago(fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5
YAMAMOTO Mitsuharu [Sun, 23 Dec 2007 06:01:51 +0000 (06:01 +0000)]
(fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5
about not changing Help menu title.

16 years ago(mac-apple-event-map): Bind kHICommandAbout event to
YAMAMOTO Mitsuharu [Sun, 23 Dec 2007 06:00:36 +0000 (06:00 +0000)]
(mac-apple-event-map): Bind kHICommandAbout event to
`about-emacs' instead of `display-splash-screen'.

16 years ago(Query Replace): Make exp of query-replace more self-contained, and clarify.
Richard M. Stallman [Sat, 22 Dec 2007 20:21:06 +0000 (20:21 +0000)]
(Query Replace): Make exp of query-replace more self-contained, and clarify.

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

16 years agoMention -iname usage in find-dired.
Eli Zaretskii [Sat, 22 Dec 2007 17:34:14 +0000 (17:34 +0000)]
Mention -iname usage in find-dired.

16 years ago(syms_of_callint) <command-history>: Add reference to history-length in
Eli Zaretskii [Sat, 22 Dec 2007 17:20:55 +0000 (17:20 +0000)]
(syms_of_callint) <command-history>: Add reference to history-length in
the doc string.

16 years ago(set-variable-value-history): Add reference to history-length in
Eli Zaretskii [Sat, 22 Dec 2007 17:15:48 +0000 (17:15 +0000)]
(set-variable-value-history): Add reference to history-length in
the doc string.

16 years ago(minibuffer-history, shell-command-history): Add references to history-length
Eli Zaretskii [Sat, 22 Dec 2007 17:12:30 +0000 (17:12 +0000)]
(minibuffer-history, shell-command-history): Add references to history-length
in the doc strings.

16 years ago(regexp-history): Add reference to `history-length' in the doc string.
Eli Zaretskii [Sat, 22 Dec 2007 17:10:17 +0000 (17:10 +0000)]
(regexp-history): Add reference to `history-length' in the doc string.

16 years ago(input-method-history): Add reference to `history-length' in the doc string.
Eli Zaretskii [Sat, 22 Dec 2007 17:08:49 +0000 (17:08 +0000)]
(input-method-history): Add reference to `history-length' in the doc string.

16 years ago(file-name-history): Add reference to `history-length' in the doc string.
Eli Zaretskii [Sat, 22 Dec 2007 17:08:03 +0000 (17:08 +0000)]
(file-name-history): Add reference to `history-length' in the doc string.

16 years ago(Getting Started): Change @ref to @pxref.
Richard M. Stallman [Sat, 22 Dec 2007 17:05:42 +0000 (17:05 +0000)]
(Getting Started): Change @ref to @pxref.

16 years ago(comint-password-prompt-regexp): Match `Enter Password'.
Richard M. Stallman [Sat, 22 Dec 2007 16:23:36 +0000 (16:23 +0000)]
(comint-password-prompt-regexp): Match `Enter Password'.

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

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

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

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

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

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

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

16 years ago*** empty log message ***
Jason Rumney [Fri, 21 Dec 2007 10:41:17 +0000 (10:41 +0000)]
*** empty log message ***

16 years ago(rgrep): Use find-name-arg.
Jason Rumney [Fri, 21 Dec 2007 10:32:55 +0000 (10:32 +0000)]
(rgrep): Use find-name-arg.

16 years ago(find-name-arg): New custom variable.
Jason Rumney [Fri, 21 Dec 2007 10:32:38 +0000 (10:32 +0000)]
(find-name-arg): New custom variable.
(find-name-dired): Use it.
(find-dired-find-program): Remove.
(find-dired): Use find-program.
(find-grep-dired): Use grep-program.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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