1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-22 05:31:01 -08:00
Commit graph

14617 commits

Author SHA1 Message Date
Richard M. Stallman
203108d8e6 (outline-view-change-hook): New hook variable.
(outline-flag-region): Run the hook.
1995-10-20 23:15:02 +00:00
Richard M. Stallman
4d2795c3e2 (mail-abbrev-syntax-table): Rewrite using map-char-table. 1995-10-20 20:57:42 +00:00
Richard M. Stallman
d8f7e85aba (dabbrev--find-expansion): Move buffers that are visible on the screen
to the front of the list to be searched.
1995-10-20 20:48:00 +00:00
Richard M. Stallman
3132e11599 (dabbrev-expand): When no more expansions,
Put back the original abbrev with its original case pattern.
1995-10-20 20:30:22 +00:00
Richard M. Stallman
6dfa1d83fd (add-log-current-defun): Handle private', public' in C++ class definitions. 1995-10-20 15:22:56 +00:00
Richard M. Stallman
7badea3036 (isearch-message-prefix):
Change "wrapped" to "overwrapped" when past original start point.
1995-10-19 22:23:57 +00:00
Richard M. Stallman
0d48fc0afc (calculate-c++-indent): Skip over paren-group
when looking back to determine context of a top-level line.
Don't treat a line starting with } as a continuation.
1995-10-19 22:04:18 +00:00
Erik Naggum
cf693838bd (Fmap_char_table): Call map_char_table with correct args. 1995-10-19 13:36:56 +00:00
Richard M. Stallman
30f2f7c6ed (report-emacs-bug): Don't mention
system-configuration-options if it is empty.
Make it clearer what that text is.
1995-10-19 01:45:21 +00:00
Richard M. Stallman
6676cb1c6c (TRANSLATE, PATFETCH): Cast elt of `translate'.
Don't define if already defined.
(regex_compile): Use RE_TRANSLATE_TYPE for `translate'.
(compile_range, re_search_2, re_match_2_internal, bcmp_translate)
(regcomp): Use RE_TRANSLATE_TYPE for `translate'.
1995-10-19 00:50:51 +00:00
Richard M. Stallman
6fffb26e42 (RE_TRANSLATE_TYPE): Define, if not already defined.
(struct re_pattern_buffer): Use RE_TRANSLATE_TYPE.
1995-10-19 00:50:14 +00:00
Richard M. Stallman
898b9ac102 (tex-start-of-header): Now a regexp.
(tex-end-of-header): Likewise.
(plain-tex-mode, latex-mode, slitex-mode, tex-region): Changed accordingly.
1995-10-19 00:48:12 +00:00
Richard M. Stallman
fad7d36167 Arg of other-buffer can't be a buffer name. 1995-10-19 00:43:41 +00:00
Richard M. Stallman
f9414d6226 (read_char): Let Vkeyboard_translate_table be char-table.
(syms_of_keyboard): Doc fix.
1995-10-19 00:20:44 +00:00
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