1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Carsten Dominik
ae34e88116 C. Dominik <cd@gnu.org>
Added :version tags to defcustoms
1998-05-01 08:26:20 +00:00
Richard M. Stallman
2fe66dda68 (show-paren-ring-bell-on-mismatch): New option.
(show-paren-function): Beep on mismatch, if requested.
1998-05-01 05:33:39 +00:00
Richard M. Stallman
bba07c181d (LIBS): Link in shell32.lib. 1998-05-01 04:52:54 +00:00
Richard M. Stallman
523812cdf3 (event_kind): New event type `drag_n_drop'. 1998-05-01 04:52:40 +00:00
Richard M. Stallman
a24dc617a8 (Qdrag_n_drop, drag_n_drop_syms, lispy_drag_n_drop_names): New variables.
(make_lispy_event): Handle drag_n_drop events.
(syms_of_keyboard): Initialize new symbols.
1998-05-01 04:51:51 +00:00
Richard M. Stallman
1e9582d459 (wordify): Do the second loop by chars, not by bytes. 1998-05-01 04:51:20 +00:00
Richard M. Stallman
b662c4bc6b (file-cache-add-file): Checks to see if file exists
before adding it.  Non-existing files are simply skipped.
(file-cache-add-directory): Checks to see if directory exists
before adding it.  Non-existing directories are simply skipped.
1998-05-01 04:50:27 +00:00
Richard M. Stallman
12857dfd21 Include shellapi.h.
(construct_drag_n_drop): New function.
(w32_read_socket): Handle WM_DROPFILES messages.
1998-05-01 04:38:20 +00:00
Richard M. Stallman
cb9e33d4a5 Include shellapi.h.
(w32_createwindow): Enable drag-n-drop on new windows.
(w32_wnd_proc): Handle WM_DROPFILES messages.
Disable drag-n-drop on closing windows.
1998-05-01 04:37:42 +00:00
Richard M. Stallman
33b307f8fc (w32-drag-n-drop-debug, w32-drag-n-drop)
(w32-drag-n-drop-other-frame): New functions.
Bind them to the drag-n-drop events.
1998-05-01 04:24:43 +00:00
Kenichi Handa
341043629f (find-coding-systems-for-charsets):
Consider priority of each coding system too.
(select-safe-coding-system): Show mime-charset name (if it is also
a coding system) instead of base coding system name.
(select-safe-coding-system): Always delete *Warning* buffer.
(universal-coding-system-argument): Use buffer-file-coding-system
as default.
1998-05-01 04:16:29 +00:00
Kenichi Handa
e953b36874 (quail-show-translations): Show
followable keys in alphabetic order.
1998-05-01 04:16:29 +00:00
Kenichi Handa
49cb52b45c (encode_coding_iso2022): If encoding a last block,
reset graphic planes and registers.
1998-05-01 04:15:48 +00:00
Richard M. Stallman
4eea26a987 (generic): Added defgroup declaration.
(generic-make-keywords-list): Uses regexp-opt.
(generic-mode-set-font-lock): Uses regexp-opt.
1998-05-01 04:11:54 +00:00
Richard M. Stallman
3d5b223404 (popup-menu-popup): Fix typo: set menu-keymap. 1998-05-01 03:51:57 +00:00
Richard M. Stallman
cd95034f46 (rmail-cease-edit): Call rmail-show-message even if message text is unchanged. 1998-05-01 03:14:40 +00:00
Geoff Voelker
f11f6ccebb (WM_MOUSEWHEEL): Define relative to WM_MOUSELAST.
(MSH_MOUSEWHEEL): New macro.
1998-04-30 17:21:12 +00:00
Geoff Voelker
e7efd97e0f (msh_mousewheel): Declare.
(w32_read_socket): Check for mousewheel events.
1998-04-30 17:20:53 +00:00
Geoff Voelker
93fbe8b746 (msh_mousewheel): New variable.
(w32_msg_pump): Register that Emacs accepts mousewheel events.
(w32_wnd_proc): Check for mousewheel events.
1998-04-30 17:19:55 +00:00
Richard M. Stallman
f5136913a1 Generalized region skipping added.
Checks comments only in code.
Added backward compatible support for customize.
(ispell-query-replace-choices, ispell-message-dictionary-alist)
(ispell-grep-command, ispell-grep-options, ispell-look-command)
(ispell-look-options, ispell-use-ptys-p, ispell-local-dictionary)
(ispell-dictionary-alist): Now customizable.
Fixed type of custom variables: ispell-help-in-bufferp.
(ispell-use-framepop-p): New variable.
(ispell-dictionary-alist): Added dictionaries: castellano, castellano8
czech, esperanto, esperanto-tex, norsk, russian.
Capitalize XEmacs correctly, and change lucid to xemacs in code:
(ispell-menu-lucid): Renamed to ispell-menu-xemacs.
Changed string compares for version number to be correct for XEmacs.
Fixed to work with string properties.
(ispell-recursive-edit-marker): new marker saving return point.
(ispell-skip-region-alist): New variable defining regions.
(ispell-tex-skip-alists): New variable for LaTeX regions.
(ispell-skip-sgml): Now buffer-mode aware.
(ispell-highlight-p): Support block cursors.
(ispell-message-text-end): Don't check signatures.
(ispell-comments-and-strings): New command, added to menu.
(ispell-int-char): New function for character incrementing.
(ispell-word): Produces message on error when called from
ispell-minor-mode.  Potential infinite loop removed.
(ispell-command-loop): prevent XEmacs modeline hiding.
Allow temporary split of dedicated windows.  Improve recursive
edit support.  Support block cursors.
(ispell-show-choices): New function cleaning up command loop.
(ispell-highlight-spelling-error-generic): Block cursor support added.
(ispell-highlight-spelling-error-xemacs): Block cursor, name change.
(ispell-overlay-window): dedicated window splitting, XEmacs changes.
(ispell-parse-output): Displays ispell process error messages.
(check-ispell-version): Interactive mode that shows ispell versions.
(ispell-begin-skip-region-regexp): New region skipping function.
(ispell-begin-tex-skip-regexp): New tex mode region skipping function.
(ispell-begin-skip-region): New region skipping function.
(ispell-tex-arg-end): New tex mode region skipping function.
(ispell-skip-region): New region skipping function.
(ispell-get-line): New function to clean up command loop.
(ispell-process-line): New function cleaning up command loop.
(ispell-continue): Improve recursive editor support.
(ispell-complete-word): Interior fragment support improved.
(ispell-message): Region skipping vastly improved.
1998-04-30 06:43:48 +00:00
Richard M. Stallman
dcf5e726b5 (ispell-message): Use rfc822-goto-eoh. 1998-04-30 06:40:47 +00:00
Richard M. Stallman
36f41f1db0 (ethio-sera-to-fidel-mail): Use rfc822-goto-eoh.
(ethio-fidel-to-sera-mail): Likewise.
1998-04-30 06:39:27 +00:00
Richard M. Stallman
5acd84d52d (news-reply-mode): Don't load sendmail here.
Don't set paragraph-start or paragraph-separate.
(news-setup): Set them here.
(news-inews): Use mail-header-end, etc.
Use mail-sendmail-delmit-header at the end.
1998-04-30 06:37:04 +00:00
Richard M. Stallman
9e68869b10 (report-emacs-bug): Use rfc822-goto-eoh. 1998-04-30 06:32:07 +00:00
Richard M. Stallman
43c2d6cfb5 Require sendmail.
(mail-hist-current-header-name): Use mail-text-start.
(mail-hist-forward-header): Use mail-header-end.
(mail-hist-current-header-contents): Use mail-header-start.
(mail-hist-put-headers-into-history): Use mail-text-start.
1998-04-30 06:30:27 +00:00
Richard M. Stallman
30eaaa34b1 (expand-mail-aliases): Doc fix.
(expand-mail-aliases, mail-complete): Use mail-header-end.
1998-04-30 06:27:58 +00:00
Richard M. Stallman
13aa1cde7f (mail-abbrev-in-expansion-header-p): Use mail-header-end. 1998-04-30 06:26:19 +00:00
Richard M. Stallman
fc48f3818e (reporter-calculate-separator): Function deleted.
(reporter-submit-bug-report): Major rewrite.
1998-04-30 06:24:03 +00:00
Richard M. Stallman
c7ed80bcf7 (rmail-forward): Use mail-text-start.
(rmail-resend): Don't bind mail-header-separator.
(rmail-retry-failure): Use mail-send-delimit-header, etc.
1998-04-30 06:21:57 +00:00
Richard M. Stallman
b89e2d3602 Require sendmail.
(news-caesar-buffer-body): Use mail-text-start.
1998-04-30 06:18:55 +00:00
Richard M. Stallman
92a3f23d5b (smtpmail-send-it): Use mail-sendmail-undelimit-header. 1998-04-30 06:12:32 +00:00
Richard M. Stallman
48ad09473a Require sendmail.el.
(sc-no-blank-line-or-header): Use mail-header-end.
1998-04-30 06:11:39 +00:00
Richard M. Stallman
eed1360c12 (quit-window): Don't try to switch buffers
in a dedicated window or a minibuffer window.
Treat minibuffer window as dedicated in other ways too.
1998-04-30 04:23:59 +00:00
Richard M. Stallman
eabb24d041 [defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__)]:
Include definition of HDRR structure that used to be in sym.h,
instead of sym.h.
1998-04-30 03:45:54 +00:00
Richard M. Stallman
5e1298a9af (setup-8-bit-environment): Don't do anything special here for unibyte mode.
That is done in set-language-environment.
1998-04-30 03:23:42 +00:00
Richard M. Stallman
d06ad999da (perl-mode): Add autoload cookie. 1998-04-30 03:22:20 +00:00
Richard M. Stallman
51a8fc1d8a (set-language-environment): Fix previous change.
Call standard-display-european-internal.
Call set-terminal-coding-system.

(standard-display-european-internal): New subroutine.
1998-04-30 03:20:24 +00:00
Richard M. Stallman
eb72c1bded (standard-display-european): Use set-language-environment
instead of loading a syntax definitions file.
Use standard-display-european-internal.
Let current-language-environment specify terminal coding system.
1998-04-30 03:18:48 +00:00
Richard M. Stallman
ec067ec7e1 (minibuf_conform_representation): New function.
(Ftry_completion): Use it to return multibyte string
if and only if the completion table has a multibyte string.
(Fdisplay_completion_list):
Convert string to unibyte before displaying it, if default is unibyte.
1998-04-30 03:16:00 +00:00
Richard M. Stallman
88817f3b42 (find_handler_clause): Cast Fbacktrace to proper type. 1998-04-30 03:13:09 +00:00
Richard M. Stallman
fe2908be7b (imenu--generic-function): Doc fix. Rewritten to be faster.
(defgroup imenu): Add :link.
(imenu-use-markers, imenu-auto-rescan-maxout, imenu-generic-expression)
(imenu--make-index-alist, imenu-default-goto-function): Doc fixes.
(imenu-max-item-length, imenu-sort-function)
(imenu-scanning-message): Custom tweak.
(imenu-progress-message): Use real backquote syntax.
(imenu--in-alist): Unused function deleted.
(imenu--flatten-index-alist): Likewise.
(imenu-case-fold-search): Add autoload cookie.
(imenu--completion-buffer): Offer function at point as default.
(imenu--subalist-p): Don't use caadr.
(imenu): Don't use caddr.
(imenu-add-menubar-index): New function.
1998-04-30 00:05:06 +00:00
Dave Love
4063eb1c9c (tar-mode-write-file): Protect from null tar-header-offset. 1998-04-29 22:34:42 +00:00
Richard M. Stallman
9516059404 (tar-extract): Use !' instead of :' to construct
buffer-file-name (`:' is invalid in file names on Windows).
1998-04-29 22:15:59 +00:00
Richard M. Stallman
2ba993db41 (struct process): Make inherit_coding_system_flag a Lisp_Object. 1998-04-29 21:47:23 +00:00
Richard M. Stallman
aa91317aed (Fset_process_inherit_coding_system_flag, Fstart_process):
Store inherit_coding_system_flag as a Lisp_Object.
(Fopen_network_stream): Likewise.
(Fprocess_inherit_coding_system_flag): Access it as Lisp_Object.
(read_process_output): Likewise.
1998-04-29 21:46:43 +00:00
Richard M. Stallman
9f0f00d759 (assoc-ignore-representation): New function.
(assoc-ignore-case): Use compare-strings.
1998-04-29 20:33:11 +00:00
Andreas Schwab
201d8c78ac Fix -Wimplicit warnings. 1998-04-29 09:49:44 +00:00
Andreas Schwab
84920a5cce (redisplay_window): Update STARTP_BYTE alongside with
STARTP.  New variable scroll_margin_bytepos, to parallel
scroll_margin_pos.  Fix arguments of pos_tab_offset to agree with
the first argument of compute_motion.
1998-04-29 09:46:49 +00:00
Andreas Schwab
9d1ec8314f (make_window): Initialize last_point field. 1998-04-29 09:44:06 +00:00
Andreas Schwab
1d9f9f9e64 (emacs_get_tty): Zero out termios structure before
getting attributes to get consistent values for holes.
(emacs_set_tty): Likewise.
1998-04-29 09:42:46 +00:00