Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Markus Rost | 2002-05-06 | 1 | -2/+2 |
| | |||||
* | (time-stamp-format): Escape open parenthesis in column 0. | Markus Rost | 2002-05-06 | 2 | -1/+6 |
| | |||||
* | This file was deleted since the TCP emulation is no longer in use | Eli Zaretskii | 2002-05-05 | 1 | -75/+0 |
| | | | | on any platform. | ||||
* | (tool-bar-local-item-from-menu): Handle both cases: when the menu item | Richard M. Stallman | 2002-05-05 | 2 | -2/+23 |
| | | | | has cached info and when it doesn't. | ||||
* | (filesets-browse-dir-function): Renamed from ...-fn. | Richard M. Stallman | 2002-05-05 | 1 | -36/+42 |
| | | | | | | | | | | | (filesets-open-file-function, filesets-save-buffer-function): Likewise. (filesets-tree-max-level): Doc fix. (filesets-commands, filesets-external-viewers) (filesets-ingroup-patterns): Mark as risky. (filesets-cache-hostname-flag): Doc fix. (filesets-menu-cache-file): Doc fix. Mark as risky. (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu): Don't defcustom them if running in Emacs. | ||||
* | (filesets-ingroup-collect-files): | Richard M. Stallman | 2002-05-05 | 2 | -2/+7 |
| | | | | fix problem with inclusion groups' :scan-depth property | ||||
* | (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu) | Colin Walters | 2002-05-05 | 1 | -36/+46 |
| | | | | | | | | | | | | (ibuffer-mode-view-menu): Unused variables; deleted. (ibuffer-find-file): Pass wildcard flag to `find-file' correctly. (ibuffer-mode-groups-popup): New variable. (toplevel): Bind filter group menu entries in it. Add :enable forms for some menu items. (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map' to `ibuffer-mouse-popup-menu'. (ibuffer-mouse-popup-menu): Test whether or not we're on a filter group name, and if so, pop up a filter group menu. | ||||
* | (ibuffer-kill-filter-group): Test for killing "Default" group earlier. | Colin Walters | 2002-05-05 | 1 | -23/+37 |
| | | | | | | | | | Push killed group on `ibuffer-filter-group-kill-ring'. (ibuffer-kill-line): Document. Don't push killed group ourselves. (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'. (ibuffer-insert-filter-group-before): New function, broken out from `ibuffer-yank'. (ibuffer-yank): Now just call `ibuffer-yank-filter-group'. | ||||
* | *** empty log message *** | Colin Walters | 2002-05-05 | 1 | -6021/+29 |
| | |||||
* | *** empty log message *** | Jason Rumney | 2002-05-04 | 1 | -0/+11 |
| | |||||
* | (mouse-wheel-scroll-line) | Jason Rumney | 2002-05-04 | 1 | -27/+8 |
| | | | | | (mouse-wheel-scroll-screen): Removed. ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll. | ||||
* | (mouse-wheel-scroll-amount): Removed. | Jason Rumney | 2002-05-04 | 1 | -23/+0 |
| | |||||
* | (mwheel-event-button): Translate mouse-wheel events. | Jason Rumney | 2002-05-04 | 1 | -7/+13 |
| | | | | (mwheel-scroll): Recognize nil scroll amount as documented. | ||||
* | (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] |