Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Eli Zaretskii | 2000-08-15 | 1 | -0/+5 |
| | |||||
* | (timeclock-file): Run .timelog through convert-standard-filename. | Eli Zaretskii | 2000-08-15 | 1 | -1/+1 |
| | |||||
* | fixed sds e-mail | Sam Steingold | 2000-08-14 | 1 | -11/+11 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-08-14 | 3 | -1/+272 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2000-08-14 | 1 | -0/+6 |
| | |||||
* | (show-paren-priority): New user option. | Gerd Moellmann | 2000-08-14 | 1 | -0/+8 |
| | | | | | (show-paren-function): Set overlay priorities to show-paren-priority. | ||||
* | *** empty log message *** | Miles Bader | 2000-08-14 | 1 | -0/+5 |
| | |||||
* | (comint-bol): Use `forward-line 0' instead of calling beginning-of-line | Miles Bader | 2000-08-14 | 1 | -3/+2 |
| | | | | with inhibit-field-text-motion bound. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-08-14 | 2 | -0/+774 |
| | |||||
* | (xml-parse-tag, xml-parse-attlist): Do not downcase | Gerd Moellmann | 2000-08-14 | 1 | -7/+3 |
| | | | | identifiers, since XML is case sensitive | ||||
* | (recent-dialog-mode-map): Bind down-mouse-1 to | Gerd Moellmann | 2000-08-14 | 1 | -0/+1 |
| | | | | | `widget-button-click'. so that one can use left mouse button to click on dialog buttons. | ||||
* | Fix typo in comment. | Eli Zaretskii | 2000-08-13 | 1 | -1/+1 |
| | |||||
* | Fix a typo in Eli Zaretskii's name. | Eli Zaretskii | 2000-08-13 | 1 | -1/+1 |
| | |||||
* | (comint-output-filter): Don't bother frobbing window-start, it doesn't | Miles Bader | 2000-08-12 | 2 | -6/+6 |
| | | | | seem to be necessary. | ||||
* | (comint-send-string, comint-send-region): Make into real functions. | Miles Bader | 2000-08-11 | 2 | -2/+16 |
| | | | | Snapshot the prompt before sending. | ||||
* | punctuation fixes in doc strings | Sam Steingold | 2000-08-11 | 2 | -36/+36 |
| | |||||
* | (Info-find-emacs-command-nodes): Rewrite to use | Eli Zaretskii | 2000-08-11 | 2 | -34/+40 |
| | | | | | | | technique similar to Info-index, instead of relying on specific names of relevant Index nodes. (Info-goto-emacs-command-node): Bind Info-history to nil when going to the first node found by Info-find-emacs-command-nodes. | ||||
* | (menu-bar-help-menu): Add a :help string. | Eli Zaretskii | 2000-08-11 | 2 | -1/+6 |
| | |||||
* | (comint-output-filter): Doc fixes & misc code cleanup. | Miles Bader | 2000-08-10 | 2 | -70/+80 |
| | |||||
* | (Info-file-list-for-emacs): More elements for the | Eli Zaretskii | 2000-08-10 | 2 | -3/+29 |
| | | | | | autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, and woman manuals. | ||||
* | *** empty log message *** | Miles Bader | 2000-08-10 | 1 | -0/+13 |
| | |||||
* | (gud-filter): Use `with-current-buffer' instead of save-excursion when | Miles Bader | 2000-08-10 | 1 | -3/+3 |
| | | | | | | inserting the output, so that point gets updated correctly; the old method relied on a rather dodgy side-effect of comint-output-filter to avoid the effect of save-excursion. | ||||
* | (comint-send-input): Make the newline boundary overlay rear-nonsticky. | Miles Bader | 2000-08-10 | 1 | -5/+11 |
| | | | | | | | Use `insert' instead of `insert-before-markers'. (comint-output-filter): Use `insert' instead of `insert-before-markers'. Extend comint-last-output-overlay when necessary since we can't rely on insert-before-markers to do it. | ||||
* | (recover-file): Call insert-directory instead of | Eli Zaretskii | 2000-08-10 | 2 | -6/+14 |
| | | | | invoking `ls' directly. | ||||
* | (comint-highlight-prompt, comint-highlight-prompt-face) | Miles Bader | 2000-08-10 | 2 | -5/+66 |
| | | | | | | | | | | | | | (comint-last-prompt-overlay): New variables. (comint-output-filter): Implement prompt highlighting. (comint-snapshot-last-prompt): New function. (comint-send-input): Snapshot the last prompt. Use comint-highlight-input-face. (comint-highlight-input-face): Renamed from `comint-highlight-face'. Use defface instead of defcustom. (send-invisible, comint-send-eof): Snapshot the last prompt. (comint-delchar-or-maybe-eof): Use comint-send-eof. (comint-mode): Make `comint-last-prompt-overlay' buffer-local. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-08-10 | 2 | -10022/+10023 |
| | |||||
* | (make-bool-vector): Remove. | Stefan Monnier | 2000-08-09 | 2 | -15/+26 |
| | | | | | | (regexp-opt-group): Use a list of chars for `letters'. (regexp-opt-charset): `chars' is now a list of chars. Use a char-table rather than a vector so it works for multibyte chars. | ||||
* | (cvs-menu): Don't move point. Use popup-menu. | Stefan Monnier | 2000-08-09 | 2 | -18/+32 |
| | | | | | | Set cvs-minor-current-files to the selected fileinfo. (cvs-get-marked): Accept fileinfos in cvs-minor-current-files. (cvs-mode-insert): Manually macroexpand `ignore-errors'. | ||||
* | *** empty log message *** | Eli Zaretskii | 2000-08-09 | 1 | -0/+5 |
| | |||||
* | (insert-directory): Don't call access-file on | Eli Zaretskii | 2000-08-09 | 1 | -2/+14 |
| | | | | directories on DOS and Windows. | ||||
* | (ccl-embed-data): Make ccl-program-vector | Kenichi Handa | 2000-08-09 | 1 | -2/+8 |
| | | | | | | longer if necessary. (ccl-embed-code): Call ccl-embed-data to store CODE in ccl-program-vector. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-08-09 | 1 | -0/+7 |
| | |||||
* | *** empty log message *** | Miles Bader | 2000-08-08 | 1 | -0/+5 |
| | |||||
* | (comint-output-filter): Properly handle the case where the text | Miles Bader | 2000-08-08 | 1 | -2/+2 |
| | | | | surrounded by comint-last-output-overlay was deleted. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-08-08 | 1 | -0/+21 |
| | |||||
* | (mouse-sel-mode): Doc fix. | Gerd Moellmann | 2000-08-08 | 1 | -3/+4 |
| | |||||
* | (indent-for-tab-command): Doc fix. | Gerd Moellmann | 2000-08-08 | 1 | -1/+3 |
| | |||||
* | (auto-mode-interpreter-regexp): New variable. | Gerd Moellmann | 2000-08-08 | 1 | -2/+12 |
| | | | | (set-auto-mode): Use it. | ||||
* | (compilation-setup): Make variable | Gerd Moellmann | 2000-08-08 | 1 | -0/+1 |
| | | | | | compilation-error-screen-columns buffer-local, as some comment in the code suggests it should be. | ||||
* | (ffap-read-file-or-url-internal): Handle case the | Gerd Moellmann | 2000-08-08 | 1 | -0/+4 |
| | | | | DIR or STRING are nil. | ||||
* | (Info-insert-dir): Use Info-additional-directory-list if | Gerd Moellmann | 2000-08-08 | 1 | -3/+8 |
| | | | | | | | | non-nil. (Info-file-list-for-emacs): Remove "info" from the list because that leads to trying to use the documentation from file `info' in various situations where it isn't appropriate, for instance C-h C-k C-h i. | ||||
* | *** empty log message *** | Gerd Moellmann | 2000-08-08 | 1 | -0/+9 |
| | |||||
* | (print-help-return-message): When | Gerd Moellmann | 2000-08-08 | 1 | -0/+4 |
| | | | | | display-buffer-reuse-frames is set, let the help window been quit, instead of deleting it, which might delete a reused frame. | ||||
* | (eval-last-sexp-1): Handle `#N=' labels. | Gerd Moellmann | 2000-08-08 | 1 | -0/+10 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2000-08-08 | 1 | -0/+5 |
| | |||||
* | (dired-do-create-files): On DOS/Windows, allow to | Eli Zaretskii | 2000-08-08 | 1 | -1/+19 |
| | | | | rename a directory to a name that differs only by its letter case. | ||||
* | (quail-define-rules): Handle Quail decode | Kenichi Handa | 2000-08-08 | 1 | -9/+132 |
| | | | | | | | | map correctly. Add code for supporting annotations. (quail-install-decode-map): New function. (quail-defrule-internal): New optional arguments decode-map and props. (quail-advice): New function. | ||||
* | *** empty log message *** | Kenichi Handa | 2000-08-08 | 1 | -0/+9 |
| | |||||
* | * emacs-lisp/cl-indent.el (toplevel): Indent `defclass', | Sam Steingold | 2000-08-07 | 3 | -10/+18 |
| | | | | | `defconst', `define-condition', `with-slots'. * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'. | ||||
* | *** empty log message *** | Miles Bader | 2000-08-07 | 1 | -0/+49 |
| |