diff options
| author | Richard M. Stallman | 2007-10-26 03:51:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-26 03:51:44 +0000 |
| commit | 66dc1ca2700ded1c49b8e20fff3d3a2c728565e0 (patch) | |
| tree | 807628fef92d53d7c0d99406044cde911d8e7a55 /etc | |
| parent | 400b960e6779f2bf84944dd6fd676479abe285ff (diff) | |
| download | emacs-66dc1ca2700ded1c49b8e20fff3d3a2c728565e0.tar.gz emacs-66dc1ca2700ded1c49b8e20fff3d3a2c728565e0.zip | |
(browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -312,8 +312,12 @@ functions `read-from-minibuffer', `read-string', `read-command', | |||
| 312 | are available for inserting into the minibuffer by typing `M-n'. | 312 | are available for inserting into the minibuffer by typing `M-n'. |
| 313 | For empty input these functions return the first element of this list. | 313 | For empty input these functions return the first element of this list. |
| 314 | 314 | ||
| 315 | ** `custom-note-var-changed' tells Custom to treat the change in a certain | ||
| 316 | variable as having been made within Custom. | ||
| 317 | |||
| 315 | ** `frame-inherited-parameters' lets new frames inherit parameters from | 318 | ** `frame-inherited-parameters' lets new frames inherit parameters from |
| 316 | the selected frame. | 319 | the selected frame. |
| 320 | |||
| 317 | ** New keymap `input-decode-map' overrides like key-translation-map, but | 321 | ** New keymap `input-decode-map' overrides like key-translation-map, but |
| 318 | applies before function-key-map. Also it is terminal-local contrary to | 322 | applies before function-key-map. Also it is terminal-local contrary to |
| 319 | key-translation-map. Terminal-specific key-sequences are generally added to | 323 | key-translation-map. Terminal-specific key-sequences are generally added to |