- 01 Dec, 2003 7 commits
-
-
Luc Teirlinck authored
unibyte or multibyte. (Bool-Vector Type): Update examples. (Equality Predicates): Correctly describe when two strings are `equal'.
-
Luc Teirlinck authored
-
Richard M. Stallman authored
(dired-compare-directories): New command. (dired-file-set-difference, dired-files-attributes): New functions.
-
Andreas Schwab authored
-
Andreas Schwab authored
hardcoding gcc.
-
Andreas Schwab authored
-
Andreas Schwab authored
hardcoding gcc.
-
- 30 Nov, 2003 13 commits
-
-
Miles Bader authored
-
Kai Großjohann authored
Tramp version 2.0.38 released. * tramp.texi (Remote shell setup): Warn of environment variables FRUMPLE if user frumple exists. Suggested by Sven Gabriel <sven.gabriel@imk.fzk.de>. (Configuration): Tramp now chooses base64/uuencode automatically. Update wording accordingly. (Top): More description for the `Default Method' menu entry. (Default Method): Use @code, not @var, for Lisp variables. (Default Method): New subsection `Which method is the right one for me?' Suggested by Christian Kirsch. (Configuration): Pointer to new subsection added. (Default Method): Too many "use" in one sentence. Rephrase. Reported by Christian Kirsch. (Filename Syntax): Old `su' example is probably a left-over from the sm/su method naming. Replace with `ssh', instead. (External transfer methods, Auto-save and Backup): Typo fixes. 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de> * tramp.texi (all): Harmonize all occurences of @tramp{}. (Top): Mention japanese manual only if flag `jamanual' is set. Insert section `Japanese manual' in menu.
-
Kai Großjohann authored
Charles Curley <charlescurley@charlescurley.com>. (tramp-multi-connection-function-alist): Add ssht entry which adds "-e none -t -t" to the list of ssh args. Suggested by Adrian Aichner. (tramp-get-method-parameter): New function to retrieve a method parameter. This allows for omission of method parameters. Callers adjusted.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(help-for-help): Add `C-h .' to the listed Help options. Remove trailing whitespace.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(syms_of_textprop): Defsubr it.
-
Jonathan Yavner authored
-
Jonathan Yavner authored
-
Jonathan Yavner authored
-
Jonathan Yavner authored
-
Luc Teirlinck authored
Update the description of `number-sequence' to reflect recent changes. (Sets And Lists): Describe `member-ignore-case' after `member'.
-
- 29 Nov, 2003 5 commits
-
-
Nick Roberts authored
(gdb-var-list-children, gdb-var-list-children-handler) (gdb-var-update-handler, gdb-var-delete): Add server prefix to the gdb commands that use mi to keep them out of the command history.
-
Nick Roberts authored
-
Jan Djärv authored
-
Jan Djärv authored
to compile on terminal configuration.
-
Jan Djärv authored
-
- 28 Nov, 2003 2 commits
-
-
Kim F. Storm authored
(syms_of_msdos): Don't intern and staticpro them.
-
Thien-Thi Nguyen authored
(make-mms-derivative): Avoid unixisms for tree membership validation and buffer naming: use `file-relative-name'.
-
- 27 Nov, 2003 11 commits
-
-
Stefan Monnier authored
-
Kim F. Storm authored
-
Kim F. Storm authored
Describe (dx . dy) element of click positions. (Accessing Events): Remove duplicate posn-timestamp. New functions posn-object and posn-object-x-y.
-
Kim F. Storm authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(Vshow_text_cursor_in_void): New variable. (glyph_to_pixel_coords): Don't use negative hpos. (x_y_to_hpos_vpos): Fix for partially visible first glyph. (append_stretch_glyph): Change ascent arg to be actual value in pixels rather than ratio to height. Callers changed. (calc_pixel_width_or_height): New aux function, implementing pixel based artihmetic for glyph widths and heights. (produce_stretch_glyph): Use calc_pixel_width_or_height for :width, :height, :align-to, and :ascent, thus allowing these to be specified in pixels as well as multiples of characters. Don't produce stretch glyphs with zero width or height. (get_specified_cursor_type): Declare static. (get_window_cursor_type): Declare static. Add glyph arg to be able to know when cursor is on an image; always substitute hollow-box cursor for filled-box cursor on images, to avoid negative images and flicker when blinking the cursor. (display_and_set_cursor): Pass glyph to get_window_cursor_type. (note_mode_line_or_margin_highlight): Use non-text cursor rather than vertical scroll-bar cursor in display margins. (note_mouse_highlight): Use non-text cursor rather than text cursor in fringes and over images in the text area. Use non-text cursor when mouse pointer is outside editable text, i.e. in the void after end-of-line or end-of-buffer; this was already done for W32, but is now standard for all systems -- user can toggle show-text-cursor-in-void to get old behaviour. (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and Vdisplay_pixels_per_inch.
-
Kim F. Storm authored
-
Kim F. Storm authored
relative to the current glyph as 7th element of position. If glyph is an image, return it in the object element. (read_key_sequence): Skip checks for keymap property in cases where POSN_STRING is not a string (e.g. an image).
-
Kim F. Storm authored
Remove prototypes.
-
Kim F. Storm authored
coordinates relative to glyph at posn. If glyph is an image, return that as object at posn. Callers changed. (mode_line_string, marginal_area_string): Calculate and return pixel coordinates relative to glyph. Callers changed.
-
Kim F. Storm authored
(marginal_area_string): Fix prototypes. (window_box_left_offset, window_box_right_offset): Add prototypes.
-
- 26 Nov, 2003 2 commits
-
-
Luc Teirlinck authored
(suggested by Kim Storm). Allow negative arguments.
-
Luc Teirlinck authored
-