1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00
Commit graph

13203 commits

Author SHA1 Message Date
Richard M. Stallman
c2b714dee0 (describe_map_tree): New arg always_title. Callers changed. 1995-10-19 00:17:11 +00:00
Richard M. Stallman
b0053d118b (Fsubstitute_command_keys): Pass new arg to describe_map_tree. 1995-10-19 00:16:29 +00:00
Richard M. Stallman
d26a687234 (RE_TRANSLATE_TYPE): New definition. 1995-10-19 00:16:04 +00:00
Richard M. Stallman
7f7fef044c Case tables are now char-tables,
and the case table is stored in the downcase_table slot only.
(Fcurrent_case_table, Fstandard_case_table, set_case_table)
(compute_trt_inverse, init_casetab_once): Use new data format.
1995-10-19 00:14:14 +00:00
Richard M. Stallman
c6a3c83c50 (UPCASE_TABLE): Definition deleted.
(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.
1995-10-19 00:13:45 +00:00
Richard M. Stallman
1e9b6335bb (reset_buffer_local_variables): Init case_table slots the new way. 1995-10-19 00:09:46 +00:00
Richard M. Stallman
f392937f8e Comment changes. 1995-10-19 00:08:57 +00:00
Richard M. Stallman
be46733f37 (Fchar_equal): Handle char-table as case table. 1995-10-18 23:32:26 +00:00
Richard M. Stallman
b1428bd860 (compile_pattern_1, compile_pattern, search_buffer):
Case tables are char-tables now.
1995-10-18 23:30:32 +00:00
Richard M. Stallman
999de24679 (Fchar_table_subtype): New function.
(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.
1995-10-18 23:29:38 +00:00
Richard M. Stallman
2b6cae0c88 (read1): Handle #' as prefix.
(Qfunction): New variable.
(syms_of_lread): Set up Qfunction.
1995-10-18 23:27:11 +00:00
Richard M. Stallman
3eeb7b9f68 (pc-selection-mode): Add autoload cookie. 1995-10-17 18:13:25 +00:00
Richard M. Stallman
215e89e594 Initial revision 1995-10-17 18:10:37 +00:00
Richard M. Stallman
6c183ba5dc (x_term_init, XTread_socket): Add HAVE_X_I18N support. 1995-10-17 17:12:20 +00:00
Richard M. Stallman
5e1cecee20 All doc strings changed to comply with standard Emacs conventions.
(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.
1995-10-17 03:33:46 +00:00
Jeff Law
7c36a59a73 * config.guess: Recognize HP model 819 machines has having
a PA 1.1 processor.
1995-10-16 15:40:29 +00:00
Richard M. Stallman
b5ef0e9225 Minor fixes. 1995-10-16 01:05:10 +00:00
Richard M. Stallman
9feb90da26 Fix format example. 1995-10-16 01:04:41 +00:00
Richard M. Stallman
64d16748b3 (x_window, both versions): Add HAVE_X_I18N support. 1995-10-15 15:17:33 +00:00
Richard M. Stallman
7b8d4a3fb5 (HAVE_X_I18N): New macro.
Maybe include Xlocale.h.
(struct x_output): New field xic.
(FRAME_XIC): New macro.
1995-10-15 15:17:01 +00:00
Richard M. Stallman
8d392c8e7e (he-transfer-case): Fix typo in prev change. 1995-10-15 08:54:13 +00:00
Erik Naggum
0521259a33 Repair line wrapping damage. 1995-10-15 03:09:16 +00:00
Richard M. Stallman
49bb983394 (find_section): New function.
(unexec): Use it.  Also simplify previous changes.
1995-10-15 01:07:44 +00:00
Richard M. Stallman
f5abdb044b (unexec): Find the old data section.
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.
1995-10-15 00:59:48 +00:00
Richard M. Stallman
26fb39b5ef (Finsert_file_contents): If replacing,
set selected_window->start_at_line_beg.
1995-10-14 20:42:26 +00:00
Richard M. Stallman
9cda4f7cdd (Qdisplay_table): New variable.
(syms_of_display): Initialize it.
1995-10-14 05:54:16 +00:00
Richard M. Stallman
a59de17baf (Qchar_table_extra_slots): New variable.
(syms_of_alloc): Initialize it.
(Fmake_char_table): Take new arg PURPOSE and get N from a property.
1995-10-14 05:53:31 +00:00
Richard M. Stallman
5ebaddf5f9 (Qsyntax_table): New variable.
(init_syntax_once): Call Fmake_char_table the new way.
Set up Qsyntax_table.
(Fsyntax_table_p): Check the `purpose' field.
1995-10-14 05:52:39 +00:00
Michael Kifer
138df2ce47 (ediff-version): is now autoloaded. 1995-10-14 03:14:39 +00:00
Michael Kifer
009650b3f9 Moved defsubsts up. 1995-10-14 03:14:11 +00:00
Michael Kifer
f9b2678cbc Now defines [window] in menu-bar-ediff-menu. 1995-10-14 03:12:53 +00:00
Michael Kifer
04090c34c5 (vip-set-hooks): Use view-mode-hook in emacs and view
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.
1995-10-14 02:32:56 +00:00
Michael Kifer
e0c82342d8 (vip-leave-region-active): new function. 1995-10-14 02:27:42 +00:00
Michael Kifer
a595547cc5 * viper-mous.el (vip-surrounding-word): modified to understand tripple clicks. 1995-10-14 02:26:46 +00:00
Michael Kifer
f90edb57db (vip-record-kbd-macro): correctly escapes .' and [' now. 1995-10-14 02:25:42 +00:00
Michael Kifer
c6b52c4645 (ex-write): uses better defaults. 1995-10-14 02:21:19 +00:00
Richard M. Stallman
914a48d0f0 (variable-at-point, function-called-at-point):
Switch temporarily to emacs-lisp-mode-syntax-table.
1995-10-14 00:39:58 +00:00
Richard M. Stallman
a69315a1b9 Initial revision 1995-10-13 19:18:29 +00:00
Richard M. Stallman
510cbc92ee (hippie-expand): Removed bug - don't undo from another buffer.
(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'.
1995-10-13 15:57:04 +00:00
Edward M. Reingold
6df87f1421 Minor fixes. 1995-10-13 13:06:37 +00:00
Richard M. Stallman
f9e24cb917 (x_connection_signal_1): New function.
(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.
1995-10-12 22:58:04 +00:00
Richard M. Stallman
3f8bae9072 *** empty log message *** 1995-10-12 22:28:42 +00:00
Richard M. Stallman
224c62c6b2 Handle aliases dead-acute,... 1995-10-12 22:28:07 +00:00
Richard M. Stallman
7f73dc9db3 (struct Lisp_Char_Table): New slot `purpose'.
(CHAR_TABLE_STANDARD_SLOTS): Add one.

(CHECK_VECTOR_OR_CHAR_TABLE): New macro.
1995-10-12 21:19:49 +00:00
Richard M. Stallman
352e5dea1e (describe_vector): Support nested char-tables. 1995-10-12 21:18:42 +00:00
Richard M. Stallman
7f0edce714 (Qvector_or_char_table_p): New variable.
(Fvector_or_char_table_p): New function.
(syms_of_data): Set up Lisp var and function.
1995-10-12 19:17:05 +00:00
Richard M. Stallman
963fd07004 (display-table-slot, set-display-table-slot):
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.
1995-10-12 19:16:20 +00:00
Richard M. Stallman
80622eecc9 (Fdelete_other_windows): Set w->force_start. 1995-10-12 18:00:00 +00:00
Richard M. Stallman
e91b8e7ef7 (variable-at-point, function-called-at-point): Fix revious changes. 1995-10-12 17:56:17 +00:00
Richard M. Stallman
8d9583b0bc (syms_of_xdisp): Doc fix. 1995-10-12 15:44:45 +00:00