]> git.eshelyaron.com Git - emacs.git/log
emacs.git
28 years ago[__GNUC__] (C_DEBUG_SWITCH): New definition.
Karl Heuer [Fri, 12 Jul 1996 00:05:23 +0000 (00:05 +0000)]
[__GNUC__] (C_DEBUG_SWITCH): New definition.

28 years ago(rmail-make-basic-summary-line):
Karl Heuer [Thu, 11 Jul 1996 23:59:24 +0000 (23:59 +0000)]
(rmail-make-basic-summary-line):
If user-mail-address is nil, use alternative.

28 years ago(tex-validate-region): Skip fwd over whitespace
Karl Heuer [Thu, 11 Jul 1996 23:55:01 +0000 (23:55 +0000)]
(tex-validate-region): Skip fwd over whitespace
and punctuation, to find point of mismatch.
(validate-tex-buffer): Don't include the blank lines
before a paragraph in the paragraph being checked.

28 years ago(lim_data): Make this an unsigned long.
Karl Heuer [Thu, 11 Jul 1996 23:41:28 +0000 (23:41 +0000)]
(lim_data): Make this an unsigned long.

28 years ago(mouse-drag-region): Cope if stop-point is nil.
Karl Heuer [Thu, 11 Jul 1996 23:35:37 +0000 (23:35 +0000)]
(mouse-drag-region): Cope if stop-point is nil.

(mouse-major-mode-menu-compute-equiv-keys): Deleted.
(mouse-major-mode-menu-1): Copy the top levels of structure,
if we use all of MENUBAR.
Set mouse-major-mode-menu-prefix.
(mouse-major-mode-menu): Total rewrite.

28 years agoUse s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3
Karl Heuer [Thu, 11 Jul 1996 23:32:29 +0000 (23:32 +0000)]
Use s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3

28 years agoInitial revision
Karl Heuer [Thu, 11 Jul 1996 23:29:54 +0000 (23:29 +0000)]
Initial revision

28 years ago(XTread_socket): Add #ifdef for previous change.
Karl Heuer [Thu, 11 Jul 1996 23:24:03 +0000 (23:24 +0000)]
(XTread_socket): Add #ifdef for previous change.

28 years ago(syms_of_buffer): Doc fix.
Karl Heuer [Thu, 11 Jul 1996 23:17:56 +0000 (23:17 +0000)]
(syms_of_buffer): Doc fix.

28 years ago(bibtex-reference-head): Allow spaces and tabs between
Karl Heuer [Thu, 11 Jul 1996 23:13:33 +0000 (23:13 +0000)]
(bibtex-reference-head): Allow spaces and tabs between
opening brace or paren and key.  Simplify regexp.
(bibtex-type-in-head, bibtex-key-in-head): Decrement.
(bibtex-mode): Use new function run-with-idle-timer instead of
auto-save-hook for periodically parsing keys.
(bibtex-mode-syntax-table, bibtex-autokey-name-change-strings,
bibtex-autokey-titleword-change-strings): Support non-escaped
double-quoted characters (as with german styles).
(bibtex-field-string-quoted): Disallow lines like
author = "Stefan Sch"of"
until BibTeX supports them.

28 years agoUndo previous change.
Karl Heuer [Wed, 10 Jul 1996 13:47:24 +0000 (13:47 +0000)]
Undo previous change.

28 years ago[_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of
Roland McGrath [Tue, 9 Jul 1996 09:10:39 +0000 (09:10 +0000)]
[_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of
weak_symbol macro after.

28 years ago[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.
Roland McGrath [Mon, 8 Jul 1996 04:31:52 +0000 (04:31 +0000)]
[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.

28 years ago(mouse-major-mode-menu-1): Always return just a keymap;
Karl Heuer [Mon, 8 Jul 1996 00:17:35 +0000 (00:17 +0000)]
(mouse-major-mode-menu-1): Always return just a keymap;
never (STRING . KEYMAP).
(mouse-major-mode-menu): Discard the `keymap' from the front of
the keymap we get from mouse-major-mode-menu-1.
Construct the menu name string from major-mode.

28 years ago(timezone-parse-date): Fix previous change.
Karl Heuer [Mon, 8 Jul 1996 00:08:49 +0000 (00:08 +0000)]
(timezone-parse-date): Fix previous change.

28 years agoEnable use of ncurses library cleanly.
Michael I. Bushnell [Sun, 7 Jul 1996 23:51:01 +0000 (23:51 +0000)]
Enable use of ncurses library cleanly.

28 years agoUndo previous change.
Karl Heuer [Sun, 7 Jul 1996 23:00:30 +0000 (23:00 +0000)]
Undo previous change.

28 years agoUndo previous change.
Karl Heuer [Sun, 7 Jul 1996 22:58:51 +0000 (22:58 +0000)]
Undo previous change.
(XTread_socket): Better way to avoid sending toolkit-specific
events to Emacs.

28 years ago(popup_get_selection): For a ButtonRelease on the proper
Karl Heuer [Sun, 7 Jul 1996 22:46:15 +0000 (22:46 +0000)]
(popup_get_selection): For a ButtonRelease on the proper
display, don't queue it, and always deactivate the menu.

28 years ago(IT_menu_display): Display control characters as ^X.
Karl Heuer [Sun, 7 Jul 1996 22:40:53 +0000 (22:40 +0000)]
(IT_menu_display): Display control characters as ^X.
(XMenuAddPane, XMenuAddSelection): Adjust menu width for control
characters (displayed as ^X).

28 years ago(file_name_completion): Set `stat' flags to avoid
Karl Heuer [Sun, 7 Jul 1996 22:37:17 +0000 (22:37 +0000)]
(file_name_completion): Set `stat' flags to avoid
computing expensive fields in struct stat (makes filename
completion much faster).

28 years ago(Fcopy_file): Use st_ino under DJGPP v2 and later to
Karl Heuer [Sun, 7 Jul 1996 22:36:38 +0000 (22:36 +0000)]
(Fcopy_file): Use st_ino under DJGPP v2 and later to
prevent copying file into itself.
(check_executable): DJGPP v2 `stat' doesn't need to be augmented
in case of executable files.
(Ffile_modes): Use `stat' results as is in DJGPP v2 and later.

28 years ago(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer [Sun, 7 Jul 1996 22:29:37 +0000 (22:29 +0000)]
(gud-irix-p): Exclude Irix6.1 up.
(gud-dbx-use-stopformat-p): New variable.
(dbx): Use it to send $stopformat for Irix6.
(gud-irixdbx-marker-filter): Cast $curline to int, not long (see
added comments).
(dbx): Likewise.

28 years agoInitial revision
Karl Heuer [Sun, 7 Jul 1996 22:25:11 +0000 (22:25 +0000)]
Initial revision

28 years agoSplit bsdos2 and bsdos2-1.
Karl Heuer [Sun, 7 Jul 1996 22:22:17 +0000 (22:22 +0000)]
Split bsdos2 and bsdos2-1.

28 years ago(ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing.
Karl Heuer [Sun, 7 Jul 1996 17:35:32 +0000 (17:35 +0000)]
(ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing.

28 years ago(ps-article-subject): Don't die if no subject header.
Karl Heuer [Sun, 7 Jul 1996 17:30:04 +0000 (17:30 +0000)]
(ps-article-subject): Don't die if no subject header.

28 years agoRecognize rtems as an o/s.
Doug Evans [Sun, 7 Jul 1996 17:26:50 +0000 (17:26 +0000)]
Recognize rtems as an o/s.

28 years ago(dostounix_filename): On caseless filesystems, downcase the filename.
Miles Bader [Sun, 7 Jul 1996 01:59:51 +0000 (01:59 +0000)]
(dostounix_filename): On caseless filesystems, downcase the filename.
(unixtodos_filename): Downcase the drive letter.
(init_environment): Downcase the pathnames in the environment only when
  running on caseless filesystems.

28 years ago(DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.
Miles Bader [Sun, 7 Jul 1996 01:59:35 +0000 (01:59 +0000)]
(DRIVE_LETTER) [WINDOWSNT]: Lower-case drive letters.

28 years ago(x_set_mouse_pixel_position): Adjust coords by frame position.
Miles Bader [Sun, 7 Jul 1996 01:59:28 +0000 (01:59 +0000)]
(x_set_mouse_pixel_position): Adjust coords by frame position.
(x_set_mouse_position): Call x_set_mouse_pixel_position.

28 years ago(normalize_filename): Always lower-case drive letters, even on systems
Miles Bader [Sun, 7 Jul 1996 01:59:24 +0000 (01:59 +0000)]
(normalize_filename): Always lower-case drive letters, even on systems
that preserve case in filenames.
(sys_rename): Do not delete newname if only changing case.  On Windows
95, use our version of mktemp (not the MSVC version) and give
the temp name a long extension to ensure the final rename works
as expected.

28 years ago(timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the right
Miles Bader [Sun, 7 Jul 1996 01:59:20 +0000 (01:59 +0000)]
(timezone-parse-date): Handle ISO 8601 dates, so rmailsort does the right
  thing with them.

28 years ago(mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.
Miles Bader [Sun, 7 Jul 1996 01:59:10 +0000 (01:59 +0000)]
(mouse-show-mark): In transient mark mode, delete mouse-drag-overlay.
(mouse-undouble-last-event): New function.
(mouse-show-mark): Call mouse-undouble-last-event.

28 years ago(tar-mode-map): Bind up and down like C-p, C-n.
Miles Bader [Sun, 7 Jul 1996 01:59:04 +0000 (01:59 +0000)]
(tar-mode-map): Bind up and down like C-p, C-n.

28 years ago(insert-directory): Fix previous change.
Erik Naggum [Sun, 7 Jul 1996 01:07:32 +0000 (01:07 +0000)]
(insert-directory): Fix previous change.

28 years ago(Fcall_process) [MSDOS]:
Miles Bader [Sat, 6 Jul 1996 20:02:39 +0000 (20:02 +0000)]
(Fcall_process) [MSDOS]:
  Initialize fd[0]; unlink `tempfile' in case of errors.
  Make the `tempfile' parameter passed to `report_file_error' be a Lisp string.
(Fcall_process):
  When fd_error is negative, don't close fd[0] if it's same as filefd.
  If stderr is redirected to NULL_DEVICE, make `report_file_error' print the
  name of device.  Make the arguments a cons cell.

28 years ago(Fvertical_motion): Doc fix.
Miles Bader [Sat, 6 Jul 1996 20:02:35 +0000 (20:02 +0000)]
(Fvertical_motion): Doc fix.

28 years agoWrongly places parens.
Lars Magne Ingebrigtsen [Sat, 6 Jul 1996 02:09:31 +0000 (02:09 +0000)]
Wrongly places parens.

28 years ago* gnus-cus.el (()): Make sure that calling `gnus-visual-p' during
Lars Magne Ingebrigtsen [Sat, 6 Jul 1996 02:05:22 +0000 (02:05 +0000)]
* gnus-cus.el (()): Make sure that calling `gnus-visual-p' during
byte-compilation doesn't bug out.

28 years agoRemoved debug code.
Simon Marshall [Fri, 5 Jul 1996 13:35:41 +0000 (13:35 +0000)]
Removed debug code.

28 years ago(newline): Don't do the optimization if the newline before point is
Miles Bader [Thu, 4 Jul 1996 18:55:49 +0000 (18:55 +0000)]
(newline): Don't do the optimization if the newline before point is
intangible or read-only or invisible.

28 years agoDeclare lw_motif_menu_related_event_p.
Miles Bader [Thu, 4 Jul 1996 05:59:23 +0000 (05:59 +0000)]
Declare lw_motif_menu_related_event_p.

28 years ago(lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.
Miles Bader [Thu, 4 Jul 1996 05:50:07 +0000 (05:50 +0000)]
(lw_toolkit_related_event_p): A predicate to identify toolkit-specific events.

28 years ago(lw_motif_menu_related_event_p): A predicate to identify keyboard events
Miles Bader [Thu, 4 Jul 1996 05:46:24 +0000 (05:46 +0000)]
(lw_motif_menu_related_event_p): A predicate to identify keyboard events
intended only for menus.

28 years agoDeclare lw_toolkit_related_event_p.
Miles Bader [Thu, 4 Jul 1996 05:46:22 +0000 (05:46 +0000)]
Declare lw_toolkit_related_event_p.

28 years ago(XTread_socket): Use lw_tookit_related_event_p to avoid sending
Miles Bader [Thu, 4 Jul 1996 05:46:05 +0000 (05:46 +0000)]
(XTread_socket): Use lw_tookit_related_event_p to avoid sending
toolkit-specific events to Emacs.

28 years ago(unfocus-frame, focus-frame): Define as no-ops.
Miles Bader [Thu, 4 Jul 1996 05:45:59 +0000 (05:45 +0000)]
(unfocus-frame, focus-frame): Define as no-ops.

28 years ago(scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
Miles Bader [Thu, 4 Jul 1996 05:45:55 +0000 (05:45 +0000)]
(scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.

28 years ago(lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
Miles Bader [Thu, 4 Jul 1996 05:45:50 +0000 (05:45 +0000)]
(lisp-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.

28 years ago(insert-directory): When converting SWITCHES string to a list, put back
Miles Bader [Thu, 4 Jul 1996 05:45:38 +0000 (05:45 +0000)]
(insert-directory): When converting SWITCHES string to a list, put back
in original order.

28 years ago(smtpmail-send-it): Ignore `To:' if there is a `Resent-to':.
Miles Bader [Thu, 4 Jul 1996 05:45:33 +0000 (05:45 +0000)]
(smtpmail-send-it): Ignore `To:' if there is a `Resent-to':.

28 years agoWould infloop under certain conditions.
Lars Magne Ingebrigtsen [Thu, 4 Jul 1996 04:16:24 +0000 (04:16 +0000)]
Would infloop under certain conditions.

28 years agoformatting tweaks
Mike Stump [Wed, 3 Jul 1996 23:05:19 +0000 (23:05 +0000)]
formatting tweaks

28 years ago(using-unix-filesystems): Doc fix.
Miles Bader [Wed, 3 Jul 1996 02:05:46 +0000 (02:05 +0000)]
(using-unix-filesystems): Doc fix.

28 years ago(main) [HAVE_SOCKETS]: Call rewind before writing to infile.
Miles Bader [Wed, 3 Jul 1996 02:05:29 +0000 (02:05 +0000)]
(main) [HAVE_SOCKETS]: Call rewind before writing to infile.

28 years agoMajor rewrite.
Miles Bader [Wed, 3 Jul 1996 01:30:24 +0000 (01:30 +0000)]
Major rewrite.

28 years ago* gnus-cache.el (gnus-cache-possibly-alter-active): Check for
Lars Magne Ingebrigtsen [Tue, 2 Jul 1996 23:37:45 +0000 (23:37 +0000)]
* gnus-cache.el (gnus-cache-possibly-alter-active): Check for
gnus-cache-active-hashtb before using it.

28 years ago(msdos_downcase_filename):
Miles Bader [Tue, 2 Jul 1996 16:27:07 +0000 (16:27 +0000)]
(msdos_downcase_filename):
  Always lower-case drive letters, even on systems that preserve case in
  filenames.

28 years ago(DRIVE_LETTER) [MSDOS]: Lower-case drive letters.
Miles Bader [Tue, 2 Jul 1996 16:25:58 +0000 (16:25 +0000)]
(DRIVE_LETTER) [MSDOS]: Lower-case drive letters.

28 years agoDelete spurious period from last change.
Miles Bader [Tue, 2 Jul 1996 16:25:41 +0000 (16:25 +0000)]
Delete spurious period from last change.

28 years ago(x_clear_frame_selections): Don't call redisplay_preserve_echo_area here.
Miles Bader [Tue, 2 Jul 1996 16:25:19 +0000 (16:25 +0000)]
(x_clear_frame_selections): Don't call redisplay_preserve_echo_area here.

28 years ago(HAVE_X11R4, HAVE_X11R5):
Miles Bader [Tue, 2 Jul 1996 16:25:01 +0000 (16:25 +0000)]
(HAVE_X11R4, HAVE_X11R5):
  Definitions deleted since xterm.h and config.h should take care of them.

28 years agoRemove all references to wakeup.
Miles Bader [Tue, 2 Jul 1996 16:24:29 +0000 (16:24 +0000)]
Remove all references to wakeup.

28 years ago(rmail-make-basic-summary-line): Accept ISO 8601 dates as well.
Miles Bader [Tue, 2 Jul 1996 16:23:51 +0000 (16:23 +0000)]
(rmail-make-basic-summary-line): Accept ISO 8601 dates as well.

28 years ago(mail-hist-current-header-name): Use buffer-substring-no-properties.
Miles Bader [Tue, 2 Jul 1996 16:23:34 +0000 (16:23 +0000)]
(mail-hist-current-header-name): Use buffer-substring-no-properties.

28 years ago(require 'cl) is only necessary when compiling.
Erik Naggum [Tue, 2 Jul 1996 00:01:05 +0000 (00:01 +0000)]
(require 'cl) is only necessary when compiling.

28 years ago* etags.c (C_stab_entry): New keywords for C++ namespace, bool,
Francesco Potortì [Mon, 1 Jul 1996 15:17:24 +0000 (15:17 +0000)]
* etags.c (C_stab_entry): New keywords for C++ namespace, bool,
        explicit, mutable, typename.

28 years ago(vip-read-key): inhibit quit added.
Michael Kifer [Mon, 1 Jul 1996 02:34:51 +0000 (02:34 +0000)]
(vip-read-key): inhibit quit added.

28 years agoLoad `gnus-score-mode' from "score-mode".
Lars Magne Ingebrigtsen [Sun, 30 Jun 1996 18:19:19 +0000 (18:19 +0000)]
Load `gnus-score-mode' from "score-mode".

28 years agoInitial revision
Lars Magne Ingebrigtsen [Sun, 30 Jun 1996 18:06:24 +0000 (18:06 +0000)]
Initial revision

28 years ago(Info-next-preorder): After we move up, move forward again.
Richard M. Stallman [Sun, 30 Jun 1996 08:12:17 +0000 (08:12 +0000)]
(Info-next-preorder): After we move up, move forward again.
(Info-last-preorder): After we move down or to the prev,
move down again.

28 years ago(check for using Lucid widgets by default):
Richard M. Stallman [Sun, 30 Jun 1996 07:05:55 +0000 (07:05 +0000)]
(check for using Lucid widgets by default):
Eliminate indentation that confuses some compilers.

28 years ago(LIB_MOTIF): Fix typo.
Richard M. Stallman [Sun, 30 Jun 1996 00:22:27 +0000 (00:22 +0000)]
(LIB_MOTIF): Fix typo.

28 years ago(main): Add `GNU Emacs' to the response to --version.
Richard M. Stallman [Sat, 29 Jun 1996 23:05:16 +0000 (23:05 +0000)]
(main): Add `GNU Emacs' to the response to --version.

28 years ago(ask-user-about-supersession-help): Change help text.
Richard M. Stallman [Sat, 29 Jun 1996 20:04:54 +0000 (20:04 +0000)]
(ask-user-about-supersession-help): Change help text.
(ask-user-about-supersession-threat): Add new `r' alternative.

28 years ago(set-visited-file-name): New optional arg NO-QUERY.
Richard M. Stallman [Sat, 29 Jun 1996 19:50:56 +0000 (19:50 +0000)]
(set-visited-file-name): New optional arg NO-QUERY.

28 years agoIgnore =... files when checking for too-long Lisp file names.
Richard M. Stallman [Sat, 29 Jun 1996 07:09:25 +0000 (07:09 +0000)]
Ignore =... files when checking for too-long Lisp file names.

28 years ago(long): Don't update getdate.c.
Richard M. Stallman [Sat, 29 Jun 1996 07:01:10 +0000 (07:01 +0000)]
(long): Don't update getdate.c.

28 years ago(euidaccess): Check for that, not for eaccess.
Richard M. Stallman [Sat, 29 Jun 1996 06:47:14 +0000 (06:47 +0000)]
(euidaccess): Check for that, not for eaccess.

(mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.

28 years ago(Fx_create_frame): Gcpro parms, parent, and name.
Richard M. Stallman [Sat, 29 Jun 1996 06:45:08 +0000 (06:45 +0000)]
(Fx_create_frame): Gcpro parms, parent, and name.

28 years ago(bibtex-reference-head): Allow whitespace after the open paren.
Richard M. Stallman [Sat, 29 Jun 1996 06:21:48 +0000 (06:21 +0000)]
(bibtex-reference-head): Allow whitespace after the open paren.

28 years ago(tmm-add-prompt): If tmm-completion-prompt is nil,
Richard M. Stallman [Sat, 29 Jun 1996 06:21:17 +0000 (06:21 +0000)]
(tmm-add-prompt): If tmm-completion-prompt is nil,
don't insert it; instead delete the usual completion helptext.
(tmm-completion-prompt): Doc fix.

28 years ago(print): Obey Vprint_length for vectors, bitvectors.
Richard M. Stallman [Sat, 29 Jun 1996 06:20:14 +0000 (06:20 +0000)]
(print): Obey Vprint_length for vectors, bitvectors.

28 years ago(GETPGRP_NO_ARG): Always define it, if __GNU_LIBRARY__.
Richard M. Stallman [Sat, 29 Jun 1996 05:04:29 +0000 (05:04 +0000)]
(GETPGRP_NO_ARG): Always define it, if __GNU_LIBRARY__.

28 years ago(mouse-start-end): Support selecting strings by double
Richard M. Stallman [Sat, 29 Jun 1996 01:02:59 +0000 (01:02 +0000)]
(mouse-start-end): Support selecting strings by double
clicking on a character with quote syntax.

28 years ago(executable-set-magic): Add space at end of line
Richard M. Stallman [Sat, 29 Jun 1996 00:57:36 +0000 (00:57 +0000)]
(executable-set-magic): Add space at end of line
if user says no to adding the shell's usual arguments.
Don't clear the buffer's modified-flag.

28 years agoSynched with Gnus 5.2.31.
Lars Magne Ingebrigtsen [Sat, 29 Jun 1996 00:29:17 +0000 (00:29 +0000)]
Synched with Gnus 5.2.31.

28 years agoWrong version number.
Lars Magne Ingebrigtsen [Sat, 29 Jun 1996 00:19:28 +0000 (00:19 +0000)]
Wrong version number.

28 years agoSynched with Gnus 5.2.31.
Lars Magne Ingebrigtsen [Sat, 29 Jun 1996 00:09:34 +0000 (00:09 +0000)]
Synched with Gnus 5.2.31.

28 years ago(view-mode): Doc fix.
Richard M. Stallman [Fri, 28 Jun 1996 20:03:15 +0000 (20:03 +0000)]
(view-mode): Doc fix.

28 years ago(make_frame_without_minibuffer): GCPRO the frame f.
Richard M. Stallman [Fri, 28 Jun 1996 19:12:31 +0000 (19:12 +0000)]
(make_frame_without_minibuffer): GCPRO the frame f.

28 years ago(Fmove_to_column): Go after invis chars at the goal column.
Richard M. Stallman [Fri, 28 Jun 1996 18:55:04 +0000 (18:55 +0000)]
(Fmove_to_column): Go after invis chars at the goal column.

28 years ago(mips:*:*:UMIPS): Fix typo in last change.
Richard Kenner [Fri, 28 Jun 1996 17:28:58 +0000 (17:28 +0000)]
(mips:*:*:UMIPS): Fix typo in last change.

28 years ago(AMPERSAND_FULL_NAME): Defined by default.
Richard M. Stallman [Fri, 28 Jun 1996 08:59:13 +0000 (08:59 +0000)]
(AMPERSAND_FULL_NAME): Defined by default.

28 years ago(ispell-message): Support message-mode.
Richard M. Stallman [Fri, 28 Jun 1996 08:55:00 +0000 (08:55 +0000)]
(ispell-message): Support message-mode.

28 years ago(french-calendar-accents): New variable.
Richard M. Stallman [Fri, 28 Jun 1996 08:44:25 +0000 (08:44 +0000)]
(french-calendar-accents): New variable.
(french-calendar-month-name-array): Check that variable.
(french-calendar-special-days-array): Likewise.
(calendar-french-date-string): Likewise.
(calendar-goto-french-date): Likewise.

28 years ago(rmail-get-new-mail): Run rmail-before-get-new-mail-hook.
Richard M. Stallman [Fri, 28 Jun 1996 08:39:55 +0000 (08:39 +0000)]
(rmail-get-new-mail): Run rmail-before-get-new-mail-hook.

28 years ago(abbreviate-file-name): Ignore automount-dir-prefix if nil.
Richard M. Stallman [Fri, 28 Jun 1996 08:28:51 +0000 (08:28 +0000)]
(abbreviate-file-name): Ignore automount-dir-prefix if nil.

28 years ago(rmail-send-actions-rmail-buffer): Mark as permanent-local.
Richard M. Stallman [Fri, 28 Jun 1996 08:25:55 +0000 (08:25 +0000)]
(rmail-send-actions-rmail-buffer): Mark as permanent-local.
(rmail-send-actions-rmail-msg-number): Likewise.