Dan Nicolaescu [Wed, 16 Jul 2008 15:27:04 +0000 (15:27 +0000)]
* m/m68k.h (linux): Use GNU_LINUX instead.
Remove boilerplate comments.
* m/intel386.h: Undo reactoring from previous change.
(LIB_STANDARD): All systems that define USG define LIB_STANDARD
too, remove dead code.
(linux): Use GNU_LINUX instead.
* s/gnu-linux.h (TERM): Remove support.
(HAVE_SYSVIPC): Remove, unused.
(A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Remove, not used
for this system.
* process.c: Remove support for IRIS, unused.
Remove support for TERM, not relevant anymore.
* unexalpha.c (DEFAULT_ENTRY_ADDRESS): Remove, replace the only
used with the definition.
* s/aix4-2.h (static): Do not undef.
* m/ibmrs6000.h: Remove code depending on USG5_4, this file is
only used on Aix.
(HAVE_SYSVIPC): Remove, unused.
* m/hp800.h (CANNOT_DUMP): Do not undef.
* m/alpha.h: Fix comment.
* s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
(USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
used by this configuration.
* emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
* unexec.c: Remove code depending on HPUX and
USG_SHARED_LIBRARIES, not used with this file. Remove code
depending on IRIS, unused. Remove if 0-ed code.
(with_kerberos, with_kerberos5, with_hesiod):
Fix tests for OPTION_DEFAULT_OFF (variables never unset).
(with_carbon): Remove dead code, since OPTION_DEFAULT_OFF means never unset.
Dan Nicolaescu [Wed, 16 Jul 2008 07:53:39 +0000 (07:53 +0000)]
* s/usg5-4.h (HAVE_SYSVIPC): Remove, unused.
(USG_SHARED_LIBRARIES): Remove, only used in unexec.c which is not
used by this configuration.
* emacs.c: Remove code depending on USG_SHARED_LIBRARIES.
* unexec.c: Remove code depending on HPUX and
USG_SHARED_LIBRARIES, not used with this file. Remove code
depending on IRIS, unused. Remove if 0-ed code.
Dan Nicolaescu [Wed, 16 Jul 2008 07:45:52 +0000 (07:45 +0000)]
* sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove
if 0-ed code.
(baud_convert): Don't depend on BAUD_CONVERT, all definitions the
were the same as the default.
* s/vms.h (BAUD_CONVERT): Remove, same as the default.
Remove boilerplate comments.
* s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default.
(HAVE_SYSVIPC): Remove, unused.
(LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore.
Dan Nicolaescu [Wed, 16 Jul 2008 07:42:41 +0000 (07:42 +0000)]
* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
Dan Nicolaescu [Wed, 16 Jul 2008 07:11:19 +0000 (07:11 +0000)]
* m/mips.h: Remove boilerplate comments and code for systems that
do not use this file.
(SIGN_EXTEND_CHAR):
* m/arm.h (SIGN_EXTEND_CHAR): Remove, unused.
* unexmips.c: Remove file, unused.
(cl-do-pop, cl-mapcar-many): Declare for compiler.
(cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
directly. Provide cl before loading cl-macs.
(Exiting): Don't describe text-only terminals as the
default. Describe the new startup screen.
(Exiting): Describe how to kill Emacs first. Change description of
iconification to handle modern window systems.
* entering.texi (Exiting): Don't describe text-only terminals as the
default. Describe the new startup screen.
(Exiting): Describe how to kill Emacs first. Change description of
iconification to handle modern window systems.
(User Input): Rewrite. Describe Emacs' behavior
directly, rather than in the context of ASCII. Move description of
special properties of modifier key to new Modifier Keys node.
(Keys): Copyedit.
(Text Characters): Delete node. Multibyte is the default nowadays, and
the node contents are obsolete.
* commands.texi (User Input): Rewrite. Describe Emacs' behavior
directly, rather than in the context of ASCII. Move description of
special properties of modifier key to new Modifier Keys node.
(Keys): Copyedit.
(Text Characters): Delete node. Multibyte is the default nowadays, and
the node contents are obsolete.
Jason Rumney [Mon, 14 Jul 2008 10:30:56 +0000 (10:30 +0000)]
(x-handle-switch, x-handle-name-switch)
(x-handle-numeric-switch, x-handle-initial-switch)
(x-handle-xrm-switch, x-handle-args, x-handle-display)
(xw-defined-colors, w32-initialize-window-system):
Avoid use of cl pop and push macros.
(Screen): Copyedit. Define "buffer" and "current buffer" early on.
(Point): Copyedit. Relegate historical trivia to a footnote.
(Mode Line): Explain mode-line format more consistently.
(Menu Bar): Copyedit.
* emacs.texi (Intro): Increase conciseness slightly. Remove paragraph
saying that Emacs provides menus and mouse support (which is par for
the course).
* screen.texi (Screen): Copyedit. Define "buffer" and "current buffer"
early on.
(Point): Copyedit. Relegate historical trivia to a footnote.
(Mode Line): Explain mode-line format more consistently.
(Menu Bar): Copyedit.
Michael Albinus [Sun, 13 Jul 2008 15:12:58 +0000 (15:12 +0000)]
* dbus.texi (Receiving Method Calls): Fix description of
`dbus-register-method'.
(Signals): Allow also signal arguments for filtering in
`dbus-register-signal'.
Martin Rudalics [Sun, 13 Jul 2008 07:35:15 +0000 (07:35 +0000)]
(change-log-search-file-name): Use match-string-no-properties.
(change-log-search-tag-name-1, change-log-search-tag-name)
(change-log-goto-source-1, change-log-goto-source): New functions.
(change-log-tag-re, change-log-find-head, change-log-find-tail):
New variables.
(change-log-mode-map): Bind C-c C-c to change-log-goto-source.
Juri Linkov [Sat, 12 Jul 2008 20:41:55 +0000 (20:41 +0000)]
Use more correct IPA characters for English pronunciation.
Add the combining acute accent after the accented vowel in the
Russian example like it is used in dictionaries.
Dan Nicolaescu [Sat, 12 Jul 2008 05:31:23 +0000 (05:31 +0000)]
* syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
always defined as int.
* s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
* s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
* s/gnu-linux.h (HAVE_WAIT_HEADER):
* s/freebsd.h (HAVE_WAIT_HEADER):
* s/bsd-common.h (HAVE_UNION_WAIT):
* s/aix4-2.h (HAVE_WAIT_HEADER):
* m/mips.h (HAVE_UNION_WAIT):
* s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
(COFF, static): Do not define, they are undefined later in the file.
* process.c (update_status): Don't use a union.
(status_convert):
(sigchld_handler): Use int instead of WAITTYPE.