aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (Composite Types): Explain what arguments are. Show what keyword-valueRichard M. Stallman2002-07-231-27/+66
| | | | pairs look like. Give list of keywords. Put restricted-sexp last.
* (select-safe-coding-system):Richard M. Stallman2002-07-231-1/+3
| | | | Don't ask for confirmation of mismatch if find-file-literally was used.
* Texinfo usage fixes.Richard M. Stallman2002-07-231-8/+8
|
* (Fmessage): Treat "" like nil.Richard M. Stallman2002-07-232-1/+7
|
* (add-log-current-defun): Fix typo in documentation.Markus Rost2002-07-232-1/+5
|
* *** empty log message ***Kenichi Handa2002-07-231-1/+1
|
* (face_before_or_after_it_pos): CallKenichi Handa2002-07-232-1/+6
| | | | FETCH_MULTIBYTE_CHAR with byte postion, not char position.
* (add-log-mailing-address): Fix type. Can be a string.Markus Rost2002-07-232-1/+9
|
* (ido-separator): Fix type.Markus Rost2002-07-231-1/+1
|
* (DONTCOMPILE): Remove cus-start.el.Andrew Innes2002-07-232-18/+93
| | | | | | | | | | | | | | (DONTCOMPILE): Add various language files. (DONTCOMPILE): Remove term/xterm.el. (finder-inf.el): Remove. (update-authors): New target. (TAGS-LISP): Remove $(lispsource). (compile-always): Renamed from `compile-files'. (compile): New target, adapted from `compile-files'. (compile-calc): New target. (recompile): Change `.' to $(lisp). (bootstrap): Add update-subdirs and finder-data to dependencies; change compile-files to compile.
* #André Spiegel2002-07-221-0/+4
|
* *** empty log message ***Juanma Barranquero2002-07-221-0/+6
|
* (init_callproc) [DOS_NT]: Initialize Vshared_game_score_directory to nil.Juanma Barranquero2002-07-221-0/+8
| | | | (syms_of_callproc) [DOS_NT]: Likewise.
* Change German es-zett in my name from Latin-9 to Latin-1 encoding.Kai Großjohann2002-07-221-1/+1
|
* Fixup encoding.Andreas Schwab2002-07-221-94/+94
|
* (vc-next-action-on-file): Preserve find-file-literally.André Spiegel2002-07-221-6/+7
|
* (display_line): Replace an unconditional abort with an assertion.Richard M. Stallman2002-07-222-3/+8
|
* (mark-sexp-diary-entries): Retrieve markRichard M. Stallman2002-07-221-89/+96
| | | | | | | | | | | | | | | | | | | | | | | | | from diary-sexp-entry and pass it to mark-visible-calendar-date. (list-sexp-diary-entries): Update doc string for new docs for .... If diary-sexp-entry returns a cons, only add the text to the diary list. (diary-sexp-entry): Allow sexps to return a cons of the form (MARK . STRING) to specify what face or character mark should be used in the calendar display. (diary-date, diary-block, diary-float, diary-anniversary) (diary-cyclic): Add optional MARK parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY). (check-calendar-holidays, diary-iso-date) (calendar-holiday-list, diary-french-date, diary-mayan-date) (diary-julian-date, diary-astro-day-number, diary-chinese-date) (diary-islamic-date, list-islamic-diary-entries) (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern) (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha) (diary-rosh-hodesh, list-hebrew-diary-entries) (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern) (diary-coptic-date, diary-persian-date, diary-phases-of-moon) (diary-sunrise-sunset, diary-sabbath-candles): Remove interactive flag from autoloads.
* (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha, diary-parasha):Richard M. Stallman2002-07-221-80/+97
| | | | | Add optional MARK parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY).
* (diary-phases-of-moon): Add optional MARKRichard M. Stallman2002-07-221-4/+7
| | | | | parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY).
* (diary-sabbath-candles): Add optional MARKRichard M. Stallman2002-07-221-4/+8
| | | | | parameter, specifying what face or character to use in the calendar display. These will now return (MARK . ENTRY).
* (double-click-fuzz): Added.Richard M. Stallman2002-07-221-0/+1
|
* (browse-url-lynx-input-attempts): Use defcustom.Richard M. Stallman2002-07-221-3/+7
| | | | (browse-url-lynx-input-delay): Add custom type and group.
* removed forgotten (debug) formCarsten Dominik2002-07-221-1/+0
|
* Updated to reftex 4.17Carsten Dominik2002-07-2212-236/+361
|
* *** empty log message ***Ken Raeburn2002-07-221-0/+9
|
* Regenerated.Markus Rost2002-07-223-787/+882
|
* * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.Ken Raeburn2002-07-221-5/+1
| | | | (DATA_SEG_BITS): Define.
* * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,Ken Raeburn2002-07-221-16/+2
| | | | | ARRAY_MARK_FLAG): Deleted. (DATA_SEG_BITS): Define.
* * m/att3b.h (XINT): Don't define.Ken Raeburn2002-07-221-5/+6
| | | | | (VALBITS, VALMASK, XTYPE): Deleted. (DATA_SEG_BITS): Define.
* (XSETINT): Deleted.Ken Raeburn2002-07-212-2/+1
|
* *** empty log message ***Richard M. Stallman2002-07-212-0/+25
|
* (redisplay_window): Don't test BEG_UNCHANGEDRichard M. Stallman2002-07-211-3/+3
| | | | | and END_UNCHANGED when setting buffer_unchanged_p. Use current_matrix_up_to_date_p to decide whether to use try_cursor_movement.
* (HAVE_SHARED_GAME_DIR): Undef deleted.Richard M. Stallman2002-07-211-3/+0
|
* (PATH_GAME): New macro, edited by ../Makefile.in.Richard M. Stallman2002-07-211-0/+3
|
* (init_callproc): Set up Vshared_game_score_directory.Richard M. Stallman2002-07-211-5/+5
| | | | | Set to nil if dir does not exist. (syms_of_callproc): Init unconditionally and simply.
* (Fbuffer_list): Doc fix.Richard M. Stallman2002-07-211-1/+3
|
* (ucs-quail-activate): Cope if buffer-file-coding-system is nil.Richard M. Stallman2002-07-211-3/+5
|
* (last-buffer): Use buffer-list with frame arg.Richard M. Stallman2002-07-211-11/+11
| | | | Create *scratch* if no other choice exists. Fix bugs.
* Updated.Richard M. Stallman2002-07-211-1136/+1116
|
* (gamedir, localstatedir): New variables.Richard M. Stallman2002-07-211-0/+8
| | | | (epaths-force): Insert value of gamedir into PATH_GAME.
* (gamedir): Handle it like lispdir.Richard M. Stallman2002-07-211-15/+1
| | | | (--with-game-dir option): Deleted.
* The appropriate whitespace setting for smallbook are part of texinfo.tex.Robert J. Chassell2002-07-211-10/+1
|
* (end_of_text, end_of_data): Unused functions deleted.Ken Raeburn2002-07-212-37/+2
|
* (XSETUINT, XSETPNTR): Unused macros deleted.Ken Raeburn2002-07-212-2/+2
|
* comment last changeKen Raeburn2002-07-211-1/+5
|
* *** empty log message ***Ken Raeburn2002-07-211-1/+1
|
* (mmap_realloc): When shrinking, make sure number ofKen Raeburn2002-07-212-1/+6
| | | | pages is rounded towards zero.
* Bump version to 2.0.2.Kai Großjohann2002-07-213-118/+238
| | | | | | | | | | | | | | | | | | | | | (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to longer names. Use old names "sm1", "sm2" and so on for methods invoking "ssh -1" or "ssh -2". (tramp-multi-file-name-structure-separate): Typo, its name was set to "tramp-file-name-structure-separate". Trivial patch. From Steve Youngs <[email protected]>. (tramp-multi-sh-program): New variable. (tramp-open-connection-multi): Use it. Now you can use multi methods from Windows (at least in principle). (tramp-do-copy-or-rename-via-buffer): New function. (tramp-do-copy-or-rename-file): Use it. Change and simplify logic. Omit special case of invoking rcp directly to copy the files. (tramp-open-connection-su, tramp-multi-connect-telnet) (tramp-multi-connect-rlogin, tramp-multi-connect-su) (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name): Use backticks in format-spec for brevity and to avoid character/number confusion in XEmacs.
* remove outdated commentKen Raeburn2002-07-211-1/+0
|