1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

45114 Commits

Author SHA1 Message Date
Richard M. Stallman
ceabd2726c Comment change. 2003-01-06 01:10:25 +00:00
Richard M. Stallman
e68b1cf16e (rmail-font-lock-keywords): Discard code to match both cases.
(rmail-variables): Specify case-insensitive matching for font-lock.

(rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.
2003-01-06 01:08:31 +00:00
Richard M. Stallman
c034acdf58 (mail-font-lock-keywords): Match multiline In-Reply-To and X-*. 2003-01-06 01:07:14 +00:00
Richard M. Stallman
6a27bff161 Reference Debugging, not Debugger, in Lisp ref man. 2003-01-06 01:04:56 +00:00
Richard M. Stallman
4fc3142715 Move toolBar table entry.
Shorten some @cindex entries.
2003-01-06 01:03:44 +00:00
Richard M. Stallman
03b0a4b411 (try_scrolling): New arg LAST_LINE_MISFIT.
Count LAST_LINE_MISFIT in scroll margin for end of window.
Move label too_near_end before setting SCROLL_MARGIN_POS.
Set LAST_LINE_MISFIT before jumping there.

(try_scrolling): Calculate amount_to_scroll better in
scroll_conservatively case.  If scrolling that much doesn't change
STARTP, move it down one line.

(setup_echo_area_for_printing): Kill Emacs if no selected frame.
2003-01-06 00:58:45 +00:00
Richard M. Stallman
5d55ffd05d (apropos_predicate, apropos_accumulate): Make them static.
(syms_of_keymap): staticpro them.
(Fapropos_internal): Initialize them and clear them out.
Don't GCPRO them.
2003-01-06 00:53:47 +00:00
Richard M. Stallman
11e8c205e7 (!HAVE_SIZE_T): Fix order of arguments in type definition of size_t. 2003-01-06 00:50:38 +00:00
Richard M. Stallman
4e0692c153 (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>: Doc fixes. 2003-01-06 00:49:20 +00:00
Richard M. Stallman
222151aa9c New misc type Lisp_Save_Value.
(enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
(XSAVE_VALUE): New macro.
(struct Lisp_Save_Value): New data type.
(union Lisp_Misc): Add u_save_value alternative.
(make_save_value): Declared.
2003-01-06 00:47:38 +00:00
Richard M. Stallman
42172a6ba0 (make_save_value): New function. 2003-01-06 00:45:45 +00:00
Richard M. Stallman
781d152abe (x_catch_errors): Save dpy using make_save_value.
(x_catch_errors_unwind): Call XSync.
2003-01-06 00:45:31 +00:00
Kim F. Storm
1cb12638f3 (__P): Renamed from _P to avoid problems on Cygwin.
All uses changed.
2003-01-05 23:38:59 +00:00
Kim F. Storm
207aa3ffcb *** empty log message *** 2003-01-05 23:37:41 +00:00
Dave Love
4f1ab860fe (Buffer-menu-execute): Fix for effect of header
line.
2003-01-05 23:15:36 +00:00
Dave Love
e3b839aa6d (non-iso-charset-alist): Add
vietnamese-tcvn.
2003-01-05 23:14:20 +00:00
Dave Love
03cb032430 (locale-language-names): Use
Croatian, Swedish.
2003-01-05 23:13:56 +00:00
Andreas Schwab
ee5861c836 (Buffer-menu-buffer+size): Don't clobber buffer name. 2003-01-05 17:46:42 +00:00
Dave Love
139c4e546d *** empty log message *** 2003-01-05 01:06:52 +00:00
Dave Love
aae7dcdeb5 ("Georgian"): Fix nonascii-translation. 2003-01-05 00:55:51 +00:00
Dave Love
eae03b2d52 ("Latin-6", "Croatian"): New.
("Latin-7"): Fix nonascii-translation.  Add input method.
("Lithuanian", "Latvian"): Add nonascii-translation.
("German", "Spanish", "Dutch", "Welsh", "Swedish"): Fix
nonascii-translation.
2003-01-05 00:55:27 +00:00
Dave Love
db6bd804ad (set-locale-environment): Ignore
empty values of environment variables.
2003-01-05 00:38:05 +00:00
Dave Love
56cfa2440e (byte-optimize-nth)
(byte-optimize-nthcdr): Fix for case of wrong-length forms.
2003-01-05 00:28:18 +00:00
Dave Love
98e99f6e64 (SLAVIC): Add croatian.elc. 2003-01-05 00:18:44 +00:00
Nick Roberts
82ab9672da Acknowledge Tom Lord as author of gdba.el.
Use let construction to bind buffer-read-only to nil.
(gdba): 'set height 0' in GDB.
(gdb-display-end, gdb-frame-handler): Corrections to forming
full expression name for header-line in display frame.
(gdb-info-breakpoints-custom): Highlight breakpoints since
they may be clicked on with mouse-2.
(gdb-quit): Delete frames of displayed expressions when
quitting.
(gdb-delete-frames): New function.
(gdb-source-info): Don't create stack buffer automatically.
2003-01-04 22:45:39 +00:00
Nick Roberts
67206a8418 *** empty log message *** 2003-01-04 22:43:31 +00:00
Thien-Thi Nguyen
524425ae58 (xml-substitute-special): Move "&amp;" -> "&" last. 2003-01-04 09:32:17 +00:00
Kim F. Storm
ce40a0e52a *** empty log message *** 2003-01-03 22:48:27 +00:00
Kim F. Storm
10893bb6b7 (message-split-line): New function.
(message-mode-map): Remap split-line to message-split-line.
2003-01-03 22:48:19 +00:00
Kim F. Storm
8ba7cd4004 (mail-split-line): New function.
(mail-mode-map): remap split-line to mail-split-line.
2003-01-03 22:46:53 +00:00
Kim F. Storm
da7d231b34 (split-line): If present, copy fill-prefix from
current line to new line.  Don't copy if prefix arg.
From Lisp, arg may be an alternative prefix string to copy.
Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
2003-01-03 22:46:06 +00:00
Dave Love
7b1824c287 (find-variable-noselect): Make it work
with new load-history format.
2003-01-03 21:12:01 +00:00
Dave Love
b439e72aa8 (sort-coding-systems): Adjust
priority of utf-16 and x-ctext.
2003-01-03 20:16:56 +00:00
Dave Love
13d472b871 (utf-translate-cjk): Call
optimize-char-coding-system-table.
2003-01-03 20:12:51 +00:00
Dave Love
7de350175d (ucs-unify-8859, ucs-fragment-8859):
Call optimize-char-coding-system-table.
2003-01-03 20:12:17 +00:00
Dave Love
237e59935a (register-char-codings): Don't call
optimize-char-coding-system-table here.
(keyboard-coding-system): Doc fix.  Update :version.
2003-01-03 20:11:15 +00:00
Dave Love
500acb7900 (nroff-mode-hook): Customize.
(nroff-imenu-expression): New.
(nroff-mode): Use it.
2003-01-03 20:04:48 +00:00
Dave Love
bf9f5c1753 (auto-insert-alist): Add man page skeleton. 2003-01-03 20:01:24 +00:00
Juanma Barranquero
d068066060 *** empty log message *** 2003-01-03 16:05:51 +00:00
André Spiegel
c335883f9f # 2003-01-03 15:29:32 +00:00
André Spiegel
4837cfbdd2 (vc-rcs-revert): Unlock only if the user does have the lock. 2003-01-03 15:27:35 +00:00
Kim F. Storm
ad9de65b54 (cua--pre-command-handler): Corrected
handling of delete-selection properties.
2003-01-03 13:00:08 +00:00
Kim F. Storm
821adeae4e *** empty log message *** 2003-01-03 12:59:20 +00:00
John Paul Wallington
14f0195b44 Update copyright. 2003-01-03 11:53:46 +00:00
John Paul Wallington
2dba57c18e (eldoc-get-var-docstring): Only return a
documentation string when `sym' is non-nil.
2003-01-03 11:46:20 +00:00
Steven Tamm
7413b888c0 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode): Have
scroll bars correctly default to being on the right for Mac
        Carbon port by testing "mac-carbon" feature, not window-system.
2003-01-02 22:37:13 +00:00
Steven Tamm
8c609cffa6 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
distinguish Carbon GUI builds from X11 builds on darwin.
2003-01-02 22:36:23 +00:00
Markus Rost
b59b77f136 (customize-group, customize-group-other-window):
Call custom-load-symbol unconditionally.
(customize-face, customize-face-other-window): Fix format arg.
2003-01-02 18:02:09 +00:00
John Paul Wallington
0e5ddee193 (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.
2003-01-02 16:08:15 +00:00
Richard M. Stallman
96ae58c8ac (window_scroll_pixel_based): Partially undo last change. 2003-01-01 17:00:34 +00:00