aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Richard M. Stallman2005-05-291-0/+4
|
* * xdisp.c (note_mode_line_or_margin_highlight): Change theMasatake YAMATO2005-05-271-0/+5
| | | | pointer to a hand cursor when hoovering over a mouse-face.
* *** empty log message ***Juanma Barranquero2005-05-271-0/+4
|
* *** empty log message ***Kenichi Handa2005-05-271-0/+17
|
* (Fbuffer_local_value): Make argument name match its use in docstring.Juanma Barranquero2005-05-271-0/+5
|
* (Frecursive_edit): Fix typo in docstring.Juanma Barranquero2005-05-261-3/+8
| | | | (Fposn_at_x_y): Make arguments match the docstring.
* *** empty log message ***Lute Kamstra2005-05-261-0/+4
|
* 2005-05-24 Masatake YAMATO <jet@gyve.org>Masatake YAMATO2005-05-241-0/+5
| | | | | * xdisp.c (note_mode_line_or_margin_highlight): Use b and e as loop sentinels.
* *** empty log message ***Nick Roberts2005-05-241-1/+4
|
* *** empty log message ***Nick Roberts2005-05-241-0/+4
|
* *** empty log message ***Nick Roberts2005-05-241-0/+10
|
* [VMS] Include <starlet.h>.Thien-Thi Nguyen2005-05-231-0/+4
|
* Supprot mouse-face on mode-line.Masatake YAMATO2005-05-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2005-05-23 Masatake YAMATO <jet@gyve.org> * xdisp.c (note_mode_line_or_margin_highlight): Added code for mouse-face. Change the type of the first argument from `window' to `List_Object'. (note_mouse_highlight): Call note_mode_line_or_margin_highlight with window instead of w. 2005-05-23 Masatake YAMATO <jet@gyve.org> * bindings.el (mode-line-major-mode-keymap): Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'. * faces.el (mode-line-highlight): New face. * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight as mouse-face. * bindings.el (top-level, help-echo, mode-line-modified) (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight as mouse-face.
* (send_process): Move misplaced volatile.Andreas Schwab2005-05-221-1/+1
|
* (send_process): Remove misplaced volatile.Andreas Schwab2005-05-221-0/+4
|
* (display_mode_element): If we're processing a list andRichard M. Stallman2005-05-221-0/+5
| | | | padding is specified, put it after the last element.
* (Fexpand_file_name) [DOS_NT]: Don't try to support "superroot"Eli Zaretskii2005-05-211-0/+5
| | | | on DOS_NT systems.
* *** empty log message ***Eli Zaretskii2005-05-211-0/+5
|
* Reclassify item. Update copyright year.Richard M. Stallman2005-05-201-1/+1
|
* (lookup_image, png_read_from_memory): Remove hacks (and misleading comments).Juanma Barranquero2005-05-201-0/+6
| | | | (DEF_IMGLIB_FN): Use C calling convention for image libraries.
* (Fwindow_inside_edges, Fwindow_inside_pixel_edges): Correct the right value.Lute Kamstra2005-05-201-0/+5
|
* *** empty log message ***Nick Roberts2005-05-191-0/+6
|
* *** empty log message ***Kim F. Storm2005-05-161-0/+5
|
* *** empty log message ***Kim F. Storm2005-05-161-1/+5
|
* (unexec_realloc): Move declarations before statements.Andreas Schwab2005-05-161-0/+5
|
* *** empty log message ***Richard M. Stallman2005-05-141-0/+10
|
* *** empty log message ***Nick Roberts2005-05-131-0/+4
|
* (Finsert_file_contents): Fix previous change.Richard M. Stallman2005-05-131-1/+0
|
* (Ffind_file_name_handler): Handle lambda-exp as handler.Richard M. Stallman2005-05-131-0/+9
| | | | | | | (Finsert_file_contents): If we read 0 bytes from a special file, unlock the visited file if we locked it. (Fmake_symbolic_link, Frecent_auto_save_p): Doc fixes. (Ffile_exists_p, Ffile_symlink_p): Doc fixes.
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-0/+45
|
* *** empty log message ***Richard M. Stallman2005-05-101-0/+6
|
* *** empty log message ***Juanma Barranquero2005-05-091-0/+4
|
* (Ffile_name_completion): Make argument name match its use in docstring.Juanma Barranquero2005-05-081-0/+5
|
* *** empty log message ***Luc Teirlinck2005-05-081-0/+5
|
* (start_hourglass): Do nothing when running on a tty.Thien-Thi Nguyen2005-05-071-0/+4
|
* *** empty log message ***Juanma Barranquero2005-05-061-6/+10
|
* (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.Stefan Monnier2005-05-061-44/+42
|
* *** empty log message ***Eli Zaretskii2005-05-061-0/+2
|
* *** empty log message ***Eli Zaretskii2005-05-061-0/+4
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-061-0/+53
|
* *** empty log message ***Luc Teirlinck2005-05-051-0/+6
|
* *** empty log message ***Kim F. Storm2005-05-041-0/+7
|
* * mac.c: #undef init_process so not to conflict with system headers.Jan Djärv2005-05-031-0/+4
|
* (syms_of_buffer): Define cursor-in-non-selected-windows.Richard M. Stallman2005-05-021-0/+12
|
* *** empty log message ***Kim F. Storm2005-05-021-0/+9
|
* *** empty log message ***Kim F. Storm2005-05-021-0/+4
|
* *** empty log message ***Luc Teirlinck2005-05-021-0/+2
|
* *** empty log message ***Luc Teirlinck2005-05-021-0/+4
|
* *** empty log message ***Jason Rumney2005-05-021-0/+4
|
* *** empty log message ***Thien-Thi Nguyen2005-05-011-1/+1
|