]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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 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 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 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(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(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 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 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 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(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 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 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(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.