summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * simple.el (insert-buffer): Interactive default changed to a moreFrancesco Potortì1996-03-181-4/+9
| | | | reasonable one.
* Comment change.Richard M. Stallman1996-03-181-0/+3
|
* (describe-mode): Handle minor mode w/o mode line indicator.Richard M. Stallman1996-03-181-2/+5
|
* (X_I18N_INHIBITED): New macro--define thisRichard M. Stallman1996-03-181-5/+23
| | | | | | instead of undefining HAVE_X_I18N. (x_window) [HAVE_X_I18N]: Set FRAME_XIM. [X_I18N_INHIBITED]: Set FRAME_XIM and FRAME_XIC to 0.
* (x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame.Richard M. Stallman1996-03-181-0/+7
|
* (struct x_output): New member xim.Richard M. Stallman1996-03-181-0/+3
| | | | (FRAME_XIM): New macro.
* Perl Manual item deleted.Richard M. Stallman1996-03-171-4/+0
|
* (fill-context-prefix): Unused var `eol' deleted.Richard M. Stallman1996-03-171-2/+1
|
* Comment/whitespace change.Richard M. Stallman1996-03-171-7/+11
|
* (update_from_various_frame_slots)Richard M. Stallman1996-03-171-2/+2
| | | | (update_various_frame_slots): Take account of menubar_height.
* (LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.Richard M. Stallman1996-03-171-3/+9
| | | | (TERMINFO): Don't define this.
* (NEED_LIBW): Defined.Richard M. Stallman1996-03-171-0/+4
|
* (X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.Richard M. Stallman1996-03-171-7/+0
|
* (X11R5_INHIBIT_I18N): Definition moved here.Richard M. Stallman1996-03-171-0/+7
|
* (HAVE_VERSION_H): Add #undef.Richard M. Stallman1996-03-171-0/+2
|
* (occur): If no matches, just display in echo area.Richard M. Stallman1996-03-171-90/+96
|
* (map-y-or-n-p): Fix previous change.Richard M. Stallman1996-03-171-3/+5
| | | | Delete autoload cookie (file is preloaded).
* (lisp-fill-paragraph): Treat code-and-comment case specially.Richard M. Stallman1996-03-171-3/+13
|
* (imenu-generic-expression): Autoload the make-variable-buffer-local call.Richard M. Stallman1996-03-171-0/+1
|
* (report-emacs-bug): Use a different address for pretest versions.Richard M. Stallman1996-03-171-2/+11
|
* (comint-exec-1): Use dumb instead of unknown, for terminfo.Richard M. Stallman1996-03-171-2/+2
|
* (install-arch-dep): Don't depend on install-arch-indep.Richard M. Stallman1996-03-171-3/+5
|
* (WinMain): Allocate a console for stdoutGeoff Voelker1996-03-171-1/+23
| | | | and stderr if necessary.
* Don't define backspace, M-backspace, delete,Geoff Voelker1996-03-161-6/+9
| | | | and M-delete; they are already defined in winnt.el.
* (Vwin32_pass_alt_to_system,Geoff Voelker1996-03-161-6/+79
| | | | | | | | Vwin32_pass_optional_keys_to_system): New variables. (reset_modifiers, map_keypad_keys): New functions. (win32_wnd_proc): Fixup keypad function keys. Handle the three new keys on Windows keyboards. Reset internal keyboard modifier state upon window focus.
* (VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS):Geoff Voelker1996-03-161-0/+24
| | | | | Define virtual keys for the numpad functions and the three new keys on Windows keyboards.
* Recognize mips-*-sysv*libc-960321libc-960320libc-960319libc-960318libc-960317libc-960316libc-960315Ian Lance Taylor1996-03-151-0/+7
|
* (compilation-find-buffer): Only choose compilation-last-buffer if it isRoland McGrath1996-03-141-0/+1
| | | | compilation-buffer-p.
* (wait_reading_process_input) [! subprocesses]: RunKarl Heuer1996-03-141-36/+42
| | | | | timers and redisplay if they were run, like the code for systems which support subprocesses does.
* Remove -fno-builtin hackery from -lm check.Roland McGrath1996-03-121-5/+0
|
* * gnus-cus.el: Removed font changes that would break `M-x customize'.Lars Magne Ingebrigtsen1996-03-121-31/+31
|
* Various changes.Richard M. Stallman1996-03-101-37/+13
|
* [!subprocesses] (wait_reading_process_input):Richard M. Stallman1996-03-101-4/+44
| | | | Port the timer changes from the other wait_reading_process_input.
* (x_calc_absolute_position): Don't explicitly subtractRichard M. Stallman1996-03-091-2/+2
| | | | the external menu bar height--PIXEL_HEIGHT (f) includes that.
* (mail-abbrev-modtime): New variable.Richard M. Stallman1996-03-091-2/+17
| | | | | | (mail-abbrevs-sync-alaises): New function. Updates mail-abbrevs if modtime of mail-personal-alias-file is different than mail-abbrev-modtime. (mail-abbrevs-setup): Call mail-abbrevs-sync-aliases.
* (mail-get-names): Understand "+username" format for /etc/passwd lines.Richard M. Stallman1996-03-091-4/+8
|
* (imenu--mouse-menu): Pass proper arg to x-popup-menu.Richard M. Stallman1996-03-091-0/+3
|
* (-lm check): If $GCC, append -fno-builtin to $CC for just this test.Roland McGrath1996-03-081-1/+7
|
* (imenu--menubar-select): Handle the "rescan" item.Richard M. Stallman1996-03-081-1/+6
|
* (AC_PREREQ): Require version 2.8 of Autoconf.Roland McGrath1996-03-081-4/+4
|
* (equalp): Use string-equal on strings.Erik Naggum1996-03-081-2/+2
|
* (LD_SWITCH_MACHINE): Undo previous change--Richard M. Stallman1996-03-081-2/+5
| | | | | | define this unconditionally. (LD_SWITCH_SITE): New conditional definition. For gcc 2.7.x, use /bin/ld instead of collect2,
* (menu-bar-tools-menu): Delete ediff-doc and eregistry items.Richard M. Stallman1996-03-081-4/+0
|
* (profile-convert-byte-code): New function.Richard M. Stallman1996-03-081-0/+18
| | | | (profile-a-function): Use profile-convert-byte-code.
* (init_sys_modes): Clear INLCR like ICRNL.Richard M. Stallman1996-03-081-0/+4
|
* (bibtex-pop): New generic function which unifies theRichard M. Stallman1996-03-081-227/+359
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality of bibtex-pop-previous and bibtex-pop-next. Now, bibtex-pop moves to the end of field after the pop. Concatenated strings are now handled correctly. Delimiters are not added to non-delimited entries. Changed occurences of bibtex-text-in-cfield to bibtex-text-in-field. (bibtex-pop-previous, bibtex-pop-next): Call bibtex-pop. (bibtex-complete-string): Fixed bug that removed delimiters around the following field if current field is already undelimited on completion. (bibtex-complete-string, bibtex-remove-double-quotes-or-braces): Only remove delimiters if field text is not concatenated. (bibtex-font-lock-keywords): Use the same regexps used in all other places of bibtex.el to parse the buffer. (bibtex-mode): Changed the definition of font-lock-defaults, so that quote-delimited entries aren't fontified as strings anymore. (bibtex-parse-keys): Changed the regexp used for finding crossref entries. (bibtex-field-const, bibtex-reference-key): Fixed the regexp to match more of the characters allowed here by BibTeX/LaTeX. (bibtex-field-name): Made it less restrictive. (bibtex-field-string): Changed so that quote-delimited entries with quotes inside aren't a problem anymore. Changed nesting level of braces in entries to support three inner braces. (bibtex-validate-buffer): By giving an optional argument, the user can now let it not validate the whole buffer, but only the portion starting at point. Small modification in strategy used to find next entry. (bibtex-print-help-message): Ignore case in field name when searching for help text. (bibtex-submit-bug-report): New function.
* (main) [! HAVE_NTGUI]: Don't call syms_of_xmenu.Richard M. Stallman1996-03-081-0/+2
|
* (write_segment,copy_sym): Increase blocking from 128 to 4k bytes.Richard M. Stallman1996-03-081-18/+16
| | | | | (adjust_lnnoptrs): Handle include file names, mostly for dbx. (unrelocate_symbols): Remove some unnecessary tests.
* (rmail-make-basic-summary-line): Limit line countRichard M. Stallman1996-03-081-2/+9
| | | | to reformatted header if we have reformatted it.
* (wait_reading_process_input):Richard M. Stallman1996-03-081-0/+4
| | | | Redisplay after timer_check if timers were actually run.