summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-43Miles Bader2004-09-2154-619/+1171
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-553 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-557 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-559 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-561 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
| * *** empty log message ***Kenichi Handa2004-09-211-0/+5
| |
| * (describe-char): Checking of quail activationKenichi Handa2004-09-211-1/+2
| | | | | | | | fixed.
| * *** empty log message ***Luc Teirlinck2004-09-211-1/+1
| |
| * (run-mode-hooks): Run `after-change-major-mode-hook' after theLuc Teirlinck2004-09-212-4/+11
| | | | | | | | mode-hooks instead of before. Doc fix.
| * (url-insert-file-contents): Decode contents.Stefan Monnier2004-09-202-9/+16
| |
| * (mm-copy-to-buffer): Preserve the data's unibyteness.Stefan Monnier2004-09-202-12/+18
| |
| * (command-line) [windows-nt]: Try .emacs first, thenJason Rumney2004-09-202-1/+11
| | | | | | | | _emacs, but revert to .emacs if neither exists in home directory.
| * (calc-mode-var-list): Removed unnecessary quotes.Jay Belanger2004-09-201-13/+13
| |
| * (completion-ignored-extensions): Add .dfsl.John Paul Wallington2004-09-202-1/+5
| |
| * *** empty log message ***Richard M. Stallman2004-09-201-0/+33
| |
| * (scroll-left): Make it disabled.Richard M. Stallman2004-09-201-0/+1
| |
| * (enable-local-eval): Doc fix.Richard M. Stallman2004-09-201-44/+60
| | | | | | | | | | | | | | | | | | | | (hack-local-variables): Copy the variables list to another buffer, strip prefixes and suffixes there, then read. (enable-local-eval): Doc fix. (ignored-local-variables): Initialize to nil. (risky-local-variable-p): Don't check ignored-local-variables here. (hack-one-local-variable): Ignore var if in ignored-local-variables.
| * (move-to-left-margin): Special case for minibuffer.Richard M. Stallman2004-09-201-8/+12
| |
| * (term-emulate-terminal): Turn off undo for output.Richard M. Stallman2004-09-201-297/+293
| | | | | | | | Use with-current-buffer and save-selected-window.
| * (eshell-explicit-command-char): Doc fix.Richard M. Stallman2004-09-201-2/+2
| |
| * Comment change.Richard M. Stallman2004-09-201-1/+1
| |
| * Update author address.Richard M. Stallman2004-09-201-1/+1
| |
| * (sh-mode-default-syntax-table): Set syntax of = to "." (punctuation).Richard M. Stallman2004-09-201-0/+1
| |
| * (makefile-fill-paragraph): Don't insist on spaces when looking forRichard M. Stallman2004-09-201-1/+1
| | | | | | | | comments. # is enough.
| * Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-558Miles Bader2004-09-2031-23/+309
| | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-30 Update from CVS
| * (event-basic-type): Fix mask (extend to 22bits).Stefan Monnier2004-09-192-4/+8
| |
| * Typo in the menu.Stefan Monnier2004-09-191-4/+4
| |
| * *** empty log message ***Luc Teirlinck2004-09-191-0/+16
| |
| * (after-change-major-mode-hook): Doc fix.Luc Teirlinck2004-09-191-1/+1
| |
| * (enriched-rerun-flag): New variable.Luc Teirlinck2004-09-191-9/+25
| | | | | | | | | | | | | | | | | | | | (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'.
| * (fundamental-mode): Run `after-change-major-mode-hook'.Luc Teirlinck2004-09-191-1/+2
| |
| * (after-change-major-mode-hook): New variable.Luc Teirlinck2004-09-181-0/+5
| | | | | | | | (run-mode-hooks): Implement it.
| * (battery-linux-proc-apm): Use string-to-number.Stefan Monnier2004-09-182-88/+72
| | | | | | | | | | | | | | (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.
| * Delete superfluous empty lines.Eli Zaretskii2004-09-182-77/+70
| | | | | | | | | | | | | | | | | | (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.
| * *** empty log message ***John Paul Wallington2004-09-181-0/+5
| |
| * (calc-quick-units): Fix overzealous s/or/unless.John Paul Wallington2004-09-181-3/+3
| |
| * (define-ibuffer-filter filename): Expand dired-directory sinceJohn Paul Wallington2004-09-182-1/+7
| | | | | | | | | | buffer-file-name is absolute. From Romain Francoise <romain@orebokech.com>.
| * From Dan Nicolaescu <dann@ics.uci.edu>Kim F. Storm2004-09-171-60/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | (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.
| * *** empty log message ***Kim F. Storm2004-09-171-0/+11
| |
| * From Dan Nicolaescu <dann@ics.uci.edu>Kim F. Storm2004-09-171-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
| * *** empty log message ***Kim F. Storm2004-09-171-0/+17
| |
| * (calc-mode-var-list): Fixed the value of `calc-matrix-brackets'.Jay Belanger2004-09-171-1/+1
| |
* | *** empty log message ***Kenichi Handa2004-09-191-2/+6
| |
* | ("Japanese"): Fix ordering of charsets.Kenichi Handa2004-09-191-2/+2
| |
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-41Miles Bader2004-09-177-179/+274
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-551 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-552 Merge from gnus--rel--5.10 * 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
| * Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-552Miles Bader2004-09-173-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * *** empty log message ***Thien-Thi Nguyen2004-09-151-0/+5
| |
| * (calc-bug-address): Changed email address to send bug reports to.Jay Belanger2004-09-151-3/+2
| | | | | | | | Also changed the maintainer address at the top.
| * (calc-mode): Compare `calc-settings-file' to `user-init-file' ratherJay Belanger2004-09-151-1/+1
| | | | | | | | than "\\.emacs" to determine if it is the user-init-file.
| * calc/calc-embed.el (calc-embedded-set-modes): UseJay Belanger2004-09-151-1/+1
| | | | | | | | `calc-mode-var-list' correctly.
| * calc/calc.el (calc-mode-var-list): Define this variable.Jay Belanger2004-09-151-168/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
| * (annotate-time): Document point handling.Thien-Thi Nguyen2004-09-151-2/+3
| | | | | | | | (vc-annotate-display-autoscale): Doc fix.
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-40Miles Bader2004-09-1528-599/+1146
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-535 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-536 sync-tree with gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-537 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-538 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-540 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-542 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-545 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-547 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-548 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549 Use symbol-matching for generic-mode keywords * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-550 Update from CVS * miles@gnu.org--gnu-2004/gnus--devo--0--patch-2 Add {arch}/=cvs-sync-make-log * miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0 Import from Gnus CVS branch V5-8 * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-1 {arch}/=tagging-method: Add CVS and autoconf grot to junk regexp * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-2 Use explicit tags for autoconf input files * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-3 Remove RCS keywords * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-4 Fix copied explicit id-tags * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-5 Add {arch}/=cvs-sync-make-log * miles@gnu.org--gnu-2004/gnus--rel--5.8--patch-6 configure.in: Use ifelse instead of m4_if for arch-tag: comment * miles@gnu.org--gnu-2004/gnus--rel--5.10--base-0 tag of miles@gnu.org--gnu-2004/gnus--rel--5.8--base-0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-1 Gnus 5.10, from CVS branch v5-10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-2 Merge from gnus--rel--5.8 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-3 Use explicit tags for autoconf input files * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-4 sync-tree with gnus--rel--5.8 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-5 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-6 Merge from gnus--rel--5.8 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-7 Remove RCS keywords * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-8 Merge from gnus--rel--5.8 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-9 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-10 Add {arch}/=cvs-sync-make-log * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-11 Merge from gnus--rel--5.8 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-12 Update from CVS: make.bat: Fix line endings around arch-tag. * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-13 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-17 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-21 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22 Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl. * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-23 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24 lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26 Update from CVS
| * Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-549Miles Bader2004-09-152-2/+7
| | | | | | | | | | | | | | | | | | 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.