bpt/emacs.git
27 years agoUse defcustom.
Richard M. Stallman [Sat, 3 May 1997 22:19:10 +0000 (22:19 +0000)]
Use defcustom.

27 years agoUse defgroup and defcustom.
Richard M. Stallman [Sat, 3 May 1997 19:58:10 +0000 (19:58 +0000)]
Use defgroup and defcustom.

Many doc fixes.
(ffap-next): Fix message.

27 years agoUse defgroup and defcustom.
Richard M. Stallman [Sat, 3 May 1997 19:53:57 +0000 (19:53 +0000)]
Use defgroup and defcustom.

27 years agoUse defcustom.
Richard M. Stallman [Sat, 3 May 1997 19:28:12 +0000 (19:28 +0000)]
Use defcustom.
Doc fixes.

27 years ago(x_set_mouse_color): Update calls to x_catch_errors
Richard M. Stallman [Sat, 3 May 1997 19:18:28 +0000 (19:18 +0000)]
(x_set_mouse_color): Update calls to x_catch_errors
and x_uncatch_errors.

27 years agoUse defcustom.
Richard M. Stallman [Sat, 3 May 1997 19:16:43 +0000 (19:16 +0000)]
Use defcustom.

27 years agoAdd defgroups, and use defcustom.
Richard M. Stallman [Sat, 3 May 1997 19:15:38 +0000 (19:15 +0000)]
Add defgroups, and use defcustom.

27 years ago(x_set_scroll_bar_width): If arg is too small, round it up.
Richard M. Stallman [Sat, 3 May 1997 06:13:30 +0000 (06:13 +0000)]
(x_set_scroll_bar_width): If arg is too small, round it up.

27 years ago(Fdisplay_buffer): If we give up and try other frames,
Richard M. Stallman [Sat, 3 May 1997 06:12:28 +0000 (06:12 +0000)]
(Fdisplay_buffer): If we give up and try other frames,
look again for a window in those frames already showing BUFFER.

27 years ago(timezone-parse-date): Match forms 1 and 2 first.
Richard M. Stallman [Sat, 3 May 1997 05:22:46 +0000 (05:22 +0000)]
(timezone-parse-date): Match forms 1 and 2 first.

27 years agoUse defcustom.
Richard M. Stallman [Sat, 3 May 1997 04:58:13 +0000 (04:58 +0000)]
Use defcustom.

27 years agoAdd defgroups, and use defcustom.
Richard M. Stallman [Sat, 3 May 1997 04:56:48 +0000 (04:56 +0000)]
Add defgroups, and use defcustom.

27 years agoAdd defgroup and use defcustom.
Richard M. Stallman [Sat, 3 May 1997 04:53:02 +0000 (04:53 +0000)]
Add defgroup and use defcustom.

27 years agoSupport compilers that give a message each time the file being
Richard M. Stallman [Sat, 3 May 1997 04:37:52 +0000 (04:37 +0000)]
Support compilers that give a message each time the file being
compiled changes but don't include a file name each error message.
Speed up by searching for regexps one by one instead of combining.
(compile-internal): Takes more optional arguments.  All five regexp
alists can be given as argument.
Change name of variable regexp-alist to error-regexp-alist. Change
some local variables directly by setq instead of rebinding by let.
(compilation-shell-minor-mode): New minor mode.
Similar to compilation-minor-mode, but key bindings don't
collide with shell mode.
(compilation-shell-minor-mode-map, compilation-shell-minor-mode):
New variables.
(compile-auto-highlight): Doc fix.
(compilation-error-regexp-alist): Removed unnecessary line break
in first regexp.  Replaced \\(\\|.* on \\) by \\(.* on \\)? in
regexp for Absoft FORTRAN 77 Compiler 3.1.3.  Added regexp for
SPARCcompiler Pascal.  Divided long line in regexp for Cray C
compiler error messages.  Made comment fit in line at regexp for
Sun Ada (VADS, Solaris).  FILE-IDX may be nil, meaning an
error message with no file name, so the file name must be taken
from an earlier message.  LINE-IDX may be a function which is
called with two arguments the file name and column strings and
returns an error position descriptor.
(compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist): New variables.
(compilation-file-regexp-alist)
(compilation-nomessage-regexp-alist): New variables.
(grep-regexp-alist): Removed unnecessary ^ at beginning of regexp.
(compilation-enter-directory-regexp)
(compilation-leave-directory-regexp): Variables deleted.
Replaced by compilation-enter-directory-regexp-alist and
compilation-leave-directory-regexp-alist.
(compilation-buffer-p): Return true also for buffer in
compilation-shell-minor-mode.
(compilation-next-error-locus): Split a long line.
(count-regexp-groupings): Comment about this function not being
needed any more.
(compilation-current-file, compilation-regexps); New variables.
(compilation-parse-errors): Large parts rewritten.  Don't put the
regexps together in one large regexp, instead match them one by one.
Support the generalized subexpression indices.
(compile-collect-regexps, compile-buffer-substring): New functions
supporting compilation-parse-errors.

27 years ago(pop_up_menu): Update the call to x_catch_errors.
Richard M. Stallman [Fri, 2 May 1997 07:27:07 +0000 (07:27 +0000)]
(pop_up_menu): Update the call to x_catch_errors.

27 years ago(ispell-dictionary-alist-2): Specify syntax of ' in Danish.
Richard M. Stallman [Fri, 2 May 1997 07:26:39 +0000 (07:26 +0000)]
(ispell-dictionary-alist-2): Specify syntax of ' in Danish.

27 years ago(rmail-msgref-vector): New variable.
Richard M. Stallman [Fri, 2 May 1997 07:25:43 +0000 (07:25 +0000)]
(rmail-msgref-vector): New variable.
Holds, for each message, a cons cell which contains the message number
and which relocates if the message number changes.
(rmail-forget-messages): Clear rmail-msgref-vector.
(rmail-variables): Make rmail-msgref-vector buffer-local.
(rmail-count-new-messages): Extend rmail-msgref-vector.
(rmail-set-message-counters): Initialize rmail-msgref-vector.
(rmail-only-expunge): Update rmail-msgref-vector.
Don't look for mail-mode buffers specially.
(rmail-reply): Use rmail-msgref-vector element as arg.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): Accept an element of rmail-mark-message as arg.

27 years ago(iswitchb-entryfn-p): Use memq, not member.
Richard M. Stallman [Fri, 2 May 1997 00:28:21 +0000 (00:28 +0000)]
(iswitchb-entryfn-p): Use memq, not member.

27 years ago(iswitchb-visit-buffer): Handle `display' alternative.
Richard M. Stallman [Fri, 2 May 1997 00:25:25 +0000 (00:25 +0000)]
(iswitchb-visit-buffer): Handle `display' alternative.
(iswitchb-default-keybindings): Define C-x 4 C-o.
(iswitchb-display-buffer): New function.
(iswitchb-entryfn-p): Include iswitchb-display-buffer.
(iswitchb-method, iswitchb-default-method): Doc fixes.

27 years agoMany doc fixes.
Richard M. Stallman [Fri, 2 May 1997 00:24:00 +0000 (00:24 +0000)]
Many doc fixes.

27 years agoInitial revision
Richard M. Stallman [Fri, 2 May 1997 00:22:11 +0000 (00:22 +0000)]
Initial revision

27 years ago(menu-bar-custom-menu):
Richard M. Stallman [Thu, 1 May 1997 22:21:19 +0000 (22:21 +0000)]
(menu-bar-custom-menu):
New item `Browse All Customization'.
Rename and shuffle other items.
`Specify Group...' is now customize-group.

27 years ago(x_reply_selection_request): Fix previous change.
Richard M. Stallman [Thu, 1 May 1997 21:35:31 +0000 (21:35 +0000)]
(x_reply_selection_request): Fix previous change.

27 years ago(set-variable): Simplify previous change.
Richard M. Stallman [Thu, 1 May 1997 17:36:50 +0000 (17:36 +0000)]
(set-variable): Simplify previous change.

27 years ago(make-syntax-table): Doc fix.
Richard M. Stallman [Thu, 1 May 1997 06:47:29 +0000 (06:47 +0000)]
(make-syntax-table): Doc fix.

27 years ago(exec-directory): Wakeup no longer exists, so use movemail as example.
Richard M. Stallman [Thu, 1 May 1997 02:06:32 +0000 (02:06 +0000)]
(exec-directory): Wakeup no longer exists, so use movemail as example.

27 years ago(shell-quote-argument): Quote null string usefully.
Richard M. Stallman [Thu, 1 May 1997 02:03:16 +0000 (02:03 +0000)]
(shell-quote-argument): Quote null string usefully.

27 years ago(x_real_positions, x_set_mouse_color, Fx_list_fonts):
Richard M. Stallman [Thu, 1 May 1997 01:59:47 +0000 (01:59 +0000)]
(x_real_positions, x_set_mouse_color, Fx_list_fonts):
Save value from x_catch_errors and pass to x_uncatch_errors.

27 years ago(x_own_selection, x_reply_selection_request)
Richard M. Stallman [Thu, 1 May 1997 01:58:47 +0000 (01:58 +0000)]
(x_own_selection, x_reply_selection_request)
(x_get_foreign_selection):
Save value of x_catch_errors and pass to x_uncatch_errors.

27 years ago(XTmouse_position, x_term_init):
Richard M. Stallman [Thu, 1 May 1997 01:57:25 +0000 (01:57 +0000)]
(XTmouse_position, x_term_init):
Save value of x_catch_errors and pass to x_uncatch_errors.

(x_catch_errors): Use specpdl so can be nested.
Use a Lisp string to as the buffer for the X message.
(x_uncatch_errors, x_had_errors_p, x_check_errors): Related changes.
(x_catch_errors_unwind): New function.
(x_error_quitter): Call x_error_catcher if appropriate.
(x_error_message_string): New variable.
(syms_of_xterm): Defvar it.
(x_caught_error_message): Variable deleted.
(X_ERROR_MESSAGE_SIZE): Renamed from X_CAUGHT_ERROR_MESSAGE_SIZE.
(x_error_handler): New function, calls x_error_quitter or ..._checker.
(x_initialize): Use x_error_handler as error handler for X.

27 years ago(set-variable): Check VALUE against type info if available.
Richard M. Stallman [Wed, 30 Apr 1997 18:57:35 +0000 (18:57 +0000)]
(set-variable): Check VALUE against type info if available.
Don't evaluate VALUE.
Use a separate history list for the values.

27 years ago(init_lread): Don't add ../lisp to the dump-time load path.
Richard M. Stallman [Wed, 30 Apr 1997 18:41:53 +0000 (18:41 +0000)]
(init_lread): Don't add ../lisp to the dump-time load path.

27 years ago(read_process_output): Update opoint, old_begv and old_zv
Richard M. Stallman [Wed, 30 Apr 1997 18:34:17 +0000 (18:34 +0000)]
(read_process_output): Update opoint, old_begv and old_zv
based on actual buffer change rather than size of string.
old_begv and old_zv are now ints.
(status_notify): Likewise for opoint.

27 years agoHandle all subdirs of `lisp' uniformly.
Richard M. Stallman [Wed, 30 Apr 1997 17:30:47 +0000 (17:30 +0000)]
Handle all subdirs of `lisp' uniformly.
Don't handle `term' and `language' specially.
Clear out umask at the beginning.

27 years ago* etags.c [TeX_named_tokens]: Set to FALSE if undefined.
Francesco Potortì [Wed, 30 Apr 1997 14:57:39 +0000 (14:57 +0000)]
* etags.c [TeX_named_tokens]: Set to FALSE if undefined.
(struct linebuffer): New member `len' is the length of the string.
(find_entries, Pascal_functions, TeX_functions, TEX_getit):
Use it instead of strlen.
(TEX_getit): Declare and define unconditionally as static.
(TeX_functions): Use if instead of #if TeX_named_tokens.
(add_regex): Set RE_INTERVALS flag for regex compilation.
(substitute): Code cleanup.
(readline_internal): Code cleanup, set new member `len'.
(readline): Bug corrected.

27 years ago(edt-emulation-on): Load edt-pc.el under Windows.
Richard M. Stallman [Wed, 30 Apr 1997 02:13:02 +0000 (02:13 +0000)]
(edt-emulation-on): Load edt-pc.el under Windows.

27 years ago(time-stamp-old-format-warn): Fix a tag string.
Richard M. Stallman [Wed, 30 Apr 1997 01:12:24 +0000 (01:12 +0000)]
(time-stamp-old-format-warn): Fix a tag string.
(time-stamp-format): Use %Y not %y in default value.

(time-stamp): Verify time-stamp-line-limit is a number.
(time-stamp-string-preprocess): Handle %F correctly.

27 years ago(crisp-load-scroll-all): Renamed from ...-lock.
Richard M. Stallman [Tue, 29 Apr 1997 21:11:33 +0000 (21:11 +0000)]
(crisp-load-scroll-all): Renamed from ...-lock.
(crisp-mode): Use scroll-all... not scroll-lock...

27 years agoRenamed from scroll-lock.el.
Richard M. Stallman [Tue, 29 Apr 1997 21:06:16 +0000 (21:06 +0000)]
Renamed from scroll-lock.el.
All functions renamed.
(scroll-all-mode): Variable renamed from is-scroll-lock.

27 years agoInitial revision
Richard M. Stallman [Tue, 29 Apr 1997 20:55:16 +0000 (20:55 +0000)]
Initial revision

27 years agoDon't bind C-x m, C-x 4 m, C-x 5 m.
Richard M. Stallman [Tue, 29 Apr 1997 02:07:51 +0000 (02:07 +0000)]
Don't bind C-x m, C-x 4 m, C-x 5 m.

27 years agoBind C-x m, C-x 4 m, C-x 5 m to compose-mail...
Richard M. Stallman [Tue, 29 Apr 1997 02:07:34 +0000 (02:07 +0000)]
Bind C-x m, C-x 4 m, C-x 5 m to compose-mail...

27 years ago(compose-mail): Make prefix arg mean "continue".
Richard M. Stallman [Tue, 29 Apr 1997 02:07:02 +0000 (02:07 +0000)]
(compose-mail): Make prefix arg mean "continue".
(compose-mail-other-window, compose-mail-other-frame): New commands.

27 years ago(mh-smail-batch): Accpt &rest arg `ignored'.
Richard M. Stallman [Tue, 29 Apr 1997 01:36:06 +0000 (01:36 +0000)]
(mh-smail-batch): Accpt &rest arg `ignored'.

27 years ago(Fexpand_file_name): Check length > 0 when necessary.
Richard M. Stallman [Tue, 29 Apr 1997 00:51:47 +0000 (00:51 +0000)]
(Fexpand_file_name): Check length > 0 when necessary.

27 years ago(generated-autoload-file): Change defconst to defvar.
Richard M. Stallman [Tue, 29 Apr 1997 00:23:40 +0000 (00:23 +0000)]
(generated-autoload-file): Change defconst to defvar.

27 years agoDelete fortran pretty-printer.
Richard M. Stallman [Mon, 28 Apr 1997 13:56:45 +0000 (13:56 +0000)]
Delete fortran pretty-printer.

27 years ago(quoted-insert-character-offset): New variable.
Richard M. Stallman [Mon, 28 Apr 1997 12:47:24 +0000 (12:47 +0000)]
(quoted-insert-character-offset): New variable.
(quoted-insert): Convert characters 0200 - 0377 to 04200 - 04377,
so that users get the same results they are used to.

27 years agochange all buffer-substring to buffer-substring-no-properties.
Simon Marshall [Mon, 28 Apr 1997 11:25:26 +0000 (11:25 +0000)]
change all buffer-substring to buffer-substring-no-properties.

27 years agoVersion 2.08.01 from author; defgroup happens in font-lock.el; don't prevent from...
Simon Marshall [Mon, 28 Apr 1997 09:41:02 +0000 (09:41 +0000)]
Version 2.08.01 from author; defgroup happens in font-lock.el; don't prevent from compiling on emacs 19.34 etc.

27 years agoVersion 3.12.01 from author; defgroup happens in font-lock.el; don't prevent from...
Simon Marshall [Mon, 28 Apr 1997 09:41:01 +0000 (09:41 +0000)]
Version 3.12.01 from author; defgroup happens in font-lock.el; don't prevent from compiling on emacs 19.34 etc.

27 years ago(skip_chars): Fix previous change in syntax/backward case.
Richard M. Stallman [Mon, 28 Apr 1997 00:49:41 +0000 (00:49 +0000)]
(skip_chars): Fix previous change in syntax/backward case.

27 years ago(ange-ftp-file-entry-p): If ange-ftp-get-files returns
Richard M. Stallman [Sun, 27 Apr 1997 22:41:00 +0000 (22:41 +0000)]
(ange-ftp-file-entry-p): If ange-ftp-get-files returns
nil, don't try ange-ftp-hash-entry-exists-p, just give up.

27 years ago(comint-input-face): Deleted.
Richard M. Stallman [Sun, 27 Apr 1997 22:05:34 +0000 (22:05 +0000)]
(comint-input-face): Deleted.

27 years ago(compilation-error-regexp-alist): Add regexp for Perl -w.
Richard M. Stallman [Sun, 27 Apr 1997 21:54:54 +0000 (21:54 +0000)]
(compilation-error-regexp-alist): Add regexp for Perl -w.

27 years ago(vc-master-templates): Doc fix.
Richard M. Stallman [Sun, 27 Apr 1997 20:50:24 +0000 (20:50 +0000)]
(vc-master-templates): Doc fix.

27 years ago(Fsubstitute_in_file_name): Use xnm uniformly, never nm,
Richard M. Stallman [Sun, 27 Apr 1997 18:19:42 +0000 (18:19 +0000)]
(Fsubstitute_in_file_name): Use xnm uniformly, never nm,
when handling /~ and // at the end.

27 years agoComment change.
Richard M. Stallman [Sun, 27 Apr 1997 18:02:16 +0000 (18:02 +0000)]
Comment change.

27 years ago(dsssl-sgml-declaration): Doc fix.
Richard M. Stallman [Sun, 27 Apr 1997 17:50:39 +0000 (17:50 +0000)]
(dsssl-sgml-declaration): Doc fix.
(dsssl-mode): Use stringp to check dsssl-sgml-declaration.
(style, root): Put scheme-indent-function 1.
(dsssl-font-lock-keywords): Use make-regexp version.

27 years ago(dun-special-object):
Richard M. Stallman [Sun, 27 Apr 1997 17:15:58 +0000 (17:15 +0000)]
(dun-special-object):
Floppy disk will melt in inventory or room, regardless
of whether or not Stallman statuette is around.

(dun-examine):
You can examine objects in the jar without taking them out.

(dun-take):
You can take objects from the jar while you are on the bus.

(dun-dig):
Message from digging on the bus is the same as when you dig and don't
find anything.

(dun-climb):
No longer errors out of the game when argument to "climb" is invalid.

(dun-put):
You can now put things in the jar, even if you are on the bus.

(dun-special-move):
"In" or "Out" command tells you if you are already on or off the bus.

(dun-sauna-heat):
Changed "begin to sweat" to "are perspiring"
so that it makes sense whether you are heating up or cooling down.

(dun-help):
Changed author e-mail address, added web page.
Added hint for batch mode.

(*global*):
Fixed spelling of Presely in global object list.

(*global*):
Added coconuts, tank, and lake as objects that are recognized.

(*global*):
Added `slip' as another way of describing the paper,
and `chip' as another way of describing the CPU.

(*global*):
Upcase  abbreviations of directions in room descriptions.

(dun-login):
Fixed erroneous login message to better-describe ftp limitations.

(dun-rlogin):
Added error message if user tries to rlogin back to pokey.

(dun-load-d):
Fixed so that if restore file isn't found which in non-batch mode,
window will switch back to game.

27 years ago(custom-declare-variable): Don't use `push'.
Richard M. Stallman [Sun, 27 Apr 1997 16:38:17 +0000 (16:38 +0000)]
(custom-declare-variable): Don't use `push'.

27 years agoFix previous change.
Richard M. Stallman [Sun, 27 Apr 1997 16:34:19 +0000 (16:34 +0000)]
Fix previous change.

27 years ago(x_destroy_window): Free saved_menu_event, if any.
Richard M. Stallman [Sun, 27 Apr 1997 03:32:14 +0000 (03:32 +0000)]
(x_destroy_window): Free saved_menu_event, if any.

27 years ago(Fdelete_frame): Free FRAME_MESSAGE_BUF.
Richard M. Stallman [Sun, 27 Apr 1997 03:25:32 +0000 (03:25 +0000)]
(Fdelete_frame): Free FRAME_MESSAGE_BUF.

27 years ago(get_user_app): Free the gethomedir value.
Richard M. Stallman [Sun, 27 Apr 1997 03:18:20 +0000 (03:18 +0000)]
(get_user_app): Free the gethomedir value.

27 years ago(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.
Richard M. Stallman [Sat, 26 Apr 1997 22:14:21 +0000 (22:14 +0000)]
(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.

27 years ago(calendar-print-french-date): Label French date in echo area.
Richard M. Stallman [Sat, 26 Apr 1997 22:14:07 +0000 (22:14 +0000)]
(calendar-print-french-date): Label French date in echo area.

27 years ago(forward-paragraph): Fix editing error
Richard M. Stallman [Sat, 26 Apr 1997 19:20:00 +0000 (19:20 +0000)]
(forward-paragraph): Fix editing error
in the updating of paragraph-separate.

27 years agoChanged version number.
Per Abrahamsen [Sat, 26 Apr 1997 14:56:02 +0000 (14:56 +0000)]
Changed version number.

27 years ago*** empty log message ***
Per Abrahamsen [Sat, 26 Apr 1997 13:40:48 +0000 (13:40 +0000)]
*** empty log message ***

27 years ago(reset_buffer): Initialize clip_changed field.
Richard M. Stallman [Sat, 26 Apr 1997 04:46:29 +0000 (04:46 +0000)]
(reset_buffer): Initialize clip_changed field.

27 years ago(rmail-reply): Pass Rmail buffer and msgnum
Richard M. Stallman [Sat, 26 Apr 1997 01:33:18 +0000 (01:33 +0000)]
(rmail-reply): Pass Rmail buffer and msgnum
as arguments within the mail-send action.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): New function.
(rmail-only-expunge): Update the new kind of action.
(rmail-send-actions-rmail-msg-number)
(rmail-send-actions-rmail-buffer): Variables no longer used.

27 years ago(skip_chars): Merge mule changes back in.
Richard M. Stallman [Fri, 25 Apr 1997 21:59:44 +0000 (21:59 +0000)]
(skip_chars): Merge mule changes back in.

27 years ago(sort_args): Free the malloc'd memory.
Richard M. Stallman [Fri, 25 Apr 1997 19:42:38 +0000 (19:42 +0000)]
(sort_args): Free the malloc'd memory.

27 years agoDelete setting of byte-compile-dynamic,
Richard M. Stallman [Fri, 25 Apr 1997 18:14:10 +0000 (18:14 +0000)]
Delete setting of byte-compile-dynamic,
byte-compile-dynamic-docstrings and byte-optimize.
(with-current-buffer): Duplicate definition deleted.
(save-buffer-state, do-while): Move defmacros to top level.

27 years agoDelete setting of byte-compile-dynamic,
Richard M. Stallman [Fri, 25 Apr 1997 18:13:42 +0000 (18:13 +0000)]
Delete setting of byte-compile-dynamic,
byte-compile-dynamic-docstrings and byte-optimize.
(fast-lock-save-facep, save-buffer-state): Move defmacros to top level.

27 years ago(describe-face): Add documentation.
Richard M. Stallman [Fri, 25 Apr 1997 18:11:33 +0000 (18:11 +0000)]
(describe-face): Add documentation.

27 years ago(apropos): Add support for customization groups.
Richard M. Stallman [Fri, 25 Apr 1997 18:10:43 +0000 (18:10 +0000)]
(apropos): Add support for customization groups.
(apropos-print): Ditto.

27 years ago(Fwrite_region): GCPRO `start' near the beginning.
Richard M. Stallman [Fri, 25 Apr 1997 04:59:48 +0000 (04:59 +0000)]
(Fwrite_region): GCPRO `start' near the beginning.

27 years ago*** empty log message ***
Richard M. Stallman [Fri, 25 Apr 1997 04:48:20 +0000 (04:48 +0000)]
*** empty log message ***

27 years ago(x_set_menu_bar_lines): Increment windows_or_buffers_changed.
Richard M. Stallman [Fri, 25 Apr 1997 04:47:13 +0000 (04:47 +0000)]
(x_set_menu_bar_lines): Increment windows_or_buffers_changed.

27 years ago(facemenu-add-new-face): Rewrite to give each
Richard M. Stallman [Fri, 25 Apr 1997 04:46:19 +0000 (04:46 +0000)]
(facemenu-add-new-face): Rewrite to give each
lambda expression a doc string.

27 years ago(set_frame_menubar): When widget is new, forget records of old contents.
Richard M. Stallman [Fri, 25 Apr 1997 00:44:48 +0000 (00:44 +0000)]
(set_frame_menubar): When widget is new, forget records of old contents.

27 years agoDelete all menu-enable properties.
Richard M. Stallman [Thu, 24 Apr 1997 22:54:27 +0000 (22:54 +0000)]
Delete all menu-enable properties.
They ran slowly and sometimes got errors.

27 years ago(skeleton-read): Doc fix.
Richard M. Stallman [Thu, 24 Apr 1997 19:40:23 +0000 (19:40 +0000)]
(skeleton-read): Doc fix.

27 years agoMany doc fixes.
Richard M. Stallman [Thu, 24 Apr 1997 19:37:13 +0000 (19:37 +0000)]
Many doc fixes.

27 years agoSynched with custom 1.90.
Per Abrahamsen [Thu, 24 Apr 1997 16:53:55 +0000 (16:53 +0000)]
Synched with custom 1.90.

27 years ago(w32-using-nt, w32-shell-name, w32-using-system-shell-p,
Geoff Voelker [Thu, 24 Apr 1997 02:58:11 +0000 (02:58 +0000)]
(w32-using-nt, w32-shell-name, w32-using-system-shell-p,
w32-startup): New functions.
(w32-system-shells): New variable.

27 years agoFix messages.
Richard M. Stallman [Wed, 23 Apr 1997 23:34:20 +0000 (23:34 +0000)]
Fix messages.

27 years agoFix names of some languages.
Richard M. Stallman [Wed, 23 Apr 1997 23:12:45 +0000 (23:12 +0000)]
Fix names of some languages.

27 years agoChange references of windowsnt.h to ms-w32.h.
Geoff Voelker [Wed, 23 Apr 1997 22:23:44 +0000 (22:23 +0000)]
Change references of windowsnt.h to ms-w32.h.
(obj): Change references of nt*.c files to w32*.c files.

27 years ago(sgml-value): Use 'identity as default value.
Richard M. Stallman [Wed, 23 Apr 1997 18:58:33 +0000 (18:58 +0000)]
(sgml-value): Use 'identity as default value.
(sgml-mode): Doc fix.
(sgml-name-8bit-mode): Tell the user if set or reset.
(sgml-tag): Doc fix.
(sgml-tag): Protect "<" from skeleton-transformation.
(sgml-attributes): Doc fix.
(sgml-attributes): Square brackets removed from prompt.
(sgml-attributes): Arg ALIST renamed to TAG.
(sgml-attributes): Apply skeleton-transformation when necessary.
(sgml-value): Doc added.
(sgml-value): Square brackets removed from prompt.
(html-tag-alist): New variable 1-7, variable `list' changed.
(html-tag-alist)<dir>, <menu>: Use new value of `list'.
(html-tag-alist)<font>: Fixed (doc of sgml-tag-alist needs fixing).
(html-tag-alist)<ol>, <ul>: Fixed.
(html-tag-alist)<fn>: Commented out.

27 years ago(define-skeleton): Doc fix.
Richard M. Stallman [Wed, 23 Apr 1997 17:37:06 +0000 (17:37 +0000)]
(define-skeleton): Doc fix.

27 years agoRespect font-lock-face-attributes and custom fixes.
Simon Marshall [Wed, 23 Apr 1997 07:10:09 +0000 (07:10 +0000)]
Respect font-lock-face-attributes and custom fixes.

27 years ago(compare-windows): Allow windows on different frames.
Richard M. Stallman [Wed, 23 Apr 1997 05:06:35 +0000 (05:06 +0000)]
(compare-windows): Allow windows on different frames.

27 years agoRe-arrange priorities of coding categories.
Kenichi Handa [Wed, 23 Apr 1997 01:30:10 +0000 (01:30 +0000)]
Re-arrange priorities of coding categories.

27 years ago(frame_allow_splitting): New variable.
Richard M. Stallman [Wed, 23 Apr 1997 00:30:43 +0000 (00:30 +0000)]
(frame_allow_splitting): New variable.
(Fsplit_window): Ignore `unsplittable' if frame_allow_splitting.
(syms_of_window): Set up Lisp var.

27 years ago(ispell-overlay-window): Bind frame-override-unsplittable.
Richard M. Stallman [Tue, 22 Apr 1997 23:25:24 +0000 (23:25 +0000)]
(ispell-overlay-window): Bind frame-override-unsplittable.

27 years ago(remote-compile): Make comint-file-name-prefix local
Richard M. Stallman [Tue, 22 Apr 1997 22:54:32 +0000 (22:54 +0000)]
(remote-compile): Make comint-file-name-prefix local
in the compilation buffer.

27 years ago(debug-ignored-errors): Update the regexps for
Richard M. Stallman [Tue, 22 Apr 1997 22:02:49 +0000 (22:02 +0000)]
(debug-ignored-errors): Update the regexps for
the dabbrev error messages