summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (print): Declare local variable C as `int' instead ofRichard M. Stallman1998-02-081-1/+1
* (Fformat): Handle a symbol of which name containsRichard M. Stallman1998-02-081-4/+26
* (occur): Apply default by hand after read-from-minibuffer.Richard M. Stallman1998-02-081-3/+4
* (iso-transl-define-keys): Don't addRichard M. Stallman1998-02-071-4/+4
* (mouse-avoidance-fancy-hook): Do nothing if button is down.Richard M. Stallman1998-02-061-0/+10
* (imenu-generic-expression): Doc fix.Richard M. Stallman1998-02-061-7/+21
* Change argument number of Fdisplay_buffer to 3.Kenichi Handa1998-02-061-1/+1
* (GENERIC_FONT_PTR): Commented-out definition deleted.Richard M. Stallman1998-02-061-4/+0
* (rmail-clear-headers): Handle the last header in a message correctly.Richard M. Stallman1998-02-061-7/+9
* (Fpop_to_buffer): Pass new arg to Fdisplay_buffer.Richard M. Stallman1998-02-061-1/+1
* (easy-mmode-define-minor-mode): FixRichard M. Stallman1998-02-061-5/+4
* (font-lock-keywords): Doc fix.Richard M. Stallman1998-02-061-3/+3
* (Fdescribe_bindings_internal):Richard M. Stallman1998-02-051-17/+25
* (list2, list3, list4, list5): New functions.Richard M. Stallman1998-02-051-0/+31
* (describe-bindings): New command (formerly in keymap.c).Richard M. Stallman1998-02-051-0/+9
* (byte-compile-output-as-comment):Richard M. Stallman1998-02-051-3/+9
* (suspend-hook, suspend-resume-hook): New defvars.Richard M. Stallman1998-02-041-0/+6
* Customized.Stephen Eglen1998-02-041-16/+34
* (vc-ignore-vc-files): New variable.Dave Love1998-02-041-3/+13
* Use aref instead of sref.Kenichi Handa1998-02-042-16/+47
* (find-safe-coding-system): ReturnKenichi Handa1998-02-041-9/+8
* (compose-chars-component): ReturnKenichi Handa1998-02-041-3/+3
* Many codes re-written to adjust forKenichi Handa1998-02-041-204/+177
* Do not require `cl'.Kenichi Handa1998-02-041-30/+33
* (encode-hz-region): Do not bindKenichi Handa1998-02-041-2/+1
* Move codes which set syntax and category ofKenichi Handa1998-02-041-31/+0
* (etags): Fix defgroup syntax. Why should itKenichi Handa1998-02-041-1/+1
* (copy_text): When copying from multibyte to unibyte, doKenichi Handa1998-02-041-1/+1
* (Fsubst_char_in_region): Handle character-baseKenichi Handa1998-02-041-13/+13
* (Fiso_charset): Doc-string modified.Kenichi Handa1998-02-041-1/+7
* Doc fixes.Richard M. Stallman1998-02-041-32/+8
* Add support for Linux/ARM.libc-980213libc-980212Richard Kenner1998-02-031-0/+7
* (toggle-enable-multibyte-characters): Use set-buffer-multibyte.Richard M. Stallman1998-02-031-5/+7
* (reftex-toc): Fixed bug with split-window. UsingRichard M. Stallman1998-02-031-1273/+1554
* (mail-extr-all-letters-but-separators)Richard M. Stallman1998-02-031-3/+3
* (Faref, Faset): Allow indexing a char-tableRichard M. Stallman1998-02-031-2/+2
* (Fformat): If MULTIBYTE is changed to 1Richard M. Stallman1998-02-031-6/+25
* (Fmodify_category_entry): Doc fix.Richard M. Stallman1998-02-031-23/+25
* (search_buffer): New args pos_byte and lim_byte.Richard M. Stallman1998-02-031-11/+16
* (Fcall_process): Allow creating a new buffer for the output.Richard M. Stallman1998-02-031-1/+1
* (fill-region-as-paragraph): Fix the test for anyRichard M. Stallman1998-02-031-3/+3
* Fix mispelling.Edward M. Reingold1998-02-021-1/+1
* (hs-special-modes-alist): Improved the regexp for java.Dan Nicolaescu1998-02-021-2/+2
* (mldrag-drag-vertical-line): Fix criterionRichard M. Stallman1998-02-021-5/+6
* (byte-compile-from-buffer): Bind edebug-all-defs and edebug-all-forms to nil.Richard M. Stallman1998-02-021-3/+6
* (update-file-autoloads): Give clean errorsRichard M. Stallman1998-02-021-0/+4
* (float_to_string): Handle infinities and NaN specially.Richard M. Stallman1998-02-021-0/+20
* (read1): Handle infinities, NaN and -0.0 specially.Richard M. Stallman1998-02-021-1/+28
* (concat): Handle bool-vectors correctly.Richard M. Stallman1998-02-021-30/+34
* (concat): If making a string, a nonempty bool-vector is error.Richard M. Stallman1998-02-021-5/+69