summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (RUN-EMACS): Add --multibyte.Richard M. Stallman1998-06-101-1/+1
|
* (metamail-region): Don't use concat withDave Love1998-06-101-2/+2
| | | | numeric arg.
* Don't require dired when compiling.Dave Love1998-06-101-13/+9
| | | | | | (browse-url-lynx-input-delay, browse-url-lynx-input-attempts): Remove customization. (browse-url-grail): Respect new-window arg (Barry Warsaw).
* (ctl-x-map): Change vi-dot binding to repeat.Richard M. Stallman1998-06-101-1/+1
|
* (c-mode-menu): Use (mark t), not (mark), in enable-expressions.Richard M. Stallman1998-06-101-4/+4
|
* (widget-specify-secret): New function.Richard M. Stallman1998-06-101-16/+22
| | | | | (widget-after-change): Use it. (widget-specify-field): Use it.
* (other): New widget type.Richard M. Stallman1998-06-101-0/+11
|
* (readevalloop): New arg READFUN. Callers changed.Richard M. Stallman1998-06-101-13/+19
| | | | (Feval_region): New arg READ_FUNCTION.
* *** empty log message ***Richard M. Stallman1998-06-102-7/+15
|
* (Feval_region): Accept 4 args.Richard M. Stallman1998-06-101-1/+1
|
* (help-make-xrefs): When scanning keymap binding listings,Richard M. Stallman1998-06-101-5/+6
| | | | | scan from the very beginning. (help-follow-mouse): Avoid save-excursion, so can set point properly.
* (uce-message-text): Change the text of message that is sent.Richard M. Stallman1998-06-091-138/+200
| | | | | | | | | | | | | | (uce-reply-to-uce): Do not assume all Received lines are on top of message without headers like `From' or `To'. (uce-reply-to-uce): Parse Received lines better. (uce-mail-reader): New user option. (uce-reply-to uce): Add support for Gnus. User is supposed to set uce-mail-reader to `gnus' if using Gnus to read mail. The default is to assume Rmail. There's no magic to determine what mail reader is currently active, so it is not possible to mix using uce.el with Rmail and Gnus.
* Prevent diary display from being corrupted on printed calendar generation.Edward M. Reingold1998-06-091-1/+1
|
* Minor fix to previous change.Edward M. Reingold1998-06-091-2/+2
|
* Rewrote calendar-mouse-holidays, calendar-mouse-view-diary-entries,Edward M. Reingold1998-06-091-12/+50
| | | | | calendar-mouse-view-other-diary-entries to put results in popup menu to be consistent with other functions.
* Don't overide default value of diary-file.Edward M. Reingold1998-06-091-4/+4
|
* (PTR_TO_OFFSET): Alternate definition if not `emacs'.Richard M. Stallman1998-06-091-0/+4
|
* (mail-header-end): Widen.Richard M. Stallman1998-06-091-7/+11
| | | | (mail-text-start): Widen.
* (pod2man-program): Var reinstalled.Richard M. Stallman1998-06-091-2/+71
| | | | (cperl-pod-to-manpage, cperl-pod2man-build-command): Fns reinstalled.
* (apropos-print): The cross ref for a variableRichard M. Stallman1998-06-091-5/+6
| | | | should always do just describe-variable.
* Comment change.Richard M. Stallman1998-06-091-2/+4
|
* (ange-ftp-expand-dir): Use null-device.Richard M. Stallman1998-06-091-1/+1
|
* (null-device): New variable.Richard M. Stallman1998-06-091-0/+3
|
* (grep-null-device): Variable deleted.Richard M. Stallman1998-06-091-9/+6
| | | | | (grep-command, grep-find-use-xargs): Use null-device. (grep, grep-find): Use null-device.
* (find-file-noselect-1): New function.Richard M. Stallman1998-06-091-101/+123
| | | | | | (find-file-noselect): If want to visit literally and buffer is visited the ordinary way, or vice versa, ask user whether to re-visit, or save and revisit. Use find-file-noselect-1.
* *** empty log message ***Dan Nicolaescu1998-06-091-1/+1
|
* (ange-ftp-file-name-completion): Use ange-ftp-this-dir instead ofRichard M. Stallman1998-06-091-1/+2
| | | | literal "/" when calling real completion function.
* (XTread_socket): Accept Japanese XK keysyms.Richard M. Stallman1998-06-091-0/+1
|
* (redisplay_internal): If cursor's in the frame's echo area,Richard M. Stallman1998-06-091-19/+37
| | | | | | | make last_point invalid instead of setting it normally. (display_text_line): If cursor's in the frame's echo area, don't set this_line_endpos. (redisplay_window): Use Fwindow_end to find lower scroll margin.
* Comment change.Richard M. Stallman1998-06-081-1/+0
|
* Fix spooled file bugs.Richard M. Stallman1998-06-081-31/+38
| | | | | | | | | | | | | | | (ps-print-version): New version number (3.06.3) and doc fix. (ps-page-postscript): New var. (ps-begin-file): Initialize PostScript page number, eliminate total page and line number. (ps-begin-job): Eliminate PostScript Trailer section on spooled buffer, initialize total page and line number. (ps-end-file): Use PostScript page number. (ps-header-page): Adjust header page. (ps-generate): Adjust page and line count setting. (ps-do-despool): Eliminate PostScript Trailer section setting. (ps-generate): Call set-buffer-multibyte.
* (texinfo-insert-master-menu-list): Insert \n after @detailmenu.Richard M. Stallman1998-06-081-1/+2
|
* (ange-ftp-file-name-completion): Do hostnameRichard M. Stallman1998-06-081-5/+9
| | | | | | | | | | completion in root directory of all drives on Windows. (ange-ftp-file-name-all-completions): Fix regexp for detecting root directory on drives. (file-name-handler-alist): Remove the autoload tag from the top-level form which changes file-name-handler-alist to support Windows hostname completion.
* (struct lisp_parse_state): New field, levelstarts.Richard M. Stallman1998-06-081-2/+21
| | | | | (scan_sexps_forward): Use 10th elt of STATE to set levelstarts. (parse-partial-sexp): Add 10th elt to return value.
* Comment change.Richard M. Stallman1998-06-081-1/+1
|
* (cperl-problems): Doc fix.Richard M. Stallman1998-06-081-7/+3
|
* Second half of changes in version 1.4.Richard M. Stallman1998-06-071-10/+39
|
* (cperl-pod-to-manpage): Function deletedRichard M. Stallman1998-06-071-68/+0
| | | | | | (cperl-pod2man-build-command, cperl-perldoc-at-point): Likewise. (cperl-perldoc): Likewise. (pod2man-program): Variable deleted.
* (MANIFEST): Include most subdirs, but exclude subdirs.elRichard M. Stallman1998-06-071-1/+10
| | | | and default.el. Sort the results.
* Comment change.Richard M. Stallman1998-06-076-6/+6
|
* Comment change.Richard M. Stallman1998-06-072-3/+2
|
* Fix up first line.Richard M. Stallman1998-06-071-2/+2
|
* (struct kboard): New elts Vreal_last_command and Vlast_prefix_arg.Richard M. Stallman1998-06-071-0/+7
|
* (cmd_error): Init Vlast_prefix_arg.Richard M. Stallman1998-06-071-31/+31
| | | | | | | | | | | (init_kboard, command_loop_1): Init Vlast_prefix_arg. (Fcommand_execute): Set Vlast_prefix_arg to prefix arg used. (command_loop_1): Set Vreal_last_command with Vlast_command. (init_kboard): Init Vreal_last_command field. (syms_of_keyboard): Set up Lisp var real-last-command. (lispy_function_keys): Add kanji...eisu-toggle.
* (syms_of_callint): Set up Lisp variable.Richard M. Stallman1998-06-071-0/+4
|
* (mark_kboards): Mark Vlast_prefix_arg too.Richard M. Stallman1998-06-071-0/+1
|
* (mark_kboards): Mark all the Lisp_Object fields.Richard M. Stallman1998-06-071-0/+5
|
* (iswitchb-require-match, iswitchb-temp-buflist, iswitchb-bufs-in-frame):Stephen Eglen1998-06-071-9/+21
| | | | Variables declared with defvar to quieten the byte compiler.
* (mail-mode): Include `-- ' and `---+' inRichard M. Stallman1998-06-071-0/+1
| | | | paragraph-start and paragraph-separate.
* (message-mode): Set paragraph-start andRichard M. Stallman1998-06-071-7/+8
| | | | paragraph-separate as in mail-mode.