bpt/emacs.git
19 years ago*** empty log message ***
Kim F. Storm [Thu, 2 Sep 2004 22:55:59 +0000 (22:55 +0000)]
*** empty log message ***

19 years ago(set_cursor_from_row): Look for non-nil `cursor' property
Kim F. Storm [Thu, 2 Sep 2004 22:34:07 +0000 (22:34 +0000)]
(set_cursor_from_row): Look for non-nil `cursor' property
in overlay or text-property strings; set cursor on corresponding
glyph rather than at end of the string.

19 years ago* term/mac-win.el: Add ASCII equivalents for some function keys.
Steven Tamm [Thu, 2 Sep 2004 17:03:16 +0000 (17:03 +0000)]
* term/mac-win.el: Add ASCII equivalents for some function keys.
(mode-line-frame-identification): Sync with x-win.el.
* macfns.c (x_real_positions): Save the current window port and
set a new one before obtaining the global coordinate.  Use
FRAME_MAC_WINDOW.
(x_set_name, x_set_title): Encode title to UTF8.  Use
SetWindowTitleWithCFString.
(Fx_server_version): Get correct OS version.
* macmenu.c (add_menu_item): Remove unused variable `i'.  Don't
let separator items destroy refence constants of other menu items.
* macterm.c (x_update_end): Move SetPortWindowPort to inside
BLOCK_INPUT.
(x_set_offset): Use FRAME_MAC_WINDOW.
* xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
nontext_cursor if it is on a scroll bar.
* s/darwin.h (LIBS_CARBON): New define to specify libraries for
Carbon support.
(LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.  Use
LIBS_CARBON.

19 years ago(LIBS_CARBON): New define to specify libraries for
Steven Tamm [Thu, 2 Sep 2004 17:02:11 +0000 (17:02 +0000)]
(LIBS_CARBON): New define to specify libraries for
Carbon support.
(LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.  Use
LIBS_CARBON.

19 years ago(note_mouse_highlight): Set the mouse pointer shape to
Steven Tamm [Thu, 2 Sep 2004 17:01:20 +0000 (17:01 +0000)]
(note_mouse_highlight): Set the mouse pointer shape to
nontext_cursor if it is on a scroll bar.

19 years ago(x_update_end): Move SetPortWindowPort to inside
Steven Tamm [Thu, 2 Sep 2004 17:00:55 +0000 (17:00 +0000)]
(x_update_end): Move SetPortWindowPort to inside
BLOCK_INPUT.
(x_set_offset): Use FRAME_MAC_WINDOW.

19 years ago(add_menu_item): Remove unused variable `i'. Don't
Steven Tamm [Thu, 2 Sep 2004 17:00:36 +0000 (17:00 +0000)]
(add_menu_item): Remove unused variable `i'.  Don't
let separator items destroy refence constants of other menu items.

19 years ago(x_real_positions): Save the current window port and
Steven Tamm [Thu, 2 Sep 2004 17:00:12 +0000 (17:00 +0000)]
(x_real_positions): Save the current window port and
set a new one before obtaining the global coordinate.  Use
FRAME_MAC_WINDOW.
(x_set_name, x_set_title): Encode title to UTF8.  Use
SetWindowTitleWithCFString.
(Fx_server_version): Get correct OS version.

19 years agoAdd ASCII equivalents for some function keys.
Steven Tamm [Thu, 2 Sep 2004 16:59:18 +0000 (16:59 +0000)]
Add ASCII equivalents for some function keys.
(mode-line-frame-identification): Sync with x-win.el.

19 years agoNew option `grep-highlight-matches'.
Juri Linkov [Thu, 2 Sep 2004 16:40:38 +0000 (16:40 +0000)]
New option `grep-highlight-matches'.

19 years ago(variable-at-point): Try `find-tag-default' when other methods failed.
Juri Linkov [Thu, 2 Sep 2004 16:37:22 +0000 (16:37 +0000)]
(variable-at-point): Try `find-tag-default' when other methods failed.

19 years ago(function-called-at-point): Try `find-tag-default' when other methods failed.
Juri Linkov [Thu, 2 Sep 2004 16:37:01 +0000 (16:37 +0000)]
(function-called-at-point): Try `find-tag-default' when other methods failed.

19 years ago(Info-fontify-node): Don't compute other-tag if Info-hide-note-references=hide.
Juri Linkov [Thu, 2 Sep 2004 16:36:18 +0000 (16:36 +0000)]
(Info-fontify-node): Don't compute other-tag if Info-hide-note-references=hide.

19 years ago(grep-highlight-matches): New defcustom.
Juri Linkov [Thu, 2 Sep 2004 16:35:42 +0000 (16:35 +0000)]
(grep-highlight-matches): New defcustom.
(grep-regexp-alist): Add rule to highlight grep matches.
(grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.

19 years ago(compilation-error-properties): Allow to funcall col and end-col.
Juri Linkov [Thu, 2 Sep 2004 16:35:17 +0000 (16:35 +0000)]
(compilation-error-properties): Allow to funcall col and end-col.
(compilation-mode-font-lock-keywords): Check col and end-col by `integerp'.
(compilation-goto-locus): If end-mk is non-nil in transient mark
mode don't activate the mark (and don't display message in
push-mark), but highlight overlay between mk and end-mk.

19 years ago* xfns.c (x_set_name_internal): New function. Check if we shall call
Jan Djärv [Thu, 2 Sep 2004 16:15:48 +0000 (16:15 +0000)]
* xfns.c (x_set_name_internal): New function.  Check if we shall call
xfree before ENCODE_UTF_8.
(x_set_name, x_set_title): Call x_set_name_internal.

19 years ago*** empty log message ***
Juri Linkov [Thu, 2 Sep 2004 09:46:47 +0000 (09:46 +0000)]
*** empty log message ***

19 years ago(compilation-buffer-name): Compare major
Juri Linkov [Thu, 2 Sep 2004 09:45:31 +0000 (09:45 +0000)]
(compilation-buffer-name): Compare major
mode with second element of compilation-arguments instead of third
to reflect latest changes in compilation-arguments structure.
(recompile): Use global variable `compilation-directory' to get
recent compilation directory only when `recompile' is invoked NOT
in the compilation buffer.  Otherwise, use `default-directory' of
the compilation buffer.

19 years ago(beginning-of-defun, end-of-defun):
Juri Linkov [Thu, 2 Sep 2004 09:43:38 +0000 (09:43 +0000)]
(beginning-of-defun, end-of-defun):
Do not push mark if inhibit-mark-movement is non-nil.

19 years ago(ispell-html-skip-alists): Fix backslashes in docstring.
Juri Linkov [Thu, 2 Sep 2004 09:42:13 +0000 (09:42 +0000)]
(ispell-html-skip-alists): Fix backslashes in docstring.

19 years ago(Other Repeating Search): Mention that Occur mode
Juri Linkov [Thu, 2 Sep 2004 09:37:09 +0000 (09:37 +0000)]
(Other Repeating Search): Mention that Occur mode
supports the next-error functionality.

19 years ago(Compilation Mode): Add a paragraph about rules
Juri Linkov [Thu, 2 Sep 2004 09:36:35 +0000 (09:36 +0000)]
(Compilation Mode): Add a paragraph about rules
for finding the compilation buffer for `next-error'.

19 years ago(Regexp Replace): Add missing backslash to \footnote.
Juri Linkov [Thu, 2 Sep 2004 09:30:26 +0000 (09:30 +0000)]
(Regexp Replace): Add missing backslash to \footnote.

19 years agoRegexp isearch can search through multiple nodes. Add Info-search-backward.
Juri Linkov [Thu, 2 Sep 2004 09:21:20 +0000 (09:21 +0000)]
Regexp isearch can search through multiple nodes.  Add Info-search-backward.

19 years ago* isearch.el (isearch-wrap-function)
Juri Linkov [Wed, 1 Sep 2004 20:35:12 +0000 (20:35 +0000)]
* isearch.el (isearch-wrap-function)
(isearch-push-state-function): New defvars.
(isearch-pop-fun-state): New defsubst.
(isearch-top-state): Call function saved in `isearch-pop-fun-state'.
(isearch-push-state): Set the result of calling
`isearch-push-state-function' to the `isearch-pop-fun-state' field.
(isearch-cancel): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of terminated search.
(isearch-abort): Call `isearch-cancel' instead of its duplicated code.
(isearch-repeat): Call `isearch-wrap-function' if defined.
(isearch-message-prefix): Don't add prefix "over" to the message
for wrapped search if `isearch-wrap-function' is defined.
(isearch-search): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of failed search.

19 years agoRemove ancient Change Log section.
Juri Linkov [Wed, 1 Sep 2004 19:42:58 +0000 (19:42 +0000)]
Remove ancient Change Log section.
(isearch-string, isearch-message-string, isearch-point)
(isearch-success, isearch-forward-flag, isearch-other-end)
(isearch-word, isearch-invalid-regexp, isearch-wrapped)
(isearch-barrier, isearch-within-brackets)
(isearch-case-fold-search): Add suffix `-state' to state-related
defsubsts to avoid name clashes with other function names.

19 years ago(Info-search-whitespace-regexp): Fix backslashes.
Juri Linkov [Wed, 1 Sep 2004 19:29:28 +0000 (19:29 +0000)]
(Info-search-whitespace-regexp): Fix backslashes.
(Info-search): Add new optional arguments for the sake of isearch.
Replace whitespace in Info-search-whitespace-regexp literally.
Add backward search.  Don't call `Info-select-node' if regexp is
found in the same Info node.  Don't add node to Info-history for
wrapped isearch.
(Info-search-backward, Info-isearch-search, Info-isearch-wrap)
(Info-isearch-push-state, Info-isearch-pop-state): New funs.
(Info-mode): Set local variables `isearch-search-fun-function',
`isearch-wrap-function', `isearch-push-state-function',
`search-whitespace-regexp'.

19 years agoAdd `next-error-highlight' and `next-error-highlight-no-select'.
Juri Linkov [Wed, 1 Sep 2004 18:48:19 +0000 (18:48 +0000)]
Add `next-error-highlight' and `next-error-highlight-no-select'.

19 years ago(compilation-goto-locus): Use `next-error' face instead of `region'.
Juri Linkov [Wed, 1 Sep 2004 18:44:35 +0000 (18:44 +0000)]
(compilation-goto-locus): Use `next-error' face instead of `region'.
Set 4-th argument of `move-overlay' to `current-buffer' to move overlay
to different source buffers.  Use new variable `next-error-highlight'.

19 years ago* simple.el (next-error): New defgroup and defface.
Juri Linkov [Wed, 1 Sep 2004 18:41:06 +0000 (18:41 +0000)]
* simple.el (next-error): New defgroup and defface.
(next-error-highlight, next-error-highlight-no-select):
New defcustoms.
(next-error-no-select): Let-bind next-error-highlight to the value
of next-error-highlight-no-select before calling `next-error'.

19 years ago* simple.el (next-error-find-buffer): Move the rule
Juri Linkov [Wed, 1 Sep 2004 17:05:59 +0000 (17:05 +0000)]
* simple.el (next-error-find-buffer): Move the rule
"if current buffer is a next-error capable buffer" after the
rule "if next-error-last-buffer is set to a live buffer".
Simplify to test all rules in one `or'.
(next-error): Doc fix.

19 years ago(next-error, previous-error, first-error)
Juri Linkov [Wed, 1 Sep 2004 16:19:04 +0000 (16:19 +0000)]
(next-error, previous-error, first-error)
(next-error-no-select, previous-error-no-select):
Make arguments optional.

19 years ago*** empty log message ***
Luc Teirlinck [Wed, 1 Sep 2004 00:09:17 +0000 (00:09 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 31 Aug 2004 23:53:10 +0000 (23:53 +0000)]
*** empty log message ***

19 years ago(Basic Keyboard Macro): `apply-macro-to-region-lines' now operates on
Luc Teirlinck [Tue, 31 Aug 2004 23:47:53 +0000 (23:47 +0000)]
(Basic Keyboard Macro): `apply-macro-to-region-lines' now operates on
all lines that begin in the region, rather than on all complete lines
in the region.

19 years ago(apply-macro-to-region-lines): Make it operate on all lines that begin
Luc Teirlinck [Tue, 31 Aug 2004 23:38:53 +0000 (23:38 +0000)]
(apply-macro-to-region-lines): Make it operate on all lines that begin
in the region, rather than on all complete lines in the region.

19 years agoFix typo in last checkin
Jason Rumney [Tue, 31 Aug 2004 22:48:41 +0000 (22:48 +0000)]
Fix typo in last checkin

19 years ago2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
Jason Rumney [Tue, 31 Aug 2004 22:43:26 +0000 (22:43 +0000)]
2004-08-31  NAKAMURA Toshikazu  <nr-tkz@nifty.com>  (tiny change)

* w32fns.c (w32_load_font): If a BDF font is already loaded, do not
reload it.

19 years ago*** empty log message ***
Jason Rumney [Tue, 31 Aug 2004 22:42:35 +0000 (22:42 +0000)]
*** empty log message ***

19 years ago* frames.texi (Drag and drop): Add documentation about
Jan Djärv [Tue, 31 Aug 2004 11:32:03 +0000 (11:32 +0000)]
* frames.texi (Drag and drop): Add documentation about
x-dnd-test-function and x-dnd-known-types.

19 years ago* x-dnd.el (x-dnd-protocol-alist): Document update.
Jan Djärv [Tue, 31 Aug 2004 11:24:10 +0000 (11:24 +0000)]
* x-dnd.el (x-dnd-protocol-alist): Document update.
(x-dnd-known-types): Defcustom it.
(x-dnd-handle-motif): Print message-atom in error message.

19 years agoVarious minor changes in addition to:
Luc Teirlinck [Mon, 30 Aug 2004 22:03:18 +0000 (22:03 +0000)]
Various minor changes in addition to:
(Indentation Commands): Correct description of `indent-relative'.
(Tab Stops): <TAB> is no longer bound to `tab-to-tab-stop' in Text
mode.  The *Tab Stops* buffer uses Overwrite Mode.
(Just Spaces): `untabify' converts sequences of at least two spaces to tabs.

19 years ago* macmenu.c (_widget_value): Added lname and lkey.
Jan Djärv [Mon, 30 Aug 2004 20:32:00 +0000 (20:32 +0000)]
* macmenu.c (_widget_value): Added lname and lkey.
(single_submenu): Set lname and lkey in widget_value
instead of name and key.
(update_submenu_strings): New function.
(set_frame_menubar): Remove call to inhibit_garbage_collection,
call update_submenu_strings.

19 years agoFix typo in comment string.
Jan Djärv [Mon, 30 Aug 2004 20:31:09 +0000 (20:31 +0000)]
Fix typo in comment string.

19 years agoDon't call ENCODE_MENU_STRING on top level menu names, GC may occur.
Jan Djärv [Mon, 30 Aug 2004 20:14:21 +0000 (20:14 +0000)]
Don't call ENCODE_MENU_STRING on top level menu names, GC may occur.

19 years ago* xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
Jan Djärv [Mon, 30 Aug 2004 19:42:53 +0000 (19:42 +0000)]
* xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
instead of name and key.
(update_submenu_strings): New function.
(set_frame_menubar): Remove call to inhibit_garbage_collection,
call update_submenu_strings.  Call ENCODE_MENU_STRING for top level
menu names.

* gtkutil.h (_widget_value): Added lname and lkey.

19 years ago* lwlib.h (_widget_value): Added lname and lkey.
Jan Djärv [Mon, 30 Aug 2004 19:42:20 +0000 (19:42 +0000)]
* lwlib.h (_widget_value): Added lname and lkey.

19 years ago(tex-validate-buffer): Use distinct strings rather than
John Paul Wallington [Mon, 30 Aug 2004 19:05:10 +0000 (19:05 +0000)]
(tex-validate-buffer): Use distinct strings rather than
programatically constructing message.

19 years agomacmenu.c (mac_menu_show): Remove shadowing of menu variable
Steven Tamm [Mon, 30 Aug 2004 18:06:21 +0000 (18:06 +0000)]
macmenu.c (mac_menu_show): Remove shadowing of menu variable
by using different names for inner loop variables.

19 years ago(prin1-char): Don't turn S-a into A.
Richard M. Stallman [Mon, 30 Aug 2004 16:05:47 +0000 (16:05 +0000)]
(prin1-char): Don't turn S-a into A.
Don't return a string that would read as the wrong character code.

19 years ago(cua-auto-expand-rectangles): Remove
Kim F. Storm [Sun, 29 Aug 2004 20:57:42 +0000 (20:57 +0000)]
(cua-auto-expand-rectangles): Remove
automatic rectangle padding feature; replace by non-destructive
virtual rectangle edges feature.
(cua-virtual-rectangle-edges): New defcustom.
(cua-auto-tabify-rectangles): New defcustom.
(cua-paste): If paste into a marked rectangle, insert rectangle at
current column, even if virtual; also paste exactly as many lines
as has been marked (ignore additional lines or add empty lines),
but paste whole source if only one line is marked.
(cua--update-indications): No longer use overwrite-cursor to
indicate rectangle padding

19 years ago(cua--rectangle-padding): Remove.
Kim F. Storm [Sun, 29 Aug 2004 20:57:19 +0000 (20:57 +0000)]
(cua--rectangle-padding): Remove.
(cua--rectangle-virtual-edges): New defun.
(cua--rectangle-get-corners): Remove optional PAD arg.
(cua--rectangle-set-corners): Never do padding.
(cua--forward-line): Remove optional PAD arg.  Simplify.
(cua-resize-rectangle-right, cua-resize-rectangle-left)
(cua-resize-rectangle-down, cua-resize-rectangle-up):
(cua-resize-rectangle-bot, cua-resize-rectangle-top)
(cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
(cua--rectangle-move): Never do padding.  Simplify.
(cua--tabify-start): New defun.
(cua--rectangle-operation): Add tabify arg.  All callers changed.
(cua--pad-rectangle): Remove.
(cua--delete-rectangle): Handle delete with virtual edges.
(cua--extract-rectangle): Add spaces if rectangle has virtual edges.
(cua--insert-rectangle): Handle insert at virtual column.
Perform auto-tabify if necessary.
(cua--activate-rectangle): Remove optional FORCE arg.
Never do padding.  Simplify.
(cua--highlight-rectangle): Enhance for virtual edges.
(cua-toggle-rectangle-padding): Remove command.
(cua-toggle-rectangle-virtual-edges): New command.
(cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
(cua--rectangle-post-command): Don't force rectangle padding.
(cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.

19 years ago*** empty log message ***
Kim F. Storm [Sun, 29 Aug 2004 20:55:46 +0000 (20:55 +0000)]
*** empty log message ***

19 years agoAdd ack.texi and AUTHORS.
Kim F. Storm [Sun, 29 Aug 2004 20:04:45 +0000 (20:04 +0000)]
Add ack.texi and AUTHORS.

19 years agoFixing whitespace style issue with #define
Steven Tamm [Sun, 29 Aug 2004 16:56:17 +0000 (16:56 +0000)]
Fixing whitespace style issue with #define

19 years ago(Emacs for MS-DOS): Update URLs for the MS-DOS port of
Eli Zaretskii [Sat, 28 Aug 2004 18:44:24 +0000 (18:44 +0000)]
(Emacs for MS-DOS): Update URLs for the MS-DOS port of
Emacs and related programs.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Aug 2004 16:23:49 +0000 (16:23 +0000)]
*** empty log message ***

19 years ago(edit-tab-stops-buffer): Doc fix.
Luc Teirlinck [Sat, 28 Aug 2004 16:13:32 +0000 (16:13 +0000)]
(edit-tab-stops-buffer): Doc fix.

19 years agoWhitespace change.
Richard M. Stallman [Sat, 28 Aug 2004 15:32:06 +0000 (15:32 +0000)]
Whitespace change.

19 years ago(grep-default-command): Use find-tag-default.
Richard M. Stallman [Sat, 28 Aug 2004 15:31:20 +0000 (15:31 +0000)]
(grep-default-command): Use find-tag-default.
(grep-tag-default): Function deleted.

19 years ago(find-tag-default): Moved to subr.el.
Richard M. Stallman [Sat, 28 Aug 2004 15:30:31 +0000 (15:30 +0000)]
(find-tag-default): Moved to subr.el.

19 years ago(find-tag-default): Moved from etags.el.
Richard M. Stallman [Sat, 28 Aug 2004 15:30:10 +0000 (15:30 +0000)]
(find-tag-default): Moved from etags.el.

19 years ago(prin1-char): Put `shift' modifier into the basic character,
Richard M. Stallman [Sat, 28 Aug 2004 14:00:38 +0000 (14:00 +0000)]
(prin1-char): Put `shift' modifier into the basic character,
if it has an uppercase form.

19 years ago* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
Jan Djärv [Sat, 28 Aug 2004 07:45:42 +0000 (07:45 +0000)]
* FOR-RELEASE (Indications): Removed entry about GTK and geometry,
(now behaves as well as other ports).

19 years ago(Secondary Selection): Setting the secondary selection with
Luc Teirlinck [Sat, 28 Aug 2004 02:35:31 +0000 (02:35 +0000)]
(Secondary Selection): Setting the secondary selection with
M-Drag-Mouse-1 does not alter the kill ring, setting it with M-Mouse-1
and M-Mouse-3 does.
(Mode Line Mouse): C-Mouse-2 on scroll bar now also works for
toolkit scroll bars.
(Scroll Bars): Ditto.

19 years ago(Basic Window): When using a window system, the value of point in a
Luc Teirlinck [Sat, 28 Aug 2004 02:14:16 +0000 (02:14 +0000)]
(Basic Window): When using a window system, the value of point in a
non-selected window is indicated by a hollow box.
(Split Window): Side by side windows are separated by a scrollbar,
if scrollbars are used.
C-Mouse-2 on scrollbar now also works for toolkit scrollbars.
(Change Window): Correct Mouse-2 vs Mouse-3 mess-up.
(Window Convenience): Update bindings for `winner-undo' and `winner-redo'.

19 years ago(Acknowledgments): Put inside @iftex instead of @ifnotinfo.
Luc Teirlinck [Sat, 28 Aug 2004 01:59:29 +0000 (01:59 +0000)]
(Acknowledgments): Put inside @iftex instead of @ifnotinfo.

19 years ago*** empty log message ***
Luc Teirlinck [Sat, 28 Aug 2004 00:50:35 +0000 (00:50 +0000)]
*** empty log message ***

19 years agoFix texinfo usage, esp. doublequotes.
Richard M. Stallman [Sat, 28 Aug 2004 00:44:30 +0000 (00:44 +0000)]
Fix texinfo usage, esp. doublequotes.
(Difference between Emacs and XEmacs): Some clarification.

19 years ago(Abbrev Expansion): `abbrev-start-location' can be an integer or a marker.
Luc Teirlinck [Sat, 28 Aug 2004 00:41:31 +0000 (00:41 +0000)]
(Abbrev Expansion): `abbrev-start-location' can be an integer or a marker.
(Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.

19 years agoMinor whitespace change.
Luc Teirlinck [Sat, 28 Aug 2004 00:20:24 +0000 (00:20 +0000)]
Minor whitespace change.

19 years agoAdapt node pointers to change in emacs.texi.
Luc Teirlinck [Fri, 27 Aug 2004 23:42:41 +0000 (23:42 +0000)]
Adapt node pointers to change in emacs.texi.

19 years agoAdapt sectioning in Info to the node structure.
Luc Teirlinck [Fri, 27 Aug 2004 23:38:35 +0000 (23:38 +0000)]
Adapt sectioning in Info to the node structure.
Adapt node pointers to change in emacs.texi.

19 years agoMake "GNU GENERAL PUBLIC LICENSE" an appendix.
Luc Teirlinck [Fri, 27 Aug 2004 23:36:38 +0000 (23:36 +0000)]
Make "GNU GENERAL PUBLIC LICENSE" an appendix.
Rearrange order of nodes and sections such that both "GNU GENERAL
PUBLIC LICENSE" and "GNU Free Documentation License" appear at the
end, as appropriate for appendices.
(Acknowledgments): Use `@unnumberedsec'.

19 years agoAdapt sectioning in Info to the node structure.
Luc Teirlinck [Fri, 27 Aug 2004 23:35:06 +0000 (23:35 +0000)]
Adapt sectioning in Info to the node structure.

19 years agoInterchange nodes (for correct numbering).
Luc Teirlinck [Fri, 27 Aug 2004 23:30:03 +0000 (23:30 +0000)]
Interchange nodes (for correct numbering).

19 years ago(Building): Interchange nodes (for correct numbering).
Luc Teirlinck [Fri, 27 Aug 2004 23:28:06 +0000 (23:28 +0000)]
(Building): Interchange nodes (for correct numbering).

19 years agoAdapt sectioning in Info to the node structure.
Luc Teirlinck [Fri, 27 Aug 2004 23:25:13 +0000 (23:25 +0000)]
Adapt sectioning in Info to the node structure.
(Invoking emacsclient): Make "Invoking emacsclient" a subsection
of "Using Emacs as a Server".

19 years ago(Acknowledgments): Use `@unnumbered'.
Luc Teirlinck [Fri, 27 Aug 2004 23:23:06 +0000 (23:23 +0000)]
(Acknowledgments): Use `@unnumbered'.

19 years ago* xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
Jan Djärv [Fri, 27 Aug 2004 16:57:36 +0000 (16:57 +0000)]
* xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.

19 years ago* gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
Jan Djärv [Fri, 27 Aug 2004 16:50:02 +0000 (16:50 +0000)]
* gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
  tool bar items is 0.

19 years ago(Difference between Emacs and XEmacs):
Richard M. Stallman [Fri, 27 Aug 2004 04:40:17 +0000 (04:40 +0000)]
(Difference between Emacs and XEmacs):
Explain not to contrast XEmacs with GNU Emacs.

19 years ago(utf-8-post-read-conversion): If the
Kenichi Handa [Fri, 27 Aug 2004 00:25:59 +0000 (00:25 +0000)]
(utf-8-post-read-conversion): If the
buffer is unibyte, temporarily set it multibyte.

19 years agomacmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
Steven Tamm [Thu, 26 Aug 2004 18:43:29 +0000 (18:43 +0000)]
macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
strings in menu items.
(single_submenu): Use ENCODE_MENU_STRING
(mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
button release isn't passed to event loop
(add_menu_item): Use SetMenuItemWithCFString

19 years agofileio.c (Fread_file_name): Call x_file_dialog on carbon on
Steven Tamm [Thu, 26 Aug 2004 18:28:44 +0000 (18:28 +0000)]
fileio.c (Fread_file_name): Call x_file_dialog on carbon on
tool-bar/menu click
macfns.c (Fx_file_dialog): Implemented using NavServices

19 years ago(time-to-seconds): Add autoload cookies.
Masatake YAMATO [Thu, 26 Aug 2004 18:20:52 +0000 (18:20 +0000)]
(time-to-seconds): Add autoload cookies.

19 years ago(Difference between Emacs and XEmacs): Rewrite.
Richard M. Stallman [Thu, 26 Aug 2004 16:17:48 +0000 (16:17 +0000)]
(Difference between Emacs and XEmacs): Rewrite.

19 years ago*** empty log message ***
Luc Teirlinck [Thu, 26 Aug 2004 01:47:55 +0000 (01:47 +0000)]
*** empty log message ***

19 years ago(tex-validate-buffer): Distinguish between 0, 1, and many mismatches.
John Paul Wallington [Wed, 25 Aug 2004 19:05:24 +0000 (19:05 +0000)]
(tex-validate-buffer): Distinguish between 0, 1, and many mismatches.
(tex-start-shell): Use `set-process-query-on-exit-flag'.

19 years ago*** empty log message ***
John Paul Wallington [Wed, 25 Aug 2004 18:46:04 +0000 (18:46 +0000)]
*** empty log message ***

19 years ago(ielm-tab, ielm-complete-symbol): Doc fix.
John Paul Wallington [Wed, 25 Aug 2004 18:40:22 +0000 (18:40 +0000)]
(ielm-tab, ielm-complete-symbol): Doc fix.
(inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.

19 years agoFixed typo.
Bill Wohler [Wed, 25 Aug 2004 06:09:12 +0000 (06:09 +0000)]
Fixed typo.

19 years agoUpgraded to MH-E version 7.82.
Bill Wohler [Wed, 25 Aug 2004 05:55:39 +0000 (05:55 +0000)]
Upgraded to MH-E version 7.82.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.

19 years ago(Non-ASCII Rebinding): Fix and simplify the
Kenichi Handa [Wed, 25 Aug 2004 00:22:23 +0000 (00:22 +0000)]
(Non-ASCII Rebinding): Fix and simplify the
description for unibyte mode.

19 years ago*** empty log message ***
Stefan Monnier [Tue, 24 Aug 2004 22:14:46 +0000 (22:14 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Luc Teirlinck [Tue, 24 Aug 2004 21:29:09 +0000 (21:29 +0000)]
*** empty log message ***

19 years ago* xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
Jan Djärv [Tue, 24 Aug 2004 17:22:33 +0000 (17:22 +0000)]
* xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.

19 years ago* xfns.c (x_window_to_frame, x_any_window_to_frame)
Jan Djärv [Tue, 24 Aug 2004 10:54:39 +0000 (10:54 +0000)]
* xfns.c (x_window_to_frame, x_any_window_to_frame)
(x_non_menubar_window_to_frame, x_menubar_window_to_frame)
(x_top_window_to_frame): Return 0 if wdesc is None.

19 years ago(Font Lock): Correct invalid @xref.
Luc Teirlinck [Tue, 24 Aug 2004 03:45:41 +0000 (03:45 +0000)]
(Font Lock): Correct invalid @xref.

19 years ago(Regexps): Correct cryptic @ref.
Luc Teirlinck [Tue, 24 Aug 2004 03:43:17 +0000 (03:43 +0000)]
(Regexps): Correct cryptic @ref.
(Configuring Scrolling): Correct invalid @xref.
(Regexp Replace): Standardize reference to hardcopy Elisp Manual in @pxref.