File: achievements.md

package info (click to toggle)
enter-tex 3.48.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,460 kB
  • sloc: ansic: 10,657; xml: 3,025; makefile: 8; sh: 7
file content (31 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Achievements
============

Noteworthy achievements.

- Version 2.10: implement higher-level search and replace API in GtkSourceView,
  and use it.

- Version 3.16: much improved build tools feature, with a rewrite in C by
  creating the internal liblatexila (now called Gtex).

- Version 3.18: rewrite the LaTeX templates feature in C.

- Versions 3.18-3.20: create the gspell library and use it instead of GtkSpell,
  to improve the spell-checking.

- Versions 3.24-3.26: start to create the Tepl library and use it.

- Version 3.28: rename LaTeXila to GNOME LaTeX (all essential things done).

- Version 3.28: create the Amtk library and start to use it to progressively
  move away from GtkAction/GtkUIManager (deprecated) and use GAction instead.
  This migration is still not finished. While migrating, some code is rewritten
  in C.

- Version 3.42: replace last `*.ui` file by code.

- Version 3.47:
  - Migrate from Autotools to Meson.
  - Rename GNOME LaTeX to Enter TeX.
  - Rename the C code namespace from Latexila to Gtex.