summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Stefan Monnier2002-06-231-0/+21
|
* (event-start, event-end, event-click-count):Stefan Monnier2002-06-231-12/+16
| | | | | | Accept non-mouse events as well. (read-key): New function. (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
* Rename (and mark as obsolete)Stefan Monnier2002-06-231-44/+42
| | | | | | | | | | | find-file-hooks to find-file-hook, find-file-not-found-hooks to find-file-not-found-functions, write-file-hooks to write-file-functions, write-contents-hooks to write-contents-functions. Mark local-write-file-hooks as obsolete. (locate-file-completion): Don't cons uselessly. Use test-completion. (basic-save-buffer): Use (point-min) rather than 1. (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
* (describe-variable): Only use `buffer' is still live.Stefan Monnier2002-06-231-7/+13
| | | | | Use `delete-region' instead of save-excursion + delete-char. Document the obsolescence of the variable, if applicable.
* *** empty log message ***Stefan Monnier2002-06-231-20/+45
|
* (f90-do-auto-fill): Make it respect `comment-auto-fill-only-comments'.Glenn Morris2002-06-232-7/+16
|
* (cvs-version): Use cvs-program rather than "cvs".Stefan Monnier2002-06-221-2/+2
|
* (backup-buffer): Delete `ange-ftp' property.Kai Großjohann2002-06-212-1/+5
| | | | This is not a handled operation.
* * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.ShengHuo ZHU2002-06-212-79/+242
| | | | * nndoc.el: Add several new types.
* * nnheader.el (nnheader-file-name-translation-alist): Set theShengHuo ZHU2002-06-213-12/+19
| | | | | | default value for MS Windows systems. * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
* Corrected last fix.Kim F. Storm2002-06-211-7/+7
|
* Handle kp-begin like kp-space.Kim F. Storm2002-06-211-0/+8
|
* (cua--prefix-arg): Make register prefixesKim F. Storm2002-06-211-7/+9
| | | | work again. Corrected error in check for C-u initiated prefix.
* *** empty log message ***Kim F. Storm2002-06-211-0/+7
|
* Allow arbitrary keys for scrolling, add a thirdRichard M. Stallman2002-06-212-93/+180
| | | | | | | | scrolling speed, fix an unwind-protect. (mouse-wheel-scroll-amount): Now a three-element list. (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow) (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal) (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast): New functions.
* *** empty log message ***Richard M. Stallman2002-06-211-0/+17
|
* (browse-url-at-mouse): Don't pass an arg to browse-url-at-point.Richard M. Stallman2002-06-211-1/+3
|
* (zone-idle): Var deleted.Richard M. Stallman2002-06-211-3/+0
|
* (iso-languages) <french>: `~ ' now generates `~', `~,' definition deleted.Richard M. Stallman2002-06-211-3/+3
|
* (format-annotate-function): Copy multibyte flagRichard M. Stallman2002-06-211-1/+6
| | | | and selective-display into the new temp buffer.
* (edmacro-fix-menu-commands):Richard M. Stallman2002-06-211-12/+19
| | | | | Discard `help-echo' events. Handle (menu-bar) events. Simplify by converting key sequence to a list and then back to vector.
* .Andreas Schwab2002-06-211-0/+8
|
* (find-file-read-args): Add new argument `mustmatch' andAndreas Schwab2002-06-211-8/+8
| | | | | | | pass it down to read-file-name. (find-file, find-file-other-window, find-file-other-frame) (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame): Use it and fix prompts.
* Comment change.Richard M. Stallman2002-06-201-1/+1
|
* *** empty log message ***Stefan Monnier2002-06-201-2/+52
|
* * progmodes/ada-mode.el: Update copyright notice.Stefan Monnier2002-06-201-76/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synchronize with GNAT release 3.15a1. Do not attempt to load ada-support, which is only for compatibility with older Emacs versions, and is not needed for Emacs 21. (ada-continuation-indent): New variable. New contextual menu: "List local reference", faster than "List References". (ada-mode): New alignment rules provided by S. Leake. (ada-mode): Add support for which-function-mode. Fix various calls to count-lines, that didn't work correctly when the buffer was narrowed. (ada-get-current-indent): Fix indentation of named parameter lists and nested boolean expressions. (ada-indent-on-previous-lines): Fix indentation of labels. (ada-search-prev-end-stmt): Fix searching of the previous end-statement, specially with regards to nested subprograms. (comment-region advice): Initially disabled, for better compatibility with other modes. (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21). * progmodes/ada-xref.el: Update copyright notice. (ada-xref-create-ali): The default is now not to create automatically the ALI files by compiling the unit, since this isn't always reliable and requires an up-to-date project file. (ada-prj-default-comp-cmd): No longer use gcc directly to compile a file, but use gnatmake instead, since this gives access to the GNAT project files. (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers. (ada-load-project-hook): New variable, for support of GNAT project files. (ada-update-project-menu): Fix the detection of the project file name. (ada-add-keymap): Change key binding for ada-find-file, that conflicted with another binding in ada-mode.el. (ada-add-menu): New menu "List Local References", to list the reference to the entity only in the current file, instead of looking in the whole project. Much faster. (ada-find-references): New parameters arg and local-only. (ada-find-any-references): New parameters local-only and append. (ada-goto-declaration): Fix handling of predefined entities in xref. (ada-get-all-references): Updated to the new xref format in GNAT 3.15, still compatible with GNAT 3.14 of course. Fix various calls to count-lines, that didn't work correctly when the buffer was narrowed.
* Update copyright notice.Stefan Monnier2002-06-201-49/+124
| | | | | | | | | | | | | | | | | | | | | | | (ada-xref-create-ali): The default is now not to create automatically the ALI files by compiling the unit, since this isn't always reliable and requires an up-to-date project file. (ada-prj-default-comp-cmd): No longer use gcc directly to compile a file, but use gnatmake instead, since this gives access to the GNAT project files. (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers. (ada-load-project-hook): New variable, for support of GNAT project files. (ada-update-project-menu): Fix the detection of the project file name. (ada-add-keymap): Change key binding for ada-find-file, that conflicted with another binding in ada-mode.el. (ada-add-menu): New menu "List Local References", to list the reference to the entity only in the current file, instead of looking in the whole project. Much faster. (ada-find-references): New parameters arg and local-only. (ada-find-any-references): New parameters local-only and append. (ada-goto-declaration): Fix handling of predefined entities in xref. (ada-get-all-references): Updated to the new xref format in GNAT 3.15, still compatible with GNAT 3.14 of course. Fix various calls to count-lines, that didn't work correctly when the buffer was narrowed.
* Update copyright. Improve `revision' info.Stefan Monnier2002-06-201-31/+45
| | | | | | (ada-prj-load-directory): Make sure we do not use one of the new Emacs 21 dialogs to select the file, since we want a directory name only. (ada-customize): Add support for the new GNAT project files.
* Update copyright. Improve `revision' info.Stefan Monnier2002-06-201-2/+2
|
* (tag-implicit-name-match-p): New function.Francesco Potortì2002-06-201-0/+12
| | | | (etags-recognize-tags-table): Use it for implicit tag names.
* etags implicit tag names.Francesco Potortì2002-06-201-16/+21
|
* Rearranged the order in which the tag-*-match-p functions are defined,Francesco Potortì2002-06-201-18/+18
| | | | for clarity purposes. No code change.
* Comment corrected.Francesco Potortì2002-06-201-4/+4
|
* (comint-get-old-input-default): Strip text properties for fields too.Miles Bader2002-06-202-8/+10
| | | | | (comint-output-filter): Run output-filter functions before setting up the prompt.
* Re-enable code giving word syntax to certain japanese-jisx0208 characters.Miles Bader2002-06-202-5/+15
|
* (f90-type-def-re): Fix value.Glenn Morris2002-06-192-3/+8
| | | | (f90-looking-at-type-like): Adapt for new value of `f90-type-def-re'.
* (cvs-add-face): Fix silly oversight.Stefan Monnier2002-06-181-8/+6
|
* (describe-fontset): Don't cons uselessly.Stefan Monnier2002-06-181-3/+2
|
* open-paren-in-column-0 in dosctring.Stefan Monnier2002-06-181-1/+1
|
* (quail-help): Don't assume the buffer is displayed in the same frame.Stefan Monnier2002-06-181-1/+1
|
* (cancel-debug-on-entry): Don't cons uselessly.Stefan Monnier2002-06-181-5/+1
|
* (regexp-opt-group): Don't cons uselessly.Stefan Monnier2002-06-181-3/+3
|
* (cvs-vc-command-advice): Handle the case where argsStefan Monnier2002-06-181-5/+9
| | | | | are passed to `cvs' before the command name. (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
* (cvs-add-face): Minor rewrite.Stefan Monnier2002-06-181-12/+11
| | | | (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
* (comment-normalize-vars): Refresh the comment-foo-skipStefan Monnier2002-06-181-3/+6
| | | | regexp when they don't match comment-foo any more.
* *** empty log message ***Juanma Barranquero2002-06-181-0/+14
|
* (sh-electric-rparen-needed): Remove.Juanma Barranquero2002-06-181-4/+0
|
* Fix typo.Juanma Barranquero2002-06-181-1/+1
|
* (comint-next-prompt, comint-previous-prompt): Fix typos.Juanma Barranquero2002-06-181-2/+2
|
* (checkdoc-this-string-valid-engine): Fix typo.Juanma Barranquero2002-06-181-1/+1
|