1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

44811 Commits

Author SHA1 Message Date
Richard M. Stallman
c0316672c0 (cc-bytecomp-obsolete-var): Add an else-clause to the if to avoid
confused compiler warning.
2002-12-04 11:46:31 +00:00
Richard M. Stallman
612221ab83 (fcntl.h): Test only HAVE_FCNTL_H. 2002-12-04 11:44:34 +00:00
Richard M. Stallman
321ce330a7 (tooltip-gud-tips-p): Undo previous change. 2002-12-04 11:43:05 +00:00
Richard M. Stallman
a8773ec1f4 Don't use #error. 2002-12-04 11:40:32 +00:00
Richard M. Stallman
b1b57aa840 Whitespace changes. 2002-12-04 11:32:37 +00:00
Richard M. Stallman
708c440496 Conditionally find getopt.h.
[_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
2002-12-04 11:19:12 +00:00
Richard M. Stallman
554ed1ff28 (const): Move outside !HAVE_CONFIG_H conditional.
(libintl.h): Include this if _LIBC.  Otherwise include gettext.h.
(wchar.h): Include, maybe.
(attribute_hidden): Define if not defind.
(__getopt_initialized): Use attribute_hidden.
(__libc_argc, __libc_argv): Renamed from original_argc, etc.
(__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
Conditional on USE_NONOPTION_FLAGS.
(SWAP_FLAGS): New definitions.
(exchange): Test USE_NONOPTION_FLAGS.
(_getopt_initialize): Test USE_NONOPTION_FLAGS.
(_getopt_internal): Error if argc < 1.  New local var print_errors.
Improve test for ambiguous long option.
Add LIBIO support for error message output.
(NONOPTION_P): Test USE_NONOPTION_FLAGS.
2002-12-04 11:17:43 +00:00
Richard M. Stallman
e1e86c97c5 Maybe include ctype.h.
Treat __cplusplus like __STDC__.
(decls): Use __ in arg names.
2002-12-04 11:08:06 +00:00
Richard M. Stallman
062b24bf78 Delete shell mode pcomplete item because that code was taken out. 2002-12-04 11:05:53 +00:00
Richard M. Stallman
0b76c0f0ef (Copyleft): Rewrite definition. 2002-12-04 11:03:17 +00:00
Markus Rost
24ff45f3b7 (File Local Variables): Fix typo. 2002-12-04 04:00:48 +00:00
Stefan Monnier
e0823361bc Get rid of (quote ..); use match-string and ignore. 2002-12-03 22:24:21 +00:00
Stefan Monnier
65d7dd2e57 (gdba): Use the default for gud-find-file.
(def-gdb-variable): Remove: fold into def-gdb-var.
(def-gdb-var): Use buffer-local-value and with-current-buffer.
2002-12-03 21:40:47 +00:00
Stefan Monnier
f5016b6f0a (gdba, gdb-starting, gdb-stopped, gdb-quit): Update gdb-running -> gud-running. 2002-12-03 21:11:15 +00:00
Stefan Monnier
b94a30018e (gud-running): Rename from gdb-running. Update uses.
(gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
tool-bar-add-item-from-menu to avoid let binding tool-bar-map
which fails if tool-bar.el is loaded in the mean time.
(gud-file-name): New fun.
(gud-find-file): Use it as default value for gud-find-file.
(gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
on gud-find-file.
(gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
(gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
(gud-pdb-find-file, gud-jdb-find-file): Remove.
(gud-query-cmdline): Don't stuff the whole cwd in the command.
(gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
(gud-mipsdbx-massage-args): Remove.
(gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
(gud-irixdbx-marker-filter): Use match-string and gud-file-name.
(gud-jdb-command-name): New var.
(gud-common-init): Re-instate RMS code of 11/13.
2002-12-03 21:07:39 +00:00
Dave Love
02d588e236 *** empty log message *** 2002-12-03 10:32:16 +00:00
Dave Love
a4895da13f (ucs-unify-8859, ucs-unify-8859)
(ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
(ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
2002-12-03 10:31:28 +00:00
Dave Love
48265e61f0 (Qucs_set_table_for_input): New.
(Fget_buffer_create): Use it.
(Qset_buffer_major_mode_hook): Deleted.
(Fset_buffer_major_mode): Revert previous change.
(init_buffer_once): Intern ucs-set-table-for-input.
(syms_of_buffer): Delete Qset_buffer_major_mode_hook.  Add
&Qucs_set_table_for_input.
2002-12-03 10:27:00 +00:00
Andreas Schwab
5a1a5f5807 . 2002-12-03 00:34:09 +00:00
Andreas Schwab
a0b1a02278 (custom-display): Add checkbox for type mac. 2002-12-03 00:32:50 +00:00
Andreas Schwab
451e26973f . 2002-12-03 00:12:08 +00:00
Andreas Schwab
26e57f3b8a (whitespace-highlight-face): Fix face spec. 2002-12-03 00:10:40 +00:00
Andreas Schwab
170d30061f (Fcall_interactively): Use next_event only if less
than key_count.
2002-12-02 23:30:54 +00:00
Stefan Monnier
a8fd50efad *** empty log message *** 2002-12-02 22:31:01 +00:00
Stefan Monnier
2d64b6f696 (completion-setup-function): Fix last change to use
minibuffer-completing-file-name instead.
2002-12-02 22:24:34 +00:00
Stephen Eglen
45adde3246 (main): Tell user how to start server within Emacs if socket could not
be found.
2002-12-02 20:57:42 +00:00
Andrew Choi
c0752905a7 2002-12-02 Andrew Choi <akochoi@shaw.ca>
* make-bin-dist, osx-install: Remove.

        * INSTALL: Remove description of make-bin-dist and osx-install.
2002-12-02 17:25:20 +00:00
Andrew Choi
72742a999a 2002-12-02 Andrew Choi <akochoi@shaw.ca>
* macmenu.c (add_menu_item, fill_menubar): Truncate menu item
        names to 255 characters.

        * macterm.c (XTread_socket): If all frames have been collapsed,
        expand the first one before handling drag-and-drop events.

        * s/darwin.h (GETPGRP_NO_ARG): Delete.  Replaced by GETPGRP_VOID,
        which is detected by autoconf.
2002-12-02 17:13:46 +00:00
Stephen Eglen
4b5e69bd44 *** empty log message *** 2002-12-02 16:30:23 +00:00
Richard M. Stallman
19fa03f370 *** empty log message *** 2002-12-02 16:20:46 +00:00
Richard M. Stallman
ec17ee7864 (ispell-dict-map): Move specific dictionary selection into a submenu. 2002-12-02 16:20:36 +00:00
Richard M. Stallman
f601aaf8f8 (fill-indent-to-left-margin): New function.
(fill-newline, fill-region-as-paragraph): Use that.
2002-12-02 16:19:52 +00:00
Richard M. Stallman
15c064363c (completion-setup-function): Handle ffap-read-file-or-url-internal
specially like read-file-name-internal.
2002-12-02 16:18:33 +00:00
Richard M. Stallman
0179b84651 (c++-font-lock-extra-types): Fix previous change. 2002-12-02 16:17:29 +00:00
Richard M. Stallman
d4fb162228 (makefile-font-lock-keywords): Highlight more make keywords:
defined, endef, override, export, unexport and vpath.
2002-12-02 16:16:52 +00:00
Richard M. Stallman
38732dbaa3 (main): Test HAVE_GETCWD rather than BSD_SYSTEM. 2002-12-02 16:14:35 +00:00
Steven Tamm
c4ea99e1a8 Switched copying of .el files to be on by default. 2002-12-02 16:12:45 +00:00
Stefan Monnier
ed09af61b0 (change-log-mode): Set indent-line-function explicitly
to what it was before indent-line-function's default was changed.
2002-12-02 16:09:02 +00:00
Dave Love
7666b1cb8c (autoarg-kp-mode): Give it a :group. 2002-12-02 13:01:24 +00:00
Noah Friedman
8e28519a40 (PC-do-completion): Do not add wildcards to pattern unless filename is
non-nil.
2002-12-02 08:51:39 +00:00
Andreas Schwab
90a7967a9a . 2002-12-01 23:38:48 +00:00
Andreas Schwab
dd60908b89 (mouse-wheel-scroll-amount): Fix customize type. 2002-12-01 23:37:29 +00:00
Andreas Schwab
5213c97dc5 . 2002-12-01 23:16:57 +00:00
Andreas Schwab
2e8f601205 (show-paren-mismatch-face): Fix face spec. 2002-12-01 23:15:37 +00:00
Steven Tamm
40e6ff959e unexmacosx.c: Now corrects the offset in two hints table to allow prebinding
to be redone and allow the executable to be stripped.
2002-12-01 06:33:53 +00:00
Steven Tamm
b6f85fd7e0 Removing unnecessary symlink from emacs -> emacs-version 2002-11-30 23:43:51 +00:00
Steven Tamm
876e727eb5 Added a lot of options to reduce disk size of both the installer and the final
application.  Added option to make installer generate self-contained Emacs.app.
Now nolonger creates a "full-dist" by default, by omitting .el files that have
already been compiled.
2002-11-30 22:06:38 +00:00
Steven Tamm
1fc3ed8543 Removed comment about mouse-2 & -3 not working (they do) 2002-11-30 22:05:25 +00:00
Nick Roberts
5ce0fb9197 (tooltip-gud-process-output): Handle annotations that
are output with gdba in gdb-ui.el.
(tooltip-strip-annotations): New function.
2002-11-30 20:58:38 +00:00
Nick Roberts
e057060c2d (gdb-many-windows): Define as a minor mode.
(toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2002-11-30 20:57:48 +00:00