Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (xml-lite-in-string-p): Simplify. | Stefan Monnier | 2002-03-27 | 1 | -3/+5 | |
| | ||||||
* | *** empty log message *** | Colin Walters | 2002-03-27 | 1 | -0/+10 | |
| | ||||||
* | Fix copyright notice. | Stefan Monnier | 2002-03-27 | 1 | -45/+33 | |
| | | | | | | | (xml-lite-basic-offset): Rename from xml-lite-indent-offset. (xml-lite-indent-comment-offset): Remove. (xml-lite-calculate-indent): Use new name. Use natural alignment for comments. | |||||
* | (sorter mode-name): Doc fix. | Colin Walters | 2002-03-27 | 1 | -5/+2 | |
| | | | | (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'. | |||||
* | (ibuffer-help-buffer-modes): New variable. | Colin Walters | 2002-03-27 | 1 | -19/+23 | |
| | | | | | | (ibuffer-fontification-alist): Use it. (ibuffer-backward-line): Handle `ibuffer-summary' area. (ibuffer-forward-line): Ditto. | |||||
* | (outline-layout): Doc fix. | Pavel Janík | 2002-03-27 | 2 | -7/+11 | |
| | ||||||
* | Don't require `custom'. | Stefan Monnier | 2002-03-27 | 2 | -49/+47 | |
| | | | | | | | | | | | | (xml-lite-parse-tag-name): Properly treat non-ASCII chars. (xml-lite-parse-tag-backward): Obey sgml-empty-tags. (xml-lite-get-context): Drop nested tags not just for comments. (xml-lite-indent-line): Be more careful about moving point. (xml-lite-insert-end-tag, xml-lite-slash): Use indent-according-to-mode instead of xml-lite-indent-line. (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local. Set sgml-xml-mode. Don't call force-mode-line-update. (xml-lite-mode-map): Don't bind TAB. | |||||
* | Undo some of the too aggressive tabification. | Eli Zaretskii | 2002-03-27 | 1 | -65/+65 | |
| | ||||||
* | Tabify everything. | Eli Zaretskii | 2002-03-27 | 1 | -155/+155 | |
| | ||||||
* | *** empty log message *** | Eli Zaretskii | 2002-03-27 | 1 | -0/+17 | |
| | ||||||
* | (gud-jdb-sourcepath): New variable, saves jdb -sourcepath parameter value. | Eli Zaretskii | 2002-03-27 | 1 | -35/+62 | |
| | | | | | | | | | | | | | | (gud-jdb-build-source-files-list): Comment clarification. (gud-jdb-massage-args): Reworked into loop-based argument list processing in order to support -classpath and -sourcepath argument processing. (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath to gud-jdb-classpath to obtain search list. (gud-jdb-parse-classpath-string): Remove any trailing slashes from directory names in classpath/sourcepath lists, update comment. (jdb): Add setting of gud-jdb-sourcepath, update comment. (gud-find-class): Add gud-jdb-sourcepath use, and correct behaviour for the case when classpath is not used--backward compatibility fix. | |||||
* | (compile, compile-always): Don't try to compile | Eli Zaretskii | 2002-03-27 | 2 | -4/+15 | |
| | | | | non-existent files or files in empty directories. | |||||
* | Fix typo in comment. | Juanma Barranquero | 2002-03-27 | 1 | -1/+1 | |
| | ||||||
* | (xml-lite-at-indentation-p): Move. | Stefan Monnier | 2002-03-27 | 2 | -93/+128 | |
| | | | | | | | | | | (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at): New functions. (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag) (end-of-xml-tag): Remove. (xml-lite-get-context): Better handling of comments. (xml-lite-calculate-indent): Use xml-lite-in-string-p. (xml-lite-parse-tag-backward): Rewrite. | |||||
* | (WINS): Make sure it has a tab and not spaces. | Juanma Barranquero | 2002-03-26 | 1 | -1/+1 | |
| | ||||||
* | (WINS): Add the toolbar directory. | Juanma Barranquero | 2002-03-26 | 2 | -1/+6 | |
| | ||||||
* | *** empty log message *** | Pavel Janík | 2002-03-26 | 1 | -4/+0 | |
| | ||||||
* | *** empty log message *** | Richard M. Stallman | 2002-03-26 | 1 | -0/+4 | |
| | ||||||
* | (substring-no-properties): Function deleted (now in C). | Richard M. Stallman | 2002-03-26 | 1 | -13/+0 | |
| | ||||||
* | Fix typo in commentary. | Juanma Barranquero | 2002-03-26 | 2 | -1/+5 | |
| | ||||||
* | Fix typo. | Pavel Janík | 2002-03-26 | 1 | -1/+1 | |
| | ||||||
* | (mouse-wheel-mode): Use global-set-key and global-unset-key. | Pavel Janík | 2002-03-25 | 2 | -2/+7 | |
| | ||||||
* | Fix copyright years. | Eli Zaretskii | 2002-03-25 | 1 | -1/+1 | |
| | ||||||
* | (Quoted File Names): Minor clarifications. | Richard M. Stallman | 2002-03-25 | 1 | -0/+13 | |
| | ||||||
* | (rmail-resend): Call mail-abbrev-make-syntax-table. | Richard M. Stallman | 2002-03-25 | 1 | -0/+2 | |
| | ||||||
* | (tags-query-replace): Pass t for NOERROR to query-replace-read-args. | Richard M. Stallman | 2002-03-25 | 1 | -1/+1 | |
| | ||||||
* | (compilation-forget-errors): Don't adjust compilation-parsing-end if it's nil. | Richard M. Stallman | 2002-03-25 | 1 | -1/+2 | |
| | ||||||
* | (query-replace-read-args): New optional arg NOERROR. | Richard M. Stallman | 2002-03-25 | 1 | -3/+6 | |
| | | | | (perform-replace): Use save-window-excursion around recursive edit. | |||||
* | (ibuffer): If the user has `ibuffer-use-other-window' non-nil, then | Colin Walters | 2002-03-24 | 1 | -1/+1 | |
| | | | | always use another window. | |||||
* | *** empty log message *** | Colin Walters | 2002-03-24 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | Gerd Moellmann | 2002-03-24 | 1 | -1/+1 | |
| | ||||||
* | (byte-compile-file-form-defmumble): | Gerd Moellmann | 2002-03-24 | 2 | -2/+26 | |
| | | | | Handle declarations in macro definitions. | |||||
* | (macro-declaration-function): New function. Set the | Gerd Moellmann | 2002-03-24 | 1 | -1/+19 | |
| | | | | variable macro-declaration-function to it. | |||||
* | (facemenu-get-face): Remove unised variable `foreground'. | Eli Zaretskii | 2002-03-24 | 1 | -2/+1 | |
| | ||||||
* | (enriched-face-ans): Support FACE of the form | Eli Zaretskii | 2002-03-24 | 2 | -2/+19 | |
| | | | | | | | (:foreground COLOR) and (:background COLOR). (enriched-decode-foreground, enriched-decode-background): Set the fore- and background colors of the faces we create, since facemenu doesn't. | |||||
* | *** empty log message *** | Pavel Janík | 2002-03-24 | 1 | -0/+5 | |
| | ||||||
* | (mouse-wheel-mode): Use the result of current-global-map instead of the | Pavel Janík | 2002-03-24 | 1 | -3/+3 | |
| | | | | variable `global-map'. | |||||
* | (mail-abbrev-make-syntax-table): New subroutine | Richard M. Stallman | 2002-03-23 | 2 | -12/+20 | |
| | | | | | broken out of sendmail-pre-abbrev-expand-hook. (sendmail-pre-abbrev-expand-hook): Use it. | |||||
* | *** empty log message *** | Stefan Monnier | 2002-03-22 | 2 | -219/+186 | |
| | ||||||
* | (finder-inf.el): Remove. | Stefan Monnier | 2002-03-22 | 1 | -7/+9 | |
| | | | | | | | | (finder-data): Don't depend on finder-inf.el any more. (compile, compile-always): Handle the case where some files from DONTCOMPILE are missing (it tried to compile them). (bootstrap-clean): Use src/emacs only if executable. (bootstrap): Update subdirs.el and finder-inf.el. | |||||
* | Don't load finder-inf.el during byte-compilation. | Stefan Monnier | 2002-03-22 | 1 | -1/+3 | |
| | ||||||
* | (vc-cvs-registered, vc-cvs-dir-state-heuristic): | Stefan Monnier | 2002-03-22 | 1 | -4/+6 | |
| | | | | | | Don't consider cvs-removed files as under VC control. VC wouldn't handle them properly anyway and it confuses vc-file-not-found-hook. | |||||
* | (batch-byte-compile-if-not-done): Add autoload cookie. | Stefan Monnier | 2002-03-22 | 1 | -1/+2 | |
| | ||||||
* | *** empty log message *** | Eli Zaretskii | 2002-03-22 | 1 | -0/+4 | |
| | ||||||
* | (calendar): Doc fix. | Eli Zaretskii | 2002-03-22 | 1 | -1/+4 | |
| | ||||||
* | (gomoku-font-lock-O-face): Convert to use `defface'. | Juanma Barranquero | 2002-03-22 | 2 | -14/+16 | |
| | | | | | (gomoku-font-lock-X-face): Likewise. (gomoku-font-lock-keywords): Use faces instead of variables. | |||||
* | *** empty log message *** | Stefan Monnier | 2002-03-22 | 2 | -19/+23 | |
| | ||||||
* | * mail-source.el (make-source-make-complex-temp-name): Use | ShengHuo ZHU | 2002-03-21 | 8 | -21/+53 | |
| | | | | | | | | | | | | | | | make-temp-file. * mm-util.el (mm-make-temp-file): New function. * nneething.el (nneething-file-name): Use it. * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto. * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view) (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto. * gnus-start.el (gnus-slave-save-newsrc): Ditto. * message.el (message-mode): If buffer-file-name, don't set auto save file name. Trivial change from Geoff Greene <ggreene@wpi.edu> | |||||
* | *** empty log message *** | Kim F. Storm | 2002-03-21 | 1 | -0/+6 | |
| | ||||||
* | Test for network process support with featurep. | Kim F. Storm | 2002-03-21 | 1 | -2/+2 | |
| |