Dave Love
166ce29fb6
(standard-keyboard-coding-systems):
...
Deleted.
(set-locale-environment): Don't use it.
2002-12-19 12:52:51 +00:00
Andrew Innes
cf6d30d704
($(DOC)): Use -o and -a options to make-docfile,
...
because GNU make doesn't append when using >> redirection.
2002-12-18 23:53:01 +00:00
Juanma Barranquero
dd4461ace4
*** empty log message ***
2002-12-18 23:45:45 +00:00
Dave Love
6993ac191d
*** empty log message ***
2002-12-18 23:24:47 +00:00
Dave Love
84dc47fd3e
(optimize-char-coding-system-table): New.
...
(register-char-codings): Use it.
2002-12-18 23:21:50 +00:00
Dave Love
c45bb3b117
(ucs-fragment-8859): Don't modify
...
char-coding-system-table elements destructively. Use
optimize-char-coding-system-table.
2002-12-18 23:19:01 +00:00
Robert J. Chassell
4f0992b35b
Change default width of Buffer-menu-buffer+size-width to 24
...
and of Buffer-menu-mode-width to 16.
2002-12-18 20:24:51 +00:00
Ben Key
9785d95b98
Revisited my earlier fix for the following entry in etc/PROBLEMS: 'Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs builtpart of on XP crashes at startup on Windows 9x/ME.' Fixed several Windows API errors detected by BoundsChecker
2002-12-18 06:16:28 +00:00
John Paul Wallington
2504650303
(Info-dir-remove-duplicates): Avoid infloop when
...
deleting last entry.
2002-12-18 05:16:09 +00:00
Kenichi Handa
7443bd8e6b
*** empty log message ***
2002-12-18 02:44:24 +00:00
Nick Roberts
28a771bf30
(gdba-marker-filter, gdb-output-burst): Merge and
...
rename gud-gdba-marker-filter.
(gdb-append-to-inferior-io): Only pop up IO buffer if there is
output.
(gdb-make-instance): Remove (put into gdba).
Use gdb-instance-enqueue-input instead of
gdb-instance-enqueue-idle-input for user functions.
(gdb-instance-target-string): Simplify.
(in-gdb-instance-context): Remove.
Expand Commentary.
2002-12-17 23:40:06 +00:00
Nick Roberts
faf9f52eb8
*** empty log message ***
2002-12-17 23:38:28 +00:00
Dave Love
0c8410d509
(ucs-mule-cjk-to-unicode)
...
(ucs-unicode-to-mule-cjk): Revert last change.
(utf-subst-table-for-encode): Initially use
ucs-mule-cjk-to-unicode.
(utf-subst-table-for-decode): Initially use
ucs-unicode-to-mule-cjk.
(utf-fragment-on-decoding, utf-translate-cjk): Don't modify
char-coding-system-table elements destructively.
(utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
ucs-unicode-to-mule-cjk to new hash tables with realistic
parameters.
2002-12-17 17:58:13 +00:00
Kenichi Handa
b6da19efbc
*** empty log message ***
2002-12-17 11:57:18 +00:00
Kenichi Handa
701414e3a0
(set-file-name-coding-system): New function.
2002-12-17 11:56:56 +00:00
Kenichi Handa
2308d0d7e0
(mule-keymap, set-coding-system-map):
...
Add bindings for set-file-name-coding-system.
2002-12-17 11:56:26 +00:00
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