]> code.delx.au - gnu-emacs/log
gnu-emacs
22 years agoFix a typo.
Gerd Moellmann [Fri, 17 Aug 2001 11:01:41 +0000 (11:01 +0000)]
Fix a typo.

22 years ago(defcustom): Doc fix.
Gerd Moellmann [Fri, 17 Aug 2001 10:59:05 +0000 (10:59 +0000)]
(defcustom): Doc fix.

22 years ago(find-composition): Check if (char-after POS)
Gerd Moellmann [Fri, 17 Aug 2001 09:02:29 +0000 (09:02 +0000)]
(find-composition): Check if (char-after POS)
returns a valid character.

22 years ago(hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
Eli Zaretskii [Thu, 16 Aug 2001 19:48:00 +0000 (19:48 +0000)]
(hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
original-point for extra CR characters that are added/removed when
the buffer is written/read whose EOL type is -dos.

22 years agoUpdate copyright notice, fix minor
Gerd Moellmann [Thu, 16 Aug 2001 17:59:38 +0000 (17:59 +0000)]
Update copyright notice, fix minor
typos.
(texinfo-find-lower-level-node, texinfo-find-higher-level-node)
(texinfo-menu-locate-entry-p, texinfo-start-menu-description)
(texinfo-update-menu-region-beginning)
(texinfo-update-menu-region-end, texinfo-find-pointer): Add new
command, @ifnottex, to regexps, so it is found.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 16 Aug 2001 15:23:50 +0000 (15:23 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Thu, 16 Aug 2001 15:01:39 +0000 (15:01 +0000)]
*** empty log message ***

22 years ago(comint-send-input): Add `inhibit-line-move-field-capture' property to
Miles Bader [Thu, 16 Aug 2001 14:52:16 +0000 (14:52 +0000)]
(comint-send-input): Add `inhibit-line-move-field-capture' property to
input-terminating `boundary' overlays to avoid line-move wierdness.

22 years ago(line-move): Undo previous change.
Miles Bader [Thu, 16 Aug 2001 14:51:25 +0000 (14:51 +0000)]
(line-move): Undo previous change.

22 years ago(lazy-lock-fontify-region): Widen the current
Gerd Moellmann [Thu, 16 Aug 2001 14:27:07 +0000 (14:27 +0000)]
(lazy-lock-fontify-region): Widen the current
buffer in a save-restriction.  Under one test case with Ediff,
window-scroll-functions are run with a window start that's
temporarily outside of the restriction.

22 years ago(DONTCOMPILE): Omit sc.el.
Andrew Innes [Thu, 16 Aug 2001 13:18:10 +0000 (13:18 +0000)]
(DONTCOMPILE): Omit sc.el.

22 years ago(DONTCOMPILE): Omit bindings.el.
Andrew Innes [Thu, 16 Aug 2001 13:13:53 +0000 (13:13 +0000)]
(DONTCOMPILE): Omit bindings.el.

22 years ago(SYSV): Don't define on Solaris 2.
Gerd Moellmann [Thu, 16 Aug 2001 12:55:40 +0000 (12:55 +0000)]
(SYSV): Don't define on Solaris 2.
From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>.

22 years ago(occur): Bind inhibit-read-only to t.
Gerd Moellmann [Thu, 16 Aug 2001 11:48:56 +0000 (11:48 +0000)]
(occur): Bind inhibit-read-only to t.

22 years ago(move_it_by_lines) <DVPOS < 0>: Start at the beginning
Gerd Moellmann [Thu, 16 Aug 2001 08:40:36 +0000 (08:40 +0000)]
(move_it_by_lines) <DVPOS < 0>: Start at the beginning
of the screen line, not text line, containing IT's current
position.

22 years ago(line-move): Pass an ESCAPE-FROM-EDGE argument of t when calling
Miles Bader [Thu, 16 Aug 2001 07:40:51 +0000 (07:40 +0000)]
(line-move): Pass an ESCAPE-FROM-EDGE argument of t when calling
`constrain-to-field', to avoid problems with comint prompts.

22 years agoCorrect description of `mode-line-inverse-video'.
Miles Bader [Wed, 15 Aug 2001 17:06:15 +0000 (17:06 +0000)]
Correct description of `mode-line-inverse-video'.

22 years ago(window_scroll_pixel_based): Don't recenter if
Gerd Moellmann [Wed, 15 Aug 2001 14:57:20 +0000 (14:57 +0000)]
(window_scroll_pixel_based): Don't recenter if
PT is partially visible in the window.

22 years ago(expose_window_tree, expose_window, expose_line): Return
Gerd Moellmann [Wed, 15 Aug 2001 14:31:44 +0000 (14:31 +0000)]
(expose_window_tree, expose_window, expose_line): Return
1 when overwriting mouse-face.
(expose_frame): If mouse-face was overwritten, redo it.

22 years ago(lisp-indent-defmethod): New function.
Gerd Moellmann [Wed, 15 Aug 2001 11:57:03 +0000 (11:57 +0000)]
(lisp-indent-defmethod): New function.
(toplevel): Set it as `common-lisp-indent-function' for
`defmethod'.

22 years ago(ediff-get-meta-info): Fix the condition
Gerd Moellmann [Wed, 15 Aug 2001 11:03:41 +0000 (11:03 +0000)]
(ediff-get-meta-info): Fix the condition
of a while-loop.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 15 Aug 2001 09:31:06 +0000 (09:31 +0000)]
*** empty log message ***

22 years ago(DONTCOMPILE): Remove sc.el.
Gerd Moellmann [Wed, 15 Aug 2001 09:06:32 +0000 (09:06 +0000)]
(DONTCOMPILE): Remove sc.el.

22 years agoMoved to obsolete/.
Gerd Moellmann [Wed, 15 Aug 2001 08:56:04 +0000 (08:56 +0000)]
Moved to obsolete/.

22 years ago(finder_setwins): Renamed from nonobsolete_setwins.
Gerd Moellmann [Wed, 15 Aug 2001 08:54:01 +0000 (08:54 +0000)]
(finder_setwins): Renamed from nonobsolete_setwins.
Don't include term/.

22 years ago(x_update_menu_appearance): Don't call
Gerd Moellmann [Wed, 15 Aug 2001 08:49:21 +0000 (08:49 +0000)]
(x_update_menu_appearance): Don't call
set_frame_menubar, let the next redisplay do it.

22 years agoDoc fix.
Gerd Moellmann [Wed, 15 Aug 2001 08:06:08 +0000 (08:06 +0000)]
Doc fix.
(ps-mule-encode-header-string): If STRING is not a string, replace
STRING by empty string.

22 years agoChange error function arguments to follow Emacs
Gerd Moellmann [Wed, 15 Aug 2001 08:05:21 +0000 (08:05 +0000)]
Change error function arguments to follow Emacs
message convention.  Doc fix.
(ps-print-version): New version number (6.5.4).
(coding-system-for-write): Change declaration position to avoid
XEmacs compilation gripes.
(coding-system-for-read, buffer-file-coding-system): Declarations
to avoid XEmacs compilation gripes.

22 years ago(Trailing Whitespace): Document that the option is buffer-local.
Eli Zaretskii [Tue, 14 Aug 2001 13:14:31 +0000 (13:14 +0000)]
(Trailing Whitespace): Document that the option is buffer-local.
Suggested by Robert Marshall <robert@chezmarshall.freeserve.co.uk>.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 14 Aug 2001 13:12:18 +0000 (13:12 +0000)]
*** empty log message ***

22 years ago(show-trailing-whitespace): Doc fix.
Eli Zaretskii [Tue, 14 Aug 2001 12:39:53 +0000 (12:39 +0000)]
(show-trailing-whitespace): Doc fix.

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 14 Aug 2001 12:33:03 +0000 (12:33 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 14 Aug 2001 11:57:08 +0000 (11:57 +0000)]
*** empty log message ***

22 years ago(machine): Add an entry for hppa1.1-hitachi-hiuxwe2*.
Eli Zaretskii [Tue, 14 Aug 2001 11:49:29 +0000 (11:49 +0000)]
(machine): Add an entry for hppa1.1-hitachi-hiuxwe2*.

22 years agoDraw relief (if any) before
Andrew Innes [Tue, 14 Aug 2001 11:46:33 +0000 (11:46 +0000)]
Draw relief (if any) before
drawing glyph string.

22 years ago*** empty log message ***
Eli Zaretskii [Tue, 14 Aug 2001 11:44:38 +0000 (11:44 +0000)]
*** empty log message ***

22 years agoUpdate the entry for the HITACHI SR2001/SR2201 series.
Eli Zaretskii [Tue, 14 Aug 2001 11:39:27 +0000 (11:39 +0000)]
Update the entry for the HITACHI SR2001/SR2201 series.

22 years agoNew file, for building Emacs on hppa1.1-hitachi.
Eli Zaretskii [Tue, 14 Aug 2001 11:28:17 +0000 (11:28 +0000)]
New file, for building Emacs on hppa1.1-hitachi.

22 years ago(x_update_menu_appearance): Save and restore value of
Gerd Moellmann [Tue, 14 Aug 2001 10:57:25 +0000 (10:57 +0000)]
(x_update_menu_appearance): Save and restore value of
interrupt_input_blocked.

22 years ago(move_it_by_lines) <DVPOS < 0>: If not already on
Gerd Moellmann [Mon, 13 Aug 2001 12:14:32 +0000 (12:14 +0000)]
(move_it_by_lines) <DVPOS < 0>: If not already on
a line start, move back to the line start.

22 years ago*** empty log message ***
Eli Zaretskii [Mon, 13 Aug 2001 10:45:57 +0000 (10:45 +0000)]
*** empty log message ***

22 years ago(desktop-save): Insert the coding: tag before desktop-header.
Eli Zaretskii [Mon, 13 Aug 2001 10:37:02 +0000 (10:37 +0000)]
(desktop-save): Insert the coding: tag before desktop-header.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 13 Aug 2001 10:35:48 +0000 (10:35 +0000)]
*** empty log message ***

22 years ago(TAGS, TAGS-LISP): Remove "loaddefs.el" including
Gerd Moellmann [Mon, 13 Aug 2001 10:35:25 +0000 (10:35 +0000)]
(TAGS, TAGS-LISP): Remove "loaddefs.el" including
its path from $els.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 13 Aug 2001 10:16:42 +0000 (10:16 +0000)]
*** empty log message ***

22 years ago(image-jpeg-p): Fix call of substring.
Gerd Moellmann [Mon, 13 Aug 2001 10:16:16 +0000 (10:16 +0000)]
(image-jpeg-p): Fix call of substring.

22 years ago(resize_echo_area_exactly): Don't resize the mini-window
Gerd Moellmann [Mon, 13 Aug 2001 09:52:55 +0000 (09:52 +0000)]
(resize_echo_area_exactly): Don't resize the mini-window
exactly when a mini-buffer is active.

22 years ago(make_lispy_event): Interpret double_click_fuzz
Gerd Moellmann [Mon, 13 Aug 2001 09:27:43 +0000 (09:27 +0000)]
(make_lispy_event): Interpret double_click_fuzz
in units of 1/8 character on non window-system frames.
(syms_of_keyboard) <double-click-fuzz>: Doc fix.

22 years agoShow a keyboard macro with minibuffer arguments in it.
Richard M. Stallman [Sun, 12 Aug 2001 21:22:26 +0000 (21:22 +0000)]
Show a keyboard macro with minibuffer arguments in it.

22 years agoMinor cleanup.
Richard M. Stallman [Sun, 12 Aug 2001 21:20:19 +0000 (21:20 +0000)]
Minor cleanup.
Add example of scientific notation in string-to-number.

22 years agoAdd bool-vector example.
Richard M. Stallman [Sun, 12 Aug 2001 21:18:06 +0000 (21:18 +0000)]
Add bool-vector example.

22 years agoMinor cleanup.
Richard M. Stallman [Sun, 12 Aug 2001 21:16:54 +0000 (21:16 +0000)]
Minor cleanup.

22 years agoAdd examples for floor, ceiling, truncate, round.
Richard M. Stallman [Sun, 12 Aug 2001 21:16:24 +0000 (21:16 +0000)]
Add examples for floor, ceiling, truncate, round.

22 years agoMinor cleanups.
Richard M. Stallman [Sun, 12 Aug 2001 21:15:14 +0000 (21:15 +0000)]
Minor cleanups.

22 years agoDon't say "print" for displaying on the screen.
Richard M. Stallman [Sun, 12 Aug 2001 21:04:18 +0000 (21:04 +0000)]
Don't say "print" for displaying on the screen.

22 years ago(animate-string): Doc fix. Use a buffer
Gerd Moellmann [Fri, 10 Aug 2001 18:10:40 +0000 (18:10 +0000)]
(animate-string): Doc fix.  Use a buffer
name with stars in it.
(animate-sequence): New function.
From Richard M. Stallman <rms@gnu.org>.

22 years ago(select-frame-set-input-focus): New function
Gerd Moellmann [Fri, 10 Aug 2001 13:47:18 +0000 (13:47 +0000)]
(select-frame-set-input-focus): New function
extracted from other-frame.
(other-frame): Use it.
(next-multiframe-window, previous-multiframe-window): Use it.

22 years ago*** empty log message ***
Pavel Janík [Fri, 10 Aug 2001 12:53:06 +0000 (12:53 +0000)]
*** empty log message ***

22 years ago(isearch-other-meta-char): Don't switch to the
Gerd Moellmann [Fri, 10 Aug 2001 12:48:02 +0000 (12:48 +0000)]
(isearch-other-meta-char): Don't switch to the
buffer of a window clicked on, when the current buffer is
in Isearch mode.

22 years ago(image-jpeg-p): Test for APPn markers in the range
Gerd Moellmann [Fri, 10 Aug 2001 10:59:06 +0000 (10:59 +0000)]
(image-jpeg-p): Test for APPn markers in the range
#xe0..#xef.

22 years agoFix a typo in a comment.
Eli Zaretskii [Fri, 10 Aug 2001 09:24:29 +0000 (09:24 +0000)]
Fix a typo in a comment.

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 10 Aug 2001 09:23:22 +0000 (09:23 +0000)]
*** empty log message ***

22 years ago(Action Arguments): Remove the index entry for LINE:COLUMN, since
Eli Zaretskii [Fri, 10 Aug 2001 09:17:50 +0000 (09:17 +0000)]
(Action Arguments): Remove the index entry for LINE:COLUMN, since
index entries cannot have a colon in them.

22 years ago(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.
Eli Zaretskii [Fri, 10 Aug 2001 09:14:17 +0000 (09:14 +0000)]
(syms_of_keyboard) <double-click-fuzz>: Fix a typo in a doc string.

22 years ago(Mouse Buttons): Document the default values for double-click-time
Eli Zaretskii [Fri, 10 Aug 2001 09:07:39 +0000 (09:07 +0000)]
(Mouse Buttons): Document the default values for double-click-time
and double-click-fuzz.

22 years ago(Bugs and problems): Fix wording.
Eli Zaretskii [Fri, 10 Aug 2001 09:05:50 +0000 (09:05 +0000)]
(Bugs and problems): Fix wording.

22 years agoFix a typo in a comment.
Eli Zaretskii [Thu, 9 Aug 2001 17:40:59 +0000 (17:40 +0000)]
Fix a typo in a comment.

22 years agoFix a stale reference to "Comparing Files".
Eli Zaretskii [Thu, 9 Aug 2001 16:22:37 +0000 (16:22 +0000)]
Fix a stale reference to "Comparing Files".

22 years agoChange the name of the "DEL Doesn't Delete" node to "DEL Does Not Delete",
Eli Zaretskii [Thu, 9 Aug 2001 16:21:33 +0000 (16:21 +0000)]
Change the name of the "DEL Doesn't Delete" node to "DEL Does Not Delete",
since node names cannot have apostrophes.
Fix a stale menu item in emacs.texi which referred to this node by its
old name.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 9 Aug 2001 15:50:33 +0000 (15:50 +0000)]
*** empty log message ***

22 years ago(desktop-save): Don't use concat to form a file
Gerd Moellmann [Thu, 9 Aug 2001 15:50:09 +0000 (15:50 +0000)]
(desktop-save): Don't use concat to form a file
name, use expand-file-name.

22 years ago(mouse-delete-window): Do nothing if frame has just
Gerd Moellmann [Thu, 9 Aug 2001 14:57:30 +0000 (14:57 +0000)]
(mouse-delete-window): Do nothing if frame has just
one window.

22 years ago(define-minor-mode): Use
Gerd Moellmann [Thu, 9 Aug 2001 14:54:05 +0000 (14:54 +0000)]
(define-minor-mode): Use
mode-line-minor-mode-keymap for the minor mode name.

22 years ago(add-minor-mode): Use mode-line-minor-mode-keymap for
Gerd Moellmann [Thu, 9 Aug 2001 14:52:27 +0000 (14:52 +0000)]
(add-minor-mode): Use mode-line-minor-mode-keymap for
the minor mode name.

22 years ago(display-time-string-forms): Use
Gerd Moellmann [Thu, 9 Aug 2001 14:52:02 +0000 (14:52 +0000)]
(display-time-string-forms): Use
make-mode-line-mouse-map instead of make-mode-line-mouse2-map.

22 years ago(toplevel): Use mode-line-minor-mode-keymap for the
Gerd Moellmann [Thu, 9 Aug 2001 14:51:48 +0000 (14:51 +0000)]
(toplevel): Use mode-line-minor-mode-keymap for the
minor mode name.

22 years ago(minor-mode-alist): Use mode-line-minor-mode-keymap
Gerd Moellmann [Thu, 9 Aug 2001 14:51:20 +0000 (14:51 +0000)]
(minor-mode-alist): Use mode-line-minor-mode-keymap
for the minor mode name.

22 years ago(calendar-mode-line-format): Use
Gerd Moellmann [Thu, 9 Aug 2001 14:21:12 +0000 (14:21 +0000)]
(calendar-mode-line-format): Use
make-mode-line-mouse-map instead of make-mode-line-mouse2-map.

22 years ago(make-mode-line-mouse-map): Renamed from
Gerd Moellmann [Thu, 9 Aug 2001 14:06:54 +0000 (14:06 +0000)]
(make-mode-line-mouse-map): Renamed from
make-mode-line-mouse2-map.  Take additional arg MOUSE.
(mode-line-modified): Use mouse-3 instead of mouse-2.
(mode-line-buffer-identification-keymap): Bind keys differently.
(propertized-buffer-identification): Adapt help-echo to new
bindings.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 9 Aug 2001 14:06:28 +0000 (14:06 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 9 Aug 2001 13:45:47 +0000 (13:45 +0000)]
*** empty log message ***

22 years ago(mode-line-format): Specify help-echo for line
Gerd Moellmann [Thu, 9 Aug 2001 13:45:23 +0000 (13:45 +0000)]
(mode-line-format): Specify help-echo for line
number, column number and buffer-percent part of the mode-line.

22 years ago(Vpre_help_message): New variable.
Gerd Moellmann [Thu, 9 Aug 2001 13:01:38 +0000 (13:01 +0000)]
(Vpre_help_message): New variable.
(syms_of_keyboard): Initialize and staticpro it.
(show_help_echo): Record current message before displaying a
help-echo, and restore that message when clearing the help.

22 years ago*** empty log message ***
Gerd Moellmann [Thu, 9 Aug 2001 09:48:24 +0000 (09:48 +0000)]
*** empty log message ***

22 years ago(x_create_im): Remove prototype.
Gerd Moellmann [Thu, 9 Aug 2001 09:48:04 +0000 (09:48 +0000)]
(x_create_im): Remove prototype.

22 years ago(adjust_glyph_matrix): Undo last change.
Gerd Moellmann [Thu, 9 Aug 2001 09:37:50 +0000 (09:37 +0000)]
(adjust_glyph_matrix): Undo last change.

22 years ago(mark_window_display_accurate_1): Remove an assertion.
Gerd Moellmann [Thu, 9 Aug 2001 09:37:32 +0000 (09:37 +0000)]
(mark_window_display_accurate_1): Remove an assertion.

22 years ago(image-type-regexps): Allow whitespace at the start
Gerd Moellmann [Thu, 9 Aug 2001 09:31:56 +0000 (09:31 +0000)]
(image-type-regexps): Allow whitespace at the start
of the image data for XPM, XBM and Postscript, which are
text files.
(image-jpeg-p): Correct computatino of next field offset.

22 years agoMinor cleanups.
Richard M. Stallman [Wed, 8 Aug 2001 23:39:08 +0000 (23:39 +0000)]
Minor cleanups.

22 years agoShow example of specifying C-M-= in Lisp.
Richard M. Stallman [Wed, 8 Aug 2001 23:38:27 +0000 (23:38 +0000)]
Show example of specifying C-M-= in Lisp.
Minor cleanup.

22 years agoMinor cleanup.
Richard M. Stallman [Wed, 8 Aug 2001 23:36:56 +0000 (23:36 +0000)]
Minor cleanup.

22 years agoNode renamed, Del Gets Help => Del Doesn't Delete.
Richard M. Stallman [Wed, 8 Aug 2001 23:35:11 +0000 (23:35 +0000)]
Node renamed, Del Gets Help => Del Doesn't Delete.

22 years agoMinor cleanup.
Richard M. Stallman [Wed, 8 Aug 2001 23:34:26 +0000 (23:34 +0000)]
Minor cleanup.

22 years agoMinor cleanups.
Richard M. Stallman [Wed, 8 Aug 2001 23:30:26 +0000 (23:30 +0000)]
Minor cleanups.
Fix error, M-r => M-n.

22 years agoMany minor cleanups.
Richard M. Stallman [Wed, 8 Aug 2001 23:28:08 +0000 (23:28 +0000)]
Many minor cleanups.

22 years agoMinor changes.
Richard M. Stallman [Wed, 8 Aug 2001 23:19:49 +0000 (23:19 +0000)]
Minor changes.

22 years agoFix typo.
Pavel Janík [Wed, 8 Aug 2001 20:11:46 +0000 (20:11 +0000)]
Fix typo.

22 years agoUpdated as per the English version.
Eli Zaretskii [Wed, 8 Aug 2001 15:14:01 +0000 (15:14 +0000)]
Updated as per the English version.
From Koaunghi Un <koaunghi@world.kaist.ac.kr>.

22 years ago(adjust_glyph_matrix): In the optimization for
Gerd Moellmann [Wed, 8 Aug 2001 11:41:07 +0000 (11:41 +0000)]
(adjust_glyph_matrix): In the optimization for
windows whose height has changed, disable partially visible
lines.

22 years ago(image-type-regexps): Allow predicates. Change the way
Gerd Moellmann [Wed, 8 Aug 2001 10:54:12 +0000 (10:54 +0000)]
(image-type-regexps): Allow predicates.  Change the way
JPEG images are recognized.
(image-jpeg-p): New function.
(image-type-from-data): Handle predicates in image-type-regexps.