]> git.eshelyaron.com Git - emacs.git/log
emacs.git
27 years agodon't add text for the modeline.
Simon Marshall [Tue, 29 Jul 1997 12:25:05 +0000 (12:25 +0000)]
don't add text for the modeline.

27 years ago(Fformat_time_string): Don't hang if strftime produces
Richard M. Stallman [Tue, 29 Jul 1997 02:29:32 +0000 (02:29 +0000)]
(Fformat_time_string): Don't hang if strftime produces
an empty string.  Fix arguments of second call to strftime.
Remove check for result being negative, this cannot happen.

27 years ago(rmail-resend): Use user-mail-address.
Richard M. Stallman [Tue, 29 Jul 1997 02:15:28 +0000 (02:15 +0000)]
(rmail-resend): Use user-mail-address.

27 years ago(sort_args): Check properly for `--'.
Richard M. Stallman [Tue, 29 Jul 1997 00:53:09 +0000 (00:53 +0000)]
(sort_args): Check properly for `--'.

27 years agoupdate from main archive 970728
Ulrich Drepper [Mon, 28 Jul 1997 23:37:45 +0000 (23:37 +0000)]
update from main archive 970728

27 years ago(makefile-space-face): Add defface.
Richard M. Stallman [Mon, 28 Jul 1997 22:22:27 +0000 (22:22 +0000)]
(makefile-space-face): Add defface.
(makefile-define-space-face): Function deleted.
(makefile-mode): Don't call makefile-define-space-font.

27 years ago(x_new_font): Follow the change in x_set_scroll_bar_width and make the
Richard M. Stallman [Mon, 28 Jul 1997 18:33:11 +0000 (18:33 +0000)]
(x_new_font): Follow the change in x_set_scroll_bar_width and make the
scroll bar at least 14 pixels wide.

27 years ago(Fx_create_frame): Initialize fontset in output_data.
Richard M. Stallman [Mon, 28 Jul 1997 18:30:44 +0000 (18:30 +0000)]
(Fx_create_frame): Initialize fontset in output_data.

27 years ago(non_ascii_char_to_string): Fix typos.
Richard M. Stallman [Mon, 28 Jul 1997 18:20:01 +0000 (18:20 +0000)]
(non_ascii_char_to_string): Fix typos.

27 years ago(debug-ignored-errors): Delete ^Quit$ element.
Richard M. Stallman [Mon, 28 Jul 1997 17:17:28 +0000 (17:17 +0000)]
(debug-ignored-errors): Delete ^Quit$ element.

27 years ago[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.
Richard M. Stallman [Mon, 28 Jul 1997 17:04:18 +0000 (17:04 +0000)]
[HAVE_LIBNCURSES]: Declare ospeed as short, unless NCURSES_OSPEED_T.

27 years agoSynched with 1.9951.
Per Abrahamsen [Mon, 28 Jul 1997 15:46:57 +0000 (15:46 +0000)]
Synched with 1.9951.

27 years ago(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.
Richard M. Stallman [Mon, 28 Jul 1997 15:10:21 +0000 (15:10 +0000)]
(x_term_init) [! HAVE_X11R5]: Don't try to use XtCvtStringToFont.

27 years ago(map_obarray): Don't crash if something strange is in the obarray.
Richard M. Stallman [Mon, 28 Jul 1997 15:09:31 +0000 (15:09 +0000)]
(map_obarray): Don't crash if something strange is in the obarray.

27 years ago(update-autoloads-from-directories):
Richard M. Stallman [Mon, 28 Jul 1997 15:09:00 +0000 (15:09 +0000)]
(update-autoloads-from-directories):
Always update loaddefs.el in the source-directory.

27 years agoSupport auto-configuration of both Kerberos V4 and
Richard M. Stallman [Mon, 28 Jul 1997 05:52:35 +0000 (05:52 +0000)]
Support auto-configuration of both Kerberos V4 and
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.
Include <string.h> when STDC_HEADERS is defined, to get
declarations of string functions.
[KERBEROS5] (socket_connection): Support the current MIT Kerberos
V5 API rather than the old one.
[KERBEROS] (socket_connection): Change a constant name from
SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
with a constant in a header file.

27 years agoSupport auto-configuration of both Kerberos V4 and
Richard M. Stallman [Mon, 28 Jul 1997 05:51:59 +0000 (05:51 +0000)]
Support auto-configuration of both Kerberos V4 and
Kerberos V5 for movemail, including detection of V4 and V5 header
files and libraries.

27 years ago(prefer-coding-system): Fix doc, prompt.
Richard M. Stallman [Mon, 28 Jul 1997 05:26:38 +0000 (05:26 +0000)]
(prefer-coding-system): Fix doc, prompt.

27 years ago(redisplay_window): When text has not changed,
Richard M. Stallman [Mon, 28 Jul 1997 04:55:45 +0000 (04:55 +0000)]
(redisplay_window): When text has not changed,
call compute_motion starting from the former PT if possible.
If PT is unchanged from w->last_point, don't do compute_motion at all.

27 years agoDescribe the separate distributions leim and intlfonts.
Richard M. Stallman [Mon, 28 Jul 1997 01:19:19 +0000 (01:19 +0000)]
Describe the separate distributions leim and intlfonts.

27 years ago(LDFLAGS): Get this from configure, like CFLAGS.
Richard M. Stallman [Sun, 27 Jul 1997 21:40:24 +0000 (21:40 +0000)]
(LDFLAGS): Get this from configure, like CFLAGS.

27 years ago(syms_of_callproc): Don't init Vtemp_file_name_pattern here.
Richard M. Stallman [Sun, 27 Jul 1997 21:38:49 +0000 (21:38 +0000)]
(syms_of_callproc): Don't init Vtemp_file_name_pattern here.

27 years agoComment change.
Richard M. Stallman [Sun, 27 Jul 1997 20:04:29 +0000 (20:04 +0000)]
Comment change.

27 years ago(fill-context-prefix): Be stricter about
Richard M. Stallman [Sun, 27 Jul 1997 19:56:21 +0000 (19:56 +0000)]
(fill-context-prefix): Be stricter about
whether first-line prefix is compatible with second-line prefix.

27 years agoCustomized.
Richard M. Stallman [Sun, 27 Jul 1997 19:53:27 +0000 (19:53 +0000)]
Customized.

27 years agoCustomized.
Richard M. Stallman [Sun, 27 Jul 1997 19:50:06 +0000 (19:50 +0000)]
Customized.

Doc fixes.

27 years ago(compile-command): More doc fix.
Richard M. Stallman [Sun, 27 Jul 1997 19:25:02 +0000 (19:25 +0000)]
(compile-command): More doc fix.

27 years ago(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.
Richard M. Stallman [Sun, 27 Jul 1997 01:54:56 +0000 (01:54 +0000)]
(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.

27 years ago(file-coding-system-alist): Use no-conversion for tar files.
Richard M. Stallman [Sun, 27 Jul 1997 00:07:08 +0000 (00:07 +0000)]
(file-coding-system-alist): Use no-conversion for tar files.

27 years ago(jka-compr-added-to-file-coding-system-alist): New var.
Richard M. Stallman [Sun, 27 Jul 1997 00:06:20 +0000 (00:06 +0000)]
(jka-compr-added-to-file-coding-system-alist): New var.
(jka-compr-insert-file-contents): Set coding-system-for-read
according to file name after removing compression suffix.
(jka-compr-install): Add elemets to file-coding-system-alist.
(jka-compr-uninstall): Remove elements from file-coding-system-alist.

27 years ago(line-move): If intangibility moves us to a different line,
Richard M. Stallman [Sat, 26 Jul 1997 22:22:59 +0000 (22:22 +0000)]
(line-move): If intangibility moves us to a different line,
adjust the hpos nicely in that line.

27 years ago(read-quoted-char): Consistently downcase letter "digits".
Richard M. Stallman [Sat, 26 Jul 1997 22:21:49 +0000 (22:21 +0000)]
(read-quoted-char): Consistently downcase letter "digits".

27 years ago(strout, printchar): Handle minibuffer_auto_raise.
Richard M. Stallman [Sat, 26 Jul 1997 22:20:51 +0000 (22:20 +0000)]
(strout, printchar): Handle minibuffer_auto_raise.

27 years ago(mail-mode): Make adaptive-fill-regexp
Richard M. Stallman [Sat, 26 Jul 1997 22:19:26 +0000 (22:19 +0000)]
(mail-mode): Make adaptive-fill-regexp
match more values.  Bind adaptive-fill-first-line-regexp too.

27 years agoRecognize SunOS 3.x.
Per Bothner [Sat, 26 Jul 1997 19:01:01 +0000 (19:01 +0000)]
Recognize SunOS 3.x.

27 years ago(telnet): Handle multiple telnet programs better.
Richard M. Stallman [Sat, 26 Jul 1997 18:41:15 +0000 (18:41 +0000)]
(telnet): Handle multiple telnet programs better.
(telnet-host-properties): New variable.

27 years agoDelete MPEG Audio (it is forbidden).
Richard M. Stallman [Sat, 26 Jul 1997 01:52:56 +0000 (01:52 +0000)]
Delete MPEG Audio (it is forbidden).
Explain more about why Qt is important.
Delete screen-savers item.

27 years ago(dumpglyphs): Check the dimension of FONT while
Richard M. Stallman [Sat, 26 Jul 1997 01:43:07 +0000 (01:43 +0000)]
(dumpglyphs): Check the dimension of FONT while
setting `byte1' and `byte2' members of *CP.

(XTread_socket): Trap the BadMatch error that can occur
after a XSetInputFocus if window is not visible.

27 years ago(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.
Richard M. Stallman [Sat, 26 Jul 1997 01:41:59 +0000 (01:41 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.

27 years ago(display_text_line): Don't count minibuf_prompt_width twice in taboffset.
Richard M. Stallman [Sat, 26 Jul 1997 01:41:03 +0000 (01:41 +0000)]
(display_text_line): Don't count minibuf_prompt_width twice in taboffset.

27 years ago(display_menu): If an item is disabled,
Richard M. Stallman [Sat, 26 Jul 1997 01:40:05 +0000 (01:40 +0000)]
(display_menu): If an item is disabled,
don't display its submenu (if any).

27 years agoUpdate leim/leim-list.el.
Richard M. Stallman [Fri, 25 Jul 1997 22:33:06 +0000 (22:33 +0000)]
Update leim/leim-list.el.
Pass along value of $EMACS when updating lisp dir.

27 years ago(occur): Local variable line-start redundant.
Richard M. Stallman [Fri, 25 Jul 1997 22:21:49 +0000 (22:21 +0000)]
(occur): Local variable line-start redundant.
`occur-marker' extends to the end of the line rather than one char before end.

27 years agoComment change.
Richard M. Stallman [Fri, 25 Jul 1997 22:10:42 +0000 (22:10 +0000)]
Comment change.

27 years ago(rmail-pop-password-error): New variable.
Richard M. Stallman [Fri, 25 Jul 1997 22:08:24 +0000 (22:08 +0000)]
(rmail-pop-password-error): New variable.
(rmail-insert-inbox-text): If there's an error getting mail from
the POP server, and the error matches rmail-pop-password-error or
we prompted for the POP password, assume that the password is
incorrect and erase it so that the user will be prompted again the
next time he gets mail.

27 years ago(awk-mode): Call c-initialize-cc-mode.
Richard M. Stallman [Fri, 25 Jul 1997 20:51:42 +0000 (20:51 +0000)]
(awk-mode): Call c-initialize-cc-mode.

27 years ago(compile-command): Doc fix.
Richard M. Stallman [Fri, 25 Jul 1997 19:02:00 +0000 (19:02 +0000)]
(compile-command): Doc fix.

27 years ago(Fwrite_region): Fix previous change.
Richard M. Stallman [Fri, 25 Jul 1997 18:12:53 +0000 (18:12 +0000)]
(Fwrite_region): Fix previous change.

27 years ago(doug_lea_malloc): Make __after_morecore_hook a
Richard M. Stallman [Fri, 25 Jul 1997 17:57:47 +0000 (17:57 +0000)]
(doug_lea_malloc): Make __after_morecore_hook a
prerequisite to the use of Doug Lea's malloc.

27 years ago(compilation-error-regexp-alist): Add elt for EPC F90.
Richard M. Stallman [Fri, 25 Jul 1997 17:29:29 +0000 (17:29 +0000)]
(compilation-error-regexp-alist): Add elt for EPC F90.

compilation-mode-font-lock-keywords: Ensure that each
regexp generated from compilation-error-regexp-alist begins with "^".

27 years ago(quail-update-leim-list-file): Call
Kenichi Handa [Fri, 25 Jul 1997 13:34:18 +0000 (13:34 +0000)]
(quail-update-leim-list-file): Call
find-file-noselect with t for arguments NOWARN and RAWFILE.

27 years ago(leim-list-entry-regexp): Make this match only at beginning of line.
Kenichi Handa [Fri, 25 Jul 1997 13:13:00 +0000 (13:13 +0000)]
(leim-list-entry-regexp): Make this match only at beginning of line.

27 years agocustomise & make installation/deinstallation happen on mode command not file load.
Simon Marshall [Fri, 25 Jul 1997 11:36:34 +0000 (11:36 +0000)]
customise & make installation/deinstallation happen on mode command not file load.

27 years agoWrap minibuffer-auto-raise where nec. to stop frame raising.
Simon Marshall [Fri, 25 Jul 1997 11:35:08 +0000 (11:35 +0000)]
Wrap minibuffer-auto-raise where nec. to stop frame raising.

27 years agoAdd type specs "explicit" "mutable".
Simon Marshall [Fri, 25 Jul 1997 11:34:20 +0000 (11:34 +0000)]
Add type specs "explicit" "mutable".

27 years ago(read-input-method-name): Show more appropriate error message.
Kenichi Handa [Fri, 25 Jul 1997 08:06:19 +0000 (08:06 +0000)]
(read-input-method-name): Show more appropriate error message.

27 years ago(compute_motion): Handle display table correctly for
Kenichi Handa [Fri, 25 Jul 1997 08:01:02 +0000 (08:01 +0000)]
(compute_motion): Handle display table correctly for
multibyte characters.

27 years ago(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.
Kenichi Handa [Fri, 25 Jul 1997 07:53:16 +0000 (07:53 +0000)]
(syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil.

27 years ago(CODING_REQUIRE_TEXT_CONVERSION,
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(CODING_REQUIRE_TEXT_CONVERSION,
CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted.
(CODING_REQUIRE_NO_CONVERSION): New macro.
(CODING_MAY_REQUIRE_NO_CONVERSION): New macro.

27 years ago(read_process_output): Use new macro
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(read_process_output): Use new macro
CODING_REQUIRE_NO_CONVERSION
(send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION.

27 years ago(Finsert_file_contents): Use new macros
Kenichi Handa [Fri, 25 Jul 1997 07:46:51 +0000 (07:46 +0000)]
(Finsert_file_contents): Use new macros
CODING_MAY_REQUIRE_NO_CONVERSION and
CODING_MAY_REQUIRE_NO_CONVERSION.
(Fwrite_region): Correct the logic for deciding coding system.

27 years ago(setup-thai-environment): Add correct autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-thai-environment): Add correct autoload cookie.

27 years ago(setup-tibetan-environment): Correct
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-tibetan-environment): Correct
coding system names.  Set default-input-method to "tibetan-wylie".

27 years ago(setup-vietnamese-environment): Add autoload cookie.
Kenichi Handa [Fri, 25 Jul 1997 07:44:24 +0000 (07:44 +0000)]
(setup-vietnamese-environment): Add autoload cookie.

27 years agoTypo in comment fixed.
Kenichi Handa [Fri, 25 Jul 1997 07:43:56 +0000 (07:43 +0000)]
Typo in comment fixed.

27 years agoInitial revision
Kenichi Handa [Fri, 25 Jul 1997 07:31:49 +0000 (07:31 +0000)]
Initial revision

27 years ago(TIT): New variable, contatination of TIT-GB and TIT-BIG5.
Kenichi Handa [Fri, 25 Jul 1997 07:31:26 +0000 (07:31 +0000)]
(TIT): New variable, contatination of TIT-GB and TIT-BIG5.
(RUN-EMACS): Do not set EMACSLOADPATH.
(ASIA): Include TIBEAN.
(all): Remove stamp-bytecomp from dependency list.
({$TIT}): New target, substitues the target ${TIT-GB} ${TIT-BIG5}.
(%.el): Make a link for byte-compiled file too.
(stamp-bytecomp): Target deleted.
(leim-list.el): Run Emacs with loading quail.
(install-XXX): These targets deleted.
(install): Remove files under INSTALLDIR before copying new files.
Run Emacs with loading quail.
(clean mostlyclean): Remove only generated files.

27 years agoRequire 'quail.
Kenichi Handa [Fri, 25 Jul 1997 07:30:07 +0000 (07:30 +0000)]
Require 'quail.

27 years agoChange Quail package name to "ethiopic".
Kenichi Handa [Fri, 25 Jul 1997 07:28:50 +0000 (07:28 +0000)]
Change Quail package name to "ethiopic".
(ethio-toggle-punctuation): Give "ethiopic" to quail-defrule.

27 years ago(metamail-region): Don't bind kanji-fileio-code
Richard M. Stallman [Fri, 25 Jul 1997 05:59:39 +0000 (05:59 +0000)]
(metamail-region): Don't bind kanji-fileio-code
or file-coding-system.  Don't call define-program-kanji-code
or define-program-coding-system.  Instead, bind coding-system-for-read.

27 years ago(${lispsource}TAGS): Specify ETAGS var in inner make.
Richard M. Stallman [Fri, 25 Jul 1997 05:37:34 +0000 (05:37 +0000)]
(${lispsource}TAGS): Specify ETAGS var in inner make.

(../src/$(OLDXMENU)): New target.

27 years ago(ETAGS): New variable.
Richard M. Stallman [Fri, 25 Jul 1997 03:10:59 +0000 (03:10 +0000)]
(ETAGS): New variable.
(TAGS): Use ${ETAGS}.

27 years ago(Vprint_gensym_alist): Renamed from printed_gensyms.
Richard M. Stallman [Fri, 25 Jul 1997 03:04:19 +0000 (03:04 +0000)]
(Vprint_gensym_alist): Renamed from printed_gensyms.
(Vprint_gensym): Now a Lisp_Object; Renamed from print_gensym.
(syms_of_print): Set up both as Lisp vars.
(PRINTPREPARE, PRINTFINISH): Don't clear Vprint_gensym_alist
if Vprint_gensym is a cons cell.

27 years ago(byte-compile-output-docform):
Richard M. Stallman [Fri, 25 Jul 1997 03:01:28 +0000 (03:01 +0000)]
(byte-compile-output-docform):
Bind print-gensym-alist; bind print-gensym to a cons cell.

27 years ago(custom-print-functions): Add defvar.
Richard M. Stallman [Fri, 25 Jul 1997 03:00:41 +0000 (03:00 +0000)]
(custom-print-functions): Add defvar.

27 years agonew version
Michael Kifer [Fri, 25 Jul 1997 01:42:53 +0000 (01:42 +0000)]
new version

27 years ago(rmail-mime-feature): Doc and custom fix.
Richard M. Stallman [Fri, 25 Jul 1997 01:01:50 +0000 (01:01 +0000)]
(rmail-mime-feature): Doc and custom fix.

27 years agoCustomized.
Richard M. Stallman [Fri, 25 Jul 1997 00:55:06 +0000 (00:55 +0000)]
Customized.
Doc fixes.

27 years ago(mail): Improve confirmation questions for file-visiting mail buffers.
Richard M. Stallman [Fri, 25 Jul 1997 00:10:37 +0000 (00:10 +0000)]
(mail): Improve confirmation questions for file-visiting mail buffers.

27 years ago(debug-ignored-errors): Update the dabbrev.el errors.
Richard M. Stallman [Thu, 24 Jul 1997 21:41:33 +0000 (21:41 +0000)]
(debug-ignored-errors): Update the dabbrev.el errors.
Add errors generated by ediff*.el.

27 years ago(ediff-update-diffs): Change error message.
Richard M. Stallman [Thu, 24 Jul 1997 21:39:26 +0000 (21:39 +0000)]
(ediff-update-diffs): Change error message.

27 years ago(selection_data_to_lisp_data):
Richard M. Stallman [Thu, 24 Jul 1997 21:29:24 +0000 (21:29 +0000)]
(selection_data_to_lisp_data):
Make the vector the right size, when format is 16.

27 years ago(landmark-repeat, landmark): New aliases.
Richard M. Stallman [Thu, 24 Jul 1997 18:22:33 +0000 (18:22 +0000)]
(landmark-repeat, landmark): New aliases.
Add autoload cookies.

27 years ago(main): Make --help msg end in newline.
Richard M. Stallman [Thu, 24 Jul 1997 18:18:49 +0000 (18:18 +0000)]
(main): Make --help msg end in newline.

27 years agoMany doc fixes.
Richard M. Stallman [Thu, 24 Jul 1997 18:17:41 +0000 (18:17 +0000)]
Many doc fixes.
(handwrite): Add autoload cookie.
(menu-bar-handwrite-map): Comment out the code to put this in the menu bar.

27 years ago(read-quoted-char): Convert function keys like Return
Richard M. Stallman [Thu, 24 Jul 1997 17:01:46 +0000 (17:01 +0000)]
(read-quoted-char): Convert function keys like Return
into ASCII equivalents.

27 years ago(Fx_create_frame): Don't fail to initialize `font'.
Richard M. Stallman [Thu, 24 Jul 1997 16:59:16 +0000 (16:59 +0000)]
(Fx_create_frame): Don't fail to initialize `font'.

27 years ago(wait_reading_process_input): Initialize total_read.
Richard M. Stallman [Thu, 24 Jul 1997 16:58:05 +0000 (16:58 +0000)]
(wait_reading_process_input): Initialize total_read.
Check for read_process_output giving back EIO.

27 years ago(Fdelete_frame): Undo previous change.
Richard M. Stallman [Thu, 24 Jul 1997 16:57:19 +0000 (16:57 +0000)]
(Fdelete_frame): Undo previous change.

27 years ago(read_char): Delete spurious UNGCPRO.
Richard M. Stallman [Thu, 24 Jul 1997 16:45:55 +0000 (16:45 +0000)]
(read_char): Delete spurious UNGCPRO.
Add UNGCPRO before the longjmps to wrong_kboard_jmpbuf.
Initialize c before the GCPRO1.

27 years agoComment change.
Richard M. Stallman [Thu, 24 Jul 1997 16:33:00 +0000 (16:33 +0000)]
Comment change.

27 years agoComment change
Richard M. Stallman [Thu, 24 Jul 1997 16:12:36 +0000 (16:12 +0000)]
Comment change

27 years agoCustomized.
Richard M. Stallman [Thu, 24 Jul 1997 07:43:07 +0000 (07:43 +0000)]
Customized.

27 years ago(calendar-day-name): New optional args WIDTH, ABSOLUTE.
Richard M. Stallman [Thu, 24 Jul 1997 07:42:23 +0000 (07:42 +0000)]
(calendar-day-name): New optional args WIDTH, ABSOLUTE.
(calendar-month-name): New optional arg WIDTH.
(generate-calendar-month, calendar-date-string): Pass new args
instead of using substring here.

27 years agoDon't create C-x r and C-x n submaps here.
Richard M. Stallman [Thu, 24 Jul 1997 07:42:07 +0000 (07:42 +0000)]
Don't create C-x r and C-x n submaps here.

27 years ago(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.
Richard M. Stallman [Thu, 24 Jul 1997 07:40:26 +0000 (07:40 +0000)]
(Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.

27 years ago(Fcurrent_message): New function.
Richard M. Stallman [Thu, 24 Jul 1997 06:09:23 +0000 (06:09 +0000)]
(Fcurrent_message): New function.
(syms_of_editfns): defsubr it.

27 years ago(face-documentation): Renamed from face-doc-string.
Richard M. Stallman [Thu, 24 Jul 1997 06:04:06 +0000 (06:04 +0000)]
(face-documentation): Renamed from face-doc-string.
(set-face-documentation): Renamed from set-face-doc-string.
(face-doc-string): Make this an alias.

27 years ago(custom-declare-face): Use [set-]face-documentation.
Richard M. Stallman [Thu, 24 Jul 1997 06:03:00 +0000 (06:03 +0000)]
(custom-declare-face): Use [set-]face-documentation.

27 years ago(bg-yank-or-pop): Changed eql to eq.
Richard M. Stallman [Thu, 24 Jul 1997 05:35:30 +0000 (05:35 +0000)]
(bg-yank-or-pop): Changed eql to eq.