summaryrefslogtreecommitdiff
path: root/history
Commit message (Collapse)AuthorAgeFilesLines
* chore: untrack minibuffer history fileCraig Jennings2026-01-261-158/+0
|
* fix(calendar-sync): disable auto-start to prevent freezeCraig Jennings2026-01-141-179/+76
| | | | | | Proton calendar download causes Emacs to freeze. Disabled auto-sync by default until root cause is investigated. Manual sync still available via C-; g s keybinding.
* chore(data): update calendar sync state and historyCraig Jennings2026-01-131-78/+161
| | | | Updated calendar sync state after auto-sync.
* feat(dirvish): add project shortcuts and remove scratch font overrideCraig Jennings2026-01-091-90/+104
| | | | | Added dirvish quick-access shortcuts for homelab, kit, and nextjob projects. Removed 16pt font size override from scratch buffer startup hook.
* feat(calendar-sync): multi-calendar support with property testsCraig Jennings2025-12-021-23/+87
| | | | | | Added multi-URL calendar sync supporting Google and Proton calendars. Each calendar syncs to separate file with per-calendar state tracking. Added 13 property-based tests for RRULE expansion. Total: 150 tests passing.
* session: Add session notes and org-noter TODOCraig Jennings2025-11-241-45/+27
| | | | | | Added session notes for 2025-11-24 DWIM shell command work. Added detailed TODO for org-noter workflow continuation with known issues and testing requirements. Added TODO for dwim-shell-command status dashboard with implementation approaches.
* session: Update calendar sync state and command historyCraig Jennings2025-11-181-14/+43
| | | | | | - Updated gcal.org with 377 events from successful RRULE expansion - Updated sync state with latest sync timestamp - Updated command history
* feat: add org keymap under C-; O with cache clear bindingCraig Jennings2025-11-171-471/+8
| | | | | | Created general org operations keymap at C-; O separate from specialized org-table and org-drill keymaps. Added C-; O c binding for clearing org-element cache to fix org-todo state change errors.
* fix: increase calendar-sync curl timeout from 10 to 30 secondsCraig Jennings2025-11-171-136/+473
| | | | | | 10-second timeout was too aggressive for slower networks or delayed Google servers. Increased to 30 seconds to prevent timeout errors while still preventing indefinite hangs.
* session: update command historyCraig Jennings2025-11-171-2/+2
|
* session: async calendar sync implementation and testingCraig Jennings2025-11-171-20/+142
| | | | | | Implemented async calendar fetching to prevent UI freezes. Tested sync functionality and confirmed improved responsiveness. Updated calendar state and data files from sync testing.
* docs: Add session notes for maildir corruption fixCraig Jennings2025-11-151-86/+9
| | | | | | | | | Fixed mbsync IMAP APPEND errors caused by 8 non-email files (PDFs and PNGs) in maildir folders. Removed corrupted files to recovery directory for user review. Successfully verified fix with clean mbsync run. Third occurrence of this pattern - may need investigation into attachment handling or file operations targeting maildir.
* fix(tests): Move cj/log-silently to system-lib.el, fix all test failuresCraig Jennings2025-11-151-266/+93
| | | | | | | | | | | | | | | | | | | | | | | | | Consolidated cj/log-silently function to system-lib.el as the canonical location for low-level utility functions. This fixes 4 failing tests in video-audio-recording that couldn't find the function. Changes: - Move cj/log-silently to system-lib.el (from system-utils.el) - Remove duplicate definition from org-agenda-config-debug.el - Remove duplicate definition from system-utils.el - Add (require 'system-lib) to all modules using cj/log-silently: - video-audio-recording.el - org-agenda-config-debug.el - media-utils.el (also removed declare-function) - elfeed-config.el (replaced system-utils with system-lib) - wrap-up.el Test Results: - Before: 112/113 passing (4 video-audio-recording tests failing) - After: 113/113 passing ✓ All tests now pass with zero failures. Fixes TODO #809-895 (move cj/log-silently to system-lib.el)
* feat(dashboard): Comprehensive dashboard navigation improvementsCraig Jennings2025-11-151-10/+90
| | | | | | | | | | | | | | | - Add single-key navigation (e, c, a, b, f, r, i, t, d) for all dashboard items - Add new navigator buttons: Code (projects), Agenda, Terminal - Reorganize buttons into two balanced rows (5 top, 4 bottom) - Remove bracket decoration around buttons for cleaner look - Add proper spacing between buttons for better readability - Rename labels: "Feeds" → "RSS/Feeds", "Files" → "Directory/Files" - Disable package count and startup time display - Disable 'q' keybinding to prevent accidental dashboard quit Navigator buttons now include: Row 1: Code, Email, Agenda, Flashcards, Books Row 2: RSS/Feeds, IRC, Terminal, Directory/Files
* fix(modeline): Align to window edge instead of buffer marginCraig Jennings2025-11-151-18/+19
| | | | | | | | | | | Change mode-line-right-align-edge from 'right-margin to 'window. This fixes an issue where centered text modes (nov-mode for EPUBs, etc.) with wide buffer margins would cause the right-aligned modeline elements (VC branch, weather, etc.) to have large gaps on the right side. Now the modeline always aligns to the window edge regardless of buffer margin settings.
* fix(mousetrap): Fix dashboard click/scroll blocking issueCraig Jennings2025-11-151-11/+172
| | | | | | | | | | | | - Change dashboard profile from primary-click to scroll+primary (allows both scrolling and left-clicking in dashboard) - Remove incorrect manual manipulation of minor-mode-map-alist (define-minor-mode handles this automatically via mouse-trap-mode-map) - Simplify disable logic to just clear the buffer-local keymap The bug was that manually prepending to minor-mode-map-alist interfered with Emacs' automatic buffer-local keymap lookup. Now each buffer gets its own keymap based on major mode, and Emacs handles the lookup correctly.
* chore: Update Emacs historyCraig Jennings2025-11-151-534/+24
| | | | Updated minibuffer and command history from recent session.
* fix: Reapply dashboard, weather config fixes and todo updatesCraig Jennings2025-11-141-472/+578
| | | | | | | - dashboard-config.el: Change "Ebooks" to "Books" label - weather-config.el: Fix variable name to wttrin-favorite-location - todo.org: Add music player and mousetrap investigation tasks - history: Update command history
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-568/+472
| | | | This reverts commit 1218bae708a6755e3628f15fef58e6806ac81039.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-472/+568
|
* feat(fonts): Update fonts to Berkeley Mono + Lexend, simplify org-drill configCraig Jennings2025-11-121-86/+464
| | | | | | | | | | | | | | | | Font changes: - Set Berkeley Mono + Lexend as default fonts - Updated EBook preset to use Lexend - Created FiraCode preset preserving old defaults - Installed new fonts: Charis SIL, Bitstream Vera, Literata, Lexend Org-drill changes: - Removed fontaine-dependent font switching code - Now uses org-drill's built-in display management - Configured 24-point font, variable-pitch, hidden modeline - Added comprehensive tests for display management (10 tests, all passing) org-drill now loads from local ~/code/org-drill for development.
* chore: Update history fileCraig Jennings2025-11-121-62/+87
|
* perf: Merge performance branch - org-agenda cache, tests, and inbox zeroCraig Jennings2025-11-121-0/+102
This squash merge combines 4 commits from the performance branch: ## Performance Improvements - **org-agenda cache**: Cache org-agenda file list to reduce rebuild time - Eliminates redundant file system scans on each agenda view - Added tests for cache invalidation and updates - **org-refile cache**: Optimize org-refile target building (15-20s → instant) - Cache eliminates bottleneck when capturing tasks ## Test Suite Improvements - Fixed all 18 failing tests → 0 failures (107 test files passing) - Deleted 9 orphaned test files (filesystem lib, dwim-shell-security, org-gcal-mock) - Fixed missing dependencies (cj/custom-keymap, user-constants) - Fixed duplicate test definitions and wrong variable names - Adjusted benchmark timing thresholds for environment variance - Added comprehensive tests for org-agenda cache functionality ## Documentation & Organization - **todo.org recovery**: Restored 1,176 lines lost in truncation - Recovered Methods 4, 5, 6 + Resolved + Inbox sections - Removed 3 duplicate TODO entries - **Inbox zero**: Triaged 12 inbox items → 0 items - Completed: 3 tasks marked DONE (tests, transcription) - Relocated: 4 tasks to appropriate V2MOM Methods - Deleted: 4 duplicates/vague tasks - Merged: 1 task as subtask ## Files Changed - 58 files changed, 29,316 insertions(+), 2,104 deletions(-) - Tests: All 107 test files passing - Codebase: Cleaner, better organized, fully tested