]> git.eshelyaron.com Git - emacs.git/log
emacs.git
23 years ago(Regexps): Clarify that C-j should be preceded by C-q in interactive use.
Eli Zaretskii [Thu, 25 Oct 2001 12:49:02 +0000 (12:49 +0000)]
(Regexps): Clarify that C-j should be preceded by C-q in interactive use.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 25 Oct 2001 10:14:58 +0000 (10:14 +0000)]
*** empty log message ***

23 years ago(mh-recenter): Call recenter with arg `(4)'.
Gerd Moellmann [Thu, 25 Oct 2001 10:14:20 +0000 (10:14 +0000)]
(mh-recenter): Call recenter with arg `(4)'.

23 years ago(move_it_vertically_backward): Compute line height
Gerd Moellmann [Thu, 25 Oct 2001 10:08:31 +0000 (10:08 +0000)]
(move_it_vertically_backward): Compute line height
differently.  Add heuristic to try to be more compatible to 20.x.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 25 Oct 2001 07:52:18 +0000 (07:52 +0000)]
*** empty log message ***

23 years ago(compilation-parse-errors-filename-function):
Gerd Moellmann [Thu, 25 Oct 2001 07:51:55 +0000 (07:51 +0000)]
(compilation-parse-errors-filename-function):
New variable.
(compilation-parse-errors): Use it.

23 years ago(maybe_bootstrap): New target.
Gerd Moellmann [Thu, 25 Oct 2001 07:14:44 +0000 (07:14 +0000)]
(maybe_bootstrap): New target.
(all): Add to prerequisites to bootstrap if abbrev.elc doesn't
exist.

23 years ago(RegText): Document append-to-register and prepend-to-register.
Eli Zaretskii [Wed, 24 Oct 2001 18:54:08 +0000 (18:54 +0000)]
(RegText): Document append-to-register and prepend-to-register.
Suggested by Philip Lijnzaad <lijnzaad@ebi.ac.uk>
Add index entries to sections of the Registers chapter.

23 years ago(c-beginning-of-member-init-list):
Stefan Monnier [Wed, 24 Oct 2001 16:12:07 +0000 (16:12 +0000)]
(c-beginning-of-member-init-list):
Better handling of C++ template args to avoid confusion with `<'
and `>' used as operators in member init expressions.
From Martin Stjernholm  <bug-cc-mode@gnu.org>.

23 years ago(x_draw_glyphs): Don't check for cursor overwriting
Gerd Moellmann [Wed, 24 Oct 2001 16:06:45 +0000 (16:06 +0000)]
(x_draw_glyphs): Don't check for cursor overwriting
in full-width rows.

23 years ago(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Gerd Moellmann [Wed, 24 Oct 2001 14:06:45 +0000 (14:06 +0000)]
(XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
Fix clearing of area not covered by scroll bar.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 24 Oct 2001 12:39:52 +0000 (12:39 +0000)]
*** empty log message ***

23 years agoAdapt to change in perform-replace.
Gerd Moellmann [Wed, 24 Oct 2001 12:39:29 +0000 (12:39 +0000)]
Adapt to change in perform-replace.

23 years ago(perform-replace): Move START and END parameters
Gerd Moellmann [Wed, 24 Oct 2001 12:38:54 +0000 (12:38 +0000)]
(perform-replace): Move START and END parameters
to the end of the argument list and make them optional.

23 years agoUse $MAKE for `make' if set.
Gerd Moellmann [Wed, 24 Oct 2001 11:40:14 +0000 (11:40 +0000)]
Use $MAKE for `make' if set.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 24 Oct 2001 11:13:25 +0000 (11:13 +0000)]
*** empty log message ***

23 years agoChange #ifdef GLYPH_DEBUG to #if.
Gerd Moellmann [Wed, 24 Oct 2001 11:13:05 +0000 (11:13 +0000)]
Change #ifdef GLYPH_DEBUG to #if.

23 years ago(x-must-resolve-font-name): New
Gerd Moellmann [Wed, 24 Oct 2001 11:07:58 +0000 (11:07 +0000)]
(x-must-resolve-font-name): New
function.
(x-complement-fontset-spec): Use it.

23 years agoAdd info about debugging the tty version.
Eli Zaretskii [Wed, 24 Oct 2001 09:53:34 +0000 (09:53 +0000)]
Add info about debugging the tty version.
From Gerd Moellmann.

23 years ago(row_containing_pos): Adjust prototype.
Gerd Moellmann [Wed, 24 Oct 2001 09:18:18 +0000 (09:18 +0000)]
(row_containing_pos): Adjust prototype.

23 years ago(fast_find_position): Call row_containing_pos
Gerd Moellmann [Wed, 24 Oct 2001 09:17:41 +0000 (09:17 +0000)]
(fast_find_position): Call row_containing_pos
with additional argument.

23 years ago(try_window_reusing_current_matrix): Use
Gerd Moellmann [Wed, 24 Oct 2001 09:17:20 +0000 (09:17 +0000)]
(try_window_reusing_current_matrix): Use
row_containing_pos.
(row_containing_pos): Take additional argument DY.  Treat
rows ending in middle of char differently.
(display_line): Handle tabs on window systems differently.

23 years ago(inhibit_try_window_id, inhibit_try_window_reusing)
Gerd Moellmann [Wed, 24 Oct 2001 08:14:56 +0000 (08:14 +0000)]
(inhibit_try_window_id, inhibit_try_window_reusing)
(inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
(try_window_id, try_window_reusing_current_matrix)
(try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
(syms_of_xdisp) [GLYPH_DEBUG]:  DEFVAR_BOOL the variables.

23 years ago(srcs): Add gpl.texi and doclicense.texi.
Gerd Moellmann [Tue, 23 Oct 2001 18:55:04 +0000 (18:55 +0000)]
(srcs): Add gpl.texi and doclicense.texi.

23 years ago(Info-fontify-node): Bind doun-mouse-{1,2} instead
Gerd Moellmann [Tue, 23 Oct 2001 16:26:09 +0000 (16:26 +0000)]
(Info-fontify-node): Bind doun-mouse-{1,2} instead
of mouse-{1,2} since dragging is on the down event.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 Oct 2001 16:17:25 +0000 (16:17 +0000)]
*** empty log message ***

23 years ago(make-doctor-variables): Remove a '($ please)'.
Gerd Moellmann [Tue, 23 Oct 2001 16:16:47 +0000 (16:16 +0000)]
(make-doctor-variables): Remove a '($ please)'.

23 years ago(mh-recenter): Call `recenter' with arg t
Gerd Moellmann [Tue, 23 Oct 2001 15:51:30 +0000 (15:51 +0000)]
(mh-recenter): Call `recenter' with arg t
if ARG is nil.

23 years ago(sync_window_with_frame_matrix_rows): Fix
Gerd Moellmann [Tue, 23 Oct 2001 15:17:34 +0000 (15:17 +0000)]
(sync_window_with_frame_matrix_rows): Fix
handling of windows which aren't full-width, fix handling
of marginal areas.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 23 Oct 2001 14:11:09 +0000 (14:11 +0000)]
*** empty log message ***

23 years ago(syms_of_lread)<recursive-load-depth-limit>: Raise to
Gerd Moellmann [Tue, 23 Oct 2001 14:10:43 +0000 (14:10 +0000)]
(syms_of_lread)<recursive-load-depth-limit>: Raise to
50.

23 years ago(desktop-last-buffer): New variable.
Gerd Moellmann [Tue, 23 Oct 2001 13:54:11 +0000 (13:54 +0000)]
(desktop-last-buffer): New variable.
(desktop-create-buffer): Set it.
(desktop-read): Bind it and switch to that buffer.

23 years ago(x_draw_glyphs): Remove parameters READ_START and
Gerd Moellmann [Tue, 23 Oct 2001 12:03:01 +0000 (12:03 +0000)]
(x_draw_glyphs): Remove parameters READ_START and
REAL_END.  Notice if cursor gets overwritten.
(notice_overwritten_cursor): Take X positions as parameters.
(x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
around call to x_draw_glyphs.

23 years ago(display_line): For a tab continued to the next line,
Gerd Moellmann [Tue, 23 Oct 2001 10:03:25 +0000 (10:03 +0000)]
(display_line): For a tab continued to the next line,
set row's ends_in_middle_of_char_p.

23 years agoFix a typo in the value of CPP.
Eli Zaretskii [Tue, 23 Oct 2001 07:26:07 +0000 (07:26 +0000)]
Fix a typo in the value of CPP.

23 years ago[LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
Eli Zaretskii [Tue, 23 Oct 2001 06:43:52 +0000 (06:43 +0000)]
[LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".  From Andreas
Schwab.

23 years ago(compilation-set-window-height): Select
Gerd Moellmann [Mon, 22 Oct 2001 18:51:10 +0000 (18:51 +0000)]
(compilation-set-window-height): Select
old window only if it's still live.

23 years ago(install-arch-indep): Add -h (follow symlinks)
Gerd Moellmann [Mon, 22 Oct 2001 17:39:06 +0000 (17:39 +0000)]
(install-arch-indep): Add -h (follow symlinks)
to tar options.

23 years ago(display_line): Fix computation of continuation lines
Gerd Moellmann [Mon, 22 Oct 2001 14:55:01 +0000 (14:55 +0000)]
(display_line): Fix computation of continuation lines
width for TABs.

23 years ago(sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.
Eli Zaretskii [Mon, 22 Oct 2001 11:13:58 +0000 (11:13 +0000)]
(sgml-mode-map): Bind 8-bit codes above 127 to sgml-maybe-name-self.
(sgml-name-8bit-mode): Doc fix.
(sgml-char-names-table): New variable.
(sgml-name-char): Support non-ASCII and mule-unicode-* characters.  Doc fix.
(sgml-maybe-name-self): Convert unibyte characters to multibyte.

23 years ago(tooltip-set-param): Doc fix.
Eli Zaretskii [Mon, 22 Oct 2001 10:05:25 +0000 (10:05 +0000)]
(tooltip-set-param): Doc fix.

23 years agoVersion 21.1.30
Gerd Moellmann [Mon, 22 Oct 2001 09:46:42 +0000 (09:46 +0000)]
Version 21.1.30

23 years ago(Which Function): Add a cindex entry.
Eli Zaretskii [Mon, 22 Oct 2001 09:36:49 +0000 (09:36 +0000)]
(Which Function): Add a cindex entry.

23 years ago(tooltip-x-offset, tooltip-y-offset): Mention in the
Eli Zaretskii [Mon, 22 Oct 2001 08:51:15 +0000 (08:51 +0000)]
(tooltip-x-offset, tooltip-y-offset): Mention in the
doc string the effect of `left' and `top' parameters in
tooltip-frame-parameters, the default values, and the units.
(tooltip-frame-parameters): Mention `top' and `left' in the doc
string.
(tooltip-show): Mention in the doc string the `top' and `left'
parameters in tooltip-frame-parameters, and x-max-tooltip-size.

23 years ago*** empty log message ***
Gerd Moellmann [Sun, 21 Oct 2001 23:04:54 +0000 (23:04 +0000)]
*** empty log message ***

23 years ago(save-place): Require `saveplace'.
Gerd Moellmann [Sun, 21 Oct 2001 23:04:32 +0000 (23:04 +0000)]
(save-place): Require `saveplace'.

23 years agoSet version number.
Gerd Moellmann [Sun, 21 Oct 2001 22:52:23 +0000 (22:52 +0000)]
Set version number.

23 years ago(cwarn-font-lock-feature-keywords-alist):
Gerd Moellmann [Sun, 21 Oct 2001 22:48:45 +0000 (22:48 +0000)]
(cwarn-font-lock-feature-keywords-alist):
Use `sexp' for :value-type instead of `face'.

23 years ago*** empty log message *** emacs-21.1
Gerd Moellmann [Sat, 20 Oct 2001 16:16:30 +0000 (16:16 +0000)]
*** empty log message ***

23 years agoSet version to 21.1.
Gerd Moellmann [Sat, 20 Oct 2001 16:12:30 +0000 (16:12 +0000)]
Set version to 21.1.

23 years agoClarify previous change.
Richard M. Stallman [Fri, 19 Oct 2001 23:36:59 +0000 (23:36 +0000)]
Clarify previous change.

23 years ago(syms_of_eval): Doc fixes.
Richard M. Stallman [Fri, 19 Oct 2001 23:32:02 +0000 (23:32 +0000)]
(syms_of_eval): Doc fixes.

23 years ago*** empty log message ***
Richard M. Stallman [Fri, 19 Oct 2001 23:31:48 +0000 (23:31 +0000)]
*** empty log message ***

23 years agoMinor cleanup.
Richard M. Stallman [Fri, 19 Oct 2001 19:07:37 +0000 (19:07 +0000)]
Minor cleanup.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 19 Oct 2001 16:53:17 +0000 (16:53 +0000)]
*** empty log message ***

23 years agoRemove the commented-out AC_PREREQ, it caused trouble on Debian woody
Eli Zaretskii [Fri, 19 Oct 2001 16:44:44 +0000 (16:44 +0000)]
Remove the commented-out AC_PREREQ, it caused trouble on Debian woody
which had both Autoconf 2.13 and 2.52 installed (the wrong version
would be selected).

23 years ago(auto-mode-alist): Associate .indent.pro with
Eli Zaretskii [Fri, 19 Oct 2001 16:35:53 +0000 (16:35 +0000)]
(auto-mode-alist): Associate .indent.pro with
Fundamental mode.  Suggested by Samuel Padgett
<spadgett1@nc.rr.com>.

23 years ago(Fbeginning_of_line, Fend_of_line): Clarify interaction with fields and
Miles Bader [Fri, 19 Oct 2001 15:05:16 +0000 (15:05 +0000)]
(Fbeginning_of_line, Fend_of_line): Clarify interaction with fields and
suggest using `forward-line' to avoid them.

23 years ago(Fline_beginning_position, Fline_end_position): Clarify documentation.
Miles Bader [Fri, 19 Oct 2001 15:02:53 +0000 (15:02 +0000)]
(Fline_beginning_position, Fline_end_position):  Clarify documentation.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 14:11:21 +0000 (14:11 +0000)]
*** empty log message ***

23 years agoUse `=' instead of `=='. From Kenichi Handa
Gerd Moellmann [Fri, 19 Oct 2001 14:10:34 +0000 (14:10 +0000)]
Use `=' instead of `=='.  From Kenichi Handa
<handa@etl.go.jp>.

23 years agoAdd big5 Chinese double spaced alphabet
Eli Zaretskii [Fri, 19 Oct 2001 12:55:47 +0000 (12:55 +0000)]
Add big5 Chinese double spaced alphabet
mappings, so that one could type them without leaving the Hanyu
Pinyin input method.  Suggested by Kenichi Handa <handa@etl.go.jp>.

23 years agoAdd --help option. Add support for building
Gerd Moellmann [Fri, 19 Oct 2001 11:33:15 +0000 (11:33 +0000)]
Add --help option.  Add support for building
in arbitrary source trees.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 11:32:28 +0000 (11:32 +0000)]
*** empty log message ***

23 years ago(redisplay_internal): Don't clear echo area if the
Gerd Moellmann [Fri, 19 Oct 2001 11:08:25 +0000 (11:08 +0000)]
(redisplay_internal): Don't clear echo area if the
mini-window is selected.

23 years agoMore info about wrong UNDERLINE_POSITION in some fonts.
Eli Zaretskii [Fri, 19 Oct 2001 10:25:57 +0000 (10:25 +0000)]
More info about wrong UNDERLINE_POSITION in some fonts.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 09:29:29 +0000 (09:29 +0000)]
*** empty log message ***

23 years ago(Text Lines): Describe behavior of
Gerd Moellmann [Fri, 19 Oct 2001 09:29:16 +0000 (09:29 +0000)]
(Text Lines): Describe behavior of
`beginning-of-line'/`end-of-line' in the presence of field properties.

23 years agorebuilt
Ken Raeburn [Fri, 19 Oct 2001 09:00:53 +0000 (09:00 +0000)]
rebuilt

23 years agoFix last change.
Eli Zaretskii [Fri, 19 Oct 2001 07:29:48 +0000 (07:29 +0000)]
Fix last change.

23 years ago(scroll-bar-toolkit-scroll): Don't ring the bell
Eli Zaretskii [Fri, 19 Oct 2001 07:23:53 +0000 (07:23 +0000)]
(scroll-bar-toolkit-scroll): Don't ring the bell
when we hit the beginning or the end of the buffer.  Instead, just
print a message and do nothing.

23 years agofix up hesiod and kerberos configuration problems
Ken Raeburn [Fri, 19 Oct 2001 00:31:27 +0000 (00:31 +0000)]
fix up hesiod and kerberos configuration problems

23 years ago(xml-parse-tag): Use eq on char-after's return value.
Stefan Monnier [Thu, 18 Oct 2001 20:20:09 +0000 (20:20 +0000)]
(xml-parse-tag): Use eq on char-after's return value.

23 years ago(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
Andrew Innes [Thu, 18 Oct 2001 16:20:00 +0000 (16:20 +0000)]
(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
optimization.  The fontp->encoding array was not being initialized
correctly when compiled with optimizations by MSVC.

23 years ago(ALL): Do not include fakemail.
Andrew Innes [Thu, 18 Oct 2001 15:12:30 +0000 (15:12 +0000)]
(ALL): Do not include fakemail.

23 years ago(install): Do not copy fakemail.
Andrew Innes [Thu, 18 Oct 2001 15:11:40 +0000 (15:11 +0000)]
(install): Do not copy fakemail.

23 years ago*** empty log message ***
Andrew Innes [Thu, 18 Oct 2001 12:50:06 +0000 (12:50 +0000)]
*** empty log message ***

23 years ago(w32_encode_char): Get cached codepage from font_info,
Andrew Innes [Thu, 18 Oct 2001 12:39:30 +0000 (12:39 +0000)]
(w32_encode_char): Get cached codepage from font_info,
rather than working it out by calling w32_codepage_for_font for
every glyph.

23 years ago(w32_load_system_font): Cache codepage in font_info.
Andrew Innes [Thu, 18 Oct 2001 12:38:54 +0000 (12:38 +0000)]
(w32_load_system_font): Cache codepage in font_info.

23 years ago(struct font_info) [WINDOWSNT]: Add codepage field.
Andrew Innes [Thu, 18 Oct 2001 12:38:25 +0000 (12:38 +0000)]
(struct font_info) [WINDOWSNT]: Add codepage field.

23 years ago(isearch-mode-map): Bind `mouse-movement' to nil.
Gerd Moellmann [Thu, 18 Oct 2001 10:07:19 +0000 (10:07 +0000)]
(isearch-mode-map): Bind `mouse-movement' to nil.

23 years ago(hilit-lookup-face-create): Call
Gerd Moellmann [Thu, 18 Oct 2001 09:58:18 +0000 (09:58 +0000)]
(hilit-lookup-face-create): Call
set-face-font only if display-graphic-p.
(toplevel): Remove references to window-system.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 18 Oct 2001 08:53:46 +0000 (08:53 +0000)]
*** empty log message ***

23 years ago(what-line): Avoid problems with field properties.
Gerd Moellmann [Thu, 18 Oct 2001 08:53:25 +0000 (08:53 +0000)]
(what-line): Avoid problems with field properties.

23 years ago(display_line): Indicate empty lines in active
Gerd Moellmann [Thu, 18 Oct 2001 08:48:58 +0000 (08:48 +0000)]
(display_line): Indicate empty lines in active
mini-window.

23 years agoFix last change.
Eli Zaretskii [Thu, 18 Oct 2001 08:06:36 +0000 (08:06 +0000)]
Fix last change.

23 years ago(widget-field-face, widget-single-line-field-face):
Eli Zaretskii [Wed, 17 Oct 2001 18:41:54 +0000 (18:41 +0000)]
(widget-field-face, widget-single-line-field-face):
Define special colors for a tty.

23 years ago*** empty log message ***
Miles Bader [Wed, 17 Oct 2001 18:28:36 +0000 (18:28 +0000)]
*** empty log message ***

23 years ago(Glossary): Add an index entry leading to "Cut and Paste".
Eli Zaretskii [Wed, 17 Oct 2001 18:27:59 +0000 (18:27 +0000)]
(Glossary): Add an index entry leading to "Cut and Paste".

23 years ago(defface): Mention `:inherit' in doc-string.
Miles Bader [Wed, 17 Oct 2001 18:19:13 +0000 (18:19 +0000)]
(defface): Mention `:inherit' in doc-string.

23 years agoMention the crashes on the Yellow Dog GNU/Linux on the PPC, and
Eli Zaretskii [Wed, 17 Oct 2001 17:36:04 +0000 (17:36 +0000)]
Mention the crashes on the Yellow Dog GNU/Linux on the PPC, and
how to fix that.

23 years agoAdd an entry for MacPPC, and describe problems with Yellow Dog.
Eli Zaretskii [Wed, 17 Oct 2001 17:26:08 +0000 (17:26 +0000)]
Add an entry for MacPPC, and describe problems with Yellow Dog.

23 years ago(w32_read_socket): Determine clipping rectangle for
Andrew Innes [Wed, 17 Oct 2001 17:22:37 +0000 (17:22 +0000)]
(w32_read_socket): Determine clipping rectangle for
the entire frame, including areas covered by scrollbars and the
menubar.  This avoids internal arguments about whether a frame is
fully obscured or not.

23 years ago(try_window_id): Undo last change. Give up if
Gerd Moellmann [Wed, 17 Oct 2001 15:28:52 +0000 (15:28 +0000)]
(try_window_id): Undo last change.  Give up if
window ends in strings.

23 years ago(try_window_id): Don't display lines after the window
Gerd Moellmann [Wed, 17 Oct 2001 14:07:40 +0000 (14:07 +0000)]
(try_window_id): Don't display lines after the window
end if the rest of the window after the window end was already
blank.

23 years ago(display_line): Don't indicate empty lines in
Gerd Moellmann [Wed, 17 Oct 2001 11:49:57 +0000 (11:49 +0000)]
(display_line): Don't indicate empty lines in
mini-windows.

23 years ago(VERSION): Set to 2.7.
Gerd Moellmann [Wed, 17 Oct 2001 10:25:26 +0000 (10:25 +0000)]
(VERSION): Set to 2.7.
(manual): Use `manual-21' instead of `manual-20'.

23 years agoIncrease version to 2.7.
Gerd Moellmann [Wed, 17 Oct 2001 10:21:56 +0000 (10:21 +0000)]
Increase version to 2.7.

23 years agoUpdate the Commentary with installation instructions.
Eli Zaretskii [Tue, 16 Oct 2001 18:56:39 +0000 (18:56 +0000)]
Update the Commentary with installation instructions.

23 years ago(eshell-ls-dired-initial-args): Added an extra customization variable,
John Wiegley [Tue, 16 Oct 2001 00:55:41 +0000 (00:55 +0000)]
(eshell-ls-dired-initial-args): Added an extra customization variable,
to differentiate ls-in-dired from regular uses of ls.