]> git.eshelyaron.com Git - emacs.git/log
emacs.git
21 years ago(customize-create-theme): Call `customize-create-theme' in
John Paul Wallington [Sat, 5 Jul 2003 14:53:30 +0000 (14:53 +0000)]
(customize-create-theme): Call `customize-create-theme' in
Reset widget's notify function.  Blush.

21 years agoDescribe bibtex.el changes. From Roland Winkler.
Kai Großjohann [Sat, 5 Jul 2003 12:42:43 +0000 (12:42 +0000)]
Describe bibtex.el changes.  From Roland Winkler.

21 years ago2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Kai Großjohann [Sat, 5 Jul 2003 12:41:24 +0000 (12:41 +0000)]
2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>

* textmodes/bibtex.el (bibtex-sort-entry-class): new entry
catch-all.
(bibtex-sort-ignore-string-entries): default value t.
(bibtex-entry-kill-ring-max): Reintroduced as it was removed
erroneously in previous version.
(bibtex-string-files): Docstring reflects new parsing scheme.
(bibtex-autokey-transcriptions): Merge some rewrite entries, fix
docstring, add # as one of the chars to crush
(bibtex-autokey-prefix-string, bibtex-autokey-names)
(bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
(bibtex-autokey-name-change-strings)
(bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
(bibtex-autokey-name-separator, bibtex-autokey-year-length)
(bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
(bibtex-autokey-title-terminators)
(bibtex-autokey-titlewords-stretch)
(bibtex-autokey-titleword-ignore)
(bibtex-autokey-titleword-case-convert)
(bibtex-autokey-titleword-abbrevs)
(bibtex-autokey-titleword-abbrevs)
(bibtex-autokey-titleword-change-strings)
(bibtex-autokey-titleword-length)
(bibtex-autokey-titleword-separator)
(bibtex-autokey-name-year-separator)
(bibtex-autokey-year-title-separator)
(bibtex-autokey-before-presentation-function)
(bibtex-entry-type-history, bibtex-entry-maybe-empty-head): Fix
docstring.
(bibtex-strings, bibtex-reference-keys): Use
lazy-completion-table and make-variable-buffer-local.
(bibtex-sort-entry-class-alist): Use downcase, account for
catch-all.
(bibtex-braced-string-syntax-table)
(bibtex-quoted-string-syntax-table): New variables.
(bibtex-parse-nested-braces): Remove.
(bibtex-parse-field-string): Use syntax table and forward-sexp.
(bibtex-parse-association): Simplify.
(bibtex-parse-field-name): Obey bibtex-autoadd-commas.
(bibtex-parse-field-text): Simplify.
(bibtex-search-forward-field, bibtex-search-backward-field):
argument BOUND can take value t.
(bibtex-start-of-field, bibtex-start-of-name-in-field)
(bibtex-end-of-name-in-field, bibtex-end-of-field)
(bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
(bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
(bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
(bibtex-skip-to-valid-entry): Return buffer position of beginning
and ending of entry. Update for changes of bibtex-search-entry.
Simplify.
(bibtex-map-entries): FUN is called with three arguments.
(bibtex-search-entry): Return a cons pair with buffer positions of
beginning and end of entry.
(bibtex-enclosing-field): Simplify.
(bibtex-format-entry): Use booktitle to set a missing title.
(bibtex-autokey-get-names): Fiddle with regexps.
(bibtex-generate-autokey): Use identity.
(bibtex-parse-keys): Use simplified parsing algorithm if
bibtex-parse-keys-fast is non-nil. Simplify. Change order of
arguments. Return alist of keys.
(bibtex-parse-strings): Simplify. Return alist of strings.
(bibtex-complete-string-cleanup): Fix docstring.
(bibtex-read-key): New function.
(bibtex-mode): Fix docstring. Do not parse for keys and
strings when the mode is entered. Set fill-paragraph-function to
bibtex-fill-field. Setup font-lock-mark-block-function the way
font-lock intended.
(bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
(bibtex-parse-entry, bibtex-autofill-entry): New functions.
(bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
(bibtex-Preamble): Avoid hard coded constants.
(bibtex-make-field): Fix docstring. Simplify.
(bibtex-beginning-of-entry): Always return new position of point.
(bibtex-end-of-entry): Rearrange cond clauses.
(bibtex-count-entries, bibtex-validate, bibtex-reformat): Update
for changes of bibtex-map-entries.
(bibtex-ispell-abstract): Do not move point.
(bibtex-entry-index): Use downcase. Simplify.
(bibtex-lessp): Handle catch-all.
(bibtex-find-crossref): Turned into a command.
(bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
(bibtex-clean-entry): Use bibtex-read-key. Handle string and
preamble entries.
(bibtex-fill-field-bounds): New function.
(bibtex-fill-field): New command. Bound to
fill-paragraph-function.
(bibtex-fill-entry): Use bibtex-fill-field-bounds
(bibtex-String): Use bibtex-strings. Always obey
bibtex-sort-ignore-string-entries.

21 years ago(ibuffer-backward-line, ibuffer-forward-line)
John Paul Wallington [Sat, 5 Jul 2003 11:24:00 +0000 (11:24 +0000)]
(ibuffer-backward-line, ibuffer-forward-line)
(ibuffer-mark-interactive): Use `or' instead of `unless'.
(define-ibuffer-column name): Add summarizer.
(define-ibuffer-column size): Likewise.
(define-ibuffer-column filename): Likewise.
(define-ibuffer-column process): Likewise.  Change BODY's output too.
(define-ibuffer-column filename-and-process): Likewise, likewise.
(ibuffer): Remove local vars `already-in' and `need-update'.

21 years agoDon't require `derived' at compile-time.
John Paul Wallington [Sat, 5 Jul 2003 11:20:30 +0000 (11:20 +0000)]
Don't require `derived' at compile-time.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 5 Jul 2003 00:36:30 +0000 (00:36 +0000)]
*** empty log message ***

21 years ago(cl-transform-lambda): Strip &cl-defs
Stefan Monnier [Sat, 5 Jul 2003 00:23:04 +0000 (00:23 +0000)]
(cl-transform-lambda): Strip &cl-defs
thingies from constructors created by defstruct.

21 years ago(byte-compile-defvar): Check and set the default value of the variable.
Stefan Monnier [Fri, 4 Jul 2003 23:47:48 +0000 (23:47 +0000)]
(byte-compile-defvar): Check and set the default value of the variable.
(byte-code-meter): Move declaration to top level.

21 years ago(cvs-parse-status): Ignore extra fields from CVSNT.
Stefan Monnier [Fri, 4 Jul 2003 23:30:29 +0000 (23:30 +0000)]
(cvs-parse-status): Ignore extra fields from CVSNT.

21 years ago(Info-following-node-name-re): New fun.
Stefan Monnier [Fri, 4 Jul 2003 23:05:35 +0000 (23:05 +0000)]
(Info-following-node-name-re): New fun.
(Info-following-node-name): Remove.
(Info-insert-dir): Use the new fun.
(Info-extract-pointer): Don't save restriction; use new fun.
(Info-menu-entry-name-re): New const.
(Info-menu-entry-name-re): Use it along with new fun.
(Info-node-spec-re): Use new fun.
(Info-complete-menu-item, Info-fontify-node): Use new const.
(Info-goto-node, Info-follow-reference, Info-menu-update):
Use match-string.
(Info-follow-reference): Use assoc-string.
Use a list of strings for the completion table.
(Info-fontify-node): Use match-string, line-end-position.
Limit the search for `node:' to the first line.

21 years ago(uncomment-region): Remove padding coming from
Stefan Monnier [Fri, 4 Jul 2003 22:45:26 +0000 (22:45 +0000)]
(uncomment-region): Remove padding coming from
comment-start rather than just from comment-padding.

21 years ago(vc-cvs-repository-hostname): New operation.
Stefan Monnier [Fri, 4 Jul 2003 22:40:26 +0000 (22:40 +0000)]
(vc-cvs-repository-hostname): New operation.
(vc-cvs-stay-local-p): Use vc-stay-local-p.
(vc-cvs-rename-file): Remove (use the default).
(vc-cvs-register): Register parent dir if needed.
(vc-cvs-could-register): Return non-nil if parent can be registered.
(vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
(vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.

21 years ago(vc-svn-use-edit): Make it into a const.
Stefan Monnier [Fri, 4 Jul 2003 22:21:45 +0000 (22:21 +0000)]
(vc-svn-use-edit): Make it into a const.
(vc-svn-update): Fix the arguments to `svn'.
(vc-svn-diff-tree): Just use `vc-svn-diff'.
(vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
Simple implementations, assuming `name' is a URL.

21 years agoDisable paragraph refilling.
Kim F. Storm [Fri, 4 Jul 2003 21:40:22 +0000 (21:40 +0000)]
Disable paragraph refilling.
(Info-refill-paragraphs): New defcustom.
(Info-fontify-node): Use it.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 4 Jul 2003 21:40:04 +0000 (21:40 +0000)]
*** empty log message ***

21 years ago(Top, Help-Small-Screen): Remove accidentally added next, prev and up
Luc Teirlinck [Fri, 4 Jul 2003 21:07:23 +0000 (21:07 +0000)]
(Top, Help-Small-Screen): Remove accidentally added next, prev and up
pointers.

21 years ago*** empty log message ***
Luc Teirlinck [Fri, 4 Jul 2003 21:04:47 +0000 (21:04 +0000)]
*** empty log message ***

21 years ago(sh-font-lock-paren): Add [ and ] to the
Stefan Monnier [Fri, 4 Jul 2003 20:37:49 +0000 (20:37 +0000)]
(sh-font-lock-paren): Add [ and ] to the
set of chars allowed unquoted in a case pattern.

21 years ago*** empty log message ***
Stefan Monnier [Fri, 4 Jul 2003 20:36:50 +0000 (20:36 +0000)]
*** empty log message ***

21 years ago(font-lock-defaults-alist): Remove obsolete comment.
Stefan Monnier [Fri, 4 Jul 2003 20:27:14 +0000 (20:27 +0000)]
(font-lock-defaults-alist): Remove obsolete comment.

21 years ago(struct Lisp_Float): Remove unused field `type'.
Stefan Monnier [Fri, 4 Jul 2003 20:19:55 +0000 (20:19 +0000)]
(struct Lisp_Float): Remove unused field `type'.

21 years ago(ALIGN): Add casts to simplify usage.
Stefan Monnier [Fri, 4 Jul 2003 20:19:06 +0000 (20:19 +0000)]
(ALIGN): Add casts to simplify usage.
(BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
(ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
(struct ablock, struct ablocks): New types.
(free_ablock): New global var.
(lisp_align_malloc, lisp_align_free): New functions.
(FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
(struct float_block): Reorder and add gcmarkbits.
(GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
(FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
(init_float, make_float): Use lisp_align_malloc.
(free_float, live_float_p): Don't use `type' any more.
(make_float): Use FLOAT_UNMARK to access to mark bit.
(mark_maybe_object, mark_maybe_pointer, survives_gc_p):
Use FLOAT_MARKED_P to access the mark bit.
(pure_alloc): Simplify use of ALIGN.
(mark_object): Use FLOAT_MARK to access the mark bit.
(gc_sweep): Use new macros to access the float's mark bit.
(init_alloc_once): Init free_ablock.

21 years ago*** empty log message ***
Dave Love [Fri, 4 Jul 2003 20:10:42 +0000 (20:10 +0000)]
*** empty log message ***

21 years ago(font-lock-extra-types-widget)
Stefan Monnier [Fri, 4 Jul 2003 18:29:49 +0000 (18:29 +0000)]
(font-lock-extra-types-widget)
(c-font-lock-extra-types, c++-font-lock-extra-types)
(objc-font-lock-extra-types, java-font-lock-extra-types)
(c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
(c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
(font-lock-match-c++-style-declaration-item-and-skip-to-next)
(font-lock-match-c++-structor-declaration)
(c++-font-lock-keywords-1, c++-font-lock-keywords-2)
(c++-font-lock-keywords-3, c++-font-lock-keywords)
(objc-font-lock-keywords-1, objc-font-lock-keywords-2)
(objc-font-lock-keywords-3, objc-font-lock-keywords)
(java-font-lock-keywords-1, java-font-lock-keywords-2)
(java-font-lock-keywords-3, java-font-lock-keywords)
(java-font-lock-syntactic-face-function): Remove obsolete code
and constants.  It's all in cc-fonts.el now.

21 years ago(font-lock-defaults-alist): Remove obsolete entries.
Stefan Monnier [Fri, 4 Jul 2003 18:29:12 +0000 (18:29 +0000)]
(font-lock-defaults-alist): Remove obsolete entries.

21 years ago(mail-specify-envelope-from, mail-envelope-from): Doc fix.
Glenn Morris [Fri, 4 Jul 2003 11:24:57 +0000 (11:24 +0000)]
(mail-specify-envelope-from, mail-envelope-from): Doc fix.

21 years ago*** empty log message ***
Glenn Morris [Fri, 4 Jul 2003 11:24:29 +0000 (11:24 +0000)]
*** empty log message ***

21 years agoDid away with the dependency on `c-emacs-features' when populating
Martin Stjernholm [Fri, 4 Jul 2003 10:47:06 +0000 (10:47 +0000)]
Did away with the dependency on `c-emacs-features' when populating
`rul-generic-mode-syntax-table'; we already know this isn't XEmacs.

21 years agoCC Mode 5.30 news.
Martin Stjernholm [Thu, 3 Jul 2003 12:49:26 +0000 (12:49 +0000)]
CC Mode 5.30 news.

21 years agoUpdated CC Mode to version 5.30.
Martin Stjernholm [Thu, 3 Jul 2003 12:30:59 +0000 (12:30 +0000)]
Updated CC Mode to version 5.30.

21 years ago(Help): Mention existence of Emacs and stand-alone Info at the very
Luc Teirlinck [Thu, 3 Jul 2003 01:59:39 +0000 (01:59 +0000)]
(Help): Mention existence of Emacs and stand-alone Info at the very
beginning of the tutorial.
(Help-Inv): New node.
(Help-]): New node.
(Help-M): Systematically point out the differences between default
Emacs and stand-alone versions.  Delete second menu.
(Help-Xref): Systematically point out the differences between default
Emacs and stand-alone versions.
(Help-Int): Change `l' example.
(Expert Info): Fix typos.
(Emacs Info Variables): Mention `Info-hide-note-references' and new
default for `Info-scroll-prefer-subnodes'.

21 years ago*** empty log message ***
Luc Teirlinck [Thu, 3 Jul 2003 01:54:21 +0000 (01:54 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Luc Teirlinck [Wed, 2 Jul 2003 04:28:58 +0000 (04:28 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Luc Teirlinck [Wed, 2 Jul 2003 04:09:52 +0000 (04:09 +0000)]
*** empty log message ***

21 years ago(Info-fontify-menu-headers): Only fontify `* Menu:' at the beginning
Luc Teirlinck [Wed, 2 Jul 2003 00:57:20 +0000 (00:57 +0000)]
(Info-fontify-menu-headers): Only fontify `* Menu:' at the beginning
of a line.
(Info-extract-menu-node-name): Correctly initialize while loop.
(Info-scroll-prefer-subnodes): Change default to nil.

21 years ago*** empty log message ***
Luc Teirlinck [Wed, 2 Jul 2003 00:53:46 +0000 (00:53 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Luc Teirlinck [Wed, 2 Jul 2003 00:42:24 +0000 (00:42 +0000)]
*** empty log message ***

21 years ago(vis-mode): Update documentation string to reflect earlier changes.
Luc Teirlinck [Tue, 1 Jul 2003 22:15:33 +0000 (22:15 +0000)]
(vis-mode): Update documentation string to reflect earlier changes.

21 years ago*** empty log message ***
Luc Teirlinck [Tue, 1 Jul 2003 22:12:50 +0000 (22:12 +0000)]
*** empty log message ***

21 years agoFix typo.
Richard M. Stallman [Mon, 30 Jun 2003 10:43:22 +0000 (10:43 +0000)]
Fix typo.

21 years agoMinor Texinfo usage fix.
Richard M. Stallman [Mon, 30 Jun 2003 10:43:01 +0000 (10:43 +0000)]
Minor Texinfo usage fix.

21 years ago(Buffer Contents): Document current-word.
Richard M. Stallman [Mon, 30 Jun 2003 10:42:46 +0000 (10:42 +0000)]
(Buffer Contents): Document current-word.
(Change Hooks): Not called for *Messages*.

21 years ago(Defining Functions): Explain about redefining primitives.
Richard M. Stallman [Mon, 30 Jun 2003 10:40:27 +0000 (10:40 +0000)]
(Defining Functions): Explain about redefining primitives.
(Function Safety): Renamed.  Minor changes.
Comment out the detailed criteria for what is safe.

21 years ago(pure-space-overflow): Set it if overflow.
Richard M. Stallman [Mon, 30 Jun 2003 10:38:03 +0000 (10:38 +0000)]
(pure-space-overflow): Set it if overflow.

21 years ago(pure-space-overflow): New variable.
Richard M. Stallman [Mon, 30 Jun 2003 10:36:35 +0000 (10:36 +0000)]
(pure-space-overflow): New variable.
(fancy-splash-screens-1): Display warning if overflow.
(normal-splash-screen): Likewise.

21 years agoRecord new maintainer.
Richard M. Stallman [Mon, 30 Jun 2003 10:34:50 +0000 (10:34 +0000)]
Record new maintainer.

21 years ago(vc-default-show-log-entry): Use with-no-warnings.
Richard M. Stallman [Mon, 30 Jun 2003 10:34:26 +0000 (10:34 +0000)]
(vc-default-show-log-entry): Use with-no-warnings.

21 years ago(lazy-completion-table, dynamic-completion-table): New macros.
Richard M. Stallman [Mon, 30 Jun 2003 10:33:52 +0000 (10:33 +0000)]
(lazy-completion-table, dynamic-completion-table): New macros.

21 years agoAdd workaround for "Windows only" printers
Jason Rumney [Sun, 29 Jun 2003 20:22:07 +0000 (20:22 +0000)]
Add workaround for "Windows only" printers

21 years ago(gdb-display-number-end): Don't re-initialise local
Nick Roberts [Sun, 29 Jun 2003 13:52:50 +0000 (13:52 +0000)]
(gdb-display-number-end): Don't re-initialise local
variables to preserve array slices.
(gdb-array-slice): Rename gdb-mouse-array-slice.
(gdb-array-slice): Interactive function bound to "\r" for text
terminals.
(gdb-view-source): Rename gdb-view-source-function.
Set uninitialised variables (defvars) to nil.

21 years ago*** empty log message ***
Nick Roberts [Sun, 29 Jun 2003 13:49:13 +0000 (13:49 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Sun, 29 Jun 2003 12:05:01 +0000 (12:05 +0000)]
*** empty log message ***

21 years agoFix XRegisterIMInstantiateCallback check for gcc.
Dave Love [Sun, 29 Jun 2003 12:01:08 +0000 (12:01 +0000)]
Fix XRegisterIMInstantiateCallback check for gcc.

21 years ago(set-display-table-and-terminal-coding-system): Remove CVS
Kai Großjohann [Sun, 29 Jun 2003 10:37:00 +0000 (10:37 +0000)]
(set-display-table-and-terminal-coding-system): Remove CVS
conflict markers and some code.

21 years ago(mule-menu-keymap): Delete mouse-set-fonts item here.
Richard M. Stallman [Sat, 28 Jun 2003 11:54:47 +0000 (11:54 +0000)]
(mule-menu-keymap): Delete mouse-set-fonts item here.

21 years ago(menu-bar-options-menu): Move mouse-set-fonts item here.
Richard M. Stallman [Sat, 28 Jun 2003 11:54:09 +0000 (11:54 +0000)]
(menu-bar-options-menu): Move mouse-set-fonts item here.

21 years ago(mark_buffer): Fix missed buffer->name in last patch.
Stefan Monnier [Fri, 27 Jun 2003 22:54:26 +0000 (22:54 +0000)]
(mark_buffer): Fix missed buffer->name in last patch.

21 years ago(MARKBIT): Update comment.
Stefan Monnier [Fri, 27 Jun 2003 22:53:35 +0000 (22:53 +0000)]
(MARKBIT): Update comment.

21 years ago(VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
Stefan Monnier [Fri, 27 Jun 2003 21:54:38 +0000 (21:54 +0000)]
(VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
(GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
(allocate_buffer): Move.
(string_bytes): Don't mask markbit of `size_byte'.
(mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
(mark_object, mark_buffer, survives_gc_p, gc_sweep):
Use the `size' field of buffers (rather than the `name' field) for
the mark bit, as is done for all other vectorlike objects.
Use the new macros to access the mark bit of vectorlike objects.

21 years ago(menu-bar-options-menu): Move
Kai Großjohann [Fri, 27 Jun 2003 20:19:21 +0000 (20:19 +0000)]
(menu-bar-options-menu): Move
`mouse-set-fonts' here from Options/Mule submenu.

21 years agoFix minor Texinfo usage.
Richard M. Stallman [Fri, 27 Jun 2003 16:20:28 +0000 (16:20 +0000)]
Fix minor Texinfo usage.

21 years agoconfig.nt: New define strftime
Jan Djärv [Fri, 27 Jun 2003 11:55:04 +0000 (11:55 +0000)]
config.nt: New define strftime

21 years ago(BASE_PURESIZE): Increment base size.
Richard M. Stallman [Fri, 27 Jun 2003 02:25:31 +0000 (02:25 +0000)]
(BASE_PURESIZE): Increment base size.

21 years ago(fast_find_position): Enable Gerd's new definition.
Richard M. Stallman [Fri, 27 Jun 2003 02:24:29 +0000 (02:24 +0000)]
(fast_find_position): Enable Gerd's new definition.

21 years ago(xim_initialize): Undo previous change.
Richard M. Stallman [Fri, 27 Jun 2003 02:21:51 +0000 (02:21 +0000)]
(xim_initialize): Undo previous change.

21 years ago(Fset_window_dedicated_p): Simplify.
Stefan Monnier [Thu, 26 Jun 2003 23:20:50 +0000 (23:20 +0000)]
(Fset_window_dedicated_p): Simplify.
(display_buffer_1): Don't raise the win from which minibuf was entered.
(temp_output_buffer_show): Don't assume BEG == 1.  Simplify.
(Fminibuffer_selected_window): Simplify.
(delete_window): Update for new types.

21 years ago(message_dolog): Update for new types.
Stefan Monnier [Thu, 26 Jun 2003 23:18:07 +0000 (23:18 +0000)]
(message_dolog): Update for new types.

21 years ago(buf_charpos_to_bytepos, buf_bytepos_to_charpos)
Stefan Monnier [Thu, 26 Jun 2003 23:17:50 +0000 (23:17 +0000)]
(buf_charpos_to_bytepos, buf_bytepos_to_charpos)
(Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
(set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
Update for new types.

21 years ago(check_markers, adjust_markers_for_delete)
Stefan Monnier [Thu, 26 Jun 2003 23:17:29 +0000 (23:17 +0000)]
(check_markers, adjust_markers_for_delete)
(adjust_markers_for_insert, adjust_markers_for_replace)
(prepare_to_modify_buffer, RESTORE_VALUE): Update for new types.

21 years ago(save_excursion_restore, transpose_markers): Update for new types.
Stefan Monnier [Thu, 26 Jun 2003 23:17:13 +0000 (23:17 +0000)]
(save_excursion_restore, transpose_markers): Update for new types.

21 years ago(set_buffer_internal_1): Test CONSP for lists.
Stefan Monnier [Thu, 26 Jun 2003 23:16:44 +0000 (23:16 +0000)]
(set_buffer_internal_1): Test CONSP for lists.
(Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte): Update to new types.

21 years ago(survives_gc_p): Simplify.
Stefan Monnier [Thu, 26 Jun 2003 23:16:05 +0000 (23:16 +0000)]
(survives_gc_p): Simplify.
(Fmake_marker, free_marker, gc_sweep): Update for new types.

21 years ago(struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
Stefan Monnier [Thu, 26 Jun 2003 23:15:25 +0000 (23:15 +0000)]
(struct buffer_text): Lisp_Object `markers' => Lisp_Marker.

21 years ago(unchain_marker): Lisp_Object arg => Lisp_Marker.
Stefan Monnier [Thu, 26 Jun 2003 23:15:08 +0000 (23:15 +0000)]
(unchain_marker): Lisp_Object arg => Lisp_Marker.
(struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.

21 years agoFix some of the font/face problems.
Jan Djärv [Thu, 26 Jun 2003 21:18:45 +0000 (21:18 +0000)]
Fix some of the font/face problems.

21 years agoconfigure: Regenerate
Jan Djärv [Thu, 26 Jun 2003 21:09:11 +0000 (21:09 +0000)]
configure: Regenerate

21 years agoAdd XRegisterIMInstantiateCallback_arg6 so it will be defined.
Jan Djärv [Thu, 26 Jun 2003 21:08:13 +0000 (21:08 +0000)]
Add XRegisterIMInstantiateCallback_arg6 so it will be defined.

21 years agoRemove comment about change in Commentary section.
Markus Rost [Thu, 26 Jun 2003 18:34:31 +0000 (18:34 +0000)]
Remove comment about change in Commentary section.

21 years ago(iswitchb-read-buffer): Remove redudant variable
Stephen Eglen [Thu, 26 Jun 2003 11:47:34 +0000 (11:47 +0000)]
(iswitchb-read-buffer): Remove redudant variable
iswitchb-prepost-hooks. Remove iswitchb-xemacs variable and use
(featurep 'xemacs) and fboundp instead. (From Stefan Monnier).

(iswitchb-completions): Remove two redundant arguments and local
variables. (From Stefan Monnier).

Commentary fix (from Markus Rost).

21 years ago(make_interval, Fmake_symbol, allocate_misc):
Stefan Monnier [Wed, 25 Jun 2003 23:28:14 +0000 (23:28 +0000)]
(make_interval, Fmake_symbol, allocate_misc):
Initialize the new field `gcmarkbit'.
(mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
(mark_interval_tree): Don't mark the tree separately from the nodes.
(UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
(mark_maybe_object, mark_maybe_pointer, Fgarbage_collect, mark_object)
(survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.

21 years ago(struct interval, struct Lisp_Symbol, struct Lisp_Free)
Stefan Monnier [Wed, 25 Jun 2003 23:16:30 +0000 (23:16 +0000)]
(struct interval, struct Lisp_Symbol, struct Lisp_Free)
(struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
(struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
(struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
(struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.

21 years ago(gnus-group-suspend): Avoid some consing.
Sam Steingold [Wed, 25 Jun 2003 18:44:57 +0000 (18:44 +0000)]
(gnus-group-suspend): Avoid some consing.

21 years ago* progmodes/asm-mode.el (asm-font-lock-keywords): Support
Masatake YAMATO [Wed, 25 Jun 2003 06:52:04 +0000 (06:52 +0000)]
* progmodes/asm-mode.el (asm-font-lock-keywords): Support
labels starting with "." and directives starting with ".".

21 years agoFix minor Texinfo usage.
Richard M. Stallman [Tue, 24 Jun 2003 18:16:37 +0000 (18:16 +0000)]
Fix minor Texinfo usage.
(file-exists-p): Explain handling of directories, symlinks, etc.

21 years agoAdvising Primitives renamed from Subr Arguments.
Richard M. Stallman [Tue, 24 Jun 2003 18:15:25 +0000 (18:15 +0000)]
Advising Primitives renamed from Subr Arguments.

21 years agoFix minor Texinfo usage.
Richard M. Stallman [Tue, 24 Jun 2003 18:15:06 +0000 (18:15 +0000)]
Fix minor Texinfo usage.

21 years ago(Advising Primitives): Renamed from Subr Arguments.
Richard M. Stallman [Tue, 24 Jun 2003 18:14:01 +0000 (18:14 +0000)]
(Advising Primitives): Renamed from Subr Arguments.
Explain that advising primitives doesn't affect calls from C code.

21 years ago(xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
Dave Love [Tue, 24 Jun 2003 09:43:04 +0000 (09:43 +0000)]
(xim_initialize): Use XRegisterIMInstantiateCallback_arg6.

21 years agoTest HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
Dave Love [Tue, 24 Jun 2003 09:42:14 +0000 (09:42 +0000)]
Test HAVE_SYS__MBSTATE_H, not __hpux.  Merge changes
from gnulib.

21 years ago*** empty log message ***
Dave Love [Mon, 23 Jun 2003 18:36:25 +0000 (18:36 +0000)]
*** empty log message ***

21 years agoCheck for sys/_mbstate_t.h. Test
Dave Love [Mon, 23 Jun 2003 18:35:23 +0000 (18:35 +0000)]
Check for sys/_mbstate_t.h.  Test
XRegisterIMInstantiateCallback prototype.
(AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.

21 years ago*** empty log message ***
Andreas Schwab [Sun, 22 Jun 2003 17:04:22 +0000 (17:04 +0000)]
*** empty log message ***

21 years ago(Symbol Type): Fix description of examples.
Andreas Schwab [Sun, 22 Jun 2003 17:04:07 +0000 (17:04 +0000)]
(Symbol Type): Fix description of examples.

21 years ago(easy-mmode-define-navigation): Avoid
Andreas Schwab [Sun, 22 Jun 2003 16:55:47 +0000 (16:55 +0000)]
(easy-mmode-define-navigation): Avoid
variable as format argument for error.  Don't call symbol-name on
string.

21 years ago(eshell-do-opt): Avoid variable as format
Andreas Schwab [Sun, 22 Jun 2003 16:52:45 +0000 (16:52 +0000)]
(eshell-do-opt): Avoid variable as format
argument for error.

21 years ago(vis-mode): Doc fix.
Andreas Schwab [Sun, 22 Jun 2003 16:49:31 +0000 (16:49 +0000)]
(vis-mode): Doc fix.

21 years ago(diary-check-diary-file): New function.
Glenn Morris [Sun, 22 Jun 2003 01:02:22 +0000 (01:02 +0000)]
(diary-check-diary-file): New function.
(diary, view-diary-entries, show-all-diary-entries)
(mark-diary-entries): Use it.
(view-other-diary-entries): Doc fix.  Use `prefix-numeric-value'.
(diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc fix.
(diary-modified, d-file): No need to defvar (for compiler).
(list-diary-entries): No need for `let*' so use `let'.
(simple-diary-display): Use `diary-file' directly rather than
inheriting `d-file' from `list-diary-entries' caller.
(make-fancy-diary-buffer, show-all-diary-entries): `mode-line-format'
already buffer-local.
(diary-mail-addr): Set to the empty string (rather than nil) if
undefined, as per `user-mail-address'.
(diary-mail-entries): Doc fix.  Error if `diary-mail-address' unset.
(mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice.
Remove an un-needed `if'.
(list-sexp-diary-entries): Remove local vars mark and s-entry, and
use `let' rather than `let*'.
(diary-date, insert-monthly-diary-entry)
(insert-yearly-diary-entry, insert-anniversary-diary-entry)
(insert-block-diary-entry, insert-cyclic-diary-entry)
(font-lock-diary-date-forms): No need for `let*' so use `let'.
(make-diary-entry): Doc fix.  Use `or' rather than `if'.
(diary-font-lock-keywords): Use `when'.  `cal-islam' is required
feature, not `cal-islamic'.
`calendar-islamic-month-name-array-leap-year' does not exist - use
`calendar-islamic-month-name-array'.

21 years ago*** empty log message ***
Glenn Morris [Sun, 22 Jun 2003 00:58:46 +0000 (00:58 +0000)]
*** empty log message ***

21 years ago(wait_reading_process_input): Don't signal SIGIO in batch mode.
Richard M. Stallman [Sun, 22 Jun 2003 00:04:49 +0000 (00:04 +0000)]
(wait_reading_process_input): Don't signal SIGIO in batch mode.

21 years ago(Fwrite_region): Alternate messages for append and partial write.
Richard M. Stallman [Sun, 22 Jun 2003 00:04:10 +0000 (00:04 +0000)]
(Fwrite_region): Alternate messages for append and partial write.