]> code.delx.au - gnu-emacs/log
gnu-emacs
24 years ago(x_set_window_size): When calling change_frame_size, specify 1 for DELAY.
Richard M. Stallman [Mon, 2 Aug 1999 00:00:14 +0000 (00:00 +0000)]
(x_set_window_size): When calling change_frame_size, specify 1 for DELAY.

24 years ago(internal_equal): Fix overlay comparison.
Richard M. Stallman [Sun, 1 Aug 1999 22:31:00 +0000 (22:31 +0000)]
(internal_equal): Fix overlay comparison.

24 years ago(outline-next-heading): New function.
Richard M. Stallman [Sun, 1 Aug 1999 16:26:59 +0000 (16:26 +0000)]
(outline-next-heading): New function.
(outline-up-heading-all): New function.
(outline-font-lock-level): Using outline-up-heading-all.
Tell outline-back-to-heading to accept invisible headings.

24 years ago(shell-command-on-region): EXIT-STATUS can be a string.
Richard M. Stallman [Sun, 1 Aug 1999 16:12:32 +0000 (16:12 +0000)]
(shell-command-on-region): EXIT-STATUS can be a string.

24 years ago(mh-find-path-run): New variable.
Richard M. Stallman [Sun, 1 Aug 1999 12:55:28 +0000 (12:55 +0000)]
(mh-find-path-run): New variable.
(mh-find-path): Test and set that.
Set mail-user-agent only the first time this function is run.
(mail-user-agent): Defvar deleted.

24 years ago(info-initialize): New function.
Richard M. Stallman [Sun, 1 Aug 1999 12:17:46 +0000 (12:17 +0000)]
(info-initialize): New function.
(info): Call info-initialize.
(Info-directory-list): Initialize to nil,
so info-initialize will set it up for real.

24 years ago(set-auto-coding): Allow whitespace before
Eli Zaretskii [Sun, 1 Aug 1999 10:20:43 +0000 (10:20 +0000)]
(set-auto-coding): Allow whitespace before
and after the "variable: value" pair.

24 years agoInitial revision
Karl Heuer [Sat, 31 Jul 1999 16:46:58 +0000 (16:46 +0000)]
Initial revision

24 years ago(sendmail-coding-system): Doc-string fixed.
Kenichi Handa [Sat, 31 Jul 1999 00:48:50 +0000 (00:48 +0000)]
(sendmail-coding-system): Doc-string fixed.
(default-sendmail-coding-system): Doc-string fixed.

24 years ago(facemenu-read-color): Make it work for ttys.
Dave Love [Fri, 30 Jul 1999 21:38:04 +0000 (21:38 +0000)]
(facemenu-read-color): Make it work for ttys.

24 years ago(assoc-delete-all): New function, renamed from frame-delete-all.
Dave Love [Fri, 30 Jul 1999 18:40:22 +0000 (18:40 +0000)]
(assoc-delete-all): New function, renamed from frame-delete-all.

24 years agoChange comments to doc strings and other doc fixes.
Dave Love [Fri, 30 Jul 1999 18:39:32 +0000 (18:39 +0000)]
Change comments to doc strings and other doc fixes.
(frame-delete-all): Moved to subr.el as `assoc-delete-all'.  Callers
changed.
(set-background-color, set-foreground-color, set-cursor-color)
(set-mouse-color, set-border-color): Offer completion of colours.
(cursor): Add :version to defgroup.

24 years ago(list-colors-display): Make it work on ttys.
Dave Love [Fri, 30 Jul 1999 18:30:04 +0000 (18:30 +0000)]
(list-colors-display): Make it work on ttys.

24 years ago(bitmap-area): Add :version.
Dave Love [Fri, 30 Jul 1999 18:03:23 +0000 (18:03 +0000)]
(bitmap-area): Add :version.

24 years agoAdd HAVE_STDLIB_H.
Dave Love [Fri, 30 Jul 1999 17:32:20 +0000 (17:32 +0000)]
Add HAVE_STDLIB_H.

24 years agoCheck for stdlib.h.
Dave Love [Fri, 30 Jul 1999 17:30:52 +0000 (17:30 +0000)]
Check for stdlib.h.

24 years ago(frame-notice-user-settings): If background
Karl Heuer [Fri, 30 Jul 1999 15:50:26 +0000 (15:50 +0000)]
(frame-notice-user-settings): If background
color has been changed, update background-mode from it,
then update faces.

24 years ago(allocate_vectorlike): Add missing increment.
Karl Heuer [Fri, 30 Jul 1999 15:49:10 +0000 (15:49 +0000)]
(allocate_vectorlike): Add missing increment.

24 years ago(Fdefalias): Call Ffset instead of duplicating code.
Karl Heuer [Fri, 30 Jul 1999 15:46:56 +0000 (15:46 +0000)]
(Fdefalias): Call Ffset instead of duplicating code.

24 years ago(finger): Don't do indirect fingering.
Karl Heuer [Fri, 30 Jul 1999 15:39:42 +0000 (15:39 +0000)]
(finger): Don't do indirect fingering.

24 years ago(cal-tex-cursor-filofax-daily): Add possibility of
Karl Heuer [Fri, 30 Jul 1999 15:15:57 +0000 (15:15 +0000)]
(cal-tex-cursor-filofax-daily): Add possibility of
rules.  Add separator at end of holidays.
(cal-tex-rules): New customizable variable.
(cal-tex-latexify-list): Add optional parameter to put separator
at end.

24 years ago(create_process): Detect failure of `pipe'.
Karl Heuer [Fri, 30 Jul 1999 14:39:27 +0000 (14:39 +0000)]
(create_process): Detect failure of `pipe'.

24 years ago(get_keymap_1, get_keyelt): Check the type of OBJECT
Karl Heuer [Fri, 30 Jul 1999 14:37:30 +0000 (14:37 +0000)]
(get_keymap_1, get_keyelt): Check the type of OBJECT
before calling indirect_function.

24 years ago(fill-individual-paragraphs): Calculate new
Karl Heuer [Fri, 30 Jul 1999 14:34:28 +0000 (14:34 +0000)]
(fill-individual-paragraphs): Calculate new
fill prefix on each line while looping to the end of paragraph.
End paragraph if it's longer than the existing fill prefix.

24 years ago(fill-context-prefix): Doc fix.
Karl Heuer [Fri, 30 Jul 1999 14:31:57 +0000 (14:31 +0000)]
(fill-context-prefix): Doc fix.

24 years ago(lock_if_free): Indentation fix.
Karl Heuer [Fri, 30 Jul 1999 14:30:03 +0000 (14:30 +0000)]
(lock_if_free): Indentation fix.

24 years ago(jit-lock): Fix :load, add :version.
Dave Love [Fri, 30 Jul 1999 11:09:57 +0000 (11:09 +0000)]
(jit-lock): Fix :load, add :version.

24 years ago(msb--choose-file-menu): Fix previous change.
Dave Love [Fri, 30 Jul 1999 09:42:37 +0000 (09:42 +0000)]
(msb--choose-file-menu): Fix previous change.

24 years ago(msdos-face-setup): Register standard colors in
Eli Zaretskii [Fri, 30 Jul 1999 08:51:19 +0000 (08:51 +0000)]
(msdos-face-setup): Register standard colors in
Vface_tty_color_alist.
(face-color-supported-p, face_color_gray_p): New functions.

24 years agoDon't load scroll-bar unless x-toolkit-scroll-bars-p
Eli Zaretskii [Fri, 30 Jul 1999 08:48:17 +0000 (08:48 +0000)]
Don't load scroll-bar unless x-toolkit-scroll-bars-p
is bound.

24 years ago(command-line): Don't register default colors for
Eli Zaretskii [Fri, 30 Jul 1999 08:45:36 +0000 (08:45 +0000)]
(command-line): Don't register default colors for
MSDOS window-system.

24 years ago(load_color, lookup_derived_face): Declare
Eli Zaretskii [Fri, 30 Jul 1999 08:41:55 +0000 (08:41 +0000)]
(load_color, lookup_derived_face): Declare
prototypes.

24 years ago(init_display) [MSDOS]: Don't initialize frame faces,
Eli Zaretskii [Fri, 30 Jul 1999 08:38:10 +0000 (08:38 +0000)]
(init_display) [MSDOS]: Don't initialize frame faces,
it will be done later.

24 years ago(make_terminal_frame) [MSDOS]: Don't call
Eli Zaretskii [Fri, 30 Jul 1999 08:33:50 +0000 (08:33 +0000)]
(make_terminal_frame) [MSDOS]: Don't call
init_frame_faces if non-interactive.
(Fframe_parameters) [MSDOS]: Replace indexing into colornames[]
array with a call to msdos_stdcolor_name.  The font name is now
"ms-dos", consistent with realize_tty_face.

24 years ago(cmd_error_internal): Don't kill Emacs if this is an
Eli Zaretskii [Fri, 30 Jul 1999 08:28:18 +0000 (08:28 +0000)]
(cmd_error_internal): Don't kill Emacs if this is an
MSDOS frame.

24 years ago(Fset_window_configuration) [MSDOS]: Don't call
Eli Zaretskii [Fri, 30 Jul 1999 08:24:02 +0000 (08:24 +0000)]
(Fset_window_configuration) [MSDOS]: Don't call
x_set_toolbar_lines.

24 years ago(load_color): Remove static from definition and remove
Eli Zaretskii [Fri, 30 Jul 1999 08:19:22 +0000 (08:19 +0000)]
(load_color): Remove static from definition and remove
prototype.
[MSDOS]: Add a DOS-specific version of load_color.
(lookup_face): Replace FRAME_TERMCAP_P with !FRAME_WINDOW_P.
(lookup_derived_face): New function.
(realize_default_face): Support MSDOS frames.
[MSDOS]: If fore/background colors are unspecified, inherit them
from the frame.
(realize_face): Support MSDOS frames.
(realize_tty_face): Support MSDOS frames.
[MSDOS]: If the face color is not in Vface_tty_color_alist, call
load_color to try to find a suitable approximation.  If the face
is inverse-video, swap the foreground and background colors.

24 years ago(msdos_stdcolor_name, msdos_stdcolor_idx): New
Eli Zaretskii [Fri, 30 Jul 1999 08:15:13 +0000 (08:15 +0000)]
(msdos_stdcolor_name, msdos_stdcolor_idx): New
functions.

24 years ago(msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
Eli Zaretskii [Fri, 30 Jul 1999 08:11:41 +0000 (08:11 +0000)]
(msdos_stdcolor_name, msdos_stdcolor_idx): Declare.

24 years agoRemove redundant declarations (most of them are now in
Eli Zaretskii [Fri, 30 Jul 1999 08:08:43 +0000 (08:08 +0000)]
Remove redundant declarations (most of them are now in
dispextern.h).

24 years ago(IT_set_face): Rewritten for the new redisplay engine.
Eli Zaretskii [Fri, 30 Jul 1999 08:05:13 +0000 (08:05 +0000)]
(IT_set_face): Rewritten for the new redisplay engine.
Use default frame colors if the face doesn't specify them; invert
the colors if highlight is ON.
(IT_write_glyphs): Rewritten for the new redisplay engine.
(IT_change_line_highlight): Add (unused) parameter Y, since that's
how the hook is called by term.c.
(IT_copy_glyphs): New function, copies an area of the display in
video RAM.
(IT_insert_glyphs): Rewritten to DTRT instead of aborting, since
redisplay now calls it even if char_ins_del_ok is zero.
(IT_set_frame_parameters): Prototype changed.  Calls the new
load_color.  Puts the new fore/background colors into the default
face on current frame.
(IT_menu_display): Rewritten to handle the new struct glyph
instead of a char array.
(XMenuActivate): Call lookup_derived_face to create and use
special faces for the pop-up and drop-down menus.

24 years agoFix previous change.
Dave Love [Fri, 30 Jul 1999 00:50:59 +0000 (00:50 +0000)]
Fix previous change.

24 years ago(f90-mode-syntax-table): Change backslash to escape, not charquote.
Dave Love [Thu, 29 Jul 1999 22:07:59 +0000 (22:07 +0000)]
(f90-mode-syntax-table): Change backslash to escape, not charquote.

24 years ago(eval-defun): Re-written to avoid
Dave Love [Thu, 29 Jul 1999 22:04:13 +0000 (22:04 +0000)]
(eval-defun): Re-written to avoid
capturing variables.

24 years ago(picture-beginning-of-line): Don't call
Dave Love [Thu, 29 Jul 1999 21:56:02 +0000 (21:56 +0000)]
(picture-beginning-of-line): Don't call
hscroll-point-visible now we have real autoscrolling.
(picture-end-of-line, picture-newline, picture-open-line):
Likewise.

24 years ago(abbreviated-home-dir): Doc fix.
Dave Love [Thu, 29 Jul 1999 21:50:47 +0000 (21:50 +0000)]
(abbreviated-home-dir): Doc fix.

24 years ago(dontcompilefiles): Add latin-[89].el.
Dave Love [Thu, 29 Jul 1999 21:49:04 +0000 (21:49 +0000)]
(dontcompilefiles): Add latin-[89].el.

24 years agoInitial revision
Dave Love [Thu, 29 Jul 1999 21:45:46 +0000 (21:45 +0000)]
Initial revision

24 years agoUpdate comments.
Dave Love [Thu, 29 Jul 1999 21:35:51 +0000 (21:35 +0000)]
Update comments.

24 years ago(x_set_toolkit_scroll_bar_thumb): Fix previous change.
Gerd Moellmann [Thu, 29 Jul 1999 15:09:42 +0000 (15:09 +0000)]
(x_set_toolkit_scroll_bar_thumb): Fix previous change.

24 years ago(getdefdir): Don't return failure indication when
Eli Zaretskii [Thu, 29 Jul 1999 11:01:50 +0000 (11:01 +0000)]
(getdefdir): Don't return failure indication when
_fixpath sets errno to ENOSYS.

24 years ago(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii [Thu, 29 Jul 1999 10:44:27 +0000 (10:44 +0000)]
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.

24 years ago(string_char_and_length): Fix previous change.
Gerd Moellmann [Wed, 28 Jul 1999 19:46:05 +0000 (19:46 +0000)]
(string_char_and_length): Fix previous change.

24 years ago(x-fixed-font-alist): Add lucidasanstypewriter.
Dave Love [Wed, 28 Jul 1999 18:27:35 +0000 (18:27 +0000)]
(x-fixed-font-alist): Add lucidasanstypewriter.

24 years ago(string_char_and_length): New. Use it everywhere
Gerd Moellmann [Wed, 28 Jul 1999 18:05:44 +0000 (18:05 +0000)]
(string_char_and_length): New.  Use it everywhere
instead of STRING_CHAR_AND_LENGTH in xdisp.c.

24 years agoRequire cl only when compiling.
Dave Love [Wed, 28 Jul 1999 16:46:30 +0000 (16:46 +0000)]
Require cl only when compiling.
(msb--home-dir): Deleted.
(msb--format-title): Use abbreviate-file-name.
(msb--choose-file-menu): Simplify string comparison.

24 years ago(concat): Fix previous change.
Kenichi Handa [Wed, 28 Jul 1999 02:37:17 +0000 (02:37 +0000)]
(concat): Fix previous change.

24 years ago(count_combining): New function.
Kenichi Handa [Wed, 28 Jul 1999 02:10:51 +0000 (02:10 +0000)]
(count_combining): New function.
(struct textproc_rec): New structure.
(concat): Copy text properties correctly when byte combining
occurs.

24 years ago(prepare_face_for_display): Use FillOpaqueStippled instead of
Gerd Moellmann [Tue, 27 Jul 1999 23:55:58 +0000 (23:55 +0000)]
(prepare_face_for_display): Use FillOpaqueStippled instead of
FillStippled.

24 years ago(x_set_toolkit_scroll_bar_thumb): Don't call
Gerd Moellmann [Tue, 27 Jul 1999 23:55:28 +0000 (23:55 +0000)]
(x_set_toolkit_scroll_bar_thumb): Don't call
XawScrollbarSetThumb if thumb parameters haven't changed because
that function apparently isn't optimized for this case.

24 years ago(toolbar): Add face definition for mono displays.
Gerd Moellmann [Tue, 27 Jul 1999 23:52:50 +0000 (23:52 +0000)]
(toolbar): Add face definition for mono displays.

24 years ago*** empty log message ***
Karl Heuer [Tue, 27 Jul 1999 21:01:02 +0000 (21:01 +0000)]
*** empty log message ***

24 years ago(fill-region-as-paragraph): Fix previous change.
Karl Heuer [Tue, 27 Jul 1999 20:06:20 +0000 (20:06 +0000)]
(fill-region-as-paragraph): Fix previous change.

24 years ago(frame-initialize): When setting frame-initial-frame-alist,
Karl Heuer [Tue, 27 Jul 1999 20:01:33 +0000 (20:01 +0000)]
(frame-initialize): When setting frame-initial-frame-alist,
force copying of default-frame-alist.

24 years ago(ps-mule-begin-job): Fix malformed regexp.
Kenichi Handa [Tue, 27 Jul 1999 02:37:24 +0000 (02:37 +0000)]
(ps-mule-begin-job): Fix malformed regexp.

24 years ago(x_find_ccl_program): Add casting.
Kenichi Handa [Tue, 27 Jul 1999 01:32:50 +0000 (01:32 +0000)]
(x_find_ccl_program): Add casting.

24 years ago(w32_find_ccl_program): Add casting.
Kenichi Handa [Tue, 27 Jul 1999 01:32:10 +0000 (01:32 +0000)]
(w32_find_ccl_program): Add casting.

24 years ago(x_setup_relief_color): Don't try smart color allocation
Gerd Moellmann [Tue, 27 Jul 1999 00:02:50 +0000 (00:02 +0000)]
(x_setup_relief_color): Don't try smart color allocation
if display is mono.
(x_draw_row_bitmaps): If face has stipple, don't switch
to foreground color for clearing areas, and set the fill style.

24 years ago(x_create_tip_frame): Don't set bitmapIcon resource.
Gerd Moellmann [Tue, 27 Jul 1999 00:02:17 +0000 (00:02 +0000)]
(x_create_tip_frame): Don't set bitmapIcon resource.

24 years ago(struct glyph_row): Flag internal_border_p removed.
Gerd Moellmann [Tue, 27 Jul 1999 00:01:46 +0000 (00:01 +0000)]
(struct glyph_row): Flag internal_border_p removed.

24 years ago(Fgethash): Fix order of variables (patch by gerd).
Markus Rost [Mon, 26 Jul 1999 22:20:21 +0000 (22:20 +0000)]
(Fgethash): Fix order of variables (patch by gerd).
(Fputhash): Ditto.
(Fremhash): Ditto.

24 years ago(x_get_glyph_string_clip_rect): Take internal border
Gerd Moellmann [Mon, 26 Jul 1999 21:23:07 +0000 (21:23 +0000)]
(x_get_glyph_string_clip_rect): Take internal border
into account for full-width windows.  Don't add scroll bar width
to width of clip rect.
(x_draw_glyph_string_box): Add 1 to right x of full width lines.
(x_set_glyph_string_background_width): Add 1 to background width.
(x_draw_glyphs): Take internal border into account for full-width
lines.

24 years ago(EmacsFrameSetCharSize): Don't add XtNborderWidth
Gerd Moellmann [Mon, 26 Jul 1999 21:22:23 +0000 (21:22 +0000)]
(EmacsFrameSetCharSize): Don't add XtNborderWidth
value to frame width and height.

24 years agoAdded item on testing hard disks, per RMS. - Brian
John Gilmore [Mon, 26 Jul 1999 20:02:46 +0000 (20:02 +0000)]
Added item on testing hard disks, per RMS. - Brian

24 years agoAdded item on molecular properties, at RMS's request. - Brian
John Gilmore [Mon, 26 Jul 1999 19:57:30 +0000 (19:57 +0000)]
Added item on molecular properties, at RMS's request. - Brian

24 years ago(x_set_mouse_color): Always unload the old color.
Karl Heuer [Mon, 26 Jul 1999 19:09:56 +0000 (19:09 +0000)]
(x_set_mouse_color): Always unload the old color.
Don't allow nil as color value.
(x_set_cursor_color, x_set_background_color, x_set_foreground_color):
Always unload the old color.

24 years ago(set-mouse-color): If new color is nil,
Karl Heuer [Mon, 26 Jul 1999 19:06:37 +0000 (19:06 +0000)]
(set-mouse-color): If new color is nil,
really respecify the current color.

24 years ago(Fmove_to_column): Extend end of line only if FORCE is t.
Karl Heuer [Mon, 26 Jul 1999 19:05:40 +0000 (19:05 +0000)]
(Fmove_to_column): Extend end of line only if FORCE is t.

24 years agoInitial revision
Karl Heuer [Mon, 26 Jul 1999 19:01:27 +0000 (19:01 +0000)]
Initial revision

24 years ago(Fy_or_n_p): Doc fix.
Karl Heuer [Mon, 26 Jul 1999 16:42:38 +0000 (16:42 +0000)]
(Fy_or_n_p): Doc fix.

24 years ago(bitmap-area): Change background to white for mono displays.
Gerd Moellmann [Mon, 26 Jul 1999 13:03:06 +0000 (13:03 +0000)]
(bitmap-area): Change background to white for mono displays.

24 years ago(w32_find_ccl_program): Get compiled CCL code by just
Kenichi Handa [Mon, 26 Jul 1999 11:58:24 +0000 (11:58 +0000)]
(w32_find_ccl_program): Get compiled CCL code by just
calling setup_coding_system.

24 years ago(x_find_ccl_program): Get compiled CCL code by just
Kenichi Handa [Mon, 26 Jul 1999 11:57:35 +0000 (11:57 +0000)]
(x_find_ccl_program): Get compiled CCL code by just
calling setup_coding_system.

24 years ago(setup_coding_system): Get compiled CCL code by just
Kenichi Handa [Mon, 26 Jul 1999 11:56:56 +0000 (11:56 +0000)]
(setup_coding_system): Get compiled CCL code by just
calling setup_coding_system.

24 years ago(ccl_driver) <CCL_Call>: Now CCL program ID to call may be
Kenichi Handa [Mon, 26 Jul 1999 11:56:28 +0000 (11:56 +0000)]
(ccl_driver) <CCL_Call>: Now CCL program ID to call may be
stored in the following CCL code.  Adjusted for the change of
Vccl_program_table.
(resolve_symbol_ccl_program): Adjusted for the new style of
embedded symbols (SYMBOL . PROP) in CCL compiled code.   Return Qt
is resolving failed.
(ccl_get_compiled_code): New function.
(setup_ccl_program): Function type changed from `void' to `int'.
Resolve symbols in CCL_PROG.
(Fccl_program_p): New function.
(Fccl_execute): Get compiled CCL code by just calling
setup_ccl_program.
(Fccl_execute_on_string): Likewise.
(Fregister_ccl_program): Adjusted for the change of
Vccl_program_table.

24 years ago(setup_ccl_program): The type is changed to `int'.
Kenichi Handa [Mon, 26 Jul 1999 11:55:53 +0000 (11:55 +0000)]
(setup_ccl_program): The type is changed to `int'.

24 years ago(ccl-embed-symbol): New function.
Kenichi Handa [Mon, 26 Jul 1999 11:54:24 +0000 (11:54 +0000)]
(ccl-embed-symbol): New function.
(ccl-program-p): Deleted.  Now it's implemented in C code.
(ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
(ccl-compile-translate-character): Likewise.
(ccl-compile-map-single): Likewise.
(ccl-compile-multiple-map-function): Likewise.
(declare-ccl-program): Doc-string modified.
(check-ccl-program): Check compiled CCL code by ccl-program-p.

24 years ago(get_next_display_element): Display DEL as `^?'.
Gerd Moellmann [Mon, 26 Jul 1999 11:50:17 +0000 (11:50 +0000)]
(get_next_display_element): Display DEL as `^?'.

24 years ago(load_face_colors): Load background color if setting
Gerd Moellmann [Mon, 26 Jul 1999 11:49:43 +0000 (11:49 +0000)]
(load_face_colors): Load background color if setting
stipple, too.

24 years ago(fill-region-as-paragraph): Fix previous change.
Kenichi Handa [Mon, 26 Jul 1999 00:29:37 +0000 (00:29 +0000)]
(fill-region-as-paragraph): Fix previous change.

24 years ago(fill-region-as-paragraph): Fix previous change.
Kenichi Handa [Mon, 26 Jul 1999 00:14:37 +0000 (00:14 +0000)]
(fill-region-as-paragraph): Fix previous change.

24 years ago(custom-save-variables, custom-save-faces): Sort
Markus Rost [Sun, 25 Jul 1999 14:29:22 +0000 (14:29 +0000)]
(custom-save-variables, custom-save-faces):  Sort
the entries to make custom-file more readable.

24 years ago(custom-save-delete): Avoid error for empty .emacs.
Karl Heuer [Sun, 25 Jul 1999 05:50:42 +0000 (05:50 +0000)]
(custom-save-delete): Avoid error for empty .emacs.

24 years ago(info-lookup-interactive-arguments): Add optional
Karl Heuer [Sun, 25 Jul 1999 05:47:46 +0000 (05:47 +0000)]
(info-lookup-interactive-arguments): Add optional
argument query for new choice of help mode.
(info-lookup-symbol):  Use it.
(info-lookup-file): Ditto.
(info-lookup): Don't switch to other window, if already in Info buffer.

24 years agoDelete compatibility code.
Karl Heuer [Sun, 25 Jul 1999 05:45:50 +0000 (05:45 +0000)]
Delete compatibility code.
(edebug-next-token-class): If . is followed by a digit,
return `symbol' for the token class.

24 years ago(command-line): If we don't find the user's init file,
Karl Heuer [Sun, 25 Jul 1999 05:44:56 +0000 (05:44 +0000)]
(command-line): If we don't find the user's init file,
set user-init-file to nil.

24 years ago(fortran-mode-syntax-table): Change `\' to `\'
Dave Love [Sat, 24 Jul 1999 13:11:43 +0000 (13:11 +0000)]
(fortran-mode-syntax-table): Change `\' to `\'
syntax.
(fortran-fontify-string, fortran-match-!-commen): Deleted.
(fortran-font-lock-syntactic-keywords): New variable.
(fortran-mode): Use it.
(fortran-font-lock-keywords-1): Don't do comments.
(beginning-of-fortran-subprogram, end-of-fortran-subprogram):
Save match data.

24 years agoZap elint URL.
Dave Love [Sat, 24 Jul 1999 10:07:45 +0000 (10:07 +0000)]
Zap elint URL.

24 years ago(sgml-validate-command): Use nsgmls.
Dave Love [Fri, 23 Jul 1999 23:05:21 +0000 (23:05 +0000)]
(sgml-validate-command): Use nsgmls.

24 years ago(hl-line-mode): Add autload cookies.
Dave Love [Fri, 23 Jul 1999 23:01:06 +0000 (23:01 +0000)]
(hl-line-mode): Add autload cookies.