0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove ancient version: header. (menu-bar-emerge-menu): Remove unused variable. (emerge-version): Make the variable an obsolete alias for the emacs-version variable. Make the function obsolete. (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for Emerge options, rather than merging in into the main Options menu. (emerge-options-menu): Adjust menu text. Use buttons for skip prefers and auto advance modes. Disable edit/fast items when not relevant. More... almost 16 years ago
Remove leading * from defcustom docs. (custom-print-vectors): Remove old comments from doc. More... almost 16 years ago
(mailclient-send-it): Fix message. More... almost 16 years ago
(abort-if-file-too-large): Explicitly pass `filename' as an argument. (find-file-noselect, insert-file-1): Update for above change. More... almost 16 years ago
* term/vt420.el (terminal-init-vt420): Fix typo. More... almost 16 years ago
* nsfont.m (ns_has_attribute): Remove. (ns_findfonts, nsfont_open): Use ns_attribute_fvalue() instead. More... almost 16 years ago
* nsfont.m (ns_attribute_value): Remove. (ns_attribute_fvalue): Incorporate code from ns_attribute_value. (ns_has_attribute): Shrink the normal range. (ns_findfonts): Don't worry about requested spec in determining need for synthItal. (ns_get_covering_families): Retain scriptToFamilies. More... almost 16 years ago
(compile-auto-highlight): Remove the variable (removed from compile.el on 2004-03-11). More... almost 16 years ago
* files.el (hack-local-variables-filter): Fix last change. More... almost 16 years ago
* calc.texi (About This Manual): Don't mention chapter numbers in text. More... almost 16 years ago
(Specifying File Variables, Safe File Variables): "variables/value pairs" -> "variable/value pairs". More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(describe-variable): Add information about file-local and dir-local variables. More... almost 16 years ago
(ignored-local-variables): Add `dir-local-variables-alist'. (dir-local-variables-alist): New buffer-local variable. (hack-local-variables-filter): If variable is not dir-local, i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist', because file-local overrides dir-local. (c-postprocess-file-styles)<declare-function>: Remove obsolete declaration. (hack-dir-local-variables): Add dir-local variable/value pair to `dir-local-variables-alist' and remove duplicates. Doc fix. More... almost 16 years ago
* files.el (hack-local-variables-filter): Rewrite. More... almost 16 years ago
(verilog-error-regexp-add-xemacs): Silence compiler by only defining on XEmacs. More... almost 16 years ago
(auto-coding-regexp-alist): Only match BABYL... at the start of buffer, not of lines. (Bug#3790) More... almost 16 years ago
(desktop-buffers-not-to-save): Set :version tag. More... almost 16 years ago
(mail-user-agent): Doc fix. Set :version tag. More... almost 16 years ago
(cal-menu-set-date-title): Handle calls from non-calendar buffers (Bug#3862). Restore "not on a date" message. (cal-menu-context-mouse-menu): Doc fix. More... almost 16 years ago
mail-user-agent placeholder. More... almost 16 years ago
Add info about confirmation when killing a buffer with a running process. More... almost 16 years ago
(Fset_process_query_on_exit_flag): Mention killing a buffer in docstring. More... almost 16 years ago
*** empty log message *** More... almost 16 years ago
(process-kill-buffer-query-function): New function. (add-hook)<kill-buffer-query-functions>: Add hook `process-kill-buffer-query-function'. More... almost 16 years ago
Add `info-finder'. More... almost 16 years ago
Delete task for replacing finder.el with Info manual. More... almost 16 years ago
Virtual Info keyword finder. (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'". (Info-finder-file): New variable. (Info-finder-find-file): New function. (finder-known-keywords, finder-package-info) (find-library-name, lm-commentary): Use defvar and declare-function to silence compiler warnings. (Info-finder-find-node): New function. (info-finder): New command. More... almost 16 years ago
(c-before-hack-hook, c-postprocess-file-styles): Give invocation of `c-set-style' DONT-OVERRIDE parameter of t. Already set style variables will thus not be overridden by style settings given by `c-file-syle'. More... almost 16 years ago
(hack-local-variables-filter): Remove entries with duplicate keys from `file-local-variables-alist'. More... almost 16 years ago