- 19 Sep, 2004 7 commits
-
-
Kim F. Storm authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
(enriched-before-change-major-mode): New function. Add it to `change-major-mode-hook'. (enriched-after-change-major-mode): New function. Add it to `after-change-major-mode-hook'. (enriched-mode): Make it work correctly if called from `after-change-major-mode-hook'. No longer set `indent-line-function'.
-
Luc Teirlinck authored
-
- 18 Sep, 2004 13 commits
-
-
Luc Teirlinck authored
(run-mode-hooks): Implement it.
-
Stefan Monnier authored
-
Stefan Monnier authored
(battery-linux-proc-acpi): Ignore all hidden files in the battery dir. Use dolist (and less indentation). Use erase-buffer. Pre-initialize `design-capacity', `warn', and `low'. (battery-format): Use replace-regexp-in-string.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Handle the case where we reach the old displayed text, out of sync with the old line boundary.
-
Eli Zaretskii authored
(battery-linux-proc-acpi): Attempt to gather information from all battery subdirectories regardless of their file name. (battery-linux-proc-apm): Replace all occurrences of battery-hex-to-int-2 with string-to-int (base 16). (battery-hex-to-int-2, battery-hex-to-int): Delete functions. (battery-hex-map): Delete variable.
-
Francesco Potortì authored
-
John Paul Wallington authored
-
John Paul Wallington authored
-
John Paul Wallington authored
buffer-file-name is absolute. From Romain Francoise <romain@orebokech.com>.
-
- 17 Sep, 2004 8 commits
-
-
Kim F. Storm authored
(ediff-current-diff-face-A) (ediff-current-diff-face-B, ediff-current-diff-face-C) (ediff-current-diff-face-Ancestor) (ediff-fine-diff-face-A, ediff-fine-diff-face-B) (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor) (ediff-even-diff-face-A, ediff-even-diff-face-B) (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor) (ediff-odd-diff-face-A, ediff-odd-diff-face-B) (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor): Use min-colors.
-
Kim F. Storm authored
-
Kim F. Storm authored
Regenerate.
-
Kim F. Storm authored
Change the strings for smso and rmso.
-
Kim F. Storm authored
(term-down): Perform vertical motion if DOWN is negative. (term-exec-1): Set both TERMCAP and TERMINFO unconditionally. (term-termcap-format): Synchronyze with the eterm terminfo entry in etc/e/eterm.ti. (term-handle-colors-array): If the current foreground or background are zero (i.e. unspecified), use the foreground and background of the default face for reverse video. (term-ansi-at-eval-string, term-ansi-default-fg) (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable. (term-mem): Delete ununsed function. (term-protocol-version): Increment. (term-current-face): Set to default.
-
Kim F. Storm authored
-
Jay Belanger authored
-
Miles Bader authored
Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-27 Use the same directory explicit id-tags as Emacs where possible * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-28 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-29 Update from CVS
-
- 15 Sep, 2004 8 commits
-
-
Thien-Thi Nguyen authored
-
Jay Belanger authored
Also changed the maintainer address at the top.
-
Jay Belanger authored
than "\\.emacs" to determine if it is the user-init-file.
-
Jay Belanger authored
`calc-mode-var-list' correctly.
-
Jay Belanger authored
(calc-always-load-extensions, calc-line-numbering, calc-line-breaking, calc-display-just, calc-display-origin, calc-number-radix, calc-leading-zeros, calc-group-digits, calc-group-char, calc-point-char, calc-frac-format, calc-prefer-frac, calc-hms-format, calc-date-format, calc-float-format, calc-full-float-format, calc-complex-format, calc-complex-mode, calc-infinite-mode, calc-display-strings, calc-matrix-just, calc-break-vectors, calc-full-vectors, calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets, calc-matrix-brackets, calc-language, calc-language-option, calc-left-label, calc-right-label, calc-word-size, calc-previous-modulo, calc-simplify-mode, calc-auto-recompute, calc-display-raw, calc-internal-prec, calc-angle-mode, calc-algebraic-mode, calc-incomplete-algebraic-mode, calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix, calc-window-height, calc-display-trail, calc-show-selections, calc-use-selections, calc-assoc-selections, calc-display-working-message, calc-auto-why , calc-timing, calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units, calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables, calc-gnuplot-default-device, calc-gnuplot-default-output, calc-gnuplot-print-device, calc-gnuplot-print-output, calc-gnuplot-geometry, calc-graph-default-resolution, calc-graph-default-resolution-3d, calc-invocation-macro, calc-show-banner): Give these values as part of `calc-mode-var-list's initialization after the variables are declared with defvar.
-
Thien-Thi Nguyen authored
(vc-annotate-display-autoscale): Doc fix.
-
Miles Bader authored
Use symbol-matching for generic-mode keywords 2004-09-15 Miles Bader <miles@gnu.org> * lisp/generic.el (generic-make-keywords-list): Use symbol rather than word anchors in regexp.
-
Stefan Monnier authored
-
- 14 Sep, 2004 4 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
-
John Paul Wallington authored
has no file name. From Sean O'Rourke <sorourke@cs.ucsd.edu>.
-
Kim F. Storm authored
(syms_of_xfaces): Intern and staticpro it. (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute) (Finternal_copy_lisp_face, update_face_from_frame_parameter): Don't increment face_change_count when face has non-nil face-no-inherit property.
-