- 09 May, 2004 22 commits
-
-
Juanma Barranquero authored
Warn about change of keybindings for winner-redo and -undo. Describe help argument highlighting feature.
-
Juanma Barranquero authored
-
Jason Rumney authored
Only add cp125* if windows-125* already defined.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Daniel Pfeiffer authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
(globals_of_w32fns): Set it.
-
Jason Rumney authored
-
Jason Rumney authored
coding-systems. Set up paper sizes for Windows 3 letter languages.
-
Jason Rumney authored
Also add cp125* if not already defined.
-
Thien-Thi Nguyen authored
-
Jason Rumney authored
coding system.
-
Miles Bader authored
-
Juanma Barranquero authored
Don't use CL-style default args.
-
Juanma Barranquero authored
(cvs-get-marked): Remove redundant arglist info.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
arglists. Accept structured arguments, like the first ones of `do' and `flet'.
-
- 08 May, 2004 18 commits
-
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
selection-coding-system on Windows.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(gensym, gentemp, typep, ignore-errors): Make argument names match their use in docstring.
-
Andreas Schwab authored
-
Juanma Barranquero authored
-
Andreas Schwab authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering): Fix spelling of Emacs on docstring. (Fset_process_coding_system, Fprocess_coding_system) (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p): Make argument names match their use in docstring. (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process): Fix docstring.
-
Thien-Thi Nguyen authored
Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
-
Juanma Barranquero authored
-
Thien-Thi Nguyen authored
-
Andreas Schwab authored
-
John Wiegley authored
* iswitchb.el (iswitchb-use-virtual-buffers): Added support for "virtual buffers" (off by default), which makes it possible to switch to the buffers of recently files. When a buffer name search fails, and this option is on, iswitchb will look at the list of recently visited files, and permit matching against those names. When the user hits RET on a match, it will revisit that file. (iswitchb-read-buffer): Added two optional arguments, which makes isearchb.el possible. (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match, iswitchb-next-match): Added support for virtual buffers.
-
John Wiegley authored
* isearchb.el: This module extends iswitchb to provide "as you type" buffer selection.
-
John Wiegley authored
* textmodes/flyspell.el (flyspell-highlight-incorrect-region): Ignore the read-only property when flyspell highlighting is on. Not ignoring it leads to a series of confusing errors. (flyspell-highlight-duplicate-region): Ignore read-only, as above, but also make sure to call flyspell-incorrect-hook. (flyspell-maybe-correct-transposition): Perform transposition test by bit twiddling a string, rather than using a temp buffer. (flyspell-maybe-correct-doubling): Use a string rather than a temp buffer. This is also the original version of the code, which could not be checked in before due to a previous lack of assignment papers. This version has seen heavy usage on my system for several years now.
-
John Wiegley authored
* calendar/cal-bahai.el: New file, which adds support for the Baha'i calendar to Emacs. This calendar is based on a solar year of 19 months of 19 days, with 4 intercalary days. Each year begins on March 21, with the calendar starting in 1844. * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el: Added support for using cal-bahai.el.
-