1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00
Commit graph

10109 commits

Author SHA1 Message Date
Richard M. Stallman
930a91400a (report_overlay_modification): Renamed from verify_overlay_modification.
(call_overlay_mod_hooks): New args AFTER, ARG1, ARG2, ARG3.
Args START, END deleted.  Pass each function AFTER, ARG1 and ARG2,
and ARG3 if ARG3 is not nil.
(verify_overlay_modification): New args AFTER, ARG1, ARG2, ARG3.
Pass them to call_overlay_mod_hooks.
1994-12-11 11:30:43 +00:00
Richard M. Stallman
835220e853 * buffer.c (report_overlay_modification): Renamed from
verify_overlay_modification.
	* insdel.c: Calls changed.
1994-12-11 11:30:08 +00:00
Richard M. Stallman
d07c080423 (signal_before_change, signal_after_change):
Call verify_overlay_modification here.
(prepare_to_modify_buffer): Don't call it here.
1994-12-11 11:24:16 +00:00
Richard M. Stallman
5296fd1855 (list_buffers_1): Right-align the size values. 1994-12-11 09:48:25 +00:00
Richard M. Stallman
07f9b3e6a5 (rmail-summary-goto-msg): When highlighting,
don't skip 1st char on line if it isn't a space.
1994-12-11 09:16:23 +00:00
Richard M. Stallman
6639708c3d (compile_pattern): Call re_set_registers here.
And no need to BLOCK_INPUT for that.
(compile_pattern_1): Instead of here.
1994-12-11 08:26:27 +00:00
Richard M. Stallman
3b5e348ccc (vc-dir-all-files): New function.
(vc-directory): Show just one directory by default.
Read dir name in minibuffer.
(vc-directory-18): Deleted.
1994-12-10 09:15:58 +00:00
Richard M. Stallman
7904e6e0c6 (unrelocate_symbols): Add AIX4_1 conditionals and code. 1994-12-10 07:49:12 +00:00
Richard M. Stallman
6056c55b04 (sys_siglist) [AIX]: Add AIXHFT conditional. 1994-12-10 07:47:21 +00:00
Richard M. Stallman
8e0ecd77a5 Change AIX conditional around HFNKEYS to AIXHFT. 1994-12-10 07:45:45 +00:00
Karl Heuer
e29702dd6f Added ispell-offset for version consistency.
(ispell-dictionary-alist): updated dictionaries & better match defaults
(ispell-alternate-dictionary): added /usr/shar path
(ispell-menu-map-needed): redo changes that made this incompatible
with earlier versions of emacs19.
(ispell-required-version): changed to assure version 3.1.12 accessed.
(ispell-word): Correctly accept buffer-local information.
Does not try to modify read-only buffer on 'm' command.
(ispell-command-loop): fixed bug that corrupted buffers.
removed scrolling when *Choices* buffer shrinks.
(check-ispell-version): Correctly identifies new version requirements.
(ispell-region): Interaction updated for version 3.1.12+
Buffer read-only modification improvement.  Dictionary messages added.
(ispell-message-text-end): skips additional shell files.
(ispell-buffer-local-parsing): extended-char mode now matches text mode
1994-12-10 02:01:31 +00:00
Karl Heuer
c3aa5fec86 Fix typo in comment. 1994-12-09 22:43:47 +00:00
Richard M. Stallman
af09cb431e (Fbyte_code): Call Ffollowing_char and Fprevious_char
as functions.  Don't mask char-syntax arg to just 8 bits.
1994-12-09 14:15:06 +00:00
Karl Heuer
33f54425db Add patterns for asm-mode. 1994-12-09 06:24:22 +00:00
Karl Heuer
6054fcc645 (set-auto-mode): Don't get confused by anything ending in "mode:" which isn't
a mode spec.
1994-12-09 06:14:44 +00:00
Edward M. Reingold
26b6f04083 Mention Hochleitner's correlation. 1994-12-08 18:51:35 +00:00
Richard M. Stallman
ce992678f7 (rlogin-initially-track-cwd): Now a 3-way flag.
(rlogin): Handle that.
1994-12-08 15:05:58 +00:00
Richard M. Stallman
f0ed29b2f0 (telnet): Don't make assumptions about process name.
(telnet-send-process-next-char): Renamed from send-...
1994-12-07 13:17:48 +00:00
Richard M. Stallman
75ebf74b48 (search_regs_saved): Delete initializer. 1994-12-07 13:03:48 +00:00
Richard M. Stallman
884d69bd90 (nntp-buggy-select): Delete usg-unix-v from list. 1994-12-07 12:48:36 +00:00
Richard M. Stallman
9888aa65fd (dired-insert-directory): Quote certain chars with \.
(dired-get-filename): Always unquote \ quoting.
1994-12-07 10:57:12 +00:00
Richard M. Stallman
cf7c846398 (comint-mode-map): Treat C-up, C-down like M-p, M-n. 1994-12-07 10:25:44 +00:00
Richard M. Stallman
b135a7cf0b [HAVE_SYSVIPC]: Include sys/utsname.h.
(main): If socket/mqueue name is in home dir, add in the host name.
Rename .emacs_server to .emacs-server-....

[!HAVE_SYSVIPC] (main): Fix error message diction.
1994-12-07 07:39:23 +00:00
Richard M. Stallman
021eac48bf [HAVE_SYSVIPC]: Include sys/utsname.h.
(main): If socket/mqueue name is in home dir, add in the host name.
Rename .emacs_server to .emacs-server-....
1994-12-07 07:38:00 +00:00
Richard M. Stallman
c37e488971 (update_frame): Call calculate_costs if baud_rate changed. 1994-12-06 08:49:44 +00:00
Richard M. Stallman
9f732a77fc (calculate_costs): Set FRAME_COST_BAUD_RATE.
Don't test dont_calculate_costs.
(dont_calculate_costs): Variable deleted.
(term_init): Don't set dont_calculate_costs.
1994-12-06 08:49:33 +00:00
Richard M. Stallman
95b999aae7 (struct frame): New field cost_calculation_baud_rate.
(FRAME_COST_BAUD_RATE): New macro.
1994-12-06 08:49:18 +00:00
Roland McGrath
2b49050ad0 (dummy.c) [sony]: Include <sys/param.h> and emit newsos4 #ifdef NEWSOS4. 1994-12-06 07:29:38 +00:00
Karl Heuer
cf18c844a9 (ange-ftp-set-binary-mode): Ignore hash size if nil.
(ange-ftp-set-ascii-mode): Likewise.
1994-12-06 00:19:09 +00:00
Richard M. Stallman
19993c5484 (isearch-cancel): New function.
(isearch-mode-map): Bind that to ESC ESC ESC.
1994-12-05 19:34:52 +00:00
Simon Marshall
9e116f87ad Comment out Oct 18 change to font-lock-after-change-function 1994-12-05 13:38:11 +00:00
Richard M. Stallman
ef94699862 (electric-buffer-menu-mode-map):
Bind ESC ESC ESC to Electric-buffer-menu-quit.
1994-12-05 11:01:40 +00:00
Richard M. Stallman
76d0f732a9 (internal_equal): Call compare_string_intervals.
(Fstring_equal): Doc fix.
1994-12-04 21:07:21 +00:00
Richard M. Stallman
d8638d30b5 (compare_string_intervals): New function. 1994-12-04 21:07:03 +00:00
Richard M. Stallman
3fc86d4bef (INTERVAL_LAST_POS): Don't subtract 1 here. 1994-12-04 21:06:42 +00:00
Richard M. Stallman
df6530f8da (argmatch): Take argc as arg; don't go past end of argv.
(main): Change calls to argmatch.
1994-12-04 20:59:04 +00:00
Richard M. Stallman
c4b55ff15c (fill-region-as-paragraph): If region starts in mid-line,
don't fill the text before that, but count it for indentation.
(fill-region): If region starts in mid-line, keep whole line
in the region, but pass the region start to fill-region-as-paragraph.
1994-12-04 19:49:21 +00:00
Richard M. Stallman
00eb4c4abc (scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed. 1994-12-04 18:58:04 +00:00
Richard M. Stallman
441f6399d8 (child_setup_tty): Use CDISABLE for setting VERASE, VKILL.
(init_sys_modes) [SET_LINE_DISCIPLINE]: Set specified line discipline.
(reset_sys_modes) [SET_LINE_DISCIPLINE]: Restore old line discipline.
1994-12-04 17:06:56 +00:00
Richard M. Stallman
39b3b754b5 At compile time, discard any defsubr definitions
in the Emacs doing the compilation.
1994-12-04 16:51:38 +00:00
Richard M. Stallman
e230790596 (bibtex-mode-map): Delete binding for ".
Don't load in tex-insert-quote.
1994-12-04 14:37:24 +00:00
Richard M. Stallman
feaad827a6 (face-name, face-id, face-foreground, face-background)
(face-font, face-stipple, face-underline-p): Change defsubst to defun.
(set-face-font, set-face-foreground, set-face-background)
(set-face-stipple, set-face-underline-p): Change defsubst to defun.
1994-12-04 14:18:45 +00:00
Richard M. Stallman
9b0bf2b6bd (replace-string, query-replace): Doc fixes. 1994-12-04 12:52:52 +00:00
Richard M. Stallman
bcddd52e8c (rmail-get-new-mail): Position on first unseen message.
Return t if actually got new mail.
(rmail): Show rmail-first-unseen-message if got no new mail.
1994-12-03 18:29:24 +00:00
Richard M. Stallman
c03e1113ab (argmatch): Handle lstr == 0. 1994-12-03 14:59:40 +00:00
Karl Heuer
c4613e62bd (rmail-output): Don't quote "From " lines unless the capitalization is exact. 1994-12-02 02:08:31 +00:00
Karl Heuer
9a2c20d57f (gettext): Make sure this is always defined, even #if emacs.
(NULL): No need to #undef this anymore; Emacs uses NILP now.
1994-12-01 22:59:35 +00:00
Simon Marshall
0caef3e3b7 Added defaults for grayscale font-lock-reference-face. 1994-12-01 14:00:16 +00:00
David J. MacKenzie
b394796763 Don't try to make directories that are guaranteed to already exist. 1994-11-30 22:13:56 +00:00
Karl Heuer
ea9ceb343e (sendmail-send-it): Add `From:' header.
(mail-from-style): New variable.
1994-11-30 22:03:35 +00:00