e0e2d8778bd0e8e128ac8348b60a4b77d49fb97d
[myslice.git] / third-party / codemirror-3.15 / mode / rpm / changes / index.html
1 <!doctype html>
2 <html>
3   <head>
4     <meta charset="utf-8">
5     <title>CodeMirror: RPM changes mode</title>
6     <link rel="stylesheet" href="../../../lib/codemirror.css">
7     <script src="../../../lib/codemirror.js"></script>
8     <script src="changes.js"></script>
9     <link rel="stylesheet" href="../../../doc/docs.css">
10     <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
11   </head>
12   <body>
13     <h1>CodeMirror: RPM changes mode</h1>
14     
15     <div><textarea id="code" name="code">
16 -------------------------------------------------------------------
17 Tue Oct 18 13:58:40 UTC 2011 - misterx@example.com
18
19 - Update to r60.3
20 - Fixes bug in the reflect package
21   * disallow Interface method on Value obtained via unexported name
22
23 -------------------------------------------------------------------
24 Thu Oct  6 08:14:24 UTC 2011 - misterx@example.com
25
26 - Update to r60.2
27 - Fixes memory leak in certain map types
28
29 -------------------------------------------------------------------
30 Wed Oct  5 14:34:10 UTC 2011 - misterx@example.com
31
32 - Tweaks for gdb debugging
33 - go.spec changes:
34   - move %go_arch definition to %prep section
35   - pass correct location of go specific gdb pretty printer and
36     functions to cpp as HOST_EXTRA_CFLAGS macro
37   - install go gdb functions & printer
38 - gdb-printer.patch
39   - patch linker (src/cmd/ld/dwarf.c) to emit correct location of go
40     gdb functions and pretty printer
41 </textarea></div>
42     <script>
43       var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
44         mode: {name: "changes"},
45         lineNumbers: true,
46         indentUnit: 4,
47         tabMode: "shift"
48       });
49     </script>
50
51     <p><strong>MIME types defined:</strong> <code>text/x-rpm-changes</code>.</p>
52   </body>
53 </html>