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
Eli Zaretskii
e029dcaf14
(pong-height): Don't use height that exceeds the frame height.
2002-02-06 11:35:49 +00:00
Eli Zaretskii
c7e6cdba5a
(gamegrid-display-type): Treat any
...
color-capable display as color-x, if display-color-p is fboundp.
(gamegrid-make-color-x-face): Don't call gamegrid-color twice.
(gamegrid-make-color-tty-face): Use the value of color, not the
symbol itself. Don't call gamegrid-color.
2002-02-06 11:34:07 +00:00
John Wiegley
f3bbc088d2
(align-region): Added a missing name argument.
2002-02-06 07:07:54 +00:00
Eli Zaretskii
7ff2460789
(gud-refresh): Call recenter only after we are sure we
...
are in the right window.
2002-02-05 18:05:32 +00:00
Pavel Janík
cfdc786da9
*** empty log message ***
2002-02-05 08:09:04 +00:00
Pavel Janík
e369c773b6
(x-use-underline-position-properties): Allow customization.
2002-02-05 08:08:30 +00:00
Pavel Janík
816f7521ae
(binhex-decoder-switches): Doc fix.
2002-02-05 07:08:46 +00:00