]> code.delx.au - gnu-emacs/log
gnu-emacs
29 years agoRequire diary-lib, not diary.
Richard M. Stallman [Tue, 30 Aug 1994 00:33:34 +0000 (00:33 +0000)]
Require diary-lib, not diary.

29 years agoVarious fixes (freebsd, ncr, nextstep): See ChangeLog.
Per Bothner [Mon, 29 Aug 1994 01:19:13 +0000 (01:19 +0000)]
Various fixes (freebsd, ncr, nextstep):  See ChangeLog.

29 years ago(HAVE_MACH_MACH_H): Defined.
Richard M. Stallman [Sun, 28 Aug 1994 21:07:42 +0000 (21:07 +0000)]
(HAVE_MACH_MACH_H): Defined.

29 years ago(Fx_color_defined_p): Return list of RGB values, not just t.
Richard M. Stallman [Sun, 28 Aug 1994 20:00:21 +0000 (20:00 +0000)]
(Fx_color_defined_p): Return list of RGB values, not just t.

29 years ago(polling_for_input): Declared.
Richard M. Stallman [Sun, 28 Aug 1994 19:59:18 +0000 (19:59 +0000)]
(polling_for_input): Declared.

29 years ago(polling_for_input): Define var unconditionally.
Richard M. Stallman [Sun, 28 Aug 1994 19:58:40 +0000 (19:58 +0000)]
(polling_for_input): Define var unconditionally.

29 years agoInclude keyboard.h.
Richard M. Stallman [Sun, 28 Aug 1994 19:57:51 +0000 (19:57 +0000)]
Include keyboard.h.
(x_make_frame_visible): Fix previous change: test polling_for_input
instead of whether SIGIO is defined.

29 years ago(xmenu_show): Don't queue events that are in the menu bar.
Richard M. Stallman [Sun, 28 Aug 1994 07:39:12 +0000 (07:39 +0000)]
(xmenu_show): Don't queue events that are in the menu bar.

29 years ago(after-find-file-from-revert-buffer): Add defvar.
Richard M. Stallman [Sun, 28 Aug 1994 07:37:42 +0000 (07:37 +0000)]
(after-find-file-from-revert-buffer): Add defvar.

29 years ago(internal_self_insert): Use insert_and_inherit.
Richard M. Stallman [Sun, 28 Aug 1994 06:48:56 +0000 (06:48 +0000)]
(internal_self_insert): Use insert_and_inherit.

29 years ago(Findent_to): Pass new arg to Finsert_char.
Richard M. Stallman [Sun, 28 Aug 1994 06:08:54 +0000 (06:08 +0000)]
(Findent_to): Pass new arg to Finsert_char.

29 years ago(insert_1): New arg INHERIT.
Richard M. Stallman [Sun, 28 Aug 1994 06:07:37 +0000 (06:07 +0000)]
(insert_1): New arg INHERIT.
(insert_and_inherit): New function.

29 years ago(Finsert_char): New arg INHERIT.
Richard M. Stallman [Sun, 28 Aug 1994 06:07:15 +0000 (06:07 +0000)]
(Finsert_char): New arg INHERIT.
Use insert_and_inherit if requested.

29 years ago(dbx): Use newline, not semicolon, between file and stop cmds.
Richard M. Stallman [Sun, 28 Aug 1994 04:14:59 +0000 (04:14 +0000)]
(dbx): Use newline, not semicolon, between file and stop cmds.

29 years agoentered into RCS
Richard M. Stallman [Sat, 27 Aug 1994 23:03:05 +0000 (23:03 +0000)]
entered into RCS

29 years ago(outline-mode-prefix-map): New variable.
Richard M. Stallman [Sat, 27 Aug 1994 21:02:12 +0000 (21:02 +0000)]
(outline-mode-prefix-map): New variable.
Define all the C-c commands here.
(outline-mode-menu-bar-map): New variable, holds local menu-bar keymap.
(outline-mode-map): Bind C-c and menu-bar to those maps.
(outline-minor-mode-map): Likewise use those submaps for the prefixes.

29 years ago(indent-rigidly): Insert new indent, then delete old.
Richard M. Stallman [Sat, 27 Aug 1994 19:40:47 +0000 (19:40 +0000)]
(indent-rigidly): Insert new indent, then delete old.

29 years ago(comint-arguments): Treat \n and \t like space.
Richard M. Stallman [Sat, 27 Aug 1994 19:06:19 +0000 (19:06 +0000)]
(comint-arguments): Treat \n and \t like space.

29 years ago(netbsd, freebsd, linux): Accept any machine, not just i[34]86.
Per Bothner [Fri, 26 Aug 1994 23:19:19 +0000 (23:19 +0000)]
(netbsd, freebsd, linux):  Accept any machine, not just i[34]86.

29 years agoRecognize powerpc-ibm-aix3.2.5.
Richard Kenner [Fri, 26 Aug 1994 22:45:20 +0000 (22:45 +0000)]
Recognize powerpc-ibm-aix3.2.5.

29 years agoMerges from Cygnus version.
Per Bothner [Fri, 26 Aug 1994 22:21:31 +0000 (22:21 +0000)]
Merges from Cygnus version.

29 years ago(xterm.o): Depend on keyboard.h.
Richard M. Stallman [Fri, 26 Aug 1994 21:25:43 +0000 (21:25 +0000)]
(xterm.o): Depend on keyboard.h.

29 years agoInitial revision
David J. MacKenzie [Fri, 26 Aug 1994 14:57:46 +0000 (14:57 +0000)]
Initial revision

29 years ago(rmail-summary-output-menu): New command.
Richard M. Stallman [Fri, 26 Aug 1994 06:55:43 +0000 (06:55 +0000)]
(rmail-summary-output-menu): New command.
(rmail-summary-mode-map): Add Output and Input with menu of files.

(rmail-summary-rmail-update): Check whether rmail-buffer is dead.

29 years ago(x_make_frame_visible): Call signal handler directly.
Karl Heuer [Fri, 26 Aug 1994 05:18:31 +0000 (05:18 +0000)]
(x_make_frame_visible): Call signal handler directly.

29 years agoAdd LINUX_QMAGIC conditional.
Richard M. Stallman [Fri, 26 Aug 1994 01:44:01 +0000 (01:44 +0000)]
Add LINUX_QMAGIC conditional.

29 years ago(USE_NONANSI_DEFUN): Defined.
Richard M. Stallman [Fri, 26 Aug 1994 00:45:03 +0000 (00:45 +0000)]
(USE_NONANSI_DEFUN): Defined.

29 years ago(DEFUN): Check USE_NONANSI_DEFUN.
Richard M. Stallman [Fri, 26 Aug 1994 00:44:42 +0000 (00:44 +0000)]
(DEFUN): Check USE_NONANSI_DEFUN.

29 years agoentered into RCS
Richard M. Stallman [Fri, 26 Aug 1994 00:40:24 +0000 (00:40 +0000)]
entered into RCS

29 years ago*** empty log message ***
Richard M. Stallman [Fri, 26 Aug 1994 00:30:33 +0000 (00:30 +0000)]
*** empty log message ***

29 years ago(vc-backend-checkout): Don't use -G for SCCS.
Richard M. Stallman [Fri, 26 Aug 1994 00:05:30 +0000 (00:05 +0000)]
(vc-backend-checkout): Don't use -G for SCCS.

29 years ago(toggle-rot13-mode): New function.
Richard M. Stallman [Thu, 25 Aug 1994 23:23:09 +0000 (23:23 +0000)]
(toggle-rot13-mode): New function.

29 years ago(obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)
Richard M. Stallman [Thu, 25 Aug 1994 22:55:25 +0000 (22:55 +0000)]
(obj): Put cm.o before term.o.  (Avoids mysterious lossage on Irix.)

29 years ago(xmenu_show): Do nothing special for ButtonPress in the menu.
Richard M. Stallman [Thu, 25 Aug 1994 05:05:50 +0000 (05:05 +0000)]
(xmenu_show): Do nothing special for ButtonPress in the menu.
Call XtDispatchEvent for all ButtonRelease events.
xlwmenu.c now deals with posting the menu.
Check for events in subwidgets of the menu
when deciding whether to queue them for later handling.

29 years ago(tags-table-extend-computed-list): In loop processing list of included
Roland McGrath [Thu, 25 Aug 1994 01:51:34 +0000 (01:51 +0000)]
(tags-table-extend-computed-list): In loop processing list of included
tables to incorporate it, advance TABLES to its cdr at end of loop.

29 years ago(display_scan_buffer): New function.
Richard M. Stallman [Thu, 25 Aug 1994 01:25:55 +0000 (01:25 +0000)]
(display_scan_buffer): New function.
(display_count_lines): Use that.

29 years agoUpdate to match config.sub changes for NetBSD.
Charles Hannum [Thu, 25 Aug 1994 00:39:13 +0000 (00:39 +0000)]
Update to match config.sub changes for NetBSD.

29 years agoRevert pc532 handling.
Charles Hannum [Thu, 25 Aug 1994 00:37:35 +0000 (00:37 +0000)]
Revert pc532 handling.

29 years agoRearrange handling of NetBSD ports.
Charles Hannum [Thu, 25 Aug 1994 00:24:48 +0000 (00:24 +0000)]
Rearrange handling of NetBSD ports.

29 years ago(find-file-noselect): Improve "file changed" message.
Richard M. Stallman [Thu, 25 Aug 1994 00:05:36 +0000 (00:05 +0000)]
(find-file-noselect): Improve "file changed" message.

29 years ago(unexec): Copy previous change in unexelf.c.
Richard M. Stallman [Wed, 24 Aug 1994 23:42:49 +0000 (23:42 +0000)]
(unexec): Copy previous change in unexelf.c.

29 years ago(comint-arguments): Rewrite for speed.
Richard M. Stallman [Wed, 24 Aug 1994 23:31:55 +0000 (23:31 +0000)]
(comint-arguments): Rewrite for speed.
Don't keep parsing once we have enough args.

29 years agoAdd da30-* for da30-unknown-netbsd*.
Charles Hannum [Wed, 24 Aug 1994 23:27:35 +0000 (23:27 +0000)]
Add da30-* for da30-unknown-netbsd*.

29 years agoRemove mac68k-*.
Charles Hannum [Wed, 24 Aug 1994 23:19:42 +0000 (23:19 +0000)]
Remove mac68k-*.

29 years ago(ispell-buffer-local-words): Don't treat doublequote
Richard M. Stallman [Wed, 24 Aug 1994 19:53:17 +0000 (19:53 +0000)]
(ispell-buffer-local-words): Don't treat doublequote
specially when splitting the line into words.

29 years ago(term_init): Added missing argument to tgetstr.
Richard M. Stallman [Wed, 24 Aug 1994 19:51:01 +0000 (19:51 +0000)]
(term_init): Added missing argument to tgetstr.
(tgetstr): Move declarations to top level.

29 years ago(textget): Ignore category prop if not a symbol.
Richard M. Stallman [Wed, 24 Aug 1994 19:40:44 +0000 (19:40 +0000)]
(textget): Ignore category prop if not a symbol.

29 years ago[__GNUC__] (LD_SWITCH_SYSTEM): Defined.
Richard M. Stallman [Wed, 24 Aug 1994 19:40:30 +0000 (19:40 +0000)]
[__GNUC__] (LD_SWITCH_SYSTEM): Defined.

29 years ago(x_make_frame_visible): Raise a signal to cause the pending X I/O to be read.
Karl Heuer [Wed, 24 Aug 1994 06:28:41 +0000 (06:28 +0000)]
(x_make_frame_visible): Raise a signal to cause the pending X I/O to be read.

29 years ago(mouse-extend): In Transient Mark mode, use the region
Richard M. Stallman [Wed, 24 Aug 1994 04:50:24 +0000 (04:50 +0000)]
(mouse-extend): In Transient Mark mode, use the region
whenever it is active.

29 years ago*** empty log message ***
Charles Hannum [Wed, 24 Aug 1994 04:23:07 +0000 (04:23 +0000)]
*** empty log message ***

29 years agoAdd NetBSD support.
Charles Hannum [Wed, 24 Aug 1994 04:07:50 +0000 (04:07 +0000)]
Add NetBSD support.

29 years agoInitial revision
Roland McGrath [Wed, 24 Aug 1994 02:04:01 +0000 (02:04 +0000)]
Initial revision

29 years ago(shell-command-on-region): Don't delete current buffer.
Karl Heuer [Wed, 24 Aug 1994 00:55:52 +0000 (00:55 +0000)]
(shell-command-on-region): Don't delete current buffer.

29 years ago(Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables.
Karl Heuer [Wed, 24 Aug 1994 00:39:46 +0000 (00:39 +0000)]
(Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables.

29 years ago(Fmake_symbolic_link, Ffile_accessible_directory_p, Finsert_file_contents,
Karl Heuer [Wed, 24 Aug 1994 00:35:51 +0000 (00:35 +0000)]
(Fmake_symbolic_link, Ffile_accessible_directory_p, Finsert_file_contents,
auto_save_error, Fwrite_region): Fix gcpro problems.

29 years ago(pos_tab_offset): Don't trigger point-motion hooks.
Karl Heuer [Tue, 23 Aug 1994 23:00:56 +0000 (23:00 +0000)]
(pos_tab_offset): Don't trigger point-motion hooks.

29 years ago(backward-delete-char-untabify): Doc fix.
Richard M. Stallman [Tue, 23 Aug 1994 22:58:08 +0000 (22:58 +0000)]
(backward-delete-char-untabify): Doc fix.

29 years ago(Frename_buffer): Fix gcpro problems.
Karl Heuer [Tue, 23 Aug 1994 22:56:44 +0000 (22:56 +0000)]
(Frename_buffer): Fix gcpro problems.

29 years ago(lpr-headers-switches): Don't use -p on dgux, irix.
Richard M. Stallman [Tue, 23 Aug 1994 22:43:43 +0000 (22:43 +0000)]
(lpr-headers-switches): Don't use -p on dgux, irix.

29 years ago(O_RDONLY): Defined.
Richard M. Stallman [Tue, 23 Aug 1994 22:36:41 +0000 (22:36 +0000)]
(O_RDONLY): Defined.
(Finsert_file_contents, Fcopy_file): use it.
(barf_or_query_if_file_exists, Ffile_exists_p): Use stat, not access.
(Ffile_readable_p): Use open, not access.

29 years ago(O_RDONLY): Defined.
Richard M. Stallman [Tue, 23 Aug 1994 22:28:49 +0000 (22:28 +0000)]
(O_RDONLY): Defined.
(openp): Use it.

29 years ago(unexec): Don't alter the info field of SHT_SYMTAB and SHT_DYNSYM sections.
Richard M. Stallman [Tue, 23 Aug 1994 21:35:23 +0000 (21:35 +0000)]
(unexec): Don't alter the info field of SHT_SYMTAB and SHT_DYNSYM sections.

29 years ago(redisplay_window): Don't access text before BEGV.
Richard M. Stallman [Tue, 23 Aug 1994 20:50:09 +0000 (20:50 +0000)]
(redisplay_window): Don't access text before BEGV.

29 years ago(jka-compr-insert-file-contents): Run the
Richard M. Stallman [Tue, 23 Aug 1994 19:53:39 +0000 (19:53 +0000)]
(jka-compr-insert-file-contents): Run the
after-insert-file-functions.

29 years agoFormerly tasks.texi.~13~
Richard M. Stallman [Tue, 23 Aug 1994 16:34:26 +0000 (16:34 +0000)]
Formerly tasks.texi.~13~

29 years ago(rmail-ignored-headers): Split string constant into lines.
Richard M. Stallman [Tue, 23 Aug 1994 16:33:18 +0000 (16:33 +0000)]
(rmail-ignored-headers): Split string constant into lines.

29 years agoentered into RCS
Richard M. Stallman [Tue, 23 Aug 1994 16:08:12 +0000 (16:08 +0000)]
entered into RCS

29 years ago(read_char): After read_char_minibuf_menu_prompt,
Richard M. Stallman [Tue, 23 Aug 1994 08:24:23 +0000 (08:24 +0000)]
(read_char): After read_char_minibuf_menu_prompt,
don't just return; jump to non_reread.

29 years agoComment change.
Richard M. Stallman [Tue, 23 Aug 1994 07:09:07 +0000 (07:09 +0000)]
Comment change.

29 years ago(Fmake_directory_internal): Pass just 2 args to handler.
Richard M. Stallman [Tue, 23 Aug 1994 07:05:17 +0000 (07:05 +0000)]
(Fmake_directory_internal): Pass just 2 args to handler.

29 years ago(Fmake_frame_invisible, Ficonify_frame): Don't switch frames.
Karl Heuer [Tue, 23 Aug 1994 06:55:46 +0000 (06:55 +0000)]
(Fmake_frame_invisible, Ficonify_frame): Don't switch frames.

29 years agoMove m68k-ccur handling to proper part of file.
Richard M. Stallman [Tue, 23 Aug 1994 06:04:59 +0000 (06:04 +0000)]
Move m68k-ccur handling to proper part of file.
Canonicalize cpu type pentium into i486.  (Change it to i586 later.)

29 years ago(Fstring_match): Fix sign error.
Karl Heuer [Tue, 23 Aug 1994 00:33:29 +0000 (00:33 +0000)]
(Fstring_match): Fix sign error.

29 years agoFix comment.
Karl Heuer [Mon, 22 Aug 1994 23:27:23 +0000 (23:27 +0000)]
Fix comment.

29 years ago(LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.
Karl Heuer [Mon, 22 Aug 1994 23:18:42 +0000 (23:18 +0000)]
(LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.

29 years agotcl-load-file default to current buffer.
Tom Tromey [Mon, 22 Aug 1994 15:56:24 +0000 (15:56 +0000)]
tcl-load-file default to current buffer.

29 years agoFixed bug in tcl-guess-application.
Tom Tromey [Sun, 21 Aug 1994 20:33:05 +0000 (20:33 +0000)]
Fixed bug in tcl-guess-application.

29 years ago(LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.
Richard M. Stallman [Sun, 21 Aug 1994 18:09:30 +0000 (18:09 +0000)]
(LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.

29 years ago(src/m, src/s): Put *.inp in distribution.
Richard M. Stallman [Sun, 21 Aug 1994 18:02:21 +0000 (18:02 +0000)]
(src/m, src/s): Put *.inp in distribution.

29 years ago(news-fkey-prefix): Use kp-decimal, not kp-period.
Richard M. Stallman [Sun, 21 Aug 1994 17:39:15 +0000 (17:39 +0000)]
(news-fkey-prefix): Use kp-decimal, not kp-period.

29 years ago(news-select-message): Do most of the work
Richard M. Stallman [Sun, 21 Aug 1994 17:26:15 +0000 (17:26 +0000)]
(news-select-message): Do most of the work
even for nonexistent article.  (Code copied from 18.59).

29 years agoKeybindings don't overshadown comint bindings.
Tom Tromey [Sun, 21 Aug 1994 03:54:45 +0000 (03:54 +0000)]
Keybindings don't overshadown comint bindings.

29 years agoEliminate local var bss_end.
Richard M. Stallman [Sat, 20 Aug 1994 00:48:16 +0000 (00:48 +0000)]
Eliminate local var bss_end.
Update the symbol values of _edata and _end.

29 years agoAccept i586 and i486 along with i386.
Richard M. Stallman [Sat, 20 Aug 1994 00:03:24 +0000 (00:03 +0000)]
Accept i586 and i486 along with i386.

29 years ago(rmail-retry-failure, mail-unsent-separator): Doc fix.
Richard M. Stallman [Fri, 19 Aug 1994 22:50:56 +0000 (22:50 +0000)]
(rmail-retry-failure, mail-unsent-separator): Doc fix.

29 years ago(news-mode): Don't set mode-name to a list.
Richard M. Stallman [Fri, 19 Aug 1994 08:00:34 +0000 (08:00 +0000)]
(news-mode): Don't set mode-name to a list.
Use mode-line-process instead.

29 years ago(wait_reading_process_input):
Richard M. Stallman [Fri, 19 Aug 1994 07:23:05 +0000 (07:23 +0000)]
(wait_reading_process_input):
Clear waiting_for_user_input_p before returning.

29 years ago(read_char): Don't show buffer-events to the user.
Richard M. Stallman [Fri, 19 Aug 1994 07:06:30 +0000 (07:06 +0000)]
(read_char): Don't show buffer-events to the user.
Handle chars over 255 in dribble files.

29 years ago(rot13-other-window): Doc fix.
Richard M. Stallman [Fri, 19 Aug 1994 05:47:15 +0000 (05:47 +0000)]
(rot13-other-window): Doc fix.

29 years ago(x_make_frame_visible): Quit if requested, in loop at end.
Richard M. Stallman [Fri, 19 Aug 1994 05:38:55 +0000 (05:38 +0000)]
(x_make_frame_visible): Quit if requested, in loop at end.

29 years ago(lpr-command, lpr-headers-switches): Undo previous change.
Richard M. Stallman [Fri, 19 Aug 1994 04:38:14 +0000 (04:38 +0000)]
(lpr-command, lpr-headers-switches): Undo previous change.

29 years ago(split-window-horizontally): If size is negative, measure from the right.
Karl Heuer [Thu, 18 Aug 1994 21:03:37 +0000 (21:03 +0000)]
(split-window-horizontally): If size is negative, measure from the right.

29 years ago(Info-mode): Doc fix.
Richard M. Stallman [Thu, 18 Aug 1994 01:08:03 +0000 (01:08 +0000)]
(Info-mode): Doc fix.

29 years ago(vc-admin): Pass nil as last arg to vc-start-entry.
Richard M. Stallman [Thu, 18 Aug 1994 00:38:13 +0000 (00:38 +0000)]
(vc-admin): Pass nil as last arg to vc-start-entry.

29 years ago(lpr-command, lpr-headers-switches): Treat Solaris like BSD.
Richard M. Stallman [Wed, 17 Aug 1994 23:29:45 +0000 (23:29 +0000)]
(lpr-command, lpr-headers-switches): Treat Solaris like BSD.

29 years ago(regex_compile): Split an if to avoid compiler bug.
Richard M. Stallman [Wed, 17 Aug 1994 23:13:50 +0000 (23:13 +0000)]
(regex_compile): Split an if to avoid compiler bug.

(re_match_2_internal): Use separate if to compute bestmatch_p.

29 years agoComment fix.
Richard M. Stallman [Wed, 17 Aug 1994 22:50:36 +0000 (22:50 +0000)]
Comment fix.

29 years ago(choose-completion-string): Use plain exit-minibuffer,
Richard M. Stallman [Wed, 17 Aug 1994 22:33:37 +0000 (22:33 +0000)]
(choose-completion-string): Use plain exit-minibuffer,
not minibuffer-complete-and-exit.  And do so only if the minibuffer
was doing completion.

29 years ago(show-paren-command-hook): Set the face of an overlay
Richard M. Stallman [Wed, 17 Aug 1994 22:31:16 +0000 (22:31 +0000)]
(show-paren-command-hook): Set the face of an overlay
each time we move it somewhere.