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

43387 commits

Author SHA1 Message Date
Richard M. Stallman
cff72e2bc6 (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros.
(struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
2002-08-27 18:41:51 +00:00
Richard M. Stallman
1daccbf4b2 Describe blink-cursor-alist and new values for cursor-type. 2002-08-27 18:40:30 +00:00
Francesco Potortì
d06b424cb0 Forgot a piece, put back in.
Behaviour is not a typo, it is the British spelling, which I normally use.
2002-08-27 16:19:15 +00:00
Francesco Potortì
d62c4c3216 Clarified per rms request. 2002-08-27 16:13:12 +00:00
Andreas Schwab
63b833de37 (kmacro-start-macro): Doc fix. 2002-08-27 15:06:13 +00:00
Carsten Dominik
3b919c9f8c Update to RefTeX 4.19 2002-08-27 09:58:05 +00:00
Carsten Dominik
a062d73f50 *** empty log message *** 2002-08-27 09:57:45 +00:00
Miles Bader
f49656ecf3 *** empty log message *** 2002-08-27 01:02:01 +00:00
Andrew Choi
3fb799840f Correct yesterday's mistake of changing test for MAC_OSX to
HAVE_CARBON on line 797.
2002-08-27 01:00:55 +00:00
Kenichi Handa
fa831cf865 (get_next_display_element): In unibyte case, don't use
octal form for such eight-bit characters that can be converted to
multibyte char.
2002-08-27 00:59:55 +00:00
Kenichi Handa
456c80d669 *** empty log message *** 2002-08-27 00:59:34 +00:00
Andrew Choi
f1c1cccdec 2002-08-25 Andrew Choi <akochoi@shaw.ca>
* emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
        defined instead of MAC_OSX.

[Already logged in src/ChangeLog]
2002-08-27 00:30:54 +00:00
Stefan Monnier
d99d3266b0 (define-minor-mode): Use customize-mark-as-set for global minor modes. 2002-08-26 16:40:49 +00:00
Kim F. Storm
098ba98322 (suppress-keymap): Use command remapping instead of
substitute-key-definition to undefine self-inserting keys.
2002-08-26 12:38:59 +00:00
Kim F. Storm
fc4bd4306f *** empty log message *** 2002-08-26 12:38:26 +00:00
Juanma Barranquero
1142be39f6 (WINS): Add calc and obsolete. 2002-08-26 10:21:39 +00:00
Kim F. Storm
7869ed758f (install-arch-indep): Do not remove DOC file
when it is the only DOC file installed; this is the case when
CANNOT_DUMP is defined.  From Joe Buehler (tiny change).
2002-08-26 10:11:44 +00:00
Kim F. Storm
6bc85c3bed *** empty log message *** 2002-08-26 10:10:42 +00:00
Kim F. Storm
58bd831805 (make_terminal_frame) [CANNOT_DUMP]: Initialize
foreground and background colors. From Joe Buehler (tiny change).
2002-08-26 09:56:07 +00:00
Miles Bader
e494eee55f (Fbyte_code): Fsub1 can GC, so protect it. 2002-08-26 07:37:19 +00:00
Miles Bader
1ced831dcc Doc fix. 2002-08-26 01:10:46 +00:00
Andrew Choi
5cb724f067 2002-08-25 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h (DONT_REOPEN_PTY): #def it.
2002-08-25 17:43:29 +00:00
Andrew Choi
a6311b2f6e 2002-08-25 Andrew Choi <akochoi@shaw.ca>
* emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
        defined instead of MAC_OSX.

        * s/darwin.h (select): Define select to sys_select only if
        HAVE_CARBON is defined.
2002-08-25 17:15:26 +00:00
Andrew Choi
511ca371fa 2002-08-25 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h (HAVE_WORKING_VFORK): #undef it.  Define vfork to
	fork.
2002-08-25 16:44:51 +00:00
Andrew Choi
19580e2cf6 2002-08-25 Andrew Choi <akochoi@shaw.ca>
* macterm.c (XTread_socket): Remove code to call
        SendEventToEventTarget for keys with command modifiers when
        mac_command_key_is_meta is nil.
2002-08-25 16:40:40 +00:00
Miles Bader
476cf0130b (file-name-shadow-properties-custom-type): Renamed from
`read-file-name-electric-shadow-properties-custom-type'.  Change name of face.
(file-name-shadow-properties): Renamed from
`read-file-name-electric-shadow-properties'.
(file-name-shadow-tty-properties): Renamed from
`read-file-name-electric-shadow-tty-properties'.
(file-name-shadow): Renamed from `read-file-name-electric-shadow'.
(rfn-eshadow-setup-minibuffer): Update references to renamed variables.
(file-name-shadow-mode): Renamed from `read-file-name-electric-shadow-mode'.
Update references to renamed variables.
2002-08-25 08:29:51 +00:00
Andreas Schwab
addf35fd86 Fix last change. 2002-08-24 18:36:27 +00:00
Sam Steingold
a96735b8af (eval-after-load): Do not call load-symbol-file-load-history (deleted) 2002-08-24 14:40:09 +00:00
John Paul Wallington
82e736c18b * startup.el (normal-splash-screen): Ensure splash buffer is
killed.  Use tabs in output.  Fix test whether previous buffer was
*scratch* buffer.

* progmodes/simula.el (simula-abbrev-keyword-default)
(simula-abbrev-keyword, simula-abbrev-stdproc-default)
(simula-abbrev-stdproc): Doc fix - escape open parens in column 0.

* apropos.el (command-apropos): Use `defalias' instead of `fset'.

* mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
2002-08-24 14:26:06 +00:00
Richard M. Stallman
729d903842 *** empty log message *** 2002-08-24 03:19:52 +00:00
Richard M. Stallman
d7c1d0fce5 (Fdefvar, Fdefconst, Fdefvaralias):
Record variables in load history as (defvar . VAR).
(Fdefvar): Don't record in load history if no initial value.
(Qdefvar): New variable.
(syms_of_eval): Init and staticpro it.
2002-08-24 03:19:23 +00:00
Richard M. Stallman
d642e4f9ee (build_load_history): Use Fmember to see if a definition
is already in the Vload_history element.
(syms_of_lread): Doc fix.
2002-08-24 03:17:18 +00:00
Richard M. Stallman
ed30cf85d7 (Fstart_process): Remove /: from program name. 2002-08-24 03:16:03 +00:00
Richard M. Stallman
ca3df2d557 (decode_env_path): Don't add /: if file name handler
has a `safe-magic' property.
2002-08-24 03:15:22 +00:00
Richard M. Stallman
8ee8f447ce (Fcall_process): Remove /: from program name. 2002-08-24 03:14:32 +00:00
Richard M. Stallman
7dc2cc987c (unload-feature): Distinguish functions from variables in load-history.
(feature-symbols): Doc fix.
2002-08-24 03:00:29 +00:00
Richard M. Stallman
80c39c38bb (select-frame-by-name, select-frame-set-input-focus):
Always call x-focus-frame, if using x.
Use set-mouse-position on all systems, if focus-follows-mouse.
2002-08-24 02:59:27 +00:00
Richard M. Stallman
a2c4ae0156 (symbol-file-load-history-loaded)
(load-symbol-file-load-history): Deleted.
(symbol-file): Don't call load-symbol-file-load-history.
2002-08-24 02:58:53 +00:00
Richard M. Stallman
1aa8fe4665 (ange-ftp-completion-hook-function): Add safe-magic prop. 2002-08-24 02:57:31 +00:00
Glenn Morris
901e8d1dc5 (f90-imenu-flag): Deleted - use imenu--index-alist instead. 2002-08-24 01:08:28 +00:00
Glenn Morris
1a341882a5 (f90-xemacs-flag, f90-xemacs-menu, f90-menu-bar-menu, f90-change-case-menu)
(f90-font-lock-on, f90-font-lock-off, f90-font-lock-menu):  Deleted.  Use
easy-menu-define instead.
(f90-mode): Use easy-menu-add.
No longer (require 'imenu) when compiling.
(f90-mark-subprogram, f90-indent-region, f90-fill-region)
(f90-abbrev-start): Use fboundp.
2002-08-24 00:50:42 +00:00
Stefan Monnier
365958144e (PATFETCH): Remove the translating fetch.
(PATFETCH_RAW): Rename to PATFETCH.
(set_image_of_range): New fun.
(SET_RANGE_TABLE_WORK_AREA): Use it.
(regex_compile): Don't translate the pattern chars so eagerly.
Only do it when inserting an `exactn' bytecode or when handling a char-range.
(mutually_exclusive_p): Avoid empty statement.
2002-08-23 22:21:51 +00:00
Robert J. Chassell
d846a776e1 Update for Texinfo version 4.2 2002-08-23 19:52:29 +00:00
Robert J. Chassell
ceb3d98065 Update to version 4.2 2002-08-23 19:47:41 +00:00
Robert J. Chassell
b1bd267c5e Add version 4.2 texinfo.tex and use @copying command;
add shell commands to create DocBook and XML output formats.
2002-08-23 19:46:12 +00:00
André Spiegel
cfee628f3e # 2002-08-23 13:27:12 +00:00
André Spiegel
cd32d5d1f4 (vc-kill-buffer-hook): Add it to kill-buffer-hook again. 2002-08-23 13:23:14 +00:00
ShengHuo ZHU
0d9724864a * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
* nnbabyl.el (nnbabyl-request-expire-articles): Ditto.

	* nnmbox.el (nnmbox-request-expire-articles): Ditto.

	* nnmh.el (nnmh-request-expire-articles): Implemented
	expiry-target for nnmh backend.
2002-08-23 03:32:58 +00:00
Kai Großjohann
30f75e622c Remote files: new default method for Tramp is ssh, not sm. 2002-08-22 19:40:12 +00:00
Kim F. Storm
a562ef1ab4 (redisplay_window): Do not `goto try_to_scroll' when we
end up on a partially visible line; this reverts a specific part
of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
display error which has been reported several times now.
However it introduces the problem that changes was supposed to fix.
See my comments in the source if you want to debug this further.
2002-08-22 16:52:56 +00:00