1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

36187 Commits

Author SHA1 Message Date
Gerd Moellmann
3ff0518e6a (sendmail-send-it): Look at `sendmail-program'
in caller buffer.
2001-07-04 09:54:15 +00:00
Gerd Moellmann
23c6089ebd (nnheader-init-server-buffer): Make sure the
*nntpd* buffer is made multibyte instead of a random buffer.
2001-07-04 09:40:50 +00:00
Gerd Moellmann
b5e2c7a755 (c-font-lock-keywords-3): When matching something
like `struct X Y', finish with point after Y.
2001-07-04 09:17:34 +00:00
Gerd Moellmann
c347a1c319 (x_produce_glyphs): Don't convert multibyte characters
to unibyte characters in unibyte buffers.
2001-07-04 07:42:36 +00:00
Gerd Moellmann
62c485d280 Clarify what's the problem with KDE's klipper applet. 2001-07-04 07:21:27 +00:00
Gerd Moellmann
24eb6c0ee2 Fix several typos. 2001-07-04 06:22:15 +00:00
Gerd Moellmann
38472d441b *** empty log message *** 2001-07-03 15:41:14 +00:00
Gerd Moellmann
eb700b824d (specbind): If SYMBOL has a frame-local binding, record
the frame on the binding stack.  Change format of entries for
local bindings on the binding stack to '(SYMBOL . WHERE)'.
(unbind_to): Handle unbinding a frame-local variable.
2001-07-03 15:30:06 +00:00
Gerd Moellmann
3326dc20c5 Improve comment. 2001-07-03 15:28:40 +00:00
Eli Zaretskii
bf4041b634 *** empty log message *** 2001-07-03 13:03:45 +00:00
Eli Zaretskii
f4a9721617 (ff-find-the-other-file): Use file-name-nondirectory
instead of string-match to find the basename of the file.  From
Pascal Obry <p.obry@wanadoo.fr>.
2001-07-03 13:02:55 +00:00
Eli Zaretskii
51a91c0910 (browse-url-default-windows-browser): Support
the MS-DOS port when it runs on Windows.
(browse-url-browser-function) [ms-dos]: Default to
browse-url-default-windows-browser.
2001-07-03 12:41:58 +00:00
Eli Zaretskii
f1c53471a7 (locate-library): Enable code that looks for compressed
libraries if auto-compression-mode is on.
2001-07-03 12:39:17 +00:00
Eli Zaretskii
5e67c78444 Fix the header line, for finder.el. Suggested by
Pavel Janik <Pavel@Janik.cz>
2001-07-03 12:30:34 +00:00
Gerd Moellmann
6332ca8abf Improve a comment. 2001-07-03 10:30:08 +00:00
Gerd Moellmann
33ea6c4d30 (compute_line_metrics): On ttys, subtract continuation
glyphs and truncation glyphs at the end of a row from its pixel
width.
(dump_glyph_row): Print row's continuation_lines_width.
(try_window_id): Take the shortcut if ZV is visible in the
window, but there are actually no changes at ZV.
2001-07-03 10:29:22 +00:00
Richard M. Stallman
55d3737db5 Clarify when it's good to update a tags table and why. 2001-07-02 21:24:10 +00:00
Stefan Monnier
4ce5c22387 (Info-clone-buffer-hook): Really unconditionally copy marker. 2001-07-02 19:20:25 +00:00
Eli Zaretskii
24cc235a08 Fix a typo. 2001-07-02 15:22:16 +00:00
Gerd Moellmann
dd441b46b9 (cl-do-arglist): Revert change of
2000-10-15.
2001-07-02 15:19:07 +00:00
Gerd Moellmann
4c175203a0 (x_free_dpy_colors): Add prototype. 2001-07-02 12:44:09 +00:00
Gerd Moellmann
97762eb7d3 * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
right number of arguments.

* xterm.c (x_list_fonts): Make sure XFreeFont is called
with input blocked.
2001-07-02 12:42:56 +00:00
Gerd Moellmann
0b54ce286c *** empty log message *** 2001-07-02 11:51:56 +00:00
Gerd Moellmann
d7a081d809 (tags): Depend on $(lwlibdir)/TAGS.
($(lwlibdir)TAGS): New target.
(TAGS): Fix depedency list.
2001-07-02 11:51:38 +00:00
Gerd Moellmann
156a54088a (gnus-local-domain): Removed because unused. 2001-07-02 11:24:39 +00:00
Eli Zaretskii
33e432b18c Fix the header line, so that finder.el recognizes it. 2001-07-02 10:47:46 +00:00
Eli Zaretskii
7a3ee51009 (lm-header-prefix): Doc fix. From Pavel Janik <Pavel@Janik.cz>. 2001-07-02 10:43:55 +00:00
Gerd Moellmann
63d1b17411 *** empty log message *** 2001-07-02 10:36:44 +00:00
Gerd Moellmann
e38f41369f (x_list_fonts): Make sure XFreeFont is called
with input blocked.
2001-07-02 09:21:08 +00:00
Richard M. Stallman
5f5e1272dd Don't include data bigger than 500,000 bytes directly in the bug
report.
2001-06-30 15:57:31 +00:00
Gerd Moellmann
d827466ca2 (main): Remove extern declaration for sys_nerr, which
isn't used and causes a compilation error with GCC 3.0 on
FreeBSD 4.3.
2001-06-29 22:09:24 +00:00
Eli Zaretskii
027a15c160 (x-colors): Add colors from the recent rgb.txt file. 2001-06-29 18:26:53 +00:00
Eli Zaretskii
fc83ff0dde Make last change compatible with XEmacs. From Christoph Wedler
<christoph.wedler@sap.com>.
2001-06-29 18:09:44 +00:00
Eli Zaretskii
3024d92027 *** empty log message *** 2001-06-29 17:57:36 +00:00
Richard M. Stallman
5e6f9132de Minor clarifications. Explain how to use imenu-sort-function.
Fix name of imenu-add-menubar-index.
2001-06-29 17:53:41 +00:00
Richard M. Stallman
0c1baae862 *** empty log message *** 2001-06-29 17:51:51 +00:00
Eli Zaretskii
3f4f2289db (bdf-directory-list): Use the value relative to
installation-directory for MS-Windows as well.
2001-06-29 17:50:27 +00:00
Richard M. Stallman
546cf5b0f9 (widget-color-sample-face-get): Return ((foreground-color . COLOR))
instead of constructing a face.
2001-06-29 17:50:05 +00:00
Eli Zaretskii
442ebe9842 (region): Change the background color for the
light-background color display to lightgoldenrod2, to make it
visible on some laptops.
2001-06-29 17:40:38 +00:00
Eli Zaretskii
d2fdb7a805 Add fns.el, which is produced on MS-DOS instead of fns-*.el. 2001-06-29 16:42:52 +00:00
Richard M. Stallman
d2fab8383d Explain purpose of mode hooks.
Xref to Tags from Imenu.
Don't use "sections or definitions" in Imenu.
Cindex "pretty printer".
Mention LINEFEED.
Explain uses of values of lisp-indent-function.
Explain why C-M-DEL is sometimes not available.
Doc values of hs-isearch-open.
Minor cleanups.
2001-06-29 03:23:32 +00:00
Richard M. Stallman
c6fcb73d2a Explain why don't mail a core dump. 2001-06-29 03:20:46 +00:00
Richard M. Stallman
b2683503ad Get rid of inexplicable @t's in values of paragraph-start and
paragraph-separate and page-delimiter.

Say C-x C-p activates the mark.

Prevent break inside `level-1'.

Clean up presentation of items within M-C-Mouse-1.

Minor changes.
2001-06-29 03:19:40 +00:00
Richard M. Stallman
ed104a87a9 (rmail-reformat-message): Bind inhibit-read-only to t.
(rmail-msg-restore-non-pruned-header): Likewise.
If point was in the old pruned header, put it at the top.
(rmail-msg-prune-header): If point was at the top, keep it there.

(rmail-narrow-to-non-pruned-header): New function.
(rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2001-06-29 03:17:10 +00:00
Richard M. Stallman
6519817ea6 *** empty log message *** 2001-06-29 03:16:15 +00:00
Stefan Monnier
15533ae2bf (Info-clone-buffer-hook): Unconditionally copy marker. 2001-06-28 21:17:27 +00:00
Karl Fogel
19a448e357 Update maintainer email address. 2001-06-28 16:31:51 +00:00
Karl Fogel
9f3703ab18 Add entry for saveplace.el change of 2001-04-19. The change to
saveplace.el was committed then, but I forgot to commit the new
ChangeLog entry along with it.
2001-06-28 16:31:01 +00:00
Francesco Potortì
def83929f3 (uniquify-rationalize-file-buffer-names): Undo previous change. 2001-06-27 17:48:40 +00:00
Francesco Potortì
a17555fd91 *** empty log message *** 2001-06-27 17:47:29 +00:00