1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
Commit Graph

28976 Commits

Author SHA1 Message Date
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
Gerd Moellmann
eb72635f8a (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
will be translated to a switch-frame event in when reading the
event queue.  This is necessary because Emacs otherwise won't
perform a switch-frame to a new frame until some other event, for
example a keystroke event, forces it to do so.  This has various
effects, one visible being that the cursor of a frame created with
C-x 5 2 or switched to with a window manager key binding like
A-TAB stays hollow because selected_window isn't on the newly
focused frame until the switch-frame is performed.
2000-06-08 20:56:24 +00:00
Dave Love
767bf649a9 *** empty log message *** 2000-06-08 19:50:42 +00:00
Dave Love
b8fbaf52c5 (create-glyph): Doc fix. 2000-06-08 16:58:41 +00:00
Dave Love
c08398de39 Preferred coding system change. 2000-06-08 16:04:30 +00:00
Dave Love
e56d790092 (select-safe-coding-system): If
DEFAULT-CODING-SYSTEM is not specified, also check the most
preferred coding-system if buffer-file-coding-system is
`undecided'.  From handa.
2000-06-08 15:54:26 +00:00
Dave Love
0b8a3a6df2 MULE changes. 2000-06-08 14:25:19 +00:00
Gerd Moellmann
f75a0f7a60 *** empty log message *** 2000-06-08 12:49:10 +00:00
Kenichi Handa
136e48e4ac (after-insert-file-set-buffer-file-coding-system): If the buffer
size is greater than INSERTED, judget that we are not visiting.
2000-06-08 11:12:03 +00:00
Kenichi Handa
d3981b49bf *** empty log message *** 2000-06-08 11:09:58 +00:00
Kenichi Handa
0890801bd5 (Fset_fontset_font): The arg CHARACTER may be a charset. 2000-06-08 01:23:19 +00:00
Ken Raeburn
a86ef1933f ignore ebrowse and pcl-cvs 2000-06-08 00:21:15 +00:00
Rajesh Vaidheeswarran
bff7108734 Update whitespace.el - comment out the :version string, since it
seems to have trouble with XEmacs 20.4 (user reported bug). Xemacs
doesn't create group if this is present.

Bug verified. Not yet determined the problem.
2000-06-07 19:04:57 +00:00
Gerd Moellmann
45f485a601 *** empty log message *** 2000-06-07 15:38:54 +00:00
Gerd Moellmann
14c122ec9b Insert a version number comment (5.2.2). Indentation fix. 2000-06-07 15:38:45 +00:00
Gerd Moellmann
ce8faada0a Insert a version number comment (5.2.2). 2000-06-07 15:38:33 +00:00
Gerd Moellmann
d30e4fd5fa Insert a version number comment (5.2.2). Can
select page size with/without giving an error if PostScript
printer doesn't have this kind of page size.  Zebra Stripe
continues or restarts on next page.  Indentation fix.
(BeginSheet): If necessary, rescale n-up to fit on the sheet of
paper.
(BeginDoc, doColumnZebra, HeaderText): Code fix.
(SetPageSize): New proc.
2000-06-07 15:38:19 +00:00
Gerd Moellmann
8e234846db XEmacs compatibility. Doc fix. Can select page size
with/without giving an error if PostScript printer doesn't have this
kind of page size.  Zebra Stripe continues or restarts on next page.
Manual/automatic paper feeding.  Switch or not the header.
(ps-print-version): New version number (5.2.2).
(ps-windows-system): Include emx as a Windows system.
(ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
(ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
(ps-background-text): Code fix.
(ps-error-handler-message, ps-user-defined-prologue)
(ps-print-prologue-header, ps-printer-name)
(ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
(ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
(ps-use-face-background): Customization fix.
(ps-n-up-database): Data fix.
(ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
(ps-switch-header): New vars.
(ps-xemacs-color-name, ps-face-foreground-name)
(ps-face-background-name, ps-boolean-constant): New funs.
2000-06-07 15:34:55 +00:00
Gerd Moellmann
3262f00d6a Update from author. 2000-06-07 15:34:14 +00:00