| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | Eli Zaretskii | 2001-03-26 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-03-26 | 1 | -9/+2 |
| | | |||||
| * | Make the checkw32api* labels be distinct in the first 8 characters. | Eli Zaretskii | 2001-03-26 | 1 | -7/+11 |
| | | |||||
| * | Backed out because no papers. | Gerd Moellmann | 2001-03-26 | 1 | -506/+0 |
| | | |||||
| * | Undo changes made by John Wiegley in previous revision. | Gerd Moellmann | 2001-03-26 | 4 | -199/+48 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-03-26 | 4 | -2305/+1330 |
| | | |||||
| * | (byte-optimize-while) | Gerd Moellmann | 2001-03-26 | 1 | -1/+5 |
| | | | | | | (byte-optimize-form-code-walker): Diagnose too few arguments for `if' and `while'. | ||||
| * | Change compile-command in local variables. Update copyright years. | Gerd Moellmann | 2001-03-26 | 1 | -2/+2 |
| | | |||||
| * | (x_update_menu_appearance): Use local variable | Gerd Moellmann | 2001-03-26 | 2 | -2/+7 |
| | | | | | popup_path for setting font resources. | ||||
| * | (quail-cxterm-package-ext-info): | Kenichi Handa | 2001-03-26 | 1 | -4/+4 |
| | | | | | Prepend `\' to "\<quail-translation-docstring>". | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-03-26 | 1 | -0/+5 |
| | | |||||
| * | (global-auto-revert-non-file-buffers): Remove | Gerd Moellmann | 2001-03-26 | 2 | -11/+6 |
| | | | | | duplicate defcustom. | ||||
| * | (latin1-char-displayable-p): Add leading "-" for X font pattern. | Miles Bader | 2001-03-26 | 2 | -2/+8 |
| | | |||||
| * | (describe-coding-system): For raw-text and emacs-mule, don't add | Kenichi Handa | 2001-03-26 | 1 | -2/+5 |
| | | | | | anymore text about what charsets they can encode. | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-03-26 | 1 | -0/+6 |
| | | |||||
| * | Floating point is always available; say a little about what it is. | Richard M. Stallman | 2001-03-26 | 1 | -3/+4 |
| | | |||||
| * | Minor fix. | Richard M. Stallman | 2001-03-26 | 1 | -1/+1 |
| | | |||||
| * | (Fframe_list): Don't reference tip_frame if HAVE_WINDOW_SYSTEM is not defined. | Eli Zaretskii | 2001-03-25 | 2 | -0/+5 |
| | | |||||
| * | (main): Update the copyright year. | Eli Zaretskii | 2001-03-25 | 2 | -2/+8 |
| | | | | | From Werner LEMBERG <wl@gnu.org>. | ||||
| * | (init_from_display_pos): Test invisible property | Gerd Moellmann | 2001-03-25 | 2 | -1/+4 |
| | | | | | with TEXT_PROP_MEANS_INVISIBLE instead of NILP. | ||||
| * | (Scroll Bars): Document the scroll-bar-width frame parameter. | Eli Zaretskii | 2001-03-25 | 1 | -0/+5 |
| | | |||||
| * | (MS-DOS Printing): Document the use of "net use" with networked printers. | Eli Zaretskii | 2001-03-25 | 1 | -0/+16 |
| | | |||||
| * | (Emacs for Windows): Mention a port for Windows CE. | Eli Zaretskii | 2001-03-25 | 1 | -15/+149 |
| | | | | | | | | | (^M in the shell buffer): Add another solution, with shell-strip-ctrl-m. (Problems with Shell Mode on MS-Windows): New section. (Customizing C and C++ indentation): New section. (Shell process exits abnormally, Problems building Emacs) (Emacs for MS-DOS): Give the correct location of PROBLEMS. | ||||
| * | (view-lossage): Mention open-dribble-file in the doc | Eli Zaretskii | 2001-03-25 | 2 | -1/+8 |
| | | | | | string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>. | ||||
| * | (redisplay_internal) <update one window>: Make sure | Gerd Moellmann | 2001-03-25 | 2 | -0/+7 |
| | | | | | last_arrow_position and last_arrow_string are set. | ||||
| * | (Fframe_list): Don't return a tooltip frame. | Gerd Moellmann | 2001-03-25 | 2 | -1/+9 |
| | | |||||
| * | Say "RedHat Linux" instead of "RedHat GNU/Linux". | Eli Zaretskii | 2001-03-25 | 1 | -8/+8 |
| | | |||||
| * | Minor wording changes in description of the Solaris NFS problems | Eli Zaretskii | 2001-03-24 | 1 | -11/+11 |
| | | | | | | resulting in "text file busy". From Bill Richter <richter@math.northwestern.edu>. | ||||
| * | (skeleton-internal-list): Fix bogus logic. | Stefan Monnier | 2001-03-23 | 2 | -8/+16 |
| | | | | | (skeleton-pair-insert-maybe): Don't pair after a backslash. | ||||
| * | (mark_window_display_accurate_1): New function, | Gerd Moellmann | 2001-03-23 | 2 | -92/+74 |
| | | | | | | | | | | | extracted from mark_window_display_accurate. Compute BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED, BUF_BEG_UNCHANGED, BUF_END_UNCHANGED. (mark_window_display_accurate): Use it. (redisplay_internal): Use it for the selected window. (redisplay_internal): Avoid duplicate mark_window_display_accurate for the selected frame. | ||||
| * | (try_window_id): Disable rows below the window end. | Gerd Moellmann | 2001-03-23 | 2 | -86/+128 |
| | | | | | | | | | (try_window_reusing_current_matrix): Use cursor_row_p. (try_window_reusing_current_matrix) <scrolling up>: Fix disabling of rows. (init_from_display_pos): If POS specifies a position in a display vector, maybe get the iterator set up for that ellipsis. | ||||
| * | Document the use of -xrm to start EMacs in synchronous mode. | Eli Zaretskii | 2001-03-23 | 1 | -0/+9 |
| | | |||||
| * | (dump_glyph_row): Fix output for NGLYPHS == 2. | Gerd Moellmann | 2001-03-23 | 2 | -4/+7 |
| | | |||||
| * | Include widget.h only if USE_X_TOOLKIT is defined. | Eli Zaretskii | 2001-03-23 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-03-23 | 2 | -0/+9 |
| | | |||||
| * | (x_update_menu_appearance): Use a different path | Gerd Moellmann | 2001-03-23 | 1 | -4/+11 |
| | | | | | for Lucid popup menus. | ||||
| * | (x_print_complete_resource_name) [0]: New function. | Gerd Moellmann | 2001-03-23 | 1 | -0/+28 |
| | | |||||
| * | (encoded-kbd-self-insert-ccl): Call ccl-execute-on-string directly so | Kenichi Handa | 2001-03-23 | 1 | -4/+8 |
| | | | | | | | that CCL program handling multibyte sequence can work correctly. (encoded-kbd-setup-keymap): Fix the default value of `valid-codes' property of the coding system. | ||||
| * | *** empty log message *** | Kenichi Handa | 2001-03-23 | 1 | -0/+8 |
| | | |||||
| * | (fill-individual-paragraphs-prefix): Fix transcription typo. | Stefan Monnier | 2001-03-23 | 2 | -7/+9 |
| | | |||||
| * | (init_iterator): Check WINDOWP before using XWINDOW. | Stefan Monnier | 2001-03-23 | 2 | -9/+16 |
| | | | | | (string_buffer_position): Use `make_number'. | ||||
| * | (note_mouse_highlight): Dec the int, not the Lisp_Object. | Stefan Monnier | 2001-03-23 | 1 | -1/+1 |
| | | |||||
| * | Since the Baha'i calendar begins at 0, had to backdate the beginning | John Wiegley | 2001-03-23 | 1 | -5/+5 |
| | | | | | by 1. | ||||
| * | Typos. | Stefan Monnier | 2001-03-23 | 1 | -3/+3 |
| | | |||||
| * | Add Ident line. | Rajesh Vaidheeswarran | 2001-03-22 | 1 | -0/+1 |
| | | |||||
| * | whitespace.el version 3.0 with buffer local toggle capability. | Rajesh Vaidheeswarran | 2001-03-22 | 2 | -24/+137 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-03-22 | 2 | -0/+10 |
| | | |||||
| * | (x_update_menu_appearance): Renamed from | Gerd Moellmann | 2001-03-22 | 1 | -66/+63 |
| | | | | | x_set_menu_face_resources. Use different resources for popups. | ||||
| * | (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern. | Gerd Moellmann | 2001-03-22 | 1 | -0/+3 |
| | | | | | (GC_CHECK_STRING_BYTES): Don't define. | ||||
| * | (x_print_complete_resource_name) [0]: New function. | Gerd Moellmann | 2001-03-22 | 1 | -0/+26 |
| | | |||||