aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Now defines [window] in menu-bar-ediff-menu.Michael Kifer1995-10-141-1/+9
|
* (vip-set-hooks): Use view-mode-hook in emacs and viewMichael Kifer1995-10-141-134/+115
| | | | | | | | | | | hook in xemacs. (vip-read-string-with-history): minibuffer-setup-hook no longer waits for the user to type, if there are unread events. Added (vip-leave-region-active) to all simple movement commands. Harnessed view-minor-mode. Viper now understands syntactic tables. (vip-read-string-with-history,vip-search): won't pause inside macros any more.
* (vip-leave-region-active): new function.Michael Kifer1995-10-141-0/+148
|
* * viper-mous.el (vip-surrounding-word): modified to understand tripple clicks.Michael Kifer1995-10-141-66/+36
|
* (vip-record-kbd-macro): correctly escapes `.' and `[' now.Michael Kifer1995-10-141-1/+11
|
* (ex-write): uses better defaults.Michael Kifer1995-10-141-6/+17
|
* (variable-at-point, function-called-at-point):Richard M. Stallman1995-10-141-16/+24
| | | | Switch temporarily to emacs-lisp-mode-syntax-table.
* Initial revisionRichard M. Stallman1995-10-132-0/+821
|
* (hippie-expand): Removed bug - don't undo from another buffer.Richard M. Stallman1995-10-131-169/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (he-reset-string): Removed bug - don't move markers. (he-capitalize-first): New function, defining new "case". (he-transfer-case): New function. (he-transfer-case-ok): Function removed. (he-substitute-string,he-ordinary-case-p,he-string-member): Use the new functions above, for the new case handling. (he-file-name-chars): New variable. (he-file-name-beg): Use `he-file-name-chars'. (he-file-name-nondirectory,he-file-name-directory, he-file-directory-p,he-concat-directory-file-name): New functions to handle VMS and PC filename formats more accurately. (try-complete-file-name,try-complete-file-name-partially): Use the new functions above. (try-expand-line-all-buffers,try-expand-list-all-buffers, try-expand-dabbrev-all-buffers): Use `case-fold-search' from the original buffer. (he-line-beg): Removed bug that made point move. (try-expand-all-abbrevs): Check that abbrev tables exist before use. (try-expand-dabbrev-visible): New try function. (he-search-window): New variable used by `try-expand-dabbrev-visible'. (he-dab-search-regexp): Function removed. (he-dab-search): Renamed to `he-dabbrev-search'. (he-dabbrev-search): Find only whole matching symbols. (he-dabbrev-skip-space): New variable. (he-dabbrev-beg): Use `he-dabbrev-skip-space'. (try-expand-dabbrev-from-kill,he-dabbrev-kill-search): New try function, with requisites. (try-expand-whole-kill,he-whole-kill-search,he-kill-beg): New try function, with requisites. (he-search-loc2): New variable, used by `try-expand-whole-kill' and `try-expand-dabbrev-from-kill'. (hippie-expand-try-functions-list): Added the try functions `try-complete-file-name-partially', `try-expand-dabbrev-from-kill' and `try-complete-lisp-symbol-partially'. (Several functions): Adjusted and corrected use of `he-tried-table'.
* Minor fixes.Edward M. Reingold1995-10-131-6/+5
|
* (x_connection_signal_1): New function.Richard M. Stallman1995-10-121-21/+64
| | | | | | | | | (x_connection_signal): Try all the server connections to see which one was lost. (XTcondemn_scroll_bars): No error if FRAME_CONDEMNED_SCROLL_BARS is non-nil already. Just move all the scroll bars into there.
* *** empty log message ***Richard M. Stallman1995-10-121-5/+8
|
* Handle aliases dead-acute,...Richard M. Stallman1995-10-121-0/+16
|
* (struct Lisp_Char_Table): New slot `purpose'.Richard M. Stallman1995-10-121-2/+12
| | | | | | (CHAR_TABLE_STANDARD_SLOTS): Add one. (CHECK_VECTOR_OR_CHAR_TABLE): New macro.
* (describe_vector): Support nested char-tables.Richard M. Stallman1995-10-121-15/+103
|
* (Qvector_or_char_table_p): New variable.Richard M. Stallman1995-10-121-1/+15
| | | | | (Fvector_or_char_table_p): New function. (syms_of_data): Set up Lisp var and function.
* (display-table-slot, set-display-table-slot):Richard M. Stallman1995-10-121-45/+23
| | | | | | | | | | Get slot number from a property of its name. Eliminate the type-checking. (make-display-table): Call make-char-table the new way. (describe-display-table): Use slot names to access slots. (display-table): Give it the char-table-extra-slots property. (display-table-char-p, display-table-vector-p): Functions deleted. (display-table-slot-name-alist): Variable deleted.
* (Fdelete_other_windows): Set w->force_start.Richard M. Stallman1995-10-121-1/+4
|
* (variable-at-point, function-called-at-point): Fix revious changes.Richard M. Stallman1995-10-121-6/+8
|
* (syms_of_xdisp): Doc fix.Richard M. Stallman1995-10-121-1/+2
|
* Initial revisionEdward M. Reingold1995-10-121-0/+1603
|
* Added menu items for cal-tex.el (a new file).Edward M. Reingold1995-10-121-0/+139
|
* Added key definitions and autoloads for cal-tex.el (a new file).Edward M. Reingold1995-10-121-14/+75
|
* (mail-strip-quoted-names): Preserve white spaceRichard M. Stallman1995-10-111-1/+1
| | | | after comma when stripping text outside of <> delims.
* (make_lispy_event) [!USE_X_TOOLKIT]: DraggingRichard M. Stallman1995-10-111-1/+10
| | | | | | the mouse into the menu-bar and releasing it there did not create a drag-mouse event. (set-input-mode) [MSDOS]: Do not call reset_sys_modes and init_sys_modes.
* (gud-filter): Move the gud-display-frame callRichard M. Stallman1995-10-111-12/+18
| | | | | outside of the save-excursion. New var process-window controls which window to do it in.
* (command_loop_1): Access display tables as char-tables.Richard M. Stallman1995-10-111-3/+3
|
* (redisplay_window, redisplay_window, display_text_line):Richard M. Stallman1995-10-111-8/+7
| | | | Fix up calls to window_display_table. Access display tables as char-tables.
* (window_display_table): Use DISP_TABLE_P. Return typeRichard M. Stallman1995-10-111-7/+7
| | | | struct Lisp_Char_Table * since display tables are now char-tables.
* (make-syntax-table): Use nil for "inherit".Richard M. Stallman1995-10-111-4/+4
|
* (buffer_display_table): Use DISP_TABLE_P.Richard M. Stallman1995-10-111-13/+12
| | | | | | | | | Return type is now struct Lisp_Char_Table * since display tables are now char-tables. (character_width, disptab_matches_widthtab, recompute_width_table) (current_column, Fmove_to_column, compute_motion): Corresponding changes.
* (Fcopy_sequence): Call Fmake_char_table the new way.Richard M. Stallman1995-10-111-12/+24
| | | | | | | (map_char_table): No longer static. New arg C_FUNCTION. (Fmap_char_table): Call to map_char_table changed. (Fset_char_table_parent): Allow nil s new parent. Fix the code that checks for a loop in parents.
* (DISP_TABLE_P): Check the `purpose' slot.Richard M. Stallman1995-10-111-9/+18
| | | | | | | | | | (Qdisplay_table): Declared. (DISP_TABLE_EXTRA_SLOTS, DISP_TABLE_P): New macros. (DISP_TRUNC_GLYPH, DISP_CONTINUE_GLYPH, DISP_ESCAPE_GLYPH) (DISP_CTRL_GLYPH, DISP_INVIS_VECTOR, DISP_BORDER_GLYPH): Use the `extras' field. (window_display_table, buffer_display_table): Change return type.
* (find-alternate-file-other-window): New function.Richard M. Stallman1995-10-111-0/+20
|
* (dos_timezone_offset, dos_display_scancodes,Kim F. Storm1995-10-111-0/+14
| | | | | dos_menubar_clock, dos_hyper_key, dos_super_key, dos_keypad_mode, dos_keyboard_layout, dos_decimal_point): New variables.
* (insert-startup-screen): New function.Kim F. Storm1995-10-111-10/+187
| | | | | | | | (msdos-memget, msdos-memput): New functions. (msdos-set-keyboard, insert-startup-screen): New functions. (dos-timezone-offset, dos-display-scancodes, dos-menubar-clock, dos-hyper-key, dos-super-key, dos-keypad-mode, dos-keyboard-layout, dos-decimal-point): New variables.
* [!HAVE_X_WINDOWS]:Kim F. Storm1995-10-111-1295/+1698
| | | | | | | | | | | | | | | Reworked display code to perform immediate screen output. Added menu-bar clock. Reworked keyboard code to support international keyboards. Improved keypad handling (see dos-keypad-mode). Properly distinguish between C-end and C-kp-1 etc. Corrected M-return & M-kp-enter. Added support for hyper and super keys. Reworked mouse code to avoid mouse flicker. Saves and restores DOS-screen prior to emacs startup. (sys_select): Would abort if rfds = NULL. (dos_direct_output): New function. (dos_dump_scancodes): New variable.
* (internal_flush): RemovedKim F. Storm1995-10-111-7/+3
| | | | | (mouse_init1, mouse_check_moved, mouse_pressed, mouse_released): Removed. (dos_get_saved_screen, dos_set_keyboard): New functions.
* Check that DJGPP v. 1 is used.Kim F. Storm1995-10-111-9/+11
| | | | | | Define __DJGPP__ to 1. Simplified INTERNAL_TERMINAL termcap definition. Removed #define fflush internal_flush.
* Call make-doc.exe instead of make-docfile.Kim F. Storm1995-10-111-1/+1
|
* (Fkill_buffer): Don't kill auto save file if not recent.Richard M. Stallman1995-10-111-1/+2
|
* (init_sys_modes) [!HAVE_X_WINDOWS (MSDOS)]: Always call set_terminal_modes.Kim F. Storm1995-10-111-13/+4
| | | | (reset_sys_modes) [MSDOS]: Do not look at EMACSCOLORS.
* Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:Michael Kifer1995-10-111-3/+0
| | | | menu-bar-ediff-menu is not defined yet.
* (adaptive-fill-function): Change defun to defvar.Richard M. Stallman1995-10-111-1/+1
|
* (next-completion): Specify the LIMIT arg when searching for text properties.Richard M. Stallman1995-10-111-7/+10
|
* (function-called-at-point, variable-at-point):Richard M. Stallman1995-10-101-2/+6
| | | | Don't back up if we start at the beginning of a symbol.
* (buffer-display-table): Document new implementation.Erik Naggum1995-10-091-10/+11
|
* Doc fixes.Richard M. Stallman1995-10-091-4/+16
|
* (view-highlight-face): New variable.Richard M. Stallman1995-10-091-2/+7
| | | | (view-search): Use that variable.
* Explain when to use make-variable-buffer-local.Richard M. Stallman1995-10-091-0/+9
|