- 04 Feb, 2003 11 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(term-char-mode): Don't set up term-raw-map here. (term-set-escape-char): Don't set up C-x subcommand. (term-ansi-face-already-done): Renamed from term-ansi-face-alredy-done. (term-command-hook): Avoid error if STRING is empty. (term, term-mode): Doc fixes. Redesign handling of colors and faces. Delete all the faces that this mode used to make. (ansi-term-color-vector): New variable. (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector) (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector): Variables deleted. (term-default-fg-color, term-default-bg-color): Use defcustom. (term-handle-colors-array): Use ansi-term-color-vector, and specify face attributes rather than faces in `face' property. (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector) (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector) (term-ansi-reverse-faces-vector): Unused variables deleted. (term-ignore-error): Macro deleted.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Francesco Potortì authored
-
Francesco Potortì authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 03 Feb, 2003 5 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
commands to their ido specific equivalents. Disable ESC in viper mode (to avoid exiting insert mode), since ido doesn't work in viper command mode. (ido-delete-backward-updir, ido-delete-backward-word-updir): Handle remapped viper commands.
-
Bill Wohler authored
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
-
Juanma Barranquero authored
buffer and display it in the minibuffer window using `set-window-buffer'.
-
Dave Love authored
-
- 02 Feb, 2003 4 commits
-
-
Jonathan Yavner authored
-
Andreas Schwab authored
words separated by dots. Match optional parenthesized word at start of line.
-
Andreas Schwab authored
Don't require underscore in word before double open-paren.
-
John Paul Wallington authored
-
- 01 Feb, 2003 3 commits
-
-
Stephen Gildea authored
-
Stephen Gildea authored
(time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change regexp subpattern 5) (time-stamp-pattern): Initialize to nil to avoid regexp work in default case. (time-stamp-string): Call set-time-zone-rule instead of setenv (time-stamp-hhmmss): Remove (not needed after all). (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete. (time-stamp-format, time-stamp-pattern, time-stamp-warn-inactive, time-stamp-inserts-lines, time-stamp-count, time-stamp-time-zone, time-stamp, time-stamp-toggle-active, time-stamp-string-preprocess, time-stamp-once, time-stamp-conv-warn): Tweak doc strings.
-
Stefan Monnier authored
(custom-save-variables): Use dolist, simplify. Output a message if a `requests' entry looks suspicious. (custom-save-faces): Use dolist, simplify.
-
- 31 Jan, 2003 4 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Francesco Potortì authored
(unforward-rmail-message): Use it.
-
Francesco Potortì authored
-
- 30 Jan, 2003 3 commits
-
-
Dave Love authored
-
John Paul Wallington authored
-
Jan Djärv authored
-
- 29 Jan, 2003 10 commits
-
-
John Paul Wallington authored
* emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and `define-ibuffer-sorter'. (lisp-imenu-generic-expression): Add `deftheme' to types. * custom.el (customize-mark-to-save, customize-mark-as-set) (custom-remove-theme): Doc fixes.
-
John Paul Wallington authored
* cus-edit.el (custom-save-variables): also save non theme'd ones. * cus-edit.el (custom-save-faces): ditto.
-
Juanma Barranquero authored
`prefix-numeric-value'. (cperl-calculate-indent): Fix typo.
-
Juanma Barranquero authored
file is located.
-
Juanma Barranquero authored
`substring'.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Kim F. Storm authored
-
Kim F. Storm authored
author name once followed by contributed and changed files. Improve selection of entries to include in list, and generate list of unrecognized entries indicating syntax errors in ChangeLog files. (authors-coding-system): New variable. (authors-many-files): Update doc string. (authors-aliases): Change format. Now one entry with multiple aliases per author. (authors-valid-file-names, authors-renamed-files-alist) (authors-renamed-files-regexps): New variables. (authors-canonical-file-name): New function. Validates that file exists or occurs in one of the above lists. Record unrecognized file names in global authors-invalid-file-names list. (authors-add): Change to record per-change counts. (authors-canonical-author-name): Handle new format of authors-aliases list. (authors-scan-change-log): Rename FILE arg to LOG-FILE. Change doc string to describe new entry format. Only add author entries for valid file names. (authors-print): Replace by authors-add-to-author-list. (authors-add-to-author-list): New function which reorders per-file entries and adds them to global authors-author-list. (authors): Instead of authors-print to insert in *Authors* buffer, use authors-add-to-author-list to reorder the list and then insert result in *Authors* buffer with new format. Generate *Authors Errors* compilation-mode buffer listing unrecognized ChangeLog entries.
-