1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

17252 Commits

Author SHA1 Message Date
Kenichi Handa
536477d4b4 Comment fixed. 1997-04-05 02:35:53 +00:00
Kenichi Handa
210dede616 Change a category of one Japanese character. 1997-04-05 02:35:53 +00:00
Kenichi Handa
b55b51290c (x-charset-registries): Add Tibetan entries. 1997-04-05 02:35:53 +00:00
Kenichi Handa
8f81f78455 Prefix for Mule related commands is changed.
(view-hello-file): Allways does correct decoding of HELLO file.
1997-04-05 02:35:53 +00:00
Kenichi Handa
2aa72de791 Change descriptions for Arabic, Indian, and
Vietnamese character sets.  Define Tibetan character sets.
1997-04-05 02:35:53 +00:00
Kenichi Handa
4366b45ecc Load language/english and language/tibetan. 1997-04-05 02:35:53 +00:00
Karl Heuer
25c307484f (Fcopy_sequence): Delete unused variable.
(Fchar_table_extra_slot, Fset_char_table_extra_slot): Doc fix.
(map_char_table): When expanding indices, don't increase depth;
that's amount used, not amount allocated.
1997-04-03 22:08:30 +00:00
Karl Heuer
5c34fe36c4 Fix comment typo. 1997-04-03 21:36:09 +00:00
Karl Heuer
7ad11f7e0d (CHAR_TABLE_REF): Fix syntax error.
(LOWERCASEP): Use NOCASEP instead of its expansion.
(UPCASE): Use UPPERCASEP instead of its expansion.
1997-04-03 21:34:11 +00:00
Karl Heuer
f7d47e2023 [!__GNUC__] (CATEGORY_SET): Fix syntax error. 1997-04-03 21:29:26 +00:00
Richard M. Stallman
d1b9ed63ea (Fcopy_file): Fix error message. 1997-04-02 19:06:31 +00:00
Richard M. Stallman
d4b8687bfa (Finsert_file_contents): Handle non-regular files. 1997-04-02 06:12:48 +00:00
Richard M. Stallman
727a0b4a0f (Finsert_file_contents): When handling REPLACE,
first try comparing block by block; if we discover a need for
nontrivial code conversion, give up and try convert-whole-file method.
1997-04-02 05:03:06 +00:00
Richard M. Stallman
0118dcd343 (skip_chars): Make `c' an unsigned int. 1997-04-02 04:24:41 +00:00
Richard M. Stallman
ce0ba762d7 Added a lot of new faces, they all start with
term- and follow a simple lexicographical convention.  Note that
each change is commented: just search for -mm in the source.
(term-char-mode): Added all the "grey-keys" to term-raw-map.
(term-send-up):  Similar, decided to go for the more xterm-like
\eOA bindings in place of the previous \e[A.
(term-buffer-maximum-size): New variable.
(term-mode): Added some make-local: now term-buffer-maximum-size,
ange-ftp-default-user/password/an-pwd.
(term-emulate-terminal): Quite some modifications to allow
multiple outstanding ANSI style commands: notably all the
-previous-parameter stuff.  Call term-handle-ansi-terminal-messages.
(term-emulate-terminal): Added simple trimming function: at the
end we simply check if the buffer is > term-buffer-maximum-size
and cut it accordingly.
(term-handle-colors-array): New function.
(term-handle-ansi-terminal-messages): New function.
(term-handle-ansi-escape): Modified to allow ANSI coloring
(ansi-term): New function that creates multiple terminals. Put
in the standard C-x map too: I'm quite used to C-x C-f and C-c C-f
was too awkward.
1997-04-02 03:46:39 +00:00
Richard M. Stallman
61730a69ed (change_frame_size_1): Call Fset_window_buffer,
so that Vwindow_configuration_change_hook gets run.
1997-04-02 03:45:07 +00:00
Richard M. Stallman
543f5fb17f (Qwindow_configuration_change_hook): New variable.
(Vwindow_configuration_change_hook): New variable.
(syms_of_window): Initialize; set up Lisp var.
(delete_window): New subroutine, from Fdelete_window.
Most callers changed.
(Fdelete_window): Call Vwindow_configuration_change_functions.
(Fset_window_buffer, Fenlarge_window, Fshrink_window):
Call the Vwindow_configuration_change_functions.
(Fset_window_configuration): Likewise.
1997-04-02 03:44:32 +00:00
Richard M. Stallman
2323275b08 (Coding Conventions): Node renamed from Style Tips.
Xref the Major Mode Conventions and Minor Mode Conventions nodes.
Other smaller changes in it.
1997-04-01 23:38:01 +00:00
Richard M. Stallman
4356e9eb88 Add detailed listing for the Tips appendix.
Add an early duplicate menu item for Coding Conventions node.
1997-04-01 23:37:03 +00:00
Richard M. Stallman
a4b12c74ea Document key binding conventions for major modes and minor modes. 1997-04-01 23:35:50 +00:00
Richard M. Stallman
54bfce8a12 (grep-null-device): Move before first use. 1997-04-01 22:17:59 +00:00
Richard M. Stallman
2b98929656 (set-variable): Suggest only valid user variable. 1997-04-01 22:09:02 +00:00
Richard M. Stallman
5e78e475d4 (Fuser_variable_p): If not a symbol, return nil. 1997-04-01 22:04:58 +00:00
Richard M. Stallman
f0b188ed3d (vc-checkin-hook): Doc fix.
(vc-before-checkin-hook): New hook.
(vc-start-entry): Use it.
1997-04-01 21:47:17 +00:00
Richard M. Stallman
3dbcf3f67b (Finsert_file_contents): Determine the character coding
before we see if REPLACE can be handled.
Do handle REPLACE even if code conversion is needed.

(Fcopy_file): Fix previous change.
1997-04-01 07:17:40 +00:00
Richard M. Stallman
4f1d7d3173 (dired-copy-file): Handle file-date-error. 1997-04-01 04:26:33 +00:00
Richard M. Stallman
c0b7b21c12 (Fcopy_file): Use Qfile_date_error if can't set file date.
(Qfile_date_error): New variable.
(syms_of_fileio): Set it up.
1997-04-01 04:25:04 +00:00
Karl Heuer
0992c4d488 (hs-hide-block-at-point): Doc fix. 1997-03-31 22:46:25 +00:00
Karl Heuer
90d6bfb921 (comint-delchar-or-maybe-eof): Check for null proc. 1997-03-31 22:25:27 +00:00
Richard M. Stallman
80abd2a8dc (rmail-output-to-rmail-file):
Use find-buffer-visiting instead of get-file-buffer.
1997-03-30 22:23:58 +00:00
Richard M. Stallman
d607b17dbe (rmail-output-body): New command. 1997-03-30 22:22:32 +00:00
Richard M. Stallman
78d7cf68ff (icon-mode-map): Added menus.
(icon-imenu-generic-expression): New variable to be used for imenu.
(icon-mode): Added font-lock, imenu and hideshow support.
(icon-font-lock-keywords-1, icon-font-lock-keywords-2):
New constants for different level of font-lock fontification.
(icon-font-lock-keywords): New variable.  Default expression to be
assigned to font-lock-keywords in `icon-mode'.
(icon-forward-sexp-function): New function used as `forward-sexp' by hideshow.
1997-03-30 21:50:02 +00:00
Richard M. Stallman
7e510a5e22 Added mouse-selection feature for bookmark list buffer.
(bookmark-bmenu-other-window-with-mouse): New function.
(bookmark-bmenu-mode-map): Bind mouse-2.
(bookmark-bmenu-list, bookmark-insert-location,
bookmark-bmenu-hide-filenames): Put text property on bookmarks.
(bookmark-bmenu-show-filenames): Remove text property from
white spaces generated by `move-to-column'.
(bookmark-bmenu-bookmark): Use `buffer-substring-no-properties'
instead of `buffer-substring'.
1997-03-30 21:38:43 +00:00
Richard M. Stallman
97ae4b8947 (Faccessible_keymaps): When metizing, convert a
string to a vector.  But don't metize a character that is part of PREFIX.
1997-03-30 19:58:28 +00:00
Richard M. Stallman
654116295d (dabbrev--substitute-expansion):
Change criterion for copying expansion's case pattern.
Do this now if expansion case varies after the first char.
1997-03-30 19:06:27 +00:00
Richard M. Stallman
614710af5b (debug): Use save-excursion inside the binding of buffer-read-only. 1997-03-30 07:05:14 +00:00
Richard M. Stallman
e190af9a8e Minor doc fix. 1997-03-30 05:28:43 +00:00
Richard M. Stallman
22d5cb5048 (sh-set-shell): If file has no #! line,
set the syntax table based on the default shell.
1997-03-30 02:10:40 +00:00
Richard M. Stallman
9479d258c9 (hs-show-all, hs-safety-is-job-n): Fix messages.
Changed to use overlays for hiding instead of selective display.
Commented out the support for XEmacs because it doesn't support overlays.
(hs-special-modes-alist): Added support for java-mode.
(hs-minor-mode-hook): New variable.
(hs-c-start-regexp, hs-c-end-regexp, hs-forward-sexp-func)
(hs-block-start-regexp, hs-block-end-regexp)
(hs-find-block-beginning): Doc string fixes.
(hs-hide-comments-when-hiding-all): New variable.
(hs-safety-is-job-n, hs-minor-mode, hs-flag-region):
Use overlays for hiding.
(hs-inside-single-line-comment-p, hs-discard-overlays)
(hs-already-hidden-p): New internal functions.
(hs-hide-block-at-point, hs-hide-initial-comment-block)
(java-hs-forward-sexp, hs-mouse-toggle-hiding): New functions.
(hs-inside-comment-p, hs-hide-block)
(hs-show-block): Added support for single line comments.
(hs-hide-all): Added support for hiding comments.
1997-03-29 08:51:22 +00:00
Richard M. Stallman
b8f3a097ad (make-auto-save-file-name): Replace both / and \
with sequences starting with %.
1997-03-29 04:21:32 +00:00
Richard M. Stallman
7ff3757e3e Minor change. 1997-03-29 03:08:50 +00:00
Richard M. Stallman
c3348e101b (make-auto-save-file-name): Replace both / and \
with sequences starting with %.
1997-03-29 00:32:54 +00:00
Richard M. Stallman
9201fa0683 (with-electric-help): Remove hook on exit.
(electric-help-exit): Add doc string.  Remove hook before exit.
1997-03-28 22:58:58 +00:00
Erik Naggum
4b1434c2ca (set-variable): Use user-variable-p. Clean up. 1997-03-28 02:33:07 +00:00
Noah Friedman
387ccacecf (eldoc-idle-delay): Make defvar, not defconst.
(eldoc-minor-mode-string): Make defvar, not defconst.
(eldoc-argument-case): Make defvar, not defconst.
1997-03-27 10:44:56 +00:00
Richard M. Stallman
d898671ff0 Add copyright notice and distribution terms. 1997-03-27 00:47:31 +00:00
Richard M. Stallman
c51f4e0d2c (set-variable): Take default from `variable-at-point'. 1997-03-27 00:25:39 +00:00
Richard M. Stallman
fcd532ae81 (uncompress-while-visiting): Handle .tgz files. 1997-03-26 07:36:48 +00:00
Richard M. Stallman
7e60d5d365 (outline-discard-overlays): Fix the case
where an overlay extends on both sides of the region.
(outline-mark-subtree): New function.
(outline-mode-prefix-map): Put outline-mark-subtree on C-c @.
1997-03-26 07:30:26 +00:00
Richard M. Stallman
48cbe093bb (outline-discard-overlays): Fix the case
where an overlay extends on both sides of the region.
1997-03-26 06:05:58 +00:00