aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix autoload cookies.Gerd Moellmann2001-04-235-14/+19
|
* (Colors X): Say "-rv" instead of "-r", for consistency.Eli Zaretskii2001-04-231-1/+1
|
* *** empty log message ***Gerd Moellmann2001-04-232-0/+17
|
* Instead of defining line-beginning-position andGerd Moellmann2001-04-231-3/+15
| | | | | | | | | line-end-position a defalias is used for point-at-bol and point-at-eol. Added XEmacs compatibility code. (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
* Add more translations. FromGerd Moellmann2001-04-231-0/+10
| | | | [email protected] (Janusz S. Bie,Bq(B).
* Minor fix, @var{function} -> @var{mode-function}.Richard M. Stallman2001-04-221-2/+2
|
* Minor clarification.Richard M. Stallman2001-04-221-5/+6
|
* Explain binding TAB etc using \t etc.Richard M. Stallman2001-04-221-5/+16
| | | | Minor clarifications.
* Fully document \d.Richard M. Stallman2001-04-221-3/+3
|
* (Rmail make Summary): Document and index rmail-summary-by-regexp.Eli Zaretskii2001-04-221-0/+11
| | | | Reported by Bill Richter.
* (sentence-end): Doc fix.Eli Zaretskii2001-04-222-0/+5
|
* (wait_reading_process_input) [!subprocesses]: Don'tEli Zaretskii2001-04-212-19/+11
| | | | | reference waiting_for_user_input_p, it's not defined in the branch without async subprocesses support.
* (Colors X): Add -rv to the list of options.Eli Zaretskii2001-04-211-0/+1
|
* Comment fixes.Gerd Moellmann2001-04-201-21/+21
|
* (sql-escape-newlines-and-send): New function.Gerd Moellmann2001-04-202-3/+143
| | | | | | | | | | | | | | | | (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send. (sql-db2-program): New option. (sql-db2-options): New option. (sql-db2): New function. (sql-mode-menu): Added highlighting entries. (sql-highlight-oracle-keywords): New function. (sql-highlight-postgres-keywords): New function. (sql-highlight-ansi-keywords): New function. (sql-help): Doc change.
* * saveplace.el (save-place-alist-to-file): Removed no-effect codeKarl Fogel2001-04-191-4/+0
| | | | | | that inserted file content only to delete it immediately. Probably a cut-and-paste bug. Thanks to Juanma Barranquero <[email protected]> for the patch.
* (easy-mmode-defsyntax): Unquote `doc'.Stefan Monnier2001-04-192-8/+7
|
* Use GNU Free Documentation License.Gerd Moellmann2001-04-192-39/+54
|
* Use GNU Free Documentation License.Gerd Moellmann2001-04-198-242/+249
|
* Add copyright notices.Gerd Moellmann2001-04-191-43/+50
|
* *** empty log message ***Gerd Moellmann2001-04-191-3/+3
|
* (delete_kboard): Prevent a dangling referenceGerd Moellmann2001-04-192-2/+19
| | | | from current_kboard to KB, which is freed.
* (wait_reading_process_input): CallGerd Moellmann2001-04-192-10/+52
| | | | | record_asynch_buffer_change after running timers, to make read_key_sequence aware of buffer changes from under it.
* Doc fix in korean-hangul input method.Eli Zaretskii2001-04-192-1/+5
|
* (Qscalable_fonts_allowed): New variable.Gerd Moellmann2001-04-182-30/+14
| | | | | | | | | (realizing_basic_faces_p): Removed. (x_face_list_fonts): Special handling for realizing_basic_faces_p removed. (realize_basic_faces): Specbind Qscalable_fonts_allowed to t. (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default for scalable-fonts-allowed to t.
* Fix the copying conditions as per GFDL.Eli Zaretskii2001-04-181-1/+6
|
* Fix markup of control characters.Eli Zaretskii2001-04-181-13/+14
|
* *** empty log message ***Gerd Moellmann2001-04-182-0/+10
|
* (Finsert_file_contents): If the file size returned fromGerd Moellmann2001-04-181-0/+6
| | | | | | stat is zero, set END to READ_BUF_SIZE. This makes sure we can read from files on a procfs whose contents are generated dynamically.
* (toplevel): Comment out the specGerd Moellmann2001-04-181-2/+4
| | | | for defmethod.
* Mention comint-cr-magic.Gerd Moellmann2001-04-181-0/+6
|
* *** empty log message ***Gerd Moellmann2001-04-1811-0/+6320
|
* (comint-cr-magic): New function.Gerd Moellmann2001-04-181-0/+24
| | | | (toplevel): Add it to comint-preoutput-filter-functions.
* *** empty log message ***Andrew Innes2001-04-183-0/+27
|
* (EMACSLOADPATH): Define.Andrew Innes2001-04-181-11/+9
| | | | | | | | | (custom-deps): (autoloads): (.el.elc): (compile-files-CMD): (compile-files-SH): (recompile): Remove stuff to set EMACSLOADPATH.
* (EMACSLOADPATH): Define.Andrew Innes2001-04-181-10/+9
| | | | | | | ($(TIT)): ($(MISC_DIC)): (.el.elc): (leim-list.el): Remove stuff to set EMACSLOADPATH.
* (EMACSLOADPATH): Ensure EMACSLOADPATH is defined inAndrew Innes2001-04-181-226/+231
| | | | the environment.
* (SETLOADPATH): Remove definition.Andrew Innes2001-04-181-1/+2
| | | | | (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the environment.
* ("Slovak"): Add tutorial entry.Gerd Moellmann2001-04-182-0/+3
|
* (browse-url-new-window-flag): Renamed fromGerd Moellmann2001-04-181-30/+31
| | | | browse-url-new-window-p.
* browse-url-new-window-p -> browse-url-new-window-flag.Gerd Moellmann2001-04-182-0/+8
|
* Fix a typo.Gerd Moellmann2001-04-181-1/+1
|
* *** empty log message ***Dave Love2001-04-181-1/+2
|
* (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is notEli Zaretskii2001-04-182-1/+16
| | | | | defined, include stddef.h and use __SIZE_TYPE__ instead of size_t. (__memalign_hook): Make the two prototypes consistent.
* (Info-menu-update): When there are no menus and/or noEli Zaretskii2001-04-172-2/+8
| | | | | cross references in the node, make the respective items of the Info menu-bar menu inactive.
* *** empty log message ***Dave Love2001-04-171-6/+0
|
* *** empty log message ***Gerd Moellmann2001-04-172-0/+8
|
* (indent-for-tab-command): Call indent-line-functionGerd Moellmann2001-04-171-4/+2
| | | | with no argument if PREFIX-ARG is non-nil.
* (redisplay_window): Make sure to clear the desired glyphGerd Moellmann2001-04-171-0/+2
| | | | matrix of mini-windows.
* Fix a typo in auto-save-list-file-prefix.Eli Zaretskii2001-04-171-1/+1
|