Richard M. Stallman
4d123b4d43
(mail-extract-address-components): Quote the comma in ,-pos.
1996-06-24 20:47:16 +00:00
Richard M. Stallman
faee8ef030
(unexec): Round up section header offset to bss alignment
...
before deciding whether it's after the bss section.
1996-06-24 19:54:38 +00:00
Richard M. Stallman
aa39a5ddc0
(rmail-summary-by-senders): Fix typo in fn name.
1996-06-24 16:59:49 +00:00
Richard M. Stallman
8d36235ff6
(goto-address-url-face, goto-address-mail-face)
...
(goto-address-url-mouse-face): New variables.
(goto-address-fontify): Use them.
1996-06-24 16:53:55 +00:00
Simon Marshall
9a03a6f46c
Resync mail aliases if necessary.
1996-06-24 09:50:09 +00:00
Simon Marshall
fd23afbeb4
Put fewer conditions in turn-on-font-lock and more in turn-on-font-lock-if-enabled, so a user can put the former on hooks.
1996-06-24 08:06:51 +00:00
Simon Marshall
6a02d88bf8
Test for lazy-lock-mode before swapping hooks.
1996-06-24 07:48:15 +00:00
Simon Marshall
369cc657db
Protect before- and after-change-functions when updating text properties.
1996-06-24 07:45:07 +00:00
Simon Marshall
1080879c16
In Rmail mode, make sure font-lock-maximum-size locally becomes nil.
1996-06-24 07:36:45 +00:00
Richard M. Stallman
668d9a3ec9
(set-auto-mode): Run multiple mode: specs in left-to-right order.
1996-06-24 06:44:15 +00:00
Richard M. Stallman
845e9d851b
(x_real_positions): Don't call x_uncatch_errors twice.
1996-06-24 01:29:37 +00:00
Richard M. Stallman
82d593eb97
(current_column_1): Add declaration.
1996-06-23 19:20:33 +00:00
Richard M. Stallman
9a21bb6444
Make current-column, move-to-column and current-indentation
...
handle invisible chars (both text properties and overlays).
(skip_invisible): New function.
(Fmove_to_column): Use skip_invisible. Get rid of `retry' label.
(compute_motion): Use skip_invisible.
(current_column_1): New function.
(current_column): Use current_column_1 if might have invisible text.
1996-06-23 18:47:37 +00:00
Richard M. Stallman
5aa29679e1
(font-lock-verbose): Default to 0. Doc fix.
...
(font-lock-default-fontify-buffer): Interpret numeric value.
(font-lock-fontified): Don't make it permanent-local.
(font-lock-mode): Remove before-revert-hook and after-revert-hook code.
Call font-lock-turn-on-thing-lock before font-lock-mode-hook. Doc fix.
(font-lock-revert-setup, font-lock-revert-cleanup): Deleted.
(font-lock-support-mode): New variable.
(font-lock-turn-on-thing-lock): New function. Use it.
(font-lock-turn-off-thing-lock): Renamed font-lock-thing-lock-cleanup.
(font-lock-change-major-mode): Turn off Font Lock mode if it is on.
Add font-lock-change-major-mode to change-major-mode-hook at top level.
1996-06-23 18:36:01 +00:00
Richard M. Stallman
bf0e6b0ce8
(term-exec-1): Run process on pty if possible.
1996-06-23 15:51:57 +00:00
Noah Friedman
7e939f298d
(rlogin): add rlogin-carriage-filter to comint-output-filter-functions, not
...
ftelnet-carriage-filter.
1996-06-23 04:31:17 +00:00
Richard M. Stallman
017d787ae1
(skeleton-autowrap): New variable.
...
(skeleton-abbrev-cleanup): Added variable documentation.
(skeleton-proxy): Added optional autowrappping feature.
(skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook'
instead of someday to be obsolete defer.
1996-06-22 17:42:15 +00:00
Richard M. Stallman
00f3d57da4
(rmail-summary-bury): New function.
...
(rmail-summary-mode-map): Put rmail-summary-bury on b.
1996-06-22 16:55:35 +00:00
Richard M. Stallman
6b2421db0e
(Fdefalias): Doc fix.
1996-06-22 16:54:54 +00:00
Richard M. Stallman
5217568891
(gnus-background-mode): Set threshold for "light color"
...
at .6 of the total for white.
1996-06-22 16:53:35 +00:00
Richard M. Stallman
f42b62e4b8
(font-lock-make-faces): Set threshold for "light color"
...
at .6 of the total for white.
1996-06-22 16:51:43 +00:00
Richard M. Stallman
74d0290b36
(choose-completion-string): Don't exit the minibuffer
...
when a directory name is chosen.
1996-06-22 04:50:32 +00:00
Richard M. Stallman
5ac83f86e6
Rename lignux to linux-gnu in configuration names.
...
Use gnu-linux as the opsys value (s/ file name).
Allow i686 just like i386, i486, i586.
(i*86-*-sco3.2v5): New alternative.
(OVERRIDE_CPPFLAG): New variable.
(CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
Specify vpath for .texi files.
1996-06-22 03:44:21 +00:00
Michael Kifer
52fa07baf5
*** empty log message ***
1996-06-22 03:20:38 +00:00
Erik Naggum
16bba9cabc
(asm-mode-map): Fix typo.
1996-06-22 02:14:01 +00:00
Michael Kifer
bbe6126cba
*** empty log message ***
1996-06-22 01:54:34 +00:00
Michael Kifer
fce30d79b4
Initial revision
1996-06-22 01:44:38 +00:00
Richard M. Stallman
3a707ba5cc
Renamed from lignux.h.
...
(SYSTEM_TYPE): Changed to gnu/linux.
1996-06-21 21:36:07 +00:00
Richard M. Stallman
6c58b173c9
(asm-mode-map): Bind C-c ; to comment-region.
1996-06-21 20:58:52 +00:00
Richard M. Stallman
6ce2992945
(mouse-drag-region): Be smart about which end
...
gets point and which end gets the mark.
1996-06-21 16:15:21 +00:00
Richard M. Stallman
bca55f26b2
(mouse-buffer-menu): Use aref rather than string-match.
1996-06-21 15:33:46 +00:00
Richard M. Stallman
e649d07667
(kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame.
1996-06-21 15:31:50 +00:00
Richard M. Stallman
a9d4f28a2b
(Fcall_process): Fix previous change.
1996-06-21 15:30:28 +00:00
Richard M. Stallman
9cf30a30a8
(x_iconify_frame): If frame is invisible, explicitly mark it as iconified.
1996-06-21 15:29:55 +00:00
Richard M. Stallman
27aa8132cd
Whitespace change.
1996-06-21 05:54:19 +00:00
Richard M. Stallman
ebf9219e1c
(timer, timer.o, getdate.o, $(srcdir)/getdate.c)
...
(wakeup): Targets deleted.
(UTILITIES): Delete wakeup and timer.
1996-06-21 05:47:24 +00:00
Richard M. Stallman
96013d6f5e
(LaTeX-mode): Change handling of escaped $.
1996-06-21 05:18:44 +00:00
Richard M. Stallman
b9aed9ca3e
(All info targets): cd $(srcdir) to do the work.
1996-06-20 21:20:11 +00:00
Richard M. Stallman
e8edd7c5df
(All info targets): Specify $(srcdir) in input files. Specify -I option.
...
(All dvi targets): Set the TEXINPUTS variable.
1996-06-20 20:19:49 +00:00
Richard M. Stallman
56ade26139
(outline-up-heading): Fix error message.
...
(outline-backward-same-level, outline-forward-same-level): Likewise.
1996-06-20 19:22:11 +00:00
Noah Friedman
fb7741f544
(rlogin): make comint-output-filter-functions local before adding hooks.
1996-06-20 17:30:41 +00:00
Richard M. Stallman
ca8a0685e0
entered into RCS
1996-06-20 17:26:00 +00:00
Richard M. Stallman
5c5eb33532
Initial revision
1996-06-20 17:24:47 +00:00
Michael Meissner
1ea7ac3f8d
Add support for PowerPC Linux
1996-06-20 16:20:05 +00:00
Richard M. Stallman
2eb9703d6b
Initial revision
1996-06-19 23:14:13 +00:00
Richard M. Stallman
5a6816daac
(Vwin32_alt_is_meta): Declared.
...
(win32_kbd_mods_to_emacs): Map Alt to alt_modifier if required.
1996-06-19 22:18:48 +00:00
Richard M. Stallman
8c205c63c0
(Vwin32_alt_is_meta): New variable.
...
(win32_get_modifiers): Map Alt to alt_modifier if required.
(syms_of_win32fns): DEFVAR new variable.
1996-06-19 22:17:35 +00:00
Richard M. Stallman
d4ecdb6bbe
(Info-default-directory-list): Doc fix.
1996-06-19 22:14:31 +00:00
Richard M. Stallman
c7ad3a839d
(HPUX10): New macro.
1996-06-19 21:50:16 +00:00
Richard M. Stallman
a2ae3bae00
(LD_SWITCH_SYSTEM): Use no space after -L and -R.
1996-06-19 21:15:58 +00:00