summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (find-function-search-for-symbol): Bind case-fold-search when searching.Markus Rost2002-05-042-1/+7
|
* (apropos-print): Fix the reference to mouse-2.Eli Zaretskii2002-05-042-3/+9
|
* (mpuz-switch-to-window): Set buffer-read-only directly.Richard M. Stallman2002-05-042-1/+12
|
* Comment change.Richard M. Stallman2002-05-041-1/+1
|
* (custom-buffer-verbose-help): New variable.Kim F. Storm2002-05-031-11/+26
| | | | | (custom-buffer-create-internal): Remove verbose introduction in customization buffer when it is nil.
* *** empty log message ***Kim F. Storm2002-05-031-0/+6
|
* (eshell-modify-global-environment): Added this customization variable,John Wiegley2002-05-031-1/+8
| | | | | | | which will cause any "export" commands within any eshell buffer to modify the global Emacs environment. It defaults to nil, which means that such commands will only modify that Eshell buffer's environment. (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
* *** empty log message ***John Wiegley2002-05-031-0/+8
|
* (eshell-command-completions-alist): Improved default completionJohn Wiegley2002-05-031-2/+3
| | | | targets for objdump, nm and readelf.
* *** empty log message ***John Wiegley2002-05-031-0/+5
|
* Whitespace change.Richard M. Stallman2002-05-031-1/+2
|
* (gamegrid-user-score-file-directory): New variable.Colin Walters2002-05-031-3/+12
| | | | | (gamegrid-add-score-with-update-game-score): Use `shared-game-score-directory'. Correctly handle non-setuid case.
* *** empty log message ***Colin Walters2002-05-031-0/+7
|
* (select-safe-coding-system): Don't offer coding systems that use locking shift.Richard M. Stallman2002-05-031-1/+27
| | | | | Ask for confirmation if chosen coding system disagrees with a `coding:' spec in the file.
* (occur-mode-map): Bind "q" to `delete-window'.Colin Walters2002-05-022-10/+43
| | | | | | | | (occur-1): If one of the buffers we're searching is the *Occur* buffer itself, handle it by creating a temporary buffer. If any of the buffers being searched are killed, note that in the search result message. Also, set local variables before we possibly kill the buffer.
* Follow coding conventions.Pavel Janík2002-05-0214-1/+28
|
* Again with the whitespace.Glenn Morris2002-05-012-194/+191
| | | | | | | (f90-line-continued, f90-get-present-comment-type, f90-looking-at-if-then, f90-indent-line, f90-indent-new-line, f90-indent-region, f90-indent-subprogram, f90-do-auto-fill, f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end, f90-change-keywords): Minor code tidying.
* (cua-inhibit-cua-keys): New buffer-local variable.Kim F. Storm2002-05-012-0/+12
|
* (menu-bar-make-toggle): Added optional PROPS arg.Kim F. Storm2002-05-011-3/+16
| | | | | | (menu-bar-options-save): Added cua-mode. (menu-bar-options-menu): Added toggle for cua-mode. Disable toggle for transient-mark-mode if cua-mode is enabled.
* *** empty log message ***Kim F. Storm2002-05-011-0/+7
|
* (view-todo): New function.Richard M. Stallman2002-05-012-1/+14
| | | | | (help-map): Bind C-h C-t to view-todo. (help-for-help): Change the text.
* (fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.Glenn Morris2002-05-012-1/+16
|
* Yet more doc string, commment and whitespace changes.Glenn Morris2002-05-011-175/+203
| | | | | | | | | (f90-imenu-flag): New name for internal variable f90-imenu. (f90-blocks-re, f90-program-block-re, f90-end-if-re, f90-no-break-re): Use regexp-opt. (f90-end-type-re): Add closing "\\>". (f90-indent-region): Correctly indent comments embedded in continued lines. (f90-indent-new-line): Make it indent the current line, as it should.
* (clone-indirect-buffer-other-window): Fix a typo in `pop-up-window'.Eli Zaretskii2002-05-012-1/+6
|
* typoKim F. Storm2002-05-011-1/+1
|
* (cua--pre-command-handler): Only interpret delete-selection property if ↵Kim F. Storm2002-05-011-21/+22
| | | | mark-active.
* cua fixKim F. Storm2002-05-011-0/+6
|
* *** empty log message ***Pavel Janík2002-05-011-0/+5
|
* (cal-menu-x-popup-menu): Fix argument of error call.Pavel Janík2002-05-011-1/+1
|
* Follow coding conventions.Pavel Janík2002-05-012-1/+3
|
* (tex-validate-buffer): Use `occur-revert-arguments' instead of settingColin Walters2002-05-011-4/+5
| | | | | `occur-nlines' and `occur-buffer'. Don't test for `input-pending-p' in loop. Set text property `occur-target' instead of `occur'.
* *** empty log message ***Colin Walters2002-05-011-0/+7
|
* (align-region): Fixed the fix to align-region, because the "name"John Wiegley2002-05-011-2/+1
| | | | argument was appearing twice.
* *** empty log message ***John Wiegley2002-05-011-0/+5
|
* (c-beginning-of-decl-1): Better way to handle protection labels, oneMartin Stjernholm2002-04-302-11/+39
| | | | | | | which doesn't get confused by inherit colons. (c-end-of-decl-1): Don't treat functions that have "class" or "struct" in the return type as classes or structs.
* Lowercase the first letter in the header.Pavel Janík2002-04-301-2/+1
| | | | Remove Timestamp.
* (menu-bar-custom-menu): Change "Recently Changed Options"Kim F. Storm2002-04-302-4/+16
| | | | | | to "New Options..."; rephrase tooltip. Rephrase tooltip for "Specific Option...". Added "Saved Options" item. [from Simon Marshall]
* *** empty log message ***Richard M. Stallman2002-04-301-0/+3
|
* (display-time-mail-directory, display-time-mail-function): Doc fixes.Richard M. Stallman2002-04-301-4/+5
|
* Delete ediff-hook.el page.Richard M. Stallman2002-04-301-14/+0
|
* Remove autoload cookies.Richard M. Stallman2002-04-302-4/+2
|
* (tibetan-obsolete-glyphs): From tibetan.el.Richard M. Stallman2002-04-302-0/+21
|
* (tibetan-obsolete-glyphs): Now in tibet-util.el.Richard M. Stallman2002-04-301-17/+0
|
* (align-region): Fix call to `message'.Richard M. Stallman2002-04-302-2/+6
| | | | Check that (car rule) is a symbol.
* (report-emacs-bug-hook): Use replace-match only if search was successful.Richard M. Stallman2002-04-302-3/+8
|
* (auto-insert-directory): Doc fix.Richard M. Stallman2002-04-302-2/+8
|
* Fixed require for cua-mode variableKim F. Storm2002-04-301-1/+1
|
* (comment-fill-column): Fix :type spec.Stefan Monnier2002-04-301-2/+2
|
* *** empty log message ***Richard M. Stallman2002-04-301-0/+187
|
* (describe-text-at and stuff): Moved to descr-text.el.Richard M. Stallman2002-04-301-158/+0
|