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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
3ce081f5
Commit
3ce081f5
authored
Nov 29, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7d7715b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
2 deletions
+57
-2
lisp/ChangeLog
lisp/ChangeLog
+40
-0
src/ChangeLog
src/ChangeLog
+17
-2
No files found.
lisp/ChangeLog
View file @
3ce081f5
2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
* textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
(outline-up-heading-all): Remove.
(hide-sublevels): Move to end-of-heading before calling flag-region.
(outline-copy-overlay, outline-discard-overlays): Remove.
(outline-flag-region): Use `remove-overlays'.
Don't move to end-of-heading.
(outline-next-visible-heading, outline-back-to-heading)
(outline-on-heading-p): Use outline-invisible-p.
(outline-font-lock-level): Use outline-up-heading's new arg.
(outline-minor-mode): Simplify.
(outline-map-tree, outline-reveal-toggle-invisible): New funs.
(outline): Put a `reveal-toggle-invisible' property.
(outline-level-heading): New var.
(outline-insert-heading, outline-promote, outline-demote)
(outline-toggle-children): New commands.
* progmodes/hideif.el (hif-end-of-line): New function.
(hide-ifdef-mode): Set line-move-ignore-invisible.
(hide-ifdef-region-internal): New function.
(hide-ifdef-region): Use it.
(hif-defined): Return an integer.
(hif-infix-to-prefix): Remove.
(hif-tokenize): Parse from the buffer rather than from a string.
Correctly tokenize integers. Use forward-comment.
(hif-expr): Use hif-or.
(hif-term): Use hif-and.
(hif-factor): Use hif-not. Handle numbers properly.
Don't require parenthesis around `defined's argument.
(hif-and, hif-or, hif-not): New funs.
(hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
(hif-hide-line): Don't hide the \n before the line.
(hif-possibly-hide): Correctly handle numeric evaluation results.
* progmodes/make-mode.el: Use line-(end|beginning)-position.
(makefile-mode): Set indent-line-function.
(makefile-browser-insert-continuation): Use with-current-buffer.
(makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2001-11-28 Karl Fogel <kfogel@red-bean.com>
* isearch.el (isearch-yank-internal): New helper function.
...
...
src/ChangeLog
View file @
3ce081f5
2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
* category.c (describe_category, describe_category_1)
(Fdescribe_categories): Remove.
(syms_of_category): Don't defsubr Sdescribe_categories.
2001-11-28 Richard M. Stallman <rms@gnu.org>
* fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
...
...
@@ -35,8 +41,17 @@
* xdisp.c (message_dolog): Remove unused variables `gcpro2',
`gcpro3' and `gcpro4'.
* coding.c (decode_coding_string): Remove unused variable
`gcpro1'.
* coding.c (decode_coding_string): Remove unused variable `gcpro1'.
2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
* ccl.c: Use AREF and ASIZE.
2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
* lisp.h (run_hook_list_with_args): Remove.
(LIST_END_P): Fix call to wrong_type_argument.
(make_fixnum_or_float): Use EMACS_INT rather than int.
2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
...
...
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