]> git.eshelyaron.com Git - emacs.git/log
emacs.git
30 years agoDocument force arg in unload-feature.
Richard M. Stallman [Sat, 21 Jan 1995 23:51:19 +0000 (23:51 +0000)]
Document force arg in unload-feature.

30 years ago[NO_REMAP]: #undef static.
Richard M. Stallman [Sat, 21 Jan 1995 22:23:22 +0000 (22:23 +0000)]
[NO_REMAP]: #undef static.

30 years agoComment change.
Richard M. Stallman [Sat, 21 Jan 1995 22:21:33 +0000 (22:21 +0000)]
Comment change.

30 years ago(update-copyright): Remove gratuitous error at end.
Roland McGrath [Sat, 21 Jan 1995 13:59:06 +0000 (13:59 +0000)]
(update-copyright): Remove gratuitous error at end.

30 years agoFix sed append command to behave as intended.
Karl Heuer [Sat, 21 Jan 1995 00:12:27 +0000 (00:12 +0000)]
Fix sed append command to behave as intended.

30 years ago(xmenu.o): Add msdos.h as dependency.
Richard M. Stallman [Fri, 20 Jan 1995 23:48:46 +0000 (23:48 +0000)]
(xmenu.o): Add msdos.h as dependency.

30 years agoDelete mysterious dot. Add comment to protect blank
Richard M. Stallman [Fri, 20 Jan 1995 23:46:54 +0000 (23:46 +0000)]
Delete mysterious dot.  Add comment to protect blank
line at end of file.  Make sure make-docfile is compiled.

30 years ago(compile-internal): Force redisplay on compilation
Richard M. Stallman [Fri, 20 Jan 1995 23:45:34 +0000 (23:45 +0000)]
(compile-internal): Force redisplay on compilation
buffer before executing compile process.

30 years ago(syms_of_buffer) [DOS_NT]: Add missing ';'.
Richard M. Stallman [Fri, 20 Jan 1995 23:40:45 +0000 (23:40 +0000)]
(syms_of_buffer) [DOS_NT]: Add missing ';'.

30 years agoComment change.
Richard M. Stallman [Fri, 20 Jan 1995 23:40:03 +0000 (23:40 +0000)]
Comment change.

30 years ago(x_mouse_leave): Add neutralizing define.
Richard M. Stallman [Fri, 20 Jan 1995 23:38:46 +0000 (23:38 +0000)]
(x_mouse_leave): Add neutralizing define.
(XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate,
XMenuActivate, XMenuDestroy): Add prototype.

30 years ago[MSDOS]: #include msdos.h.
Richard M. Stallman [Fri, 20 Jan 1995 23:37:41 +0000 (23:37 +0000)]
[MSDOS]: #include msdos.h.

30 years ago(XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate,
Richard M. Stallman [Fri, 20 Jan 1995 23:37:00 +0000 (23:37 +0000)]
(XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate,
XMenuActivate, XMenuDestroy): Add dummy `display *' argument.

30 years ago(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.
Richard M. Stallman [Fri, 20 Jan 1995 23:36:39 +0000 (23:36 +0000)]
(DEVICE_SEP, IS_DIRECTORY_SEP, IS_ANY_SEP): Defined.

30 years ago(file_name_as_directory, Ffile_name_directory)
Richard M. Stallman [Fri, 20 Jan 1995 23:36:07 +0000 (23:36 +0000)]
(file_name_as_directory, Ffile_name_directory)
(Ffile_name_nondirectory): Delete special MSDOG code now covered by macros.

30 years ago(unload-feature): Don't care if FILE is a dependency of itself.
Richard M. Stallman [Fri, 20 Jan 1995 23:13:51 +0000 (23:13 +0000)]
(unload-feature): Don't care if FILE is a dependency of itself.

30 years ago(fill-region-as-paragraph): At end, advance over any newlines
Richard M. Stallman [Fri, 20 Jan 1995 23:06:06 +0000 (23:06 +0000)]
(fill-region-as-paragraph): At end, advance over any newlines
that were in the region but excluded from filling.

30 years ago(union Lisp_Misc): Make the `type' field just 16 bits, to match the
Karl Heuer [Fri, 20 Jan 1995 22:02:53 +0000 (22:02 +0000)]
(union Lisp_Misc): Make the `type' field just 16 bits, to match the
substructures.

30 years ago(xbufobjfwd, xbuflocal, xwinconfig):
Karl Heuer [Fri, 20 Jan 1995 20:12:25 +0000 (20:12 +0000)]
(xbufobjfwd, xbuflocal, xwinconfig):
Renamed from xbuffer_objfwd, xbuffer_local_value, xwindow_configuration
since gdb doesn't allow underscores in macro names.

30 years ago(center-line): fill-column is a var, not a function.
Karl Heuer [Fri, 20 Jan 1995 19:12:20 +0000 (19:12 +0000)]
(center-line): fill-column is a var, not a function.

30 years agoentered into RCS
Richard M. Stallman [Fri, 20 Jan 1995 06:20:32 +0000 (06:20 +0000)]
entered into RCS

30 years ago*** empty log message ***
Richard M. Stallman [Fri, 20 Jan 1995 06:09:03 +0000 (06:09 +0000)]
*** empty log message ***

30 years agoInitial revision
Richard M. Stallman [Fri, 20 Jan 1995 06:04:56 +0000 (06:04 +0000)]
Initial revision

30 years ago(set-c-style): Ignore case in completion.
Karl Heuer [Fri, 20 Jan 1995 03:20:35 +0000 (03:20 +0000)]
(set-c-style): Ignore case in completion.

30 years ago(rmail-summary-update-highlight): New function.
Richard M. Stallman [Fri, 20 Jan 1995 02:50:27 +0000 (02:50 +0000)]
(rmail-summary-update-highlight): New function.
(rmail-summary-goto-msg): Use it.
(rmail-summary-rmail-update): Move the summary highlight.
(rmail-summary-mark-deleted): Do nothing if rmail-summary-overlay
has a nil face-property.
(rmail-new-summary): Make the summary-on-top kludge
more restricted in when it is used.

30 years ago(Ftext_property_any): Handle the trivial case specially.
Karl Heuer [Fri, 20 Jan 1995 01:47:45 +0000 (01:47 +0000)]
(Ftext_property_any): Handle the trivial case specially.

30 years agoentered into RCS
Richard M. Stallman [Fri, 20 Jan 1995 00:57:39 +0000 (00:57 +0000)]
entered into RCS

30 years ago(seed_random): Renamed from srandom.
Karl Heuer [Thu, 19 Jan 1995 23:37:10 +0000 (23:37 +0000)]
(seed_random): Renamed from srandom.
(get_random): Renamed from random.  Return VALBITS random bits.

30 years ago(Frandom): Call seed_random and get_random.
Karl Heuer [Thu, 19 Jan 1995 23:36:43 +0000 (23:36 +0000)]
(Frandom): Call seed_random and get_random.

30 years ago(remote-shell-program): Reorder search path.
Karl Heuer [Thu, 19 Jan 1995 22:24:43 +0000 (22:24 +0000)]
(remote-shell-program): Reorder search path.

30 years ago(xboolfwd, xbuffer_local_value, xbuffer_objfwd, xcompiled, xintfwd, xmiscfree,
Karl Heuer [Thu, 19 Jan 1995 21:57:20 +0000 (21:57 +0000)]
(xboolfwd, xbuffer_local_value, xbuffer_objfwd, xcompiled, xintfwd, xmiscfree,
xobjfwd, xoverlay, xwindow_configuration): New macros.

30 years ago(print): Print internal types too, for debugging.
Karl Heuer [Thu, 19 Jan 1995 21:09:50 +0000 (21:09 +0000)]
(print): Print internal types too, for debugging.
Print appropriate message for invalid pseudovector or misc type.

30 years ago(term_get_fkeys_1): Bug fix for function key above f19.
Richard M. Stallman [Thu, 19 Jan 1995 18:56:43 +0000 (18:56 +0000)]
(term_get_fkeys_1): Bug fix for function key above f19.

30 years ago(subst_char_in_region_unwind): New function.
Richard M. Stallman [Thu, 19 Jan 1995 18:56:10 +0000 (18:56 +0000)]
(subst_char_in_region_unwind): New function.
(Fsubst_char_in_region): Use it to make undo_list t temporarily.

30 years ago(help-for-help): Doc fix.
Richard M. Stallman [Thu, 19 Jan 1995 18:50:26 +0000 (18:50 +0000)]
(help-for-help): Doc fix.

30 years agoComment change.
Richard M. Stallman [Thu, 19 Jan 1995 18:50:09 +0000 (18:50 +0000)]
Comment change.

30 years ago(make-help-screen): Use *only* local-map to look up keys.
Richard M. Stallman [Thu, 19 Jan 1995 18:49:48 +0000 (18:49 +0000)]
(make-help-screen): Use *only* local-map to look up keys.

30 years ago*** empty log message ***
Richard M. Stallman [Thu, 19 Jan 1995 07:25:03 +0000 (07:25 +0000)]
*** empty log message ***

30 years agoRevert Jan 15 and Jan 5 changes.
Richard M. Stallman [Thu, 19 Jan 1995 07:18:47 +0000 (07:18 +0000)]
Revert Jan 15 and Jan 5 changes.

30 years ago(internal_self_insert): Don't test current_column
Richard M. Stallman [Thu, 19 Jan 1995 04:34:02 +0000 (04:34 +0000)]
(internal_self_insert): Don't test current_column
when deciding to call auto_fill_function.

30 years ago(fill-region-as-paragraph): left-margin renamed to current-left-margin.
Richard M. Stallman [Thu, 19 Jan 1995 04:29:17 +0000 (04:29 +0000)]
(fill-region-as-paragraph): left-margin renamed to current-left-margin.

30 years ago(current-justification): Renamed from current-justification. Callers changed.
Richard M. Stallman [Thu, 19 Jan 1995 04:27:15 +0000 (04:27 +0000)]
(current-justification): Renamed from current-justification.  Callers changed.

30 years ago(do-auto-fill): justification renamed to current-justification.
Richard M. Stallman [Thu, 19 Jan 1995 04:26:55 +0000 (04:26 +0000)]
(do-auto-fill): justification renamed to current-justification.

30 years ago(move-to-left-margin): justification renamed to current-justification.
Richard M. Stallman [Thu, 19 Jan 1995 04:26:35 +0000 (04:26 +0000)]
(move-to-left-margin): justification renamed to current-justification.

30 years ago(do-auto-fill): Fill, don't fill, or fill-and-justify
Richard M. Stallman [Thu, 19 Jan 1995 04:21:56 +0000 (04:21 +0000)]
(do-auto-fill): Fill, don't fill, or fill-and-justify
depending on setting of justification text-property.  Respect
left-margin and right-margin text properties.
(open-line, indent-new-comment-line): Inherit when inserting.
(newline-and-indent, reindent-then-newline-and-indent): Doc fix.

30 years ago(set-justification): New function.
Richard M. Stallman [Thu, 19 Jan 1995 04:20:52 +0000 (04:20 +0000)]
(set-justification): New function.
(set-justification-{none,left,right,full,center}): New functions.
(fill-region-as-paragraph, fill-region, justify-current-line): New
arg NOSQUEEZE defeats normal removal of extra whitespace.
(fill-region-as-paragraph, fill-region)
(fill-nonuniform-paragraphs, fill-individual-paragraphs):
Arg JUSTIFY-FLAG (JUSTIFYP) renamed to JUSTIFY.
(fill-region-as-paragraph): Obey left-margin; fill-prefix starts
after left-margin.  Disable filling if JUSTIFY == none, but indent to
margin anyway.
Adaptive-fill removes text-props from fill-prefixes it finds.
Adaptive-fill no longer has to notice left-margin: std fill does that.
Use fill-column and canonically-space-region functions.
(canonically-space-region): New fn split from fill-region-as-paragraph.
(fill-region): New args NOSQUEEZE (as above) and TO-EOP.
(default-justification): New variable.
(current-left-margin, fill-column, justification): New functions.
(fill-paragraph): Use fill-region-as-paragraph when possible.
(justify-current-line): New arguments; different kinds of
justification handled.  Uses left-margin and fill-column functions.

30 years ago(standard-indent): New variable.
Richard M. Stallman [Thu, 19 Jan 1995 04:15:32 +0000 (04:15 +0000)]
(standard-indent): New variable.
(alter-text-property, current-left-margin, move-to-left-margin)
(delete-to-left-margin, set-left-margin, set-right-margin)
(increase-left-margin, decrease-left-margin, increase-right-margin)
(decrease-right-margin, indent-line-to): New functions.
(indent-to-left-margin): Use indent-line-to.  Don't delete or
insert anything unless necessary.

30 years ago(center-line): Use current-left-margin function, not variable.
Richard M. Stallman [Thu, 19 Jan 1995 04:04:28 +0000 (04:04 +0000)]
(center-line): Use current-left-margin function, not variable.

30 years ago(completion-separator-self-insert-autofilling):
Richard M. Stallman [Thu, 19 Jan 1995 04:02:50 +0000 (04:02 +0000)]
(completion-separator-self-insert-autofilling):
Don't check fill-column; do-auto-fill will do that.

30 years ago(forward-paragraph): Fix end-of-buffer bug.
Richard M. Stallman [Thu, 19 Jan 1995 04:02:06 +0000 (04:02 +0000)]
(forward-paragraph): Fix end-of-buffer bug.

30 years agoDon't include sys/param.h.
Richard M. Stallman [Wed, 18 Jan 1995 23:23:58 +0000 (23:23 +0000)]
Don't include sys/param.h.
(MAXPATHLEN): Definition deleted.

30 years ago(check-ispell-version): Use Fundamental mode in the temporary buffer.
Richard M. Stallman [Wed, 18 Jan 1995 23:07:22 +0000 (23:07 +0000)]
(check-ispell-version): Use Fundamental mode in the temporary buffer.

30 years ago(Qtemp_buffer_show_hook): New hook.
Richard M. Stallman [Wed, 18 Jan 1995 22:13:34 +0000 (22:13 +0000)]
(Qtemp_buffer_show_hook): New hook.
(syms_of_window): Init and staticpro it.
(temp_output_buffer_show): Run the hook.

30 years ago(scribe-mode): Treat @: as a sentence end.
Richard M. Stallman [Wed, 18 Jan 1995 22:12:32 +0000 (22:12 +0000)]
(scribe-mode): Treat @: as a sentence end.

30 years agoUse byte-compile-dynamic.
Richard M. Stallman [Wed, 18 Jan 1995 22:11:26 +0000 (22:11 +0000)]
Use byte-compile-dynamic.

30 years ago(etags-file-of-tag): Use a regexp search to find the file name,
Roland McGrath [Wed, 18 Jan 1995 21:57:03 +0000 (21:57 +0000)]
(etags-file-of-tag): Use a regexp search to find the file name,
allowing it to contain any char but a newline.

30 years agoChange all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
Karl Heuer [Wed, 18 Jan 1995 20:52:48 +0000 (20:52 +0000)]
Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.

30 years ago[!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h
Karl Heuer [Wed, 18 Jan 1995 20:47:36 +0000 (20:47 +0000)]
[!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h
(re_compile_fastmap, re_match_2_internal): Use that macro instead of testing
SWITCH_ENUM_BUG.

30 years ago(SWITCH_ENUM_CAST): New macro.
Karl Heuer [Wed, 18 Jan 1995 20:13:17 +0000 (20:13 +0000)]
(SWITCH_ENUM_CAST): New macro.

30 years ago(check-ispell-version): Force standard syntax table.
Karl Heuer [Wed, 18 Jan 1995 20:00:08 +0000 (20:00 +0000)]
(check-ispell-version): Force standard syntax table.

30 years ago(remote-compile): Use new global remote-shell-program.
Karl Heuer [Wed, 18 Jan 1995 19:47:52 +0000 (19:47 +0000)]
(remote-compile): Use new global remote-shell-program.

30 years ago(rsh): Use new global remote-shell-program.
Karl Heuer [Wed, 18 Jan 1995 19:47:32 +0000 (19:47 +0000)]
(rsh): Use new global remote-shell-program.

30 years ago(ange-ftp-gateway-program, ange-ftp-shell-command): Use new global
Karl Heuer [Wed, 18 Jan 1995 19:46:22 +0000 (19:46 +0000)]
(ange-ftp-gateway-program, ange-ftp-shell-command): Use new global
remote-shell-program.

30 years ago(remote-shell-program): New var.
Karl Heuer [Wed, 18 Jan 1995 19:46:00 +0000 (19:46 +0000)]
(remote-shell-program): New var.

30 years ago* etags.c (longopts, print_help, main): Use -I as abbreviation
Francesco Potortì [Wed, 18 Jan 1995 10:14:19 +0000 (10:14 +0000)]
* etags.c (longopts, print_help, main): Use -I as abbreviation
for the --ignore-indentation option.
(main): Do not print an error message for unknown options.

30 years ago(gud-gdb-find-file): Propagate debug menu to found buffers.
Richard M. Stallman [Wed, 18 Jan 1995 04:51:29 +0000 (04:51 +0000)]
(gud-gdb-find-file): Propagate debug menu to found buffers.
(gud-dbx-find-file, gud-xdb-find-file, gud-sdb-find-file, gud-perldb-find-file):
Likewise.
(gud-menu-map): New variable.
(gud-mode): Use gud-menu-map and move the menu-setting outside.

30 years ago(dbx): Fix missing cast of $curline for Irix.
Richard M. Stallman [Tue, 17 Jan 1995 22:31:45 +0000 (22:31 +0000)]
(dbx): Fix missing cast of $curline for Irix.
(gud-irixdbx-marker-filter): Make $curline cast consistent with the others.

30 years ago(pascal-mode-map, pascal-outline-map):
Richard M. Stallman [Tue, 17 Jan 1995 20:53:31 +0000 (20:53 +0000)]
(pascal-mode-map, pascal-outline-map):
C-c C-b now inserts block.  C-c C-d does goto-defun.
`#' calls on electric-pascal-hash.
(pascal-calculate-indent, pascal-indent-alist)
(electric-pascal-tab, pascal-indent-case):
Better handling of indent within case.  Support for CPP.
The `;' in the last statement of a subblock may be omitted.
(electric-pascal-hash): New function.

30 years agoMake sure the event read by comint-dynamic-list-completions isn't
Simon Marshall [Tue, 17 Jan 1995 10:33:24 +0000 (10:33 +0000)]
Make sure the event read by comint-dynamic-list-completions isn't
something like a switch-frame event before running
mouse-choose-completion.

30 years ago(command-line-1): Handle -f with kbd macro.
Richard M. Stallman [Tue, 17 Jan 1995 02:33:49 +0000 (02:33 +0000)]
(command-line-1): Handle -f with kbd macro.

30 years ago(list_buffers_1, Flist_buffers): Functions deleted.
Richard M. Stallman [Tue, 17 Jan 1995 02:33:24 +0000 (02:33 +0000)]
(list_buffers_1, Flist_buffers): Functions deleted.

30 years ago(message_dolog): Ignore narrowing.
Karl Heuer [Tue, 17 Jan 1995 02:29:16 +0000 (02:29 +0000)]
(message_dolog): Ignore narrowing.
Use low-level functions, to bypass modification and motion hooks.

30 years ago(redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use window
Karl Heuer [Tue, 17 Jan 1995 01:52:22 +0000 (01:52 +0000)]
(redisplay, redisplay_window, display_mode_line, decode_mode_spec): Use window
field column_number_displayed instead of a global flag.

30 years ago(struct window): New member column_number_displayed.
Karl Heuer [Tue, 17 Jan 1995 01:51:57 +0000 (01:51 +0000)]
(struct window): New member column_number_displayed.

30 years ago(write_glyphs, insert_glyphs): Call checkmagic.
Karl Heuer [Tue, 17 Jan 1995 00:18:55 +0000 (00:18 +0000)]
(write_glyphs, insert_glyphs): Call checkmagic.

30 years agoDeclare checkmagic.
Karl Heuer [Tue, 17 Jan 1995 00:18:36 +0000 (00:18 +0000)]
Declare checkmagic.

30 years ago(cmcheckmagic): New function.
Karl Heuer [Tue, 17 Jan 1995 00:18:20 +0000 (00:18 +0000)]
(cmcheckmagic): New function.

30 years ago(calendar): Doc fix.
Karl Heuer [Mon, 16 Jan 1995 22:59:42 +0000 (22:59 +0000)]
(calendar): Doc fix.

30 years ago(standard-display-ascii): Doc fix. Allow use with X.
Karl Heuer [Mon, 16 Jan 1995 22:57:31 +0000 (22:57 +0000)]
(standard-display-ascii): Doc fix.  Allow use with X.

30 years ago(iso-aggressive-german-trans-tab): Doc fix.
Karl Heuer [Mon, 16 Jan 1995 22:48:03 +0000 (22:48 +0000)]
(iso-aggressive-german-trans-tab): Doc fix.
(iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Doc fix.

30 years ago(kbd_buffer_store_event): Cast arg of bcopy.
Richard M. Stallman [Mon, 16 Jan 1995 06:48:15 +0000 (06:48 +0000)]
(kbd_buffer_store_event): Cast arg of bcopy.

30 years ago(r_alloc_init): Remove unused variable END.
Roland McGrath [Sun, 15 Jan 1995 13:04:55 +0000 (13:04 +0000)]
(r_alloc_init): Remove unused variable END.

30 years ago(vc-do-command): Use set-buffer-modified-p instead of not-modified.
Roland McGrath [Sun, 15 Jan 1995 11:00:38 +0000 (11:00 +0000)]
(vc-do-command): Use set-buffer-modified-p instead of not-modified.

30 years ago(not-modified): Doc fix.
Roland McGrath [Sun, 15 Jan 1995 10:59:20 +0000 (10:59 +0000)]
(not-modified): Doc fix.

30 years ago(etags-tags-completion-table): Don't let match string contain a \177.
Roland McGrath [Sun, 15 Jan 1995 09:43:29 +0000 (09:43 +0000)]
(etags-tags-completion-table): Don't let match string contain a \177.

30 years ago(vc-directory): Prompt for a directory, not a file.
Karl Heuer [Sat, 14 Jan 1995 03:10:53 +0000 (03:10 +0000)]
(vc-directory): Prompt for a directory, not a file.

30 years ago(Fpurecopy): Mask size field when copying pseudovector.
Karl Heuer [Sat, 14 Jan 1995 02:19:32 +0000 (02:19 +0000)]
(Fpurecopy): Mask size field when copying pseudovector.

30 years agoDeclare Qrear_nonsticky.
Richard M. Stallman [Fri, 13 Jan 1995 08:45:30 +0000 (08:45 +0000)]
Declare Qrear_nonsticky.

30 years ago(Vuse_hard_newlines): New variable.
Richard M. Stallman [Fri, 13 Jan 1995 08:45:07 +0000 (08:45 +0000)]
(Vuse_hard_newlines): New variable.
(Fnewline): If use_hard_newlines is on, mark inserted
newline(s) with `hard' property, marked rear-nonsticky.

30 years ago(forward-paragraph): Notice use-hard-newlines value.
Richard M. Stallman [Fri, 13 Jan 1995 08:44:43 +0000 (08:44 +0000)]
(forward-paragraph): Notice use-hard-newlines value.
(looking-at-hard): New function.
(paragraph-start, paragraph-separate): Doc fix.

30 years ago(fill-region-as-paragraph): Don't modify newline
Richard M. Stallman [Fri, 13 Jan 1995 08:44:26 +0000 (08:44 +0000)]
(fill-region-as-paragraph): Don't modify newline
at end of paragraph, to make sure text-properties are preserved.
(fill-paragraph): Call fill-region, not fill-region-as-paragraph,
to avoid clobbering paragraph-internal hard-newlines.
(fill-region): If use-hard-newlines is on, divide into
"paragraphs" by breaking at every hard newline, temporarily
ignoring paragraph-start.

30 years ago(open-line, split-line, next-line): Use `newline'
Richard M. Stallman [Fri, 13 Jan 1995 08:43:40 +0000 (08:43 +0000)]
(open-line, split-line, next-line): Use `newline'
function to insert newline so it will be marked hard if appropriate.
(indent-new-comment-line): Use `newline' function, unless called
with (new) argument.
(do-auto-fill): Call indent-new-comment-line with argument to
make newline soft.

30 years ago(list-buffers): Fix previous change.
Richard M. Stallman [Fri, 13 Jan 1995 08:25:52 +0000 (08:25 +0000)]
(list-buffers): Fix previous change.

30 years agoFix previous change.
Richard M. Stallman [Fri, 13 Jan 1995 08:24:35 +0000 (08:24 +0000)]
Fix previous change.

30 years ago(list-buffers): New function.
Richard M. Stallman [Fri, 13 Jan 1995 08:14:25 +0000 (08:14 +0000)]
(list-buffers): New function.
(ctl-x-map): Define C-x C-b to list-buffers.

30 years ago(printchar, strout): Call message_dolog.
Karl Heuer [Fri, 13 Jan 1995 02:22:54 +0000 (02:22 +0000)]
(printchar, strout): Call message_dolog.

30 years agoDeclare message_dolog.
Karl Heuer [Fri, 13 Jan 1995 02:22:37 +0000 (02:22 +0000)]
Declare message_dolog.

30 years ago(message_log_need_newline): New var.
Karl Heuer [Fri, 13 Jan 1995 02:22:14 +0000 (02:22 +0000)]
(message_log_need_newline): New var.
(message_dolog): New function, extracted from message2.

30 years ago(easy-menu-define): Doc fix.
Karl Heuer [Fri, 13 Jan 1995 00:35:28 +0000 (00:35 +0000)]
(easy-menu-define): Doc fix.

30 years agoDon't allow MARKBIT and DONT_COPY_FLAG to be the same bit.
Karl Heuer [Fri, 13 Jan 1995 00:02:43 +0000 (00:02 +0000)]
Don't allow MARKBIT and DONT_COPY_FLAG to be the same bit.