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

44327 Commits

Author SHA1 Message Date
André Spiegel
62c2e775ec (vc-dired-move): Adapt dired-move-to-filename-regexp to its current
version in dired.el.
2002-11-03 14:48:37 +00:00
Stefan Monnier
266b4e3ae4 *** empty log message *** 2002-11-03 13:36:16 +00:00
Stefan Monnier
959bc0443c (single_display_prop_intangible_p): Strings are intangible. 2002-11-03 13:35:46 +00:00
Stefan Monnier
a85e4d5887 (generate-file-autoloads, update-file-autoloads): Strip .gz extensions.
(update-autoloads-from-directories): Also consider compressed files.
2002-11-03 12:37:48 +00:00
Stefan Monnier
6af7040d52 (Info-streamline-headings): New var.
(Info-dir-remove-duplicates): New fun.
(Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
(Info-select-node): Simplify handling of Info-header-line.
(Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
(Info-mode): Set header-line-format once and for all.
(Info-fontify-node): Accept bogus first line with `File:' missing.
Only make first line invisible if Info-use-header-line.
Don't use `intangible': it's evil.  Use inhibit-read-only.
(Info-follow-reference, Info-next-reference, Info-prev-reference)
(Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
since we don't use intangible any more.
2002-11-03 12:01:33 +00:00
Stefan Monnier
538f9462d6 (get_pos_property): Don't hardcode Qfield. 2002-11-03 10:59:18 +00:00
Stefan Monnier
3a6607a224 (adjust_point_for_property): copy/paste error. 2002-11-03 09:36:55 +00:00
Stefan Monnier
7e16ef60e4 (adjust_point_for_property): Handle `display' prop on overlays.
Also handle `invisible' prop.
2002-11-03 09:00:47 +00:00
Stefan Monnier
5f1fbf6b35 (insert-image): Don't make intangible since
adjust_point_for_property should be sufficient by default.
2002-11-03 08:34:45 +00:00
Stefan Monnier
833815e8a7 (lisp-fill-paragraph): Use fill-comment-paragraph. 2002-11-03 03:46:56 +00:00
Stefan Monnier
3d9ce27e7b (fill-paragraph-handle-comment): New var.
(fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
(fill-paragraph): Use them.
2002-11-03 03:41:11 +00:00
Stefan Monnier
ea9d458bec (decode_coding_emacs_mule, decode_coding_iso2022)
(decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
2002-11-02 08:16:57 +00:00
Stefan Monnier
18a9f96815 (mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.
(mode-line-mule-info): Use them for the EOL part of the modeline.
2002-11-02 06:13:57 +00:00
Stefan Monnier
408784a7d5 (server-sentinel): Kill buffers if applicable.
(server-temp-file-p): Make arg optional.
(server-done): Use it to simplify.
(server-switch-buffer): If server-window is a function, use it.
2002-11-02 05:29:13 +00:00
Stefan Monnier
03c081a88f (rmail-digest-end-regexps): Simplify.
(undigestify-rmail-message): Fix paren-bug and simplify.
2002-11-02 05:16:58 +00:00
Stefan Monnier
c55224684c *** empty log message *** 2002-11-02 02:33:09 +00:00
Stefan Monnier
5ae0d69704 (tex-common-initialization): comment-start-skip shouldn't match on next line. 2002-11-02 02:16:36 +00:00
Stefan Monnier
2df6093916 (lisp-fill-paragraph): Use match-string and line-beginning-position.
Don't bother making paragraph-start a superset of paragraph-separate.
2002-11-02 01:38:03 +00:00
Kim F. Storm
5f812a3c68 (Info-hide-note-references): nil value now does no
reformatting at all.  New choice 'tag reformats tag but shows
the section reference.
(Info-fontify-node): Use it.
2002-11-01 22:48:12 +00:00
Kim F. Storm
14a7a282ea *** empty log message *** 2002-11-01 22:47:37 +00:00
Andreas Schwab
304f1f12d6 (Fmessage): Revert last change to properly handle %% format. 2002-11-01 22:35:02 +00:00
Stefan Monnier
86fad4ec40 (unuse_menu_items): New fun.
(menu_items_inuse): New var.
(syms_of_xmenu): Initialize it.
(init_menu_items): Use it to detect re-entrance.
(Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done.
(Fx_popup_menu): Remove spurious XSETFRAME.
2002-11-01 20:13:54 +00:00
Dave Love
97098195f2 *** empty log message *** 2002-11-01 19:55:43 +00:00
Stefan Monnier
2db1186a25 (find_field): Make an exception for nil fields. 2002-11-01 19:06:06 +00:00
Stefan Monnier
65b3448598 (sgml-skip-tag-backward, sgml-skip-tag-forward):
Deal with xml-style <foo/> empty tags.
2002-11-01 17:41:41 +00:00
Kim F. Storm
6968582fe0 (ido-read-file-name): Removed leftover debug message "gotit". 2002-11-01 09:18:40 +00:00
Kim F. Storm
a9efebd0ba (Info-hide-note-references): New defcustom.
(Info-fontify-node): Use it.
2002-11-01 08:53:50 +00:00
Kim F. Storm
becf65839b *** empty log message *** 2002-11-01 08:53:18 +00:00
Kim F. Storm
969a063106 (explicit-bash-args): Bash 1.x doesn't grook
--noediting option; added run-time check to exclude it.
2002-10-31 23:37:15 +00:00
Kim F. Storm
32f53dacac *** empty log message *** 2002-10-31 23:36:56 +00:00
Kim F. Storm
9cb65411e1 (Info-follow-reference, Info-next-reference)
(Info-prev-reference, Info-try-follow-nearest-node): Bind
inhibit-point-motion-hooks to t while parsing reference.
(Info-fontify-node): When font-lock-mode is enabled, display
"*note" and "* menu" references in a more user friendly format.
2002-10-31 22:08:03 +00:00
Kim F. Storm
99d597da8f *** empty log message *** 2002-10-31 22:07:34 +00:00
Kim F. Storm
f5d2564de3 *** empty log message *** 2002-10-31 22:02:12 +00:00
Dave Love
560d7ceb94 (XTread_socket): Fix last change.
(xaw_scroll_callback): Cast call_data to long to avoid warning.
2002-10-31 17:59:30 +00:00
Dave Love
296b92467f *** empty log message *** 2002-10-31 17:58:26 +00:00
Stefan Monnier
8d2ff84085 (Fformat_network_address): Fix int/Lisp_Object mixup. 2002-10-31 16:22:07 +00:00
Stefan Monnier
68eb8bd544 *** empty log message *** 2002-10-31 00:42:35 +00:00
Stefan Monnier
ef11ff9b1f (fill-move-to-break-point): Skip white space
_before_ checking to see if we're hitting the margin.
(fill-region-as-paragraph): Don't fiddle with the undo-list any more:
it's now done by the C primitives.  Don't use narrowing.
Reorganize the line-breaking part of the code to simplify the control
flow and make it work in the absence of narrowing.
(fill-region): Don't use narrowing.
2002-10-31 00:30:36 +00:00
Stefan Monnier
58401a3476 (overlays_around, get_pos_property): New funs.
(find_field): Use them.
Also be careful not to modify POS before its last use.
(Fmessage): Don't Fformat if there's nothing to format.
2002-10-30 23:11:26 +00:00
Dave Love
2baf1bfa54 *** empty log message *** 2002-10-30 19:48:51 +00:00
Dave Love
3180897ccc (po-content-type-charset-alist): Delete most
entries.
(po-find-charset): Doc fix.  Remove interactive spec.
(po): Provide.
(po-find-file-coding-system-guts): Re-written to use
coding-system-alist, and code-pages, not codepage stuff.
2002-10-30 19:47:53 +00:00
Dave Love
cf07d2bdf6 Remove some ancient compatibility code. Populate
x-keysym-table.
2002-10-30 19:26:23 +00:00
Dave Love
7273faa10e Comment. 2002-10-30 19:17:50 +00:00
Dave Love
ee648c1188 (Fforward_comment): Doc fix. 2002-10-30 19:17:31 +00:00
Dave Love
e62cab61d5 Include sys/wait.h.
[HAVE_PTY_H]; Include pty.h.
2002-10-30 19:16:32 +00:00
Dave Love
e63304b745 (Fload) <!load_dangerous_libraries>: Close fd. 2002-10-30 19:15:17 +00:00
Dave Love
ed3230db33 (lispy_accent_codes, lispy_accent_keys): Extended.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.
(modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>: Fix
sprintf call.
2002-10-30 19:13:10 +00:00
Dave Love
dbd4b028f6 (Qeql): Declare.
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it.  Deal with ASCII keysyms.
(XSetIMValues) [HAVE_X11R6]: Prototype.
2002-10-30 19:12:37 +00:00
Dave Love
a8c834bfdb (bcopy, bzero): Define conditional on HAVE_BCOPY.
(bcmp): Define conditional on HAVE_BCMP.
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't make conditional on IRIX6.
2002-10-30 18:59:01 +00:00
Dave Love
a86892dc69 Don't include strings.h.
(bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
2002-10-30 18:58:46 +00:00