bpt/emacs.git
22 years ago(unload_color): Do nothing if PIXEL is -1.
Gerd Moellmann [Tue, 10 Jul 2001 12:20:02 +0000 (12:20 +0000)]
(unload_color): Do nothing if PIXEL is -1.

22 years ago(Fx_create_frame): Initialize frame colors to -1,
Gerd Moellmann [Tue, 10 Jul 2001 12:19:10 +0000 (12:19 +0000)]
(Fx_create_frame): Initialize frame colors to -1,
for the case that x_decode_colors signals an error.

22 years agoFix a typo.
Gerd Moellmann [Tue, 10 Jul 2001 10:46:53 +0000 (10:46 +0000)]
Fix a typo.

22 years ago(add_to_log): Do nothing if called asynchronously.
Gerd Moellmann [Tue, 10 Jul 2001 10:44:40 +0000 (10:44 +0000)]
(add_to_log): Do nothing if called asynchronously.

22 years agoFix the header line and the copyright years.
Eli Zaretskii [Tue, 10 Jul 2001 08:14:32 +0000 (08:14 +0000)]
Fix the header line and the copyright years.

22 years ago(toplevel): Include <signal.h> and "syssignal.h".
Gerd Moellmann [Mon, 9 Jul 2001 17:15:48 +0000 (17:15 +0000)]
(toplevel): Include <signal.h> and "syssignal.h".
(vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO
around ioctls.

22 years ago(ad-make-advised-definition): If the
Gerd Moellmann [Mon, 9 Jul 2001 13:06:36 +0000 (13:06 +0000)]
(ad-make-advised-definition): If the
original definition has an interactive form, but is Elp
instrumented, use the interactive form of the function called by
elp-wrapper.

22 years ago(winner-equal): Make it a defun. Don't compare Winner
Gerd Moellmann [Mon, 9 Jul 2001 12:14:45 +0000 (12:14 +0000)]
(winner-equal): Make it a defun.  Don't compare Winner
configurations with compare-window-configuration; they aren't
window configurations.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 9 Jul 2001 11:06:29 +0000 (11:06 +0000)]
*** empty log message ***

22 years agoCleaned up.
Gerd Moellmann [Mon, 9 Jul 2001 10:54:37 +0000 (10:54 +0000)]
Cleaned up.
From Luis Fernandes <elf@ee.ryerson.ca>.

22 years ago(ange-ftp-file-modtime): Check a 213 response
Gerd Moellmann [Mon, 9 Jul 2001 08:58:38 +0000 (08:58 +0000)]
(ange-ftp-file-modtime): Check a 213 response
from the server for the format we expect.  Don't use it if it
doesn't look like what the Internet draft for FTP extensions
specifies.

22 years agoExtended the kludge to interoperate with the
Stefan Monnier [Mon, 9 Jul 2001 00:49:22 +0000 (00:49 +0000)]
Extended the kludge to interoperate with the
delsel and pending-del packages wrt to the new function
`c-electric-delete-forward'.

22 years ago(define-minor-mode): Use eval-after-load
Stefan Monnier [Sun, 8 Jul 2001 22:58:10 +0000 (22:58 +0000)]
(define-minor-mode): Use eval-after-load
to delay the call to <mode> for global minor modes.
(easy-mmode-define-navigation): Only recenter if interactive.

22 years agoC-u TAB works only in certain modes.
Richard M. Stallman [Sun, 8 Jul 2001 16:46:00 +0000 (16:46 +0000)]
C-u TAB works only in certain modes.

22 years agoExplain more clearly what it takes to make a customization permanent.
Richard M. Stallman [Sun, 8 Jul 2001 16:45:01 +0000 (16:45 +0000)]
Explain more clearly what it takes to make a customization permanent.

Explain global vs local minor modes first thing, then list the modes.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 6 Jul 2001 16:51:41 +0000 (16:51 +0000)]
*** empty log message ***

22 years agoIfdef away the test for !HAVE_MKTIME, to avoid parse
Eli Zaretskii [Fri, 6 Jul 2001 16:50:29 +0000 (16:50 +0000)]
Ifdef away the test for !HAVE_MKTIME, to avoid parse
error in "gcc -E -traditional" with GCC 3.0.

22 years ago(syms_of_dosfns): Add \n\ at the end of a line in the
Eli Zaretskii [Fri, 6 Jul 2001 16:47:26 +0000 (16:47 +0000)]
(syms_of_dosfns): Add \n\ at the end of a line in the
doc string line for dos-timezone-offset.

22 years ago(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
Eli Zaretskii [Fri, 6 Jul 2001 15:38:42 +0000 (15:38 +0000)]
(syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.

22 years ago(lisp-mode-shared-map): Bind TAB
Gerd Moellmann [Fri, 6 Jul 2001 15:33:36 +0000 (15:33 +0000)]
(lisp-mode-shared-map): Bind TAB
to lisp-indent-line.

22 years ago(do_visible_bell): Add \n\ at the end of each line of
Eli Zaretskii [Fri, 6 Jul 2001 15:31:47 +0000 (15:31 +0000)]
(do_visible_bell): Add \n\ at the end of each line of
inline assembly, to avoid compiler warnings.
(syms_of_msdos): Add \n\ at the end of a doc string line for
dos-unsupported-char-glyph.

22 years ago(ange-ftp-file-modtime): Ignore 226 responses
Gerd Moellmann [Fri, 6 Jul 2001 14:03:09 +0000 (14:03 +0000)]
(ange-ftp-file-modtime): Ignore 226 responses
from the server.  Call encode-time only when we are sure that we
got a 213 response.

22 years ago(rmail-reply): Remove misleading comment.
Gerd Moellmann [Fri, 6 Jul 2001 11:41:47 +0000 (11:41 +0000)]
(rmail-reply): Remove misleading comment.

22 years ago(Visiting, File Names): Mention that completion ignores some file names,
Eli Zaretskii [Fri, 6 Jul 2001 11:00:50 +0000 (11:00 +0000)]
(Visiting, File Names): Mention that completion ignores some file names,
and add a cross-reference to Completion Options, where this is documented.

22 years ago(mail-specify-envelope-from): Doc fix.
Gerd Moellmann [Fri, 6 Jul 2001 10:31:11 +0000 (10:31 +0000)]
(mail-specify-envelope-from): Doc fix.
(mail-envelope-from): New user option.
(sendmail-send-it): Use it.

22 years agoAdd mail-envelope-from.
Gerd Moellmann [Fri, 6 Jul 2001 10:30:12 +0000 (10:30 +0000)]
Add mail-envelope-from.

22 years ago(rmail-reply): Don't forget to narrow header in
Gerd Moellmann [Fri, 6 Jul 2001 10:04:07 +0000 (10:04 +0000)]
(rmail-reply): Don't forget to narrow header in
MIME-mode.

22 years ago(rmail-output): Fix duplicate MIME-Version:
Gerd Moellmann [Fri, 6 Jul 2001 10:03:25 +0000 (10:03 +0000)]
(rmail-output): Fix duplicate MIME-Version:
field problem with MIME-mode.

(rmail-output): Fix bug in MIME-mode.

22 years agoUse locale dependant date to print date in header. Doc
Gerd Moellmann [Fri, 6 Jul 2001 09:59:25 +0000 (09:59 +0000)]
Use locale dependant date to print date in header.  Doc
fix.
(ps-print-version): New version number (6.5.3).
(ps-right-header, ps-right-footer): Initialization and doc fix.
(ps-time-stamp-locale-default): New fun.

22 years ago(mode-line-mule-info): Don't show the tip with
Eli Zaretskii [Fri, 6 Jul 2001 09:44:26 +0000 (09:44 +0000)]
(mode-line-mule-info): Don't show the tip with
buffer-file-coding-system if that is nil.

22 years agoproperly mark Attic files as deleted
Ken Raeburn [Fri, 6 Jul 2001 08:41:36 +0000 (08:41 +0000)]
properly mark Attic files as deleted

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 5 Jul 2001 14:08:30 +0000 (14:08 +0000)]
*** empty log message ***

22 years agoInclude Emacs' header files with #include "...".
Gerd Moellmann [Thu, 5 Jul 2001 14:07:53 +0000 (14:07 +0000)]
Include Emacs' header files with #include "...".

22 years ago(todo-top-priorities): Use delete-region
Gerd Moellmann [Thu, 5 Jul 2001 13:51:17 +0000 (13:51 +0000)]
(todo-top-priorities): Use delete-region
instead of kill-line.

22 years agoFix first line. From Pavel Jan\e,Bm\e(Bk
Gerd Moellmann [Thu, 5 Jul 2001 13:38:38 +0000 (13:38 +0000)]
Fix first line.  From Pavel Jan\e,Bm\e(Bk
<Pavel@Janik.cz>.

22 years ago(battery-update): Add help-echo.
Gerd Moellmann [Thu, 5 Jul 2001 13:36:03 +0000 (13:36 +0000)]
(battery-update): Add help-echo.
From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.

22 years ago(specbind): Additionally record the buffer that was
Gerd Moellmann [Thu, 5 Jul 2001 09:25:36 +0000 (09:25 +0000)]
(specbind): Additionally record the buffer that was
current when a buffer-local or frame-local variable was bound.

22 years agoChange comment.
Gerd Moellmann [Thu, 5 Jul 2001 09:24:35 +0000 (09:24 +0000)]
Change comment.

22 years ago(vc-cvs-stay-local): doc fix.
Stefan Monnier [Wed, 4 Jul 2001 15:51:18 +0000 (15:51 +0000)]
(vc-cvs-stay-local): doc fix.

22 years agoMinor change.
Richard M. Stallman [Wed, 4 Jul 2001 11:33:12 +0000 (11:33 +0000)]
Minor change.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 4 Jul 2001 09:54:35 +0000 (09:54 +0000)]
*** empty log message ***

22 years ago(sendmail-send-it): Look at `sendmail-program'
Gerd Moellmann [Wed, 4 Jul 2001 09:54:15 +0000 (09:54 +0000)]
(sendmail-send-it): Look at `sendmail-program'
in caller buffer.

22 years ago(nnheader-init-server-buffer): Make sure the
Gerd Moellmann [Wed, 4 Jul 2001 09:40:50 +0000 (09:40 +0000)]
(nnheader-init-server-buffer): Make sure the
*nntpd* buffer is made multibyte instead of a random buffer.

22 years ago(c-font-lock-keywords-3): When matching something
Gerd Moellmann [Wed, 4 Jul 2001 09:17:34 +0000 (09:17 +0000)]
(c-font-lock-keywords-3): When matching something
like `struct X Y', finish with point after Y.

22 years ago(x_produce_glyphs): Don't convert multibyte characters
Gerd Moellmann [Wed, 4 Jul 2001 07:42:36 +0000 (07:42 +0000)]
(x_produce_glyphs): Don't convert multibyte characters
to unibyte characters in unibyte buffers.

22 years agoClarify what's the problem with KDE's klipper applet.
Gerd Moellmann [Wed, 4 Jul 2001 07:21:27 +0000 (07:21 +0000)]
Clarify what's the problem with KDE's klipper applet.

22 years agoFix several typos.
Gerd Moellmann [Wed, 4 Jul 2001 06:22:15 +0000 (06:22 +0000)]
Fix several typos.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 3 Jul 2001 15:41:14 +0000 (15:41 +0000)]
*** empty log message ***

22 years ago(specbind): If SYMBOL has a frame-local binding, record
Gerd Moellmann [Tue, 3 Jul 2001 15:30:06 +0000 (15:30 +0000)]
(specbind): If SYMBOL has a frame-local binding, record
the frame on the binding stack.  Change format of entries for
local bindings on the binding stack to '(SYMBOL . WHERE)'.
(unbind_to): Handle unbinding a frame-local variable.

22 years agoImprove comment.
Gerd Moellmann [Tue, 3 Jul 2001 15:28:40 +0000 (15:28 +0000)]
Improve comment.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 3 Jul 2001 13:03:45 +0000 (13:03 +0000)]
*** empty log message ***

22 years ago(ff-find-the-other-file): Use file-name-nondirectory
Eli Zaretskii [Tue, 3 Jul 2001 13:02:55 +0000 (13:02 +0000)]
(ff-find-the-other-file): Use file-name-nondirectory
instead of string-match to find the basename of the file.  From
Pascal Obry <p.obry@wanadoo.fr>.

22 years ago(browse-url-default-windows-browser): Support
Eli Zaretskii [Tue, 3 Jul 2001 12:41:58 +0000 (12:41 +0000)]
(browse-url-default-windows-browser): Support
the MS-DOS port when it runs on Windows.
(browse-url-browser-function) [ms-dos]: Default to
browse-url-default-windows-browser.

22 years ago(locate-library): Enable code that looks for compressed
Eli Zaretskii [Tue, 3 Jul 2001 12:39:17 +0000 (12:39 +0000)]
(locate-library): Enable code that looks for compressed
libraries if auto-compression-mode is on.

22 years agoFix the header line, for finder.el. Suggested by
Eli Zaretskii [Tue, 3 Jul 2001 12:30:34 +0000 (12:30 +0000)]
Fix the header line, for finder.el.  Suggested by
Pavel Janik <Pavel@Janik.cz>

22 years agoImprove a comment.
Gerd Moellmann [Tue, 3 Jul 2001 10:30:08 +0000 (10:30 +0000)]
Improve a comment.

22 years ago(compute_line_metrics): On ttys, subtract continuation
Gerd Moellmann [Tue, 3 Jul 2001 10:29:22 +0000 (10:29 +0000)]
(compute_line_metrics): On ttys, subtract continuation
glyphs and truncation glyphs at the end of a row from its pixel
width.
(dump_glyph_row): Print row's continuation_lines_width.
(try_window_id): Take the shortcut if ZV is visible in the
window, but there are actually no changes at ZV.

22 years agoClarify when it's good to update a tags table and why.
Richard M. Stallman [Mon, 2 Jul 2001 21:24:10 +0000 (21:24 +0000)]
Clarify when it's good to update a tags table and why.

22 years ago(Info-clone-buffer-hook): Really unconditionally copy marker.
Stefan Monnier [Mon, 2 Jul 2001 19:20:25 +0000 (19:20 +0000)]
(Info-clone-buffer-hook): Really unconditionally copy marker.

22 years agoFix a typo.
Eli Zaretskii [Mon, 2 Jul 2001 15:22:16 +0000 (15:22 +0000)]
Fix a typo.

22 years ago(cl-do-arglist): Revert change of
Gerd Moellmann [Mon, 2 Jul 2001 15:19:07 +0000 (15:19 +0000)]
(cl-do-arglist): Revert change of
2000-10-15.

22 years ago(x_free_dpy_colors): Add prototype.
Gerd Moellmann [Mon, 2 Jul 2001 12:44:09 +0000 (12:44 +0000)]
(x_free_dpy_colors): Add prototype.

22 years ago* xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
Gerd Moellmann [Mon, 2 Jul 2001 12:42:56 +0000 (12:42 +0000)]
* xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
right number of arguments.

* xterm.c (x_list_fonts): Make sure XFreeFont is called
with input blocked.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 2 Jul 2001 11:51:56 +0000 (11:51 +0000)]
*** empty log message ***

22 years ago(tags): Depend on $(lwlibdir)/TAGS.
Gerd Moellmann [Mon, 2 Jul 2001 11:51:38 +0000 (11:51 +0000)]
(tags): Depend on $(lwlibdir)/TAGS.
($(lwlibdir)TAGS): New target.
(TAGS): Fix depedency list.

22 years ago(gnus-local-domain): Removed because unused.
Gerd Moellmann [Mon, 2 Jul 2001 11:24:39 +0000 (11:24 +0000)]
(gnus-local-domain): Removed because unused.

22 years agoFix the header line, so that finder.el recognizes it.
Eli Zaretskii [Mon, 2 Jul 2001 10:47:46 +0000 (10:47 +0000)]
Fix the header line, so that finder.el recognizes it.

22 years ago(lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>.
Eli Zaretskii [Mon, 2 Jul 2001 10:43:55 +0000 (10:43 +0000)]
(lm-header-prefix): Doc fix.  From Pavel Janik <Pavel@Janik.cz>.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 2 Jul 2001 10:36:44 +0000 (10:36 +0000)]
*** empty log message ***

22 years ago(x_list_fonts): Make sure XFreeFont is called
Gerd Moellmann [Mon, 2 Jul 2001 09:21:08 +0000 (09:21 +0000)]
(x_list_fonts): Make sure XFreeFont is called
with input blocked.

22 years agoDon't include data bigger than 500,000 bytes directly in the bug
Richard M. Stallman [Sat, 30 Jun 2001 15:57:31 +0000 (15:57 +0000)]
Don't include data bigger than 500,000 bytes directly in the bug
report.

22 years ago(main): Remove extern declaration for sys_nerr, which
Gerd Moellmann [Fri, 29 Jun 2001 22:09:24 +0000 (22:09 +0000)]
(main): Remove extern declaration for sys_nerr, which
isn't used and causes a compilation error with GCC 3.0 on
FreeBSD 4.3.

22 years ago(x-colors): Add colors from the recent rgb.txt file.
Eli Zaretskii [Fri, 29 Jun 2001 18:26:53 +0000 (18:26 +0000)]
(x-colors): Add colors from the recent rgb.txt file.

22 years agoMake last change compatible with XEmacs. From Christoph Wedler
Eli Zaretskii [Fri, 29 Jun 2001 18:09:44 +0000 (18:09 +0000)]
Make last change compatible with XEmacs.  From Christoph Wedler
<christoph.wedler@sap.com>.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 29 Jun 2001 17:57:36 +0000 (17:57 +0000)]
*** empty log message ***

22 years agoMinor clarifications. Explain how to use imenu-sort-function.
Richard M. Stallman [Fri, 29 Jun 2001 17:53:41 +0000 (17:53 +0000)]
Minor clarifications.  Explain how to use imenu-sort-function.
Fix name of imenu-add-menubar-index.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 29 Jun 2001 17:51:51 +0000 (17:51 +0000)]
*** empty log message ***

22 years ago(bdf-directory-list): Use the value relative to
Eli Zaretskii [Fri, 29 Jun 2001 17:50:27 +0000 (17:50 +0000)]
(bdf-directory-list): Use the value relative to
installation-directory for MS-Windows as well.

22 years ago(widget-color-sample-face-get): Return ((foreground-color . COLOR))
Richard M. Stallman [Fri, 29 Jun 2001 17:50:05 +0000 (17:50 +0000)]
(widget-color-sample-face-get): Return ((foreground-color . COLOR))
instead of constructing a face.

22 years ago(region): Change the background color for the
Eli Zaretskii [Fri, 29 Jun 2001 17:40:38 +0000 (17:40 +0000)]
(region): Change the background color for the
light-background color display to lightgoldenrod2, to make it
visible on some laptops.

22 years agoAdd fns.el, which is produced on MS-DOS instead of fns-*.el.
Eli Zaretskii [Fri, 29 Jun 2001 16:42:52 +0000 (16:42 +0000)]
Add fns.el, which is produced on MS-DOS instead of fns-*.el.

22 years agoExplain purpose of mode hooks.
Richard M. Stallman [Fri, 29 Jun 2001 03:23:32 +0000 (03:23 +0000)]
Explain purpose of mode hooks.
Xref to Tags from Imenu.
Don't use "sections or definitions" in Imenu.
Cindex "pretty printer".
Mention LINEFEED.
Explain uses of values of lisp-indent-function.
Explain why C-M-DEL is sometimes not available.
Doc values of hs-isearch-open.
Minor cleanups.

22 years agoExplain why don't mail a core dump.
Richard M. Stallman [Fri, 29 Jun 2001 03:20:46 +0000 (03:20 +0000)]
Explain why don't mail a core dump.

22 years agoGet rid of inexplicable @t's in values of paragraph-start and
Richard M. Stallman [Fri, 29 Jun 2001 03:19:40 +0000 (03:19 +0000)]
Get rid of inexplicable @t's in values of paragraph-start and
paragraph-separate and page-delimiter.

Say C-x C-p activates the mark.

Prevent break inside `level-1'.

Clean up presentation of items within M-C-Mouse-1.

Minor changes.

22 years ago(rmail-reformat-message): Bind inhibit-read-only to t.
Richard M. Stallman [Fri, 29 Jun 2001 03:17:10 +0000 (03:17 +0000)]
(rmail-reformat-message): Bind inhibit-read-only to t.
(rmail-msg-restore-non-pruned-header): Likewise.
If point was in the old pruned header, put it at the top.
(rmail-msg-prune-header): If point was at the top, keep it there.

(rmail-narrow-to-non-pruned-header): New function.
(rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 29 Jun 2001 03:16:15 +0000 (03:16 +0000)]
*** empty log message ***

22 years ago(Info-clone-buffer-hook): Unconditionally copy marker.
Stefan Monnier [Thu, 28 Jun 2001 21:17:27 +0000 (21:17 +0000)]
(Info-clone-buffer-hook): Unconditionally copy marker.

22 years agoUpdate maintainer email address.
Karl Fogel [Thu, 28 Jun 2001 16:31:51 +0000 (16:31 +0000)]
Update maintainer email address.

22 years agoAdd entry for saveplace.el change of 2001-04-19. The change to
Karl Fogel [Thu, 28 Jun 2001 16:31:01 +0000 (16:31 +0000)]
Add entry for saveplace.el change of 2001-04-19.  The change to
saveplace.el was committed then, but I forgot to commit the new
ChangeLog entry along with it.

22 years ago(uniquify-rationalize-file-buffer-names): Undo previous change.
Francesco Potortì [Wed, 27 Jun 2001 17:48:40 +0000 (17:48 +0000)]
(uniquify-rationalize-file-buffer-names): Undo previous change.

22 years ago*** empty log message ***
Francesco Potortì [Wed, 27 Jun 2001 17:47:29 +0000 (17:47 +0000)]
*** empty log message ***

22 years ago(EmacsFrameSetCharSize): Turn off atimers and block
Gerd Moellmann [Wed, 27 Jun 2001 17:16:23 +0000 (17:16 +0000)]
(EmacsFrameSetCharSize): Turn off atimers and block
SIGIO around the code where Xt might wait for a
ConfigureNotifyEvent.
(toplevel): Include <signal.h> and syssignal.h.

22 years ago(uniquify-rationalize-file-buffer-names): Do a preliminary quick
Francesco Potortì [Wed, 27 Jun 2001 15:56:51 +0000 (15:56 +0000)]
(uniquify-rationalize-file-buffer-names): Do a preliminary quick
reordering.  Can speed things up dramatically.

22 years ago*** empty log message ***
Francesco Potortì [Wed, 27 Jun 2001 15:56:21 +0000 (15:56 +0000)]
*** empty log message ***

22 years ago(vox_configure, vox_close): Turn off atimers
Gerd Moellmann [Wed, 27 Jun 2001 09:23:06 +0000 (09:23 +0000)]
(vox_configure, vox_close): Turn off atimers
around ioctls.

22 years ago(dired-get-filename): A file name starting with ~
Richard M. Stallman [Tue, 26 Jun 2001 17:10:56 +0000 (17:10 +0000)]
(dired-get-filename): A file name starting with ~
is not absolute in this context.

22 years ago*** empty log message ***
Richard M. Stallman [Tue, 26 Jun 2001 17:10:40 +0000 (17:10 +0000)]
*** empty log message ***

22 years agoMajor rewrite. Sections Tags, Emerge, Change Log and Authors
Richard M. Stallman [Tue, 26 Jun 2001 13:43:32 +0000 (13:43 +0000)]
Major rewrite.  Sections Tags, Emerge, Change Log and Authors
moved to maintaining.texi.  Some sections reordered.

Node Misc for Programs moved to just before the language-specific sections.

New node Defuns contains an intro plus the old
Defuns node (now renamed Moving by Defuns)
as well as Imenu, Which Function, and a node
Left Margin Paren to explain the convention about this.

New node Parentheses now documents M-x check-parens.
It contains subnodes Expressions, Moving by Parens, and Matching.
Expressions and Moving by Parens contain the material
formerly in Lists and List Commands, but divided up differently.
The section Balanced Editing has been deleted.

Most of the C indentation customization (all except c-set-style),
has been replaced with a reference to the C Modes manual.

Documentation now is divided into three subsections.

Some rewrites in the Program Indent section about
C-u TAB and C-M-q.

22 years agoFix mistakes in @node Emerge.
Richard M. Stallman [Tue, 26 Jun 2001 13:34:50 +0000 (13:34 +0000)]
Fix mistakes in @node Emerge.

22 years agoFix previous change.
Richard M. Stallman [Tue, 26 Jun 2001 13:34:22 +0000 (13:34 +0000)]
Fix previous change.