summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (ada-stmt-add-to-ada-menu): Moved to ada-mode.el.Juanma Barranquero2003-04-291-100/+3
| | | | (ada-template-map): Merged with the keymap handling in ada-mode.el.
* (ada-prj-add-keymap): Moved to ada-mode.el directly. Add dependency onJuanma Barranquero2003-04-291-56/+28
| | | | | ada-xref.el to avoid compilation warnings. (ada-prj-get-prj-dir): Removed, no longer needed.
* (ada-gnatls-args): New variable. Add support for specifying arguments toJuanma Barranquero2003-04-291-304/+153
| | | | | | | | | | | | gnatls. (ada-initialize-runtime-library): Properly parse "." in the output of gnatls. (ada-add-keymap): Removed, since this is now done in ada-mode.el itself. (ada-add-ada-menu): Likewise. (ada-set-default-project-file): New parameter KEEP-EXISTING. (ada-prj-find-prj-file): New parameter FILE. (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and ADA_OBJECTS_PATH environment variables. Minor reorganization of the code (ada-get-all-references): Add support for GNAT 3.16 cross-references.
* (ada-search-directories): Take into account ADA_INCLUDE_PATH for betterJuanma Barranquero2003-04-291-163/+371
| | | | | | | | | | | | | compatibility with GNAT. (ada-contextual-menu): Menu defined through `easy-menu-define' instead. Various adjustments to the indentation engine (handling of subtypes, begin blocks, etc.). (ada-create-menu): Major rewrite of the handling of menus to use `easy-menu-define' for cleaner code and better compatibility with XEmacs. All menus that were previously in ada-xref.el and ada-prj.el are now defined in this package, which makes it easier to edit menus. (ada-narrow-to-defun): Add support for `narrow-to-region'. No longer explicitely load ada-xref.el and ada-prj.el. Use autoload statements instead.
* Added a comment explaining the various ways to save a game score on POSIXJuanma Barranquero2003-04-292-22/+61
| | | | | | | systems. (gamegrid-add-score-with-update-game-score): Use `cond' instead of `if'. Provide for the case that FILE is an absolute filename. Create the directory "$HOME/.emacs.d/games", if necessary.
* (isearch-complete1): Don't allocate unnecessarily.Stefan Monnier2003-04-291-8/+6
| | | | | (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling. (isearch-update-ring): Use push.
* *** empty log message ***Richard M. Stallman2003-04-291-1/+1
|
* (byte-compile-cl-warn): Use `string-match'.John Paul Wallington2003-04-292-2/+6
|
* (byte-compile-cl-warn): Avoid cl warningsDave Love2003-04-282-2/+15
| | | | from caaar & al.
* use Jan in ChangeLog entry header per rmsKarl Berry2003-04-281-4/+1
|
* Set coding-category-utf-16-be toKenichi Handa2003-04-282-5/+18
| | | | | | | mule-utf-16-be-with-signature, coding-category-utf-16-le to mule-utf-16-le-with-signature. Raise the priority of coding-category-utf-8, coding-category-utf-16-be, and coding-category-utf-16-le
* (reset-language-environment): Raise the priority of mule-utf-8,Kenichi Handa2003-04-281-11/+11
| | | | mule-utf-16-be-with-signature and mule-utf-16-le.-with-signature.
* *** empty log message ***Juanma Barranquero2003-04-271-0/+5
|
* (scroll-bar-drag-1): Replace beginning-of-line with vertical-motion.Juanma Barranquero2003-04-271-1/+1
|
* *** empty log message ***Juanma Barranquero2003-04-261-1/+94
|
* Major rewrite. The code is reordered, cleaner and faster.Juanma Barranquero2003-04-261-669/+754
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced new options to automatically cleanup the recent list, and to handle filename transformation (for example to use true filenames). (recentf-version): New constant. (recentf-save-file-header): Moved. (recentf-data-cache): New variable. (recentf-update-menu-p, recentf-initialized-p): Removed. (recentf-menu-customization-changed): Moved. Doc fix. (recentf-max-saved-items): Doc fix. (recentf-save-file): Doc fix. No more expand filename here. (recentf-exclude, recentf-menu-action) (recentf-menu-filter): Doc fix. (recentf-menu-append-commands-flag): Renamed from... (recentf-menu-append-commands-p): Made obsolete. (recentf-keep-non-readable-files-flag): Renamed from... (recentf-keep-non-readable-files-p): Made obsolete. (recentf-auto-cleanup, recentf-filename-handler): New options. (recentf-string-equal, recentf-string-lessp) (recentf-string-member): New functions. (recentf-trunc-list): Moved. (recentf-dump-variable): Moved. Better code and output format. (recentf-auto-cleanup-timer): New variable. (recentf-auto-cleanup): New function. (recentf-push, recentf-expand-file-name): New functions. (recentf-add-file): In-lined. Use above functions. (recentf-remove-if-non-readable): In-lined. Expand file name. (recentf-find-file): Use `recentf-remove-if-non-readable'. (recentf-directory-compare): Moved. Use `recentf-string-equal' and `recentf-string-lessp' to do comparisons. (recentf-menu-items-for-commands) (recentf-menu-filter-commands): Moved. (recentf-elements, recentf-make-menu-element) (recentf-menu-element-item, recentf-menu-element-value) (recentf-set-menu-element-item, recentf-set-menu-element-value) (recentf-sub-menu-element-p, recentf-make-default-menu-element) (recentf-menu-elements): In-lined. Some doc fix. (recentf-apply-menu-filter): Better code. (recentf-make-menu-items): Doc fix. Use `recentf-menu-append-commands-flag'. (recentf-make-menu-item): In-lined. Better code. (recentf-clear-data): New function. (recentf-sort-ascending, recentf-sort-descending) (recentf-sort-basenames-ascending) (recentf-sort-basenames-descending) (recentf-sort-directories-ascending) (recentf-sort-directories-descending) (recentf-show-basenames-ascending) (recentf-show-basenames-descending: In-lined. Better code. Some doc fix. (recentf-show-basenames) (recentf-relative-filter): Better code. Doc fix. (recentf-arrange-by-rule-subfilter): Doc fix. Improved :set code. (recentf-match-rule-p): Use filename instead of file-path. (recentf-arrange-by-rule, recentf-build-mode-rules) (recentf-arrange-by-mode, recentf-build-dir-rules) (recentf-file-name-nondir) (recentf-filter-changer-alist): Some doc fix and code cleanup. (recentf-filter-changer-goto-next): Doc fix. Call `recentf-clear-data'. (recentf-filter-changer-get-current) (recentf-filter-changer-get-next): In-lined. Doc fix and better code. (recentf-filter-changer): Doc fix and better code. (recentf-cancel-dialog): Doc fix. (recentf-dialog-mode-map): Initialized in defvar. (recentf-dialog-mode): Doc fix. (recentf-track-opened-file): Renamed from... (recentf-add-file-hook): Removed. (recentf-track-closed-file): Renamed from... (recentf-remove-file-hook): Removed. (recentf-update-menu-hook): Removed. Replaced by... (recentf-update-menu): New. Better catch unnecessary updates. Display a message on error. (recentf-used-hooks): New constant. (recentf-enabled-p): New function. (recentf-edit-selected-items) (recentf-open-files-action) (recentf-open-files-item-shift): Doc fix. (recentf-edit-list-action) (recentf-open-files-item): Doc fix. Code cleanup. (recentf-edit-list, recentf-open-files) (recentf-open-more-files): Likewise. Removed autoload cookie. (recentf-save-list, recentf-cleanup): Likewise. Moved. (recentf-load-list): New command. (recentf-mode): Better code. Does nothing if enabling the already enabled mode.
* (regexp-opt-depth): Don't count a "//(" which appears inside a character set.Juanma Barranquero2003-04-262-5/+30
| | | | (regexp-opt-not-groupie*-re): New constant.
* Undid last check-in.Bill Wohler2003-04-262-6/+2
|
* (ibuffer-name-map, ibuffer-mode-name-map)John Paul Wallington2003-04-262-10/+13
| | | | | (ibuffer-mode-filter-group-map): Initialize in `defvar'. (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
* new image display support, from jannekeKarl Berry2003-04-252-0/+67
|
* (mh-version): Set to 7.3+cvs.Bill Wohler2003-04-252-2/+6
|
* (file-relative-name): Recognize "c:/foo" as absoluteKai Großjohann2003-04-252-2/+7
| | | | file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>.
* Regenerated.Bill Wohler2003-04-251-14/+14
|
* Upgraded to MH-E version 7.3.Bill Wohler2003-04-2520-1558/+6136
| | | | See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
* `symbol-macrolet' is similar to `let', not `multiple-value-bind'.Sam Steingold2003-04-252-1/+4
|
* (fancy-diary-display-mode): Bind "q" to `quit-window'Sam Steingold2003-04-252-13/+19
| | | | in the fancy diary buffer.
* (assq-delete-all): Ignore non-cons elememts.Richard M. Stallman2003-04-242-2/+7
|
* (help-make-xrefs): Remove extra paren.John Paul Wallington2003-04-242-2/+6
|
* (mail-send-and-exit): Make arg optional.Richard M. Stallman2003-04-242-1/+3
|
* (view-read-only): Doc fix.Richard M. Stallman2003-04-242-1/+17
|
* (back-to-indentation): Call backward-prefix-chars.Richard M. Stallman2003-04-241-1/+3
|
* (help-make-xrefs): Clean up the loop that scansRichard M. Stallman2003-04-241-13/+17
| | | | over a keymap inserted by \\{...}; it now stops at end of buffer.
* Don't call filesets-init.Richard M. Stallman2003-04-241-6/+4
|
* Comment change.Richard M. Stallman2003-04-241-1/+3
|
* (byte-compile-defun): Generate and compile a defalias form,Richard M. Stallman2003-04-241-6/+15
| | | | unless byte-compile-compatibility.
* (scheme-mode-syntax-table): Use prefix syntax for ', `, comma, @ and #.Richard M. Stallman2003-04-242-7/+14
|
* (emacs-lisp-mode-syntax-table): Give @ prefix syntax.Richard M. Stallman2003-04-241-0/+1
|
* (comment-normalize-vars): Fix regexp.Stefan Monnier2003-04-231-4/+17
| | | | | Prompt the user for the comment-start to use rather than signalling an error. (uncomment-region): Don't leave half-removed comment markers.
* #André Spiegel2003-04-231-0/+11
|
* (vc-cvs-stay-local): Keep the old default. Simplify doc string.André Spiegel2003-04-231-14/+13
|
* Patch by Wolfgang Scherer <Wolfgang.Scherer@gmx.de>André Spiegel2003-04-231-19/+110
| | | | | | (vc-cvs-stay-local): Allow lists of host regexps. (vc-cvs-stay-local-p): Handle them. (vc-cvs-parse-root): New function, used by the above.
* (vc-mcvs-root): Cache the result.Stefan Monnier2003-04-221-20/+29
| | | | | | (vc-mcvs-registered): Simplify. Use file-relative-name. (vc-mcvs-register): Simplify. Don't burp if MCVS/TYPES doesn't exist. (vc-mcvs-command): Filter F-NN names in the output for diff and log.
* Restore changes from v1.5039 that were lost in v1.5046.Glenn Morris2003-04-221-3/+5
|
* (Info-default-dirs): New fun extracted from Info-initialize.Stefan Monnier2003-04-211-39/+47
| | | | (info-initialize): Use it. Obey the "final :" convention for INFOPATH.
* (fill-region-as-paragraph): Fix "last line goes to fill-column+1" problem.Stefan Monnier2003-04-211-1/+2
|
* (byte-compile-defvar): Improve message.Stefan Monnier2003-04-211-4/+8
|
* *** empty log message ***Stefan Monnier2003-04-211-4/+13
|
* *** empty log message ***Richard M. Stallman2003-04-211-0/+4
|
* (kill-line): Doc fix.Richard M. Stallman2003-04-211-1/+3
|
* (cvs-examine): Respect `find-file-visit-truename'.Sam Steingold2003-04-202-1/+6
|