1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

52891 Commits

Author SHA1 Message Date
Glenn Morris
3e58bf8b8f (diary-from-outlook, diary-from-outlook-gnus)
(diary-from-outlook-rmail): Use NOCONFIRM rather than DONOTASK for
argument name.
2004-11-09 17:01:01 +00:00
Glenn Morris
32261ad34d *** empty log message *** 2004-11-09 16:59:44 +00:00
Glenn Morris
e6a70f09d2 (diary-from-outlook, diary-from-outlook-gnus)
(diary-from-outlook-rmail): Do not use interactive-p; but rather new
optional argument DONOTASK.
2004-11-09 14:51:06 +00:00
Glenn Morris
b4f8e43e24 *** empty log message *** 2004-11-09 14:50:30 +00:00
Stefan Monnier
0c90b62944 (easy-menu-intern): Revert to no-downcasing.
(easy-menu-name-match): Revert correspondingly.
2004-11-09 14:37:10 +00:00
Kim F. Storm
678b3958be 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.
2004-11-09 13:26:58 +00:00
Kim F. Storm
0162fa4ea6 (produce_image_glyph): Remove unused variable 'face_ascent'.
(pint2hrstr): Add extra braces to silence compiler.
2004-11-09 13:26:01 +00:00
Kim F. Storm
44455197d9 (print_object): Fix format string. 2004-11-09 13:24:35 +00:00
Kim F. Storm
95af0924b4 (read1): Fix next_char matching. 2004-11-09 13:24:19 +00:00
Kim F. Storm
e870dd8926 (Fdelete): Add EXFUN.
(replace_range_2): Add prototype.
2004-11-09 13:24:07 +00:00
Kim F. Storm
caa5a925ae (read_avail_input): Remove unused variable 'discard'. 2004-11-09 13:23:55 +00:00
Kim F. Storm
825e0e0b53 (NULL_INTERVAL_P): Add separate version when
ENABLE_CHECKING is not defined to silence compiler.
(compare_string_intervals): Add prototype.
2004-11-09 13:23:42 +00:00
Kim F. Storm
c3c69bb625 (destroy_fringe_bitmap): Fix return type.
(Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
2004-11-09 13:23:32 +00:00
Kim F. Storm
9b33d5960f (Fdump_emacs): Fix format string. 2004-11-09 13:23:13 +00:00
Kim F. Storm
9f77d2aaef Include <ctype.h>.
(Fsubstitute_command_keys): Remove unused variable 'firstkey'.
2004-11-09 13:23:00 +00:00
Kim F. Storm
43e50e40db (store_symval_forwarding): Remove unused variables. 2004-11-09 13:19:11 +00:00
Kim F. Storm
33247f0c3a (Fcall_interactively): Remove unused variable 'funcar'. 2004-11-09 13:18:58 +00:00
Kim F. Storm
0faf68065e *** empty log message *** 2004-11-09 13:18:39 +00:00
Kim F. Storm
d0c38d631d Fix commentary. 2004-11-09 11:16:32 +00:00
Kim F. Storm
eb943af045 (Fmake_network_process): Remove unused var 'retry'. 2004-11-09 11:15:46 +00:00
Richard M. Stallman
ae8bbb4261 *** empty log message *** 2004-11-09 11:10:09 +00:00
Jan Djärv
366fc3f9ed * Makefile.in (maintainer-clean): Depend on distclean. 2004-11-09 11:05:40 +00:00
Kim F. Storm
bf17c6e67e (scan_c_file): Set defvarperbufferflag to silence compiler. 2004-11-09 11:03:12 +00:00
Kim F. Storm
4431cfb561 (main): Init local var c to silence compiler. 2004-11-09 11:03:00 +00:00
Kim F. Storm
708781d96a (main, consider_token, C_entries): Add misc switch
default targets to silence compiler.
2004-11-09 11:02:51 +00:00
Kim F. Storm
f2eb41c862 *** empty log message *** 2004-11-09 11:02:35 +00:00
Jan Djärv
16bf4e3264 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
to ${OLDXMENU}.
2004-11-09 10:59:49 +00:00
Richard M. Stallman
a7a7ddf104 (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.
2004-11-09 10:33:23 +00:00
Kim F. Storm
4e9dd03b8c (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.
2004-11-09 09:40:37 +00:00
Kim F. Storm
cdb805a935 *** empty log message *** 2004-11-09 09:40:07 +00:00
Jan Djärv
a8b16c80cd * .cvsignore: Add buildobj.lst. 2004-11-09 08:23:44 +00:00
Jan Djärv
84c2fd9f35 * help-fns.el (help-C-file-name): File name must be in build-files
to be returned.
2004-11-09 08:20:44 +00:00
Jan Djärv
d87a9ab893 * 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.
2004-11-09 08:19:51 +00:00
Jan Djärv
3cf5c99434 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
resulting DOC file can be used on Unix/Mac also.
2004-11-09 08:18:58 +00:00
Jan Djärv
ba68f95a29 * sed1v2.inp: Use djecho for buildobj.lst.
* sed1.inp: Ditto.
2004-11-09 08:18:05 +00:00
Kenichi Handa
8045ca809e Fix previous change. 2004-11-09 05:29:28 +00:00
Kenichi Handa
0606db1265 Change coding: tag back to iso-2022-7bit. 2004-11-09 05:19:08 +00:00
Jay Belanger
6b644e8d6c *** empty log message *** 2004-11-09 05:01:55 +00:00
Jay Belanger
5f16f8be79 (calc-init-extensions): Bound calc-yank to mouse-2. 2004-11-09 04:49:01 +00:00
Jay Belanger
f55320b5c4 (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.
2004-11-09 04:43:03 +00:00
Miles Bader
5f49be3fae 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>.
2004-11-09 04:38:27 +00:00
Kim F. Storm
091cccb68d 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.
2004-11-08 23:52:54 +00:00
Kim F. Storm
ee960c0a97 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'.
2004-11-08 23:37:16 +00:00
Kim F. Storm
81544a1d14 (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.
2004-11-08 23:34:12 +00:00
Kim F. Storm
b6709e7744 *** empty log message *** 2004-11-08 23:32:56 +00:00
Stefan Monnier
9ee5b74454 (select-safe-coding-system-interactively):
New function extracted from select-safe-coding-system.
(select-safe-coding-system): Use it.
2004-11-08 23:03:30 +00:00
Kim F. Storm
00912e6c7d 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.
2004-11-08 22:30:00 +00:00
Kim F. Storm
4674c583e2 (note_mouse_highlight): Clear mouse face if we move out of text area. 2004-11-08 22:25:30 +00:00
Kim F. Storm
b7127aa8d0 *** empty log message *** 2004-11-08 22:24:51 +00:00
Kim F. Storm
a78bc3c08a (fast_find_position): Fix start pos if header line present. 2004-11-08 22:12:13 +00:00