summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2000-12-061-1/+1
|
* Fix copyright years.Dave Love2000-12-061-4/+4
| | | | (comment-region, comment-dwim): Doc fix.
* Fix copyright years.Dave Love2000-12-061-1/+1
|
* Require tex-mode when compiling.Dave Love2000-12-061-24/+33
| | | | | | | | (texinfo-update-node): Doc fix. (texinfo-imenu-generic-expression): Add @anchor. (texinfo-font-lock-keywords): Add @uref. (texinfo-inside-macro-p): Don't use ignore-errors. (texinfo-insert-quote): Match more contexts.
* (decode-char, encode-char): Doc fix.Dave Love2000-12-062-7/+16
| | | | (auto-coding-alist): Customize.
* (load-file): Fix change of 2000-03-12.Dave Love2000-12-061-4/+5
|
* (widget-text-keymap): Doc fix.Dave Love2000-12-062-1/+5
|
* *** empty log message ***Gerd Moellmann2000-12-061-0/+3
|
* (occur): Make line-number-width 1 smaller for theGerd Moellmann2000-12-061-8/+8
| | | | colon following the line number.
* (fancy-splash-text, command-line-1): UseGerd Moellmann2000-12-062-3/+7
| | | | `File' for the menu name instead of `Files'.
* *** empty log message ***Gerd Moellmann2000-12-061-0/+2
|
* Update copyright.Gerd Moellmann2000-12-061-1/+1
|
* (lisp): Set to an absolute directory, namelyAndrew Innes2000-12-062-2/+6
| | | | $(CURDIR).
* (update-file-autoloads): Use raw-text toEli Zaretskii2000-12-062-3/+17
| | | | | read generated-autoload-file, and set buffer-file-coding-system to raw-text-unix after reading the file.
* *** empty log message ***Gerd Moellmann2000-12-061-0/+4
|
* (file-coding-system-alist): UseEli Zaretskii2000-12-061-1/+6
| | | | | raw-text for reading loaddefs.el and raw-text-unix for writing it.
* Add entry for even-window-heights.Gerd Moellmann2000-12-061-0/+1
|
* (frame-set-background-mode): Avoid stomping on locally modified faces.Miles Bader2000-12-062-7/+25
|
* Correct the font registries forKenichi Handa2000-12-061-2/+2
| | | | japanese-jisx0213-1 and japanese-jisx0213-2.
* *** empty log message ***Kenichi Handa2000-12-061-0/+5
|
* *** empty log message ***Dave Love2000-12-051-0/+4
|
* Fix header and customization.Dave Love2000-12-051-12/+15
|
* *** empty log message ***Dave Love2000-12-051-0/+74
|
* *** empty log message ***Gerd Moellmann2000-12-051-0/+2
|
* (reftex-toc-menu): Fix typo.Gerd Moellmann2000-12-051-1/+1
|
* *** empty log message ***Gerd Moellmann2000-12-051-0/+4
|
* Update customization commentary.Gerd Moellmann2000-12-051-2/+4
|
* (tpu-write-file-hook)Gerd Moellmann2000-12-051-2/+2
| | | | | (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
* (tpu-help): Fixed previous screen logic.Gerd Moellmann2000-12-051-2/+8
| | | | | (tpu-search-highlight): Fixed comparison of overlay end positions. (tpu-trim-line-ends): Implemented trimming logic locally.
* *** empty log message ***Gerd Moellmann2000-12-051-0/+10
|
* (chinese-iso-8bit): Change mime-charset name to cn-gb.Kenichi Handa2000-12-051-2/+4
| | | | (cn-gb, gb2312): New aliases for chinese-iso-8bit.
* *** empty log message ***Kenichi Handa2000-12-051-0/+6
|
* (gnus-configure-frame): Save selected window.ShengHuo ZHU2000-12-052-121/+123
|
* * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t ifShengHuo ZHU2000-12-043-24/+46
| | | | | | | | | | | | | succeed. (gnus-setup-message): Remove a hack. * gnus-win.el (gnus-configure-windows): Make sure nntp-server-buffer is live. (gnus-remove-some-windows): switch-to-buffer -> set-buffer. * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description. * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow raw 8-bit in headers in dk.* newsgroups.
* *** empty log message ***Gerd Moellmann2000-12-041-0/+4
|
* (tag-partial-file-name-match-p): New function.Gerd Moellmann2000-12-041-2/+15
| | | | | (etags-recognize-tags-table, find-tag-in-order): New functionality: interpret file names as tags.
* *** empty log message ***Dave Love2000-12-041-0/+4
|
* Remove erroneous spec for condition-case.Dave Love2000-12-041-2/+3
|
* *** empty log message ***Gerd Moellmann2000-12-041-0/+9
|
* (rmail-expunge-confirmed): New function.Gerd Moellmann2000-12-041-7/+11
| | | | (rmail-expunge): Use it.
* (rmail-summary-expunge)Gerd Moellmann2000-12-041-2/+4
| | | | | (rmail-summary-expunge-and-save): Ask for confirmation with rmail-expunge-confirmed.
* (Info-scroll-prefer-subnodes): New defcustom.Eli Zaretskii2000-12-042-8/+35
| | | | | | (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit the first subnode until the bottom of the current node is visible.
* *** empty log message ***Gerd Moellmann2000-12-041-0/+4
|
* (format-decode): Don't change buffer's undo list.Gerd Moellmann2000-12-041-3/+2
|
* *** empty log message ***Gerd Moellmann2000-12-042-213/+538
|
* Change the font registries for CJKKenichi Handa2000-12-041-7/+5
| | | | fonts in the default fontset. Don't append '*' to registries.
* (face-font-registry-alternatives): Add entries for CJKKenichi Handa2000-12-041-3/+7
| | | | fonts. Doc-string adjusted for the actual usage of this data.
* *** empty log message ***Kenichi Handa2000-12-041-0/+8
|
* (define-derived-mode,easy-mmode-derived-mode-p): Remove (moved to derived.el).Stefan Monnier2000-12-032-131/+10
|
* (define-derived-mode): Revived, moved from easy-mmode.el.Stefan Monnier2000-12-031-69/+118
| | | | | | (derived-mode-p): New function. (derived-mode-make-docstring): Add `docstring' argument. Use it if available and complete it if necessary.