Kenichi Handa
aa01a892df
(EMACS_CHARSET_H): Renamed from _CHARSET_H.
2000-06-11 23:41:07 +00:00
Kenichi Handa
265702b7c5
(EMACS_CCL_H): Renamed from _CCL_H.
2000-06-11 23:40:14 +00:00
Dave Love
35a7ac8446
(widget-specify-button): Really suppress the face if required.
2000-06-11 23:02:14 +00:00
Stefan Monnier
2c0ec709cc
(cvs-default-ignore-marks, cvs-diff-ignore-marks):
...
Docstring fix.
(cvs-find-file-and-jump): Change default to be safer.
(cvs-mode-diff-map): Define it as a function as well.
(cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
Bind mouse-2 in this global map rather than with text-properties.
2000-06-11 22:35:19 +00:00
Stefan Monnier
e6a4ba7311
(cvs-parse-table): Look for conflict markers in the
...
file to resolve the ambiguity between C-conflict and C-need-merge.
2000-06-11 22:30:49 +00:00
Jason Rumney
f1c7754a42
*** empty log message ***
2000-06-11 21:00:57 +00:00
Jason Rumney
dc5ed26ee9
Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2000-06-11 20:58:22 +00:00
Jason Rumney
d4bd593f07
Added targets for ebrowse.
2000-06-11 20:53:47 +00:00
Jason Rumney
945499122b
[WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames.
2000-06-11 20:35:07 +00:00
Dave Love
fb1b041d1e
(EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
2000-06-11 17:37:16 +00:00
Eli Zaretskii
ff96b5f449
Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
2000-06-11 12:21:13 +00:00
Gerd Moellmann
db8eeecd16
*** empty log message ***
2000-06-11 12:18:25 +00:00
Gerd Moellmann
38fb1ad4a7
(x-colors): Add colors from recent rgb.txt.
2000-06-11 12:14:57 +00:00
Gerd Moellmann
a52445bda8
(xmenu_show): Case second parameter of lw_popup_menu
...
to `XEvent *'.
2000-06-11 12:12:52 +00:00
Stefan Monnier
70223ca45d
(imenu-generic-expression): Docstring fix.
2000-06-11 05:34:05 +00:00
Stefan Monnier
61dc47f5dc
(composition-function-table): Move the `put'
...
below the autoload cookie so we can load the file before loaddefs.
2000-06-11 05:30:20 +00:00
Stefan Monnier
76d1e5a499
(mouse-avoidance-random-shape): Don't quote lambda.
2000-06-11 05:26:41 +00:00
Stefan Monnier
e8139c11fb
(make-autoload): Use `cond'.
...
Handle easy-mmode-define-global-mode.
For complex macros like define-minor-mode that can generate
several autoload entries, try to autoload entries in the
macroexpanded code.
2000-06-11 05:00:35 +00:00
Stefan Monnier
1328a6dfa2
(define-minor-mode): If KEYMAP is a symbol, just use it.
...
Use byte-compile-current-file and load-file-name to infer the
proper :require to pass to defcustom.
Wrap the hook var into `progn' so as not to autoload it.
Add a :autoload-end cookie.
Be more careful about the evaluation of KEYMAP.
(easy-mmode-define-global-mode): Add a :autoload-end cookie.
(define-derived-mode): Move define-abbrev-table outside of defvar.
2000-06-11 04:55:57 +00:00
Stefan Monnier
1499d2dd8a
(EMACSOPT): Remove --no-init-file (implied by -batch).
...
(autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
(backup-compiled-files): Ignore errors during `tar'.
(bootstrap): Make autoloads before elc files.
2000-06-11 03:54:29 +00:00
Kenichi Handa
b54f61ed95
(MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
...
(regex_compile): Fix the code for handling the case of single byte
char and multibyte char being mixed in a range within [...].
2000-06-10 08:04:33 +00:00
Kenichi Handa
c479bd55ea
*** empty log message ***
2000-06-10 08:03:38 +00:00
Kenichi Handa
b839fdcc45
(set-buffer-file-coding-system): If one of undecided-XXX is specified,
...
change only EOL conversion.
2000-06-10 02:17:40 +00:00
Kenichi Handa
8d969bf615
(unix): New alias for the coding system undecided-unix.
2000-06-10 02:17:08 +00:00
Kenichi Handa
9c53b34e90
*** empty log message ***
2000-06-10 02:10:35 +00:00
Kenichi Handa
ff6a65c2ba
*** empty log message ***
2000-06-10 01:16:33 +00:00
Kenichi Handa
6db43875f5
(Finsert_file_contents): Be sure to setup src_multibyte
...
and dst_multibyte members of coding.
2000-06-10 00:35:26 +00:00
Kenichi Handa
88b837a212
(CHARSET_8_BIT_GRAPHIC): Define as 0x80.
...
(UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
sequence.
2000-06-10 00:13:13 +00:00
Kenichi Handa
c83ef37172
(update_charset_table): Update the table
...
bytes_by_char_head.
(init_charset_once): Initialize elements of bytes_by_char_head to
1 except for leading codes for private charases.
2000-06-10 00:12:46 +00:00
Kenichi Handa
49b71c5ff1
*** empty log message ***
2000-06-10 00:12:17 +00:00
Ken Raeburn
9e80b57d28
* xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
...
access the data it doesn't point to.
2000-06-09 16:13:11 +00:00
Dave Love
5ee42746ce
(tar-copy): Supply MUSTBENEW arg to write-region.
2000-06-09 14:19:34 +00:00
Dave Love
7629905050
20.6, 20.7 changes
2000-06-09 10:27:24 +00:00
Dave Love
40e857ea32
executable-make-buffer-file-executable-if-script-p
2000-06-09 10:23:46 +00:00
Dave Love
cc7e1d188e
(executable-make-buffer-file-executable-if-script-p): Renamed and
...
simplified.
2000-06-09 09:59:41 +00:00
Dave Love
d18f678bf0
Rename make-buffer-file-executable-if-script-p.
2000-06-09 09:55:33 +00:00
Dave Love
22ddd29947
(after-save-hook): Customize, with
...
make-buffer-file-executable-if-script-p as an option.
2000-06-09 09:42:05 +00:00
Dave Love
778e1d17ed
Byte compile dynamic.
...
(executable-insert): Change custom type.
(executable-find): Add autoload cookie.
(make-buffer-file-executable-if-script-p): New function from Noah
Friedman.
2000-06-09 09:38:58 +00:00
Kenichi Handa
e1ceff3a51
(Man-fontify-manpage): Fix previous change.
2000-06-09 07:48:24 +00:00
Kenichi Handa
8cf74617ad
(ps-mule-font-info-database-bdf): Prefer the font "tib24p-mule.bdf"
...
for Tibetan.
2000-06-09 02:22:56 +00:00
Kenichi Handa
f89437e32d
*** empty log message ***
2000-06-09 02:22:26 +00:00
Kenichi Handa
8d7878453e
(decompose-composite-char): Declare it as obsolete.
2000-06-09 02:14:39 +00:00
Kenichi Handa
7a4ee259c3
*** empty log message ***
2000-06-09 02:14:14 +00:00
Kenichi Handa
cb581be7b1
(Man-fontify-manpage): Pay attention to overstrike
...
pattern for CJK characters (X^H^HX).
2000-06-09 00:42:39 +00:00
Kenichi Handa
41ea379491
*** empty log message ***
2000-06-09 00:41:32 +00:00
Gerd Moellmann
f83fe4b49b
*** empty log message ***
2000-06-08 21:01:54 +00:00
Gerd Moellmann
6254fc9fb2
(forward-thing): Use functionp instead of fboundp.
...
Set maintainer to FSF since author isn't reachable.
2000-06-08 20:59:25 +00:00
Gerd Moellmann
b5d56c1f0a
(handle_fontified_prop): Don't GCPRO local var `pos';
...
it's an integer.
2000-06-08 20:58:15 +00:00
Gerd Moellmann
0f98c4c211
(enum event_kind): Add FOCUS_IN_EVENT.
2000-06-08 20:57:47 +00:00
Gerd Moellmann
c51c7093e9
(kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
...
generating a switch-frame event if necessary.
2000-06-08 20:57:01 +00:00