1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
b9079f7cca Don't turn on the mode when the file is loaded. 1999-02-10 20:52:20 +00:00
Dave Love
78a7d36f55 Cite new mailinglists archive. 1999-02-10 20:03:43 +00:00
Richard M. Stallman
64e95896cc (rmail-search): Track match with a marker, not an integer. 1999-02-10 03:50:50 +00:00
Richard M. Stallman
ca568b47a5 (powerpc-apple-netbsd*): New alternative. 1999-02-10 03:04:15 +00:00
Richard M. Stallman
72443547c2 (HAS_SBSS_SECTION): Define this in some cases.
(unexec): Test this instead of specific systems.
1999-02-10 03:02:01 +00:00
Richard M. Stallman
666f405690 (add-log-file-name-function): New variable.
(add-change-log-entry): Call that function, if non-nil.
1999-02-09 09:14:53 +00:00
Richard M. Stallman
4315d68ee5 (compile-auto-highlight): Customize. 1999-02-09 09:14:34 +00:00
Richard M. Stallman
6f108a37b6 Fix typos. 1999-02-09 09:03:05 +00:00
Richard M. Stallman
7ecedca68d (texinfo-all-menus-update, texinfo-master-menu): Remove calls to sleep-for. 1999-02-09 00:38:12 +00:00
Richard M. Stallman
e2918bbf0f (texinfo-environment-regexp): Add the def... constructs. 1999-02-09 00:34:17 +00:00
Richard M. Stallman
474d71ae8b (compilation-setup): Set value of
compilation-directory-stack as in compilation-forget-errors.
(compile-reinitialize-errors): Bind buffer-undo-list and deactivate-mark.
(compilation-forget-errors): Likewise.
1999-02-08 23:50:42 +00:00
Richard M. Stallman
ac01a1c055 *** empty log message *** 1999-02-08 18:03:22 +00:00
Barry A. Warsaw
0ec8351b95 Installed CC Mode 5.25. 1999-02-08 16:53:18 +00:00
Barry A. Warsaw
32348c138b Initial revision 1999-02-08 16:52:35 +00:00
Dave Love
0c6ca44b7a (Fyes_or_no_p, Fy_or_n_p): Doc fix. 1999-02-08 13:59:24 +00:00
Eli Zaretskii
a7bc7c2a69 (cp-coding-system-for-codepage-1): On MS-DOS,
use dos-unsupported-char-glyph for characters not
supported by the codepage.
(cp-make-coding-systems-for-codepage): Likewise.
1999-02-08 11:21:00 +00:00
Kenichi Handa
489427668f (ccl_coding_driver): On encoding, coding->produced_char
should be set to coding->produced.
1999-02-08 11:06:56 +00:00
Andreas Schwab
3c092276c7 (coding-system-list): Don't sort
coding-system-list here.
1999-02-08 09:52:43 +00:00
Andreas Schwab
857ea15ca9 (coding-system-lessp): Moved here from
mule-util.el
(add-to-coding-system-list): New function.
(make-subsidiary-coding-system, make-coding-system,
define-coding-system-alias): Use it instead of setting
coding-system-list directly.
1999-02-08 09:50:26 +00:00
Paul Fisher
9a092df081 (IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
(base64_decode_1): Use READ_QUADRUPLET_BYTE.
1999-02-07 23:58:09 +00:00
Richard M. Stallman
4d24213703 (appt-make-list): Don't splice quotes and date onto message. 1999-02-07 22:44:43 +00:00
Richard M. Stallman
bed1b0c890 When compiling, require compare-w and skeleton
to pacify the byte-compiler.  Move the def's of the tex-commands
together.  Add a comment on kill-process vs. quit-process.
1999-02-07 07:28:45 +00:00
Richard M. Stallman
d6c0ea9945 (Fformat): Doc fix. 1999-02-07 06:28:54 +00:00
Richard M. Stallman
3b7f63b13f Comment changes. 1999-02-07 04:07:14 +00:00
Richard M. Stallman
0cff96e7ce (imenu--last-menubar-index-alist): Add doc.
(imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
1999-02-06 21:50:53 +00:00
Richard M. Stallman
e098014205 (setup-slovenian-environment): New function.
("Slovenian"): New language environment.
1999-02-06 05:50:59 +00:00
Richard M. Stallman
5084216469 (sql-help): Doc fix.
(sql-mysql): Doc fix.
1999-02-06 05:12:54 +00:00
Richard M. Stallman
a081a52939 Changed version to 1.2.1.
(sql-pop-to-buffer-after-send-region): Improved documentation.
(sql-mysql-program): Added MySQL support.
(sql-prompt-length): Made prompt-length configurable.
(sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
(sql-help): Added MySQL support, changed documentation.
(sql-send-region): A message is displayed if something is sent.
(sql-mode): Added buffer-local comment-start.
(sql-interactive-mode): Use sql-prompt-length to set left-margin.
(sql-interactive-mode): Added buffer-local comment-start.
(sql-oracle): Set sql-prompt-length.
(sql-sybase): Set sql-prompt-length.
(sql-mysql): Added MySQL support.
(sql-ingres): Set sql-prompt-length.
(sql-ms): Set sql-prompt-length.
(sql-postgres): Set sql-prompt-length.
1999-02-06 05:09:31 +00:00
Richard M. Stallman
f7769aa59e (time-stamp-format): Format doc tighter.
(time-stamp-line-limit): 0 searches the entire buffer (careful!).
(time-stamp): don't re-write the time stamp if it didn't change.
1999-02-06 05:00:54 +00:00
Andrew Innes
fb9cc9cc6e (construct_drag_n_drop): Call DraqQueryPoint before
recording drop position.
1999-02-05 17:49:04 +00:00
Dave Love
41a3354e11 (compile-mouse-goto-error): Don't lose with
null markers.
(compile-goto-error): Likewise.
1999-02-05 15:19:54 +00:00
Kenichi Handa
f3ac545f7d (encode_terminal_code): Fix previous change. 1999-02-05 05:40:27 +00:00
Kenichi Handa
3efbce959e (encode_coding_iso2022): Before writing out an invalid
code, reset glaphic planes and registers if necessary.
1999-02-05 05:39:58 +00:00
Eli Zaretskii
4de8f97e38 (dos-codepage-setup): Set selection coding system to cpNNN-dos. 1999-02-04 15:57:23 +00:00
Eli Zaretskii
5033894e97 (last_clipboard_text, clipboard_storage_size): New
static variables.
(set_clipboard_data): Save a copy of the text we put into
clipboard in last_clipboard_text.
(get_clipboard_data): If the clipboard text is identical to what
last_clipboard_text holds, pretend there's no data in the
clipboard.
1999-02-04 15:53:37 +00:00
Richard M. Stallman
fc9b48d7f3 (NLIST_STRUCT): Add #undef. 1999-02-04 04:48:24 +00:00
Eli Zaretskii
ba92a4701a Fix last change. 1999-02-03 16:40:32 +00:00
Eli Zaretskii
c759462781 (Fw16_set_clipboard_data): When the text needs to be
encoded, set its pointer and size as returned by encode_coding.
1999-02-03 14:53:47 +00:00
Kenichi Handa
58cd41a3a0 Let ethiopic use iso-2022-7bit. 1999-02-03 06:26:56 +00:00
Kenichi Handa
2db66414f1 (Fset_char_table_default): To handle the case that CH is
an ASCII char, use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
1999-02-03 02:20:53 +00:00
Dave Love
c4c42b2e43 (mark-fortran-subprogram): Activate mark
here...
(fortran-narrow-to-subprogram, fortran-indent-subprogram): ... not
here.
1999-02-02 19:35:29 +00:00
Karl Heuer
73b7a92263 (terminal-emulator): Doc fix. 1999-02-02 19:17:22 +00:00
Andrew Innes
247be83704 (syms_of_w32fns): Change default value of w32-mouse-move-interval to
0, so that the mouse wheel/rocker on some mice works properly.
1999-02-02 14:03:10 +00:00
Eli Zaretskii
0236e3f151 (set_clipboard_data): Correctly null-terminate the
string to be put into the Windows clipboard.  Use xbuf_addr.
1999-02-02 13:43:14 +00:00
Kenichi Handa
64d9f69a35 (compose-chars): Doc-string
modified.  Currectly handle a composition character in ARGS.
1999-02-02 05:11:50 +00:00
Richard M. Stallman
0b2a408ea5 *** empty log message *** 1999-02-02 04:07:01 +00:00
Richard M. Stallman
db85e69ca4 (makefile-imenu-generic-expression): New var.
(makefile-menu-index-function): Function deleted.
(makefile-mode): Use makefile-imenu-generic-expression.
1999-02-02 03:47:08 +00:00
Geoff Voelker
e6c0f51910 Use full path to temacs.exe when dumping. 1999-02-02 02:59:29 +00:00
Geoff Voelker
9d0b248831 term/w32-win.el (w32-create-initial-fontsets): Back out previous
change, invoke from before-init-hook.
1999-02-02 02:57:50 +00:00
Dan Nicolaescu
e93b8cbb7e *** empty log message *** 1999-02-02 02:26:12 +00:00