Pavel Janík
7cc8aac38c
Various doc and message fixes.
...
(non-iso-charset-alist): Add mac-roman. Don't add entries for
codepages already present.
(list-block-of-chars): Display space for null entries in
translation table. Display tab specially.
(list-non-iso-charset-chars): Check for null charsets. Use pop
for clarity. Don't break 8-bit sets into sections between ranges.
(list-charset-chars): Avoid indent-tabs-mode.
(describe-char-after): Maybe use the text property for syntax
table information. Maybe report char-code-property-table info.
Maybe report character's unicode. Tweak printing of list info.
(list-input-methods): Add xref buttons.
(dump-charsets, dump-codings): Deleted (obsolete).
From Dave Love <fx@gnu.org>.
2002-02-11 06:09:53 +00:00
Kim F. Storm
b17591a9ac
Moved entries signed Michael Kifer from root ChangeLog.
2002-02-10 17:37:30 +00:00
Pavel Janík
d38c4312e3
(menu-bar-showhide-menu): Rename function for toggling.
2002-02-10 17:28:41 +00:00
Michael Kifer
8bdd0bf785
2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
...
* viper-util.el (viper-read-key-sequence): fixed so it'll read
fast key sequences in emacs native mode
(viper-events-to-keys): deleted
* viper.el (describe-key, describe-key-briefly): get rid of
viper-events-to-keys.
* ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
* ediff-wind.el (ediff-setup-control-frame): Use
ediff-has-gutter-support.
* ediff-util.el (ediff-dispose-of-variant-according-to-user):
check if buff is alive.
* ediff.el: typo in comment.
2002-02-10 06:46:12 +00:00
Pavel Janík
06f5e6b48f
*** empty log message ***
2002-02-09 14:04:30 +00:00
Pavel Janík
d0e1c755a1
(menu-bar-options-save): Take care of line-number-mode and
...
column-number-mode variables.
(menu-bar-showhide-menu): New menu-items "Show Line Number" and "Show
Column Number" in "Show/Hide" menu.
2002-02-09 13:56:42 +00:00
Richard M. Stallman
f526e65a47
(mail-mode-map): Use eval-after-load to change it.
2002-02-09 09:46:08 +00:00
Kim F. Storm
cdefda262b
Added separate mode-line-inactive face.
2002-02-08 23:53:36 +00:00
Kim F. Storm
c5752dcb2f
(mode-line-inactive): New face for mode-line for
...
non-selected windows.
(mode-line): Doc fix: Only used for selected window.
2002-02-08 23:51:56 +00:00
Eli Zaretskii
b5d40cebab
*** empty log message ***
2002-02-08 19:17:19 +00:00
Eli Zaretskii
9a8e2a104f
(calendar-mode-map): Change the menu item's name to "Insert Diary Entry".
2002-02-08 18:50:37 +00:00
Stefan Monnier
6a229a6359
*** empty log message ***
2002-02-08 16:50:46 +00:00
Stefan Monnier
ba46000855
(save-buffer-state): Use restore-buffer-modified-p.
...
(c-font-lock-syntactic-face-function): Accept doxygen-style comments.
2002-02-08 16:50:05 +00:00
Richard M. Stallman
b735b2abe0
*** empty log message ***
2002-02-08 14:11:56 +00:00
Richard M. Stallman
def08a3f3c
(text-mode-hook-identify): Define as no-op.
2002-02-08 13:57:03 +00:00
Eli Zaretskii
4f759c801b
*** empty log message ***
2002-02-08 12:42:06 +00:00
Eli Zaretskii
5504af2259
(ange-ftp-process-handle-line, ange-ftp-set-xfer-size): If the file's
...
size is a float, divide by 1024 instead of using ash.
2002-02-08 12:37:02 +00:00
Andreas Schwab
cd01f5b91c
(calcDigit-key): Use minibuffer-prompt-end instead of point-min.
2002-02-08 12:32:18 +00:00
Eli Zaretskii
45610c9837
(select-safe-coding-system): State the buffer's name in the message
...
popped in the *Warning* buffer, and make sure the offending buffer
is displayed.
2002-02-08 12:01:14 +00:00
Richard M. Stallman
001f558366
(ffap-newsgroup-p): Test for non-nil symbol-value of htb.
2002-02-07 17:50:25 +00:00
Richard M. Stallman
a1970a1d1d
(cyrillic-encode-koi8-r-char)
...
(cyrillic-encode-alternativnyj-char): Get translation tables from
symbol properties, not as variables.
(standard-display-cyrillic-translit): Include unicodes.
2002-02-07 17:48:41 +00:00
Richard M. Stallman
d05ea5b11f
(terminal-map): Define [menu-bar] so global def is seen.
2002-02-07 17:42:39 +00:00
Richard M. Stallman
92840a31c8
(list-registers): New command.
...
(describe-register-1): New subroutine, taken out of view-register.
2002-02-07 17:40:44 +00:00
Richard M. Stallman
3be4340f58
(copyright-regexp): Delete the unibyte copyright symbol; it's redundant.
...
Fix a spazz in the multibyte encoding here.
2002-02-07 17:39:27 +00:00
Per Abrahamsen
8ff1bc942d
fix conflict
2002-02-07 17:33:40 +00:00
Per Abrahamsen
414fd7021a
2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
...
* cus-edit.el (customize-mark-to-save): New function.
* menu-bar.el (menu-bar-options-save): Rewrote.
2002-02-07 17:32:18 +00:00
ShengHuo ZHU
6833e8bac3
* gnus-art.el (article-wash-html): Bind url-gateway-unplugged.
...
* mm-view.el (mm-w3-prepare-buffer): Ditto.
(mm-inline-text): Ditto.
Suggested by Dave Love <fx@gnu.org>.
* mml.el (mml-preview): Disable local map.
* mml.el (mml-preview): Bind `q'.
2002-02-07 15:57:55 +00:00
Kim F. Storm
93607efd67
Added command remapping.
2002-02-06 23:08:22 +00:00
Kim F. Storm
9c874d82af
(global-set-key, local-set-key): Accept a symbol for the
...
KEY argument (like define-key).
2002-02-06 23:05:44 +00:00
Kim F. Storm
d2ab11c5a7
(describe-function-1): Report remapped commands.
2002-02-06 23:05:03 +00:00
Kim F. Storm
290bfb6617
(where-is): Report remapped commands.
2002-02-06 23:03:56 +00:00
Pavel Janík
2642a29ee7
*** empty log message ***
2002-02-06 22:43:23 +00:00
Pavel Janík
1c71b9580a
(flyspell-insert-function): Doc fix.
2002-02-06 22:37:12 +00:00
Eli Zaretskii
262d4e892d
Remove traces of merge conflicts.
2002-02-06 16:24:25 +00:00
Richard M. Stallman
108eaabb6b
*** empty log message ***
2002-02-06 15:44:48 +00:00
Richard M. Stallman
d075ed70e1
Require sendmail only at compile time.
...
(mail-mode-header-syntax-table): Var deleted.
(mail-abbrev-syntax-table): Init to nil, will compute when needed.
(sendmail-pre-abbrev-expand-hook): Only temporarily change
local-abbrev-table and the syntax table.
Compute mail-abbrev-syntax-table if that has not been done.
2002-02-06 15:42:34 +00:00
Richard M. Stallman
238a5a50e5
(grep-compute-defaults): Definition moved up.
2002-02-06 15:37:35 +00:00
Richard M. Stallman
27bde5f0d3
(debugger-frame-offset): Var deleted.
...
(debugger-frame-number): Figure out the offset directly.
(debugger-setup-buffer): Don't use debugger-frame-offset.
(debugger-frame, debugger-frame-clear): Likewise.
(debugger-jump): Don't alter debugger-frame-offset.
2002-02-06 15:36:41 +00:00
Richard M. Stallman
1c511be4d9
(checkdoc-this-string-valid-engine):
...
Replace foo-p as var name with foo-flag, not foo-p-flag.
2002-02-06 15:33:23 +00:00
Richard M. Stallman
e711842f4b
(highlight-changes-active-string): Default to +Chg.
...
(highlight-changes-passive-string): Default to -Chg.
(highlight-changes-global-modes): Doc fix.
2002-02-06 15:32:16 +00:00
Richard M. Stallman
b95ddab3b2
(dired-get-filename): Add /: when appropriate
...
to avoid taking a local name as remote.
2002-02-06 15:30:40 +00:00
Richard M. Stallman
c736f678a2
(file-name-non-special): Add special handling for
...
file-name-sans-versions, file-name-completion, and
file-name-all-completions.
2002-02-06 15:29:29 +00:00
Richard M. Stallman
4c01d4bda7
(isearch-update): Don't update display in kbd macro.
...
(isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
2002-02-06 15:25:15 +00:00
Richard M. Stallman
dc7566123f
(force-mode-line-update): Doc fix.
2002-02-06 15:21:20 +00:00
Richard M. Stallman
69cae2d4bf
(atomic-change-group, prepare-change-group, activate-change-group)
...
(accept-change-group, cancel-change-group): New functions.
(add-minor-mode): Include the mode's lighter string
in the minor mode menu item name.
2002-02-06 15:20:36 +00:00
Richard M. Stallman
dc7d755295
(undo-get-state, undo-revert-to-state): Fns deleted.
...
(transpose-subr-1): Use atomic-change-group.
2002-02-06 15:08:45 +00:00
Richard M. Stallman
9d43f6f103
(rmail-toggle-header): Avoid possibly slow call to
...
rmail-count-screen-lines starting from (point-min).
2002-02-06 15:00:31 +00:00
Richard M. Stallman
4103b3373e
(use-fancy-splash-screens-p): Need 19 lines,
...
beyond the image height, to use the fancy splash screen.
2002-02-06 14:59:10 +00:00
Richard M. Stallman
540f653db1
(text-mode-hook-identify): Function deleted.
...
(text-mode): Set text-mode-variant here.
2002-02-06 14:57:57 +00:00
Eli Zaretskii
e77c1e8c4d
(pong-border-options): Make the border colors slightly more bright.
2002-02-06 12:06:19 +00:00