bpt/emacs.git
29 years ago(XTread_socket): Don't test X_IO_BUG; make that code unconditional.
Richard M. Stallman [Mon, 8 Aug 1994 10:13:24 +0000 (10:13 +0000)]
(XTread_socket): Don't test X_IO_BUG; make that code unconditional.
(x_noop_count, x_term_init): Likewise.

29 years agoFormerly tasks.texi.~12~
Richard M. Stallman [Mon, 8 Aug 1994 09:54:51 +0000 (09:54 +0000)]
Formerly tasks.texi.~12~

29 years ago(compilation-set-window-height): New function,
Richard M. Stallman [Mon, 8 Aug 1994 09:02:40 +0000 (09:02 +0000)]
(compilation-set-window-height): New function,
broken out from compile-internal.
Don't change window height if it is the frame root window.
(compile-internal): Call it.
(compilation-goto-locus): Call it.
Use any visible frame already showing the compilation buffer.

29 years ago[SYSV_IPC] (main): Make a separate process
Richard M. Stallman [Mon, 8 Aug 1994 07:08:17 +0000 (07:08 +0000)]
[SYSV_IPC] (main): Make a separate process
so we can listen for multiple requests.

29 years ago(gnus-start-news-server): Fix the call to `error'.
Richard M. Stallman [Mon, 8 Aug 1994 04:38:37 +0000 (04:38 +0000)]
(gnus-start-news-server): Fix the call to `error'.

29 years ago(Info-additional-directory-list): New variable.
Richard M. Stallman [Sun, 7 Aug 1994 23:35:47 +0000 (23:35 +0000)]
(Info-additional-directory-list): New variable.
(Info-find-node): Use it.

29 years ago(completion-base-size): New variable.
Richard M. Stallman [Sun, 7 Aug 1994 18:11:58 +0000 (18:11 +0000)]
(completion-base-size): New variable.
(completion-list-mode): Make it local.
(choose-completion): Pass its value to choose-completion-string.
(choose-completion-string): New arg base-size.
Use that when deciding how much to delete.

29 years ago(PC-do-completion): Set completion-base-size.
Richard M. Stallman [Sun, 7 Aug 1994 18:10:48 +0000 (18:10 +0000)]
(PC-do-completion): Set completion-base-size.

29 years ago(mouse-choose-completion): Pass completion-base-size value
Richard M. Stallman [Sun, 7 Aug 1994 18:09:18 +0000 (18:09 +0000)]
(mouse-choose-completion): Pass completion-base-size value
to choose-completion-string.

29 years agoDoc fixes.
Richard M. Stallman [Sun, 7 Aug 1994 17:23:44 +0000 (17:23 +0000)]
Doc fixes.
(c-macro-expansion): Capture and display CPP error messages.

29 years ago(PTY_TTY_NAME_SPRINTF): New definition.
Richard M. Stallman [Sun, 7 Aug 1994 07:58:18 +0000 (07:58 +0000)]
(PTY_TTY_NAME_SPRINTF): New definition.
(sigsetmask): Add #undef.

(SOLARIS2_4): Defined.

Discard old contents of file.  Instead, undef C_SWITCH_SYSTEM and
const, so that we use GCC without -traditional.
(HAVE_VFORK): Defined.

29 years ago(tex-mode): Accept documentclass when checking Slitex.
Richard M. Stallman [Sun, 7 Aug 1994 06:47:57 +0000 (06:47 +0000)]
(tex-mode): Accept documentclass when checking Slitex.

29 years ago(Faccessible_keymaps): Fix previous change.
Richard M. Stallman [Sun, 7 Aug 1994 06:40:55 +0000 (06:40 +0000)]
(Faccessible_keymaps): Fix previous change.

29 years ago(compute_glyph_face_1): New function.
Richard M. Stallman [Sun, 7 Aug 1994 04:51:57 +0000 (04:51 +0000)]
(compute_glyph_face_1): New function.

29 years ago(display_text_line): Use the face properties of the overlay arrow, if any.
Richard M. Stallman [Sun, 7 Aug 1994 04:50:05 +0000 (04:50 +0000)]
(display_text_line): Use the face properties of the overlay arrow, if any.

29 years agoRequire timezone when loading this file.
Richard M. Stallman [Sun, 7 Aug 1994 01:03:41 +0000 (01:03 +0000)]
Require timezone when loading this file.
Move the provide call to the end.

29 years agoentered into RCS
Richard M. Stallman [Sun, 7 Aug 1994 00:25:52 +0000 (00:25 +0000)]
entered into RCS

29 years ago(choose-completion): Bury or iconify the completion list
Richard M. Stallman [Sat, 6 Aug 1994 21:51:31 +0000 (21:51 +0000)]
(choose-completion): Bury or iconify the completion list
using code copied from mouse-choose-completion.

29 years ago(indent-c-exp): Preserve point when handling comments.
Richard M. Stallman [Sat, 6 Aug 1994 21:22:51 +0000 (21:22 +0000)]
(indent-c-exp): Preserve point when handling comments.

29 years ago(byte-after-unbind-ops): Fix paren error wrt doc string.
Richard M. Stallman [Sat, 6 Aug 1994 19:25:24 +0000 (19:25 +0000)]
(byte-after-unbind-ops): Fix paren error wrt doc string.

29 years ago(font-lock-hack-keywords): Delete debugging code.
Richard M. Stallman [Sat, 6 Aug 1994 05:02:00 +0000 (05:02 +0000)]
(font-lock-hack-keywords): Delete debugging code.

29 years ago(Fuse_global_map, Fuse_local_map): Call record_asynch_buffer_change.
Richard M. Stallman [Sat, 6 Aug 1994 03:48:16 +0000 (03:48 +0000)]
(Fuse_global_map, Fuse_local_map): Call record_asynch_buffer_change.

29 years ago(tex-mode): Check for documentclass like documentstyle.
Richard M. Stallman [Sat, 6 Aug 1994 03:22:23 +0000 (03:22 +0000)]
(tex-mode): Check for documentclass like documentstyle.

29 years ago(save-buffer): Unconditionally make a backup with 2 or
Richard M. Stallman [Sat, 6 Aug 1994 03:19:35 +0000 (03:19 +0000)]
(save-buffer): Unconditionally make a backup with 2 or
3 C-u's even if make-backup-files is nil.

29 years ago(Info-directory-list): Doc fix.
Richard M. Stallman [Sat, 6 Aug 1994 02:58:22 +0000 (02:58 +0000)]
(Info-directory-list): Doc fix.

29 years ago(x-fixed-font-alist): Regularize how fonts are specified.
Richard M. Stallman [Fri, 5 Aug 1994 19:31:42 +0000 (19:31 +0000)]
(x-fixed-font-alist): Regularize how fonts are specified.

29 years ago(display-time-filter): pm starts at 12, not 13.
Richard M. Stallman [Fri, 5 Aug 1994 18:56:32 +0000 (18:56 +0000)]
(display-time-filter): pm starts at 12, not 13.

29 years ago(ad-subr-arglist): Adapted to new DOC file format.
Richard M. Stallman [Fri, 5 Aug 1994 05:31:36 +0000 (05:31 +0000)]
(ad-subr-arglist): Adapted to new DOC file format.

29 years ago(font-lock-syntax-table): New syntax table.
Richard M. Stallman [Fri, 5 Aug 1994 05:11:30 +0000 (05:11 +0000)]
(font-lock-syntax-table): New syntax table.
(font-lock-hack-keywords): Use it temporarily here.
(font-lock-set-defaults): Set up special syntax table for C and C++.

29 years ago(select-tags-table): Doc fix.
Richard M. Stallman [Fri, 5 Aug 1994 04:33:20 +0000 (04:33 +0000)]
(select-tags-table): Doc fix.

29 years ago(isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.
Richard M. Stallman [Fri, 5 Aug 1994 04:15:20 +0000 (04:15 +0000)]
(isearch-mode-map): Delete mouse-2, down-mouse-2 bindings.

29 years ago(Fread_file_name_internal): Call double_dollars when `changed' is set.
Richard M. Stallman [Thu, 4 Aug 1994 23:36:07 +0000 (23:36 +0000)]
(Fread_file_name_internal): Call double_dollars when `changed' is set.

29 years ago(frame-delete-all): Copy the whole alist first.
Richard M. Stallman [Thu, 4 Aug 1994 23:31:12 +0000 (23:31 +0000)]
(frame-delete-all): Copy the whole alist first.

29 years ago[SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.
Richard M. Stallman [Thu, 4 Aug 1994 23:30:09 +0000 (23:30 +0000)]
[SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.

29 years agoInitial revision
Richard M. Stallman [Thu, 4 Aug 1994 23:29:11 +0000 (23:29 +0000)]
Initial revision

29 years agoHandle solaris 2.4.
Richard M. Stallman [Thu, 4 Aug 1994 23:21:24 +0000 (23:21 +0000)]
Handle solaris 2.4.

29 years agoInclude config.h first thing.
Richard M. Stallman [Thu, 4 Aug 1994 23:15:35 +0000 (23:15 +0000)]
Include config.h first thing.

29 years ago(Fdefine_function, Fdefalias): Handle advice as in Ffset.
Richard M. Stallman [Thu, 4 Aug 1994 22:57:13 +0000 (22:57 +0000)]
(Fdefine_function, Fdefalias): Handle advice as in Ffset.
(Qad_advice_info): Lisp and C names renamed from Qadvice_info.
(Qad_activate): C name renamed from Qactivate_advice.

29 years ago(rmail-select-summary): Preserve rmail buffer's value of
Richard M. Stallman [Thu, 4 Aug 1994 22:33:36 +0000 (22:33 +0000)]
(rmail-select-summary): Preserve rmail buffer's value of
rmail-total-messages even while summary buffer is current.

29 years ago(byte-compile-protect-from-advice): Macro deleted.
Richard M. Stallman [Thu, 4 Aug 1994 21:47:55 +0000 (21:47 +0000)]
(byte-compile-protect-from-advice): Macro deleted.
(byte-compile-from-buffer, byte-compile-top-level): Don't use it.

29 years agoNew handling of automatic advice activation that
Richard M. Stallman [Thu, 4 Aug 1994 21:40:49 +0000 (21:40 +0000)]
New handling of automatic advice activation that
exploits modified built-in versions of `fset' and `defalias' which
take care of this functionality directly:
(ad-start-advice-on-load, ad-activate-on-definition)
(ad-definition-hooks, ad-enable-definition-hooks, ad-defined-function)
(ad-advised-definers, ad-advised-byte-compilers, byte-constant)
(byte-constant-limit, byte-constant2, byte-fset)
(ad-byte-code-fset-regexp): Variables deleted.
(ad-activate-defined-function, ad-find-fset-in-byte-code)
(ad-scan-byte-code-for-fsets, ad-advised-byte-code)
(ad-recover-byte-code, ad-enable-definition-hooks)
(ad-disable-definition-hooks): Functions deleted.
(defun, defmacro, fset, defalias, define-function)
(byte-compile-from-buffer, byte-compile-top-level): Removed `defadvice'
for these functions.
(ad-save-real-definitions): Removed saving of `byte-code'.
(ad-activate-off): New dummy function.
(ad-activate-on): New name for `ad-activate'.  All calls changed.
(ad-with-auto-activation-disabled): New macro prevents automatic
advice activation.
(ad-safe-fset): New function, used instead of `ad-real-fset'.
(ad-compile-function): Disable automatic advice activation while
compiling, because `byte-compile' uses `fset'.
(ad-activate-on): Renamed from `ad-activate'.  Avoid recursive calls.
(ad-activate-on-top-level): New variable.
(ad-start-advice, ad-stop-advice, ad-recover-normality): Modified to
achieve de/activation of automatic advice activation by setting the
definition of `ad-activate' to `ad-activate-on' or `ad-activate-off'.
(ad-start-advice): Is now called unconditionally when Advice is loaded.

Made compilation behavior of advised definitions customizable, since
loading the byte-compiler takes some time and is not always worth the
cost, e.g., if one only wants to make a few simple modifications:
(ad-default-compilation-action): New variable which specifies whether
to compile an advised definition in case the COMPILE argument to
`ad-activate-on' or one of its friends was supplied as nil.
(ad-preactivate-advice): Supply negative COMPILE argument to prevent
compilation.
(ad-should-compile): New function.
(ad-activate-advised-definition): Use `ad-should-compile' to determine
whether an advised definition should get compiled.
(ad-activate-on, ad-update, ad-activate-regexp, ad-update-regexp)
(ad-activate-all): Doc fixes.
(ad-update): Leave handling of COMPILE up to `ad-activate-on'.

Extracted construction of freeze-advices from `defadvice':
(ad-make-freeze-definition): New function.
(defadvice): Use `ad-make-freeze-definition' to construct frozen defs.

29 years agoDoc fixes.
Richard M. Stallman [Thu, 4 Aug 1994 21:08:04 +0000 (21:08 +0000)]
Doc fixes.

29 years ago(hilit-find-file-hook): Preserve buffer modified state.
Richard M. Stallman [Thu, 4 Aug 1994 20:15:36 +0000 (20:15 +0000)]
(hilit-find-file-hook): Preserve buffer modified state.

29 years ago(end-of-buffer-other-window): Go to the end, not to the beginning.
Richard M. Stallman [Thu, 4 Aug 1994 19:59:03 +0000 (19:59 +0000)]
(end-of-buffer-other-window): Go to the end, not to the beginning.

29 years ago(ediff-version): Function, variable deleted.
Richard M. Stallman [Thu, 4 Aug 1994 08:22:09 +0000 (08:22 +0000)]
(ediff-version): Function, variable deleted.
(ediff-date): Var deleted.
(ediff-status-info): Don't call ediff-version.

29 years ago(appt-make-list): Do nothing unless range being processed
Richard M. Stallman [Thu, 4 Aug 1994 05:44:30 +0000 (05:44 +0000)]
(appt-make-list): Do nothing unless range being processed
for diary entries includes today's date.

29 years ago(gnus-kill-files-directory): New variable.
Richard M. Stallman [Thu, 4 Aug 1994 03:26:33 +0000 (03:26 +0000)]
(gnus-kill-files-directory): New variable.
(gnus-Newsgroup-kill-file, gnus-newsgroup-kill-file): Use it.

29 years ago(dired-mode): Put expanded name in list-buffers-directory.
Richard M. Stallman [Thu, 4 Aug 1994 02:43:58 +0000 (02:43 +0000)]
(dired-mode): Put expanded name in list-buffers-directory.

29 years ago(x_make_frame_visible): Start one_in_four at 1.
Richard M. Stallman [Wed, 3 Aug 1994 23:20:26 +0000 (23:20 +0000)]
(x_make_frame_visible): Start one_in_four at 1.

29 years ago(list_buffers_1): Add one column to size column.
Richard M. Stallman [Wed, 3 Aug 1994 23:11:05 +0000 (23:11 +0000)]
(list_buffers_1): Add one column to size column.

29 years ago(Fwindow_end): Doc fix.
Richard M. Stallman [Wed, 3 Aug 1994 21:58:47 +0000 (21:58 +0000)]
(Fwindow_end): Doc fix.

29 years ago(icomplete-prime-minibuffer): Copy the hook lists after making them local.
Richard M. Stallman [Wed, 3 Aug 1994 21:23:30 +0000 (21:23 +0000)]
(icomplete-prime-minibuffer): Copy the hook lists after making them local.

29 years ago(iso-fix-iso2tex, iso-fix-tex2iso): Check plain-text-mode.
Richard M. Stallman [Wed, 3 Aug 1994 20:41:33 +0000 (20:41 +0000)]
(iso-fix-iso2tex, iso-fix-tex2iso): Check plain-text-mode.

29 years ago(make_lispy_event): If the position is not in a window,
Richard M. Stallman [Wed, 3 Aug 1994 07:39:40 +0000 (07:39 +0000)]
(make_lispy_event): If the position is not in a window,
at least pass along the frame it is in.

29 years ago(Faccessible_keymaps): Use PREFIX to set loop starting
Richard M. Stallman [Wed, 3 Aug 1994 07:39:00 +0000 (07:39 +0000)]
(Faccessible_keymaps): Use PREFIX to set loop starting
point; don't even consider maps except those reached via prefix.

29 years ago(construct_mouse_click, construct_menu_click):
Richard M. Stallman [Wed, 3 Aug 1994 07:35:50 +0000 (07:35 +0000)]
(construct_mouse_click, construct_menu_click):
Don't update x_mouse_grabbed, Vmouse_depressed, last_mouse_frame here.
(XTread_socket): Update them here, so we do it without fail.
(XTmouse_position, XTread_socket case MotionNotify):
Check last_mouse_frame is nonzero before using it.

29 years ago(alloca.o): Use -f in all rm's.
Richard M. Stallman [Wed, 3 Aug 1994 04:39:08 +0000 (04:39 +0000)]
(alloca.o): Use -f in all rm's.

29 years ago(auto-mode-alist): Fix typos in comments.
Karl Heuer [Wed, 3 Aug 1994 02:17:57 +0000 (02:17 +0000)]
(auto-mode-alist): Fix typos in comments.

29 years ago*** empty log message ***
Richard M. Stallman [Wed, 3 Aug 1994 00:12:07 +0000 (00:12 +0000)]
*** empty log message ***

29 years agoCapitalize some error messages.
Richard M. Stallman [Tue, 2 Aug 1994 21:59:19 +0000 (21:59 +0000)]
Capitalize some error messages.
(mouse-set-point): Nice error if button release is in scrollbar.

29 years agoSet up a "Compile" menubar item.
Richard M. Stallman [Tue, 2 Aug 1994 21:01:04 +0000 (21:01 +0000)]
Set up a "Compile" menubar item.
(recompile): New function.
(previous-error): New function.
(first-error): New function.

29 years ago(frame-delete-all): New function.
Richard M. Stallman [Tue, 2 Aug 1994 05:39:48 +0000 (05:39 +0000)]
(frame-delete-all): New function.
(frame-notice-user-settings): Call it--with or without separate
minibuffer frame.

29 years ago(rmail-mode-map): Fix the Get New Mail entry.
Richard M. Stallman [Tue, 2 Aug 1994 02:32:26 +0000 (02:32 +0000)]
(rmail-mode-map): Fix the Get New Mail entry.
Add `...' where appropriate.

29 years ago(rmail-summary-mode-map): Add `...' where appropriate.
Richard M. Stallman [Tue, 2 Aug 1994 02:26:35 +0000 (02:26 +0000)]
(rmail-summary-mode-map): Add `...' where appropriate.

29 years ago(rmail-summary-mode-map): Fix typo.
Richard M. Stallman [Tue, 2 Aug 1994 02:22:45 +0000 (02:22 +0000)]
(rmail-summary-mode-map): Fix typo.

29 years ago(rmail-mode-map): Fix the Get New Mail entry.
Richard M. Stallman [Tue, 2 Aug 1994 01:58:08 +0000 (01:58 +0000)]
(rmail-mode-map): Fix the Get New Mail entry.

29 years ago(rmail-summary-mode-map): Fix the Get New Mail entry.
Richard M. Stallman [Tue, 2 Aug 1994 01:57:49 +0000 (01:57 +0000)]
(rmail-summary-mode-map): Fix the Get New Mail entry.

29 years ago(follow_key): Don't downcase letters here.
Richard M. Stallman [Tue, 2 Aug 1994 01:33:48 +0000 (01:33 +0000)]
(follow_key): Don't downcase letters here.
Delete arg `case_converted'.
(read_key_sequence): Do it here; but not if in middle of fcn key.

29 years ago(redisplay_window): Avoid using SET_PT to change point temporarily.
Richard M. Stallman [Tue, 2 Aug 1994 01:31:07 +0000 (01:31 +0000)]
(redisplay_window): Avoid using SET_PT to change point temporarily.

29 years ago(sendmail-send-it): Handle resent-to specially.
Richard M. Stallman [Tue, 2 Aug 1994 01:29:20 +0000 (01:29 +0000)]
(sendmail-send-it): Handle resent-to specially.

29 years ago(Ffset): Don't call Fget unless SYM's plist is consp.
Roland McGrath [Mon, 1 Aug 1994 22:28:26 +0000 (22:28 +0000)]
(Ffset): Don't call Fget unless SYM's plist is consp.

29 years ago(xmenu_show): Ignore any geometry resource from the user.
Richard M. Stallman [Mon, 1 Aug 1994 21:29:46 +0000 (21:29 +0000)]
(xmenu_show): Ignore any geometry resource from the user.

29 years ago(gnus-sortable-date): Use timezone-make-time-string.
Richard M. Stallman [Mon, 1 Aug 1994 20:00:24 +0000 (20:00 +0000)]
(gnus-sortable-date): Use timezone-make-time-string.

29 years ago(Fprog2): Doc fix.
Richard M. Stallman [Mon, 1 Aug 1994 19:29:56 +0000 (19:29 +0000)]
(Fprog2): Doc fix.

29 years ago(Fmove_to_window_line): Doc fix.
Richard M. Stallman [Mon, 1 Aug 1994 18:59:09 +0000 (18:59 +0000)]
(Fmove_to_window_line): Doc fix.

29 years ago(main): Add casts to avoid warnings.
Richard M. Stallman [Mon, 1 Aug 1994 07:43:30 +0000 (07:43 +0000)]
(main): Add casts to avoid warnings.

29 years ago(insert-directory): Gracefully handle the case
Richard M. Stallman [Mon, 1 Aug 1994 07:15:34 +0000 (07:15 +0000)]
(insert-directory): Gracefully handle the case
where a file disappears between when it is listed in the directory
and when the attributes are requested.

29 years ago(imenu, imenu--flatten-index-alist): Add marker support.
Richard M. Stallman [Mon, 1 Aug 1994 07:11:43 +0000 (07:11 +0000)]
(imenu, imenu--flatten-index-alist): Add marker support.
(imenu--cleanup): New function.
(imenu-example--name-and-position): Now uses markers.

(imenu-add-to-menubar): New function to add an entry
to the menubar for the buffer's current local keymap.

29 years ago(dired-insert-directory): Call expand-file-name here
Richard M. Stallman [Mon, 1 Aug 1994 04:43:38 +0000 (04:43 +0000)]
(dired-insert-directory): Call expand-file-name here
because the dir name may have been abbreviated before.

29 years ago(compilation-error-regexp-alist): Fix previous change.
Richard M. Stallman [Mon, 1 Aug 1994 00:39:26 +0000 (00:39 +0000)]
(compilation-error-regexp-alist): Fix previous change.
Add alternatives for GNU error messages with program name in them.

29 years ago(Fx_get_resource): Doc fix.
Richard M. Stallman [Sun, 31 Jul 1994 23:20:58 +0000 (23:20 +0000)]
(Fx_get_resource): Doc fix.

29 years ago(display-time-string-forms): New variable.
Richard M. Stallman [Sun, 31 Jul 1994 22:49:46 +0000 (22:49 +0000)]
(display-time-string-forms): New variable.
(display-time-filter): Simplify to use it.

29 years ago(dired-noselect): Call abbreviate-file-name here.
Richard M. Stallman [Sun, 31 Jul 1994 21:42:11 +0000 (21:42 +0000)]
(dired-noselect): Call abbreviate-file-name here.
(dired-internal-noselect): Not here.

29 years ago(compile_range): Avoid warning in casts for range_start/end.
Richard M. Stallman [Sun, 31 Jul 1994 20:59:32 +0000 (20:59 +0000)]
(compile_range): Avoid warning in casts for range_start/end.

29 years ago(syms_of_data): Set up Qadvice_info, Qactivate_advice.
Richard M. Stallman [Sun, 31 Jul 1994 20:57:45 +0000 (20:57 +0000)]
(syms_of_data): Set up Qadvice_info, Qactivate_advice.
(Ffset): Activate advice if symbol has advice-info property.

29 years ago(comint-password-prompt-regexp): Handle PGP prompt.
Richard M. Stallman [Sun, 31 Jul 1994 20:47:15 +0000 (20:47 +0000)]
(comint-password-prompt-regexp): Handle PGP prompt.

29 years ago(rmail-retry-failure): Handle a weird case with
Richard M. Stallman [Sun, 31 Jul 1994 20:08:53 +0000 (20:08 +0000)]
(rmail-retry-failure): Handle a weird case with
a couple of lines before the old message header.

29 years ago(compilation-error-regexp-alist): Make separate
Richard M. Stallman [Sun, 31 Jul 1994 19:00:42 +0000 (19:00 +0000)]
(compilation-error-regexp-alist): Make separate
regexp for Borland C++; the combined one matched too much.

29 years ago(ange-ftp-parse-netrc-group): Don't move back to line
Richard M. Stallman [Sun, 31 Jul 1994 18:22:04 +0000 (18:22 +0000)]
(ange-ftp-parse-netrc-group): Don't move back to line
beginning.  Skip the machine name whatever it may be.
(ange-ftp-parse-netrc): Skip initial whitespace.

29 years ago(mouse-extend): Pass WINDOW arg to mouse-scroll-subr.
Richard M. Stallman [Sun, 31 Jul 1994 17:11:50 +0000 (17:11 +0000)]
(mouse-extend): Pass WINDOW arg to mouse-scroll-subr.

29 years ago(sit_for): Undo previous change.
Richard M. Stallman [Sun, 31 Jul 1994 06:37:57 +0000 (06:37 +0000)]
(sit_for): Undo previous change.

29 years ago(direct_output_for_insert): Pass missing 8th
Richard M. Stallman [Sun, 31 Jul 1994 05:38:17 +0000 (05:38 +0000)]
(direct_output_for_insert): Pass missing 8th
argument to compute_char_face.

29 years ago(rmail-mode-map): Move new Re-send menu item to right place.
Richard M. Stallman [Sun, 31 Jul 1994 05:32:26 +0000 (05:32 +0000)]
(rmail-mode-map): Move new Re-send menu item to right place.

29 years ago(rmail-summary-mode-map): Move new Re-send menu item to right place.
Richard M. Stallman [Sun, 31 Jul 1994 05:32:03 +0000 (05:32 +0000)]
(rmail-summary-mode-map): Move new Re-send menu item to right place.
Add Get New Mail item.

29 years ago(menu-bar-enable-clipboard): Moved here the
Richard M. Stallman [Sun, 31 Jul 1994 03:01:00 +0000 (03:01 +0000)]
(menu-bar-enable-clipboard): Moved here the
clipboard function key bindings.

29 years ago(create_process): Set default handling for SIGINT, etc.
Richard M. Stallman [Sun, 31 Jul 1994 00:00:24 +0000 (00:00 +0000)]
(create_process): Set default handling for SIGINT, etc.

(wait_reading_process_input): Fix previous change.

29 years agoSpecify patterns for objc-mode.
Richard M. Stallman [Sat, 30 Jul 1994 21:20:37 +0000 (21:20 +0000)]
Specify patterns for objc-mode.

29 years ago(Frandom): Handle LIMIT >= 40000000.
Richard M. Stallman [Sat, 30 Jul 1994 21:17:41 +0000 (21:17 +0000)]
(Frandom): Handle LIMIT >= 40000000.

29 years ago(ispell-message-text-end): Improve context diff regexp.
Richard M. Stallman [Sat, 30 Jul 1994 21:11:00 +0000 (21:11 +0000)]
(ispell-message-text-end): Improve context diff regexp.

29 years ago(decode_mode_spec): Handle %&.
Richard M. Stallman [Sat, 30 Jul 1994 20:36:56 +0000 (20:36 +0000)]
(decode_mode_spec): Handle %&.