diff options
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/multi-tty | 6 | ||||
| -rw-r--r-- | admin/notes/nextstep | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 410e3aa8614..8a10997eb8b 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -521,7 +521,7 @@ THINGS TO DO | |||
| 521 | 521 | ||
| 522 | ** Very strange bug: visible-bell does not work on secondary | 522 | ** Very strange bug: visible-bell does not work on secondary |
| 523 | terminals in xterm and konsole. The screen does flicker a bit, | 523 | terminals in xterm and konsole. The screen does flicker a bit, |
| 524 | but it's so quick it isn't noticable. | 524 | but it's so quick it isn't noticeable. |
| 525 | 525 | ||
| 526 | (Update: This is probably some problem with padding or whatnot on | 526 | (Update: This is probably some problem with padding or whatnot on |
| 527 | the secondary terminals.) | 527 | the secondary terminals.) |
| @@ -585,7 +585,7 @@ DIARY OF CHANGES | |||
| 585 | -- other-frame should cycle through the frames on the `current' | 585 | -- other-frame should cycle through the frames on the `current' |
| 586 | terminal only. | 586 | terminal only. |
| 587 | 587 | ||
| 588 | (Done, by trivially modifiying next_frame and prev_frame.) | 588 | (Done, by trivially modifying next_frame and prev_frame.) |
| 589 | 589 | ||
| 590 | -- Support different terminal sizes. | 590 | -- Support different terminal sizes. |
| 591 | 591 | ||
| @@ -984,7 +984,7 @@ DIARY OF CHANGES | |||
| 984 | wrt foreground/background process groups.) | 984 | wrt foreground/background process groups.) |
| 985 | 985 | ||
| 986 | -- There is a flicker during the startup of `emacs -nw'; it's as if | 986 | -- There is a flicker during the startup of `emacs -nw'; it's as if |
| 987 | the terminal is initialized, reset and then initialialized again. | 987 | the terminal is initialized, reset and then initialized again. |
| 988 | Debug this. (Hint: narrow_foreground_group is called twice during | 988 | Debug this. (Hint: narrow_foreground_group is called twice during |
| 989 | startup.) | 989 | startup.) |
| 990 | 990 | ||
diff --git a/admin/notes/nextstep b/admin/notes/nextstep index cf0ebbc11aa..a2e5ce2c9b0 100644 --- a/admin/notes/nextstep +++ b/admin/notes/nextstep | |||
| @@ -83,7 +83,7 @@ original NeXT Display PostScript (DPS) APIs are available and used. Under | |||
| 83 | Cocoa, these were removed and Quartz drawing functions replaced them. | 83 | Cocoa, these were removed and Quartz drawing functions replaced them. |
| 84 | 84 | ||
| 85 | In both cases, font glyphs are accessed through UTF8 character | 85 | In both cases, font glyphs are accessed through UTF8 character |
| 86 | representations. It would be preferable to use unicode indices, but prior | 86 | representations. It would be preferable to use Unicode indices, but prior |
| 87 | attempts at this have failed. | 87 | attempts at this have failed. |
| 88 | 88 | ||
| 89 | Multi-script fontsets are auto-created in nsfont_make_fontset_for_font() using | 89 | Multi-script fontsets are auto-created in nsfont_make_fontset_for_font() using |