1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

53928 Commits

Author SHA1 Message Date
Richard M. Stallman
2d36e6a937 (Shell Commands in Dired): Delete the ? example. 2004-12-31 15:11:01 +00:00
Richard M. Stallman
a0c283e67b (Scrolling): Correct scroll-preserve-screen-position. 2004-12-31 15:10:02 +00:00
Richard M. Stallman
940f53e5f8 (window_scroll_pixel_based): Only look at
Vscroll_preserve_screen_position if the old PT can't be kept.
(syms_of_window) <scroll-preserve-screen-position>: Doc fix.
2004-12-31 15:07:48 +00:00
Richard M. Stallman
1241e32da1 *** empty log message *** 2004-12-31 15:04:25 +00:00
Richard M. Stallman
c4f1973081 (Saving): Describe new require-final-newline features
and mode-require-final-newline.
2004-12-31 15:04:13 +00:00
Richard M. Stallman
706d2537e1 (text-mode): Use mode-require-final-newline. 2004-12-31 14:58:41 +00:00
Richard M. Stallman
7e63064822 (texinfo-mode): Use mode-require-final-newline. 2004-12-31 14:58:20 +00:00
Richard M. Stallman
cf98062af0 (vhdl-mode): Use mode-require-final-newline. 2004-12-31 14:58:03 +00:00
Richard M. Stallman
a471c5615e (simula-mode): Use mode-require-final-newline. 2004-12-31 14:57:45 +00:00
Richard M. Stallman
61871c70f8 (sh-require-final-newline):
Alist value now controls whether to use mode-require-final-newline.
(sh-set-shell): Implement that new meaning.
2004-12-31 14:57:21 +00:00
Richard M. Stallman
68e442738d (python-mode): Use mode-require-final-newline. 2004-12-31 14:55:23 +00:00
Richard M. Stallman
d473a4f9e0 (perl-mode): Use mode-require-final-newline. 2004-12-31 14:55:01 +00:00
Richard M. Stallman
c3b575e1ac (modula-2-mode): Use mode-require-final-newline. 2004-12-31 14:54:45 +00:00
Richard M. Stallman
6c11795edc (mixal-mode): Use mode-require-final-newline. 2004-12-31 14:54:29 +00:00
Richard M. Stallman
44825abfc9 (idlwave-mode): Use mode-require-final-newline. 2004-12-31 14:54:11 +00:00
Richard M. Stallman
3f355f3ef8 (icon-mode): Use mode-require-final-newline. 2004-12-31 14:53:55 +00:00
Richard M. Stallman
fd98e23a7a (fortran-mode): Use mode-require-final-newline. 2004-12-31 14:53:40 +00:00
Richard M. Stallman
722d313233 (f90-mode): Use mode-require-final-newline. 2004-12-31 14:53:24 +00:00
Richard M. Stallman
7d441781a7 (cperl-mode): Use mode-require-final-newline. 2004-12-31 14:53:01 +00:00
Richard M. Stallman
10902d694d (cfengine-mode): Use mode-require-final-newline. 2004-12-31 14:52:42 +00:00
Richard M. Stallman
876d19ef1d (c-require-final-newline): Fix custom type, doc. 2004-12-31 14:52:17 +00:00
Richard M. Stallman
1750e02f51 (c-common-init): Use mode-require-final-newline. 2004-12-31 14:51:05 +00:00
Richard M. Stallman
c1741bb3a1 (antlr-mode): Use mode-require-final-newline.
Delete old-Emacs compatibility code.
(antlr-c-common-init): Function deleted.
2004-12-31 14:50:27 +00:00
Richard M. Stallman
64a0475c02 (ada-mode): Use mode-require-final-newline. 2004-12-31 14:49:18 +00:00
Richard M. Stallman
9f0781df8a (snmp-common-mode): Use mode-require-final-newline. 2004-12-31 14:48:45 +00:00
Richard M. Stallman
f4206092a2 (require-final-newline): Allow visit' and visit-save'.
(mode-require-final-newline): New option.
(after-find-file): Handle require-final-newline with new values.
(basic-save-buffer): Handle new values of require-final-newline.
2004-12-31 14:48:12 +00:00
Jay Belanger
a10e1fb7da *** empty log message *** 2004-12-31 06:29:47 +00:00
Jay Belanger
3310869825 Replace mentions of M-#M-# by C-cC-c to finish editing. 2004-12-31 06:08:43 +00:00
Jay Belanger
dcbdf5730b (calc-edit-mode): Mention C-cC-c as the way to finish, C-xk as the way
to cancel the edit.  Add cancel routine to kill-buffer-hook.
2004-12-31 05:59:44 +00:00
Jay Belanger
7c31514af1 (calc-graph-show-dumb): Mention C-cC-c as the way to return to Calc. 2004-12-31 05:58:44 +00:00
Jay Belanger
ebf0c6152c *** empty log message *** 2004-12-31 03:48:19 +00:00
Jay Belanger
c760c1eebd Remove obsolete MacEdit code.
(calc-macro-edit-algebraic, calc-macro-edit-variable)
(calc-macro-edit-variable-2, calc-macro-edit-quick-digit):
Remove functions.
2004-12-31 03:30:46 +00:00
Jay Belanger
c84eeafa02 (calc-same-interface, calc-quit): Remove obsolete MacEdit code. 2004-12-31 03:29:25 +00:00
Kenichi Handa
e205f8c148 (buffer-file-coding-system-explicit):
Renambed for explicit-buffer-file-coding-system.
(after-insert-file-set-coding): Adjusted for the above change.
2004-12-31 00:00:42 +00:00
Kenichi Handa
47d14b48b3 (revert-buffer): Change
explicit-buffer-file-coding-system to
buffer-file-coding-system-explicit.
(basic-save-buffer-1): Likewise.
2004-12-30 23:56:23 +00:00
Richard M. Stallman
a4a5aa2b9e (artist-butlast-fn): Var deleted.
(artist-butlast, artist-last): Functions deleted.
(artist-ellipse-mirror-quadrant): Call last and butlast directly.
(artist-compute-key-compl-table): Call remq directly.
(artist-remove-nulls): Function deleted.
(artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
(artist-push, artist-pop): Macro deleted.
2004-12-30 23:37:15 +00:00
Richard M. Stallman
9d8b0f9cd4 (artist-version): 1.2.6
(artist-prev-next-op-alist): New variable.
(artist-select-next-op-in-list): New function.
(artist-select-prev-op-in-list): New function.
(artist-make-prev-next-op-alist): New function.
(artist-is-in-op-list-p): New function.
(artist-get-first-non-nil-op): New function.
(artist-get-last-non-nil-op): New function.
(artist-mode-init): Call artist-get-last-non-nil-op to initialize
   artist-prev-next-op-alist.
(artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
   change drawing operation.
2004-12-30 23:33:03 +00:00
Luc Teirlinck
d918508e05 (auto-revert-tail-handler): Put in undo boundaries. 2004-12-30 23:30:21 +00:00
Masatake YAMATO
51b4073ade * server.el (server-process-filter): Suppress `error', too. 2004-12-30 23:14:25 +00:00
Jay Belanger
0c753fd78f (calc-user-define-edit, calc-finish-macro-edit)
(calc-user-define-permanent, calc-execute-kbd-macro):  Replace
obsolete function MacEdit-parse-keys with edmacro-parse-keys.
2004-12-30 19:45:12 +00:00
Jay Belanger
5196b99994 *** empty log message *** 2004-12-30 18:08:14 +00:00
Kim F. Storm
29aa4ce71f (x_produce_glyphs): Fix last change. 2004-12-30 18:07:07 +00:00
Kim F. Storm
33b2f4eaac *** empty log message *** 2004-12-30 18:02:30 +00:00
Kim F. Storm
99c71e5140 (get_line_height_property): New function extracted from
original calc_line_height_property.
(calc_line_height_property): Rework.  Handle t and (nil . ratio).
(x_produce_glyphs): Use them to handle line-height and
line-spacing according to new height spec.
(Qtotal): Remove.
(syms_of_xdisp): Remove defsubr and intern for Qtotal.
2004-12-30 18:01:59 +00:00
Kim F. Storm
1225f637fb (Line Height): Total line-height is now specified
in line-height property of form (HEIGHT TOTAL).  Swap (FACE . RATIO)
in cons cells.  (nil . RATIO) is relative to actual line height.
Use line-height `t' instead of `0' to get minimum height.
2004-12-30 18:01:43 +00:00
Jay Belanger
922e9c189f (calc-copy-variable): Fix mistyped variable name. Display variable
name differently in message.
2004-12-30 17:43:09 +00:00
Kenichi Handa
c243063e8e *** empty log message *** 2004-12-30 12:45:22 +00:00
Kenichi Handa
004f48da21 (basic-save-buffer-1): Set
explicit-buffer-file-coding-system to last-coding-system-used.
(revert-buffer): Pay attention to
explicit-buffer-file-coding-system (not buffer-file-coding-system)
on bind coding-system-for-read.
2004-12-30 12:42:11 +00:00
Kenichi Handa
0436cc1b60 (explicit-buffer-file-coding-system): New
buffer local variable.
(after-insert-file-set-coding): Set it to coding-system-for-read.
2004-12-30 12:39:58 +00:00
Kenichi Handa
37a3c7744c (Finsert_file_contents): Don't use
current_buffer->buffer_file_coding_system even if REPLACE is
non-nil.  Call Qafter_insert_file_set_coding with the second arg
VISIT.
2004-12-30 12:28:41 +00:00