diff options
| author | Juanma Barranquero | 2005-07-04 03:51:52 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-04 03:51:52 +0000 |
| commit | 6db8cbf558c85b80ff858252c26ab793ccf758d2 (patch) | |
| tree | a9e7f9f9310954a23851b6adf0b1b8efb1cec3b0 | |
| parent | 5cbebcaba836ff1a8fda9890d8bdb655aedffd18 (diff) | |
| download | emacs-6db8cbf558c85b80ff858252c26ab793ccf758d2.tar.gz emacs-6db8cbf558c85b80ff858252c26ab793ccf758d2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 127 |
1 files changed, 123 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2496e8a48af..ce92b2c569f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -20,12 +20,131 @@ | |||
| 20 | 20 | ||
| 21 | 2005-07-04 Juanma Barranquero <lekktu@gmail.com> | 21 | 2005-07-04 Juanma Barranquero <lekktu@gmail.com> |
| 22 | 22 | ||
| 23 | * emacs-lisp/timer.el (with-timeout): Improve argument/docstring | 23 | * add-log.el (add-change-log-entry): |
| 24 | consistency. | 24 | * comint.el (comint-dynamic-list-input-ring) |
| 25 | (comint-dynamic-list-completions): | ||
| 26 | * dabbrev.el (dabbrev-expand): | ||
| 27 | * delim-col.el (delimit-columns-rectangle-line): | ||
| 28 | * diff-mode.el (diff-context->unified, diff-reverse-direction) | ||
| 29 | (diff-unified->context): | ||
| 30 | * ediff-init.el (ediff-abbrev-jobname): | ||
| 31 | * ediff-mult.el (ediff-replace-session-status-in-meta-buffer) | ||
| 32 | (ediff-replace-session-activity-marker-in-meta-buffer): | ||
| 33 | * info.el (Info-summary): | ||
| 34 | * lpr.el (printify-region): | ||
| 35 | * printing.el (pr-create-interface): | ||
| 36 | * ps-print.el (ps-print-quote): | ||
| 37 | * ses.el (ses-column-widths, ses-print-cell) | ||
| 38 | (ses-adjust-print-width, ses-center): | ||
| 39 | * shell.el (shell-file-name-quote-list): | ||
| 40 | * strokes.el (strokes-read-stroke, strokes-read-complex-stroke) | ||
| 41 | (strokes-fill-current-buffer-with-whitespace) | ||
| 42 | (strokes-xpm-for-stroke, strokes-list-strokes) | ||
| 43 | (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string): | ||
| 44 | * term.el (term-dynamic-list-input-ring) | ||
| 45 | (term-dynamic-list-completions): | ||
| 46 | * calc/calc.el (math-format-stack-value): | ||
| 47 | * emacs-lisp/edebug.el (edebug-display-freq-count): | ||
| 48 | * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment) | ||
| 49 | (delphi-new-comment-line): | ||
| 50 | * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right): | ||
| 51 | * progmodes/executable.el (executable-set-magic): | ||
| 52 | * progmodes/python.el (inferior-python-mode): | ||
| 53 | * progmodes/scheme.el (scheme-mode-syntax-table): | ||
| 54 | * progmodes/sh-script.el (sh-maybe-here-document): | ||
| 55 | * progmodes/sql.el (sql-copy-column): | ||
| 56 | * progmodes/tcl.el (tcl-comment-indent, tcl-quote): | ||
| 57 | * textmodes/bibtex.el (bibtex-mode): | ||
| 58 | * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes) | ||
| 59 | (sgml-auto-attributes): | ||
| 60 | * textmodes/table.el (table-insert, table-shorten-cell) | ||
| 61 | (table--generate-source-scan-lines, table-delete-row) | ||
| 62 | (*table--cell-delete-char, table--spacify-frame) | ||
| 63 | (table--horizontally-shift-above-and-below) | ||
| 64 | (table--cell-insert-char, table--cell-blank-str) | ||
| 65 | (table--fill-region-strictly): | ||
| 66 | * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent): | ||
| 67 | * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s". | ||
| 68 | |||
| 69 | * add-log.el (change-log): | ||
| 70 | * apropos.el (apropos): | ||
| 71 | * comint.el (comint-completion, comint-source): | ||
| 72 | * dabbrev.el (dabbrev): | ||
| 73 | * delim-col.el (columns): | ||
| 74 | * diff-mode.el (diff-mode): | ||
| 75 | * ediff.el (ediff): | ||
| 76 | * ediff-diff.el (ediff-diff): | ||
| 77 | * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook): | ||
| 78 | * ediff-mult.el (ediff-mult): | ||
| 79 | * ediff-ptch.el (ediff-ptch): | ||
| 80 | * ediff-wind.el (ediff-window): | ||
| 81 | * facemenu.el (facemenu): | ||
| 82 | * indent.el (indent): | ||
| 83 | * info.el (info): | ||
| 84 | * jka-cmpr-hook.el (compression, jka-compr): | ||
| 85 | * lpr.el (lpr): | ||
| 86 | * outline.el (outlines): | ||
| 87 | * pcmpl-cvs.el (pcmpl-cvs): | ||
| 88 | * pcmpl-rpm.el (pcmpl-rpm): | ||
| 89 | * printing.el (printing): | ||
| 90 | * ps-print.el (postscript, ps-print, ps-print-horizontal) | ||
| 91 | (ps-print-vertical, ps-print-headers, ps-print-font) | ||
| 92 | (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra) | ||
| 93 | (ps-print-background, ps-print-printer, ps-print-page) | ||
| 94 | (ps-print-miscellany): | ||
| 95 | * ses.el (ses): | ||
| 96 | * shell.el (shell, shell-directories, shell-faces): | ||
| 97 | * startup.el (initialization): | ||
| 98 | * strokes.el (strokes): | ||
| 99 | * term.el (term): | ||
| 100 | * uniquify.el (uniquify): | ||
| 101 | * w32-vars.el (w32): | ||
| 102 | * calc/calc.el (calc): | ||
| 103 | * emacs-lisp/bytecomp.el (bytecomp): | ||
| 104 | * emacs-lisp/cl-indent.el (lisp-indent): | ||
| 105 | * emacs-lisp/edebug.el (edebug): | ||
| 106 | * emacs-lisp/elp.el (elp): | ||
| 107 | * emacs-lisp/testcover.el (testcover): | ||
| 108 | * emacs-lisp/trace.el (trace): | ||
| 109 | * emulation/viper-ex.el (viper-ex): | ||
| 110 | * emulation/viper-mous.el (viper-mouse): | ||
| 111 | * mail/mailalias.el (mailalias): | ||
| 112 | * mail/supercite.el (supercite, supercite-frames) | ||
| 113 | (supercite-attr, supercite-cite, supercite-hooks): | ||
| 114 | * net/rcompile.el (remote-compile): | ||
| 115 | * net/rlogin.el (rlogin): | ||
| 116 | * obsolete/ooutline.el (outlines): | ||
| 117 | * progmodes/delphi.el (delphi): | ||
| 118 | * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special) | ||
| 119 | (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal) | ||
| 120 | (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic) | ||
| 121 | (ebnf-optimization): | ||
| 122 | * progmodes/etags.el (etags): | ||
| 123 | * progmodes/executable.el (executable): | ||
| 124 | * progmodes/idlwave.el (idlwave): | ||
| 125 | * progmodes/pascal.el (pascal): | ||
| 126 | * progmodes/prolog.el (prolog): | ||
| 127 | * progmodes/python.el (python): | ||
| 128 | * progmodes/scheme.el (scheme): | ||
| 129 | * progmodes/sh-script.el (sh, sh-script): | ||
| 130 | * progmodes/sql.el (SQL): | ||
| 131 | * progmodes/tcl.el (tcl): | ||
| 132 | * textmodes/bibtex.el (bibtex, bibtex-autokey): | ||
| 133 | * textmodes/enriched.el (enriched): | ||
| 134 | * textmodes/makeinfo.el (makeinfo): | ||
| 135 | * textmodes/sgml-mode.el (sgml): | ||
| 136 | * textmodes/table.el (table-hooks): | ||
| 137 | * textmodes/tex-mode.el (tex-file, tex-run, tex-view): | ||
| 138 | * textmodes/texinfo.el (texinfo): | ||
| 139 | * textmodes/two-column.el (two-column): | ||
| 140 | Finish `defgroup' description with period. | ||
| 25 | 141 | ||
| 26 | * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): | 142 | * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): |
| 27 | Fix typos in docstrings. | 143 | * eshell/esh-var.el (eshell-var): |
| 28 | (lisp-indent): Finish `defgroup' description with period. | 144 | * textmodes/org.el (org): Fix typos in docstrings. |
| 145 | |||
| 146 | * emacs-lisp/timer.el (with-timeout): Improve argument/docstring | ||
| 147 | consistency. | ||
| 29 | 148 | ||
| 30 | * progmodes/flymake.el (flymake-find-file): Remove. | 149 | * progmodes/flymake.el (flymake-find-file): Remove. |
| 31 | (flymake-float-time): Use `with-no-warnings'. | 150 | (flymake-float-time): Use `with-no-warnings'. |