summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Eli Zaretskii2000-08-151-0/+5
|
* (timeclock-file): Run .timelog through convert-standard-filename.Eli Zaretskii2000-08-151-1/+1
|
* fixed sds e-mailSam Steingold2000-08-141-11/+11
|
* *** empty log message ***Gerd Moellmann2000-08-143-1/+272
|
* *** empty log message ***Gerd Moellmann2000-08-141-0/+6
|
* (show-paren-priority): New user option.Gerd Moellmann2000-08-141-0/+8
| | | | | (show-paren-function): Set overlay priorities to show-paren-priority.
* *** empty log message ***Miles Bader2000-08-141-0/+5
|
* (comint-bol): Use `forward-line 0' instead of calling beginning-of-lineMiles Bader2000-08-141-3/+2
| | | | with inhibit-field-text-motion bound.
* *** empty log message ***Gerd Moellmann2000-08-142-0/+774
|
* (xml-parse-tag, xml-parse-attlist): Do not downcaseGerd Moellmann2000-08-141-7/+3
| | | | identifiers, since XML is case sensitive
* (recent-dialog-mode-map): Bind down-mouse-1 toGerd Moellmann2000-08-141-0/+1
| | | | | `widget-button-click'. so that one can use left mouse button to click on dialog buttons.
* Fix typo in comment.Eli Zaretskii2000-08-131-1/+1
|
* Fix a typo in Eli Zaretskii's name.Eli Zaretskii2000-08-131-1/+1
|
* (comint-output-filter): Don't bother frobbing window-start, it doesn'tMiles Bader2000-08-122-6/+6
| | | | seem to be necessary.
* (comint-send-string, comint-send-region): Make into real functions.Miles Bader2000-08-112-2/+16
| | | | Snapshot the prompt before sending.
* punctuation fixes in doc stringsSam Steingold2000-08-112-36/+36
|
* (Info-find-emacs-command-nodes): Rewrite to useEli Zaretskii2000-08-112-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 Zaretskii2000-08-112-1/+6
|
* (comint-output-filter): Doc fixes & misc code cleanup.Miles Bader2000-08-102-70/+80
|
* (Info-file-list-for-emacs): More elements for theEli Zaretskii2000-08-102-3/+29
| | | | | autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs, and woman manuals.
* *** empty log message ***Miles Bader2000-08-101-0/+13
|
* (gud-filter): Use `with-current-buffer' instead of save-excursion whenMiles Bader2000-08-101-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 Bader2000-08-101-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 ofEli Zaretskii2000-08-102-6/+14
| | | | invoking `ls' directly.
* (comint-highlight-prompt, comint-highlight-prompt-face)Miles Bader2000-08-102-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 Moellmann2000-08-102-10022/+10023
|
* (make-bool-vector): Remove.Stefan Monnier2000-08-092-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 Monnier2000-08-092-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 Zaretskii2000-08-091-0/+5
|
* (insert-directory): Don't call access-file onEli Zaretskii2000-08-091-2/+14
| | | | directories on DOS and Windows.
* (ccl-embed-data): Make ccl-program-vectorKenichi Handa2000-08-091-2/+8
| | | | | | longer if necessary. (ccl-embed-code): Call ccl-embed-data to store CODE in ccl-program-vector.
* *** empty log message ***Kenichi Handa2000-08-091-0/+7
|
* *** empty log message ***Miles Bader2000-08-081-0/+5
|
* (comint-output-filter): Properly handle the case where the textMiles Bader2000-08-081-2/+2
| | | | surrounded by comint-last-output-overlay was deleted.
* *** empty log message ***Gerd Moellmann2000-08-081-0/+21
|
* (mouse-sel-mode): Doc fix.Gerd Moellmann2000-08-081-3/+4
|
* (indent-for-tab-command): Doc fix.Gerd Moellmann2000-08-081-1/+3
|
* (auto-mode-interpreter-regexp): New variable.Gerd Moellmann2000-08-081-2/+12
| | | | (set-auto-mode): Use it.
* (compilation-setup): Make variableGerd Moellmann2000-08-081-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 theGerd Moellmann2000-08-081-0/+4
| | | | DIR or STRING are nil.
* (Info-insert-dir): Use Info-additional-directory-list ifGerd Moellmann2000-08-081-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 Moellmann2000-08-081-0/+9
|
* (print-help-return-message): WhenGerd Moellmann2000-08-081-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 Moellmann2000-08-081-0/+10
|
* *** empty log message ***Eli Zaretskii2000-08-081-0/+5
|
* (dired-do-create-files): On DOS/Windows, allow toEli Zaretskii2000-08-081-1/+19
| | | | rename a directory to a name that differs only by its letter case.
* (quail-define-rules): Handle Quail decodeKenichi Handa2000-08-081-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 Handa2000-08-081-0/+9
|
* * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',Sam Steingold2000-08-073-10/+18
| | | | | `defconst', `define-condition', `with-slots'. * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
* *** empty log message ***Miles Bader2000-08-071-0/+49
|