~ubuntu-branches/ubuntu/jaunty/geany/jaunty

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-02-25 21:12:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070225211213-jk4d4vxtgji0rj74
Tags: 0.10.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Geany 0.10.2 (February 25, 2007)
 
2
 
 
3
    Bugs fixed:
 
4
    * Fixed serious crash of complete X session when using the Stop
 
5
      command when Geany is run from the program menu (closes #1668017).
 
6
 
 
7
 
 
8
Geany 0.10.1 (February 23, 2007)
 
9
 
 
10
    Bugs fixed:
 
11
    * Wrong tab foreground colour for unmodified documents.
 
12
    * Fixed crashes when closing dialogs by clicking X on some systems.
 
13
    * Fixed missing global tags for C files when a C++ source file was
 
14
      loaded first.
 
15
    * Fixed autocompletion missing tag matches.
 
16
    * Fixed a wrong PASCAL autocompletion.
 
17
    * Set single undo action when toggling multiple lines or stripping
 
18
      trailing spaces.
 
19
    * Prevent some possible invalid memory reads.
 
20
    * Convert config, application and documentation dir paths to locale
 
21
      encoding before using it.
 
22
    * Fixed errors when changing directories containing special
 
23
      characters within the VTE component (thanks to Jeff Pohlmeyer).
 
24
    * Support newer so-names when loading the VTE library (thanks to
 
25
      Jeff Pohlmeyer).
 
26
    * Fixed paste problems on Windows.
 
27
    * When using Save As the returned filename needs to be converted
 
28
      into UTF-8.
 
29
    * Fixed error when parsing of compiler errors by the va_list system.
 
30
    * Added MimeType entry as suggested by Nick Schermer.
 
31
    * LaTeX parser: Allow \section*{} and other commands with *.
 
32
    * Change default keybinding for Close All to Ctrl-Shift-W.
 
33
    * Allow Make for files with no extension - prevent Build when the
 
34
      output filename would be the same as the source file.
 
35
    * Ensure the VTE visual settings are applied when switching to VTE
 
36
      when the Message Window is hidden.
 
37
    * Fixed several issues while opening files and improved code.
 
38
    * Improved the auto scrolling of documents and fixed a bug when
 
39
      opening files remotely.
 
40
    * Fixed wrong D function return type after a class definition.
 
41
    * Added several missing style types for filetype Perl (thanks to
 
42
      John Gabriele for reporting).
 
43
    * Prevent right click in Symbol list from selecting a tag.
 
44
    * Update the symbol list when starting a new document.
 
45
    * Scroll Compiler and Messages window in view when using Next Error
 
46
      or Next Message.
 
47
    * Auto close brackets only when auto completion of constructs is
 
48
      enabled (closes #1665015).
 
49
    * Fixed switching to the wrong tab when showing the unsaved dialog.
 
50
 
 
51
    Internationalisation:
 
52
    * New translations: fi (thanks to Harri Koskinen).
 
53
    * Updated translations: cs, de, es, fr, hu.
 
54
 
 
55
 
1
56
Geany 0.10 (December 21, 2006)
2
57
 
3
58
    Changes:
9
64
      patched file in a diff file.
10
65
    * Added new encoding "None" to open files without any character
11
66
      conversions.
12
 
    * Added stop button(using the Run button) to cancel the execution
13
 
      of a command like Run, Compile or Build.
 
67
    * Added Stop button to abort the Run command.
14
68
    * New filetype VHDL.
15
69
    * New scintilla lexer for filetype D with several improvements.
16
70
    * Improved auto completion of multi line comments