1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
Commit Graph

44948 Commits

Author SHA1 Message Date
Kenichi Handa
0e9ec6091e (universal-coding-system-argument):
Bind coding-system-require-warning to t.
(select-safe-coding-system): Handle t in the arg
DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
coding-system to allow users to specify unsafe coding system on
their risk.
2002-12-17 11:40:47 +00:00
Kenichi Handa
42b01e1e9b (choose_write_coding_system): Even if
Vcoding_system_for_write is non-nil, if
coding_system_require_warning is nonzero, call
Vselect_safe_coding_system_function.
2002-12-17 11:39:59 +00:00
Kenichi Handa
6926d59136 (coding_system_require_warning): Extern it. 2002-12-17 11:39:34 +00:00
Kenichi Handa
5d5bf4d8e1 (coding_system_require_warning): New variable.
(syms_of_coding): DEFVAR it.
2002-12-17 11:39:13 +00:00
Markus Rost
bfcf6dbef2 (lisp, shortlisp): Add cus-face and timer.
(lisp): Add font-core.
2002-12-17 01:26:01 +00:00
Francesco Potortì
96f428d1ba (rmail-digest-methods, rmail-digest-mail-separator): New variables.
(rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
(rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
(rmail-digest-parse-rfc934): New functions.
(undigestify-rmail-message): Completely rewritten.
2002-12-16 17:05:59 +00:00
Francesco Potortì
652c86e823 *** empty log message *** 2002-12-16 17:05:09 +00:00
Stefan Monnier
6a9cb3ba1f (xml-parse-tag): Allow spaces between / and >. 2002-12-16 17:04:58 +00:00
Francesco Potortì
3af9d2cf69 Now supports MIME too. 2002-12-16 16:22:41 +00:00
Kim F. Storm
93ec302e30 (ido-read-file-name): Removed debug message. 2002-12-16 12:05:37 +00:00
Kim F. Storm
3bd794f6c1 *** empty log message *** 2002-12-16 12:05:16 +00:00
Juanma Barranquero
bc7bb432d6 (Buffer-menu, Buffer-menu-use-header-line, Buffer-menu-buffer-face,
Buffer-menu-buffer+size-width, Buffer-menu-mode-width): New customization.
(Buffer-menu-sort-column): New var.
(Buffer-menu-no-header): New function for not changing header line and
recognizing swapped M&R columns, used by modifying commands in Buffer Menu.
(Buffer-menu-buffer+size): New function for variable width buffer name.
(list-buffers-noselect): Rewritten for nicer menu.
2002-12-16 08:13:19 +00:00
Markus Rost
644e04f808 (filesets-build-menu-now): Don't clear messages. 2002-12-16 01:47:18 +00:00
Markus Rost
11254e5ee8 Regenerated. 2002-12-16 01:22:06 +00:00
Markus Rost
9471aeec5c (allout-init): Give report also in case auto-activation was inhibited.
(my-mark-marker): Test for feature 'xemacs instead of a string parse.
2002-12-16 01:01:39 +00:00
Markus Rost
aad94676b7 Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 3:  Doc changes to adjust to the change to prefix "allout-".
Don't provide 'outline.  Use " Allout" as mode line string, not "
Outl".  Put group 'allout in group 'editing.  Update Copyright notice.
Autoload `allout-init'.
2002-12-16 00:42:23 +00:00
Markus Rost
2265e0170d Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 2:  Put `quotes' around many function and variable names.
2002-12-16 00:26:22 +00:00
Markus Rost
fd5359c61b Avoid name conflicts with outline.el. Use 3 installments to keep
diffs understandable.

Change 1:  Replace globally string "outline-" with string "allout-".
Replaced 1446 occurrences; there was no string "allout-" before the
change and there seems to be no dependency on outline.el.
2002-12-16 00:20:42 +00:00
David Kastrup
4994a50d17 (autoload-ensure-default-file): insert
missing space in file end comment.
2002-12-15 22:40:03 +00:00
David Kastrup
76aea5a2c9 *** empty log message *** 2002-12-15 22:39:41 +00:00
Markus Rost
6c465a15c1 White space fixes. 2002-12-15 19:57:31 +00:00
Markus Rost
4c71e413e4 ...and correct the date. 2002-12-15 19:05:35 +00:00
Markus Rost
f7f415e4f1 Move entry for mail/smtpmail.el from ChangeLog to lisp/ChangeLog. 2002-12-15 19:01:33 +00:00
Dave Love
2e547569ba *** empty log message *** 2002-12-15 17:08:37 +00:00
Dave Love
f08830d27f Compiler changes 2002-12-15 16:52:37 +00:00
Dave Love
ccdd5c6187 (ucs-mule-cjk-to-unicode)
(utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
(utf-subst-table-for-decode): Specify :size, :rehash-size.
(utf-translate-cjk): :set rewritten to load subst-... files.  Add
:set-after.
(ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2002-12-15 16:46:00 +00:00
Simon Josefsson
2410946921 (smtpmail-via-smtp): Fall back to user-mail-address as sender. 2002-12-15 07:27:08 +00:00
Juanma Barranquero
311ff235fa (compile-reinitialize-errors): Don't mark the buffer as modified unless it
really is.
2002-12-14 23:35:19 +00:00
Andreas Schwab
ea13a2b4d4 (widget-move): Don't loop infinitely when there is
no field or button.
2002-12-14 14:27:23 +00:00
Stefan Monnier
2c568af5c7 *** empty log message *** 2002-12-14 00:12:21 +00:00
Stefan Monnier
bcf9734920 (text_read_only): New arg `propval'.
(get_char_property_and_overlay): Remove unused var `next_overlay'.
(verify_interval_modification): Use text_read_only's new arg.
2002-12-14 00:11:38 +00:00
Markus Rost
37554efff5 Besides adding an entry, do some minor white space fixes. 2002-12-13 23:58:55 +00:00
Markus Rost
dce88ea679 (define-minor-mode): Use `custom-current-group'.
Pass all groups to the hook.
(easy-mmode-define-global-mode): Use `custom-current-group'.
2002-12-13 23:54:45 +00:00
Markus Rost
990a41084b (current-language-environment): Set type according to
`language-info-alist' also here.
2002-12-13 22:42:21 +00:00
Markus Rost
37bf89abbd (compilation-menu-map): Use `kill-compilation' to stop compilation. 2002-12-13 22:37:37 +00:00
Stefan Monnier
e8f3c355cf (byte-optimize-form-code-walker):
Optimize the remaining part of for-effect and/or expressions.
2002-12-13 19:52:46 +00:00
Stefan Monnier
8b374c3fd7 (uniquify-rationalize-file-buffer-names, rename-buffer)
(uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
Undo 2002/09/27 change, because kill-buffer-hook is not permanent-local.
2002-12-13 19:52:35 +00:00
Kenichi Handa
58566dff59 (ccl-encode-koi8, ccl-encode-koi8-u)
(ccl-encode-alternativnyj): Fix last change.
2002-12-13 04:45:43 +00:00
Kenichi Handa
d850458362 (encode-mac-roman): Fix last change. 2002-12-13 04:45:14 +00:00
Kenichi Handa
200c93e2af (Funencodable_char_position): Set pend correctly. 2002-12-13 02:35:51 +00:00
Kenichi Handa
b8c6225c28 *** empty log message *** 2002-12-13 02:35:34 +00:00
Nick Roberts
b9d113dadd Improve documentation strings.
(gdb-many-windows): Set default value to nil.
2002-12-13 00:41:36 +00:00
Nick Roberts
81d45f726b *** empty log message *** 2002-12-13 00:40:52 +00:00
Dave Love
d7136fd37a *** empty log message *** 2002-12-12 22:55:05 +00:00
Dave Love
e5c230f42f (byte-optimize-featurep): New. 2002-12-12 20:28:32 +00:00
Dave Love
b8234c844c (byte-compile-if): Suppress warnings from
things protected by `(if (fboundp ...' or `(if (boundp ...'.
2002-12-12 20:27:43 +00:00
Dave Love
64e9f9d927 (defcustom, custom-set-variables): Doc fix. 2002-12-12 20:27:09 +00:00
Jason Rumney
706ddb8f9a (last_mousemove_x, last_mousemove_y): New variables.
(w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
Be more careful about when help_events are generated.
2002-12-12 19:56:41 +00:00
Steven Tamm
96720f09ea * macterm.c (mac_check_for_quit_char): Correctly set the
modifiers of the event to 0.
	* mac.c (sys_select): Duplicate rfds before calling select to
	ensure that rfds survive the while loop.
2002-12-12 17:10:34 +00:00
Francesco Potortì
2bfe1b7a8f Ask about LEIM in the announcement. 2002-12-12 10:43:03 +00:00