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.
(line-move-visual): Obey goal-column and no-error arg.
(track-eol, temporary-goal-column): Update docstring.
(move-end-of-line, move-beginning-of-line): Bind line-move-visual
to nil.
(line-move-visual): New var.
(line-move-visual): New function.
(line-move): Call line-move-visual.