aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (merge_faces): Rename from merge_into_realized_face.Kim F. Storm2005-01-101-2/+1
|
* *** empty log message ***Kim F. Storm2005-01-101-0/+12
|
* (Electric-buffer-menu-mode):Thien-Thi Nguyen2005-01-102-1/+8
| | | | Preserve value of buffer-local var header-line-format.
* (calc-embedded-subst): Replace math-multi-subst-rec, which is onlyJay Belanger2005-01-102-1/+5
| | | | supposed to be called by math-multi-subst, by math-multi-subst.
* *** empty log message ***Jay Belanger2005-01-101-0/+5
|
* (calc-mode-var-list-restore-saved-values): Make sure settings fileJay Belanger2005-01-101-9/+11
| | | | exists before accessing it.
* Minor touch up.Stefan Monnier2005-01-091-2/+2
|
* #André Spiegel2005-01-091-0/+10
|
* (vc-svn-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+2
| | | | t.
* (vc-mcvs-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+3
| | | | t.
* (vc-arch-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+1
| | | | t.
* (vc-cvs-diff): Don't diff asynchronously if vc-disable-async-diff isAndré Spiegel2005-01-091-1/+3
| | | | t.
* (vc-allow-async-revert): New user option.André Spiegel2005-01-091-3/+19
| | | | | (vc-disable-async-diff): New internal variable. (vc-revert-buffer): Use them to disable asynchronous diff.
* Fix last change -- initialize Vshow_nonbreak_escape instead ofKim F. Storm2005-01-091-1/+1
| | | | Vshow_trailing_whitespace.
* *** empty log message ***Jay Belanger2005-01-092-0/+41
|
* (Basic Commands): Describe new behavior of calc-reset.Jay Belanger2005-01-091-5/+10
|
* (calc-reset): Restore saved values of variables instead of defaultJay Belanger2005-01-091-4/+6
| | | | values (restore default values with a 0 argument).
* (defcalcmodevar): New macro.Jay Belanger2005-01-091-200/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (desktop-restore-eager): Fix typo in type.David Kastrup2005-01-092-1/+5
|
* (customize): Delete :link.Richard M. Stallman2005-01-092-1/+4
|
* *** empty log message ***Kim F. Storm2005-01-092-1/+32
|
* (Vshow_nonbreak_escape): New lisp var.Kim F. Storm2005-01-091-84/+107
| | | | | | | | | | | | | | | | (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.
* (merge_into_realized_face): New function. Used toKim F. Storm2005-01-091-0/+47
| | | | merge escape-glyph face or face from display table into current face.
* (struct it): New member dpvec_face_id.Kim F. Storm2005-01-091-0/+5
| | | | (merge_into_realized_face): Add prototype.
* (Faces): isearch-lazy-highlight-face renamed to lazy-highlight.Richard M. Stallman2005-01-091-3/+3
|
* (Query Replace): Mention faces query-replace and lazy-highlight.Richard M. Stallman2005-01-091-4/+13
| | | | (Incremental Search): Update isearch highlighting info.
* Comment changes.Richard M. Stallman2005-01-091-2/+2
|
* *** empty log message ***Jay Belanger2005-01-082-2/+7
|
* Changed references to .emacs to Calc init file.Jay Belanger2005-01-081-38/+49
|
* (calc-mode): Remove the extension from `calc-settings-file' for loading.Jay Belanger2005-01-081-1/+1
|
* (Info-mode-map, Info-next-link-keymap)Kim F. Storm2005-01-081-1/+5
| | | | | (Info-prev-link-keymap, Info-up-link-keymap): Map follow-link to mouse-face. (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
* *** empty log message ***Kim F. Storm2005-01-081-0/+7
|
* *** empty log message ***Kim F. Storm2005-01-081-2/+2
|
* * xterm.h (struct x_output): New member, toolbar_detached.Jan Djärv2005-01-083-3/+24
| | | | | | | | | | * 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.
* *** empty log message ***Jay Belanger2005-01-082-0/+14
|
* (General Mode Commands, Installation): Change to reflect new defaultJay Belanger2005-01-081-10/+10
| | | | value of calc-settings-file.
* (calc-settings-file-name): Compare calc-settings-file toJay Belanger2005-01-081-7/+4
| | | | | user-init-file instead of ~/.emacs. Replace ~/.emacs in a prompt by calc-settings-file.
* (calc-settings-file): Change default value. Suggested by cgw in a commentJay Belanger2005-01-081-2/+2
| | | | in calc-mode.el.
* * xmenu.c (create_and_show_popup_menu): Pass zero as button toJan Djärv2005-01-072-5/+12
| | | | gtk_menu_popup if not for_click, so callbacks for the menu are called.
* *** empty log message ***Lars Hansen2005-01-072-0/+18
|
* Describe desktop package lazy restore feature.Lars Hansen2005-01-071-4/+14
|
* (desktop-restore-eager, desktop-lazy-verbose, desktop-lazy-idle-delay):Lars Hansen2005-01-071-10/+113
| | | | | | | | | | | | | 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.
* * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)Jan Djärv2005-01-073-12/+28
| | | | | | | | | | (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.
* Whitespace/comment change.Richard M. Stallman2005-01-071-2/+10
|
* (set_iterator_to_next): Fix 2004-12-13 change.Kim F. Storm2005-01-071-3/+3
| | | | Set stop_charpos to current charpos instead of 0.
* *** empty log message ***Kim F. Storm2005-01-071-0/+5
|
* * macterm.c (XLoadQueryFont): Correctly handle 0 sizeSteven Tamm2005-01-072-4/+14
| | | | font widths that are returned from some Japanese fonts.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-17Miles Bader2005-01-074-11/+32
| | | | | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-83 - [email protected]/gnus--rel--5.10--patch-84 Update from CVS * [email protected]/gnus--rel--5.10--patch-2 Merge from [email protected] 2005-01-05 Reiner Steib <[email protected]> * 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 <[email protected]> * man/message.texi (Reply): `message-reply-to-function' should return a list. Suggested by ARISAWA Akihiro <[email protected]>.
* (find-face-definition): Renamed from find-face.Richard M. Stallman2005-01-072-1/+11
|
* *** empty log message ***Richard M. Stallman2005-01-062-7/+16
|