bpt/emacs.git
19 years ago*** empty log message ***
Jay Belanger [Thu, 11 Nov 2004 06:14:18 +0000 (06:14 +0000)]
*** empty log message ***

19 years ago(math-read-brackets, math-check-for-commas): Use declared variable
Jay Belanger [Thu, 11 Nov 2004 05:53:19 +0000 (05:53 +0000)]
(math-read-brackets, math-check-for-commas):  Use declared variable
math-exp-pos.

(math-check-for-commas):  Use declared variable math-exp-str.

(math-read-brackets):  Use declared variables math-exp-old-pos,
math-exp-keep-spaces.

(math-read-brackets, math-read-vector, math-read-matrix):  Use
declared variable math-exp-token.

19 years ago(math-parse-tex-sum): Use declared variable math-exp-old-pos.
Jay Belanger [Thu, 11 Nov 2004 05:52:17 +0000 (05:52 +0000)]
(math-parse-tex-sum):  Use declared variable math-exp-old-pos.

(math-parse-fortran-vector, math-parse-fortran-vector-end)
(math-parse-eqn-prime):  Use declared variable math-exp-token.

19 years ago(math-read-angle-bracket): Use declared variables math-exp-pos,
Jay Belanger [Thu, 11 Nov 2004 05:51:24 +0000 (05:51 +0000)]
(math-read-angle-bracket):  Use declared variables math-exp-pos,
math-exp-str.

19 years ago(math-read-expr): Use declared variables math-exp-pos,
Jay Belanger [Thu, 11 Nov 2004 05:50:09 +0000 (05:50 +0000)]
(math-read-expr):  Use declared variables math-exp-pos,
math-exp-old-pos, math-exp-str, math-exp-token,
math-exp-keep-spaces.

19 years ago(calc-do-quick-calc): Use kill-new to append string to kill-ring.
Jay Belanger [Thu, 11 Nov 2004 05:48:50 +0000 (05:48 +0000)]
(calc-do-quick-calc):  Use kill-new to append string to kill-ring.

(calc-alg-exp, math-toks, math-exp-pos,math-exp-old-pos)
(math-exp-token, math-exp-keep-spaces, math-exp-str):  New variables.

(calc-do-alg-entry, calcAlg-equals, calcAlg-edit, calcAlg-enter):  Use
declared variable calc-alg-exp.

(math-build-parse-table, math-find-user-token):  Use declared variable
math-toks.

(math-read-exprs, math-read-token, calc-check-user-syntax,
calc-match-user-syntax, match-factor-after, math-read-factor):  Use
declared variables math-exp-pos math-exp-old-pos.

(math-read-exprs, math-read-token, math-read-expr-level)
(calc-check-user-syntax, calc-match-user-syntax, match-factor-after)
(math-read-factor):  Use declared variable math-exp-token.

(math-read-exprs, math-read-expr-list, math-read-token,
math-read-factor):  Use declared variable math-exp-keep-spaces.

(math-read-exprs, math-read-token):  Use declared variable
math-exp-str.

(calc-match-user-syntax):  Made m a local variable.

19 years ago(magic-mode-alist): Reduce backtracking in the HTML regexp.
Stefan Monnier [Thu, 11 Nov 2004 04:52:27 +0000 (04:52 +0000)]
(magic-mode-alist): Reduce backtracking in the HTML regexp.

19 years ago(Fkeymap_prompt): Accept symbol keymaps.
Stefan Monnier [Wed, 10 Nov 2004 22:35:21 +0000 (22:35 +0000)]
(Fkeymap_prompt): Accept symbol keymaps.

19 years agoEmacs 21.4, not 20.4
Daniel Pfeiffer [Wed, 10 Nov 2004 20:17:34 +0000 (20:17 +0000)]
Emacs 21.4, not 20.4

19 years agomagic-mode-alist & conf-mode.el
Daniel Pfeiffer [Wed, 10 Nov 2004 20:15:00 +0000 (20:15 +0000)]
magic-mode-alist & conf-mode.el

19 years agoRevert last change.
Eli Zaretskii [Wed, 10 Nov 2004 20:12:29 +0000 (20:12 +0000)]
Revert last change.

19 years ago(easy-menu-add-item): Use keymap-prompt. Simplify.
Stefan Monnier [Wed, 10 Nov 2004 16:20:20 +0000 (16:20 +0000)]
(easy-menu-add-item): Use keymap-prompt.  Simplify.

19 years ago(easy-menu-define-key): Understand the case where the keymap is a symbol.
Stefan Monnier [Wed, 10 Nov 2004 15:15:43 +0000 (15:15 +0000)]
(easy-menu-define-key): Understand the case where the keymap is a symbol.

19 years ago(sgml-tag-text-p): New fun.
Stefan Monnier [Wed, 10 Nov 2004 14:39:40 +0000 (14:39 +0000)]
(sgml-tag-text-p): New fun.
(sgml-parse-tag-backward): Use it to skip spurious < or >.

19 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 10 Nov 2004 10:51:01 +0000 (10:51 +0000)]
*** empty log message ***

19 years agoDoc fixes throughout.
Thien-Thi Nguyen [Wed, 10 Nov 2004 10:45:59 +0000 (10:45 +0000)]
Doc fixes throughout.
(electric-buffer-menu-mode-hook): New defvar.

19 years agoAlso do /etc/magic, hosts.allow, hosts.deny etc.
Daniel Pfeiffer [Wed, 10 Nov 2004 09:53:24 +0000 (09:53 +0000)]
Also do /etc/magic, hosts.allow, hosts.deny etc.

19 years agoDon't require cl, comint, gud, gdb-ui for
Nick Roberts [Wed, 10 Nov 2004 06:47:35 +0000 (06:47 +0000)]
Don't require cl, comint, gud, gdb-ui for
compilation. The resulting compiler warnings appear to be
harmless.

19 years ago*** empty log message ***
Nick Roberts [Wed, 10 Nov 2004 06:46:50 +0000 (06:46 +0000)]
*** empty log message ***

19 years agoChanges from arch/CVS synchronization
Miles Bader [Wed, 10 Nov 2004 05:20:51 +0000 (05:20 +0000)]
Changes from arch/CVS synchronization

19 years ago*** empty log message ***
Daniel Pfeiffer [Wed, 10 Nov 2004 00:43:48 +0000 (00:43 +0000)]
*** empty log message ***

19 years ago(auto-mode-alist, magic-mode-alist): Use conf-mode
Daniel Pfeiffer [Wed, 10 Nov 2004 00:39:54 +0000 (00:39 +0000)]
(auto-mode-alist, magic-mode-alist): Use conf-mode

19 years ago*** empty log message ***
André Spiegel [Tue, 9 Nov 2004 23:41:50 +0000 (23:41 +0000)]
*** empty log message ***

19 years agoRewrite the introduction about version systems, mentioning the new
André Spiegel [Tue, 9 Nov 2004 23:36:29 +0000 (23:36 +0000)]
Rewrite the introduction about version systems, mentioning the new
ones that we support.  Thanks to Alex Ott, Karl Fogel, Stefan
Monnier, and David Kastrup for suggestions.

19 years ago(iso-cvt-define-menu): Clean up namespace.
Stefan Monnier [Tue, 9 Nov 2004 22:10:42 +0000 (22:10 +0000)]
(iso-cvt-define-menu): Clean up namespace.

19 years agoAdd a note about VC-over-Tramp.
André Spiegel [Tue, 9 Nov 2004 22:06:05 +0000 (22:06 +0000)]
Add a note about VC-over-Tramp.

19 years ago*** empty log message ***
Jay Belanger [Tue, 9 Nov 2004 20:38:27 +0000 (20:38 +0000)]
*** empty log message ***

19 years ago(math-read-exprs, math-read-expr-list, math-read-expr-level,
Jay Belanger [Tue, 9 Nov 2004 20:32:37 +0000 (20:32 +0000)]
(math-read-exprs, math-read-expr-list, math-read-expr-level,
math-read-token, calc-check-user-syntax, calc-match-user-syntax,
math-read-if, math-factor-after, math-read-factor):  Use
declared variable math-expr-data.

19 years ago(math-parse-fortran-vector, math-parse-fortran-vector-end,
Jay Belanger [Tue, 9 Nov 2004 20:32:13 +0000 (20:32 +0000)]
(math-parse-fortran-vector, math-parse-fortran-vector-end,
math-parse-tex-sum, math-parse-eqn-matrix, math-parse-eqn-prime,
math-read-math-subscr):  Use declared variable math-expr-data.

19 years ago(math-read-brackets, math-read-vector, math-read-matrix): Use
Jay Belanger [Tue, 9 Nov 2004 20:31:40 +0000 (20:31 +0000)]
(math-read-brackets, math-read-vector, math-read-matrix):  Use
declared variable math-expr-data.

19 years ago(math-rewrite, math-rewrite-phase): Use declared variable math-mt-many.
Jay Belanger [Tue, 9 Nov 2004 20:31:12 +0000 (20:31 +0000)]
(math-rewrite, math-rewrite-phase):  Use declared variable math-mt-many.

(math-rewrite):  Use declared variable math-mt-func.

19 years ago(math-expand-form): Use declared variable math-mt-many.
Jay Belanger [Tue, 9 Nov 2004 20:30:40 +0000 (20:30 +0000)]
(math-expand-form):  Use declared variable math-mt-many.

19 years ago(math-normalize-a): New variable.
Jay Belanger [Tue, 9 Nov 2004 20:30:10 +0000 (20:30 +0000)]
(math-normalize-a):  New variable.

(math-normalize):  Use declared variable math-normalize-a.

19 years ago(calc-init-extensions): Remove old code.
Jay Belanger [Tue, 9 Nov 2004 20:29:34 +0000 (20:29 +0000)]
(calc-init-extensions):  Remove old code.

(math-expr-data, math-mt-many, math-mt-func, calc-z-prefix-buf)
(calc-z-prefix-msgs):  New variables.

(calc-z-prefix-help, calc-user-function-list):  Use declared variables
calc-z-prefix-buf, calc-z-prefix-msgs.

(math-normalize-nonstandard):  Use declared variable math-normalize-a.

(math-map-tree, math-map-tree-rec):  Use declared variables
math-mt-many, math-mt-func.

(math-read-expression, math-read-string):  Use declared variable math-expr-data.

19 years ago(diary-from-outlook, diary-from-outlook-gnus)
Glenn Morris [Tue, 9 Nov 2004 17:01:01 +0000 (17:01 +0000)]
(diary-from-outlook, diary-from-outlook-gnus)
(diary-from-outlook-rmail): Use NOCONFIRM rather than DONOTASK for
argument name.

19 years ago*** empty log message ***
Glenn Morris [Tue, 9 Nov 2004 16:59:44 +0000 (16:59 +0000)]
*** empty log message ***

19 years ago(diary-from-outlook, diary-from-outlook-gnus)
Glenn Morris [Tue, 9 Nov 2004 14:51:06 +0000 (14:51 +0000)]
(diary-from-outlook, diary-from-outlook-gnus)
(diary-from-outlook-rmail): Do not use interactive-p; but rather new
optional argument DONOTASK.

19 years ago*** empty log message ***
Glenn Morris [Tue, 9 Nov 2004 14:50:30 +0000 (14:50 +0000)]
*** empty log message ***

19 years ago(easy-menu-intern): Revert to no-downcasing.
Stefan Monnier [Tue, 9 Nov 2004 14:37:10 +0000 (14:37 +0000)]
(easy-menu-intern): Revert to no-downcasing.
(easy-menu-name-match): Revert correspondingly.

19 years agoInclude <sys/types.h> and <unistd.h> (for getpid).
Kim F. Storm [Tue, 9 Nov 2004 13:26:58 +0000 (13:26 +0000)]
Include <sys/types.h> and <unistd.h> (for getpid).
Fix various comments referring to XEvents instead of input events.
(x_queue_event): Fix format strings.
(x_stop_queuing_selection_requests): Likewise.

19 years ago(produce_image_glyph): Remove unused variable 'face_ascent'.
Kim F. Storm [Tue, 9 Nov 2004 13:26:01 +0000 (13:26 +0000)]
(produce_image_glyph): Remove unused variable 'face_ascent'.
(pint2hrstr): Add extra braces to silence compiler.

19 years ago(print_object): Fix format string.
Kim F. Storm [Tue, 9 Nov 2004 13:24:35 +0000 (13:24 +0000)]
(print_object): Fix format string.

19 years ago(read1): Fix next_char matching.
Kim F. Storm [Tue, 9 Nov 2004 13:24:19 +0000 (13:24 +0000)]
(read1): Fix next_char matching.

19 years ago(Fdelete): Add EXFUN.
Kim F. Storm [Tue, 9 Nov 2004 13:24:07 +0000 (13:24 +0000)]
(Fdelete): Add EXFUN.
(replace_range_2): Add prototype.

19 years ago(read_avail_input): Remove unused variable 'discard'.
Kim F. Storm [Tue, 9 Nov 2004 13:23:55 +0000 (13:23 +0000)]
(read_avail_input): Remove unused variable 'discard'.

19 years ago(NULL_INTERVAL_P): Add separate version when
Kim F. Storm [Tue, 9 Nov 2004 13:23:42 +0000 (13:23 +0000)]
(NULL_INTERVAL_P): Add separate version when
ENABLE_CHECKING is not defined to silence compiler.
(compare_string_intervals): Add prototype.

19 years ago(destroy_fringe_bitmap): Fix return type.
Kim F. Storm [Tue, 9 Nov 2004 13:23:32 +0000 (13:23 +0000)]
(destroy_fringe_bitmap): Fix return type.
(Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.

19 years ago(Fdump_emacs): Fix format string.
Kim F. Storm [Tue, 9 Nov 2004 13:23:13 +0000 (13:23 +0000)]
(Fdump_emacs): Fix format string.

19 years agoInclude <ctype.h>.
Kim F. Storm [Tue, 9 Nov 2004 13:23:00 +0000 (13:23 +0000)]
Include <ctype.h>.
(Fsubstitute_command_keys): Remove unused variable 'firstkey'.

19 years ago(store_symval_forwarding): Remove unused variables.
Kim F. Storm [Tue, 9 Nov 2004 13:19:11 +0000 (13:19 +0000)]
(store_symval_forwarding): Remove unused variables.

19 years ago(Fcall_interactively): Remove unused variable 'funcar'.
Kim F. Storm [Tue, 9 Nov 2004 13:18:58 +0000 (13:18 +0000)]
(Fcall_interactively): Remove unused variable 'funcar'.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 9 Nov 2004 13:18:39 +0000 (13:18 +0000)]
*** empty log message ***

19 years agoFix commentary.
Kim F. Storm [Tue, 9 Nov 2004 11:16:32 +0000 (11:16 +0000)]
Fix commentary.

19 years ago(Fmake_network_process): Remove unused var 'retry'.
Kim F. Storm [Tue, 9 Nov 2004 11:15:46 +0000 (11:15 +0000)]
(Fmake_network_process): Remove unused var 'retry'.

19 years ago*** empty log message ***
Richard M. Stallman [Tue, 9 Nov 2004 11:10:09 +0000 (11:10 +0000)]
*** empty log message ***

19 years ago* Makefile.in (maintainer-clean): Depend on distclean.
Jan Djärv [Tue, 9 Nov 2004 11:05:40 +0000 (11:05 +0000)]
* Makefile.in (maintainer-clean): Depend on distclean.

19 years ago(scan_c_file): Set defvarperbufferflag to silence compiler.
Kim F. Storm [Tue, 9 Nov 2004 11:03:12 +0000 (11:03 +0000)]
(scan_c_file): Set defvarperbufferflag to silence compiler.

19 years ago(main): Init local var c to silence compiler.
Kim F. Storm [Tue, 9 Nov 2004 11:03:00 +0000 (11:03 +0000)]
(main): Init local var c to silence compiler.

19 years ago(main, consider_token, C_entries): Add misc switch
Kim F. Storm [Tue, 9 Nov 2004 11:02:51 +0000 (11:02 +0000)]
(main, consider_token, C_entries): Add misc switch
default targets to silence compiler.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 9 Nov 2004 11:02:35 +0000 (11:02 +0000)]
*** empty log message ***

19 years ago* Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
Jan Djärv [Tue, 9 Nov 2004 10:59:49 +0000 (10:59 +0000)]
* Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
to ${OLDXMENU}.

19 years ago(byte-compile-defalias):
Richard M. Stallman [Tue, 9 Nov 2004 10:33:23 +0000 (10:33 +0000)]
(byte-compile-defalias):
Turn off warnings for the new function even ifdefinition not constant.
If the definition isn't a quoted symbol, record (FUNCTION . t).
(byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
(byte-compile-callargs-warn): Handle (FUNCTION . t).
(display-call-tree, byte-compile-arglist-warn):
Handle t returned by byte-compile-fdefinition.

19 years ago(Fmake_network_process): Remove kludge for interrupted
Kim F. Storm [Tue, 9 Nov 2004 09:40:37 +0000 (09:40 +0000)]
(Fmake_network_process): Remove kludge for interrupted
connects on BSD.  If connect is interrupted, just close socket and
start over rather than sleeping and retry with same socket.

19 years ago*** empty log message ***
Kim F. Storm [Tue, 9 Nov 2004 09:40:07 +0000 (09:40 +0000)]
*** empty log message ***

19 years ago* .cvsignore: Add buildobj.lst.
Jan Djärv [Tue, 9 Nov 2004 08:23:44 +0000 (08:23 +0000)]
* .cvsignore: Add buildobj.lst.

19 years ago* help-fns.el (help-C-file-name): File name must be in build-files
Jan Djärv [Tue, 9 Nov 2004 08:20:44 +0000 (08:20 +0000)]
* help-fns.el (help-C-file-name): File name must be in build-files
to be returned.

19 years ago* doc.c: New variable Vbuild_files.
Jan Djärv [Tue, 9 Nov 2004 08:19:51 +0000 (08:19 +0000)]
* doc.c: New variable Vbuild_files.
(Fsnarf_documentation): If Vbuild_files is nil, populate it with
file names from buildobh.lst.  Only attach docstrings from files
that are in Vbuild_files.
(syms_of_doc): Defvar Vbuild_files.

* Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
and w32*.o.
(temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
(mostlyclean): rm buildobj.lst

* makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
is linked.

19 years ago* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
Jan Djärv [Tue, 9 Nov 2004 08:18:58 +0000 (08:18 +0000)]
* makefile.w32-in (obj): Add all files (X and Mac) to doc so the
resulting DOC file can be used on Unix/Mac also.

19 years ago* sed1v2.inp: Use djecho for buildobj.lst.
Jan Djärv [Tue, 9 Nov 2004 08:18:05 +0000 (08:18 +0000)]
* sed1v2.inp: Use djecho for buildobj.lst.

* sed1.inp: Ditto.

19 years agoFix previous change.
Kenichi Handa [Tue, 9 Nov 2004 05:29:28 +0000 (05:29 +0000)]
Fix previous change.

19 years agoChange coding: tag back to iso-2022-7bit.
Kenichi Handa [Tue, 9 Nov 2004 05:19:08 +0000 (05:19 +0000)]
Change coding: tag back to iso-2022-7bit.

19 years ago*** empty log message ***
Jay Belanger [Tue, 9 Nov 2004 05:01:55 +0000 (05:01 +0000)]
*** empty log message ***

19 years ago(calc-init-extensions): Bound calc-yank to mouse-2.
Jay Belanger [Tue, 9 Nov 2004 04:49:01 +0000 (04:49 +0000)]
(calc-init-extensions):  Bound calc-yank to mouse-2.

19 years ago(calc-mode-hook, calc-trail-mode-hook, calc-start-hook, calc-end-hook)
Jay Belanger [Tue, 9 Nov 2004 04:43:03 +0000 (04:43 +0000)]
(calc-mode-hook, calc-trail-mode-hook, calc-start-hook, calc-end-hook)
(calc-load-hook):  New variables.

(calc, calc-trail-display, calc-mode):  Removed obsolete sections.

(calc-x-paste-text):  Removed.

19 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
Miles Bader [Tue, 9 Nov 2004 04:38:27 +0000 (04:38 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679

Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
   Update from CVS

2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-msg.el (gnus-configure-posting-styles): Don't cause the
   "Args out of range" error.  Reported by Arnaud Giersch
   <arnaud.giersch@free.fr>.

19 years agoThis bug was fixed by RMS on 2004-11-02:
Kim F. Storm [Mon, 8 Nov 2004 23:52:54 +0000 (23:52 +0000)]
This bug was fixed by RMS on 2004-11-02:

** scroll-preserve-screen-position doesn't work with a header-line-format

From: jbyler+emacs-lists@anon41.eml.cc
Date: Tue, 17 Aug 2004 17:10:14 -0400

There seems to be an off-by-one error triggered by using a header line
together with scroll-preserve-screen-position.  The symptom: instead of
staying in the same position on the screen when scrolling, the cursor
moves one screen line down each time the buffer is scrolled.  Put
another way: repeatedly typing C-v M-v or using a mouse scroll wheel to
scroll up and down causes the cursor to migrate slowly down the screen
instead of staying put as it should.

To reproduce:

emacs -q --no-site-file
(setq scroll-preserve-screen-position t)
(setq header-line-format "")
C-v M-v C-v M-v C-v M-v etc.

19 years agoFixed bug:
Kim F. Storm [Mon, 8 Nov 2004 23:37:16 +0000 (23:37 +0000)]
Fixed bug:

** line-spacing and garbage in fringe

From: SAITO Takuya <tabmore@rivo.mediatti.net>
Date: Mon, 31 May 2004 02:08:05 +0900 (JST)

Start emacs -Q and evaluate below with C-xC-e:

(let ((lines 2)
      (spacing 1))
  (setq line-spacing spacing
indicate-buffer-boundaries t)
  (insert (make-string (window-height) ?\n))
  (goto-char (point-min))
  (message (make-string (* (window-width) lines) ?.))
  (scroll-up 1))

then, garbage is displayed in right fringe.

Above code reproduces this bug with
(frame-parameter nil 'font)
=> "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1"

If you use different font, you may need different value of
`lines' and/or `spacing'.

19 years ago(update_window_fringes): Update fringe bitmaps if
Kim F. Storm [Mon, 8 Nov 2004 23:34:12 +0000 (23:34 +0000)]
(update_window_fringes): Update fringe bitmaps if
cur and row ends_at_zv_p differs.  If bitmaps of a row is updated,
also update previous row to get rid of misc. artifacts.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 8 Nov 2004 23:32:56 +0000 (23:32 +0000)]
*** empty log message ***

19 years ago(select-safe-coding-system-interactively):
Stefan Monnier [Mon, 8 Nov 2004 23:03:30 +0000 (23:03 +0000)]
(select-safe-coding-system-interactively):
New function extracted from select-safe-coding-system.
(select-safe-coding-system): Use it.

19 years agoFixed this bug:
Kim F. Storm [Mon, 8 Nov 2004 22:30:00 +0000 (22:30 +0000)]
Fixed this bug:

** Mouse-face overlay bleeds into header line

From: Stephen Berman <Stephen.Berman@gmx.net>
Date: Thu, 21 Oct 2004 18:11:01 +0200

Mouse-face overlays bleed into the header line when the beginning of
the overlay is above (point-min).  To reproduce:

1. Start Emacs with -q -no-site-file.

2. In *scratch* eval

(progn (setq ov (make-overlay 66 92))
       (overlay-put ov 'mouse-face 'highlight)
       (setq header-line-format "test"))

3. Drag the mouse over the string "evaluation.\n;; If you want" and
notice the highlighting of only this string.

4. Now click on the down arrow in the scroll bar until the line
beginning ";; If you want" is directly below the header line.

5. Drag the mouse over ";; If you want" and notice that not only it
but also the header line are highlighted.

19 years ago(note_mouse_highlight): Clear mouse face if we move out of text area.
Kim F. Storm [Mon, 8 Nov 2004 22:25:30 +0000 (22:25 +0000)]
(note_mouse_highlight): Clear mouse face if we move out of text area.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 8 Nov 2004 22:24:51 +0000 (22:24 +0000)]
*** empty log message ***

19 years ago(fast_find_position): Fix start pos if header line present.
Kim F. Storm [Mon, 8 Nov 2004 22:12:13 +0000 (22:12 +0000)]
(fast_find_position): Fix start pos if header line present.

19 years ago*** empty log message ***
Kim F. Storm [Mon, 8 Nov 2004 22:11:40 +0000 (22:11 +0000)]
*** empty log message ***

19 years ago(gdb-current-stack-level): New variable.
Nick Roberts [Mon, 8 Nov 2004 21:16:33 +0000 (21:16 +0000)]
(gdb-current-stack-level): New variable.
(gdb-info-frames-custom, gdb-frame-handler): Use it to find
current frame (in case of recursive calls).
(gdb-show-changed-values): Add :version keyword.

19 years ago*** empty log message ***
Nick Roberts [Mon, 8 Nov 2004 21:15:50 +0000 (21:15 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 8 Nov 2004 17:00:42 +0000 (17:00 +0000)]
*** empty log message ***

19 years ago(next-error group, face): Move before first use.
Richard M. Stallman [Mon, 8 Nov 2004 16:59:43 +0000 (16:59 +0000)]
(next-error group, face): Move before first use.
(next-error-highlight, next-error-highlight-no-select): Likewise.

(line-move-invisible-p): Renamed from line-move-invisible.
(line-move): New args NOERROR and TO-END.
Return t if if succeed in moving specified number of lines.
(move-end-of-line): New function.

(beginning-of-buffer-other-window, end-of-buffer-other-window):
Use with-no-warnings.

19 years ago(syntax-after): Doc fix.
Richard M. Stallman [Mon, 8 Nov 2004 16:55:56 +0000 (16:55 +0000)]
(syntax-after): Doc fix.

19 years ago(Syntax Table Functions): Add syntax-after.
Richard M. Stallman [Mon, 8 Nov 2004 16:55:07 +0000 (16:55 +0000)]
(Syntax Table Functions): Add syntax-after.

19 years ago*** empty log message ***
Richard M. Stallman [Mon, 8 Nov 2004 16:46:59 +0000 (16:46 +0000)]
*** empty log message ***

19 years ago(show-paren-function): Change calls to syntax-after
Richard M. Stallman [Mon, 8 Nov 2004 16:45:17 +0000 (16:45 +0000)]
(show-paren-function): Change calls to syntax-after
for new way of returning the value.

19 years ago(menu-bar-file-menu): Make this the real name
Richard M. Stallman [Mon, 8 Nov 2004 16:44:15 +0000 (16:44 +0000)]
(menu-bar-file-menu): Make this the real name
and menu-bar-files-menu the alias.  Use the former.
(global-map): Use `file', not `files', as the symbol.

19 years ago(Info-revert-find-node): Don't use beginning-of-buffer.
Richard M. Stallman [Mon, 8 Nov 2004 16:43:00 +0000 (16:43 +0000)]
(Info-revert-find-node): Don't use beginning-of-buffer.

19 years ago(filesets-spawn-external-viewer, filesets-run-cmd):
Richard M. Stallman [Mon, 8 Nov 2004 16:42:25 +0000 (16:42 +0000)]
(filesets-spawn-external-viewer, filesets-run-cmd):
Don't use beginning-of-buffer.
(filesets-cmd-show-result): Use with-no-warnings.

19 years agoComment changes.
Richard M. Stallman [Mon, 8 Nov 2004 16:40:33 +0000 (16:40 +0000)]
Comment changes.

19 years ago(bootstrap-clean): Copy ldefs-boot.el onto
Eli Zaretskii [Mon, 8 Nov 2004 14:05:40 +0000 (14:05 +0000)]
(bootstrap-clean): Copy ldefs-boot.el onto
loaddefs.el, unless the latter exists and is newer.

19 years ago(mostlyclean, distclean, maintainer-clean)
Eli Zaretskii [Mon, 8 Nov 2004 13:56:55 +0000 (13:56 +0000)]
(mostlyclean, distclean, maintainer-clean)
(extraclean, bootfast): New targets.
(top_distclean): New macro, used by distclean, maintainer-clean,
and extraclean.
(.PHONY): Add bootfast.
(bootstrap): Make bootstrap-after in lisp.
(bootstrap-clean-before): Clean in man, lispref, and lispintro as
well.

19 years ago*** empty log message ***
Eli Zaretskii [Mon, 8 Nov 2004 13:02:27 +0000 (13:02 +0000)]
*** empty log message ***