aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new versionMichael Kifer1997-07-252-6/+35
|
* (rmail-mime-feature): Doc and custom fix.Richard M. Stallman1997-07-251-2/+2
|
* Customized.Richard M. Stallman1997-07-251-90/+197
| | | | Doc fixes.
* (mail): Improve confirmation questions for file-visiting mail buffers.Richard M. Stallman1997-07-251-4/+13
|
* (debug-ignored-errors): Update the dabbrev.el errors.Richard M. Stallman1997-07-241-0/+51
| | | | Add errors generated by ediff*.el.
* (ediff-update-diffs): Change error message.Richard M. Stallman1997-07-241-1/+1
|
* (selection_data_to_lisp_data):Richard M. Stallman1997-07-241-2/+3
| | | | Make the vector the right size, when format is 16.
* (landmark-repeat, landmark): New aliases.Richard M. Stallman1997-07-241-3/+10
| | | | Add autoload cookies.
* (main): Make --help msg end in newline.Richard M. Stallman1997-07-241-1/+1
|
* Many doc fixes.Richard M. Stallman1997-07-241-32/+42
| | | | | (handwrite): Add autoload cookie. (menu-bar-handwrite-map): Comment out the code to put this in the menu bar.
* (read-quoted-char): Convert function keys like ReturnRichard M. Stallman1997-07-241-0/+5
| | | | into ASCII equivalents.
* (Fx_create_frame): Don't fail to initialize `font'.Richard M. Stallman1997-07-241-2/+2
|
* (wait_reading_process_input): Initialize total_read.Richard M. Stallman1997-07-241-2/+9
| | | | Check for read_process_output giving back EIO.
* (Fdelete_frame): Undo previous change.Richard M. Stallman1997-07-241-0/+4
|
* (read_char): Delete spurious UNGCPRO.Richard M. Stallman1997-07-241-2/+10
| | | | | Add UNGCPRO before the longjmps to wrong_kboard_jmpbuf. Initialize c before the GCPRO1.
* Comment change.Richard M. Stallman1997-07-243-6/+6
|
* Comment changeRichard M. Stallman1997-07-241-2/+2
|
* Customized.Richard M. Stallman1997-07-241-13/+31
|
* (calendar-day-name): New optional args WIDTH, ABSOLUTE.Richard M. Stallman1997-07-241-14/+35
| | | | | | (calendar-month-name): New optional arg WIDTH. (generate-calendar-month, calendar-date-string): Pass new args instead of using substring here.
* Don't create C-x r and C-x n submaps here.Richard M. Stallman1997-07-241-3/+0
|
* (Fforward_comment): When count1 is negative, return nil if FROM reaches STOP.Richard M. Stallman1997-07-241-1/+7
|
* (Fcurrent_message): New function.Richard M. Stallman1997-07-241-0/+10
| | | | (syms_of_editfns): defsubr it.
* (face-documentation): Renamed from face-doc-string.Richard M. Stallman1997-07-241-3/+4
| | | | | (set-face-documentation): Renamed from set-face-doc-string. (face-doc-string): Make this an alias.
* (custom-declare-face): Use [set-]face-documentation.Richard M. Stallman1997-07-241-2/+2
|
* (bg-yank-or-pop): Changed eql to eq.Richard M. Stallman1997-07-241-1/+1
|
* (read-input-method-name): Fix error msg.Richard M. Stallman1997-07-241-1/+1
|
* (te-newline): Change eql to eq.Richard M. Stallman1997-07-241-14/+14
| | | | | (te-insert-lines, te-delete-lines, te-process-output): Likewise. (te-parse-program-and-args, te-get-char): Likewise.
* (tex-categorize-whitespace): Use eq, not eql.Richard M. Stallman1997-07-241-3/+3
|
* (stamp-bytecomp): Fix shell conditional.Richard M. Stallman1997-07-241-2/+3
| | | | (clean): Fix shell conditional.
* Comment change.Richard M. Stallman1997-07-242-7/+5
|
* (iswitchb-get-bufname): Only add buffer of currentRichard M. Stallman1997-07-241-3/+7
| | | | window if it is not already in list.
* (eql): byte-defop-compiler definition deleted.Richard M. Stallman1997-07-231-2/+1
|
* Change eql calls to eq.Richard M. Stallman1997-07-231-7/+7
|
* Change eql calls to = or equal.Richard M. Stallman1997-07-231-7/+7
|
* Update copyright notice and permission notice.Richard M. Stallman1997-07-231-4/+6
| | | | | (metafont-mode): Add autoload cookie. (metapost-mode): Add autoload cookie.
* (auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.Richard M. Stallman1997-07-231-0/+3
| | | | Add ".clo" for latex-mode.
* (diary-entry-time): Downcase the am/pm letter.Richard M. Stallman1997-07-231-4/+2
|
* (syms_of_buffer): Doc fix.Richard M. Stallman1997-07-231-0/+2
|
* (syms_of_eval): Doc fix.Richard M. Stallman1997-07-231-2/+4
|
* (set-face-font-explicit): Call internal-set-face-1 properly.Richard M. Stallman1997-07-231-1/+1
|
* (occur): Use text property `occur' to store theRichard M. Stallman1997-07-231-51/+81
| | | | | | | | | | | | marker for the occurrence in the source buffer. This replaces the list `occur-pos-list', and fixes the bug for multi-line matches. Set up `occur-point' text property for occur-next and occur-prev. (occur): occur-num-matches stores the number of matches found. (occur-mode-find-occurrence): Use `occur' text property to find marker for locus of the occurrence. (occur-next, occur-prev): New commands. (occur): Fixed bug preventing line number being displayed if line number is less than the number of lines of context.
* (dired-omit-new-add-entry): Take new arg RELATIVERichard M. Stallman1997-07-231-3/+3
| | | | and pass it to dired-omit-old-add-entry (which is dired-add-entry).
* Undo previous change.Richard M. Stallman1997-07-231-0/+3
|
* Various error messages fixed.Richard M. Stallman1997-07-231-14/+20
| | | | | (ph-cadr, ph-cadr): New functions. All calls to cdar and cadr changed.
* Initial revisionRichard M. Stallman1997-07-231-0/+1129
|
* (modify-coding-system-alist): Doc fix.Richard M. Stallman1997-07-221-7/+8
|
* (find-buffer-file-type-coding-system,Geoff Voelker1997-07-221-2/+2
| | | | find-buffer-process-coding-system): Remove second argument.
* Test `__unix' along with `unix'.Richard M. Stallman1997-07-221-1/+1
|
* (syms_of_coding): Doc fix.Richard M. Stallman1997-07-221-3/+7
|
* (mail-indent-citation): Undo previous change.Richard M. Stallman1997-07-221-14/+11
| | | | | Instead, convert region-end to a marker before the loop. (mail-yank-original, mail-yank-region): Undo previous change.