aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* Update copyright info.Richard M. Stallman2002-06-211-3/+3
|
* .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
|
* Add link to new MS-Windows Registry section in cmdargs.texiJason Rumney2002-06-201-5/+6
|
* Add MS-Windows specific docs for envvarsJason Rumney2002-06-201-11/+73
|
* *** 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
|
* Superfluous ChangeLog entry removed.Kai Großjohann2002-06-201-4/+0
|
* A bug in the new function. No change log.Francesco Potortì2002-06-201-6/+8
|
* Use, together with etags.el, an optimised form of tags,Francesco Potortì2002-06-201-41/+32
| | | | | | | | which are almost always unnamed. etags.el looks for an explicit tag name, then for an implicit one. See make_tag for details. The change is both forwards and backwards compatible. (make_tag): New function (was the disabled function new_pfnote). (make_C_tag): Use it.
* implicit tag names.Francesco Potortì2002-06-201-0/+9
|
* (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
|
* etagsFrancesco Potortì2002-06-203-5/+16
|
* (add_regex): Invalid regexp modifiers are ignored.Francesco Potortì2002-06-201-9/+15
| | | | | (Makefile_targets): Tag variables unless --no-globals. (LOOP_ON_INPUT_LINES): Serious bug corrected.
* (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'.
* Add tramp.David Kastrup2002-06-191-0/+1
|
* (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-182-1/+15
|
* (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
|
* (edt-substitute): Fix typo.Juanma Barranquero2002-06-181-1/+1
|
* (eshell-modifier-help-string): Fix typos.Juanma Barranquero2002-06-181-2/+2
|
* (filesets-update-pre010505): Fix typo.Juanma Barranquero2002-06-181-1/+1
|
* (install-arch-indep, uninstall): Add Tramp.Kai Großjohann2002-06-182-3/+7
|
* @node{Remote Files}: Mention Tramp.Kai Großjohann2002-06-181-0/+19
|
* Mention Tramp.Kai Großjohann2002-06-182-0/+19
|
* 2002-06-17 Andrew Choi <[email protected]>Andrew Choi2002-06-182-3/+14
| | | | | | | | | * macterm.c (mac_scroll_area): Set foreground and backcolor to black and white before scrolling. Restore frame background and foreground color after scrolling. (do_window_update): Call XClearWindow before calling expose_frame. (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL of frame.
* (Fringes): Fix a typo. Mention the fact that arrows on the fringes areEli Zaretskii2002-06-181-8/+9
| | | | | clickable. (Useless Whitespace): Add a cross-reference to Fringes.