summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 3.3VENDOR-3_3Stefan Monnier2003-05-132098-2183668/+271
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0443-729/+728
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-04271-3413/+3413
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0473-420/+420
|
* *** empty log message ***Richard M. Stallman2003-02-044-0/+59
|
* (push_score, read_scores): Cast values of malloc and realloc.Richard M. Stallman2003-02-041-6/+8
| | | | (main, lock_file): Avoid assignment inside if.
* Whitespace changes.Richard M. Stallman2003-02-041-125/+122
|
* (echo_now): Update before_command_echo_length.Richard M. Stallman2003-02-041-18/+40
| | | | | | | | | | | | | | (Freset_this_command_lengths): Reset this_command_key_count etc. immediately rather than arranging to do it later. (before_command_key_count_1, before_command_echo_length_1) (before_command_restore_flag): Vars deleted. (add_command_key): Don't handle before_command_restore_flag. (read_char, record_menu_key): Don't update before_command_key_count or before_command_echo_length. (read_char): Don't handle before_command_restore_flag. (command_loop_1): Don't call adjust_point_for_property in direct-output clauses if it wouldn't be called in the ordinary case.
* (Glossary): Correction to Common Lisp cross reference.Richard M. Stallman2003-02-041-1/+1
|
* (term-raw-map): Set it up at load time.Richard M. Stallman2003-02-041-359/+281
| | | | | | | | | | | | | | | | | | | | | | | | (term-char-mode): Don't set up term-raw-map here. (term-set-escape-char): Don't set up C-x subcommand. (term-ansi-face-already-done): Renamed from term-ansi-face-alredy-done. (term-command-hook): Avoid error if STRING is empty. (term, term-mode): Doc fixes. Redesign handling of colors and faces. Delete all the faces that this mode used to make. (ansi-term-color-vector): New variable. (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector) (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector): Variables deleted. (term-default-fg-color, term-default-bg-color): Use defcustom. (term-handle-colors-array): Use ansi-term-color-vector, and specify face attributes rather than faces in `face' property. (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector) (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector) (term-ansi-reverse-faces-vector): Unused variables deleted. (term-ignore-error): Macro deleted.
* *** empty log message ***Juanma Barranquero2003-02-041-0/+4
|
* (image-type-regexps): Fix typo.Juanma Barranquero2003-02-041-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0465-1260/+1260
|
* (rmail-output): If preserving MIME-version, preserve Content-type too.Francesco Potortì2003-02-041-12/+12
|
* *** empty log message ***Francesco Potortì2003-02-041-0/+5
|
* (back-to-indentation): Skip all whitespace except for newlines.Richard M. Stallman2003-02-041-1/+2
|
* (find-alternate-file): Handle dired-directory like buffer-file-name.Richard M. Stallman2003-02-041-0/+6
|
* (dired-find-buffer-nocreate): Avoid error if dired-directory is nil.Richard M. Stallman2003-02-041-0/+1
|
* Make first page fit, and other updates.Richard M. Stallman2003-02-041-253/+306
|
* (syms_of_keyboard) <this-original-command>: Doc fix.Kim F. Storm2003-02-031-3/+4
|
* *** empty log message ***Kim F. Storm2003-02-032-0/+13
|
* (ido-define-mode-map): Remap viper delete char/wordKim F. Storm2003-02-031-1/+13
| | | | | | | | commands to their ido specific equivalents. Disable ESC in viper mode (to avoid exiting insert mode), since ido doesn't work in viper command mode. (ido-delete-backward-updir, ido-delete-backward-word-updir): Handle remapped viper commands.
* Upgraded to MH-E version 7.2.Bill Wohler2003-02-0319-650/+7603
| | | | See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
* Fix spacing.Juanma Barranquero2003-02-031-2/+2
|
* *** empty log message ***Juanma Barranquero2003-02-031-2/+6
|
* (calculator): Don't use the minibuffer even in electric mode; use a privateJuanma Barranquero2003-02-031-4/+2
| | | | buffer and display it in the minibuffer window using `set-window-buffer'.
* *** empty log message ***Dave Love2003-02-033-0/+124
|
* Fix header-line when scrollbar is on left and/or fringe isn't one char wide.Jonathan Yavner2003-02-021-9/+25
|
* Fix memory leak.Jan Djärv2003-02-022-84/+107
|
* *** empty log message ***Andreas Schwab2003-02-021-0/+10
|
* (asm-font-lock-keywords): Allow arbitraryAndreas Schwab2003-02-021-3/+4
| | | | | words separated by dots. Match optional parenthesized word at start of line.
* (font-lock-match-c-style-declaration-item-and-skip-to-next):Andreas Schwab2003-02-021-2/+2
| | | | Don't require underscore in word before double open-paren.
* *** empty log message ***John Paul Wallington2003-02-021-0/+4
|
* (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.John Paul Wallington2003-02-021-0/+1
|
* Updated image support on MS WindowsJason Rumney2003-02-021-7/+7
|
* More image notes.Jason Rumney2003-02-021-7/+11
|
* *** empty log message ***Jason Rumney2003-02-022-0/+14
|
* Automatically detect libXpm.Jason Rumney2003-02-021-13/+45
| | | | | Suppress compiler output when testing for image libraries. Give names of un-found libraries in messages.
* (w32_create_pixmap_from_bitmap_data): Use alloca forJason Rumney2003-02-011-17/+94
| | | | | | | | | local malloc. [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel definitions in xpm.h. (init_xpm_functions): New function. (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm. (init_external_image_libraries): Try to load libXpm.dll.
* Time Stamps: template must have space between quotation marks.Stephen Gildea2003-02-011-1/+1
|
* time-stamp.elStephen Gildea2003-02-011-0/+18
|
* Update example date in preamble commentary.Stephen Gildea2003-02-011-30/+49
| | | | | | | | | | | | | | | | | (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change regexp subpattern 5) (time-stamp-pattern): Initialize to nil to avoid regexp work in default case. (time-stamp-string): Call set-time-zone-rule instead of setenv (time-stamp-hhmmss): Remove (not needed after all). (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete. (time-stamp-format, time-stamp-pattern, time-stamp-warn-inactive, time-stamp-inserts-lines, time-stamp-count, time-stamp-time-zone, time-stamp, time-stamp-toggle-active, time-stamp-string-preprocess, time-stamp-once, time-stamp-conv-warn): Tweak doc strings.
* *** empty log message ***Jason Rumney2003-02-011-0/+5
|
* (Fcopy_file) [WINDOWSNT]: Reverse logic for settingJason Rumney2003-02-011-1/+2
| | | | timestamp.
* (custom-unlispify-menu-entry): Use with-current-buffer.Stefan Monnier2003-02-011-79/+63
| | | | | | (custom-save-variables): Use dolist, simplify. Output a message if a `requests' entry looks suspicious. (custom-save-faces): Use dolist, simplify.
* *** empty log message ***Juanma Barranquero2003-01-311-0/+105
|
* Version 2.2bJuanma Barranquero2003-01-311-320/+470
|
* (Skipping Characters): Multibyte conversion andDave Love2003-01-311-0/+13
| | | | char classes in skip-chars-forward.
* *** empty log message ***Dave Love2003-01-311-0/+5
|
* (Fskip_chars_forward)Dave Love2003-01-311-2/+4
| | | | (open-paren-in-column-0-is-defun-start): Doc fix.