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
cd394be1
Commit
cd394be1
authored
Jan 10, 2012
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog fixes.
parent
96f8741e
Changes
15
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
425 additions
and
428 deletions
+425
-428
lisp/ChangeLog
lisp/ChangeLog
+4
-4
lisp/ChangeLog.1
lisp/ChangeLog.1
+182
-185
lisp/ChangeLog.14
lisp/ChangeLog.14
+2
-2
lisp/ChangeLog.15
lisp/ChangeLog.15
+20
-20
lisp/ChangeLog.2
lisp/ChangeLog.2
+11
-11
lisp/ChangeLog.3
lisp/ChangeLog.3
+15
-15
lisp/ChangeLog.4
lisp/ChangeLog.4
+34
-32
lisp/ChangeLog.5
lisp/ChangeLog.5
+33
-33
lisp/ChangeLog.6
lisp/ChangeLog.6
+108
-109
lisp/ChangeLog.7
lisp/ChangeLog.7
+1
-1
lisp/erc/ChangeLog.06
lisp/erc/ChangeLog.06
+2
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-3
lisp/org/ChangeLog
lisp/org/ChangeLog
+4
-4
src/ChangeLog
src/ChangeLog
+4
-4
src/ChangeLog.11
src/ChangeLog.11
+2
-3
No files found.
lisp/ChangeLog
View file @
cd394be1
...
...
@@ -37,7 +37,7 @@
* ibuffer.el (ibuffer-mode): List the bindings in the corrent map
(bug#9759).
* mail/smtpmail.el (password-cache-add): Remove
d
unused declaration.
* mail/smtpmail.el (password-cache-add): Remove unused declaration.
(password-read): Don't autoload unused function.
2012-01-07 Juanma Barranquero <lekktu@gmail.com>
...
...
@@ -1392,7 +1392,7 @@
(window-list-no-nils): Remove.
(window-state-get-1, window-state-get): Use backquote instead.
2011-11-08
thierry
<thierry.volpiatto@gmail.com>
2011-11-08
Thierry Volpiatto
<thierry.volpiatto@gmail.com>
* emacs-lisp/find-func.el (find-function-read):
Fix incorrect use of default argument in `completing-read'.
...
...
@@ -4542,7 +4542,7 @@
* printing.el: Add documentation to all the `pr-toggle-' commands.
2011-07-11 Leo
<sdl.web@gmail.com> (tiny change)
2011-07-11 Leo
Liu <sdl.web@gmail.com>
* files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
backends where it makes sense (bug#2623).
...
...
@@ -9576,7 +9576,7 @@
* calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
units and musical notes.
2011-03-20 Leo <sdl.web@gmail.com>
2011-03-20 Leo
Liu
<sdl.web@gmail.com>
* ido.el (ido-read-internal): Use completing-read-default.
(ido-completing-read): Fix compatibility with completing-read.
...
...
lisp/ChangeLog.1
View file @
cd394be1
This diff is collapsed.
Click to expand it.
lisp/ChangeLog.14
View file @
cd394be1
...
...
@@ -569,7 +569,7 @@
* emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
2009-04-16 Leo <sdl.web@gmail.com> (tiny change)
2009-04-16 Leo
Liu
<sdl.web@gmail.com> (tiny change)
* ediff-wind.el (ediff-make-wide-display): Fix typo in frame
parameter alist.
...
...
@@ -1041,7 +1041,7 @@
* mail/supercite.el (sc-version): Doc fix.
2009-03-19 Leo <sdl.web@gmail.com> (tiny change)
2009-03-19 Leo
Liu
<sdl.web@gmail.com> (tiny change)
* mail/supercite.el (sc-version): Fix typo in interactive spec.
...
...
lisp/ChangeLog.15
View file @
cd394be1
...
...
@@ -288,7 +288,7 @@
* emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
if there is no node. (Bug#3261)
2011-03-04 Leo <sdl.web@gmail.com>
2011-03-04 Leo
Liu
<sdl.web@gmail.com>
* vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
...
...
@@ -866,7 +866,7 @@
* net/soap-client.el:
* net/soap-inspect.el: New files.
2011-02-16 Leo <sdl.web@gmail.com>
2011-02-16 Leo
Liu
<sdl.web@gmail.com>
* dired-x.el (dired-mode-map, dired-extra-startup):
Remove dired-copy-filename-as-kill since it's already in dired.el.
...
...
@@ -1586,7 +1586,7 @@
* vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
Callers changed.
2011-01-28 Leo <sdl.web@gmail.com>
2011-01-28 Leo
Liu
<sdl.web@gmail.com>
* emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
highlighting to the "this function is advised" message.
...
...
@@ -2668,7 +2668,7 @@
* mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
non-nil, handle the header in rmail-show-mime-function.
2011-01-02 Leo <sdl.web@gmail.com>
2011-01-02 Leo
Liu
<sdl.web@gmail.com>
* help-fns.el (describe-variable): Fix previous change.
...
...
@@ -2699,7 +2699,7 @@
* mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
Unix EOLs. (Bug#7589)
2011-01-02 Leo <sdl.web@gmail.com>
2011-01-02 Leo
Liu
<sdl.web@gmail.com>
* eshell/em-hist.el (eshell-previous-matching-input): Signal error
if point is not behind eshell-last-output-end (Bug#7585).
...
...
@@ -2867,7 +2867,7 @@
* obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
Move from lisp/.
2010-12-20 Leo <sdl.web@gmail.com>
2010-12-20 Leo
Liu
<sdl.web@gmail.com>
* dnd.el (dnd-get-local-file-name): Unhex of file name shall
always be performed (Bug#7680).
...
...
@@ -2953,7 +2953,7 @@
* epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
key selection prompt; make 'silent as default (Bug#7487).
2010-12-16 Leo <sdl.web@gmail.com>
2010-12-16 Leo
Liu
<sdl.web@gmail.com>
* eshell/eshell.el (eshell-directory-name):
Use locate-user-emacs-file (Bug#7578).
...
...
@@ -3081,7 +3081,7 @@
* diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
empty lines without a leading space.
2010-12-13 Leo <sdl.web@gmail.com>
2010-12-13 Leo
Liu
<sdl.web@gmail.com>
* dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
while mapping over marks (Bug#6810).
...
...
@@ -3155,7 +3155,7 @@
(rmail-search-mime-message-function): Set to
rmail-search-mime-message.
2010-12-13 Leo <sdl.web@gmail.com>
2010-12-13 Leo
Liu
<sdl.web@gmail.com>
* ido.el (ido-common-initialization): New function. (bug#3274)
(ido-mode): Use it.
...
...
@@ -4990,7 +4990,7 @@
(minibuffer-force-complete): Set completion-cycling.
(completion-all-sorted-completions): Move declaration before first use.
2010-10-28 Leo <sdl.web@gmail.com>
2010-10-28 Leo
Liu
<sdl.web@gmail.com>
* iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
which changes the order of matches seen by users (bug#7231).
...
...
@@ -5279,7 +5279,7 @@
(set-cursor-color, set-mouse-color, set-border-color):
Use read-color.
2010-10-24 Leo <sdl.web@gmail.com>
2010-10-24 Leo
Liu
<sdl.web@gmail.com>
* eshell/em-unix.el (eshell-remove-entries): Use the TRASH
argument of delete-file and delete-directory (Bug#7011).
...
...
@@ -5876,7 +5876,7 @@
* vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
2010-10-08 Leo <sdl.web@gmail.com>
2010-10-08 Leo
Liu
<sdl.web@gmail.com>
* dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
return non-nil if the file exists (Bug#7090).
...
...
@@ -7038,7 +7038,7 @@
* subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2010-09-12 Leo <sdl.web@gmail.com>
2010-09-12 Leo
Liu
<sdl.web@gmail.com>
* net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
(rcirc-completion-start): New variables.
...
...
@@ -7961,7 +7961,7 @@
* startup.el (command-line-1): Issue warning for ignored arguments
--unibyte, etc (Bug#6886).
2010-08-22 Leo <sdl.web@gmail.com>
2010-08-22 Leo
Liu
<sdl.web@gmail.com>
* net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
(ignore, bright, dim, keyword): Split list of nicknames before
...
...
@@ -7971,7 +7971,7 @@
* emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
2010-08-22 Leo <sdl.web@gmail.com>
2010-08-22 Leo
Liu
<sdl.web@gmail.com>
Fix buffer-list rename&refresh after killing a buffer in ido.
* ido.el: Revert Óscar's.
...
...
@@ -8429,7 +8429,7 @@
* emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
Fix typo in docstring (bug#6747).
2010-08-08 Leo <sdl.web@gmail.com>
2010-08-08 Leo
Liu
<sdl.web@gmail.com>
* eshell/esh-io.el (eshell-get-target): Better detection of
read-only file (Bug#6762).
...
...
@@ -8535,7 +8535,7 @@
(tramp-handle-start-file-process): Use it, in order to invalidate
file caches.
2010-08-03 Leo <sdl.web@gmail.com>
2010-08-03 Leo
Liu
<sdl.web@gmail.com>
* server.el (server-start): Simplify loop.
...
...
@@ -9336,7 +9336,7 @@
* xml.el (xml-parse-region): Avoid infloop (Bug#5281).
2010-06-29 Leo <sdl.web@gmail.com>
2010-06-29 Leo
Liu
<sdl.web@gmail.com>
* emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
...
...
@@ -19360,7 +19360,7 @@
* eshell/em-dirs.el (eshell-complete-user-reference):
Declare pcomplete functions and variables to avoid compiler warnings.
2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
2009-09-13 Leo
Liu
<sdl.web@gmail.com> (tiny change)
* eshell/em-script.el (eshell-login-script, eshell-rc-script):
* eshell/em-dirs.el (eshell-last-dir-ring-file-name):
...
...
@@ -19823,7 +19823,7 @@
* files.el (locate-file-completion-table): Make it provide boundary
information, so partial-completion works better.
2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
2009-09-04 Leo
Liu
<sdl.web@gmail.com> (tiny change)
* mail/footnote.el (Footnote-text-under-cursor):
Check footnote-text-marker-alist before using it (bug#4324).
...
...
lisp/ChangeLog.2
View file @
cd394be1
...
...
@@ -56,7 +56,7 @@
buffer or file has changed.
* abbrev.el: Doc fix.
* files.el:
* files.el:
???
1988-08-03 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
...
...
@@ -454,7 +454,7 @@
1988-04-09 Leonard H. Tower Jr. (tower@frosted-flakes.ai.mit.edu)
* rnewspost.el (news-post-news, news-reply) No longer re-inits
* rnewspost.el (news-post-news, news-reply)
:
No longer re-inits
*post-news* buffer, if buffer-modified-p.
1988-04-09 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
...
...
@@ -852,7 +852,7 @@
* lisp-mode.el (eval-print-last-sexp):
* debug.el (debugger-mode):
* chistory.el (Command-history-setup):
* options.el (Edit-options-mode):
* options.el (Edit-options-mode):
???
1987-12-01 Richard Stallman (rms@frosted-flakes)
...
...
@@ -1116,7 +1116,7 @@
1987-06-08 Richard M. Stallman (rms@prep)
*
v
ersion 18.46 released.
*
V
ersion 18.46 released.
* isearch.el (isearch): Typo (3 should be 2) in getting old
start-point in reverse regexp search made more liberal.
...
...
@@ -1131,7 +1131,7 @@
1987-05-31 Richard M. Stallman (rms@prep)
*
v
ersion 18.45.
*
V
ersion 18.45.
* informat.el (Info-split): Bind case-fold-search to t.
...
...
@@ -1319,7 +1319,7 @@
1987-04-15 Paul Rubin (phr@prep)
*
v
ersion 18.44 released.
*
V
ersion 18.44 released.
1987-04-14 Richard Mlynarik (mly@prep)
...
...
@@ -1910,7 +1910,7 @@
1987-01-16 Richard Mlynarik (mly@prep)
* rmail.el (rmail-count-new-messages)
,
* rmail.el (rmail-count-new-messages)
:
* rmailout.el (rmail-output-to-rmail-file):
Add optional arg `nomsg' to former, which latter supplies,
so that rmail doesn't report counting one appended message.
...
...
@@ -2397,7 +2397,7 @@
1986-11-23 Richard M. Stallman (rms@prep)
*
v
ersion 18.31 released.
*
V
ersion 18.31 released.
* x-mouse.el: New mouse-command keys are C-x C-@.
...
...
@@ -2482,7 +2482,7 @@
1986-11-14 Richard M. Stallman (rms@prep)
* Emacs version 18.30
*
* Emacs version 18.30
.
* rmail.el (rmail-forward):
Use mail-other-window unless there is only one window visible.
...
...
@@ -2624,8 +2624,8 @@
1986-11-04 Richard M. Stallman (rms@prep)
* various files (dired-mode, Edit-options-mode, rmail-mode
,
rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode):
* various files (dired-mode, Edit-options-mode, rmail-mode
)
(
rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode):
Give these symbols `special' as a `mode-class' property.
* dired.el (dired-mode): Take out local value for
...
...
lisp/ChangeLog.3
View file @
cd394be1
...
...
@@ -533,7 +533,7 @@
1993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu)
* gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el
* gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el
,
* nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
* frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
...
...
@@ -762,8 +762,8 @@
Fail more gracefully if we can't build bold, italic, etc,
versions of the default font.
* faces.el (make-face-bold, make-face-italic
,
make-face-bold-italic, make-face-unbold, make-face-unitalic):
* faces.el (make-face-bold, make-face-italic
)
(
make-face-bold-italic, make-face-unbold, make-face-unitalic):
Implement NOERROR argument.
(x-initialize-frame-faces): Use the NOERROR argument to the
font manipulation functions to avoid errors while starting up.
...
...
@@ -1772,8 +1772,8 @@
1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
* calendar.el (calendar-standard-time-zone-name
,
calendar-daylight-time-zone-name): Initialize these at load-time,
* calendar.el (calendar-standard-time-zone-name
)
(
calendar-daylight-time-zone-name): Initialize these at load-time,
as well as calendar-time-zone.
* calendar.el (calendar-time-zone): Fix code which initializes
...
...
@@ -1827,7 +1827,7 @@
* help.el, register.el, replace.el, reposition.el, rfc822.el,
* rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,
* setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,
* spook.el, studly.el, tabify.el, text-mode.el: Add
ed or corrected
* spook.el, studly.el, tabify.el, text-mode.el: Add
or correct
Commentary headers.
1993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
...
...
@@ -1840,7 +1840,7 @@
* man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el,
* mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el,
* outline.el, page.el, paragraphs.el, picture.el, prolog.el,
* rect.el: Add
ed or corrected
Commentary sections.
* rect.el: Add
or correct
Commentary sections.
1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
...
...
@@ -1857,7 +1857,7 @@
* mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
* modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el,
* sgml-mode.el, tex-mode.el:
Add
ed or corrected
Commentary sections. There's more of this
Add
or correct
Commentary sections. There's more of this
coming; soon, the package finder will be able to browse Commentary
sections, and I want almost all packages to have useful ones.
...
...
@@ -1972,7 +1972,7 @@
* cust-print.el, find-dired.el, etags.el, electric.el, dired.el,
* dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el,
* case-table.el, byte-run.el, ange-ftp.el, backquote.el:
Add
ed or corrected
library header comments.
Add
or correct
library header comments.
1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
...
...
@@ -2186,8 +2186,8 @@
1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
* diary-insert.el (insert-anniversary-diary-entry
,
insert-block-diary-entry): Fix calendar-date-display-form used.
* diary-insert.el (insert-anniversary-diary-entry
)
(
insert-block-diary-entry): Fix calendar-date-display-form used.
1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
...
...
@@ -2383,8 +2383,8 @@
nonexistent function last-month-of-hebrew-year to the correct
function hebrew-calendar-last-month-of-year.
* cal-mayan.el (calendar-mayan-haab-on-or-before
,
calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
* cal-mayan.el (calendar-mayan-haab-on-or-before
)
(
calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
* cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
defun.
...
...
@@ -2857,8 +2857,8 @@
* ehelp.el (electric-help-command-loop): Same.
* electric.el (Electric-command-loop): Same.
* emerge.el (emerge-show-file-name): Same.
* fortran.el (fortran-abbrev-start
,
fortran-window-create-momentarily): Same.
* fortran.el (fortran-abbrev-start
)
(
fortran-window-create-momentarily): Same.
* gnus.el (gnus-Subject-next-article): Same.
* info.el (Info-summary): Same.
* isearch-mode.el (isearch-update, isearch-unread): Same.
...
...
lisp/ChangeLog.4
View file @
cd394be1
...
...
@@ -124,7 +124,7 @@
* server.el (server-kill-emacs-query-function): Ignore killed buffers.
1994-05-24 Ken
neth
Manheimer (ken.manheimer@nist.gov)
1994-05-24 Ken Manheimer (ken.manheimer@nist.gov)
* allout.el (outline-chart-subtree): Include outline-next-
heading in loop conditions to detect end-of-buffer (and avoid
...
...
@@ -342,7 +342,7 @@
* startup.el (precompute-menubar-bindings): Don't precompute menus
if not using x.
1994-05-12 Ken
neth
Manheimer (klm@coil.nist.gov)
1994-05-12 Ken Manheimer (klm@coil.nist.gov)
* allout.el (outline-mode): Use outline-this-or-next-heading.
* allout.el (outline-this-or-next-heading): New function.
...
...
@@ -421,7 +421,7 @@
1994-05-10 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
* ediff.el (ediff-no-help-in-control-buffer): Rename
d
from
* ediff.el (ediff-no-help-in-control-buffer): Rename from
ediff-nix-help-in-control-buffer, to match doc and usage.
* autoload.el (update-file-autoloads): Delete leftover variable.
...
...
@@ -517,7 +517,7 @@
* cal-menu.el (calendar-mouse-set-mark): New function.
(calendar-mouse-date-menu): Bind it to key.
1994-05-08 Ken
neth
Manheimer (klm@coil.nist.gov)
1994-05-08 Ken Manheimer (klm@coil.nist.gov)
* allout.el (outline-init): New user interface for control of
outline-mode session setup, sets up `outline-find-file-hook',
...
...
@@ -958,9 +958,9 @@
* files.el (revert-buffer): Widen before replacing text.
1994-04-29 Ken
neth
Manheimer (ken.manheimer@nist.gov)
1994-04-29 Ken Manheimer (ken.manheimer@nist.gov)
* allout.el:
m
ajor code speedups, bug fixes, behavior
* allout.el:
M
ajor code speedups, bug fixes, behavior
refinements, doc-string clarification and elaboration, etc.
Prominent new features include:
- Exposure changes and navigation are greatly accelerated.
...
...
@@ -1689,7 +1689,7 @@
* saveplace.el (save-place-find-file-hook)
(save-place-kill-emacs-hook): New functions.
(hooks for find-file-hooks,kill-emacs-hook): Use those new functions.
(hooks for find-file-hooks,
kill-emacs-hook): Use those new functions.
* menu-bar.el (clipboard-yank, clipboard-kill-ring-save)
(clipboard-kill-region): New functions. Give them
...
...
@@ -3114,32 +3114,32 @@
(calendar-cursor-to-date): Add optional parameter to cause error
signal when cursor is not on a date---this allows lots of
simplifications throughout the code.
(calendar-forward-month,calendar-set-mark)
(calendar-exchange-point-and-mark,calendar-count-days-region)
(calendar-print-day-of-year,calendar-print-iso-date)
(calendar-print-julian-date,calendar-print-islamic-date)
(calendar-print-hebrew-date,calendar-print-astro-day-number):
(calendar-forward-month,
calendar-set-mark)
(calendar-exchange-point-and-mark,
calendar-count-days-region)
(calendar-print-day-of-year,
calendar-print-iso-date)
(calendar-print-julian-date,
calendar-print-islamic-date)
(calendar-print-hebrew-date,
calendar-print-astro-day-number):
Use simplification.
* holidays.el (calendar-cursor-holidays): Use new error arg
to calendar-cursor-to-date.
* diary.el (view-diary-entries,diary-islamic-date): Use new error arg
* diary.el (view-diary-entries,
diary-islamic-date): Use new error arg
to calendar-cursor-to-date.
* diary-ins.el (insert-diary-entry,insert-weekly-diary-entry)
(insert-monthly-diary-entry,insert-yearly-diary-entry)
(insert-anniversary-diary-entry,insert-block-diary-entry)
(insert-cyclic-diary-entry,insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry)
(insert-islamic-diary-entry,insert-monthly-islamic-diary-entry)
* diary-ins.el (insert-diary-entry,
insert-weekly-diary-entry)
(insert-monthly-diary-entry,
insert-yearly-diary-entry)
(insert-anniversary-diary-entry,
insert-block-diary-entry)
(insert-cyclic-diary-entry,
insert-hebrew-diary-entry)
(insert-monthly-hebrew-diary-entry,
insert-yearly-hebrew-diary-entry)
(insert-islamic-diary-entry,
insert-monthly-islamic-diary-entry)
(insert-yearly-islamic-diary-entry): Use new error arg
to calendar-cursor-to-date.
* solar.el (calendar-sunrise-sunset): Use new error arg
to calendar-cursor-to-date.
* cal-french.el (calendar-print-french-date,diary-french-date):
* cal-french.el (calendar-print-french-date,
diary-french-date):
Use new error arg to calendar-cursor-to-date.
* cal-mayan.el (calendar-print-mayan-date): Use new error arg
...
...
@@ -3516,16 +3516,18 @@
(diary-entry-marker, calendar-today-marker)
(calendar-holiday-marker): Don't autoload them; change definitions
to support monochrome and color workstations.
(calendar-french-date-string,calendar-mayan-date-string): Autoload them.
(calendar-french-date-string, calendar-mayan-date-string):
Autoload them.
(calendar-day-of-year-string, calendar-iso-date-string)
(calendar-julian-date-string,calendar-islamic-date-string)
(calendar-hebrew-date-string,calendar-astro-date-string): New functions.
(calendar-julian-date-string, calendar-islamic-date-string)
(calendar-hebrew-date-string, calendar-astro-date-string):
New functions.
(calendar-print-day-of-year, calendar-print-iso-date)
(calendar-print-iso-date,calendar-print-julian-date)
(calendar-print-islamic-date,calendar-print-hebrew-date)
(calendar-print-iso-date,
calendar-print-julian-date)
(calendar-print-islamic-date,
calendar-print-hebrew-date)
(calendar-print-astro-day-number): Use them.
(calendar-mode-map): Add mouse support.
(calendar-unmark,
mark-visible-calendar-date,
calendar-mark-today):
(calendar-unmark,
mark-visible-calendar-date,
calendar-mark-today):
Rewritten.
* diary.el (diary-day-of-year, diary-iso-date, diary-islamic-date)
...
...
@@ -5896,8 +5898,8 @@
* loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'.
* texinfmt.el (texinfo-format-region texinfo-format-buffer):
Add
###autoload cookies.
* texinfmt.el (texinfo-format-region texinfo-format-buffer):
Add
###autoload cookies.
(batch-texinfo-format): Use `buffer-disable-undo' instead of
obsolete function `buffer-flush-undo'.
...
...
@@ -5916,8 +5918,8 @@
1993-08-26 Jim Blandy (blandy@comano.cscs.ch)
* add-log.el (add-log-full-name, add-log-mailing-address):
New
variables.
* add-log.el (add-log-full-name, add-log-mailing-address):
New
variables.
(add-change-log-entry): Don't ask for the login name and site name
separately; instead, prompt for a mailing address; that's more
useful. Set add-log-full-name and add-log-mailing-address, so
...
...
@@ -8760,8 +8762,8 @@
calendar-time-display-form): Change Universal Time (UT) to
Coordinated Universal Time (UTC).
*
solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
Universal Time (UT) to Coordinated Universal Time (UTC).
*
solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset):
Change
Universal Time (UT) to Coordinated Universal Time (UTC).
(solar-time-string): Use calendar-daylight-time-offset instead of
1 hr, and use calendar-daylight-savings-switchover-time instead of
midnight. Add an optional parameter to allow forcing the use of
...
...
lisp/ChangeLog.5
View file @
cd394be1
...
...
@@ -4501,7 +4501,7 @@
(reporter-status-message, reporter-status-count): New variables.
* reporter.el (reporter-update-status, reporter-beautify-list)
reporter-dump-variable): Now smarter about formatting variables
(
reporter-dump-variable): Now smarter about formatting variables
with list values. Checks the value of reporter-dont-compact-list.
1994-12-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
...
...
@@ -4732,8 +4732,8 @@
1994-12-18 Lawrence R. Dodd (dodd@roebling.poly.edu)
* fortran.el (fortran-end-if, fortran-end-do
,
fortran-beginning-if, fortran-beginning-do): New subroutines.
* fortran.el (fortran-end-if, fortran-end-do
)
(
fortran-beginning-if, fortran-beginning-do): New subroutines.
(fortran-blink-matching-if, fortran-blink-matching-do): Use them.
(fortran-mark-do, fortran-mark-if): New user functions.
(fortran-blink-matching-if, fortran-mode): Doc mod.
...
...
@@ -5249,8 +5249,8 @@
1994-11-09 Francesco Potortì (pot@cnuce.cnr.it)
* man.el (Man-berkeley-sed-script, Man-sysv-sed-script
,
Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form
* man.el (Man-berkeley-sed-script, Man-sysv-sed-script
)
(
Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form
(used by aix) in addition to the "o\b+" one (used by sun).
1994-11-09 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
...
...
@@ -5285,8 +5285,8 @@
1994-11-08 Ed Reingold <reingold@albert.gnu.ai.mit.edu>
* calendar.el (diary-entry-marker, calendar-today-marker
,
calendar-holiday-marker): Don't supersede attributes for faces
* calendar.el (diary-entry-marker, calendar-today-marker
)
(
calendar-holiday-marker): Don't supersede attributes for faces
`diary-face', `calendar-display-face', or `holiday-face' if they
are already defined.
...
...
@@ -5341,7 +5341,7 @@
* bytecomp.el (byte-compile-insert-header): Escape backslashes
in FILENAME when putting it inside a string constant.
1994-10-31
v
oelker <voelker@cs.washington.edu>
1994-10-31
Geoff V
oelker <voelker@cs.washington.edu>
* makefile.nt: New file.
...
...
@@ -5634,8 +5634,8 @@
1994-10-22 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* dired-aux.el (dired-do-tags-search,
dired-do-tags-query-replace):
New functions.
* dired-aux.el (dired-do-tags-search,
dired-do-tags-query-replace):
New functions.
* dired.el (dired-mode-map): Bind A to dired-do-tags-search, Q to
dired-do-tags-query-replace.
...
...
@@ -5665,8 +5665,8 @@
1994-10-20 Noah Friedman <friedman@splode.com>
* timer.el (timer-error, timer-abnormal-termination
,
timer-filter-error): New error conditions.
* timer.el (timer-error, timer-abnormal-termination
)
(
timer-filter-error): New error conditions.
(timer-process-filter, timer-process-sentinel): Signal an error,
don't just print a message.
...
...
@@ -5707,8 +5707,8 @@
1994-10-19 Boris Goldowsky <boris@cs.rochester.edu>
* facemenu.el (facemenu-face-menu, facemenu-foreground-menu
,
facemenu-background-menu, facemenu-special-menu): New or renamed
* facemenu.el (facemenu-face-menu, facemenu-foreground-menu
)
(
facemenu-background-menu, facemenu-special-menu): New or renamed
variables for submenus.
* facemenu.el (facemenu-color-alist): Renamed from facemenu-colors.
* facemenu.el (facemenu-add-new-face): New function.
...
...
@@ -5901,8 +5901,8 @@
(facemenu-add-face, facemenu-discard-redundant-faces): New functions.
* facemenu.el (facemenu-set-foreground, facemenu-set-background)
(facemenu-get-face, facemenu-foreground, facemenu-background):
New
functions and variables. Faces with names of the form fg:color
(facemenu-get-face, facemenu-foreground, facemenu-background):
New
functions and variables. Faces with names of the form fg:color
and bg:color are now treated specially.
(facemenu-update): Updated for above.
...
...
@@ -6168,10 +6168,10 @@
* comint.el (comint-check-proc): Recognize `open'.
(comint-exec): Use open-network-stream if command is a cons pair.
* font-lock.el (compilation-mode-font-lock-keywords
,
rmail-summary-font-lock-keywords, dired-font-lock-keywords,
shell-font-lock-keywords, texi-font-lock-keywords,
perl-font-lock-keywords): Deleted
.
* font-lock.el (compilation-mode-font-lock-keywords
)
(rmail-summary-font-lock-keywords, dired-font-lock-keywords)
(shell-font-lock-keywords, texi-font-lock-keywords)
(perl-font-lock-keywords): Delete
.
* sh-script.el (sh-font-lock-keywords): Default to nil.
...
...
@@ -6232,7 +6232,7 @@
(Man-filter-list, Man-original-frame, Man-arguments)
(Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist)
(Man-uses-untabify-flag, Man-page-mode-string, Man-sed-script):
Add
ed
defvar's to keep the compiler quiet.
Add defvar's to keep the compiler quiet.
(Man-getpage-in-background): Start buffer name with "*Man ".
instead of "*man " to avoid conflict with "*mail*".
(Man-match-substring): Defsubst moved before first call.
...
...
@@ -7016,7 +7016,7 @@
* vc-hooks.el (vc-file-not-found-hook): Use save-excursion.
1994-09-18 Ken
neth
Manheimer (klm@coil.nist.gov)
1994-09-18 Ken Manheimer (klm@coil.nist.gov)
* icomplete.el: Major rewrite to behave more like a minor mode.
Doc fixes.
...
...
@@ -7233,14 +7233,14 @@
1994-09-14 Boris Goldowsky <boris@cs.rochester.edu>
* simple.el (repeat-complex-command, next-history-element
,
previous-matching-history-element): Override print-level when
* simple.el (repeat-complex-command, next-history-element
)
(
previous-matching-history-element): Override print-level when
offering command lines to edit.