bpt/emacs.git
30 years agoentered into RCS
Richard M. Stallman [Sun, 22 May 1994 22:00:39 +0000 (22:00 +0000)]
entered into RCS

30 years ago(mouse-split-window-vertically): Treat scroll bar events just like others.
Richard M. Stallman [Sun, 22 May 1994 20:56:11 +0000 (20:56 +0000)]
(mouse-split-window-vertically): Treat scroll bar events just like others.

30 years ago(posn-col-row): Do something useful for scroll bar event.
Richard M. Stallman [Sun, 22 May 1994 20:55:15 +0000 (20:55 +0000)]
(posn-col-row): Do something useful for scroll bar event.

30 years agoAdded bug-report keybindings and menu entries.
Tom Tromey [Sun, 22 May 1994 20:38:11 +0000 (20:38 +0000)]
Added bug-report keybindings and menu entries.

30 years ago(rmail-spool-directory): Maybe use /var/mail.
Richard M. Stallman [Sun, 22 May 1994 20:36:53 +0000 (20:36 +0000)]
(rmail-spool-directory): Maybe use /var/mail.

30 years agoEven more compile stuff.
Tom Tromey [Sun, 22 May 1994 20:18:28 +0000 (20:18 +0000)]
Even more compile stuff.

30 years ago(HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman [Sun, 22 May 1994 20:17:29 +0000 (20:17 +0000)]
(HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
(HAVE_XSCREENNUMBEROFSCREEN): Define these if not already defined.

30 years agoMoved emacs version checking code to very beginning.
Tom Tromey [Sun, 22 May 1994 20:17:15 +0000 (20:17 +0000)]
Moved emacs version checking code to very beginning.

30 years agoCompile fixes.
Tom Tromey [Sun, 22 May 1994 20:14:59 +0000 (20:14 +0000)]
Compile fixes.

30 years agoFixed mark-defun for 19.23.
Tom Tromey [Sun, 22 May 1994 20:12:44 +0000 (20:12 +0000)]
Fixed mark-defun for 19.23.
More menu fixes.

30 years agoFixed bug with M-;.
Tom Tromey [Sun, 22 May 1994 20:02:03 +0000 (20:02 +0000)]
Fixed bug with M-;.
Wrote bug-reporting code.

30 years agoFormerly INSTALL.~28~
Richard M. Stallman [Sun, 22 May 1994 19:56:27 +0000 (19:56 +0000)]
Formerly INSTALL.~28~

30 years ago[MSDOS]: Don't include files from the dos extender
Richard M. Stallman [Sun, 22 May 1994 19:55:13 +0000 (19:55 +0000)]
[MSDOS]: Don't include files from the dos extender
and debugger.  Use the <coff.h> that was put in the right place
a couple of djgpp versions ago.  Consequently, use `unsigned short'
for `word16' and `unsigned long' for `word32'.

30 years agoInclude config.h.
Richard M. Stallman [Sun, 22 May 1994 19:34:55 +0000 (19:34 +0000)]
Include config.h.
[HPUX_USE_SHLIBS]: Include dl.h.
(brk_on_dump): New variable.
(unexec): Set brk_on_dump.
(copy_file): Change buffer size to 8192.

30 years agoDoc fix.
Richard M. Stallman [Sun, 22 May 1994 19:05:23 +0000 (19:05 +0000)]
Doc fix.

30 years agoAdding dos-fns.elc to the set of Lisp files was moved
Richard M. Stallman [Sun, 22 May 1994 16:25:50 +0000 (16:25 +0000)]
Adding dos-fns.elc to the set of Lisp files was moved
to src/makefile.in.in.

30 years ago(GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
Richard M. Stallman [Sun, 22 May 1994 09:31:17 +0000 (09:31 +0000)]
(GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
Use them to set up CC.
(m68k-sun-sunos4.1.3): Set them.

30 years ago(foldout-exit-fold): Make numeric argument work;
Richard M. Stallman [Sun, 22 May 1994 09:27:36 +0000 (09:27 +0000)]
(foldout-exit-fold): Make numeric argument work;
before, it always exited one fold.  Replace the Common Lisp `loop'
construct with `while'.

30 years agoentered into RCS
Richard M. Stallman [Sun, 22 May 1994 09:22:25 +0000 (09:22 +0000)]
entered into RCS

30 years agoWhitespace fixes.
Richard M. Stallman [Sun, 22 May 1994 08:55:18 +0000 (08:55 +0000)]
Whitespace fixes.

30 years ago(change_window_height): Test for DELTA too small
Richard M. Stallman [Sun, 22 May 1994 08:30:57 +0000 (08:30 +0000)]
(change_window_height): Test for DELTA too small
only after making it smaller based on maxdelta.

30 years ago(jka-compr-op-table, jka-compr-file-name-handler-entry): Move defvars.
Richard M. Stallman [Sun, 22 May 1994 07:59:39 +0000 (07:59 +0000)]
(jka-compr-op-table, jka-compr-file-name-handler-entry): Move defvars.

30 years ago(jka-compr-compression-info-list): Doc fix.
Richard M. Stallman [Sun, 22 May 1994 07:57:30 +0000 (07:57 +0000)]
(jka-compr-compression-info-list): Doc fix.

30 years ago(substitute-key-definition): Skip cached menu key-equivs.
Richard M. Stallman [Sun, 22 May 1994 07:09:32 +0000 (07:09 +0000)]
(substitute-key-definition): Skip cached menu key-equivs.

30 years ago(easy-menu-create-keymaps):
Richard M. Stallman [Sun, 22 May 1994 06:50:01 +0000 (06:50 +0000)]
(easy-menu-create-keymaps):
Renamed from easy-menu-keymap.  Callers changed.

30 years agoFixes for imenu.
Tom Tromey [Sun, 22 May 1994 05:26:51 +0000 (05:26 +0000)]
Fixes for imenu.

30 years agoFixed menu support.
Tom Tromey [Sun, 22 May 1994 03:38:07 +0000 (03:38 +0000)]
Fixed menu support.

30 years ago(Fdelete_directory): Allow dir names as well as file names.
Richard M. Stallman [Sun, 22 May 1994 01:40:44 +0000 (01:40 +0000)]
(Fdelete_directory): Allow dir names as well as file names.

30 years ago(shell-strip-ctrl-m): Strip multiple ^Ms.
Richard M. Stallman [Sun, 22 May 1994 00:51:36 +0000 (00:51 +0000)]
(shell-strip-ctrl-m): Strip multiple ^Ms.

30 years ago(dired-mark-pop-up): Clear mouse-face property.
Richard M. Stallman [Sun, 22 May 1994 00:04:09 +0000 (00:04 +0000)]
(dired-mark-pop-up): Clear mouse-face property.

30 years ago(A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.
Richard M. Stallman [Sat, 21 May 1994 23:16:32 +0000 (23:16 +0000)]
(A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.

30 years agoDoc fixes.
Richard M. Stallman [Sat, 21 May 1994 08:04:20 +0000 (08:04 +0000)]
Doc fixes.

30 years agoLucid menu added.
Richard M. Stallman [Sat, 21 May 1994 07:38:10 +0000 (07:38 +0000)]
Lucid menu added.
(ispell): New function.
(ispell-region): Assure choices and checked buffer selections correct.
reindented.
(ispell-highlight-spelling-errors): Prefix ispell- to highlght fns.
(ispell-complete-word): Heuristic to respect case of completed words.
(ispell-command-loop): Non-character events ignored.  Reindented.
(ispell-message): Various improvements.
(ispell-init-process): `ispell-extra-args' added to allow personal
customizations.

30 years ago(create_process): Don't complain about error from TIOCSETD.
Richard M. Stallman [Sat, 21 May 1994 07:28:57 +0000 (07:28 +0000)]
(create_process): Don't complain about error from TIOCSETD.

30 years agoAdd template for init_gettimeofday.
Richard M. Stallman [Sat, 21 May 1994 07:28:23 +0000 (07:28 +0000)]
Add template for init_gettimeofday.

30 years ago(mostlyclean, clean, distclean, realclean)
Richard M. Stallman [Sat, 21 May 1994 07:18:39 +0000 (07:18 +0000)]
(mostlyclean, clean, distclean, realclean)
(extraclean): Don't act on man subdir if it doesn't exist.

30 years ago(x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues.
Richard M. Stallman [Sat, 21 May 1994 05:36:07 +0000 (05:36 +0000)]
(x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues.
(x_iconify_frame) [USE_X_TOOLKIT]: New code for invisible window case.
(XtNinitialState) [USE_X_TOOLKIT]: New #define.
(x_make_frame_invisible): Mostly combine toolkit/non-toolkit cases,
in the process fixing a dumb bug.

(x_iconify_frame): Fix error messages.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 21 May 1994 02:28:15 +0000 (02:28 +0000)]
*** empty log message ***

30 years agoentered into RCS
Richard M. Stallman [Sat, 21 May 1994 02:22:28 +0000 (02:22 +0000)]
entered into RCS

30 years ago(x_set_background_color): Set scroll bar backgrounds.
Karl Heuer [Sat, 21 May 1994 01:11:51 +0000 (01:11 +0000)]
(x_set_background_color): Set scroll bar backgrounds.

30 years ago(dired-readin): Clear modified flag at the very end.
Richard M. Stallman [Fri, 20 May 1994 23:56:40 +0000 (23:56 +0000)]
(dired-readin): Clear modified flag at the very end.

30 years ago(server-done-hook): New hook.
Richard M. Stallman [Fri, 20 May 1994 23:48:12 +0000 (23:48 +0000)]
(server-done-hook): New hook.
(server-buffer-done): Run it.

30 years agoReflect change from CONFIGURATION to EMACS_CONFIGURATION.
Richard M. Stallman [Fri, 20 May 1994 23:17:56 +0000 (23:17 +0000)]
Reflect change from CONFIGURATION to EMACS_CONFIGURATION.
Also set it to correct three-part value.

30 years ago(Finsert_file_contents): Declare buffer as unsigned
Richard M. Stallman [Fri, 20 May 1994 23:14:58 +0000 (23:14 +0000)]
(Finsert_file_contents): Declare buffer as unsigned
char.  When comparing with file size convert same_at_start to
distance to buffer start.  If the file matches the buffer
contents truncate the buffer to the size of the file.

30 years ago(choose-completion):
Richard M. Stallman [Fri, 20 May 1994 22:27:30 +0000 (22:27 +0000)]
(choose-completion):
Include words separated by single spaces in the completion.

30 years ago(mouse-choose-completion):
Richard M. Stallman [Fri, 20 May 1994 22:27:04 +0000 (22:27 +0000)]
(mouse-choose-completion):
Include words separated by single spaces in the completion.

30 years agoLots of doc fixes and message syntax fixes.
Richard M. Stallman [Fri, 20 May 1994 21:45:19 +0000 (21:45 +0000)]
Lots of doc fixes and message syntax fixes.
(ispell-command-loop): For X, put point before
the word being considered, and mention C-u M-$ in message.

30 years ago(bookmark-file): Alternate default on ms-dos.
Richard M. Stallman [Fri, 20 May 1994 21:22:22 +0000 (21:22 +0000)]
(bookmark-file): Alternate default on ms-dos.

30 years agoEnable resize-minibuffer-mode when this file is loaded.
Noah Friedman [Fri, 20 May 1994 17:43:40 +0000 (17:43 +0000)]
Enable resize-minibuffer-mode when this file is loaded.

30 years agoOnly lusers assume that O_RDONLY == 0.
Michael I. Bushnell [Fri, 20 May 1994 16:17:20 +0000 (16:17 +0000)]
Only lusers assume that O_RDONLY == 0.

30 years ago(mouse-drag-secondary): Handle mouse motion out of window
Richard M. Stallman [Fri, 20 May 1994 08:46:20 +0000 (08:46 +0000)]
(mouse-drag-secondary): Handle mouse motion out of window
as in mouse-drag-region.

30 years ago(read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.
Richard M. Stallman [Fri, 20 May 1994 08:18:01 +0000 (08:18 +0000)]
(read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.

(lispy_function_keys): Add `backtab'.

30 years ago(UNEXEC_ALIAS): New variable, used to make the unex...o target.
Richard M. Stallman [Fri, 20 May 1994 08:16:32 +0000 (08:16 +0000)]
(UNEXEC_ALIAS): New variable, used to make the unex...o target.

(ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.

30 years ago(ispell-word): Implement C-u $ as in ispell4.el.
Richard M. Stallman [Fri, 20 May 1994 08:12:52 +0000 (08:12 +0000)]
(ispell-word): Implement C-u $ as in ispell4.el.
(ispell-command-loop): Make quit-char work like X.
For C-z, run whatever it's bound to.

30 years ago(lib-src): Don't depend on src/paths.h.
Richard M. Stallman [Fri, 20 May 1994 07:35:37 +0000 (07:35 +0000)]
(lib-src): Don't depend on src/paths.h.

30 years ago(Fset_face_attribute_internal): Always return valid data.
Richard M. Stallman [Fri, 20 May 1994 05:32:26 +0000 (05:32 +0000)]
(Fset_face_attribute_internal): Always return valid data.

30 years ago(syms_of_textprop): Set up Lisp fn get-char-property.
Richard M. Stallman [Fri, 20 May 1994 05:29:50 +0000 (05:29 +0000)]
(syms_of_textprop): Set up Lisp fn get-char-property.

30 years ago(basic_machine): Accept cxux*.
Richard M. Stallman [Fri, 20 May 1994 05:29:36 +0000 (05:29 +0000)]
(basic_machine): Accept cxux*.

30 years ago(FRAME_SUPPORT): Add menu-bar.el.
Richard M. Stallman [Thu, 19 May 1994 23:41:44 +0000 (23:41 +0000)]
(FRAME_SUPPORT): Add menu-bar.el.

(ORDINARY_LINK): Define by default
if __GNU_LIBRARY__ and not LINUX.

30 years ago(EmacsFrameSetCharSize): Once again preserve x and y pos,
Richard M. Stallman [Thu, 19 May 1994 23:36:01 +0000 (23:36 +0000)]
(EmacsFrameSetCharSize): Once again preserve x and y pos,
but not the same way as before.

30 years ago(EXTRA_INITIALIZE): Define here.
Richard M. Stallman [Thu, 19 May 1994 23:32:48 +0000 (23:32 +0000)]
(EXTRA_INITIALIZE): Define here.

30 years ago(EXTRA_INITIALIZE): Definition deleted.
Richard M. Stallman [Thu, 19 May 1994 23:32:30 +0000 (23:32 +0000)]
(EXTRA_INITIALIZE): Definition deleted.

30 years ago(calendar-mode-map): Use calendar-goto-astro-day-number.
Richard M. Stallman [Thu, 19 May 1994 23:18:36 +0000 (23:18 +0000)]
(calendar-mode-map): Use calendar-goto-astro-day-number.

30 years agoFix unrecognized os error message.
Richard M. Stallman [Thu, 19 May 1994 23:08:12 +0000 (23:08 +0000)]
Fix unrecognized os error message.

30 years ago(completion-setup-function): Make highlight span single spaces.
Richard M. Stallman [Thu, 19 May 1994 23:06:47 +0000 (23:06 +0000)]
(completion-setup-function): Make highlight span single spaces.
(choose-completion-delete-max-match): Handle completion-ignore-case.

30 years ago(gnus-group-unsubscribe-current-group):
Richard M. Stallman [Thu, 19 May 1994 22:45:40 +0000 (22:45 +0000)]
(gnus-group-unsubscribe-current-group):
Fail nicely if no current group name.

30 years ago(info-insert-file-contents): Avoid conflict with jka-compr.
Richard M. Stallman [Thu, 19 May 1994 22:42:22 +0000 (22:42 +0000)]
(info-insert-file-contents): Avoid conflict with jka-compr.

30 years ago(mouse-avoidance-nudge-dist): Doc fix.
Richard M. Stallman [Thu, 19 May 1994 22:13:51 +0000 (22:13 +0000)]
(mouse-avoidance-nudge-dist): Doc fix.

30 years ago(syms_of_frame): Set up frame-first-window as Lisp fn.
Richard M. Stallman [Thu, 19 May 1994 22:11:05 +0000 (22:11 +0000)]
(syms_of_frame): Set up frame-first-window as Lisp fn.

30 years ago(menu-bar-mode): Preserve window height.
Richard M. Stallman [Thu, 19 May 1994 22:06:14 +0000 (22:06 +0000)]
(menu-bar-mode): Preserve window height.

30 years ago(vc-mode-line): Do nothing if FILE is nil.
Richard M. Stallman [Thu, 19 May 1994 21:58:38 +0000 (21:58 +0000)]
(vc-mode-line): Do nothing if FILE is nil.

30 years ago(compilation-goto-locus): Handle case where *compilation*
Richard M. Stallman [Thu, 19 May 1994 21:50:30 +0000 (21:50 +0000)]
(compilation-goto-locus): Handle case where *compilation*
is in a dedicated window.

30 years agoAdd "args" to dummy definition of compute-motion.
Richard M. Stallman [Thu, 19 May 1994 21:48:59 +0000 (21:48 +0000)]
Add "args" to dummy definition of compute-motion.

30 years ago(ispell-highlight): Do nothing unless window-system.
Richard M. Stallman [Thu, 19 May 1994 21:19:39 +0000 (21:19 +0000)]
(ispell-highlight): Do nothing unless window-system.

30 years ago(write_c_args): Put `default' in upper case.
Richard M. Stallman [Thu, 19 May 1994 21:05:08 +0000 (21:05 +0000)]
(write_c_args): Put `default' in upper case.

30 years ago(rmail-variables): Don't add any permanent-local props.
Richard M. Stallman [Thu, 19 May 1994 20:48:32 +0000 (20:48 +0000)]
(rmail-variables): Don't add any permanent-local props.
Don't make rmail-last-file local.

30 years ago(rmail-edit-current-message): Undo previous change.
Richard M. Stallman [Thu, 19 May 1994 20:46:24 +0000 (20:46 +0000)]
(rmail-edit-current-message): Undo previous change.

30 years ago(rmail-output): Doc fix.
Richard M. Stallman [Thu, 19 May 1994 20:44:03 +0000 (20:44 +0000)]
(rmail-output): Doc fix.

30 years agormail-default-file renamed from rmail-last-file,
Richard M. Stallman [Thu, 19 May 1994 20:42:23 +0000 (20:42 +0000)]
rmail-default-file renamed from rmail-last-file,
rmail-default-rmail-file renamed from rmail-last-...

30 years ago[BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too.
Richard M. Stallman [Thu, 19 May 1994 20:25:52 +0000 (20:25 +0000)]
[BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too.

30 years ago(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
Richard M. Stallman [Thu, 19 May 1994 18:42:37 +0000 (18:42 +0000)]
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
use GNU_LIBRARY_PENDING_OUTPUT_COUNT if defined.

Include errno.h.

30 years ago(setup_frame_gcs): Move cursor_bits variable out of
Richard M. Stallman [Thu, 19 May 1994 18:32:59 +0000 (18:32 +0000)]
(setup_frame_gcs): Move cursor_bits variable out of
setup_frame_gcs and rename to setup_frame_cursor_bits.

30 years agoDoc fixes.
Richard M. Stallman [Thu, 19 May 1994 17:21:02 +0000 (17:21 +0000)]
Doc fixes.
(mouse-avoidance-nudge-mouse): Removed redundant
bounds check on destination coordinates.

30 years ago(GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
Richard M. Stallman [Thu, 19 May 1994 16:34:27 +0000 (16:34 +0000)]
(GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
renamed from PENDING_OUTPUT_COUNT.

30 years ago(other_menu_bar_item_p): Return 0 if no menu bar.
Richard M. Stallman [Thu, 19 May 1994 15:49:52 +0000 (15:49 +0000)]
(other_menu_bar_item_p): Return 0 if no menu bar.

30 years ago(server-done): Never kill buffer here.
Richard M. Stallman [Thu, 19 May 1994 05:58:21 +0000 (05:58 +0000)]
(server-done): Never kill buffer here.
(server-buffer-done): Do it here, if temp file.

30 years ago(xmenu_show): Don't look in menubar for core.height if no menu bar.
Richard M. Stallman [Thu, 19 May 1994 05:56:21 +0000 (05:56 +0000)]
(xmenu_show): Don't look in menubar for core.height if no menu bar.

30 years ago(Fwrite_region): Set update_mode_lines.
Richard M. Stallman [Thu, 19 May 1994 05:54:51 +0000 (05:54 +0000)]
(Fwrite_region): Set update_mode_lines.

30 years ago(menu-bar-update-buffers): Record buffers' mod and
Richard M. Stallman [Thu, 19 May 1994 05:54:26 +0000 (05:54 +0000)]
(menu-bar-update-buffers): Record buffers' mod and
read-only flags, and recompute if they change.

30 years ago(syms_of_fileio): Doc fix.
Richard M. Stallman [Thu, 19 May 1994 05:20:27 +0000 (05:20 +0000)]
(syms_of_fileio): Doc fix.

(Finsert_file_contents): Declare `buffer' as unsigned char.

30 years ago(posn-col-row): Doc fix.
Richard M. Stallman [Thu, 19 May 1994 04:30:14 +0000 (04:30 +0000)]
(posn-col-row): Doc fix.

30 years ago(lispy_function_keys): Add various kp- keys for X11R6.
Richard M. Stallman [Thu, 19 May 1994 00:28:39 +0000 (00:28 +0000)]
(lispy_function_keys): Add various kp- keys for X11R6.

30 years ago(font-lock-after-change-function): Fix typo in prev chg.
Richard M. Stallman [Wed, 18 May 1994 23:38:24 +0000 (23:38 +0000)]
(font-lock-after-change-function): Fix typo in prev chg.
(font-lock-mode): Use after-change-functions not after-change-function.

30 years ago(Fset_window_buffer): Fix dedicated window error call.
Richard M. Stallman [Wed, 18 May 1994 23:37:55 +0000 (23:37 +0000)]
(Fset_window_buffer): Fix dedicated window error call.
(window_loop, case UNSHOW_BUFFER): Clear dedicated flag.

30 years ago(copydests): Get rid of spurious `-'s.
Richard M. Stallman [Wed, 18 May 1994 22:42:41 +0000 (22:42 +0000)]
(copydests): Get rid of spurious `-'s.

30 years agoentered into RCS
Richard M. Stallman [Wed, 18 May 1994 17:51:44 +0000 (17:51 +0000)]
entered into RCS

30 years ago*** empty log message ***
Richard M. Stallman [Wed, 18 May 1994 06:04:03 +0000 (06:04 +0000)]
*** empty log message ***

30 years ago(WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.
Richard M. Stallman [Wed, 18 May 1994 05:50:51 +0000 (05:50 +0000)]
(WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.

30 years agoDefine EMACS_CONFIGURATION instead of CONFIGURATION.
Richard M. Stallman [Wed, 18 May 1994 05:40:48 +0000 (05:40 +0000)]
Define EMACS_CONFIGURATION instead of CONFIGURATION.

30 years agoEMACS_CONFIGURATION renamed from CONFIGURATION.
Richard M. Stallman [Wed, 18 May 1994 05:40:19 +0000 (05:40 +0000)]
EMACS_CONFIGURATION renamed from CONFIGURATION.