Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (find-function-search-for-symbol): Bind case-fold-search when searching. | Markus Rost | 2002-05-04 | 2 | -1/+7 |
| | |||||
* | (apropos-print): Fix the reference to mouse-2. | Eli Zaretskii | 2002-05-04 | 2 | -3/+9 |
| | |||||
* | (mpuz-switch-to-window): Set buffer-read-only directly. | Richard M. Stallman | 2002-05-04 | 2 | -1/+12 |
| | |||||
* | Comment change. | Richard M. Stallman | 2002-05-04 | 1 | -1/+1 |
| | |||||
* | (custom-buffer-verbose-help): New variable. | Kim F. Storm | 2002-05-03 | 1 | -11/+26 |
| | | | | | (custom-buffer-create-internal): Remove verbose introduction in customization buffer when it is nil. | ||||
* | *** empty log message *** | Kim F. Storm | 2002-05-03 | 1 | -0/+6 |
| | |||||
* | (eshell-modify-global-environment): Added this customization variable, | John Wiegley | 2002-05-03 | 1 | -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 Wiegley | 2002-05-03 | 1 | -0/+8 |
| | |||||
* | (eshell-command-completions-alist): Improved default completion | John Wiegley | 2002-05-03 | 1 | -2/+3 |
| | | | | targets for objdump, nm and readelf. | ||||
* | *** empty log message *** | John Wiegley | 2002-05-03 | 1 | -0/+5 |
| | |||||
* | Whitespace change. | Richard M. Stallman | 2002-05-03 | 1 | -1/+2 |
| | |||||
* | (gamegrid-user-score-file-directory): New variable. | Colin Walters | 2002-05-03 | 1 | -3/+12 |
| | | | | | (gamegrid-add-score-with-update-game-score): Use `shared-game-score-directory'. Correctly handle non-setuid case. | ||||
* | *** empty log message *** | Colin Walters | 2002-05-03 | 1 | -0/+7 |
| | |||||
* | (select-safe-coding-system): Don't offer coding systems that use locking shift. | Richard M. Stallman | 2002-05-03 | 1 | -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 Walters | 2002-05-02 | 2 | -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ík | 2002-05-02 | 14 | -1/+28 |
| | |||||
* | Again with the whitespace. | Glenn Morris | 2002-05-01 | 2 | -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. Storm | 2002-05-01 | 2 | -0/+12 |
| | |||||
* | (menu-bar-make-toggle): Added optional PROPS arg. | Kim F. Storm | 2002-05-01 | 1 | -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. Storm | 2002-05-01 | 1 | -0/+7 |
| | |||||
* | (view-todo): New function. | Richard M. Stallman | 2002-05-01 | 2 | -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 Morris | 2002-05-01 | 2 | -1/+16 |
| | |||||
* | Yet more doc string, commment and whitespace changes. | Glenn Morris | 2002-05-01 | 1 | -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 Zaretskii | 2002-05-01 | 2 | -1/+6 |
| | |||||
* | typo | Kim F. Storm | 2002-05-01 | 1 | -1/+1 |
| | |||||
* | (cua--pre-command-handler): Only interpret delete-selection property if ↵ | Kim F. Storm | 2002-05-01 | 1 | -21/+22 |
| | | | | mark-active. | ||||
* | cua fix | Kim F. Storm | 2002-05-01 | 1 | -0/+6 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2002-05-01 | 1 | -0/+5 |
| | |||||
* | (cal-menu-x-popup-menu): Fix argument of error call. | Pavel Janík | 2002-05-01 | 1 | -1/+1 |
| | |||||
* | Follow coding conventions. | Pavel Janík | 2002-05-01 | 2 | -1/+3 |
| | |||||
* | (tex-validate-buffer): Use `occur-revert-arguments' instead of setting | Colin Walters | 2002-05-01 | 1 | -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 Walters | 2002-05-01 | 1 | -0/+7 |
| | |||||
* | (align-region): Fixed the fix to align-region, because the "name" | John Wiegley | 2002-05-01 | 1 | -2/+1 |
| | | | | argument was appearing twice. | ||||
* | *** empty log message *** | John Wiegley | 2002-05-01 | 1 | -0/+5 |
| | |||||
* | (c-beginning-of-decl-1): Better way to handle protection labels, one | Martin Stjernholm | 2002-04-30 | 2 | -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ík | 2002-04-30 | 1 | -2/+1 |
| | | | | Remove Timestamp. | ||||
* | (menu-bar-custom-menu): Change "Recently Changed Options" | Kim F. Storm | 2002-04-30 | 2 | -4/+16 |
| | | | | | | to "New Options..."; rephrase tooltip. Rephrase tooltip for "Specific Option...". Added "Saved Options" item. [from Simon Marshall] | ||||
* | *** empty log message *** | Richard M. Stallman | 2002-04-30 | 1 | -0/+3 |
| | |||||
* | (display-time-mail-directory, display-time-mail-function): Doc fixes. | Richard M. Stallman | 2002-04-30 | 1 | -4/+5 |
| | |||||
* | Delete ediff-hook.el page. | Richard M. Stallman | 2002-04-30 | 1 | -14/+0 |
| | |||||
* | Remove autoload cookies. | Richard M. Stallman | 2002-04-30 | 2 | -4/+2 |
| | |||||
* | (tibetan-obsolete-glyphs): From tibetan.el. | Richard M. Stallman | 2002-04-30 | 2 | -0/+21 |
| | |||||
* | (tibetan-obsolete-glyphs): Now in tibet-util.el. | Richard M. Stallman | 2002-04-30 | 1 | -17/+0 |
| | |||||
* | (align-region): Fix call to `message'. | Richard M. Stallman | 2002-04-30 | 2 | -2/+6 |
| | | | | Check that (car rule) is a symbol. | ||||
* | (report-emacs-bug-hook): Use replace-match only if search was successful. | Richard M. Stallman | 2002-04-30 | 2 | -3/+8 |
| | |||||
* | (auto-insert-directory): Doc fix. | Richard M. Stallman | 2002-04-30 | 2 | -2/+8 |
| | |||||
* | Fixed require for cua-mode variable | Kim F. Storm | 2002-04-30 | 1 | -1/+1 |
| | |||||
* | (comment-fill-column): Fix :type spec. | Stefan Monnier | 2002-04-30 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2002-04-30 | 1 | -0/+187 |
| | |||||
* | (describe-text-at and stuff): Moved to descr-text.el. | Richard M. Stallman | 2002-04-30 | 1 | -158/+0 |
| |