1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00
Commit Graph

43576 Commits

Author SHA1 Message Date
Francesco Potortì
d9256ccbd3 Etags improvement. 2002-08-30 16:41:25 +00:00
Francesco Potortì
9c485bbe70 (consider_token, C_entries): Switch to C++ parsing when
auto-detection is enabled and the `::' qualifier is met.
(consider_token, C_entries): Several bugs corrected that tagged
some declarations even though --declarations was not used.
(plainc): New macro.
(C_entries): Use it.
(C_entries): Several cosmetic changes.
(C_entries): Invalidate the token is some cases.
2002-08-30 16:38:58 +00:00
Francesco Potortì
ba88f8ebfc Bug corrections in etags. 2002-08-30 16:38:22 +00:00
Richard M. Stallman
d1951e6adc (ps-lp-system): Fixed typo in `usg-unix-v'. 2002-08-30 15:49:30 +00:00
Markus Rost
724f328c91 (menu-bar-read-mail): Doc fix. 2002-08-30 15:21:38 +00:00
Kenichi Handa
ba197fe66a (get_next_display_element): Fix previous change. 2002-08-30 13:44:55 +00:00
Kim F. Storm
6b3acc48d7 (struct w32_display_info) <x_highlight_frame>: Renamed from
w32_highlight_frame.
2002-08-30 13:22:12 +00:00
Kim F. Storm
4baaed0f99 Changed all occurrences of w32_highlight_frame with x_highlight_frame. 2002-08-30 13:19:45 +00:00
John Paul Wallington
da337a287b (ibuffer-update): Revert expansion of `caddr'.
(ibuffer-fontification-alist): Check hidden buffer case isn't
visiting a file and change its face to italic.
2002-08-30 12:42:36 +00:00
Kim F. Storm
c76654a23a (Qbar, Qbox): Removed.
(syms_of_macfns): Don't intern or staticpro them.
2002-08-30 12:07:52 +00:00
Kim F. Storm
f0c8e81d17 (enum text_cursor_kinds): Removed.
(struct output_x) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
(x_specified_cursor_type): Remove prototype.
2002-08-30 12:05:31 +00:00
Kim F. Storm
fdbe859cfb (x_specified_cursor_type): Remove prototype.
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
(x_display_and_set_cursor): Use get_window_cursor_type.
Remove unused local variables cursor_off_state.
Redraw cursor if hbar cursor width changes.
2002-08-30 12:05:04 +00:00
Kim F. Storm
33b2311e86 (Vblink_cursor_alist): Removed.
(Qbar, Qhbar, Qbox, Qhollow): Removed.
(syms_of_xfns): Don't intern, staticpro, or define them.
(x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.
2002-08-30 12:04:18 +00:00
Kim F. Storm
adce8b417f (enum text_cursor_kinds): Removed.
(struct output_w32) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
2002-08-30 12:03:50 +00:00
Kim F. Storm
50e363e6cb (Vblink_cursor_alist): Removed.
(Qbar, Qhbar, Qbox, Qhollow): Removed.
(syms_of_w32fns): Don't intern, staticpro, or define them.
(x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.
2002-08-30 12:03:01 +00:00
Kim F. Storm
bd59ac2c02 (enum text_cursor_kinds): Removed.
(struct output_mac) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR): Macro removed.
2002-08-30 12:02:32 +00:00
Kim F. Storm
668e2d3260 (x_specified_cursor_type): Remove prototype.
(x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
(x_display_and_set_cursor): Use get_window_cursor_type.
Remove unused local variables cursor_non_selected, active_cursor.
Redraw cursor if hbar cursor width changes.
(make_mac_frame): Set FRAME_DESIRED_CURSOR.
2002-08-30 12:02:10 +00:00
Kim F. Storm
154372ef09 (x_specified_cursor_type): Removed.
(x_set_cursor_type): Use set_frame_cursor_types.
2002-08-30 12:01:27 +00:00
Kim F. Storm
e4764db0dd (Qcursor_in_non_selected_windows): Extern removed.
(get_specified_cursor_type, get_window_cursor_type)
(set_frame_cursor_types): Added prototypes.
2002-08-30 12:01:01 +00:00
Kim F. Storm
6e80bf5a82 (cursor_in_non_selected_windows): Extern removed. 2002-08-30 12:00:36 +00:00
Kim F. Storm
cfe03a41d4 (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
Variables consolidated here.
(Valternate_cursor_type, Qalternate_cursor_type): New variables.
(Vcursor_in_non_selected_windows): Renamed from
cursor_in_non_selected_windows and changed to Lisp_Object.
(syms_of_xdisp): Define and staticpro new and moved variables.
(get_specified_cursor_type): Renamed from x_specified_cursor_type;
consolidated here.  Recognize Qhollow setting.
(set_frame_cursor_types): New function to set frame cursor types
based on the frame parameters.
(get_window_cursor_type): New function to calculate new cursor
type and width for the specified window.  Based on duplicated
code consolidated here.
Enhancements: cursor-in-non-selected-windows may be a cursor type,
check buffer-local alternate-cursor-type and blink-cursor-alist
before using built-in blink off methods.
2002-08-30 12:00:12 +00:00
Kim F. Storm
4d418fcc50 (enum text_cursor_kinds): Consolidated here.
Added DEFAULT_CURSOR value.
(struct frame) <desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: New fields.
Consolidated from output_x, output_w32 and output_mac structs.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
2002-08-30 11:59:35 +00:00
Kim F. Storm
654d5b91d7 These changes consolidates the handling of the cursor
type in xdisp.c, moving duplicate code and functionality from
xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
2002-08-30 11:58:54 +00:00
Juanma Barranquero
bbd55321df *** empty log message *** 2002-08-30 11:51:56 +00:00
Juanma Barranquero
ce8b7b9ff6 (occur-mode): Add interactive declaration. 2002-08-30 11:51:42 +00:00
Juanma Barranquero
72e97196e9 (imap-authenticator-alist, imap-stream-alist, imap-continuation): Fix typos. 2002-08-30 11:10:30 +00:00
Juanma Barranquero
0159948239 *** empty log message *** 2002-08-30 11:09:19 +00:00
Juanma Barranquero
764079389b (my-mark-marker): Fix typo. 2002-08-30 11:03:28 +00:00
Juanma Barranquero
674e010d7d (dcl-calc-cont-indent-relative): Fix typo. 2002-08-30 11:02:54 +00:00
Juanma Barranquero
134b66715d (idlwave-max-extra-continuation-indent): Fix typo. 2002-08-30 11:02:31 +00:00
Juanma Barranquero
c760d04023 (ex-compile-command): Fix typo. 2002-08-30 11:02:10 +00:00
Juanma Barranquero
c1b32502d0 (bibtex-mode): Fix typo. 2002-08-30 11:01:51 +00:00
Juanma Barranquero
9c46418eb6 (mouse-copy-work-around-drag-bug): Fix typo. 2002-08-30 11:01:29 +00:00
Juanma Barranquero
8c2d6a44a2 (font-lock-add-keywords): Fix typo. 2002-08-30 11:01:07 +00:00
Juanma Barranquero
f7abda1e51 (font-lock-defaults): Fix typo. 2002-08-30 11:00:46 +00:00
Juanma Barranquero
a1d5a11bc2 (bs-message-without-log): Fix typo. 2002-08-30 11:00:27 +00:00
Simon Josefsson
1121afb461 (smtpmail-via-smtp): Delete process buffer
unless s-debug-info is enabled.
2002-08-30 10:32:25 +00:00
Richard M. Stallman
2d187490c2 New version from jaco@teaser.fr, then shortened at the front by rms. 2002-08-30 06:06:15 +00:00
Richard M. Stallman
8db42d8d2b Fix typo. 2002-08-30 04:00:37 +00:00
John Paul Wallington
943949149f * ibuffer.el (ibuffer-update): Use minibufferp'. Expand caddr'.
* mwheel.el (mouse-wheel-up-button): Doc fix.
2002-08-29 22:06:26 +00:00
Stefan Monnier
e3441f426b Use match-string and drop useless `function's.
(ange-ftp-get-process): Bind `ange-ftp-this-user' and
`ange-ftp-this-host' before running ange-ftp-process-startup-hook.
(ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
(ange-ftp-parse-dired-listing): Update the calls.
(dired-local-variables-file): Declare to shut quieten the compiler.
(ange-ftp-file-entry-active-p): Remove.
(ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
Don't exclude dangling symlinks.
(ange-ftp-file-name-completion-1): Make predicate optional.
(ange-ftp-parse-list-func-alist): Use add-to-list to update.
(ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
(ange-ftp-bs2000-posix-hook-installed): Remove.
(ange-ftp-add-bs2000-posix-host): Don't use it anymore.
(ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
`ange-ftp-this-host' instead of `user' and `host'.
2002-08-29 21:48:50 +00:00
Juanma Barranquero
c9ae8cbb21 (occur-mode-hook): New hook.
(occur-mode): Use it.
(occur-hook): Set default to nil.
2002-08-29 21:40:28 +00:00
Richard M. Stallman
4390021bf8 (byte-compile-warning-prefix):
Decide here whether to print which form we're compiling.
If we do that, still print file and line.  Make file name
relative to default-directory.	Print fewer newlines.
(byte-compile-log-file): Print something even if no file.
Print messages for entering and leaving directories,
and set default-directory.
(displaying-byte-compile-warnings): Only sometimes bind warning-series.
(byte-compile-warning-series): New function.
(byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
(byte-compile-display-log-head-p): Function deleted.
2002-08-29 17:26:47 +00:00
Richard M. Stallman
f621ca08de (warning-series): Now can be a marker, not an integer.
(display-warning): Handle new value for warning-series.
2002-08-29 16:46:11 +00:00
Richard M. Stallman
a007b9d218 *** empty log message *** 2002-08-29 14:50:07 +00:00
Richard M. Stallman
8f876842ca (byte-compile-log-file): Use \f.
(byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
to don't-warn list.
2002-08-29 14:49:48 +00:00
Richard M. Stallman
f76041d5f6 Use American spelling of "behavior". 2002-08-29 14:47:52 +00:00
Richard M. Stallman
d3cdc6d04d Substantial rewrite. 2002-08-29 14:47:14 +00:00
Richard M. Stallman
d6635fa15e Use <Delback> instead of <Delete>, and explain how to find it. 2002-08-29 14:43:49 +00:00
Francesco Potortì
3c04a71a20 (C_entries): Corrected a problem with const C++ funcs.
(ignoreindent): Renamed from noindentypedefs.
(cjava, cplpl): They are now macros instead of local vars.

(HTML_labels): Tag ID= also.
2002-08-29 14:42:56 +00:00