summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (cvs-status-minor-wrap): Use mark-active.Stefan Monnier2000-05-101-3/+5
|
* (automatic-hscrolling): Typo.Stefan Monnier2000-05-101-1/+1
|
* Fix make-obsolete for internal-get-face.Dave Love2000-05-101-2/+2
|
* *** empty log message ***Dave Love2000-05-101-1/+1
|
* *** empty log message ***Dave Love2000-05-091-0/+5
|
* (apropos-print): use `describe-face' instead ofDave Love2000-05-091-2/+3
| | | | `customize-face-other-window'.
* (describe-variable): Have customize button pop theDave Love2000-05-092-15/+47
| | | | | | | | | help-xref stack when invoked. (help-xref-symbol-regexp): Add `face'. (help-make-xrefs): Check for quoted face names and adapt regexp submatch numbers to cope. (help-xref-interned): Maybe insert face doc too. Separate sections with a line of hyphens.
* Some doc fixes.Dave Love2000-05-091-19/+34
| | | | | (describe-face): Add customize button. Return the help text. Fix prompt.
* *** empty log message ***Eli Zaretskii2000-05-091-0/+4
|
* Fix last change.Eli Zaretskii2000-05-091-10/+10
|
* Import changes from current Gnus.Dave Love2000-05-082-36/+24
| | | | | | | (pop3-open-server): Bind coding systems before creating buffer and fix creating its name. (pop3-string-to-list): Function deleted. Change callers to use split-string.
* *** empty log message ***Eli Zaretskii2000-05-081-0/+5
|
* New file.Eli Zaretskii2000-05-081-0/+4314
|
* *** empty log message ***Eli Zaretskii2000-05-081-0/+4
|
* (IT-character-translations): Update ASCIIEli Zaretskii2000-05-081-9/+33
| | | | | simulations for greek-iso8859-7, add latin-iso8859-14 and latin-iso8859-15.
* (set-language-info-alist): Call define-prefix-command with 3 arguments,Eli Zaretskii2000-05-082-3/+12
| | | | to make the map suitable for a menu.
* Small doc fixes from Pavel Janic.Dave Love2000-05-072-4/+8
|
* Doc fixes; mainly avoid duplicating argDave Love2000-05-054-82/+87
| | | | list in doc string. Don't quote keyword symbols.
* *** empty log message ***Gerd Moellmann2000-05-051-0/+4
|
* (abbrev-mode): Make ARG optional.Gerd Moellmann2000-05-051-1/+1
|
* *** empty log message ***Gerd Moellmann2000-05-041-0/+4
|
* Change file name `EBROWSE' to `BROWSE'.Gerd Moellmann2000-05-041-9/+9
|
* (auto-mode-alist): Change `EBROWSE' to `BROWSE'.Gerd Moellmann2000-05-041-1/+1
|
* (substitute-key-definition): Clarify documentation.Gerd Moellmann2000-05-042-1/+12
|
* (glasses-convert-to-unreadable): UseGerd Moellmann2000-05-041-6/+8
| | | | | | `glasses-separator' instead of the hard-wired "_". (glasses-mode): Call `glasses-make-unreadable' only in a single place.
* (cjk-codepages-alist): Add associations forEli Zaretskii2000-05-042-5/+10
| | | | Chinese and Korean codepages.
* *** empty log message ***Dave Love2000-05-031-0/+7
|
* *** empty log message ***Gerd Moellmann2000-05-031-0/+14
|
* (mail-abbrev-insert-alias): Renamed fromGerd Moellmann2000-05-031-4/+35
| | | | | | mail-interactive-insert-alias. (mail-abbrev-complete-alias): New command. (mail-mode-map): Bind it to `M-TAB'.
* (makefile-mode-abbrev-table): New variable.Gerd Moellmann2000-05-031-0/+18
| | | | | | (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table. (makefile-font-lock-keywords): Fontify includes and conditionals.
* (query-replace-map): Add binding for `E'.Gerd Moellmann2000-05-031-1/+13
| | | | | (query-replace-help): Extend help text. (perform-replace): Allow editing the replacement string.
* (display-time-mail-face, display-time-use-mail-icon):Dave Love2000-05-031-7/+36
| | | | | | New option. (display-time-mail-icon): New variable. (display-time-string-forms): Use the above. Fix the local-map.
* *** empty log message ***Gerd Moellmann2000-05-031-0/+5
|
* (add-minor-mode): Handle AFTER for keymaps. Don'tGerd Moellmann2000-05-031-7/+16
| | | | set TOGGLE's value.
* (lao-compose-region): New function.Kenichi Handa2000-05-031-0/+10
|
* *** empty log message ***Kenichi Handa2000-05-031-0/+4
|
* *** empty log message ***Gerd Moellmann2000-05-021-0/+3
|
* (recover-session): Make directories as necessaryGerd Moellmann2000-05-021-0/+3
| | | | if they don't exist yet.
* *** empty log message ***Dave Love2000-05-021-0/+12
|
* *** empty log message ***Gerd Moellmann2000-05-021-0/+13
|
* (french-calendar-multibyte-special-days-array)Gerd Moellmann2000-05-021-16/+7
| | | | | | (french-calendar-special-days-array): Change French text. (calendar-french-date-string): Change output. (calendar-goto-french-date): Likewise.
* (widget-default-active): Obey `:always-active'.Gerd Moellmann2000-05-021-4/+6
| | | | (widget-documentation-string-value-create): Set `:always-active'.
* (auto-save-list-file-prefix): For ms-dos, set theEli Zaretskii2000-05-022-11/+25
| | | | | | default prefix to `~/_emacs.d/auto-save.list/_s'. (normal-top-level): Create the directory for auto-save files, if it doesn't already exist, in the ms-dos case only.
* *** empty log message ***Eli Zaretskii2000-05-021-0/+5
|
* (set-language-environment): Don'tEli Zaretskii2000-05-021-1/+1
| | | | concat an integer (dos-codepage), use format instead.
* (help-xref-on-pp): Check for constant symbols.Dave Love2000-05-022-3/+13
|
* *** empty log message ***Gerd Moellmann2000-04-293-13/+34
|
* (normal-top-level): Put a condition-case aroundGerd Moellmann2000-04-291-2/+3
| | | | the code loading subdirs.el.
* Upside-down and face background color printing,Gerd Moellmann2000-04-291-41/+185
| | | | | | | | | | | | | line number step, doc fix. (ps-print-version): New version number (5.2). (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job) (ps-face-attribute-list, ps-plot-with-face): Code fix. (ps-spool-config): Var fix. (ps-printer-name-option): Const fix. (ps-print-upside-down, ps-use-face-background, ps-line-number-step): New vars. (ps-window-system, ps-lp-system): New consts. (ps-face-background): New fun.
* *** empty log message ***Gerd Moellmann2000-04-291-0/+10
|