Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f4117c4d
Commit
f4117c4d
authored
Nov 22, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
3493008d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
lisp/ChangeLog
lisp/ChangeLog
+12
-0
src/ChangeLog
src/ChangeLog
+27
-0
No files found.
lisp/ChangeLog
View file @
f4117c4d
2000-11-22 David Ponce <david@dponce.com>
* recentf.el (recentf-menu-items-for-commands)
(recentf-make-menu-items, recentf-make-menu-item)
(recentf-filter-changer): Added :help and :active menu-item
properties.
(recentf-build-dir-rules, recentf-dump-variable)
(recentf-edit-list, recentf-open-files-item)
(recentf-open-files): Replaced unnecessary `mapcar' with new
built-in `mapc'.
2000-11-23 Miles Bader <miles@gnu.org>
* faces.el (menu): Make inverse-video on ttys too.
...
...
src/ChangeLog
View file @
f4117c4d
2000-11-22 Gerd Moellmann <gerd@gnu.org>
* frame.h (struct frame): Replace desired_tool_bar_items,
current_tool_bar_items, n_desired_tool_bar_items,
n_current_tool_bar_items removed with tool_bar_items and
n_tool_bar_items.
* frame.c (make_frame): Change initialization of tool bar
items accordingly.
* xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
Change references to mambers deleted from struct frame to use the
new ones.
* xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
references to mambers deleted from struct frame to use the new
ones.
* dispnew.c (update_frame): Do nothing with frame's tool bar
items.
* alloc.c (mark_object) <frame>: Mark tool bar items differently.
* w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
(note_tool_bar_highlight): Change references to mambers deleted
from struct frame to use the new ones.
2000-11-23 Miles Bader <miles@gnu.org>
* xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment