1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

38149 Commits

Author SHA1 Message Date
Pavel Janík
4d994a7910 (current_column_1): Remove unused variable `prev_col'. 2001-11-06 13:22:01 +00:00
Pavel Janík
17893c65bd (fontset_font_pattern): Remove unused variable `family_registry'. 2001-11-06 13:19:01 +00:00
Pavel Janík
44dc78e04a (copy_hash_table): Remove unused variable `v'. 2001-11-06 13:16:43 +00:00
Eli Zaretskii
e154cc44d0 *** empty log message *** 2001-11-06 09:53:20 +00:00
Eli Zaretskii
b493fbdae9 Avoid error message due to commented-out input method. 2001-11-06 09:52:31 +00:00
Eli Zaretskii
186b335232 (quail-update-leim-list-file): Print the
offending file name if some of its quail-define-package forms is
broken.
2001-11-06 09:40:16 +00:00
Richard M. Stallman
b9dd0030da Minor clarification of previous change. 2001-11-06 04:53:41 +00:00
Richard M. Stallman
62aa256324 Along with Text Properties menu, mention keyboard commands
in following section.
2001-11-06 04:53:16 +00:00
Richard M. Stallman
9eaf2ecfae Explain that DEL deletes backwards.
Explain that META can be called EDIT.
2001-11-06 04:51:53 +00:00
Richard M. Stallman
79563e7982 (BROKEN_PROTOTYPES): Defined. 2001-11-06 04:50:55 +00:00
Richard M. Stallman
d5360cc79c *** empty log message *** 2001-11-06 04:48:24 +00:00
Richard M. Stallman
9cf712eb57 (Fkill_buffer): Don't delete auto save file if buffer is modified. 2001-11-06 04:48:15 +00:00
Richard M. Stallman
2bb659660e (eval-last-sexp-1): Return the value of the evaluated form. 2001-11-06 04:44:51 +00:00
ShengHuo ZHU
f4bb940988 ident. 2001-11-06 04:29:38 +00:00
ShengHuo ZHU
76fd45b352 2001-11-05 ShengHuo ZHU <zsh@cs.rochester.edu>
* mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
	Suggested by  Dave Love  <fx@gnu.org>.
2001-11-06 04:28:29 +00:00
Paul Eggert
0e6f60288f * ls-lisp.el (ls-lisp-time-to-seconds): New function.
(ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
stamps always line up by default.  Also, it uses a slightly
different window to determine whether files are "recent".
2001-11-06 02:00:31 +00:00
Paul Eggert
d81a647cd1 (ls-lisp-time-to-seconds): New function.
(ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time stamps
always line up by default.  Also, it uses a slightly different window
to determine whether files are "recent".
2001-11-06 01:56:02 +00:00
Andrew Innes
96238a5ae7 *** empty log message *** 2001-11-05 23:20:02 +00:00
Andrew Innes
5de7f0f75a (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
attempt to remake autoloads before nuking .elc files.
2001-11-05 23:18:34 +00:00
Andrew Innes
f45320928a (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
CHECK_NUMBER_CDR.
2001-11-05 23:15:36 +00:00
Richard M. Stallman
d9d54213bc (unexec): Minor changes; clean up comments. 2001-11-05 22:17:49 +00:00
Richard M. Stallman
a6beb3d26b Get rid of the explicit ^Z character. 2001-11-05 20:37:01 +00:00
Sam Steingold
b116830bc0 (x_display_and_set_cursor): Fix w32 compilation error. 2001-11-05 15:02:13 +00:00
Andreas Schwab
3297e2a11e (sound_perror): Save errno from being clobbered. 2001-11-05 14:09:32 +00:00
Eli Zaretskii
9212319ff0 Fix the format of the last entry. 2001-11-05 11:55:58 +00:00
Eli Zaretskii
6fb8339ca8 (unexec): mmap() has problems on nfs-mounted file
systems.  Don't use it anymore.
2001-11-05 11:48:48 +00:00
Pavel Janík
7dd73b78d0 (Fbuffer_local_value): Add prototype. 2001-11-05 07:39:33 +00:00
Eli Zaretskii
cd9461818a Remove the call to IT-setup-unicode-display. 2001-11-05 04:23:09 +00:00
Richard M. Stallman
d31053f96f (read_char): Use Fcar and Fcdr, not Fnth.
(record_char): Likewise.

(make_lispy_event): Don't insist a drag event must move to a different
buffer position.  Instead, check for moving at least double_click_fuzz.
2001-11-05 04:20:14 +00:00
Richard M. Stallman
ae69175b09 (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER. 2001-11-05 04:04:09 +00:00
Richard M. Stallman
c1dd95fcc1 (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. 2001-11-05 03:52:23 +00:00
Richard M. Stallman
cf24f894b0 (echo-area-clear-hook): Undo Oct 29 change. 2001-11-05 03:40:14 +00:00
Richard M. Stallman
052d59fc58 Add SPC, TAB, CTRL. Update DEL and Meta. 2001-11-05 03:13:21 +00:00
Richard M. Stallman
48461f7cde (last-sexp-toggle-display): Cope if previous-single-property-change or
next-single-char-property-change returns nil.
2001-11-05 02:35:44 +00:00
Richard M. Stallman
830047fdb6 *** empty log message *** 2001-11-05 00:14:46 +00:00
Richard M. Stallman
34368a22c5 (x_display_and_set_cursor): Use buffer-local
value of `cursor-in-non-selected-windows'.
2001-11-05 00:14:31 +00:00
Richard M. Stallman
88d778acfc (Qcursor_in_non_selected_windows): New declaration. 2001-11-05 00:13:53 +00:00
Richard M. Stallman
af79bccb0d (Qcursor_in_non_selected_windows): New variable.
(syms_of_xdisp): Initialize it.
2001-11-05 00:13:37 +00:00
Richard M. Stallman
79aa712d49 (Fbuffer_local_value): New function.
(syms_of_buffer): defsubr it.
2001-11-05 00:10:49 +00:00
Richard M. Stallman
afd16d460a Document buffer-local-value. 2001-11-05 00:08:57 +00:00
Richard M. Stallman
758f07de25 (set-locale-environment): Make it interactive; make arg optional. 2001-11-04 23:56:21 +00:00
Richard M. Stallman
0abeb60276 (help-funs): Require help-funs. 2001-11-04 23:39:44 +00:00
Richard M. Stallman
982f6c7e65 *** empty log message *** 2001-11-04 23:39:35 +00:00
Richard M. Stallman
d6e483a4da (current_column_1, Fmove_to_column): Separate the code
for display-table glyphs from the code buffer text, to fix
bugs in the former.
2001-11-04 23:26:52 +00:00
Dave Love
e4a9694a89 Fix junk in last checkin. 2001-11-04 19:23:42 +00:00
Eli Zaretskii
051a608df8 (term-setup-hook): Add IT-setup-unicode-display. 2001-11-04 18:52:30 +00:00
Pavel Janík
4e39768886 (Fx_create_frame): Doc fix. 2001-11-04 17:46:34 +00:00
Pavel Janík
48b0f3aed7 Change doc-string comments to new style' [w/doc:' keyword]. 2001-11-04 17:43:52 +00:00
Dave Love
7115232b8e *** empty log message *** 2001-11-04 17:08:08 +00:00
Dave Love
c18c9008ca Fix local variables. 2001-11-04 17:00:07 +00:00