diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -332,6 +332,10 @@ unlike `bookmark-set' which silently updates an existing bookmark. | |||
| 332 | --- | 332 | --- |
| 333 | *** `json-pretty-print' and `json-pretty-print-buffer' now maintain | 333 | *** `json-pretty-print' and `json-pretty-print-buffer' now maintain |
| 334 | the ordering of object keys by default. | 334 | the ordering of object keys by default. |
| 335 | --- | ||
| 336 | *** New commands `json-pretty-print-ordered' and | ||
| 337 | `json-pretty-print-buffer-ordered' pretty prints JSON objects with | ||
| 338 | object keys sorted alphabetically. | ||
| 335 | 339 | ||
| 336 | ** You can recompute the VC state of a file buffer with `M-x vc-refresh-state' | 340 | ** You can recompute the VC state of a file buffer with `M-x vc-refresh-state' |
| 337 | ** Prog mode has some support for multi-mode indentation. | 341 | ** Prog mode has some support for multi-mode indentation. |