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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666
|
2010-06-05 Anoop John <anoop.john at zyxware.com>
* Fixed Bug - Fix External modification notification grows window beyond screen.
2010-06-05 Tadashi Jokagi <elf@elf.no-ip.org>
* New Feature - New japanese translation
2010-06-05 Rostagno Jose <joserostagno at hotmail.com>
* Fixed Bug - Fix Missing cursor in search and goto boxes.
* Fixed Bug - Fix Missing cursor in search and goto boxes.
* Fixed Bug - Fix Hidden caret when editor is opened without files in session.
* Fixed Bug - Port remaining I/O code to GVFS.
* Fixed Bug - Fix Freezes when directory contains big XML files.
* Fixed Bug - Fix classbrowser not working in some directories.
* Fixed Bug - Fix last folder bug in open/save dialog.
* Fixed Bug - Fix sintaxcheck when file contains %xx scapes chars.
* Fixed Bug - Fix folderbrowser Drag-Drop bug.
* Fixed Bug - Fix leaks in scintilla widget.
* Fixed Bug - Improve autocompletion performance.
* Fixed Bug - Improve Classbrowser parse performance.
* New Feature - Custom PHP functions autocompletion funtionality
* New Feature - Added PHP class members autocompletion
* New Feature - Added Global PHP variables completion
* New Feature - Use GtkRecentManager for recent files
* New Feature - Added Global PHP variables completion
2010-05-22 Rostagno Jose <joserostagno at hotmail.com>
* Fixed Bug - Folderbrowser async load.
* New Feature - New folderbrowser up and home buttons
* Fixed Bug - Fix error loading / saving to remote filesystems.
* Fixed Bug - Fix error converting colors in preferences dialog.
* Fixed Bug - Fix tab caption in tab-help after one level navigation.
* Fixed Bug - Various improvements to build system.
* Fixed Bug - Speed up Calltip/autocomplete lists.
* New Feature - RGBA colormap support
* New Feature - Various plugin system upgrades
* New Feature - Add check for externally modified files
* New Feature - Added CSS calltips support
* New Feature - Auto-Completion of Brackets and Quotes
* New Feature - Added HTML files webkit preview
* New Feature - Remember incremental search strings
* New Feature - Hightlight current caret line
* New Feature - Add Translation/Bug report buttons to help menu
2010-02-26 Anoop John <anoop.john at zyxware.com>
* New Feature - Added color picker for selection background color
2010-02-04 Rostagno Jose <joserostagno at hotmail.com>
* Fixed Bug - GTKScintilla Completely migrated from old GtkObject implementation to Gobject.
* Fixed Bug - Delete duplicated function to load window icon.
* Fixed Bug - if nothing is selected the function open selected tries to open a folder
* New Feature - could change toolbar icon sizes
* Fixed Bug - Only open text based mimetypes.
* Fixed Bug - Update spanish translation.
* Fixed Bug - Class browser does not take you to function definitions (sr #106646)
* New Feature - keypress event in folder browser
* New Feature - folderbrowser Drag and Drop handling
* New Feature - Implement C/C++ Hightligthing
* New Feature - Implement C/C++ Folding
* Fixed Bug - Default preferences wasn't loading corrrectly
* Fixed Bug - The background colour seems to have become black.
* Fixed Bug - Incorrect color when change color from preferences dialog.
2010-01-12 Rostagno Jose <joserostagno at hotmail.com>
* New Feature - Folderbrowser
* New Feature - Current zoom level in statusbar
* Fixed Bug - PHP files filter, now uses php file extensions from preferences
* New feature - ToUpper, ToLower function
* New Feature - Toolbar and menu items disabled on TAB_HELP and read-only files
* Fixed Bug - Code cleanup remove deprecated GDK,GTK and GLIB macros and functions
* Fixed Bug - Loading http and https uris from command line
* Fixed Bug - Take out libgnome,libgnomeui,libbonobo and libbonoboui dependencies
* Fixed Bug - Open files across smb gvfs fails (sr #107099)
2010-01-07 Rostagno Jose <joserostagno at hotmail.com>
* New Feature - Fullscreen mode support (sr #106708)
* New Feature - Added clean button to incremental search and goto gtkentry
* New Feature - Toolbar, statusbar and sidepanel show/hide toglebutton
* Fixed Bug - Toolbars donot extend till window border. (sr #106647)
* Fixed Bug - gnome-config replaced by Gconf
* Fixed Bug - gnome-dialog replaced by Gtkdialog
* Fixed Bug - gnome-vfs replaced by GIO/GVFS
2009-11-28 Rostagno Jose <joserostagno at hotmail.com>
* New Feature - Added Bookmarks
* Fixed Bug - Remove gtkhtml2 dependency, now uses webkit.
2009-11-27 Rostagno Jose <joserostagno at hotmail.com>
* Updated toolbar code with the new gtk+ functions
* New Feature - Added indent/unindent buttons to the main toolbar
* New Feature - Added zoom-in/zoom-out buttons to the main toolbar and menu
* Fixed bug - The last line of text block is not indented.
* New Feature - Added file filters to the open file dialog
* Fixed Bug - Highlight colour in ubuntu.
Bug reported at https://bugs.launchpad.net/ubuntu/+source/gphpedit/+bug/73310
* Added a close button [x] for side bar
2009-11-12 Anish A <aneesh.nl@gmail.com>
* Fixed tab fold bug ( bug# 107084)
2009-02-22 Anoop John <anoop.john at zyxware.com>
* Moved gphpedit sources to GPLv3
2009-02-09 Anoop John <anoop.john at zyxware.com>
* Added a close button [x] for each tab
2009-02-08 Anoop John <anoop.john at zyxware.com>
* Fixed crash on incremental search while in help tab.
Bug reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304207
2009-02-07 Anoop John <anoop.john at zyxware.com>
* Fixed bug - Nowdoc and heredoc tokens were ruining syntax
highlighting. Corrected to handle these tokens properly.
* Fixed bug - incorrect tool tips that were being shown
with partial matches with php function names. Modified to
show tooltip only for full match
* New Feature - Sorted list of class browser functions. The
classbrowser functions were not listed in alphabetical
order. This has been changed to alphabetical listing.
* New Feature - Added the ability to restrict the classbrowser
function listing for only the current tab.
* Corrected incorrect highlighting of braces, bug reported at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=303798
2009-01-18 Anoop John <anoop.john at zyxware.com>
* Added GPL notices correctly in source files
2009-01-01 Anoop John <anoop.john at zyxware.com>
* Started Maintenance of the project
2005-10-16 Andy Jeffries <andy@gphpedit.org>
* Single instance working, thanks to Yevgen Muntyan
* Comment patch so hopefully the Ubuntu guys will stop
applying unnecessary patches
2005-10-14 Andy Jeffries <andy@gphpedit.org>
* GtkCombo's changed to
GtkEntry in Find and Replace dialogs, as no history was being
kept - when/if I do actually do that feature they'll be
GtkComboBoxes anyway
* Tweaks to Find/Replace - Escape, Enter key
presses works, close is consistent, not found wraps
* Find dialog should close on clicking close,
not just hide
* Open Selected failed to check if file exists before opening, hence
asks to create in each folder that is open (new GNOME-VFS prob)
2005-10-13 Andy Jeffries <andy@gphpedit.org>
* File dialogs now work with non-local folders
* Converted to Asynchronous GNOME-VFS calls
* Fixed bug when trying to search
Help, searching files isn't available in GtkHTML2 so disabled for
help tabs
* Changed GtkCombo to GtkComboBox to fix problem with Change all
fonts/size under Dropdown
* AMD64 fixes and work to stop crash with unsaved files
2005-10-12 Andy Jeffries <andy@gphpedit.org>
* Removed a GTK warning when the
preferences box is shown, some needless box stuff
* Calltip functionality is now
case-insensitive, as are php/sql/css function/property names
* File Save/Rename alter MRU list and
Rename actually gets the full URI rather than just the old
filename
* Fixed bug: opening gphpedit with
untitled, type text and quit chosing to discard changes crashes
with segfault
* Upgraded to Scintilla 1.66
2005-09-15 Andy Jeffries <andy@gphpedit.org>
* Added new Gentoo PHP-Docs location
2005-08-22 Andy Jeffries <andy@gphpedit.org>
* Incremental search box suggests
highlighted text
2005-08-22 Andy Jeffries <andy@gphpedit.org>
* Returns to previous line number after reopening a file
2005-04-07 Andy Jeffries <andy@gphpedit.org>
* Fixed two compiler warnings
about UTF-8 and added some debugging prints
2005-03-18 Sven Herzberg <herzi@gnome-de.org>
* Added i18n build framework and a simple (end empty) german
translation.
2005-02-08 Andy Jeffries <andy@gphpedit.org>
* Fixes to Python highlighting
2005-02-08 Andy Jeffries <andy@gphpedit.org>
* src/main_window_callbacks.c: Fixed a crash bug
2005-02-04 Andy Jeffries <andy@gphpedit.org>
* New plugin response MESSAGE pops open dialog
2005-02-04 Andy Jeffries <andy@gphpedit.org>
* Added very basic Python syntax highlighting
2004-12-15 Andy Jeffries <andy@gphpedit.org>
* Fixed PHP Help location for Debian
2004-12-07 Andy Jeffries <andy@gphpedit.org>
* Fixed off by one error and warnings in reopen
2004-11-26 Andy Jeffries <andy@gphpedit.org>
* Updated num plugins to 30 and num reopen items to 20
2004-11-24 Andy Jeffries <andy@gphpedit.org>
* Simplified completion timer code and bracket matching
and indentation
2004-11-19 Andy Jeffries <andy@gphpedit.org>
* Fixed class browser
2004-11-18 Andy Jeffries <andy@gphpedit.org>
* Wouldn't prompt for saving
unsaved PHP/SQL/CSS files etc only non-coded files
2004-11-14 Andy Jeffries <andy@gphpedit.org>
* Sorts plugin menu in alphabetical order
2004-11-03 Andy Jeffries <andy@gphpedit.org>
* Muntyan (someone I met off IRC) converted gPHPEdit to use a local
statically built version of GtkScintilla2 to aid getting gPHPEdit
into Debian
2004-10-27 Andy Jeffries <andy@gphpedit.org>
* Got session saving working
* Fixed a bug making the X button leave the app running but orphaned
2004-10-01 Andy Jeffries <andy@gphpedit.org>
There are quite a few items that have been done that aren't in the ChangeLog below - so lets try
to bring it up to date....
* Used GNOME-VFS now so you can open/save files to/from FTP/SCP/SFTP locations (and indeed any other type
of location supported by GNOME-VFS)
* Updated syntax highlighting to support PHP5 keywords
* By editing the settings file (~/.gnome2/gPHPEdit) you can now change what files are
recognised as PHP files (the separator is a comma - NO spaces)
* Opens with a blank page by default, if you haven't changed it and open a file
the Untitled page is replaced by the file you choose to open.
2004-09-16 Andy Jeffries <andy@gphpedit.org>
Wow! Really looks like I haven't done anything for ages, I have but
I've forgotten to put it in here. Here is a list of some of the things
done:
* Fixed the fact that changes to the Line Number size don't show
* Moved to GtkFileChooser from GtkFileSelection
* Implemented plugins (although still possibly buggy)
2004-04-08 Andy Jeffries <andy@gphpedit.org>
* Fixed a few bugs from the bugs list, mainly crash bugs
2004-04-07 Andy Jeffries <andy@gphpedit.org>
* UTF-8 and other code pages now work. It works by converting on the fly from the user's locale to UTF-8
and back to their locale when saving
* Recently opened files menu implemented
* File open dialog remembers last opened folder (unless you have an active file open, in which case it still
reverts to that folder).
2004-03-10 Andy Jeffries <andy@gphpedit.org>
* UTF-8 works (although other code pages such as ISO-8859-1 don't!
2004-03-10 Andy Jeffries <andy@gphpedit.org>
* As there have been quite a few fixes, I've decided to do an interim release.
2004-03-10 Andy Jeffries <andy@gphpedit.org>
* Class browser doesn't update (slow) if it isn't currently shown - speeds up opening of files for those people
that don't use the class browser.
2004-03-04 Andy Jeffries <andy@gphpedit.org>
* Implemented brace matching (properly) - and it works :-)
2004-02-25 Andy Jeffries <andy@gphpedit.org>
* Fixed crash bug when Find dialog is closed using WM X button rather than close
2004-02-15 Tim Jackson <tim@timj.co.uk>
* Fixed gtkhtml2 dependencies in RPM spec file
2004-02-13 Andy Jeffries <andy@gphpedit.org>
* OK, preferences code is in there and seems to be working. This version is a pre-1.0 beta
but it seems a lot more stable in use than 0.4.3 (due to the number of bugs I've fixed)
2004-02-08 Andy Jeffries <andy@gphpedit.org>
* I've started doing the preferences code. The dialog has been designed for a while, but there's been no code.
It now makes a copy of the preferences, the code to retrieve a list of fonts is done and the code to determine
when a syntax highlighting style (e.g. PHP Single-quoted String) changes.
2004-02-03 Andy Jeffries <andy@gphpedit.org>
* Will these version numbers be consistent? After a lot of soul searching (and discussions with a few users),
I've decided to make this the pre-1.0 version. A lot of people are using it day-in-day-out and it's stable.
However, I've added a couple of new features to this version - so I'll put it out for testing before going
to 1.0.
* Upgrading to Pango fonts bug fixed (KEPT prefixing with ! every time)
* Multiple files open from selection dialog implemented (thanks Leszek)
2004-02-03 Andy Jeffries <andy@gphpedit.org>
* Changed version to 0.4.9 (ready for testing locally before changing back to 0.5.0 for release)
2004-01-30 Andy Jeffries <andy@gphpedit.org>
* Forced upgrading to Pango rendering is complete (message box on start)
* Implemented bug fix for multiple calltip popups (bug 55, Urkle)
2004-01-30 Andy Jeffries <andy@gphpedit.org>
* Online help now works without hanging the app (although will break if an external link or an anchor is present)
2004-01-30 Andy Jeffries <andy@gphpedit.org>
* configure.in: Updated to 0.5.0
* Close page now moves the focus back a page rather than to the first page
* The start of online help is in there, but the app hangs on closing the help window
2003-07-09 Andy Jeffries <andy@gphpedit.org>
* configure.in: Updated to 0.4.3 to avoid conflicts with 0.4.2 (in testing)
* src/main_window.c: (main_window_create_panes), src/main_window_callbacks.c: (classbrowser_show),
(classbrowser_hide), src/preferences.c: (save_classbrowser_position):
Properly implemented Show/Hide Classbrowser, previous version didn't
actually resize the pane, nor remember it's status upon restarting.
2003-07-09 Andy Jeffries <andy@gphpedit.org>
* configure.in: Updated version number to 0.4.2 to reflect change below
* src/main_window_callbacks.c: (classbrowser_show),
(classbrowser_hide), src/main_window_callbacks.h, src/main_window_menu.h:
Implemented Show/Hide Classbrowser feature requested by Tim Jackson.
2003-07-01 Andy Jeffries <andy@gphpedit.org>
* configure.in: Updated version number to 0.4.1 to reflect change below
* src/preferences.c: (preferences_load), (preferences_save), src/preferences.h,
src/tab.c: (tab_set_general_scintilla_properties): All updated to reflect
preference for turning off line wrapping in response to feature request from
Erik Williamson <erik@cpsc.ucalgary.ca>
2003-06-24 Andy Jeffries <andy@gphpedit.org>
* configure.in: Changed version number to 0.4.0 as no bugs have been
found in code folding or keyboard macros. Still need to define
keyboard shortcuts for code folding, but that won't stop it being
released now.
2003-06-20 Andy Jeffries <andy@gphpedit.org>
* configure.in: Changed version number to 0.3.85 for testing (in RPM
form) the latest fixes for keyboard macro recording.
2003-06-17 Andy Jeffries <andy@gphpedit.org>
* Implemented keyboard macro recording, updated version to 0.3.8 (ready for 0.4 when
finished testing both new areas of functionality)
2003-06-17 Andy Jeffries <andy@gphpedit.org>
* src/main_window.c: (Note: prepare-ChangeLog.pl kept reporting
a segfault) Fixed window title not to have a hanging "-"
2003-06-17 Andy Jeffries <andy@gphpedit.org>
* src/tab.c, src/tab_php.c, src/preferences.h: (Note: prepare-ChangeLog.pl kept reporting
a segfault) code folding implemented (uses a preference setting, but still no dialog)
2003-06-10 Tim Jackson <tim@timj.co.uk>
* src/syntax_check.c: (syntax_check_run): corrected error message if PHP binary not found
2003-06-10 Tim Jackson <tim@timj.co.uk>
* src/syntax_check.c: (run_php_lint), (syntax_add_lines),
(syntax_check_run): fixed bug #37 and cleaned up behaviour if no editors are open
2003-06-10 Tim Jackson <tim@timj.co.uk>
* src/main_window.c: (update_app_title): fixed compile error (added missing brace)
2003-06-08 Andy Jeffries <andy@gphpedit.org>
* src/main_window.c: (update_app_title): Removed the version number from the title
of the main window. This wasn't standar but was useful during the early days of
development.
2003-06-08 Andy Jeffries <andy@gphpedit.org>
After tagging CVS as Release_0_3_0 I found I had knackered the dependancies
trying to get it to work with Dennis Houy's GtkScintalla2.
2003-06-08 Andy Jeffries <andy@gphpedit.org>
* configure.in: Updated version number to be 0.3.0
2003-06-07 Sven Herzberg <herzi@abi02.de>
* .cvsignore: added gphpedit.spec
* autogen.sh: fixed a typo
2003-06-06 Andy Jeffries <andy@gphpedit.org>
* src/Makefile.am: Added tab_sql.c/.h so the SQL lexing is included
* src/calltip.c: (get_sql_completion_list),
(css_autocomplete_word), (sql_autocomplete_word): Added the SQL known
word drop down functionality
* src/calltip.h: added the list of SQL known words
* src/preferences.c: (preferences_load), (preferences_save): Added
the SQL properties loading/saving
* src/preferences.h: Added the SQL properties
* src/tab.c: (is_sql_file), (tab_check_sql_file), (tab_create_new),
(sql_auto_complete_callback), (char_added): Added code to handle SQL
lexing.
* src/tab.h: Added definition for SQL functions
* src/tab_sql.c: (tab_sql_set_lexer), src/tab_sql.h: Created
SQL lexer code
2003-06-06 Andy Jeffries <andy@gphpedit.org>
* src/main_window_callbacks.c: (open_file_ok):Changed to
use switch_to_file_or_open to open a new file, should
therefore stop the same file being opened twice.
* AUTHORS: Added Tim Jackson as he has worked on a lot of
package related files
2003-06-04 Tim Jackson <tim@timj.co.uk>
* src/main_window_callbacks.c: (on_about1_activate): Added herzi as contributor
* src/preferences.c: (preferences_save): Fixed bug #39 (config error on quit)
2003-06-04 Tim Jackson <tim@timj.co.uk>
* gphpedit.spec.in: updated spec file for automake'd build
2003-06-04 Sven Herzberg <herzi@gnome-de.org>
* Makefile.am: should enable a RH build now
* data/Makefile.am: fixed a typo to install the api correctly
2003-06-04 Tim Jackson <tim@timj.co.uk>
* data/Makefile.am: hopefully got it right this time
2003-06-04 Tim Jackson <tim@timj.co.uk>
* data/Makefile.am: reverting to Herzi's version
2003-06-04 Tim Jackson <tim@timj.co.uk>
* Makefile.am:
* data/Makefile.am: failed attempt to get API file installed in right place
* gphpedit.desktop.in:
* src/syntax_check.c: (syntax_check_run): fixed compiler warning
2003-06-04 Tim Jackson <tim@timj.co.uk>
* Makefile.am: fix duplicate EXTRA_DIST definition
* gphpedit.desktop.in: amend for gphpedit.png
* pixmaps/Makefile.am: amend for gphpedit.png
* pixmaps/gphpedit.png: renamed version of gphpedit_icon.png
* pixmaps/gphpedit_icon.png: renamed to gphpedit.png for consistency
* src/main.h: amend for gphpedit.png and put in <data>/pixmaps instead of <data>/pixmaps/gphpedit
2003-06-04 Tim Jackson <tim@timj.co.uk>
* src/preferences.c: (preferences_save): fixed saving of GNOME config for php_binary
* src/syntax_check.c: (syntax_check_run): disable stat() check on php binary
2003-06-03 Andy Jeffries <andy@gphpedit.org>
* src/main_window_callbacks.c: (on_about1_activate): Removed the
signal connection - this was causing a segfault although it appears right
2003-06-03 Sven Herzberg <herzi@gnome-de.org>
* src/.cvsignore: updates cleanly now
2003-06-03 Sven Herzberg <herzi@gnome-de.org>
* Makefile.am: added the .spec.in file to EXTRA_DIST
* configure.in: creates .spec file now
* gphpedit.spec: removed (created at configure time now)
* gphpedit.spec.in: added to make configure.in create a spec file
2003-06-03 Sven Herzberg <herzi@gnome-de.org>
* Makefile.am: installs the desktopfile for an entry in the menus
2003-06-03 Sven Herzberg <herzi@gnome-de.org>
* data/Makefile.am: fixed a typo to install the api-file correctly
2003-06-03 Tim Jackson <tim@timj.co.uk>
* data/Makefile.am: updated to include PHP api file on make dist
2003-05-30 Andy Jeffries <andy@gphpedit.org>
* src/classbrowser_parse.c: (classbrowser_parse_file): Fixed a compiler warning about variables may not be initialised
* src/find_replace.c: (find_clicked), (replace_clicked),
(replace_all_clicked): Fixed a compiler warning about variables may not be initialised
* src/syntax_check.c: (syntax_add_lines), (syntax_check_run): Fixed a compiler warning about variables may not be initialised
2003-05-21 Andy Jeffries <andy@gphpedit.org>
* Makefile.am: Added the RPM spec file and the po folder into the distribution
* gphpedit.spec: Tried to get it to work, still has an issue with %doc
* pixmaps/Makefile.am: Included the gphpedit_icon.png in the distribution
* src/Makefile.am: Added main_window_menu.h back
2003-05-21 Sven Herzberg <herzi@gnome-de.org>
* .cvsignore: make updates nicer
* data/.cvsignore: make updates nicer
* doc/.cvsignore: make updates nicer
* pixmaps/.cvsignore: make updates nicer
* po/.cvsignore: make updates nicer
* src/.cvsignore: make updates nicer
2003-05-21 Sven Herzberg <herzi@gnome-de.org>
* pixmaps/gphpedit_icon.png: added file to CVS
* po/Makefile.in.in: added file to CVS
2003-05-21 Sven Herzberg <herzi@gnome-de.org>
* .cvsignore: added file to CVS
* src/calltip.c: added file to CVS
* src/calltip.h: added file to CVS
* src/classbrowser.c: added file to CVS
* src/classbrowser.h: added file to CVS
* src/classbrowser_parse.c: added file to CVS
* src/classbrowser_parse.h: added file to CVS
* src/find_replace.c: added file to CVS
* src/find_replace.h: added file to CVS
* src/grel2abs.c: added file to CVS
* src/grel2abs.h: added file to CVS
* src/main.c: added file to CVS
* src/main.h: added file to CVS
* src/main_window.c: added file to CVS
* src/main_window_callbacks.c: added file to CVS
* src/main_window_callbacks.h: added file to CVS
* src/main_window.h: added file to CVS
* src/main_window_menu.h: added file to CVS
* src/Makefile.am: added file to CVS
* src/preferences.c: added file to CVS
* src/preferences_dialog.c: added file to CVS
* src/preferences_dialog.h: added file to CVS
* src/preferences.h: added file to CVS
* src/syntax_check.c: added file to CVS
* src/syntax_check.h: added file to CVS
* src/tab.c: added file to CVS
* src/tab_css.c: added file to CVS
* src/tab_css.h: added file to CVS
* src/tab.h: added file to CVS
* src/tab_php.c: added file to CVS
* src/tab_php.h: added file to CVS
* src/tab_util.c: added file to CVS
* src/tab_util.h: added file to CVS
2003-05-21 Sven Herzberg <herzi@gnome-de.org>
* doc/how-to-configure: added file to CVS
2003-05-21 Sven Herzberg <herzi@gnome-de.org>
* data/gphpedit.pws: added file to CVS
* data/php-gphpedit.api: added file to CVS
* data/rip.php: added file to CVS
* data/test.php: added file to CVS
2003-05-21 Sven Herzberg <herzi@gnome-de.org>
* AUTHORS: added file to CVS
* COPYING: added file to CVS
* INSTALL: added file to CVS
* Makefile.am: added file to CVS
* README: added file to CVS
* autogen.sh: added file to CVS
* config.h.in: added file to CVS
* configure.in: added file to CVS
* gphpedit.desktop.in: added file to CVS
* gphpedit.spec: added file to CVS
2003-03-24 Sven Herzberg <herzi@abi02.de>
* autogen.sh: automates creation of Makefile.in's and configure
* configure.in: autoconf input file
* Makefile.am: automake input file
* AUTHORS, NEWS, README: neccessary files for automake
* data/Makefile.am: automake input file
* doc/Makefile.am: automake input file
* pixmaps/Makefile.am: automake input file
* src/Makefile.am: automake input file
2003-03-24 Sven Herzberg <herzi@abi02.de>
* all files: moved the files into a new directory layout
2003-01-23 Andy Jeffries <andy@gphpedit.org>
* Incremental search, jump to line and PHP function drop down list implemented
2003-01-13 Tim Jackson <tim@timj.co.uk>
* PHP XML DocBook sources ripped to an api file with a PHP script
2003-01-12 Andy Jeffries <andy@gphpedit.org>
* File operations and clipboard operations completed
2002-12-20 Andy Jeffries <andy@gphpedit.org>
* Work started on gPHPEdit
|