bpt/emacs.git
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(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 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(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.

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

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

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

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

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

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

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

16 years ago* files.el (cd-absolute): Set `list-buffers-directory' in order to
Michael Albinus [Tue, 18 Dec 2007 21:02:53 +0000 (21:02 +0000)]
* files.el (cd-absolute): Set `list-buffers-directory' in order to
show correct path in buffer list.

* net/tramp.el (tramp-open-connection-setup-interactive-shell)
(tramp-find-shell): Send only single prompt setting commands, in
order to avoid double-prompt.

* net/tramp-compat.el (top): Require cl only when compiling.
Reported by Glenn Morris <rgm@gnu.org>.

16 years ago* progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
Thien-Thi Nguyen [Tue, 18 Dec 2007 09:21:28 +0000 (09:21 +0000)]
* progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
(c-comment-continuation-stars): No longer declare with
cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
(c-block-comment-prefix): Use symbol-value to
access c-comment-continuation-stars.
* progmodes/cc-mode.el (c-initialize-cc-mode):
Use symbol-value to access c-comment-continuation-stars.

16 years agobname needs to be a buffer name, not a filename.
Eric S. Raymond [Tue, 18 Dec 2007 08:25:34 +0000 (08:25 +0000)]
bname needs to be a buffer name, not a filename.

16 years agoForgot docstring on xml-escape-string
Mark A. Hershberger [Tue, 18 Dec 2007 03:29:10 +0000 (03:29 +0000)]
Forgot docstring on xml-escape-string

16 years agofix up xml-debug-print
Mark A. Hershberger [Tue, 18 Dec 2007 03:22:05 +0000 (03:22 +0000)]
fix up xml-debug-print

16 years agoReplace all instances of string-to-int with string-to-number,
Glenn Morris [Tue, 18 Dec 2007 02:32:40 +0000 (02:32 +0000)]
Replace all instances of string-to-int with string-to-number,
insert-string with insert, and read-input with read-string.
(top-level): No need to require imenu, reporter, dinotrace, vc,
font-lock when compiling.  Always require compile.  Relegate remaining
compatibility cruft to XEmacs.  Don't require font-lock.
(verilog-version): Remove superfluous concat.
(dinotrace-unannotate-all, zmacs-activate-region)
(customize-apropos): No need to define.
(verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
(verilog-font-lock-keywords, verilog-font-lock-keywords-1)
(verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
(verilog-startup-message-displayed): These are variables, not constants.
(verilog-batch-execute-func, verilog-auto-inst)
(verilog-auto-inst-param): Use mapc rather than mapcar.
(sigs-in, sigs-inout, sigs-out): Define for compiler rather than
actually defining.
(verilog-modi-get-decls, verilog-modi-get-sub-decls)
(verilog-modi-get-outputs, verilog-modi-get-inouts)
(verilog-modi-get-inputs, verilog-modi-get-wires)
(verilog-modi-get-regs, verilog-modi-get-assigns)
(verilog-modi-get-consts, verilog-modi-get-gparams)
(verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
(verilog-modi-get-sub-inputs): Move inline functions earlier in
the file.
(sigs-in, sigs-out): Don't declare multiple times.
(got-sig, got-rvalue, uses-delayed): Define for compiler with just
`defvar'.
(verilog-auto): Call dinotrace-unannotate-all only if bound.
(verilog-module-inside-filename-p): No need to wrap fboundp test
in condition-case.
(reporter-submit-bug-report): Autoload it.
(verilog-mark-defun): Call zmacs-activate-region only if bound.
(verilog-font-customize): Call customize-apropos only if bound.
(verilog-getopt-flags, verilog-auto-reeval-locals): Use
make-local-variable rather than make-variable-buffer-local.
(verilog-company, verilog-project, verilog-modi-cache-list): Move
make-variable-buffer-local calls to top-level.
(font-lock-defaults-alist): Don't define it.
(verilog-need-fld): Remove.
(verilog-font-lock-init): Don't set font-lock-defaults-alist.
(verilog-mode): Only call make-local-hook on XEmacs.  Set
font-lock-defaults rather than using verilog-font-lock-init.

16 years ago(c-subword-mode): Drop support for systems without define-minor-mode.
Glenn Morris [Tue, 18 Dec 2007 02:32:04 +0000 (02:32 +0000)]
(c-subword-mode): Drop support for systems without define-minor-mode.

16 years ago(defcustom-c-stylevar): Remove debugging message.
Glenn Morris [Tue, 18 Dec 2007 02:31:15 +0000 (02:31 +0000)]
(defcustom-c-stylevar): Remove debugging message.

16 years ago(sh-font-lock-syntactic-keywords): Fix
Andreas Schwab [Mon, 17 Dec 2007 20:32:48 +0000 (20:32 +0000)]
(sh-font-lock-syntactic-keywords): Fix
comment typo.

16 years agoRestore contents.
Andreas Schwab [Mon, 17 Dec 2007 13:04:59 +0000 (13:04 +0000)]
Restore contents.

16 years ago* dbus.texi (Signals): Fix example in dbus-register-signal.
Michael Albinus [Sun, 16 Dec 2007 22:45:21 +0000 (22:45 +0000)]
* dbus.texi (Signals): Fix example in dbus-register-signal.

16 years ago* net/dbus.el (dbus-name-owner-changed-handler): Use
Michael Albinus [Sun, 16 Dec 2007 22:42:47 +0000 (22:42 +0000)]
* net/dbus.el (dbus-name-owner-changed-handler): Use
`dbus-unregister-signal' for removing old rules.  Obey new
structure of `dbus-registered-functions-table'.

16 years ago* dbusbind.c (top): Include <stdio.h>.
Michael Albinus [Sun, 16 Dec 2007 22:36:47 +0000 (22:36 +0000)]
* dbusbind.c (top): Include <stdio.h>.
(Fdbus_call_method, Fdbus_send_signal): Apply type cast in
dbus_message_new_method_call and dbus_message_new_signal.
(Fdbus_register_signal): Rename unique_name to uname.  Check
handler for FUNCTIONP instead of CHECK_SYMBOL.  Handle case of
non-existing unique name.  Fix typos in matching rule.  Return an
object which is useful in Fdbus_unregister_signal.
(Fdbus_unregister_signal): Reimplementation, in order to remove
only the corresponding entry.
(Vdbus_registered_functions_table): Change the order of entries.
Apply these changes in xd_read_message and Fdbus_register_signal.

16 years ago*** empty log message ***
Eli Zaretskii [Sun, 16 Dec 2007 20:18:54 +0000 (20:18 +0000)]
*** empty log message ***

16 years agoUpdate for renamed mac icons.
Glenn Morris [Sun, 16 Dec 2007 18:57:21 +0000 (18:57 +0000)]
Update for renamed mac icons.

16 years agoUndo spurious change.
Andreas Schwab [Sun, 16 Dec 2007 10:54:19 +0000 (10:54 +0000)]
Undo spurious change.

16 years ago(Finsert_file_contents): Fix overflow check to not
Andreas Schwab [Sun, 16 Dec 2007 10:51:12 +0000 (10:51 +0000)]
(Finsert_file_contents): Fix overflow check to not
depend on undefined integer overflow.

16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 16 Dec 2007 04:31:49 +0000 (04:31 +0000)]
Merge from emacs--rel--22

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

16 years agoMerge from gnus--devo--0
Miles Bader [Sun, 16 Dec 2007 04:31:33 +0000 (04:31 +0000)]
Merge from gnus--devo--0

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

16 years ago(Auto Save): Clarify definition of auto-saving.
Richard M. Stallman [Sat, 15 Dec 2007 22:45:39 +0000 (22:45 +0000)]
(Auto Save): Clarify definition of auto-saving.

16 years ago(find-function-after-hook): Add :type.
Richard M. Stallman [Sat, 15 Dec 2007 22:39:21 +0000 (22:39 +0000)]
(find-function-after-hook): Add :type.

16 years ago(Info-clone-buffer): Renamed from Info-clone-buffer-hook. Use changed.
Richard M. Stallman [Sat, 15 Dec 2007 22:34:37 +0000 (22:34 +0000)]
(Info-clone-buffer): Renamed from Info-clone-buffer-hook.  Use changed.

16 years ago(fancy-splash-help-echo): Var deleted.
Richard M. Stallman [Sat, 15 Dec 2007 22:33:43 +0000 (22:33 +0000)]
(fancy-splash-help-echo): Var deleted.
(fancy-splash-insert): Get help-echo from (startup-echo-area-message).
(fancy-about-screen): Don't display fancy-splash-help-echo.

16 years ago(menu-bar-describe-menu): Remove dots from menu text.
Richard M. Stallman [Sat, 15 Dec 2007 22:32:17 +0000 (22:32 +0000)]
(menu-bar-describe-menu): Remove dots from menu text.

16 years agoMany doc fixes.
Richard M. Stallman [Sat, 15 Dec 2007 22:31:18 +0000 (22:31 +0000)]
Many doc fixes.
("danish-alt-postfix")
("esperanto-alt-postfix", "finnish-alt-postfix")
("german-alt-postfix", "icelandic-alt-postfix")
("norwegian-alt-postfix", "scandinavian-alt-postfix")
("spanish-alt-postfix", "swedish-alt-postfix"):
Deleted; they were identical to the non-alt versions.

16 years ago("scandinavian-postfix"): Doc fix.
Richard M. Stallman [Sat, 15 Dec 2007 22:29:42 +0000 (22:29 +0000)]
("scandinavian-postfix"): Doc fix.

16 years agoRenamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.
Eli Zaretskii [Sat, 15 Dec 2007 11:37:25 +0000 (11:37 +0000)]
Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.

16 years agoRenamed xhtml-target.rnc to xhtml-tgt.rnc; all users changed.
Eli Zaretskii [Sat, 15 Dec 2007 11:27:32 +0000 (11:27 +0000)]
Renamed xhtml-target.rnc to xhtml-tgt.rnc; all users changed.

16 years agoRenamed xhtml-list.rnc to xhtml-lst.rnc; all users changed.
Eli Zaretskii [Sat, 15 Dec 2007 11:14:02 +0000 (11:14 +0000)]
Renamed xhtml-list.rnc to xhtml-lst.rnc; all users changed.

16 years agoRenamed xhtml-basic-table.rnc to xhtml-btable.rnc; all users changed.
Eli Zaretskii [Sat, 15 Dec 2007 11:08:24 +0000 (11:08 +0000)]
Renamed xhtml-basic-table.rnc to xhtml-btable.rnc; all users changed.

16 years agoRenamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii [Sat, 15 Dec 2007 11:01:36 +0000 (11:01 +0000)]
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..

16 years agoFix a typo in commentary.
Eli Zaretskii [Sat, 15 Dec 2007 10:50:45 +0000 (10:50 +0000)]
Fix a typo in commentary.

16 years agoRenamed docbook-soextbl.rnc to docbk-soextbl.rnc.
Eli Zaretskii [Sat, 15 Dec 2007 10:44:42 +0000 (10:44 +0000)]
Renamed docbook-soextbl.rnc to docbk-soextbl.rnc.

16 years agoRenamed docbook-dyntbl.rnc to docbk-dyntbl.rnc.
Eli Zaretskii [Sat, 15 Dec 2007 10:42:29 +0000 (10:42 +0000)]
Renamed docbook-dyntbl.rnc to docbk-dyntbl.rnc.

16 years agoUpdate due to renaming of macemacs_*.png to emacs*_mac.png.
Eli Zaretskii [Sat, 15 Dec 2007 10:29:16 +0000 (10:29 +0000)]
Update due to renaming of macemacs_*.png to emacs*_mac.png.

16 years agoRenamed macemacs_512.png to emacs512_mac.png.
Eli Zaretskii [Sat, 15 Dec 2007 10:27:17 +0000 (10:27 +0000)]
Renamed macemacs_512.png to emacs512_mac.png.

16 years agoRenamed macemacs_256.png to emacs256_mac.png.
Eli Zaretskii [Sat, 15 Dec 2007 10:23:25 +0000 (10:23 +0000)]
Renamed macemacs_256.png to emacs256_mac.png.

16 years agoRenamed macemacs_48.png to emacs48_mac.png.
Eli Zaretskii [Sat, 15 Dec 2007 10:22:49 +0000 (10:22 +0000)]
Renamed macemacs_48.png to emacs48_mac.png.

16 years agoRenamed macemacs_32.png to emacs32_mac.png.
Eli Zaretskii [Sat, 15 Dec 2007 10:22:05 +0000 (10:22 +0000)]
Renamed macemacs_32.png to emacs32_mac.png.

16 years agoRenamed macemacs_24.png to emacs24_mac.png.
Eli Zaretskii [Sat, 15 Dec 2007 10:21:45 +0000 (10:21 +0000)]
Renamed macemacs_24.png to emacs24_mac.png.

16 years agoRenamed macemacs_16.png to emacs16_mac.png.
Eli Zaretskii [Sat, 15 Dec 2007 10:21:10 +0000 (10:21 +0000)]
Renamed macemacs_16.png to emacs16_mac.png.

16 years ago*** empty log message ***
Eli Zaretskii [Sat, 15 Dec 2007 10:09:17 +0000 (10:09 +0000)]
*** empty log message ***

16 years ago* dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
Michael Albinus [Fri, 14 Dec 2007 21:49:52 +0000 (21:49 +0000)]
* dbusbind.c (xd_retrieve_value, xd_retrieve_arg)
(Fdbus_call_method, Fdbus_send_signal, xd_read_message): Use
`unsigned int' instead of `uint'.
(xd_read_message, Fdbus_register_signal): Split expressions into
multiple lines before operators "&&" and "||", according to the
GNU Coding Standards.

16 years agoAdd more symbols.
Eli Zaretskii [Fri, 14 Dec 2007 12:41:12 +0000 (12:41 +0000)]
Add more symbols.

16 years ago(w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.
Jason Rumney [Fri, 14 Dec 2007 12:26:31 +0000 (12:26 +0000)]
(w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.

16 years ago(WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.
Eli Zaretskii [Fri, 14 Dec 2007 11:56:30 +0000 (11:56 +0000)]
(WINDOWS_NT): Fix incorrect spelling of WINDOWSNT.

16 years ago(Encoding and I/O): Reword to avoid saying
Martin Rudalics [Fri, 14 Dec 2007 07:38:58 +0000 (07:38 +0000)]
(Encoding and I/O): Reword to avoid saying
"visit the current buffer".

16 years ago*** empty log message ***
Martin Rudalics [Fri, 14 Dec 2007 06:58:44 +0000 (06:58 +0000)]
*** empty log message ***

16 years ago(System Interface): Fix typo.
Martin Rudalics [Fri, 14 Dec 2007 06:51:03 +0000 (06:51 +0000)]
(System Interface): Fix typo.

16 years ago(w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
Jason Rumney [Thu, 13 Dec 2007 15:53:26 +0000 (15:53 +0000)]
(w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
before dereferencing array.
(lookup_vk_code): Remove zero comparison.

16 years agorevert-buffer docstring fix
Vinicius Jose Latorre [Wed, 12 Dec 2007 11:31:52 +0000 (11:31 +0000)]
revert-buffer docstring fix

16 years agorevert-buffer docstring fix
Vinicius Jose Latorre [Wed, 12 Dec 2007 11:25:21 +0000 (11:25 +0000)]
revert-buffer docstring fix

16 years agoFix typo.
Thien-Thi Nguyen [Wed, 12 Dec 2007 10:12:51 +0000 (10:12 +0000)]
Fix typo.

16 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 12 Dec 2007 08:14:07 +0000 (08:14 +0000)]
*** empty log message ***

16 years ago(defcustom-c-stylevar): Rewrite.
Thien-Thi Nguyen [Wed, 12 Dec 2007 08:00:45 +0000 (08:00 +0000)]
(defcustom-c-stylevar): Rewrite.

16 years ago*** empty log message ***
Martin Rudalics [Wed, 12 Dec 2007 07:37:57 +0000 (07:37 +0000)]
*** empty log message ***

16 years ago(math-restore-underscores, math-string-restore-underscores):
Jay Belanger [Wed, 12 Dec 2007 04:55:20 +0000 (04:55 +0000)]
(math-restore-underscores, math-string-restore-underscores):
New functions.
(math-read-factor): Properly check variable names with underscores
for entries in `math-expr-variable-mapping'.

16 years agoreturn back entry: revert-buffer should eliminate overlays and the mark
Vinicius Jose Latorre [Wed, 12 Dec 2007 01:18:26 +0000 (01:18 +0000)]
return back entry: revert-buffer should eliminate overlays and the mark

16 years ago(Frename_buffer): In interactive spec replace
Juri Linkov [Wed, 12 Dec 2007 00:10:37 +0000 (00:10 +0000)]
(Frename_buffer): In interactive spec replace
`read-buffer' with `read-string' that uses `buffer-name-history'
as history, and the current buffer's name as default.

16 years ago(gnus-group-name-decode): Autoload.
Glenn Morris [Tue, 11 Dec 2007 08:28:49 +0000 (08:28 +0000)]
(gnus-group-name-decode): Autoload.
(gnus-find-method-for-group, gnus-group-name-charset)
(message-tokenize-header, gnus-get-buffer-create)
(mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
(gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
Declare as functions.

16 years agorevert-buffer should eliminate overlays and the mark
Glenn Morris [Tue, 11 Dec 2007 05:54:44 +0000 (05:54 +0000)]
revert-buffer should eliminate overlays and the mark

16 years ago(check-declare-verify): Handle deffoo.
Glenn Morris [Tue, 11 Dec 2007 05:52:07 +0000 (05:52 +0000)]
(check-declare-verify): Handle deffoo.

16 years ago(url-make-private-file): New function.
Glenn Morris [Tue, 11 Dec 2007 05:50:37 +0000 (05:50 +0000)]
(url-make-private-file): New function.

16 years ago(url-history-save-history): Use url-make-private-file and with-temp-buffer.
Glenn Morris [Tue, 11 Dec 2007 05:50:11 +0000 (05:50 +0000)]
(url-history-save-history): Use url-make-private-file and with-temp-buffer.

16 years ago(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris [Tue, 11 Dec 2007 05:49:53 +0000 (05:49 +0000)]
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.

16 years ago(url-history-save-history): Use url-make-private-file and with-temp-buffer.
Glenn Morris [Tue, 11 Dec 2007 05:49:36 +0000 (05:49 +0000)]
(url-history-save-history): Use url-make-private-file and with-temp-buffer.

16 years ago(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris [Tue, 11 Dec 2007 05:49:10 +0000 (05:49 +0000)]
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.

16 years ago(url-make-private-file): New function.
Glenn Morris [Tue, 11 Dec 2007 05:48:40 +0000 (05:48 +0000)]
(url-make-private-file): New function.

16 years ago(url-configuration-directory): Make it a defcustom.
Glenn Morris [Tue, 11 Dec 2007 05:48:25 +0000 (05:48 +0000)]
(url-configuration-directory): Make it a defcustom.

16 years agoAdd declare-function compatibility definition.
Glenn Morris [Tue, 11 Dec 2007 05:48:08 +0000 (05:48 +0000)]
Add declare-function compatibility definition.
Require gnus-sum not just when compiling.
(nnvirtual-find-group-art): Declare as a function.

16 years ago(gnus-alive-p): Autoload.
Glenn Morris [Tue, 11 Dec 2007 05:46:54 +0000 (05:46 +0000)]
(gnus-alive-p): Autoload.

16 years agoAdd declare-function compatibility definition.
Glenn Morris [Tue, 11 Dec 2007 05:46:37 +0000 (05:46 +0000)]
Add declare-function compatibility definition.
(message-goto-eoh): Autoload.
(article-narrow-to-head, gnus-article-goto-header)
(gnus-add-image, gnus-add-wash-type): Declare as functions.
(gnus-display-x-face-in-from): Require gnus-art.

16 years agoAdd declare-function compatibility definition.
Glenn Morris [Tue, 11 Dec 2007 05:45:43 +0000 (05:45 +0000)]
Add declare-function compatibility definition.
(nnkiboze-score-file): Declare as a function.