1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
Commit graph

54103 commits

Author SHA1 Message Date
Kim F. Storm
dc91a0ed80 (merge_faces): Rename from merge_into_realized_face.
Callers changed.
Add support to merge with lisp face id too (if face_name is t).
2005-01-10 13:35:11 +00:00
Kim F. Storm
539f121767 (get_next_display_element, next_element_from_display_vector):
Don't lookup lface_id from display table glyphs here; instead use
merge_faces to merge the lisp face id into current face.
2005-01-10 13:34:53 +00:00
Kim F. Storm
a2858aae1c (merge_faces): Rename from merge_into_realized_face. 2005-01-10 13:30:46 +00:00
Kim F. Storm
57a230b140 *** empty log message *** 2005-01-10 13:29:50 +00:00
Thien-Thi Nguyen
e4edc5cd31 (Electric-buffer-menu-mode):
Preserve value of buffer-local var header-line-format.
2005-01-10 11:56:07 +00:00
Jay Belanger
7f72c3db5a (calc-embedded-subst): Replace math-multi-subst-rec, which is only
supposed to be called by math-multi-subst, by math-multi-subst.
2005-01-10 05:01:27 +00:00
Jay Belanger
3579f0c2bc *** empty log message *** 2005-01-10 04:27:09 +00:00
Jay Belanger
f1ed747e10 (calc-mode-var-list-restore-saved-values): Make sure settings file
exists before accessing it.
2005-01-10 04:07:04 +00:00
Stefan Monnier
1481127614 Minor touch up. 2005-01-09 22:13:11 +00:00
André Spiegel
5fbf7903ee # 2005-01-09 21:33:58 +00:00
André Spiegel
2d4e93b91e (vc-svn-diff): Don't diff asynchronously if vc-disable-async-diff is
t.
2005-01-09 21:30:56 +00:00
André Spiegel
fb7454e809 (vc-mcvs-diff): Don't diff asynchronously if vc-disable-async-diff is
t.
2005-01-09 21:29:54 +00:00
André Spiegel
160a154482 (vc-arch-diff): Don't diff asynchronously if vc-disable-async-diff is
t.
2005-01-09 21:29:27 +00:00
André Spiegel
92bafc3058 (vc-cvs-diff): Don't diff asynchronously if vc-disable-async-diff is
t.
2005-01-09 21:28:53 +00:00
André Spiegel
f1d1d46a52 (vc-allow-async-revert): New user option.
(vc-disable-async-diff): New internal variable.
(vc-revert-buffer): Use them to disable asynchronous diff.
2005-01-09 21:27:28 +00:00
Kim F. Storm
f6d3493798 Fix last change -- initialize Vshow_nonbreak_escape instead of
Vshow_trailing_whitespace.
2005-01-09 18:03:01 +00:00
Jay Belanger
809c26be25 *** empty log message *** 2005-01-09 16:24:30 +00:00
Jay Belanger
d7347600d1 (Basic Commands): Describe new behavior of calc-reset. 2005-01-09 15:56:21 +00:00
Jay Belanger
9ab8041d24 (calc-reset): Restore saved values of variables instead of default
values (restore default values with a 0 argument).
2005-01-09 15:55:08 +00:00
Jay Belanger
6c8e75541e (defcalcmodevar): New macro.
(calc-mode-var-list-restore-default-values,
calc-mode-var-list-restore-saved-values): New functions.
(calc-mode-var-list): Use defcalcmodevar to define it.
(calc-always-load-extensions, calc-line-numbering)
(calc-line-breaking, calc-display-just, calc-display-origin)
(calc-number-radix, calc-leading-zeros, calc-group-digits)
(calc-group-char, calc-point-char, calc-frac-format)
(calc-prefer-frac, calc-hms-format, calc-date-format)
(calc-float-format, calc-full-float-format, calc-complex-format)
(calc-complex-mode, calc-infinite-mode, calc-display-strings)
(calc-matrix-just, calc-break-vectors, calc-full-vectors)
(calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
(calc-matrix-brackets, calc-language, calc-language-option)
(calc-left-label, calc-right-label, calc-word-size)
(calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
(calc-display-raw, calc-internal-prec, calc-angle-mode)
(calc-algebraic-mode, calc-incomplete-algebraic-mode)
(calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
(calc-window-height, calc-display-trail, calc-show-selections)
(calc-use-selections, calc-assoc-selections, calc-display-working-message)
(calc-auto-why, calc-timing, calc-mode-save-mode)
(calc-standard-date-formats, calc-autorange-units, calc-was-keypad-mode)
(calc-full-mode, calc-user-parse-tables, calc-gnuplot-default-device)
(calc-gnuplot-default-output, calc-gnuplot-print-device)
(calc-gnuplot-print-output, calc-gnuplot-geometry)
(calc-graph-default-resolution, calc-graph-default-resolution-3d)
(calc-invocation-macro, calc-show-banner): Use defcalcmodevar to
declare them and set their default values.
2005-01-09 15:48:20 +00:00
David Kastrup
0ba9bc53bd (desktop-restore-eager): Fix typo in type. 2005-01-09 13:31:53 +00:00
Richard M. Stallman
03e31a1a3e (customize): Delete :link. 2005-01-09 02:45:24 +00:00
Kim F. Storm
8ab2c119c2 *** empty log message *** 2005-01-09 02:12:43 +00:00
Kim F. Storm
fe1c200654 (Vshow_nonbreak_escape): New lisp var.
(syms_of_xdisp): DEFVAR_LISP it.
(escape_glyph_face): Remove var.
(redisplay_window): Don't initialize it.
(setup_for_ellipsis, get_next_display_element):
Set it->dpvec_face_id to -1.
(get_next_display_element): Test Vshow_nonbreak_escape.
Do not setup escape_glyph_face.
Properly merge escape-glyph face or face from display table with
current face for escape and control characters.  Set
it->dpvec_face_id to relevant face id instead of adding it to each
element of display vector.
(next_element_from_display_vector): If it->dpvec_face_id is set,
use that instead of lface_id from glyph itself.
2005-01-09 02:05:41 +00:00
Kim F. Storm
fd998c7f54 (merge_into_realized_face): New function. Used to
merge escape-glyph face or face from display table into current	face.
2005-01-09 02:05:20 +00:00
Kim F. Storm
888ca1e7e2 (struct it): New member dpvec_face_id.
(merge_into_realized_face): Add prototype.
2005-01-09 02:05:04 +00:00
Richard M. Stallman
b6c735af3f (Faces): isearch-lazy-highlight-face renamed to lazy-highlight. 2005-01-09 01:58:58 +00:00
Richard M. Stallman
8bcc4f6b49 (Query Replace): Mention faces query-replace and lazy-highlight.
(Incremental Search): Update isearch highlighting info.
2005-01-09 01:57:30 +00:00
Richard M. Stallman
8d3e54757a Comment changes. 2005-01-09 00:30:53 +00:00
Jay Belanger
3aba853a93 *** empty log message *** 2005-01-08 21:04:11 +00:00
Jay Belanger
3b8463590b Changed references to .emacs to Calc init file. 2005-01-08 20:45:53 +00:00
Jay Belanger
6bbfeec558 (calc-mode): Remove the extension from `calc-settings-file' for loading. 2005-01-08 20:35:45 +00:00
Kim F. Storm
3c1498ace8 (Info-mode-map, Info-next-link-keymap)
(Info-prev-link-keymap, Info-up-link-keymap): Map follow-link to mouse-face.
(Info-fontify-node): Add "mouse-2: " prefix to tooltip.
2005-01-08 20:06:23 +00:00
Kim F. Storm
1f38760073 *** empty log message *** 2005-01-08 20:05:58 +00:00
Kim F. Storm
7716b93b24 *** empty log message *** 2005-01-08 18:58:33 +00:00
Jan Djärv
e091085739 * xterm.h (struct x_output): New member, toolbar_detached.
* gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
38.
(xg_tool_bar_detach_callback): Set toolbar_detached to 1.
(xg_tool_bar_attach_callback): Set toolbar_detached to 0.
(xg_create_tool_bar): Initialize toolbar_detached.
(update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
toolbar_detached is zero.
2005-01-08 16:49:14 +00:00
Jay Belanger
a4dfc830e0 *** empty log message *** 2005-01-08 07:12:32 +00:00
Jay Belanger
16085693e4 (General Mode Commands, Installation): Change to reflect new default
value of calc-settings-file.
2005-01-08 06:17:44 +00:00
Jay Belanger
c5a15067e5 (calc-settings-file-name): Compare calc-settings-file to
user-init-file instead of ~/.emacs.  Replace ~/.emacs in a prompt by
calc-settings-file.
2005-01-08 05:58:05 +00:00
Jay Belanger
fcda0a6649 (calc-settings-file): Change default value. Suggested by cgw in a comment
in calc-mode.el.
2005-01-08 05:57:11 +00:00
Jan Djärv
9b85e63d34 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
gtk_menu_popup if not for_click, so callbacks for the menu are called.
2005-01-07 20:50:46 +00:00
Lars Hansen
9abb41ebcb *** empty log message *** 2005-01-07 20:26:30 +00:00
Lars Hansen
200d028b30 Describe desktop package lazy restore feature. 2005-01-07 20:25:00 +00:00
Lars Hansen
150f39ee71 (desktop-restore-eager, desktop-lazy-verbose, desktop-lazy-idle-delay):
New customizable variables.
(desktop-buffer-args-list): New variable.
(desktop-append-buffer-args): New function.
(desktop-save): Call desktop-append-buffer-args for some buffers.
(desktop-lazy-create-buffer): New function.
(desktop-idle-create-buffers): New function.
(desktop-read): Add message about buffers to restore lazily.
(desktop-lazy-abort): New command.
(desktop-clear): Call desktop-lazy-abort.
(desktop-lazy-complete): New command.
2005-01-07 20:18:59 +00:00
Jan Djärv
ff59904afe * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
(xg_tool_bar_callback, xg_tool_bar_help_callback)
(update_frame_tool_bar): Cast to EMACS_INT to avoid compiler
warning.

* xselect.c (x_get_foreign_selection, x_fill_property_data)
(Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
XFLOAT_DATA to get extract number from Lisp object.
2005-01-07 16:59:57 +00:00
Richard M. Stallman
1bc9c7ed8b Whitespace/comment change. 2005-01-07 16:12:34 +00:00
Kim F. Storm
60227bf44e (set_iterator_to_next): Fix 2004-12-13 change.
Set stop_charpos to current charpos instead of 0.
2005-01-07 13:13:05 +00:00
Kim F. Storm
f9a23a6f5b *** empty log message *** 2005-01-07 13:12:32 +00:00
Steven Tamm
a6fffcdcb7 * macterm.c (XLoadQueryFont): Correctly handle 0 size
font widths that are returned from some Japanese fonts.
2005-01-07 07:11:24 +00:00
Miles Bader
112d84efad Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-17
Merge from gnus--rel--5.10

Patches applied:

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

 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-2
   Merge from miles@gnu.org--gnu-2004

2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam.el (spam-face): New face. Don't use `gnus-splash-face'
   which is unreadable in some setups.

2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/message.texi (Reply): `message-reply-to-function' should return
   a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
2005-01-07 06:16:20 +00:00