GNOME Bugzilla – Bug 343524
Patch to implement Notes support
Last modified: 2006-06-10 17:05:54 UTC
Attached in a minute for your pleasure
Created attachment 66549 [details] [review] Notes support This implements *Note and *note support in info pages to turn them into hyperlink clickys. The bulk of the work is one function (that I'm sure can be split up a bit better) that basically deals with making hyperlinks and maintaining the formatting of the existing text so notes arn't too painful. I've tested it on a few info pages and haven't come across any problems. I know it still leaks like crazy, but I'll fix them before committing. Any comments? Can I commit (with fixed leaks)?
I'm not familiar with notes in info pages. Can you give me the three-sentence executive overview of what they do?
Notes basically are info page links to different sections / info pages. E.g. In this sentence, *Note Overview:: would (in the info browser), when selected, go to the section of the current document with the Node name "Overview". *Note Some Text:(gcc)Overview. would go to the gcc info page to the section "Overview".
Created attachment 66552 [details] [review] Don't leak memory Same as above, but without the memory leaks.
Patch has been committed to CVS HEAD. Closing.