- 19 Oct, 1995 3 commits
-
-
Richard M. Stallman authored
(UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, UPCASE1, DOWNCASE) (DOWNCASE_TABLE): Case tables are now char-tables. (Vascii_upcase_table, Vascii_canon_table, Vascii_eqv_table): Declarations deleted.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 18 Oct, 1995 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Case tables are char-tables now.
-
Richard M. Stallman authored
(syms_of_fns): defsube it. (map_char_table): When possible, use a number to describe the range. (Fchar_table_range): New function. (syms_of_fns): defsubr it.
-
Richard M. Stallman authored
(Qfunction): New variable. (syms_of_lread): Set up Qfunction.
-
- 17 Oct, 1995 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ada-mode): Support new font-lock-mode. (ada-format-paramlist): Changed all `accept' to `access'. (ada-insert-paramlist): Changed all `accept' to `access'. (ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'. (ada-font-lock-keywords-1): Change order of some alternatives.
-
- 16 Oct, 1995 3 commits
-
-
Jeff Law authored
a PA 1.1 processor.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 15 Oct, 1995 6 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Maybe include Xlocale.h. (struct x_output): New field xic. (FRAME_XIC): New macro.
-
Richard M. Stallman authored
-
Erik Naggum authored
-
Richard M. Stallman authored
(unexec): Use it. Also simplify previous changes.
-
Richard M. Stallman authored
New variable new_offsets_shift used instead of new_data2_size since they are not always the same. Simplify logic for copying the headers and inserting new ones.
-
- 14 Oct, 1995 13 commits
-
-
Richard M. Stallman authored
set selected_window->start_at_line_beg.
-
Richard M. Stallman authored
(syms_of_display): Initialize it.
-
Richard M. Stallman authored
(syms_of_alloc): Initialize it. (Fmake_char_table): Take new arg PURPOSE and get N from a property.
-
Richard M. Stallman authored
(init_syntax_once): Call Fmake_char_table the new way. Set up Qsyntax_table. (Fsyntax_table_p): Check the `purpose' field.
-
Michael Kifer authored
-
Michael Kifer authored
-
Michael Kifer authored
-
Michael Kifer authored
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.
-
Michael Kifer authored
-
Michael Kifer authored
-
Michael Kifer authored
-
Michael Kifer authored
-
Richard M. Stallman authored
Switch temporarily to emacs-lisp-mode-syntax-table.
-
- 13 Oct, 1995 3 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(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'.
-
Edward M. Reingold authored
-
- 12 Oct, 1995 4 commits
-
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(CHAR_TABLE_STANDARD_SLOTS): Add one. (CHECK_VECTOR_OR_CHAR_TABLE): New macro.
-