summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add -apple and -aux.libc-960314libc-960313libc-960312libc-960311libc-960310libc-960309libc-960308libc-960307libc-960306Richard Kenner1996-03-051-2/+10
|
* (equalp): Correctly compare last elt of two lists.Richard M. Stallman1996-03-051-1/+2
|
* (mail-abbrevs-setup): Doc fix.Richard M. Stallman1996-03-051-0/+1
|
* (texinfo-section-types-regexp)Richard M. Stallman1996-03-051-0/+47
| | | | | | | | | (texinfo-section-level-regexp, texinfo-subsection-level-regexp) (texinfo-subsubsection-level-regexp): Add defvars. (texinfo-section-list): New variable. (texinfo-outline-level): New function. (texinfo-mode): Use them.
* (PC-do-completion-filename-completers): New variable.Richard M. Stallman1996-03-051-2/+6
| | | | (PC-do-completion): Use it.
* (wait_reading_process_input):Richard M. Stallman1996-03-051-2/+5
| | | | | | Pass DO_DISPLAY to detect_input_pending_run_timers. (Fopen_network_stream): Set immediate_quit around gethostbyname.
* (sit_for): Pass DISPLAY to detect_input_pending_run_timers.Richard M. Stallman1996-03-051-1/+1
|
* Global var `misc' renamed.Richard M. Stallman1996-03-051-8/+13
| | | | (desktop-buffer-misc): Renamed from misc. Add defvar.
* Global vars mam, fn, bn renamed.Richard M. Stallman1996-03-051-20/+34
| | | | | | | (desktop-buffer-major-mode): Renamed from mam. Add defvar. (desktop-buffer-file-name): Renamed from fn. Add defvar. (desktop-buffer-name): Renamed from bn. Add defvar. (desktop-create-buffer, desktop-buffer): Use new names.
* (desktop-list*): New function.Richard M. Stallman1996-03-051-13/+18
| | | | (desktop-internal-v2s): Generate output using desktop-list*.
* (save-place-kill-emacs-hook): Don't saveRichard M. Stallman1996-03-051-2/+4
| | | | if we never loaded the save-place-file.
* (moss): Fix previous change.libc-960305Erik Naggum1996-03-051-1/+1
|
* Accept -moss* as op sys.Richard Kenner1996-03-041-1/+1
|
* Comment change.Richard M. Stallman1996-03-041-1/+8
|
* (unforward-rmail-message): Add autoload declaration.Richard M. Stallman1996-03-041-0/+6
|
* (unforward-rmail-message): Delete autoload cookie.Richard M. Stallman1996-03-041-1/+0
|
* (rmail-unix-mail-delimiter): Don't accept newlines in month.Richard M. Stallman1996-03-041-1/+1
|
* [AIX] [HAVE_X11R5] (XIMStatusNothing): Definition deleted.Richard M. Stallman1996-03-041-9/+0
|
* (Fkill_local_variable): Call find_symbol_value directly,Richard M. Stallman1996-03-041-1/+1
| | | | not via Fsymbol_value, to avoid getting void-variable error.
* Comment change.Richard M. Stallman1996-03-041-1/+5
|
* Require cl only when compiling.Richard M. Stallman1996-03-031-5/+6
| | | | | (scroll-step): Don't set it globally. (dun-mode): Set scroll-step locally.
* (obj): Add xmenu.o.Richard M. Stallman1996-03-031-3/+3
| | | | (XOBJ): Delete xmenu.o.
* Put most of file into HAVE_MENUS conditional.Richard M. Stallman1996-03-031-0/+10
| | | | (Fx_popup_menu): Put parts into HAVE_MENUS conditionals.
* (main): Always call syms_of_xmenu.Richard M. Stallman1996-03-031-2/+0
|
* (texinfo-font-lock-keywords): Fixed regexp for `@end' and `@item'.Richard M. Stallman1996-03-031-1/+1
|
* (Fuse_global_map, Fuse_local_map): Don't call record_asynch_buffer_change.Richard M. Stallman1996-03-031-2/+0
|
* (dired-compress-file-suffixes): New variable.Richard M. Stallman1996-03-031-21/+49
| | | | (dired-compress-file): Use that to control file naming.
* (wait_reading_process_input): Use getpid when generating SIGIO.Richard M. Stallman1996-03-031-2/+2
|
* (global-map): Change C-M-g to M-g M-g.Richard M. Stallman1996-03-021-1/+1
|
* Comment change.Richard M. Stallman1996-03-0224-26/+29
|
* Comment change.Richard M. Stallman1996-03-023-3/+3
|
* (forms-insert-after): New variable. Non-nil means: inserts of newJohan Vromans1996-03-011-13/+31
| | | | | | records go after current record, also initial position is at last record. (forms-mode, forms-insert-record): Use it.
* (set-visited-file-name): Query if there's already anotherRichard M. Stallman1996-03-011-0/+5
| | | | buffer visiting this file.
* (compilation-parse-errors):Richard M. Stallman1996-03-011-26/+8
| | | | Collapse //'s using command-line-normalize-file-name.
* (command-line-normalize-file-name): Do save-match-data.Richard M. Stallman1996-03-011-8/+9
|
* (motion_event_is_in_menu): Make x and y signed.Richard M. Stallman1996-03-011-2/+2
|
* [X_CONNECTION_LOCK_FLAG] (abort, exit): New definitions.Richard M. Stallman1996-03-011-0/+2
|
* (imenu--menubar-select): No longer interactive.Richard M. Stallman1996-03-011-35/+35
| | | | | | | | | | | | (imenu-create-submenu-name): Function deleted. (imenu-example--create-lisp-index): Don't use it. (imenu--generic-function): Don't use imenu-create-submenu-name. (imenu-submenu-name-format): Variable deleted. (imenu--split-menu): Use TITLE as the head of the new list. Don't split if everything fits in one level. (imenu--split-submenus): New function. (imenu-update-menubar): Use imenu--split-submenus. (imenu--mouse-menu): Use imenu--split-submenus.
* (imenu-submenu-name-format): Delete the `...'.Richard M. Stallman1996-03-011-1/+1
|
* Add provide call.Richard M. Stallman1996-03-011-0/+2
|
* Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos. From tege.libc-960304libc-960303libc-960302Roland McGrath1996-03-011-1/+5
|
* Comment change.Richard M. Stallman1996-03-011-7/+21
|
* (backward-delete-char-untabify):Richard M. Stallman1996-02-291-5/+1
| | | | Don't handle overwrite-mode here (done in delete-backward-char).
* (iso-languages): Add ~? and ~!.Richard M. Stallman1996-02-291-0/+11
|
* Save if reqd in emacs-lisp-byte-compile-and-load.Simon Marshall1996-02-291-7/+9
|
* Avoid the #pragma alloca on AIX 4.Richard M. Stallman1996-02-291-0/+2
|
* (server-process-filter): Use command-line-normalize-file-name.Richard M. Stallman1996-02-281-5/+2
|
* (command-line-normalize-file-name): Convert /// at beginning to just /.Richard M. Stallman1996-02-281-0/+3
|
* (LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ.Richard M. Stallman1996-02-281-4/+19
| | | | This works around a localtime bug in mips-dec-ultrix.
* Comment change.Richard M. Stallman1996-02-281-1/+5
|