| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-04 | Improve language. | Théo Zimmermann | |
| Co-Authored-By: Jim Fehrle <jim.fehrle@gmail.com> | |||
| 2019-09-18 | Fix syntax of reduction tactics when listing qualid to reduce or not. | Théo Zimmermann | |
| 2019-09-17 | Merge PR #10476: Remove library-specific code for `Import`. | Enrico Tassi | |
| Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2019-09-17 | Add changelog entry | Maxime Dénès | |
| 2019-09-17 | Overlay for VST | Maxime Dénès | |
| 2019-09-16 | Optimize multiple imports | Maxime Dénès | |
| 2019-09-16 | Optimize `Include`d `Export`s | Maxime Dénès | |
| 2019-09-16 | Turn `module_objects` into a record | Maxime Dénès | |
| 2019-09-16 | Add SF overlay | Maxime Dénès | |
| 2019-09-16 | Optimize module Exports | Maxime Dénès | |
| This should compensate the removal of the library-level optimization, while maintaining correct behavior. | |||
| 2019-09-16 | Do not cache objects when importing modules | Maxime Dénès | |
| They have been already cached at loading time. | |||
| 2019-09-16 | Specialize `ImportObject` to `Export` | Maxime Dénès | |
| `Import` does not actually need to register an object, only `Export` does. So we specialize and rename the object into `ExportObject`. | |||
| 2019-09-16 | `do_modtype` -> `load_modtype` | Maxime Dénès | |
| 2019-09-16 | Remove library-specific code for `Import`. | Maxime Dénès | |
| Libraries are now handled like other modules. | |||
| 2019-09-13 | Merge PR #10748: Hack for fixing #10578: handle between the three main ↵ | Pierre-Marie Pédrot | |
| CoqIDE windows not always set at the expected position Reviewed-by: ppedrot Reviewed-by: silene | |||
| 2019-09-13 | Hack for fixing #10578 (wrong initial handle position separating main windows). | Hugo Herbelin | |
| G. Melquiond noticed that the size_allocate event is emitted in the Layout step of the Events-Update-Layout-Paint gtk+ loop so that it is actually processed only when a further event arrived. In some circonstances, this next event has to be an action from the user. So, in some circonstances, at initialization of Coqide, the handle, whose positioning was precisely governed by the size_allocate event, was only set at its expected position after a first action of the user. Before this first action of the user, the handle separating the buffer and the pair of goal and message windows, as well as the handle separating the goal window and the message window were located in the leftmost uppermost corner, which gave an impression of non-usability of CoqIDE. To prevent this, we early set the position of the handle at an estimated value depending on the width and height of the whole coqide windows in the preferences. (Also removing a previous temporary setting of the handle position to - strangely - value 1 but this was anyway overwritten by the size_allocate event.) | |||
| 2019-09-12 | Merge PR #10753: Release notes for 8.10+beta3. | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2019-09-12 | Release notes for 8.10+beta3. | Théo Zimmermann | |
| 2019-09-11 | Merge PR #8567: More general support for installation of coqide keys | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: ejgallego Reviewed-by: gares Ack-by: ppedrot | |||
| 2019-09-10 | Merge PR #10742: Switch maintenance of `ring` to a team | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-09-10 | Refman: To be compatible gtk2/gtk3, not mentioning GTK+ version explicitely. | Hugo Herbelin | |
| 2019-09-10 | Fixing coqide doc about location of "coqiderc" and "coqide.bindings". | Hugo Herbelin | |
| 2019-09-10 | CoqIDE: removing option contextual menu on goal, inactive since 2da5db43c. | Hugo Herbelin | |
| 2019-09-10 | Moving a standard string function (is_prefix) from Minilib to CString. | Hugo Herbelin | |
| 2019-09-10 | Moving configuration of coqide.keys to the coqide executable. | Hugo Herbelin | |
| 2019-09-10 | Using GTK+ PRIMARY to factorize CoqIDE keys between MacOS and others. | Hugo Herbelin | |
| This concerns zooming, undoing, displaying preferences. | |||
| 2019-09-10 | Hack to have the "ready" status bar message not hiding flash notices. | Hugo Herbelin | |
| 2019-09-10 | Being more informative on the steps of selection of the preference file. | Hugo Herbelin | |
| 2019-09-10 | CoqIDE: Letting flash notices being treated sequentially. | Hugo Herbelin | |
| 2019-09-10 | Making a bit clearer that CoqIDE modifier menu is for global modifier change. | Hugo Herbelin | |
| Indeed, one can change each item locally, but the preference menu is only for changing the modifiers of a whole menu at once. | |||
| 2019-09-10 | Fixing #8269: adding callback on changed modifiers only after pref loading. | Hugo Herbelin | |
| Otherwise, probably for the reason suspected in [1], loading the preference file (coqiderc) is interpreted as a change of the modifiers, and this overrides what the more fine-grained preferences (coqide.keys) was telling. [1] https://github.com/coq/coq/issues/8269#issuecomment-415971367 | |||
| 2019-09-10 | Indentation in configure.ml. | Hugo Herbelin | |
| 2019-09-10 | Merge PR #9406: [stdlib] Do not put INR_eq in the “real” hint database | Pierre-Marie Pédrot | |
| Reviewed-by: silene | |||
| 2019-09-10 | Switch maintenance of `ring` to a team | Maxime Dénès | |
| 2019-09-09 | Merge PR #9379: Vectors: lemmas about uncons and splitAt | Hugo Herbelin | |
| Reviewed-by: Zimmi48 Reviewed-by: herbelin | |||
| 2019-09-09 | Merge PR #10605: [toplevel] Make all argument lists to be in user-declared ↵ | Hugo Herbelin | |
| order. Reviewed-by: herbelin | |||
| 2019-09-09 | [stdlib] Do not put INR_eq in the “real” hint database | Vincent Laporte | |
| 2019-09-05 | Merge PR #10731: Ocfnash/stdlib additions | Hugo Herbelin | |
| Ack-by: Zimmi48 Reviewed-by: herbelin | |||
| 2019-09-05 | Merge PR #10730: Add missing index for From ... Require ... | Clément Pit-Claudel | |
| Reviewed-by: cpitclaudel | |||
| 2019-09-04 | Add changelog entry for 10731 | Oliver Nash | |
| 2019-09-04 | Merge PR #10729: Locations for notation deprecation warnings | Hugo Herbelin | |
| Reviewed-by: herbelin | |||
| 2019-09-04 | Merge PR #10732: Make `Print Rings` and `Print Fields` more reliable | thery | |
| Reviewed-by: thery | |||
| 2019-09-04 | Merge PR #10577: Fix #7348: extraction of dependent record projections | Maxime Dénès | |
| Reviewed-by: Zimmi48 Reviewed-by: maximedenes | |||
| 2019-09-04 | Merge PR #10612: Fix feedback levels | Emilio Jesus Gallego Arias | |
| Ack-by: ejgallego Reviewed-by: gares | |||
| 2019-09-04 | Remove commented-out code | Maxime Dénès | |
| 2019-09-04 | Make `Print Rings` and `Print Fields` reliable | Maxime Dénès | |
| Previously, they were using a map that was different from the one used by the real lookup, leading to confusing information (number of instances could be wrong, etc). | |||
| 2019-09-03 | Add lemmas directly relating List.nth and List.nth_error | Oliver Nash | |
| 2019-09-03 | Remove redundant parameter in List.concat_filter_map | Oliver Nash | |
| 2019-09-03 | Add missing index for From ... Require ... | Théo Zimmermann | |
| 2019-09-03 | Locations for notation deprecation warnings | Maxime Dénès | |
