summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Markus Rost2002-05-061-2/+2
|
* (time-stamp-format): Escape open parenthesis in column 0.Markus Rost2002-05-062-1/+6
|
* This file was deleted since the TCP emulation is no longer in useEli Zaretskii2002-05-051-75/+0
| | | | on any platform.
* (tool-bar-local-item-from-menu): Handle both cases: when the menu itemRichard M. Stallman2002-05-052-2/+23
| | | | has cached info and when it doesn't.
* (filesets-browse-dir-function): Renamed from ...-fn.Richard M. Stallman2002-05-051-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. Stallman2002-05-052-2/+7
| | | | fix problem with inclusion groups' :scan-depth property
* (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)Colin Walters2002-05-051-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 Walters2002-05-051-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 Walters2002-05-051-6021/+29
|
* *** empty log message ***Jason Rumney2002-05-041-0/+11
|
* (mouse-wheel-scroll-line)Jason Rumney2002-05-041-27/+8
| | | | | (mouse-wheel-scroll-screen): Removed. ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
* (mouse-wheel-scroll-amount): Removed.Jason Rumney2002-05-041-23/+0
|
* (mwheel-event-button): Translate mouse-wheel events.Jason Rumney2002-05-041-7/+13
| | | | (mwheel-scroll): Recognize nil scroll amount as documented.
* (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]