Mercurial > emacs
graph
-
(tty-defined-color-alist): Renamed from tty-color-alist.Sun, 02 Jan 2000 14:11:02 +0000, by Eli Zaretskii
-
(tty_defined_color): Pass frame to tty-color-desc. TheSun, 02 Jan 2000 14:07:32 +0000, by Eli Zaretskii
-
(Ftty_display_color_p): Accept an optional argument FRAME.Sun, 02 Jan 2000 14:06:15 +0000, by Eli Zaretskii
-
*** empty log message ***Sun, 02 Jan 2000 14:00:03 +0000, by Eli Zaretskii
-
(insert_glyphs): Pass glyph, not &glyph, toSun, 02 Jan 2000 13:58:41 +0000, by Eli Zaretskii
-
*** empty log message ***Sun, 02 Jan 2000 12:09:58 +0000, by Eli Zaretskii
-
(mode_line_string): Support termcap frames as well.Sun, 02 Jan 2000 12:06:14 +0000, by Eli Zaretskii
-
*** empty log message ***Sat, 01 Jan 2000 17:25:11 +0000, by Gerd Moellmann
-
(Fconstrain_to_field): Don't constrain ifSat, 01 Jan 2000 17:24:22 +0000, by Gerd Moellmann
-
(Fforward_word): Undo previous change.Sat, 01 Jan 2000 17:23:34 +0000, by Gerd Moellmann
-
(Fforward_word): Notice field boundaries only ifSat, 01 Jan 2000 17:06:50 +0000, by Gerd Moellmann
-
Add extern declaration for Vinhibit_field_text_motion.Sat, 01 Jan 2000 17:06:26 +0000, by Gerd Moellmann
-
(Vinhibit_field_text_motion): New variable.Sat, 01 Jan 2000 17:06:00 +0000, by Gerd Moellmann
-
Change description of :data for images.Sat, 01 Jan 2000 16:46:46 +0000, by Gerd Moellmann
-
(create-image, defimage): Don't assume image data is aSat, 01 Jan 2000 16:42:20 +0000, by Gerd Moellmann
-
*** empty log message ***Sat, 01 Jan 2000 16:33:32 +0000, by Gerd Moellmann
-
(defimage): Handle specifications containing :dataSat, 01 Jan 2000 16:32:56 +0000, by Gerd Moellmann
-
*** empty log message ***Sat, 01 Jan 2000 10:35:43 +0000, by Gerd Moellmann
-
(x_create_x_image_and_pixmap): Remove parameter file.Sat, 01 Jan 2000 10:34:55 +0000, by Gerd Moellmann
-
*** empty log message ***Sat, 01 Jan 2000 10:09:45 +0000, by Gerd Moellmann
-
(gif_load): Avoid sign extension and thus out of boundsSat, 01 Jan 2000 10:08:54 +0000, by Gerd Moellmann
-
*** empty log message ***Sat, 01 Jan 2000 07:14:57 +0000, by Richard M. Stallman
-
*** empty log message ***Sat, 01 Jan 2000 00:04:52 +0000, by Gerd Moellmann
-
(gif_load): Avoid sign extension and thus out of boundsSat, 01 Jan 2000 00:03:39 +0000, by Gerd Moellmann
-
(command-history): Renamed from command-history-mode.Fri, 31 Dec 1999 23:41:32 +0000, by Richard M. Stallman
-
(electric-command-history): Call Command-history-setupFri, 31 Dec 1999 23:41:11 +0000, by Richard M. Stallman
-
*** empty log message ***Fri, 31 Dec 1999 23:40:48 +0000, by Richard M. Stallman
-
(archive-mode-map): Bind q to quit-window.Fri, 31 Dec 1999 21:13:57 +0000, by Richard M. Stallman
-
*** empty log message ***Fri, 31 Dec 1999 16:47:13 +0000, by Gerd Moellmann
-
New image functions adapted to Emacs conventions.Fri, 31 Dec 1999 16:46:22 +0000, by Gerd Moellmann
-
* image.el (defimage): Images with the :data keyword should be considered valid as well.Fri, 31 Dec 1999 15:54:44 +0000, by William M. Perry
-
Changes to xfns.c to support reading images from a memory buffer instead of forcing them to be on disk. GIF/JPEG/PNG/TIFF currently support this.Fri, 31 Dec 1999 15:47:49 +0000, by William M. Perry