bpt/emacs.git
24 years agovarious fixes and gratuitous movements.
Stefan Monnier [Wed, 8 Dec 1999 00:19:51 +0000 (00:19 +0000)]
various fixes and gratuitous movements.

24 years ago(delete_window): Block input for the time window
Gerd Moellmann [Tue, 7 Dec 1999 20:20:30 +0000 (20:20 +0000)]
(delete_window): Block input for the time window
matrices are being changed.

24 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 20:11:42 +0000 (20:11 +0000)]
*** empty log message ***

24 years ago(x_set_menu_resources_from_menu_face): Make sure
Gerd Moellmann [Tue, 7 Dec 1999 20:06:40 +0000 (20:06 +0000)]
(x_set_menu_resources_from_menu_face): Make sure
basic faces are realized before trying to use face `menu'.

24 years ago(menu-bar-manuals-menu): Add view-emacs-problems.
Dave Love [Tue, 7 Dec 1999 20:02:28 +0000 (20:02 +0000)]
(menu-bar-manuals-menu): Add view-emacs-problems.

24 years ago(view-emacs-problems): New command, bound to C-h P.
Dave Love [Tue, 7 Dec 1999 20:01:20 +0000 (20:01 +0000)]
(view-emacs-problems): New command, bound to C-h P.

24 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 11:07:41 +0000 (11:07 +0000)]
*** empty log message ***

24 years ago(Fintern_soft): Fix newlines in doc string.
Dave Love [Tue, 7 Dec 1999 11:06:22 +0000 (11:06 +0000)]
(Fintern_soft): Fix newlines in doc string.

24 years agoRemove duplicate entry for arm*-*linux-gnu; my change missing a
Dave Love [Tue, 7 Dec 1999 10:33:35 +0000 (10:33 +0000)]
Remove duplicate entry for arm*-*linux-gnu; my change missing a
ChangeLog entry I couldn't check in.

24 years ago*** empty log message ***
Dave Love [Tue, 7 Dec 1999 10:21:20 +0000 (10:21 +0000)]
*** empty log message ***

24 years ago(UNEXEC): Use unexelf.o instead of unexsgi.o.
Gerd Moellmann [Tue, 7 Dec 1999 09:54:52 +0000 (09:54 +0000)]
(UNEXEC): Use unexelf.o instead of unexsgi.o.

24 years ago(UNEXEC) [USG5_4]: Use unexelf.o instead of
Gerd Moellmann [Tue, 7 Dec 1999 09:50:50 +0000 (09:50 +0000)]
(UNEXEC) [USG5_4]: Use unexelf.o instead of
unexsgi.o again.

24 years agoInclude <syms.h>, not <sym.h> on IRIX. Removed
Gerd Moellmann [Tue, 7 Dec 1999 09:50:01 +0000 (09:50 +0000)]
Include <syms.h>, not <sym.h> on IRIX.  Removed
duplicate definition of ElfW.
(find_section): Copied from unexsgi.c.
(unexec): Use find_section.  Adjust whitespace.  Initialize
new_data2_offset based on old_data, not sbss (this fixes a bug on
IRIX6).  Change #ifdef __mips to __sgi, since it's IRIX-specific.
Adjust test for presence of .mdebug section to the new return
value of find_section.

Merge changes from 20.5.
(unexec): Handle .lit4 and .lit8 unconditionally.

24 years ago* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
Stefan Monnier [Tue, 7 Dec 1999 07:04:03 +0000 (07:04 +0000)]
* diff-mode.el (diff-mode-shared-map): fset'd and doc change.
(diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
New code to support the minor mode version.
(diff-recenter): New function.
(diff-next-hunk, diff-next-file): Use it.
(diff-remembered-files-alist): New var.
(diff-merge-strings): New function.
(diff-find-file-name): Make it smarter and use the user's input more.
(diff-mode): Cosmetic changes.

24 years ago*** empty log message ***
Stefan Monnier [Tue, 7 Dec 1999 06:39:33 +0000 (06:39 +0000)]
*** empty log message ***

24 years ago(font-lock-default-fontify-region): Fix subtle
Stefan Monnier [Tue, 7 Dec 1999 06:31:57 +0000 (06:31 +0000)]
(font-lock-default-fontify-region): Fix subtle
off-by-one problem that could force re-fontifying the whole buffer.
(font-lock-remove-keywords): New function.
(font-lock-add-keywords): Use the new function to ensure idempotence.

24 years ago(save-some-buffers): Turn EXITING into the more general
Stefan Monnier [Tue, 7 Dec 1999 06:31:32 +0000 (06:31 +0000)]
(save-some-buffers): Turn EXITING into the more general
PRED argument to allow specifying a subset of buffers.

24 years ago(kill-region): Use the new `delete-and-extract-region'
Stefan Monnier [Tue, 7 Dec 1999 06:30:44 +0000 (06:30 +0000)]
(kill-region): Use the new `delete-and-extract-region'
rather than the undo log (which is incorrect with *-change-functions).

24 years ago* viper-cmd.el (viper-minibuffer-standard-hook,
Michael Kifer [Tue, 7 Dec 1999 04:58:54 +0000 (04:58 +0000)]
* viper-cmd.el (viper-minibuffer-standard-hook,
viper-minibuffer-real-start): new functions.
(viper-read-string-with-history,viper-file-add-suffix,
viper-trim-replace-chars-to-delete-if-necessary): adapt to the
change in the status of the minibuffer prompt.

24 years ago* editfns.c (Fdelete_and_extract_region): New function.
Stefan Monnier [Tue, 7 Dec 1999 04:42:40 +0000 (04:42 +0000)]
* editfns.c (Fdelete_and_extract_region): New function.
(syms_of_editfns): register it.
* insdel.c (del_range): update del_range_1 call.
(del_range_1, del_range_2): Add a ret_string argument to
request that the deleted text be returned.
(del_range_byte, del_range_both): Update del_range_2 call.
* lisp.h (del_range_1, del_range_2): change prototype
* casefiddle.c (casify_region): Update del_range_1 call.
* coding.c (code_convert_region): Update del_range_2 call.
* fileio.c (Finsert_file_contents): Update del_range_2 call.

24 years ago(set_lface_from_font_name): Fix incomplete merge.
Gerd Moellmann [Mon, 6 Dec 1999 21:23:20 +0000 (21:23 +0000)]
(set_lface_from_font_name): Fix incomplete merge.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 19:46:40 +0000 (19:46 +0000)]
*** empty log message ***

24 years ago(info-node, info-menu-5, info-xref): Define colors for Info faces if
Eli Zaretskii [Mon, 6 Dec 1999 18:00:33 +0000 (18:00 +0000)]
(info-node, info-menu-5, info-xref): Define colors for Info faces if
the display supports them.

24 years agoChange of intern-soft.
Gerd Moellmann [Mon, 6 Dec 1999 17:57:17 +0000 (17:57 +0000)]
Change of intern-soft.

24 years agoChanges for automatic remapping of X colors on terminal frames:
Eli Zaretskii [Mon, 6 Dec 1999 17:55:00 +0000 (17:55 +0000)]
Changes for automatic remapping of X colors on terminal frames:

* term/pc-win.el (msdos-setup-initial-frame): New function, run by
term-setup-hook.  Call msdos-remember-default-colors and
msdos-handle-reverse-video.
(msdos-face-setup): Parts of code moved to
msdos-setup-initial-frame.
(msdos-handle-reverse-video): New function, modeled after
x-handle-reverse-video.
(make-msdos-frame): Don't use initial-frame-alist and
default-frame-alist.  Call msdos-handle-reverse-video.
(msdos-color-aliases): Remove.
(msdos-color-translate, msdos-approximate-color): Remove.
(msdos-color-values): Use 16-bit RGB values.  RGB values updated
for better approximation of X colors.
(msdos-face-setup): Call tty-color-clear.  Remove code that sets
up tty-color-alist (it is now on startup.el).
(x-display-color-p, x-color-defined-p, x-color-values,
x-defined-colors, face-color-supported-p, face-color-gray-p):
Remove.

* facemenu.el (facemenu-read-color, list-colors-display): Use
defined-colors for all frame types.
(facemenu-color-equal): Use color-values for all frame types.

* faces.el (read-face-attribute): For :foreground and :background
attributes and frames on character terminals, translate the color
to the closest supported one before looking it up in the list of
valid values.
(face-valid-attribute-values): Call defined-colors for all types
of frames.
(defined-colors, color-defined-p, color-values, display-color-p):
New finctions.
(x-defined-colors, x-color-defined-p, x-color-values,
x-display-color-p): Aliases for the above.

* startup.el (command-line): Register terminal colors for frame
types other than x and w32, but only if the terminal supports
colors.  Call tty-color-define instead of face-register-tty-color.

* term/x-win.el (xw-defined-colors): Renamed from
x-defined-colors.
* term/w32-win.el (xw-defined-colors): Likewise.

* term/tty-colors.el: New file.
* loadup.el: Load term/tty-colors.

24 years ago(Fintern_soft): Accept a symbol argument.
Gerd Moellmann [Mon, 6 Dec 1999 17:52:27 +0000 (17:52 +0000)]
(Fintern_soft): Accept a symbol argument.

24 years ago(comint-redirect-results-list)
Gerd Moellmann [Mon, 6 Dec 1999 17:44:17 +0000 (17:44 +0000)]
(comint-redirect-results-list)
(comint-redirect-results-list-from-process): Remove interactive
spec.

24 years ago*** empty log message ***
Dave Love [Mon, 6 Dec 1999 17:16:30 +0000 (17:16 +0000)]
*** empty log message ***

24 years ago(SYSTEM_PURESIZE_EXTRA): Reduce to 40000.
Eli Zaretskii [Mon, 6 Dec 1999 17:09:21 +0000 (17:09 +0000)]
(SYSTEM_PURESIZE_EXTRA): Reduce to 40000.

24 years ago(adjust_markers_for_delete): Fix last change.
Eli Zaretskii [Mon, 6 Dec 1999 17:04:33 +0000 (17:04 +0000)]
(adjust_markers_for_delete): Fix last change.

24 years ago(INTERNAL_TERMINAL): Add entries for color support.
Eli Zaretskii [Mon, 6 Dec 1999 16:55:26 +0000 (16:55 +0000)]
(INTERNAL_TERMINAL): Add entries for color support.

24 years agoChanges for automatic remapping of X colors on terminal frames:
Eli Zaretskii [Mon, 6 Dec 1999 16:54:09 +0000 (16:54 +0000)]
Changes for automatic remapping of X colors on terminal frames:

* xfaces.c (XColor) [!HAVE_X_WINDOWS]: Provide a typedef for non-X
frames.
(Vface_tty_color_alist): Remove.
(tty_defined_color): New function.
(defined_color): Rewrite to support any type of frame.
(tty_color_name): New function.
(face_color_supported_p, Fface_color_gray_p,
Fface_color_supported_p): Support non-X frames.
(load_color): Enclose the color name in quotes, in the log
messages.  Remove DOS-specific version of load_color.
(realize_tty_face): Take the supported colors from
tty-color-alist.  Support translation of X colors to the closest
tty color, for both MSDOS and tty frames.
[MSDOS]: Don't invert face colors if they were taken from the
frame colors.
(Fface_register_tty_color, Fface_clear_tty_colors): Remove.

* frame.h (struct x_output) [!MSDOS, !WINDOWSNT, !HAVE_X_WINDOWS]:
Define a mostly empty surrogate.
(tty_display): Declare.

* frame.c (make_terminal_frame) [!macintosh]: Don't use
tty_display.
(Fframe_parameters): Don't invert colors of non-FRAME_WINDOW_P
frames when the frame's param_alist includes 'reverse.
(tty_display): Define.
(make_terminal_frame) [!MSDOS]: Assign &tty_display to the
output_data.x member.
(Fframe_parameters): Return foreground and background color names
on tty frames as well, in addition to MSDOS frames.

* msdos.h (DisplayWidth, DisplayHeight): Changes for Lisp_Object
selected_frame.
(struct x_output): Remove unused members; document who uses each
member.
(FRAME_PARAM_FACES, FRAME_N_PARAM_FACES, FRAME_DEFAULT_PARAM_FACE,
FRAME_MODE_LINE_PARAM_FACE, FRAME_COMPUTED_FACES,
FRAME_N_COMPUTED_FACES, FRAME_SIZE_COMPUTED_FACES,
FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color): Remove
unused macro definintions.

* msdos.c (IT_set_frame_parameters): Don't call
recompute_basic_faces, the next redisplay will, anyway.
(x_current_display): Remove unused variable.
Many functions: changes for Lisp_object selected_frame.
(IT_set_face): If the tty_reverse_p flag is set for the face,
reverse the foreground and background colors.
(Fmsdos_remember_default_colors): New function.
(syms_of_msdos): Defsubr it.
(IT_set_frame_parameters): Use initial_screen_colors[] when
creating a new frame.  If the frame parameters include 'reverse,
swap the foreground and background colors.
(internal_terminal_init): Initialize initial_screen_colors to -1.
(syms_of_msdos): Add DEFVAR_BOOL for x-stretch-cursor, to shut up
cus-start.el.

* Makefile.in (lisp, shortlisp): Add lisp/term/tty-colors.elc.

* xfns.c (x_defined_color): Rename from defined_color.  All
callers changed.
(Fxw_color_defined_p): Renamed from Fx_color_defined_p;
all callers changed.
(Fxw_color_values): Renamed from Fx_color_values; all callers
changed.
(Fxw_display_color_p): Renamed from Fx_display_color_p; all
callers changed.
(x_window_to_frame, x_any_window_to_frame,
x_non_menubar_window_to_frame, x_menubar_window_to_frame,
x_top_window_to_frame): Use !FRAME_X_P instead of
f->output_data.nothing.
* xterm.h (x_defined_color): Rename from defined_color.

* w32fns.c (x_window_to_frame): Use FRAME_W32_P instead of
f->output_data.nothing.
(Fxw_color_defined_p): Renamed from Fx_color_defined_p;
all callers changed.
(Fxw_color_values): Renamed from Fx_color_values; all callers
changed.
(Fxw_display_color_p): Renamed from Fx_display_color_p; all
callers changed.

* dispextern.h (tty_color_name): Add prototype.

* xmenu.c (menubar_id_to_frame): Use FRAME_WINDOW_P instead of
f->output_data.nothing.
* w32menu.c (menubar_id_to_frame): Likewise.
* w32term.h (w32_output): Declare.

* dosfns.c (Qmsdos_color_translate): Remove.
(msdos_stdcolor_name): Now returns a Lisp_Object.
* dosfns.h (Qmsdos_color_translate): Remove.

* s/msdos.h (INTERNAL_TERMINAL): Add entries for color support.

24 years agoEtags.el change moved. Add dired-aux change.
Gerd Moellmann [Mon, 6 Dec 1999 16:46:41 +0000 (16:46 +0000)]
Etags.el change moved.  Add dired-aux change.

24 years ago(dired-do-shell-command): Changed documentation.
Gerd Moellmann [Mon, 6 Dec 1999 16:44:28 +0000 (16:44 +0000)]
(dired-do-shell-command): Changed documentation.
(dired-shell-stuff-it): A `?' in COMMAND has now the same
meaning as `*'.

24 years agoAutoload the ffap alias directly.
Dave Love [Mon, 6 Dec 1999 16:26:36 +0000 (16:26 +0000)]
Autoload the ffap alias directly.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 13:37:29 +0000 (13:37 +0000)]
*** empty log message ***

24 years ago(insert-buffer): Doc fix.
Gerd Moellmann [Mon, 6 Dec 1999 13:34:50 +0000 (13:34 +0000)]
(insert-buffer): Doc fix.

24 years agoPatch from rms.
Gerd Moellmann [Mon, 6 Dec 1999 13:27:00 +0000 (13:27 +0000)]
Patch from rms.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 6 Dec 1999 13:20:39 +0000 (13:20 +0000)]
*** empty log message ***

24 years ago(etags-tags-completion-table): Modified the
Gerd Moellmann [Mon, 6 Dec 1999 13:13:39 +0000 (13:13 +0000)]
(etags-tags-completion-table): Modified the
regexp to allow for the CL symbols starting with `+*'.
(tags-completion-table): Doc fix (it's an obarray, not an alist).
(tags-completion-table, tags-recognize-empty-tags-table): Remove
`function' quoting lambda.
(tags-with-face): New macro.
(list-tags, tags-apropos): Use it.
(tags-apropos-additional-actions): New user option.
(etags-tags-apropos-additional): Use it.
(tags-apropos): Call etags-tags-apropos-additional.
(tags-apropos-verbose): New user option.
(etags-tags-apropos): Use it.
(visit-tags-table-buffer, next-file): Use `unless'.
(recognize-empty-tags-table): Renamed to
tags-recognize-empty-tags-table.
(complete-tag): Call tags-complete-tag bypassing try-completion.

24 years ago(apropos-mode): Add autoload cookie.
Gerd Moellmann [Mon, 6 Dec 1999 13:12:38 +0000 (13:12 +0000)]
(apropos-mode): Add autoload cookie.

24 years agoChanges to etags.el.
Gerd Moellmann [Mon, 6 Dec 1999 13:09:10 +0000 (13:09 +0000)]
Changes to etags.el.

24 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Dec 1999 04:53:51 +0000 (04:53 +0000)]
*** empty log message ***

24 years agoDocstring modified.
Kenichi Handa [Mon, 6 Dec 1999 04:53:04 +0000 (04:53 +0000)]
Docstring modified.

24 years ago(adjust_markers_for_delete): Make it non-static.
Kenichi Handa [Mon, 6 Dec 1999 04:47:25 +0000 (04:47 +0000)]
(adjust_markers_for_delete): Make it non-static.

24 years ago(decide_coding_unwind): Renamed from
Kenichi Handa [Mon, 6 Dec 1999 04:46:51 +0000 (04:46 +0000)]
(decide_coding_unwind): Renamed from
set_auto_coding_unwind.
(Finsert_file_contents): Make single unwind protect to call both
Vset_auto_coding_function and Ffind_operation_coding_system.

24 years ago(machine): Add arm*-*-linux-gnu, ppc-*-linux, and
Gerd Moellmann [Sun, 5 Dec 1999 14:13:31 +0000 (14:13 +0000)]
(machine): Add arm*-*-linux-gnu, ppc-*-linux, and
powerpc-*-linux*.

24 years ago(bibtex-hs-forward-sexp): Added to support
Gerd Moellmann [Sun, 5 Dec 1999 13:24:44 +0000 (13:24 +0000)]
(bibtex-hs-forward-sexp): Added to support
using the hideshow package.
(hs-special-modes-alist): Added entry for bibtex to allow the use
of the hideshow package.
(bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
not longer provided by bibtex.el directly.  Instead the hideshow
package should be used.
(bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
references to bibtex-hide-entry-bodies.

Copyright notice is up to date.  Moved
maintainer information closer to the beginning of the bibtex.el
file.
(bibtex-maintainer-salutation): New constant.
bibtex-version): New constant.
bibtex-submit-bug-report): Use bibtex-version and
bibtex-maintainer-salutation.
(bibtex-entry-field-alist): Made booktitle field optional for
@inproceedings entries when crossreferenced.
(bibtex-entry-field-alist): Added booktitle field to proceedings
entry type (for cross referencing). Thanks to Wagner Toledo Correa
for the suggestion.
(bibtex-string-file-path): Fixed typo.
(bibtex-mode-map): Reserved the key `C-c &'
for reftex.el.
(bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
to menu.

24 years ago(Hash Tables): Note that alists win for small tables.
Dave Love [Sun, 5 Dec 1999 12:21:20 +0000 (12:21 +0000)]
(Hash Tables): Note that alists win for small tables.

24 years ago* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
Stefan Monnier [Sun, 5 Dec 1999 04:05:42 +0000 (04:05 +0000)]
* regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
operators and handle them properly.
* regex.h (RE_ALL_GREEDY): New option.
(RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
sorting would put it.
(RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
(_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.

24 years ago*** empty log message ***
Dave Love [Sat, 4 Dec 1999 19:59:54 +0000 (19:59 +0000)]
*** empty log message ***

24 years agoAdd target arm*-*-linux-gnu*.
Dave Love [Sat, 4 Dec 1999 19:47:55 +0000 (19:47 +0000)]
Add target arm*-*-linux-gnu*.

24 years agoDerived from acorn.h by deletions.
Dave Love [Sat, 4 Dec 1999 19:46:10 +0000 (19:46 +0000)]
Derived from acorn.h by deletions.

24 years agoRevert previous change -- region is significant to skeleton.
Dave Love [Sat, 4 Dec 1999 19:35:23 +0000 (19:35 +0000)]
Revert previous change -- region is significant to skeleton.

24 years ago(install-arch-indep): Depend on `info'.
Dave Love [Sat, 4 Dec 1999 19:24:27 +0000 (19:24 +0000)]
(install-arch-indep): Depend on `info'.
(install-strip): Use `install' as sub-make target.

24 years agoFix commentary.
Dave Love [Sat, 4 Dec 1999 13:25:08 +0000 (13:25 +0000)]
Fix commentary.

24 years ago* viper-cmd.el (viper-change-state): Use
Michael Kifer [Sat, 4 Dec 1999 06:19:05 +0000 (06:19 +0000)]
* viper-cmd.el (viper-change-state): Use
viper-ESC-moves-cursor-back to decide whether to move the cursor
back.

24 years agoComments only.
Dave Love [Fri, 3 Dec 1999 20:56:14 +0000 (20:56 +0000)]
Comments only.

24 years ago(Fmessage_or_box): Use use_dialog_box.
Dave Love [Fri, 3 Dec 1999 20:48:13 +0000 (20:48 +0000)]
(Fmessage_or_box): Use use_dialog_box.

24 years ago(Overlays): Add menu entry for Finding Overlays.
Dave Love [Fri, 3 Dec 1999 19:38:44 +0000 (19:38 +0000)]
(Overlays): Add menu entry for Finding Overlays.

24 years ago(Antinews): Fix node Prev again.
Dave Love [Fri, 3 Dec 1999 19:36:28 +0000 (19:36 +0000)]
(Antinews): Fix node Prev again.

24 years agoCurrent version from /gd/gnu/elisp.
Dave Love [Fri, 3 Dec 1999 19:11:12 +0000 (19:11 +0000)]
Current version from /gd/gnu/elisp.

24 years agoFixes for makeinfo complaints.
Dave Love [Fri, 3 Dec 1999 19:08:52 +0000 (19:08 +0000)]
Fixes for makeinfo complaints.

24 years ago(MAKEINFO): New parameter.
Dave Love [Fri, 3 Dec 1999 18:35:56 +0000 (18:35 +0000)]
(MAKEINFO): New parameter.

24 years ago*** empty log message ***
Dave Love [Fri, 3 Dec 1999 18:20:46 +0000 (18:20 +0000)]
*** empty log message ***

24 years ago(truncate-string-to-width): Docsting fixed.
Gerd Moellmann [Fri, 3 Dec 1999 10:31:28 +0000 (10:31 +0000)]
(truncate-string-to-width): Docsting fixed.

24 years ago(lm-header-multiline): fix spurious use of `cond'.
Stefan Monnier [Thu, 2 Dec 1999 16:27:21 +0000 (16:27 +0000)]
(lm-header-multiline): fix spurious use of `cond'.
(lm-with-file): Move all the find-file...kill-buffer stuff into
this macro.  Make it use `find-file-noselect' and make it kill
the buffer only if it wasn't already displayed somewhere.
(lm-summary, lm-authors, lm-maintainer, lm-creation-date)
(lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
(lm-commentary, lm-verify, lm-synopsis): use lm-with-file.
(lm-commentary): fix to handle the case when the change log is
at the end of the file.

24 years ago(list-coding-categories): Fix typo;
Gerd Moellmann [Thu, 2 Dec 1999 14:38:17 +0000 (14:38 +0000)]
(list-coding-categories): Fix typo;
automatic -> autoload.

24 years ago(charsetp): Fix typo in docstring.
Gerd Moellmann [Thu, 2 Dec 1999 14:34:59 +0000 (14:34 +0000)]
(charsetp): Fix typo in docstring.

24 years ago(vc-update-change-log): Look for rcs2log under
Gerd Moellmann [Thu, 2 Dec 1999 14:24:07 +0000 (14:24 +0000)]
(vc-update-change-log): Look for rcs2log under
exec-directory.

24 years agoAdd description of changed outline-regexp/new outline-level for
Gerd Moellmann [Thu, 2 Dec 1999 10:33:46 +0000 (10:33 +0000)]
Add description of changed outline-regexp/new outline-level for
Emacs Lisp mode.

24 years ago(lisp-mode-variables): Change
Gerd Moellmann [Thu, 2 Dec 1999 10:20:22 +0000 (10:20 +0000)]
(lisp-mode-variables): Change
outline-regexp, add outline-level.
(lisp-outline-level): New.

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 2 Dec 1999 08:04:03 +0000 (08:04 +0000)]
*** empty log message ***

24 years ago(UNEXEC): Use unexsgi.o instead of unexelf.o.
Gerd Moellmann [Thu, 2 Dec 1999 07:59:24 +0000 (07:59 +0000)]
(UNEXEC): Use unexsgi.o instead of unexelf.o.

24 years ago(UNEXEC) [USG5_4]: Use unexsgi.o instead of
Gerd Moellmann [Thu, 2 Dec 1999 07:59:06 +0000 (07:59 +0000)]
(UNEXEC) [USG5_4]: Use unexsgi.o instead of
unexelf.o.

24 years ago(LIBS_SYSTEM): Add -lgen because that's needed
Gerd Moellmann [Thu, 2 Dec 1999 07:58:22 +0000 (07:58 +0000)]
(LIBS_SYSTEM): Add -lgen because that's needed
for building with Motif.

24 years ago(appt-convert-time): Handle "12:MMam",
Gerd Moellmann [Thu, 2 Dec 1999 07:55:46 +0000 (07:55 +0000)]
(appt-convert-time): Handle "12:MMam",
remove extraneous string-match.

24 years ago(finder-commentary): Activate Finder mode.
Gerd Moellmann [Wed, 1 Dec 1999 23:41:44 +0000 (23:41 +0000)]
(finder-commentary): Activate Finder mode.

24 years ago(auto-revert-buffers): Auto-revert mode was turned
Gerd Moellmann [Wed, 1 Dec 1999 16:22:27 +0000 (16:22 +0000)]
(auto-revert-buffers): Auto-revert mode was turned
off when reverting buffers that contained mode specifiers.
`revert-buffer' is now called with non-nil PRESERVE-MODES
argument.

24 years ago*** empty log message ***
Dave Love [Wed, 1 Dec 1999 14:53:54 +0000 (14:53 +0000)]
*** empty log message ***

24 years agoGrok skeleton-pair-insert-maybe.
Dave Love [Wed, 1 Dec 1999 14:30:41 +0000 (14:30 +0000)]
Grok skeleton-pair-insert-maybe.

24 years ago(main): Set LANG=C iff AX3_2 defined.
Dave Love [Wed, 1 Dec 1999 12:13:13 +0000 (12:13 +0000)]
(main): Set LANG=C iff AX3_2 defined.

24 years ago(cperl-under-as-char): Make nil the default value.
Richard M. Stallman [Wed, 1 Dec 1999 00:33:22 +0000 (00:33 +0000)]
(cperl-under-as-char): Make nil the default value.

24 years ago*** empty log message ***
Dave Love [Tue, 30 Nov 1999 19:44:31 +0000 (19:44 +0000)]
*** empty log message ***

24 years ago(fortran-strip-sqeuence-nos): New command.
Dave Love [Tue, 30 Nov 1999 19:38:27 +0000 (19:38 +0000)]
(fortran-strip-sqeuence-nos): New command.

24 years agoUpdate Solaris 2.6 and 7 problems.
Paul Eggert [Tue, 30 Nov 1999 18:44:14 +0000 (18:44 +0000)]
Update Solaris 2.6 and 7 problems.

24 years ago(comment-style(s)): Replaces comment-extra-lines (and comment-multi-line).
Stefan Monnier [Tue, 30 Nov 1999 16:20:55 +0000 (16:20 +0000)]
(comment-style(s)): Replaces comment-extra-lines (and comment-multi-line).
(comment-use-syntax): Whether to use the syntax-table or just the regexps.
(comment-end-skip): To find the end of the text.
...

24 years ago*** empty log message ***
Dave Love [Tue, 30 Nov 1999 15:59:48 +0000 (15:59 +0000)]
*** empty log message ***

24 years agoMinor doc fixes.
Dave Love [Tue, 30 Nov 1999 14:45:39 +0000 (14:45 +0000)]
Minor doc fixes.
(auto-insert): Return nil.

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 30 Nov 1999 14:15:15 +0000 (14:15 +0000)]
*** empty log message ***

24 years ago(speedbar-xemacs20p): Remove compatibility code for
Gerd Moellmann [Tue, 30 Nov 1999 14:09:13 +0000 (14:09 +0000)]
(speedbar-xemacs20p): Remove compatibility code for
Emacs versions without custom.el.

24 years ago*** empty log message ***
Dave Love [Tue, 30 Nov 1999 14:05:01 +0000 (14:05 +0000)]
*** empty log message ***

24 years ago(set-face-documentation): Purecopy STRING.
Dave Love [Tue, 30 Nov 1999 13:55:34 +0000 (13:55 +0000)]
(set-face-documentation): Purecopy STRING.

24 years agoDoc fixes, remove old backquote syntax.
Dave Love [Mon, 29 Nov 1999 23:19:25 +0000 (23:19 +0000)]
Doc fixes, remove old backquote syntax.

24 years ago(custom-save-variables, custom-save-faces): Write a
Dave Love [Mon, 29 Nov 1999 23:03:09 +0000 (23:03 +0000)]
(custom-save-variables, custom-save-faces): Write a
comment warning about editing.

24 years agouse-dialog-box <- use-dialogs
Dave Love [Mon, 29 Nov 1999 22:37:33 +0000 (22:37 +0000)]
use-dialog-box <- use-dialogs
Fortran, SGML changes.
Add 20.5 section.

24 years ago*** empty log message ***
Dave Love [Mon, 29 Nov 1999 15:58:33 +0000 (15:58 +0000)]
*** empty log message ***

24 years ago(help-mode-hook): Define.
Dave Love [Mon, 29 Nov 1999 15:46:02 +0000 (15:46 +0000)]
(help-mode-hook): Define.

24 years ago(edebug-make-enter-wrapper): Correct
Gerd Moellmann [Mon, 29 Nov 1999 15:34:47 +0000 (15:34 +0000)]
(edebug-make-enter-wrapper): Correct
invalid translation of old-style backquote syntax to new syntax.

24 years ago(comment-find): New function.
Stefan Monnier [Mon, 29 Nov 1999 01:31:47 +0000 (01:31 +0000)]
(comment-find): New function.
(indent-for-comment, set-comment-column, kill-comment): use it.