Commit graph

53060 commits

Author SHA1 Message Date
Kim F. Storm
5ff504fecc *** empty log message *** 2004-11-17 00:27:20 +00:00
Kim F. Storm
d4a38fddf7 Undo last change. 2004-11-16 23:26:45 +00:00
Richard M. Stallman
71a539151a *** empty log message *** 2004-11-16 22:51:52 +00:00
Richard M. Stallman
de5ffeadde (set-buffer-file-coding-system): Finish previous change. 2004-11-16 22:37:04 +00:00
Jan Djärv
724cde0d1d * gtkutil.c (xg_get_file_name): Fix typo in
HAVE_GTK_FILE_SELECTION_NEW.
2004-11-16 22:24:48 +00:00
Jan Djärv
5ae53dcfca * xmenu.c (x_menu_in_use): Removed.
(x_menu_set_in_use): Also set popup_activated_flag.

* xfns.c (Fx_file_dialog): Call popup_activated instead of
x_menu_in_use.  Call x_menu_set_in_use in Motif version also.

* xterm.h: (x_menu_in_use): Removed.
2004-11-16 20:52:32 +00:00
Richard M. Stallman
ee31cd78ef *** empty log message *** 2004-11-16 17:31:19 +00:00
Richard M. Stallman
155cb2e57e (Coding Conventions): Separate defvar and require
methods to avoid warnings.  Use require only when there are many
functions and variables from that package.
2004-11-16 17:30:48 +00:00
Richard M. Stallman
5d64585238 (Minibuffer Completion): When ignoring case,
predicate must not be case-sensitive.
2004-11-16 17:27:48 +00:00
Richard M. Stallman
6657986f00 (Function Debugging, Explicit Debug): Clarified.
(Test Coverage): Don't talk about "splotches".  Clarified.
2004-11-16 17:26:18 +00:00
Richard M. Stallman
231401514a (iso-tex2iso-trans-tab): Discard spaces after \i according to TeX rules. 2004-11-16 17:20:32 +00:00
Richard M. Stallman
14b3fa075e (set-buffer-file-coding-system): New arg NOMODIFY.
(after-insert-file-set-coding): Pass that new arg.
Prevent set-buffer-multibyte from trying to lock the file.
2004-11-16 17:18:39 +00:00
Richard M. Stallman
6161791395 (list-buffers-noselect): New arg BUFFER-LIST. 2004-11-16 17:12:53 +00:00
Richard M. Stallman
c73dca2540 (save-place): Doc fix. 2004-11-16 17:11:00 +00:00
Richard M. Stallman
b9559a72b4 (dabbrev-expand): When handling SPC M-/,
temporarily widen before finding the following word to copy.
2004-11-16 17:08:39 +00:00
Richard M. Stallman
e7ea754563 (map-keymap): Definition deleted.
(cl-map-keymap): Definition deleted.
2004-11-16 17:06:56 +00:00
Richard M. Stallman
14694a594b (map-keymap-internal): New function. 2004-11-16 17:05:18 +00:00
Richard M. Stallman
0ea6ae0a0c (Fmap_keymap): New arg SORT-FIRST. Use
map-keymap-internal to implement that.
2004-11-16 17:00:59 +00:00
Richard M. Stallman
6df7142943 (Fvertical_motion): In batch mode, use vmotion directly. 2004-11-16 16:58:16 +00:00
Kim F. Storm
e20d27dc35 Typo. 2004-11-16 15:42:24 +00:00
Kim F. Storm
11e04b2ddf (Fdefine_fringe_bitmap): Always set 'h'. Simplify. 2004-11-16 15:41:54 +00:00
Stefan Monnier
94c4db3c60 (get_glyph_string_clip_rect, init_glyph_string): Check it's
a window before using XWINDOW.
2004-11-16 15:41:41 +00:00
Kim F. Storm
dda01a4c9c *** empty log message *** 2004-11-16 15:41:09 +00:00
Stefan Monnier
2a1893f46c Avoid side-effects inside XSETFASTINT's arguments. 2004-11-16 15:35:14 +00:00
Stefan Monnier
3c7a4fa359 (NILP): Use EQ rather than XFASTINT. 2004-11-16 15:32:33 +00:00
Stefan Monnier
27c35b9521 (flyspell-mouse-map): Pop the menu
when pressing rather than when releasing mouse-2.  Simplify.
2004-11-16 15:29:10 +00:00
Juri Linkov
b0339ffd83 (find-function-regexp): Optimize define-minor-mode'. Add defun-cvs-mode'.
Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
Remove invalid `\W' from [^cgv\W].  Doc fix.
(find-function-search-for-symbol): Replace "\\>" with "\\_>".
2004-11-16 15:26:30 +00:00
Kim F. Storm
9305b0e795 (Fvertical_motion): Fix last change. Only reseat when
moving backwards.
2004-11-16 14:21:37 +00:00
Kim F. Storm
b4d61105df *** empty log message *** 2004-11-16 14:21:15 +00:00
Thien-Thi Nguyen
4bd38e9445 (Window Frame Parameters): Fix typo. 2004-11-16 14:14:13 +00:00
Stefan Monnier
bd8c6db5dc (compilation-setup): Don't set buffer-read-only.
(compilation-mode): Set it here instead.
2004-11-16 04:52:19 +00:00
Stefan Monnier
e542ea4bed Use make-symbol rather than gensym.
(loop, cl-parse-loop-clause, defsetf): Use backquote.
2004-11-16 04:05:29 +00:00
Stefan Monnier
ab3d4bb2ac (pair-with-newsyms): Use make-symbol. 2004-11-16 04:04:50 +00:00
Luc Teirlinck
ce2bbf6a2f *** empty log message *** 2004-11-16 02:56:49 +00:00
Luc Teirlinck
4127f01512 Maintainer is now FSF.
(life-patterns, life-neighbor-deltas, life-window-start)
(life-current-generation, life-generation-string): Use defvar instead
of defconst.
2004-11-16 02:54:06 +00:00
Luc Teirlinck
a7416ec1c9 Extern reseat_at_previous_visible_line_start. 2004-11-16 02:01:00 +00:00
Kim F. Storm
78819ebbcc Cleanups. 2004-11-16 00:31:32 +00:00
Kenichi Handa
ab5b02b01f (display_mode_element): Fix previous change (calculate
end position of substring to display correctly).
2004-11-16 00:30:13 +00:00
Kim F. Storm
8f1657f036 (Fposn_at_point): Remove extra */ after doc string.
Reported by Andrew M. Scott.
2004-11-15 23:32:52 +00:00
Kim F. Storm
c482cf97b8 *** empty log message *** 2004-11-15 23:32:33 +00:00
Stefan Monnier
9c8e6c852c (compilation-move-to-column): New fun.
(compilation-internal-error-properties)
(compilation-next-error-function): Use it to make sure we don't go past
the end of line.
2004-11-15 23:10:38 +00:00
John Paul Wallington
fbee29e6e1 (auto-insert-alist): Insert the user's name in copyright notice,
rather than Free Software Foundation, for the Emacs Lisp header case
too.
2004-11-15 20:50:08 +00:00
Vinicius Jose Latorre
14b84c94f8 Fix typos & pr-switches-string 2004-11-15 19:31:54 +00:00
Kim F. Storm
109b593f29 (store_mode_line_string, produce_stretch_glyph):
Use Fsafe_plist_get.
(note_mode_line_or_margin_highlight, note_mouse_highlight):
Fix image map element parsing.  Use Fsafe_plist_get.
2004-11-15 15:21:34 +00:00
Kim F. Storm
27f604dddf (Fsafe_plist_get): New defun.
(syms_of_fns): Defsubr it.
2004-11-15 15:21:14 +00:00
Kim F. Storm
479440d29c (Fsafe_plist_get): Add EXFUN. 2004-11-15 15:20:57 +00:00
Kim F. Storm
9f89426bd4 *** empty log message *** 2004-11-15 15:20:33 +00:00
Kim F. Storm
442f927b42 (Other Plists): Note that plist-get may signal error.
Add safe-plist-get.
2004-11-15 15:19:48 +00:00
Kim F. Storm
6d073ae1e3 *** empty log message *** 2004-11-15 15:12:29 +00:00
Richard M. Stallman
27418463ce (get_next_display_element): Fix previous change. 2004-11-15 13:34:40 +00:00