aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Dave Love2001-03-012-2/+5
|
* (mm-inhibit-file-name-handlers): AddDave Love2001-03-011-1/+3
| | | | image-file-handler.
* *** empty log message ***Dave Love2001-03-011-0/+18
|
* (defvar): Wrap some defvars inDave Love2001-03-011-8/+9
| | | | eval-when-compile. From Markus Rost <[email protected]>.
* (event-basic-type): Doc fix.Dave Love2001-03-011-1/+1
|
* (ccl-compile): Doc fix.Dave Love2001-03-012-2/+3
|
* Doc fixes.Dave Love2001-03-012-50/+47
|
* Doc fixes.Dave Love2001-03-011-10/+11
| | | | (leim-list-header): Fix header text.
* (save-buffer-state): Use inhibit-modification-hooksStefan Monnier2001-03-012-6/+9
| | | | rather than (before|after)-change-functions.
* *** empty log message ***Gerd Moellmann2001-03-011-0/+6
|
* (ediff-scroll-horizontally): Arrange forGerd Moellmann2001-03-011-3/+11
| | | | | scroll-left and scroll-right being called interactively so that they set the window's min_hscroll.
* (info-insert-file-contents-1): Accept an additionalEli Zaretskii2001-03-012-17/+48
| | | | | | | | | argument `lfn': if it is non-nil, concatenate `filename' and `suffix'; otherwise use the complicated MS-DOS code. All callers changed. (info-insert-file-contents, Info-find-node): If the MS-DOS port can access long file names, try the long file-name version of `info-insert-file-contents-1', then the short file-name version.
* ("Ethiopic"): Add documentation.Kenichi Handa2001-02-281-3/+20
|
* (setup-ethiopic-environment-internal): Change bindings of functionsKenichi Handa2001-02-282-12/+34
| | | | keys to conform to "Emacs Lisp Coding Convention".
* *** empty log message ***Kenichi Handa2001-02-281-0/+6
|
* (mule-utf-8): Set coding-category property to coding-category-utf-8.Kenichi Handa2001-02-281-0/+1
|
* *** empty log message ***Kenichi Handa2001-02-281-0/+5
|
* (lpr-add-switches): Default to t on gnu/linux.Richard M. Stallman2001-02-272-3/+4
|
* (lpr-page-header-switches, print-region-1): Undo 2000-07-06 change.Richard M. Stallman2001-02-271-2/+3
|
* *** empty log message ***Richard M. Stallman2001-02-271-0/+5
|
* (bs-attributes-list): Doc fix.Gerd Moellmann2001-02-272-1/+5
|
* *** empty log message ***Gerd Moellmann2001-02-261-0/+2
|
* (describe-project): Display the file THE-GNU-PROJECT.Gerd Moellmann2001-02-261-1/+1
|
* (command-line-1): Add info about ordering manualsGerd Moellmann2001-02-262-4/+14
| | | | to the not so fancy splash screens.
* (view-order-manuals): Use goto-address.Gerd Moellmann2001-02-261-1/+2
|
* #André Spiegel2001-02-261-0/+5
|
* (vc-default-workfile-unchanged-p, vc-default-latest-on-branch-p): AddAndré Spiegel2001-02-261-3/+3
| | | | missing BACKEND argument.
* *** empty log message ***Gerd Moellmann2001-02-261-0/+3
|
* (lazy-lock-fontify-after-idle): Make sure toGerd Moellmann2001-02-261-1/+4
| | | | fontify in the right buffer.
* (outline-flag-region): Move macro in front of firstGerd Moellmann2001-02-262-15/+22
| | | | use to avoid a run-time error.
* *** empty log message ***Andrew Innes2001-02-241-0/+4
|
* Fix copyright notice.Andrew Innes2001-02-241-3/+2
|
* *** empty log message ***Kenichi Handa2001-02-241-0/+3
|
* (mule-utf-8): Set correct value for valid-codes property.Kenichi Handa2001-02-241-1/+2
|
* *** empty log message ***Kenichi Handa2001-02-241-0/+6
|
* (x-complement-fontset-spec): In theKenichi Handa2001-02-241-2/+13
| | | | | case that we use ASCII font for the other charsets, use only family and regisry part of it.
* (fit-window-to-buffer, window-safely-shrinkable-p)Eli Zaretskii2001-02-232-1/+9
| | | | (shrink-window-if-larger-than-buffer): Doc fix.
* (hi-lock-unface-buffer): Use nil rather than t forStefan Monnier2001-02-232-1/+6
| | | | predicate passed to completing-read.
* *** empty log message ***Eli Zaretskii2001-02-231-0/+4
|
* (command-line): Fix last change.Eli Zaretskii2001-02-231-1/+1
|
* (tool-bar-originally-present): New variable.Jason Rumney2001-02-231-0/+15
| | | | (command-line): Set it if the tool-bar is switched on at startup.
* *** empty log message ***Jason Rumney2001-02-231-0/+1
|
* (frame-notice-user-settings): Only adjust frame heightJason Rumney2001-02-232-4/+13
| | | | for no tool-bar case if tool-bar was originally switched on.
* (server-switch-buffer): Only switch window if the current one is dedicated.Stefan Monnier2001-02-222-2/+6
|
* (fill-region-as-paragraph): Skip spaces backwardStefan Monnier2001-02-222-4/+9
| | | | | | rather than using (match-beginning 0) when searching for break point. Because match-data might have been destroyed by fill-nobreak-predicate or might never have been setup if the re-search-backward has failed.
* Fix a typo in a comment.Eli Zaretskii2001-02-221-1/+1
|
* (texinfo-format-scan): Signal an error ifEli Zaretskii2001-02-222-1/+23
| | | | | @ follows an accent command such as @'. Support optional braces in commands that insert accents, like makeinfo does.
* *** empty log message ***Gerd Moellmann2001-02-221-0/+12
|
* (fancy-splash-text): Add a line for orderingGerd Moellmann2001-02-221-15/+17
| | | | | manuals. Reverse order of splash screens shown. (use-fancy-splash-screens-p): Adapt to the text line added.
* (view-order-manuals): New function.Gerd Moellmann2001-02-221-1/+8
| | | | (toplevel): Bind C-h C-m to this function.